[2026-09-11 00:00:01] Production.INFO: ==28300== Lock acquired, processing the job...
[2026-09-11 00:00:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 00:00:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 00:00:01] Production.INFO: neon service started
[2026-09-11 00:00:01] Production.INFO: neon service started
[2026-09-11 00:00:01] Production.INFO: ==28300== Releasing lock...
[2026-09-11 00:00:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 00:00:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 23:00:02] Production.INFO: ==28304== Lock acquired, processing the job...
[2026-09-10 23:00:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-10 23:00:02] Production.INFO: ==28304== Releasing lock...
[2026-09-10 23:00:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-10 23:00:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 19:00:02] Production.INFO: ==28302== Lock acquired, processing the job...
[2026-09-10 19:00:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 19:00:02] Production.INFO: ==28302== Releasing lock...
[2026-09-10 19:00:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 19:00:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 19:00:03] Production.INFO: ==28306== Lock acquired, processing the job...
[2026-09-10 19:00:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 19:00:03] Production.INFO: ==28308== Lock acquired, processing the job...
[2026-09-10 19:00:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 19:00:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 19:00:03] Production.INFO: ==28312== Lock acquired, processing the job...
[2026-09-10 19:00:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 19:00:03] Production.INFO: ==28310== Lock acquired, processing the job...
[2026-09-10 19:00:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 19:00:03] Production.INFO: ==28314== Lock acquired, processing the job...
[2026-09-10 19:00:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 19:00:03] Production.INFO: Account Balance Start.
[2026-09-10 19:00:03] Production.INFO: CreateAllLog Start
[2026-09-10 19:00:03] Production.INFO: 117
[2026-09-10 19:00:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 19:00:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 19:00:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 19:00:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 19:00:03] Production.INFO: Date 2026-09-08
[2026-09-10 19:00:03] Production.INFO: Reseller ==> 0
[2026-09-10 19:00:03] Production.INFO: Date 2026-09-09
[2026-09-10 19:00:03] Production.INFO: Reseller ==> 0
[2026-09-10 19: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-09-10 19: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-09-10 19: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-09-10 19:00:03] Production.INFO: Date 2026-09-10
[2026-09-10 19:00:03] Production.INFO: Reseller ==> 0
[2026-09-10 19:00:03] Production.INFO: ==28314== Releasing lock...
[2026-09-10 19:00:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 19:00:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 19:00:03] Production.INFO: Total Charge 0
[2026-09-10 19:00:04] Production.INFO: CreateAllLog End
[2026-09-10 19:00:04] Production.INFO: Account Balance End.
[2026-09-10 19:00:04] Production.ERROR: CronJobId end 12
[2026-09-10 19:00:04] Production.INFO: ==28312== Releasing lock...
[2026-09-10 19:00:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 19:00:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 19:00:04] Production.INFO: ==28308== Releasing lock...
[2026-09-10 19:00:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 19:00:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 19:00:11] Production.ERROR: CronJobId end10
[2026-09-10 19:00:11] Production.INFO: ==28310== Releasing lock...
[2026-09-10 19:00:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 19:00:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 19:00:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 19:00:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 19:00:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 19:00:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 19:00:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 19:00:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 19:00:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 19:00:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 19:00:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 19:00:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 19:00:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 19:00:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 19:00:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 19:00:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 19:00:15] Production.INFO: call_cost start
[2026-09-10 19:00:15] Production.INFO: call_cost end
[2026-09-10 19:00:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 19:00:15] Production.INFO: ============== Report Schedule START===========
[2026-09-10 19:00:15] Production.INFO: ============== Report Schedule END===========
[2026-09-10 19:00:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 19:00:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 19:00:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 19:00:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 19:00:15] Production.INFO: ============== Deal alert START===========
[2026-09-10 19:00:15] Production.INFO: ============== Deal alert END===========
[2026-09-10 19:00:15] Production.INFO: ==28306== Releasing lock...
[2026-09-10 19:00:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 19:00:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 00:01:01] Production.INFO: ==28383== Lock acquired, processing the job...
[2026-09-11 00:01:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 00:01:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 00:01:01] Production.INFO: neon service started
[2026-09-11 00:01:01] Production.INFO: neon service started
[2026-09-11 00:01:01] Production.INFO: ==28383== Releasing lock...
[2026-09-11 00:01:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 00:01:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 23:01:01] Production.INFO: ==28394== Lock acquired, processing the job...
[2026-09-10 23:01:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-10 23:01:01] Production.INFO: ==28394== Releasing lock...
[2026-09-10 23:01:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-10 23:01:01] Production.INFO: 25 MB #Memory Used#
[2026-09-10 19:01:01] Production.INFO: ==28392== Lock acquired, processing the job...
[2026-09-10 19:01:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 19:01:02] Production.INFO: ==28392== Releasing lock...
[2026-09-10 19:01:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 19:01:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 19:01:03] Production.INFO: ==28399== Lock acquired, processing the job...
[2026-09-10 19:01:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 19:01:03] Production.INFO: ==28397== Lock acquired, processing the job...
[2026-09-10 19:01:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 19:01:03] Production.INFO: ==28403== Lock acquired, processing the job...
[2026-09-10 19:01:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 19:01:03] Production.INFO: ==28401== Lock acquired, processing the job...
[2026-09-10 19:01:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 19:01:03] Production.INFO: ==28405== Lock acquired, processing the job...
[2026-09-10 19:01:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 19:01:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 19:01:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 19:01:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 19:01:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 19:01:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 19:01:03] Production.INFO: Account Balance Start.
[2026-09-10 19:01:03] Production.INFO: CreateAllLog Start
[2026-09-10 19:01:03] Production.INFO: 117
[2026-09-10 19:01:03] Production.INFO: Date 2026-09-08
[2026-09-10 19:01:03] Production.INFO: Reseller ==> 0
[2026-09-10 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-09-10 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-09-10 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-09-10 19:01:03] Production.INFO: ==28405== Releasing lock...
[2026-09-10 19:01:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 19:01:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 19:01:03] Production.INFO: Date 2026-09-09
[2026-09-10 19:01:03] Production.INFO: Reseller ==> 0
[2026-09-10 19:01:03] Production.INFO: Date 2026-09-10
[2026-09-10 19:01:03] Production.INFO: Reseller ==> 0
[2026-09-10 19:01:03] Production.INFO: Total Charge 0
[2026-09-10 19:01:03] Production.INFO: CreateAllLog End
[2026-09-10 19:01:03] Production.INFO: Account Balance End.
[2026-09-10 19:01:03] Production.ERROR: CronJobId end 12
[2026-09-10 19:01:03] Production.INFO: ==28403== Releasing lock...
[2026-09-10 19:01:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 19:01:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 19:01:04] Production.INFO: ==28399== Releasing lock...
[2026-09-10 19:01:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 19:01:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 19:01:12] Production.ERROR: CronJobId end10
[2026-09-10 19:01:12] Production.INFO: ==28401== Releasing lock...
[2026-09-10 19:01:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 19:01:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 19:01:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 19:01:13] Production.INFO: ============== Balance Warning START===========
[2026-09-10 19:01:13] Production.INFO: ============== Balance Warning END===========
[2026-09-10 19:01:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 19:01:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 19:01:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 19:01:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 19:01:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 19:01:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 19:01:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 19:01:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 19:01:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 19:01:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 19:01:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 19:01:14] Production.INFO: call_cost start
[2026-09-10 19:01:14] Production.INFO: call_cost end
[2026-09-10 19:01:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 19:01:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 19:01:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 19:01:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 19:01:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 19:01:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 19:01:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 19:01:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 19:01:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 19:01:14] Production.INFO: ==28397== Releasing lock...
[2026-09-10 19:01:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 19:01:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 00:02:01] Production.INFO: ==28471== Lock acquired, processing the job...
[2026-09-11 00:02:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 00:02:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 00:02:01] Production.INFO: neon service started
[2026-09-11 00:02:01] Production.INFO: neon service started
[2026-09-11 00:02:01] Production.INFO: ==28471== Releasing lock...
[2026-09-11 00:02:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 00:02:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 19:02:02] Production.INFO: ==28473== Lock acquired, processing the job...
[2026-09-10 19:02:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 19:02:02] Production.INFO: ==28473== Releasing lock...
[2026-09-10 19:02:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 19:02:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 23:02:02] Production.INFO: ==28475== Lock acquired, processing the job...
[2026-09-10 23:02:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-10 23:02:02] Production.INFO: ==28475== Releasing lock...
[2026-09-10 23:02:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-10 23:02:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 19:02:03] Production.INFO: ==28477== Lock acquired, processing the job...
[2026-09-10 19:02:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 19:02:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 19:02:03] Production.INFO: ==28486== Lock acquired, processing the job...
[2026-09-10 19:02:03] Production.INFO: pbxaccountusage-command-pbxaccountusage-companyid-1-cronjobid-16 #Starts#
[2026-09-10 19:02:03] Production.INFO: ==28483== Lock acquired, processing the job...
[2026-09-10 19:02:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 19:02:03] Production.ERROR: tblTempUsageDetail_20
[2026-09-10 19:02:03] Production.INFO: ==28479== Lock acquired, processing the job...
[2026-09-10 19:02:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 19:02:03] Production.INFO: ==28481== Lock acquired, processing the job...
[2026-09-10 19:02:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 19:02:03] Production.INFO: Account Balance Start.
[2026-09-10 19:02:03] Production.INFO: CreateAllLog Start
[2026-09-10 19:02:03] Production.INFO: 117
[2026-09-10 19:02:03] Production.INFO: Date 2026-09-08
[2026-09-10 19:02:03] Production.INFO: Reseller ==> 0
[2026-09-10 19:02:03] Production.INFO: ==28488== Lock acquired, processing the job...
[2026-09-10 19:02:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 19:02:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 19:02:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 19:02:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 19:02:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 19:02:03] Production.INFO: Date 2026-09-09
[2026-09-10 19:02:03] Production.INFO: Reseller ==> 0
[2026-09-10 19:02:03] Production.INFO: Date 2026-09-10
[2026-09-10 19:02:03] Production.INFO: Reseller ==> 0
[2026-09-10 19: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-09-10 19: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-09-10 19: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-09-10 19:02:04] Production.INFO: ==28488== Releasing lock...
[2026-09-10 19:02:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 19:02:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 19:02:04] Production.ERROR: done
[2026-09-10 19:02:04] Production.ERROR: tblTempVendorCDR_20
[2026-09-10 19:02:04] Production.INFO: Total Charge 0
[2026-09-10 19:02:04] Production.INFO: CreateAllLog End
[2026-09-10 19:02:04] Production.ERROR: done
[2026-09-10 19:02:04] Production.INFO: Account Balance End.
[2026-09-10 19: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-09-10 19: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-09-10 19: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-09-10 19:02:04] Production.ERROR: CronJobId end 12
[2026-09-10 19:02:04] Production.INFO: ==28483== Releasing lock...
[2026-09-10 19:02:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 19:02:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 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: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-09-10 19:02:04] Production.INFO: ==28486== Releasing lock...
[2026-09-10 19:02:04] Production.INFO: pbxaccountusage-command-pbxaccountusage-companyid-1-cronjobid-16 #Stops#
[2026-09-10 19:02:04] Production.INFO: 27.25 MB #Memory Used#
[2026-09-10 19:02:04] Production.INFO: ==28479== Releasing lock...
[2026-09-10 19:02:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 19:02:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 19:02:12] Production.ERROR: CronJobId end10
[2026-09-10 19:02:12] Production.INFO: ==28481== Releasing lock...
[2026-09-10 19:02:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 19:02:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 19:02:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 19:02:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 19:02:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 19:02:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 19:02:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 19:02:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 19:02:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 19:02:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 19:02:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 19:02:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 19:02:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 19:02:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 19:02:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 19:02:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 19:02:15] Production.INFO: call_cost start
[2026-09-10 19:02:15] Production.INFO: call_cost end
[2026-09-10 19:02:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 19:02:15] Production.INFO: ============== Report Schedule START===========
[2026-09-10 19:02:15] Production.INFO: ============== Report Schedule END===========
[2026-09-10 19:02:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 19:02:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 19:02:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 19:02:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 19:02:15] Production.INFO: ============== Deal alert START===========
[2026-09-10 19:02:15] Production.INFO: ============== Deal alert END===========
[2026-09-10 19:02:15] Production.INFO: ==28477== Releasing lock...
[2026-09-10 19:02:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 19:02:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 00:03:01] Production.INFO: ==28556== Lock acquired, processing the job...
[2026-09-11 00:03:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 00:03:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 00:03:01] Production.INFO: neon service started
[2026-09-11 00:03:01] Production.INFO: neon service started
[2026-09-11 00:03:01] Production.INFO: ==28556== Releasing lock...
[2026-09-11 00:03:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 00:03:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 19:03:01] Production.INFO: ==28558== Lock acquired, processing the job...
[2026-09-10 19:03:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 19:03:02] Production.INFO: ==28558== Releasing lock...
[2026-09-10 19:03:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 19:03:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 23:03:02] Production.INFO: ==28560== Lock acquired, processing the job...
[2026-09-10 23:03:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-10 23:03:02] Production.INFO: ==28560== Releasing lock...
[2026-09-10 23:03:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-10 23:03:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 19:03:02] Production.INFO: ==28565== Lock acquired, processing the job...
[2026-09-10 19:03:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 19:03:02] Production.INFO: ==28563== Lock acquired, processing the job...
[2026-09-10 19:03:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 19:03:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 19:03:03] Production.INFO: ==28567== Lock acquired, processing the job...
[2026-09-10 19:03:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 19:03:03] Production.INFO: ==28569== Lock acquired, processing the job...
[2026-09-10 19:03:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 19:03:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 19:03:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 19:03:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 19:03:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 19:03:03] Production.INFO: ==28571== Lock acquired, processing the job...
[2026-09-10 19:03:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 19:03:03] Production.INFO: Account Balance Start.
[2026-09-10 19:03:03] Production.INFO: CreateAllLog Start
[2026-09-10 19:03:03] Production.INFO: 117
[2026-09-10 19:03:03] Production.INFO: Date 2026-09-08
[2026-09-10 19:03:03] Production.INFO: Reseller ==> 0
[2026-09-10 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-09-10 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-09-10 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-09-10 19:03:03] Production.INFO: ==28571== Releasing lock...
[2026-09-10 19:03:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 19:03:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 19:03:03] Production.INFO: Date 2026-09-09
[2026-09-10 19:03:03] Production.INFO: Reseller ==> 0
[2026-09-10 19:03:03] Production.INFO: Date 2026-09-10
[2026-09-10 19:03:03] Production.INFO: Reseller ==> 0
[2026-09-10 19:03:03] Production.INFO: ==28565== Releasing lock...
[2026-09-10 19:03:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 19:03:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 19:03:03] Production.INFO: Total Charge 0
[2026-09-10 19:03:03] Production.INFO: CreateAllLog End
[2026-09-10 19:03:03] Production.INFO: Account Balance End.
[2026-09-10 19:03:03] Production.ERROR: CronJobId end 12
[2026-09-10 19:03:03] Production.INFO: ==28569== Releasing lock...
[2026-09-10 19:03:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 19:03:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 19:03:11] Production.ERROR: CronJobId end10
[2026-09-10 19:03:11] Production.INFO: ==28567== Releasing lock...
[2026-09-10 19:03:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 19:03:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 19:03:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 19:03:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 19:03:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 19:03:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 19:03:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 19:03:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 19:03:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 19:03:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 19:03:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 19:03:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 19:03:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 19:03:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 19:03:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 19:03:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 19:03:14] Production.INFO: call_cost start
[2026-09-10 19:03:14] Production.INFO: call_cost end
[2026-09-10 19:03:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 19:03:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 19:03:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 19:03:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 19:03:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 19:03:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 19:03:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 19:03:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 19:03:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 19:03:14] Production.INFO: ==28563== Releasing lock...
[2026-09-10 19:03:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 19:03:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 00:04:01] Production.INFO: ==28635== Lock acquired, processing the job...
[2026-09-11 00:04:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 00:04:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 00:04:01] Production.INFO: neon service started
[2026-09-11 00:04:01] Production.INFO: neon service started
[2026-09-11 00:04:01] Production.INFO: ==28635== Releasing lock...
[2026-09-11 00:04:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 00:04:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 23:04:02] Production.INFO: ==28639== Lock acquired, processing the job...
[2026-09-10 23:04:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-10 23:04:02] Production.INFO: ==28639== Releasing lock...
[2026-09-10 23:04:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-10 23:04:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 19:04:02] Production.INFO: ==28637== Lock acquired, processing the job...
[2026-09-10 19:04:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 19:04:02] Production.INFO: ==28637== Releasing lock...
[2026-09-10 19:04:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 19:04:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 19:04:03] Production.INFO: ==28642== Lock acquired, processing the job...
[2026-09-10 19:04:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 19:04:03] Production.INFO: ==28644== Lock acquired, processing the job...
[2026-09-10 19:04:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 19:04:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 19:04:03] Production.INFO: ==28648== Lock acquired, processing the job...
[2026-09-10 19:04:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 19:04:03] Production.INFO: ==28646== Lock acquired, processing the job...
[2026-09-10 19:04:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 19:04:03] Production.INFO: ==28650== Lock acquired, processing the job...
[2026-09-10 19:04:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 19:04:03] Production.INFO: Account Balance Start.
[2026-09-10 19:04:03] Production.INFO: CreateAllLog Start
[2026-09-10 19:04:03] Production.INFO: 117
[2026-09-10 19:04:03] Production.INFO: Date 2026-09-08
[2026-09-10 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-09-10 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-09-10 19:04:03] Production.INFO: Reseller ==> 0
[2026-09-10 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-09-10 19:04:03] Production.INFO: ==28650== Releasing lock...
[2026-09-10 19:04:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 19:04:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 19:04:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 19:04:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 19:04:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 19:04:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 19:04:03] Production.INFO: Date 2026-09-09
[2026-09-10 19:04:03] Production.INFO: Reseller ==> 0
[2026-09-10 19:04:03] Production.INFO: Date 2026-09-10
[2026-09-10 19:04:03] Production.INFO: Reseller ==> 0
[2026-09-10 19:04:03] Production.INFO: Total Charge 0
[2026-09-10 19:04:03] Production.INFO: CreateAllLog End
[2026-09-10 19:04:04] Production.INFO: Account Balance End.
[2026-09-10 19:04:04] Production.ERROR: CronJobId end 12
[2026-09-10 19:04:04] Production.INFO: ==28648== Releasing lock...
[2026-09-10 19:04:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 19:04:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 19:04:04] Production.INFO: ==28644== Releasing lock...
[2026-09-10 19:04:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 19:04:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 19:04:12] Production.ERROR: CronJobId end10
[2026-09-10 19:04:12] Production.INFO: ==28646== Releasing lock...
[2026-09-10 19:04:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 19:04:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 19:04:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 19:04:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 19:04:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 19:04:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 19:04:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 19:04:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 19:04:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 19:04:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 19:04:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 19:04:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 19:04:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 19:04:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 19:04:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 19:04:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 19:04:15] Production.INFO: call_cost start
[2026-09-10 19:04:15] Production.INFO: call_cost end
[2026-09-10 19:04:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 19:04:15] Production.INFO: ============== Report Schedule START===========
[2026-09-10 19:04:15] Production.INFO: ============== Report Schedule END===========
[2026-09-10 19:04:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 19:04:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 19:04:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 19:04:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 19:04:15] Production.INFO: ============== Deal alert START===========
[2026-09-10 19:04:15] Production.INFO: ============== Deal alert END===========
[2026-09-10 19:04:15] Production.INFO: ==28642== Releasing lock...
[2026-09-10 19:04:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 19:04:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 00:05:02] Production.INFO: ==28712== Lock acquired, processing the job...
[2026-09-11 00:05:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 00:05:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 00:05:02] Production.INFO: neon service started
[2026-09-11 00:05:02] Production.INFO: neon service started
[2026-09-11 00:05:02] Production.INFO: ==28712== Releasing lock...
[2026-09-11 00:05:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 00:05:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 19:05:02] Production.INFO: ==28714== Lock acquired, processing the job...
[2026-09-10 19:05:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 23:05:02] Production.INFO: ==28716== Lock acquired, processing the job...
[2026-09-10 23:05:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-10 23:05:03] Production.INFO: ==28716== Releasing lock...
[2026-09-10 23:05:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-10 23:05:03] Production.INFO: 25 MB #Memory Used#
[2026-09-10 19:05:03] Production.INFO: ==28714== Releasing lock...
[2026-09-10 19:05:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 19:05:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 19:05:04] Production.INFO: ==28719== Lock acquired, processing the job...
[2026-09-10 19:05:04] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-10 19:05:04] Production.ERROR: ========================== active cronjob start =============================
[2026-09-10 19:05:04] Production.INFO: ==28721== Lock acquired, processing the job...
[2026-09-10 19:05:04] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 19:05:04] Production.ERROR: ========================== active cronjob end =============================
[2026-09-10 19:05:04] Production.INFO: ==28719== Releasing lock...
[2026-09-10 19:05:04] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-10 19:05:04] Production.INFO: 25.5 MB #Memory Used#
[2026-09-10 19:05:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 19:05:04] Production.INFO: ==28725== Lock acquired, processing the job...
[2026-09-10 19:05:04] Production.INFO: ==28723== Lock acquired, processing the job...
[2026-09-10 19:05:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 19:05:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 19:05:04] Production.INFO: ==28727== Lock acquired, processing the job...
[2026-09-10 19:05:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 19:05:04] Production.INFO: ==28729== Lock acquired, processing the job...
[2026-09-10 19:05:04] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-10 19:05:04] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 19:05:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 19:05:04] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 19:05:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 19:05:04] Production.INFO: ==28731== Lock acquired, processing the job...
[2026-09-10 19:05:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 19:05:04] Production.ERROR: tblTempUsageDetail_20
[2026-09-10 19:05:04] Production.INFO: Account Balance Start.
[2026-09-10 19:05:04] Production.INFO: CreateAllLog Start
[2026-09-10 19:05:04] Production.INFO: 117
[2026-09-10 19:05:04] Production.INFO: Date 2026-09-08
[2026-09-10 19:05:04] Production.INFO: Reseller ==> 0
[2026-09-10 19:05:04] Production.INFO: Date 2026-09-09
[2026-09-10 19:05:04] Production.INFO: Reseller ==> 0
[2026-09-10 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-09-10 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-09-10 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-09-10 19:05:04] Production.INFO: Date 2026-09-10
[2026-09-10 19:05:04] Production.INFO: Reseller ==> 0
[2026-09-10 19:05:04] Production.INFO: Total Charge 0
[2026-09-10 19:05:04] Production.INFO: ==28731== Releasing lock...
[2026-09-10 19:05:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 19:05:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 19:05:04] Production.INFO: CreateAllLog End
[2026-09-10 19:05:04] Production.ERROR: done
[2026-09-10 19:05:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-10 19:05:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17980132', 'tblTempUsageDetail_20reseller','2026-09-10','2026-09-10','1' ) start
[2026-09-10 19:05:05] Production.INFO: Account Balance End.
[2026-09-10 19:05:05] Production.ERROR: CronJobId end 12
[2026-09-10 19:05:05] Production.INFO: ==28727== Releasing lock...
[2026-09-10 19:05:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 19:05:05] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 19:05:05] Production.INFO: ==28723== Releasing lock...
[2026-09-10 19:05:05] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 19:05:05] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 19:05:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17980132', 'tblTempUsageDetail_20reseller','2026-09-10','2026-09-10','1' ) end
[2026-09-10 19:05:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-10 19:05:10] Production.INFO: ProcessCDR(1,17980132,1,1,2)
[2026-09-10 19:05:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17980132,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-10 19:05:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17980132,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-10 19:05:10] Production.ERROR: pbx prc_insertCDR start
[2026-09-10 19:05:10] Production.ERROR: pbx prc_insertCDR end
[2026-09-10 19:05:10] Production.INFO: ==28729== Releasing lock...
[2026-09-10 19:05:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-10 19:05:10] Production.INFO: 26 MB #Memory Used#
[2026-09-10 19:05:14] Production.ERROR: CronJobId end10
[2026-09-10 19:05:14] Production.INFO: ==28725== Releasing lock...
[2026-09-10 19:05:14] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 19:05:14] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 19:05:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 19:05:16] Production.INFO: ============== Balance Warning START===========
[2026-09-10 19:05:16] Production.INFO: ============== Balance Warning END===========
[2026-09-10 19:05:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 19:05:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 19:05:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 19:05:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 19:05:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 19:05:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 19:05:16] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 19:05:16] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 19:05:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 19:05:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 19:05:16] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 19:05:17] Production.INFO: call_cost start
[2026-09-10 19:05:17] Production.INFO: call_cost end
[2026-09-10 19:05:17] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 19:05:17] Production.INFO: ============== Report Schedule START===========
[2026-09-10 19:05:17] Production.INFO: ============== Report Schedule END===========
[2026-09-10 19:05:17] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 19:05:17] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 19:05:17] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 19:05:17] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 19:05:17] Production.INFO: ============== Deal alert START===========
[2026-09-10 19:05:17] Production.INFO: ============== Deal alert END===========
[2026-09-10 19:05:17] Production.INFO: ==28721== Releasing lock...
[2026-09-10 19:05:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 19:05:17] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 00:06:01] Production.INFO: ==28806== Lock acquired, processing the job...
[2026-09-11 00:06:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 00:06:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 00:06:01] Production.INFO: neon service started
[2026-09-11 00:06:01] Production.INFO: neon service started
[2026-09-11 00:06:01] Production.INFO: ==28806== Releasing lock...
[2026-09-11 00:06:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 00:06:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 19:06:02] Production.INFO: ==28809== Lock acquired, processing the job...
[2026-09-10 19:06:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 19:06:02] Production.INFO: ==28809== Releasing lock...
[2026-09-10 19:06:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 19:06:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 23:06:02] Production.INFO: ==28811== Lock acquired, processing the job...
[2026-09-10 23:06:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-10 23:06:02] Production.INFO: ==28811== Releasing lock...
[2026-09-10 23:06:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-10 23:06:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 19:06:03] Production.INFO: ==28813== Lock acquired, processing the job...
[2026-09-10 19:06:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 19:06:03] Production.INFO: ==28817== Lock acquired, processing the job...
[2026-09-10 19:06:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 19:06:03] Production.INFO: ==28821== Lock acquired, processing the job...
[2026-09-10 19:06:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 19:06:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 19:06:03] Production.INFO: ==28815== Lock acquired, processing the job...
[2026-09-10 19:06:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 19:06:03] Production.INFO: ==28819== Lock acquired, processing the job...
[2026-09-10 19:06:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 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-09-10 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-09-10 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-09-10 19:06:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 19:06:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 19:06:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 19:06:03] Production.INFO: Account Balance Start.
[2026-09-10 19:06:03] Production.INFO: CreateAllLog Start
[2026-09-10 19:06:03] Production.INFO: ==28821== Releasing lock...
[2026-09-10 19:06:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 19:06:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 19:06:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 19:06:03] Production.INFO: 117
[2026-09-10 19:06:03] Production.INFO: Date 2026-09-08
[2026-09-10 19:06:03] Production.INFO: Reseller ==> 0
[2026-09-10 19:06:03] Production.INFO: Date 2026-09-09
[2026-09-10 19:06:03] Production.INFO: Reseller ==> 0
[2026-09-10 19:06:03] Production.INFO: Date 2026-09-10
[2026-09-10 19:06:03] Production.INFO: Reseller ==> 0
[2026-09-10 19:06:03] Production.INFO: Total Charge 0
[2026-09-10 19:06:03] Production.INFO: CreateAllLog End
[2026-09-10 19:06:03] Production.INFO: Account Balance End.
[2026-09-10 19:06:03] Production.ERROR: CronJobId end 12
[2026-09-10 19:06:03] Production.INFO: ==28819== Releasing lock...
[2026-09-10 19:06:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 19:06:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 19:06:04] Production.INFO: ==28815== Releasing lock...
[2026-09-10 19:06:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 19:06:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 19:06:11] Production.ERROR: CronJobId end10
[2026-09-10 19:06:11] Production.INFO: ==28817== Releasing lock...
[2026-09-10 19:06:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 19:06:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 19:06:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 19:06:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 19:06:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 19:06:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 19:06:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 19:06:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 19:06:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 19:06:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 19:06:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 19:06:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 19:06:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 19:06:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 19:06:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 19:06:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 19:06:15] Production.INFO: call_cost start
[2026-09-10 19:06:15] Production.INFO: call_cost end
[2026-09-10 19:06:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 19:06:15] Production.INFO: ============== Report Schedule START===========
[2026-09-10 19:06:15] Production.INFO: ============== Report Schedule END===========
[2026-09-10 19:06:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 19:06:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 19:06:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 19:06:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 19:06:15] Production.INFO: ============== Deal alert START===========
[2026-09-10 19:06:15] Production.INFO: ============== Deal alert END===========
[2026-09-10 19:06:15] Production.INFO: ==28813== Releasing lock...
[2026-09-10 19:06:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 19:06:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 00:07:02] Production.INFO: ==28895== Lock acquired, processing the job...
[2026-09-11 00:07:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 00:07:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 00:07:02] Production.INFO: neon service started
[2026-09-11 00:07:02] Production.INFO: neon service started
[2026-09-11 00:07:02] Production.INFO: ==28895== Releasing lock...
[2026-09-11 00:07:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 00:07:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 19:07:02] Production.INFO: ==28897== Lock acquired, processing the job...
[2026-09-10 19:07:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 19:07:02] Production.INFO: ==28897== Releasing lock...
[2026-09-10 19:07:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 19:07:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 23:07:03] Production.INFO: ==28899== Lock acquired, processing the job...
[2026-09-10 23:07:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-10 23:07:03] Production.INFO: ==28899== Releasing lock...
[2026-09-10 23:07:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-10 23:07:03] Production.INFO: 25 MB #Memory Used#
[2026-09-10 19:07:03] Production.INFO: ==28907== Lock acquired, processing the job...
[2026-09-10 19:07:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 19:07:03] Production.INFO: Account Balance Start.
[2026-09-10 19:07:03] Production.INFO: CreateAllLog Start
[2026-09-10 19:07:03] Production.INFO: 117
[2026-09-10 19:07:03] Production.INFO: Date 2026-09-08
[2026-09-10 19:07:03] Production.INFO: Reseller ==> 0
[2026-09-10 19:07:03] Production.INFO: ==28901== Lock acquired, processing the job...
[2026-09-10 19:07:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 19:07:03] Production.INFO: Date 2026-09-09
[2026-09-10 19:07:03] Production.INFO: Reseller ==> 0
[2026-09-10 19:07:03] Production.INFO: Date 2026-09-10
[2026-09-10 19:07:03] Production.INFO: Reseller ==> 0
[2026-09-10 19:07:03] Production.INFO: Total Charge 0
[2026-09-10 19:07:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 19:07:03] Production.INFO: CreateAllLog End
[2026-09-10 19:07:03] Production.INFO: ==28905== Lock acquired, processing the job...
[2026-09-10 19:07:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 19:07:03] Production.INFO: ==28903== Lock acquired, processing the job...
[2026-09-10 19:07:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 19:07:04] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 19:07:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 19:07:04] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 19:07:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 19:07:04] Production.INFO: ==28909== Lock acquired, processing the job...
[2026-09-10 19:07:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 19:07:04] Production.INFO: Account Balance End.
[2026-09-10 19:07:04] Production.ERROR: CronJobId end 12
[2026-09-10 19:07:04] Production.INFO: ==28907== Releasing lock...
[2026-09-10 19:07:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 19:07:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 19: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-09-10 19: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-09-10 19: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-09-10 19:07:04] Production.INFO: ==28909== Releasing lock...
[2026-09-10 19:07:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 19:07:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 19:07:04] Production.INFO: ==28903== Releasing lock...
[2026-09-10 19:07:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 19:07:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 19:07:11] Production.ERROR: CronJobId end10
[2026-09-10 19:07:11] Production.INFO: ==28905== Releasing lock...
[2026-09-10 19:07:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 19:07:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 19:07:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 19:07:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 19:07:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 19:07:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 19:07:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 19:07:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 19:07:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 19:07:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 19:07:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 19:07:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 19:07:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 19:07:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 19:07:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 19:07:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 19:07:14] Production.INFO: call_cost start
[2026-09-10 19:07:14] Production.INFO: call_cost end
[2026-09-10 19:07:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 19:07:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 19:07:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 19:07:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 19:07:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 19:07:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 19:07:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 19:07:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 19:07:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 19:07:14] Production.INFO: ==28901== Releasing lock...
[2026-09-10 19:07:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 19:07:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 00:08:01] Production.INFO: ==28973== Lock acquired, processing the job...
[2026-09-11 00:08:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 00:08:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 00:08:01] Production.INFO: neon service started
[2026-09-11 00:08:01] Production.INFO: neon service started
[2026-09-11 00:08:01] Production.INFO: ==28973== Releasing lock...
[2026-09-11 00:08:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 00:08:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 19:08:02] Production.INFO: ==28975== Lock acquired, processing the job...
[2026-09-10 19:08:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 19:08:02] Production.INFO: ==28975== Releasing lock...
[2026-09-10 19:08:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 19:08:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 23:08:02] Production.INFO: ==28977== Lock acquired, processing the job...
[2026-09-10 23:08:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-10 23:08:02] Production.INFO: ==28977== Releasing lock...
[2026-09-10 23:08:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-10 23:08:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 19:08:03] Production.INFO: ==28980== Lock acquired, processing the job...
[2026-09-10 19:08:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 19:08:03] Production.INFO: ==28982== Lock acquired, processing the job...
[2026-09-10 19:08:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 19:08:03] Production.INFO: ==28984== Lock acquired, processing the job...
[2026-09-10 19:08:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 19:08:03] Production.INFO: ==28986== Lock acquired, processing the job...
[2026-09-10 19:08:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 19:08:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 19:08:03] Production.INFO: ==28988== Lock acquired, processing the job...
[2026-09-10 19:08:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 19:08:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 19:08:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 19:08:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 19:08:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 19:08:03] Production.INFO: Account Balance Start.
[2026-09-10 19:08:03] Production.INFO: CreateAllLog Start
[2026-09-10 19:08:03] Production.INFO: 117
[2026-09-10 19:08:03] Production.INFO: Date 2026-09-08
[2026-09-10 19:08:03] Production.INFO: Reseller ==> 0
[2026-09-10 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-09-10 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-09-10 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-09-10 19:08:03] Production.INFO: ==28988== Releasing lock...
[2026-09-10 19:08:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 19:08:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 19:08:03] Production.INFO: Date 2026-09-09
[2026-09-10 19:08:03] Production.INFO: Reseller ==> 0
[2026-09-10 19:08:03] Production.INFO: Date 2026-09-10
[2026-09-10 19:08:03] Production.INFO: Reseller ==> 0
[2026-09-10 19:08:03] Production.INFO: Total Charge 0
[2026-09-10 19:08:03] Production.INFO: CreateAllLog End
[2026-09-10 19:08:03] Production.INFO: ==28982== Releasing lock...
[2026-09-10 19:08:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 19:08:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 19:08:03] Production.INFO: Account Balance End.
[2026-09-10 19:08:03] Production.ERROR: CronJobId end 12
[2026-09-10 19:08:03] Production.INFO: ==28986== Releasing lock...
[2026-09-10 19:08:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 19:08:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 19:08:11] Production.ERROR: CronJobId end10
[2026-09-10 19:08:11] Production.INFO: ==28984== Releasing lock...
[2026-09-10 19:08:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 19:08:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 19:08:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 19:08:13] Production.INFO: ============== Balance Warning START===========
[2026-09-10 19:08:13] Production.INFO: ============== Balance Warning END===========
[2026-09-10 19:08:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 19:08:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 19:08:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 19:08:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 19:08:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 19:08:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 19:08:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 19:08:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 19:08:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 19:08:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 19:08:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 19:08:13] Production.INFO: call_cost start
[2026-09-10 19:08:13] Production.INFO: call_cost end
[2026-09-10 19:08:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 19:08:13] Production.INFO: ============== Report Schedule START===========
[2026-09-10 19:08:13] Production.INFO: ============== Report Schedule END===========
[2026-09-10 19:08:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 19:08:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 19:08:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 19:08:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 19:08:13] Production.INFO: ============== Deal alert START===========
[2026-09-10 19:08:13] Production.INFO: ============== Deal alert END===========
[2026-09-10 19:08:13] Production.INFO: ==28980== Releasing lock...
[2026-09-10 19:08:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 19:08:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 00:09:02] Production.INFO: ==29059== Lock acquired, processing the job...
[2026-09-11 00:09:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 00:09:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 00:09:02] Production.INFO: neon service started
[2026-09-11 00:09:02] Production.INFO: neon service started
[2026-09-11 00:09:02] Production.INFO: ==29059== Releasing lock...
[2026-09-11 00:09:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 00:09:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 19:09:02] Production.INFO: ==29062== Lock acquired, processing the job...
[2026-09-10 19:09:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 19:09:02] Production.INFO: ==29062== Releasing lock...
[2026-09-10 19:09:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 19:09:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 23:09:02] Production.INFO: ==29064== Lock acquired, processing the job...
[2026-09-10 23:09:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-10 23:09:02] Production.INFO: ==29064== Releasing lock...
[2026-09-10 23:09:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-10 23:09:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 19:09:03] Production.INFO: ==29068== Lock acquired, processing the job...
[2026-09-10 19:09:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 19:09:03] Production.INFO: ==29070== Lock acquired, processing the job...
[2026-09-10 19:09:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 19:09:03] Production.INFO: ==29066== Lock acquired, processing the job...
[2026-09-10 19:09:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 19:09:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 19:09:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 19:09:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 19:09:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 19:09:03] Production.INFO: ==29072== Lock acquired, processing the job...
[2026-09-10 19:09:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 19:09:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 19:09:03] Production.INFO: ==29074== Lock acquired, processing the job...
[2026-09-10 19:09:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 19:09:03] Production.INFO: Account Balance Start.
[2026-09-10 19:09:03] Production.INFO: CreateAllLog Start
[2026-09-10 19:09:03] Production.INFO: 117
[2026-09-10 19:09:03] Production.INFO: Date 2026-09-08
[2026-09-10 19:09:03] Production.INFO: Reseller ==> 0
[2026-09-10 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-09-10 19:09:03] Production.INFO: Date 2026-09-09
[2026-09-10 19:09:03] Production.INFO: Reseller ==> 0
[2026-09-10 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-09-10 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-09-10 19:09:03] Production.INFO: Date 2026-09-10
[2026-09-10 19:09:03] Production.INFO: Reseller ==> 0
[2026-09-10 19:09:03] Production.INFO: ==29074== Releasing lock...
[2026-09-10 19:09:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 19:09:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 19:09:03] Production.INFO: Total Charge 0
[2026-09-10 19:09:03] Production.INFO: CreateAllLog End
[2026-09-10 19:09:04] Production.INFO: Account Balance End.
[2026-09-10 19:09:04] Production.ERROR: CronJobId end 12
[2026-09-10 19:09:04] Production.INFO: ==29072== Releasing lock...
[2026-09-10 19:09:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 19:09:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 19:09:04] Production.INFO: ==29068== Releasing lock...
[2026-09-10 19:09:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 19:09:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 19:09:11] Production.ERROR: CronJobId end10
[2026-09-10 19:09:11] Production.INFO: ==29070== Releasing lock...
[2026-09-10 19:09:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 19:09:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 19:09:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 19:09:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 19:09:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 19:09:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 19:09:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 19:09:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 19:09:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 19:09:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 19:09:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 19:09:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 19:09:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 19:09:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 19:09:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 19:09:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 19:09:15] Production.INFO: call_cost start
[2026-09-10 19:09:15] Production.INFO: call_cost end
[2026-09-10 19:09:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 19:09:15] Production.INFO: ============== Report Schedule START===========
[2026-09-10 19:09:15] Production.INFO: ============== Report Schedule END===========
[2026-09-10 19:09:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 19:09:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 19:09:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 19:09:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 19:09:15] Production.INFO: ============== Deal alert START===========
[2026-09-10 19:09:15] Production.INFO: ============== Deal alert END===========
[2026-09-10 19:09:15] Production.INFO: ==29066== Releasing lock...
[2026-09-10 19:09:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 19:09:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 00:10:01] Production.INFO: ==29140== Lock acquired, processing the job...
[2026-09-11 00:10:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 00:10:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 00:10:01] Production.INFO: neon service started
[2026-09-11 00:10:01] Production.INFO: neon service started
[2026-09-11 00:10:01] Production.INFO: ==29140== Releasing lock...
[2026-09-11 00:10:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 00:10:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 19:10:01] Production.INFO: ==29142== Lock acquired, processing the job...
[2026-09-10 19:10:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 19:10:02] Production.INFO: ==29142== Releasing lock...
[2026-09-10 19:10:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 19:10:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 23:10:02] Production.INFO: ==29144== Lock acquired, processing the job...
[2026-09-10 23:10:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-10 23:10:02] Production.INFO: ==29144== Releasing lock...
[2026-09-10 23:10:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-10 23:10:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 19:10:02] Production.INFO: ==29146== Lock acquired, processing the job...
[2026-09-10 19:10:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 19:10:02] Production.INFO: ==29148== Lock acquired, processing the job...
[2026-09-10 19:10:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 19:10:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 19:10:03] Production.INFO: ==29151== Lock acquired, processing the job...
[2026-09-10 19:10:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 19:10:03] Production.INFO: ==29153== Lock acquired, processing the job...
[2026-09-10 19:10:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 19:10:03] Production.INFO: ==29155== Lock acquired, processing the job...
[2026-09-10 19:10:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 19:10:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 19:10:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 19:10:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 19:10:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 19:10:03] Production.INFO: Account Balance Start.
[2026-09-10 19:10:03] Production.INFO: CreateAllLog Start
[2026-09-10 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-09-10 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-09-10 19:10:03] Production.INFO: 117
[2026-09-10 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-09-10 19:10:03] Production.INFO: ==29155== Releasing lock...
[2026-09-10 19:10:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 19:10:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 19:10:03] Production.INFO: Date 2026-09-08
[2026-09-10 19:10:03] Production.INFO: Reseller ==> 0
[2026-09-10 19:10:03] Production.INFO: Date 2026-09-09
[2026-09-10 19:10:03] Production.INFO: Reseller ==> 0
[2026-09-10 19:10:03] Production.INFO: Date 2026-09-10
[2026-09-10 19:10:03] Production.INFO: Reseller ==> 0
[2026-09-10 19:10:03] Production.INFO: Total Charge 0
[2026-09-10 19:10:03] Production.INFO: CreateAllLog End
[2026-09-10 19:10:03] Production.INFO: Account Balance End.
[2026-09-10 19:10:03] Production.ERROR: CronJobId end 12
[2026-09-10 19:10:03] Production.INFO: ==29153== Releasing lock...
[2026-09-10 19:10:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 19:10:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 19:10:03] Production.INFO: ==29148== Releasing lock...
[2026-09-10 19:10:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 19:10:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 19:10:11] Production.ERROR: CronJobId end10
[2026-09-10 19:10:11] Production.INFO: ==29151== Releasing lock...
[2026-09-10 19:10:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 19:10:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 19:10:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 19:10:13] Production.INFO: ============== Balance Warning START===========
[2026-09-10 19:10:13] Production.INFO: ============== Balance Warning END===========
[2026-09-10 19:10:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 19:10:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 19:10:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 19:10:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 19:10:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 19:10:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 19:10:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 19:10:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 19:10:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 19:10:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 19:10:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 19:10:13] Production.INFO: call_cost start
[2026-09-10 19:10:13] Production.INFO: call_cost end
[2026-09-10 19:10:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 19:10:13] Production.INFO: ============== Report Schedule START===========
[2026-09-10 19:10:13] Production.INFO: ============== Report Schedule END===========
[2026-09-10 19:10:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 19:10:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 19:10:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 19:10:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 19:10:13] Production.INFO: ============== Deal alert START===========
[2026-09-10 19:10:13] Production.INFO: ============== Deal alert END===========
[2026-09-10 19:10:13] Production.INFO: ==29146== Releasing lock...
[2026-09-10 19:10:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 19:10:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 00:11:01] Production.INFO: ==29218== Lock acquired, processing the job...
[2026-09-11 00:11:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 00:11:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 00:11:01] Production.INFO: neon service started
[2026-09-11 00:11:01] Production.INFO: neon service started
[2026-09-11 00:11:01] Production.INFO: ==29218== Releasing lock...
[2026-09-11 00:11:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 00:11:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 19:11:02] Production.INFO: ==29220== Lock acquired, processing the job...
[2026-09-10 19:11:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 23:11:02] Production.INFO: ==29222== Lock acquired, processing the job...
[2026-09-10 23:11:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-10 23:11:02] Production.INFO: ==29222== Releasing lock...
[2026-09-10 23:11:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-10 23:11:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 19:11:02] Production.INFO: ==29220== Releasing lock...
[2026-09-10 19:11:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 19:11:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 19:11:03] Production.INFO: ==29227== Lock acquired, processing the job...
[2026-09-10 19:11:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 19:11:03] Production.INFO: ==29225== Lock acquired, processing the job...
[2026-09-10 19:11:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 19:11:03] Production.INFO: ==29229== Lock acquired, processing the job...
[2026-09-10 19:11:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 19:11:03] Production.INFO: ==29231== Lock acquired, processing the job...
[2026-09-10 19:11:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 19:11:03] Production.INFO: ==29233== Lock acquired, processing the job...
[2026-09-10 19:11:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 19:11:03] Production.INFO: Account Balance Start.
[2026-09-10 19:11:03] Production.INFO: CreateAllLog Start
[2026-09-10 19:11:03] Production.INFO: 117
[2026-09-10 19:11:03] Production.INFO: Date 2026-09-08
[2026-09-10 19:11:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 19:11:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 19:11:03] Production.INFO: Reseller ==> 0
[2026-09-10 19:11:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 19:11:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 19:11:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 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-09-10 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-09-10 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-09-10 19:11:03] Production.INFO: ==29233== Releasing lock...
[2026-09-10 19:11:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 19:11:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 19:11:03] Production.INFO: Date 2026-09-09
[2026-09-10 19:11:03] Production.INFO: Reseller ==> 0
[2026-09-10 19:11:03] Production.INFO: Date 2026-09-10
[2026-09-10 19:11:03] Production.INFO: Reseller ==> 0
[2026-09-10 19:11:03] Production.INFO: Total Charge 0
[2026-09-10 19:11:03] Production.INFO: CreateAllLog End
[2026-09-10 19:11:04] Production.INFO: Account Balance End.
[2026-09-10 19:11:04] Production.ERROR: CronJobId end 12
[2026-09-10 19:11:04] Production.INFO: ==29231== Releasing lock...
[2026-09-10 19:11:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 19:11:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 19:11:04] Production.INFO: ==29227== Releasing lock...
[2026-09-10 19:11:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 19:11:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 19:11:10] Production.ERROR: CronJobId end10
[2026-09-10 19:11:10] Production.INFO: ==29229== Releasing lock...
[2026-09-10 19:11:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 19:11:10] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 19:11:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 19:11:13] Production.INFO: ============== Balance Warning START===========
[2026-09-10 19:11:13] Production.INFO: ============== Balance Warning END===========
[2026-09-10 19:11:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 19:11:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 19:11:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 19:11:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 19:11:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 19:11:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 19:11:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 19:11:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 19:11:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 19:11:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 19:11:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 19:11:14] Production.INFO: call_cost start
[2026-09-10 19:11:14] Production.INFO: call_cost end
[2026-09-10 19:11:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 19:11:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 19:11:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 19:11:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 19:11:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 19:11:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 19:11:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 19:11:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 19:11:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 19:11:14] Production.INFO: ==29225== Releasing lock...
[2026-09-10 19:11:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 19:11:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 00:12:01] Production.INFO: ==29292== Lock acquired, processing the job...
[2026-09-11 00:12:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 00:12:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 00:12:01] Production.INFO: neon service started
[2026-09-11 00:12:01] Production.INFO: neon service started
[2026-09-11 00:12:01] Production.INFO: ==29292== Releasing lock...
[2026-09-11 00:12:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 00:12:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 23:12:01] Production.INFO: ==29296== Lock acquired, processing the job...
[2026-09-10 23:12:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-10 23:12:01] Production.INFO: ==29296== Releasing lock...
[2026-09-10 23:12:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-10 23:12:01] Production.INFO: 25 MB #Memory Used#
[2026-09-10 19:12:01] Production.INFO: ==29294== Lock acquired, processing the job...
[2026-09-10 19:12:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 19:12:02] Production.INFO: ==29294== Releasing lock...
[2026-09-10 19:12:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 19:12:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 19:12:02] Production.INFO: ==29300== Lock acquired, processing the job...
[2026-09-10 19:12:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 19:12:02] Production.INFO: ==29298== Lock acquired, processing the job...
[2026-09-10 19:12:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 19:12:02] Production.INFO: ==29302== Lock acquired, processing the job...
[2026-09-10 19:12:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 19:12:03] Production.INFO: ==29304== Lock acquired, processing the job...
[2026-09-10 19:12:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 19:12:03] Production.INFO: ==29306== Lock acquired, processing the job...
[2026-09-10 19:12:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 19:12:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 19:12:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 19:12:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 19:12:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 19:12:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 19:12:03] Production.INFO: Account Balance Start.
[2026-09-10 19:12:03] Production.INFO: CreateAllLog Start
[2026-09-10 19:12:03] Production.INFO: 117
[2026-09-10 19:12:03] Production.INFO: Date 2026-09-08
[2026-09-10 19:12:03] Production.INFO: Reseller ==> 0
[2026-09-10 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-09-10 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-09-10 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-09-10 19:12:03] Production.INFO: Date 2026-09-09
[2026-09-10 19:12:03] Production.INFO: Reseller ==> 0
[2026-09-10 19:12:03] Production.INFO: ==29306== Releasing lock...
[2026-09-10 19:12:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 19:12:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 19:12:03] Production.INFO: Date 2026-09-10
[2026-09-10 19:12:03] Production.INFO: Reseller ==> 0
[2026-09-10 19:12:03] Production.INFO: Total Charge 0
[2026-09-10 19:12:03] Production.INFO: CreateAllLog End
[2026-09-10 19:12:03] Production.INFO: Account Balance End.
[2026-09-10 19:12:03] Production.ERROR: CronJobId end 12
[2026-09-10 19:12:03] Production.INFO: ==29304== Releasing lock...
[2026-09-10 19:12:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 19:12:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 19:12:03] Production.INFO: ==29300== Releasing lock...
[2026-09-10 19:12:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 19:12:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 19:12:11] Production.ERROR: CronJobId end10
[2026-09-10 19:12:11] Production.INFO: ==29302== Releasing lock...
[2026-09-10 19:12:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 19:12:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 19:12:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 19:12:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 19:12:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 19:12:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 19:12:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 19:12:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 19:12:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 19:12:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 19:12:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 19:12:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 19:12:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 19:12:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 19:12:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 19:12:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 19:12:14] Production.INFO: call_cost start
[2026-09-10 19:12:14] Production.INFO: call_cost end
[2026-09-10 19:12:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 19:12:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 19:12:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 19:12:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 19:12:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 19:12:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 19:12:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 19:12:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 19:12:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 19:12:14] Production.INFO: ==29298== Releasing lock...
[2026-09-10 19:12:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 19:12:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 00:13:01] Production.INFO: ==29388== Lock acquired, processing the job...
[2026-09-11 00:13:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 00:13:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 00:13:01] Production.INFO: neon service started
[2026-09-11 00:13:01] Production.INFO: neon service started
[2026-09-11 00:13:01] Production.INFO: ==29388== Releasing lock...
[2026-09-11 00:13:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 00:13:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 23:13:02] Production.INFO: ==29392== Lock acquired, processing the job...
[2026-09-10 23:13:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-10 23:13:02] Production.INFO: ==29392== Releasing lock...
[2026-09-10 23:13:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-10 23:13:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 19:13:02] Production.INFO: ==29390== Lock acquired, processing the job...
[2026-09-10 19:13:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 19:13:02] Production.INFO: ==29390== Releasing lock...
[2026-09-10 19:13:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 19:13:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 19:13:03] Production.INFO: ==29397== Lock acquired, processing the job...
[2026-09-10 19:13:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 19:13:03] Production.INFO: ==29395== Lock acquired, processing the job...
[2026-09-10 19:13:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 19:13:03] Production.INFO: ==29399== Lock acquired, processing the job...
[2026-09-10 19:13:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 19:13:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 19:13:03] Production.INFO: ==29401== Lock acquired, processing the job...
[2026-09-10 19:13:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 19:13:03] Production.INFO: ==29403== Lock acquired, processing the job...
[2026-09-10 19:13:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 19:13:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 19:13:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 19:13:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 19:13:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 19:13:03] Production.INFO: Account Balance Start.
[2026-09-10 19:13:03] Production.INFO: CreateAllLog Start
[2026-09-10 19:13:03] Production.INFO: 117
[2026-09-10 19:13:03] Production.INFO: Date 2026-09-08
[2026-09-10 19:13:03] Production.INFO: Reseller ==> 0
[2026-09-10 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-09-10 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-09-10 19:13:03] Production.INFO: Date 2026-09-09
[2026-09-10 19:13:03] Production.INFO: Reseller ==> 0
[2026-09-10 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-09-10 19:13:03] Production.INFO: ==29403== Releasing lock...
[2026-09-10 19:13:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 19:13:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 19:13:03] Production.INFO: Date 2026-09-10
[2026-09-10 19:13:03] Production.INFO: Reseller ==> 0
[2026-09-10 19:13:03] Production.INFO: Total Charge 0
[2026-09-10 19:13:03] Production.INFO: CreateAllLog End
[2026-09-10 19:13:03] Production.INFO: Account Balance End.
[2026-09-10 19:13:03] Production.ERROR: CronJobId end 12
[2026-09-10 19:13:03] Production.INFO: ==29401== Releasing lock...
[2026-09-10 19:13:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 19:13:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 19:13:04] Production.INFO: ==29397== Releasing lock...
[2026-09-10 19:13:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 19:13:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 19:13:11] Production.ERROR: CronJobId end10
[2026-09-10 19:13:11] Production.INFO: ==29399== Releasing lock...
[2026-09-10 19:13:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 19:13:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 19:13:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 19:13:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 19:13:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 19:13:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 19:13:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 19:13:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 19:13:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 19:13:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 19:13:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 19:13:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 19:13:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 19:13:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 19:13:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 19:13:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 19:13:15] Production.INFO: call_cost start
[2026-09-10 19:13:15] Production.INFO: call_cost end
[2026-09-10 19:13:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 19:13:15] Production.INFO: ============== Report Schedule START===========
[2026-09-10 19:13:15] Production.INFO: ============== Report Schedule END===========
[2026-09-10 19:13:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 19:13:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 19:13:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 19:13:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 19:13:15] Production.INFO: ============== Deal alert START===========
[2026-09-10 19:13:15] Production.INFO: ============== Deal alert END===========
[2026-09-10 19:13:15] Production.INFO: ==29395== Releasing lock...
[2026-09-10 19:13:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 19:13:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 00:14:02] Production.INFO: ==29472== Lock acquired, processing the job...
[2026-09-11 00:14:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 00:14:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 00:14:02] Production.INFO: neon service started
[2026-09-11 00:14:02] Production.INFO: neon service started
[2026-09-11 00:14:02] Production.INFO: ==29472== Releasing lock...
[2026-09-11 00:14:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 00:14:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 23:14:02] Production.INFO: ==29477== Lock acquired, processing the job...
[2026-09-10 23:14:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-10 23:14:02] Production.INFO: ==29477== Releasing lock...
[2026-09-10 23:14:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-10 23:14:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 19:14:02] Production.INFO: ==29475== Lock acquired, processing the job...
[2026-09-10 19:14:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 19:14:02] Production.INFO: ==29475== Releasing lock...
[2026-09-10 19:14:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 19:14:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 19:14:03] Production.INFO: ==29485== Lock acquired, processing the job...
[2026-09-10 19:14:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 19:14:03] Production.INFO: Account Balance Start.
[2026-09-10 19:14:03] Production.INFO: CreateAllLog Start
[2026-09-10 19:14:03] Production.INFO: 117
[2026-09-10 19:14:03] Production.INFO: Date 2026-09-08
[2026-09-10 19:14:03] Production.INFO: Reseller ==> 0
[2026-09-10 19:14:03] Production.INFO: Date 2026-09-09
[2026-09-10 19:14:03] Production.INFO: Reseller ==> 0
[2026-09-10 19:14:03] Production.INFO: Date 2026-09-10
[2026-09-10 19:14:03] Production.INFO: Reseller ==> 0
[2026-09-10 19:14:03] Production.INFO: Total Charge 0
[2026-09-10 19:14:03] Production.INFO: CreateAllLog End
[2026-09-10 19:14:03] Production.INFO: Account Balance End.
[2026-09-10 19:14:03] Production.INFO: ==29479== Lock acquired, processing the job...
[2026-09-10 19:14:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 19:14:04] Production.ERROR: CronJobId end 12
[2026-09-10 19:14:04] Production.INFO: ==29485== Releasing lock...
[2026-09-10 19:14:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 19:14:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 19:14:04] Production.INFO: ==29481== Lock acquired, processing the job...
[2026-09-10 19:14:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 19:14:04] Production.INFO: ==29483== Lock acquired, processing the job...
[2026-09-10 19:14:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 19:14:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 19:14:04] Production.INFO: ==29487== Lock acquired, processing the job...
[2026-09-10 19:14:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 19:14:04] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 19:14:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 19:14:04] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 19:14:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 19: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-09-10 19: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-09-10 19: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-09-10 19:14:04] Production.INFO: ==29487== Releasing lock...
[2026-09-10 19:14:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 19:14:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 19:14:04] Production.INFO: ==29481== Releasing lock...
[2026-09-10 19:14:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 19:14:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 19:14:12] Production.ERROR: CronJobId end10
[2026-09-10 19:14:12] Production.INFO: ==29483== Releasing lock...
[2026-09-10 19:14:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 19:14:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 19:14:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 19:14:15] Production.INFO: ============== Balance Warning START===========
[2026-09-10 19:14:15] Production.INFO: ============== Balance Warning END===========
[2026-09-10 19:14:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 19:14:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 19:14:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 19:14:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 19:14:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 19:14:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 19:14:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 19:14:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 19:14:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 19:14:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 19:14:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 19:14:15] Production.INFO: call_cost start
[2026-09-10 19:14:15] Production.INFO: call_cost end
[2026-09-10 19:14:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 19:14:15] Production.INFO: ============== Report Schedule START===========
[2026-09-10 19:14:15] Production.INFO: ============== Report Schedule END===========
[2026-09-10 19:14:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 19:14:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 19:14:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 19:14:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 19:14:15] Production.INFO: ============== Deal alert START===========
[2026-09-10 19:14:15] Production.INFO: ============== Deal alert END===========
[2026-09-10 19:14:15] Production.INFO: ==29479== Releasing lock...
[2026-09-10 19:14:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 19:14:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 00:15:01] Production.INFO: ==29561== Lock acquired, processing the job...
[2026-09-11 00:15:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 00:15:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 00:15:01] Production.INFO: neon service started
[2026-09-11 00:15:01] Production.INFO: neon service started
[2026-09-11 00:15:01] Production.INFO: ==29561== Releasing lock...
[2026-09-11 00:15:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 00:15:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 23:15:01] Production.INFO: ==29565== Lock acquired, processing the job...
[2026-09-10 23:15:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-10 23:15:01] Production.INFO: ==29565== Releasing lock...
[2026-09-10 23:15:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-10 23:15:01] Production.INFO: 25 MB #Memory Used#
[2026-09-10 19:15:02] Production.INFO: ==29563== Lock acquired, processing the job...
[2026-09-10 19:15:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 19:15:02] Production.INFO: ==29563== Releasing lock...
[2026-09-10 19:15:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 19:15:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 19:15:03] Production.INFO: ==29567== Lock acquired, processing the job...
[2026-09-10 19:15:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-10 19:15:03] Production.ERROR: ========================== active cronjob start =============================
[2026-09-10 19:15:03] Production.INFO: ==29569== Lock acquired, processing the job...
[2026-09-10 19:15:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 19:15:03] Production.ERROR: ========================== active cronjob end =============================
[2026-09-10 19:15:03] Production.INFO: ==29567== Releasing lock...
[2026-09-10 19:15:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-10 19:15:03] Production.INFO: 25.5 MB #Memory Used#
[2026-09-10 19:15:03] Production.INFO: ==29573== Lock acquired, processing the job...
[2026-09-10 19:15:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 19:15:03] Production.INFO: ==29571== Lock acquired, processing the job...
[2026-09-10 19:15:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 19:15:03] Production.INFO: ==29576== Lock acquired, processing the job...
[2026-09-10 19:15:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 19:15:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 19:15:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 19:15:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 19:15:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 19:15:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 19:15:03] Production.INFO: ==29580== Lock acquired, processing the job...
[2026-09-10 19:15:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 19:15:03] Production.INFO: Account Balance Start.
[2026-09-10 19:15:03] Production.INFO: CreateAllLog Start
[2026-09-10 19:15:03] Production.INFO: 117
[2026-09-10 19:15:03] Production.INFO: Date 2026-09-08
[2026-09-10 19:15:03] Production.INFO: Reseller ==> 0
[2026-09-10 19:15:03] Production.INFO: ==29578== Lock acquired, processing the job...
[2026-09-10 19:15:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-10 19:15:03] Production.INFO: Date 2026-09-09
[2026-09-10 19:15:03] Production.INFO: Reseller ==> 0
[2026-09-10 19: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-09-10 19: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-09-10 19: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-09-10 19:15:03] Production.ERROR: tblTempUsageDetail_20
[2026-09-10 19:15:03] Production.INFO: ==29580== Releasing lock...
[2026-09-10 19:15:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 19:15:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 19:15:03] Production.INFO: Date 2026-09-10
[2026-09-10 19:15:03] Production.INFO: Reseller ==> 0
[2026-09-10 19:15:03] Production.INFO: Total Charge 0
[2026-09-10 19:15:03] Production.INFO: CreateAllLog End
[2026-09-10 19:15:04] Production.ERROR: done
[2026-09-10 19:15:04] Production.INFO: Account Balance End.
[2026-09-10 19:15:04] Production.ERROR: CronJobId end 12
[2026-09-10 19:15:04] Production.INFO: ==29576== Releasing lock...
[2026-09-10 19:15:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 19:15:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 19:15:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-10 19:15:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17980173', 'tblTempUsageDetail_20reseller','2026-09-10','2026-09-10','1' ) start
[2026-09-10 19:15:04] Production.INFO: ==29571== Releasing lock...
[2026-09-10 19:15:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 19:15:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 19:15:09] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17980173', 'tblTempUsageDetail_20reseller','2026-09-10','2026-09-10','1' ) end
[2026-09-10 19:15:09] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-10 19:15:09] Production.INFO: ProcessCDR(1,17980173,1,1,2)
[2026-09-10 19:15:09] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17980173,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-10 19:15:09] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17980173,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-10 19:15:09] Production.ERROR: pbx prc_insertCDR start
[2026-09-10 19:15:09] Production.ERROR: pbx prc_insertCDR end
[2026-09-10 19:15:09] Production.INFO: ==29578== Releasing lock...
[2026-09-10 19:15:09] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-10 19:15:09] Production.INFO: 26 MB #Memory Used#
[2026-09-10 19:15:14] Production.ERROR: CronJobId end10
[2026-09-10 19:15:14] Production.INFO: ==29573== Releasing lock...
[2026-09-10 19:15:14] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 19:15:14] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 19:15:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 19:15:16] Production.INFO: ============== Balance Warning START===========
[2026-09-10 19:15:16] Production.INFO: ============== Balance Warning END===========
[2026-09-10 19:15:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 19:15:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 19:15:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 19:15:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 19:15:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 19:15:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 19:15:16] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 19:15:16] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 19:15:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 19:15:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 19:15:16] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 19:15:16] Production.INFO: call_cost start
[2026-09-10 19:15:16] Production.INFO: call_cost end
[2026-09-10 19:15:16] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 19:15:16] Production.INFO: ============== Report Schedule START===========
[2026-09-10 19:15:16] Production.INFO: ============== Report Schedule END===========
[2026-09-10 19:15:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 19:15:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 19:15:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 19:15:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 19:15:16] Production.INFO: ============== Deal alert START===========
[2026-09-10 19:15:16] Production.INFO: ============== Deal alert END===========
[2026-09-10 19:15:17] Production.INFO: ==29569== Releasing lock...
[2026-09-10 19:15:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 19:15:17] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 00:16:02] Production.INFO: ==29649== Lock acquired, processing the job...
[2026-09-11 00:16:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 00:16:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 00:16:02] Production.INFO: neon service started
[2026-09-11 00:16:02] Production.INFO: neon service started
[2026-09-11 00:16:02] Production.INFO: ==29649== Releasing lock...
[2026-09-11 00:16:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 00:16:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 23:16:02] Production.INFO: ==29653== Lock acquired, processing the job...
[2026-09-10 23:16:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-10 23:16:02] Production.INFO: ==29653== Releasing lock...
[2026-09-10 23:16:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-10 23:16:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 19:16:02] Production.INFO: ==29651== Lock acquired, processing the job...
[2026-09-10 19:16:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 19:16:02] Production.INFO: ==29651== Releasing lock...
[2026-09-10 19:16:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 19:16:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 19:16:03] Production.INFO: ==29658== Lock acquired, processing the job...
[2026-09-10 19:16:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 19:16:03] Production.INFO: ==29656== Lock acquired, processing the job...
[2026-09-10 19:16:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 19:16:03] Production.INFO: ==29662== Lock acquired, processing the job...
[2026-09-10 19:16:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 19:16:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 19:16:03] Production.INFO: ==29660== Lock acquired, processing the job...
[2026-09-10 19:16:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 19:16:03] Production.INFO: ==29664== Lock acquired, processing the job...
[2026-09-10 19:16:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 19:16:03] Production.INFO: Account Balance Start.
[2026-09-10 19:16:03] Production.INFO: CreateAllLog Start
[2026-09-10 19:16:03] Production.INFO: 117
[2026-09-10 19:16:03] Production.INFO: Date 2026-09-08
[2026-09-10 19:16:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 19:16:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 19:16:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 19:16:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 19:16:03] Production.INFO: Reseller ==> 0
[2026-09-10 19:16:03] Production.INFO: Date 2026-09-09
[2026-09-10 19:16:03] Production.INFO: Reseller ==> 0
[2026-09-10 19:16:03] Production.INFO: Date 2026-09-10
[2026-09-10 19:16:03] Production.INFO: Reseller ==> 0
[2026-09-10 19:16:03] Production.INFO: Total Charge 0
[2026-09-10 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-09-10 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-09-10 19:16:04] Production.INFO: CreateAllLog End
[2026-09-10 19: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-09-10 19:16:04] Production.INFO: ==29664== Releasing lock...
[2026-09-10 19:16:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 19:16:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 19:16:04] Production.INFO: Account Balance End.
[2026-09-10 19:16:04] Production.ERROR: CronJobId end 12
[2026-09-10 19:16:04] Production.INFO: ==29662== Releasing lock...
[2026-09-10 19:16:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 19:16:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 19:16:04] Production.INFO: ==29658== Releasing lock...
[2026-09-10 19:16:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 19:16:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 19:16:12] Production.ERROR: CronJobId end10
[2026-09-10 19:16:12] Production.INFO: ==29660== Releasing lock...
[2026-09-10 19:16:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 19:16:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 19:16:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 19:16:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 19:16:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 19:16:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 19:16:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 19:16:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 19:16:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 19:16:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 19:16:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 19:16:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 19:16:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 19:16:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 19:16:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 19:16:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 19:16:15] Production.INFO: call_cost start
[2026-09-10 19:16:15] Production.INFO: call_cost end
[2026-09-10 19:16:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 19:16:15] Production.INFO: ============== Report Schedule START===========
[2026-09-10 19:16:15] Production.INFO: ============== Report Schedule END===========
[2026-09-10 19:16:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 19:16:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 19:16:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 19:16:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 19:16:15] Production.INFO: ============== Deal alert START===========
[2026-09-10 19:16:15] Production.INFO: ============== Deal alert END===========
[2026-09-10 19:16:15] Production.INFO: ==29656== Releasing lock...
[2026-09-10 19:16:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 19:16:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 00:17:01] Production.INFO: ==29726== Lock acquired, processing the job...
[2026-09-11 00:17:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 00:17:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 00:17:01] Production.INFO: neon service started
[2026-09-11 00:17:01] Production.INFO: neon service started
[2026-09-11 00:17:01] Production.INFO: ==29726== Releasing lock...
[2026-09-11 00:17:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 00:17:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 19:17:01] Production.INFO: ==29728== Lock acquired, processing the job...
[2026-09-10 19:17:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 19:17:01] Production.INFO: ==29728== Releasing lock...
[2026-09-10 19:17:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 19:17:01] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 23:17:02] Production.INFO: ==29730== Lock acquired, processing the job...
[2026-09-10 23:17:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-10 23:17:02] Production.INFO: ==29730== Releasing lock...
[2026-09-10 23:17:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-10 23:17:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 19:17:02] Production.INFO: ==29733== Lock acquired, processing the job...
[2026-09-10 19:17:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 19:17:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 19:17:02] Production.INFO: ==29735== Lock acquired, processing the job...
[2026-09-10 19:17:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 19:17:02] Production.INFO: ==29737== Lock acquired, processing the job...
[2026-09-10 19:17:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 19:17:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 19:17:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 19:17:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 19:17:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 19:17:03] Production.INFO: ==29741== Lock acquired, processing the job...
[2026-09-10 19:17:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 19:17:03] Production.INFO: ==29739== Lock acquired, processing the job...
[2026-09-10 19:17:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 19:17:03] Production.INFO: Account Balance Start.
[2026-09-10 19:17:03] Production.INFO: CreateAllLog Start
[2026-09-10 19:17:03] Production.INFO: 117
[2026-09-10 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-09-10 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-09-10 19:17:03] Production.INFO: Date 2026-09-08
[2026-09-10 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-09-10 19:17:03] Production.INFO: Reseller ==> 0
[2026-09-10 19:17:03] Production.INFO: ==29741== Releasing lock...
[2026-09-10 19:17:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 19:17:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 19:17:03] Production.INFO: Date 2026-09-09
[2026-09-10 19:17:03] Production.INFO: Reseller ==> 0
[2026-09-10 19:17:03] Production.INFO: Date 2026-09-10
[2026-09-10 19:17:03] Production.INFO: Reseller ==> 0
[2026-09-10 19:17:03] Production.INFO: Total Charge 0
[2026-09-10 19:17:03] Production.INFO: CreateAllLog End
[2026-09-10 19:17:03] Production.INFO: ==29735== Releasing lock...
[2026-09-10 19:17:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 19:17:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 19:17:03] Production.INFO: Account Balance End.
[2026-09-10 19:17:03] Production.ERROR: CronJobId end 12
[2026-09-10 19:17:03] Production.INFO: ==29739== Releasing lock...
[2026-09-10 19:17:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 19:17:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 19:17:11] Production.ERROR: CronJobId end10
[2026-09-10 19:17:11] Production.INFO: ==29737== Releasing lock...
[2026-09-10 19:17:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 19:17:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 19:17:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 19:17:13] Production.INFO: ============== Balance Warning START===========
[2026-09-10 19:17:13] Production.INFO: ============== Balance Warning END===========
[2026-09-10 19:17:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 19:17:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 19:17:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 19:17:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 19:17:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 19:17:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 19:17:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 19:17:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 19:17:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 19:17:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 19:17:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 19:17:13] Production.INFO: call_cost start
[2026-09-10 19:17:13] Production.INFO: call_cost end
[2026-09-10 19:17:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 19:17:13] Production.INFO: ============== Report Schedule START===========
[2026-09-10 19:17:13] Production.INFO: ============== Report Schedule END===========
[2026-09-10 19:17:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 19:17:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 19:17:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 19:17:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 19:17:13] Production.INFO: ============== Deal alert START===========
[2026-09-10 19:17:13] Production.INFO: ============== Deal alert END===========
[2026-09-10 19:17:13] Production.INFO: ==29733== Releasing lock...
[2026-09-10 19:17:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 19:17:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 00:18:01] Production.INFO: ==29815== Lock acquired, processing the job...
[2026-09-11 00:18:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 00:18:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 00:18:01] Production.INFO: neon service started
[2026-09-11 00:18:01] Production.INFO: neon service started
[2026-09-11 00:18:01] Production.INFO: ==29815== Releasing lock...
[2026-09-11 00:18:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 00:18:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 19:18:02] Production.INFO: ==29817== Lock acquired, processing the job...
[2026-09-10 19:18:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 19:18:02] Production.INFO: ==29817== Releasing lock...
[2026-09-10 19:18:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 19:18:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 23:18:02] Production.INFO: ==29819== Lock acquired, processing the job...
[2026-09-10 23:18:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-10 23:18:02] Production.INFO: ==29819== Releasing lock...
[2026-09-10 23:18:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-10 23:18:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 19:18:03] Production.INFO: ==29822== Lock acquired, processing the job...
[2026-09-10 19:18:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 19:18:03] Production.INFO: ==29826== Lock acquired, processing the job...
[2026-09-10 19:18:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 19:18:03] Production.INFO: ==29828== Lock acquired, processing the job...
[2026-09-10 19:18:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 19:18:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 19:18:03] Production.INFO: Account Balance Start.
[2026-09-10 19:18:03] Production.INFO: CreateAllLog Start
[2026-09-10 19:18:03] Production.INFO: 117
[2026-09-10 19:18:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 19:18:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 19:18:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 19:18:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 19:18:03] Production.INFO: Date 2026-09-08
[2026-09-10 19:18:03] Production.INFO: ==29824== Lock acquired, processing the job...
[2026-09-10 19:18:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 19:18:03] Production.INFO: Reseller ==> 0
[2026-09-10 19:18:03] Production.INFO: Date 2026-09-09
[2026-09-10 19:18:03] Production.INFO: Reseller ==> 0
[2026-09-10 19:18:03] Production.INFO: Date 2026-09-10
[2026-09-10 19:18:03] Production.INFO: Reseller ==> 0
[2026-09-10 19:18:03] Production.INFO: ==29830== Lock acquired, processing the job...
[2026-09-10 19:18:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 19:18:03] Production.INFO: Total Charge 0
[2026-09-10 19:18:03] Production.INFO: CreateAllLog End
[2026-09-10 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-09-10 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-09-10 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-09-10 19:18:03] Production.INFO: ==29830== Releasing lock...
[2026-09-10 19:18:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 19:18:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 19:18:03] Production.INFO: Account Balance End.
[2026-09-10 19:18:03] Production.ERROR: CronJobId end 12
[2026-09-10 19:18:03] Production.INFO: ==29828== Releasing lock...
[2026-09-10 19:18:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 19:18:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 19:18:04] Production.INFO: ==29824== Releasing lock...
[2026-09-10 19:18:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 19:18:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 19:18:12] Production.ERROR: CronJobId end10
[2026-09-10 19:18:12] Production.INFO: ==29826== Releasing lock...
[2026-09-10 19:18:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 19:18:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 19:18:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 19:18:13] Production.INFO: ============== Balance Warning START===========
[2026-09-10 19:18:13] Production.INFO: ============== Balance Warning END===========
[2026-09-10 19:18:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 19:18:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 19:18:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 19:18:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 19:18:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 19:18:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 19:18:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 19:18:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 19:18:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 19:18:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 19:18:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 19:18:14] Production.INFO: call_cost start
[2026-09-10 19:18:14] Production.INFO: call_cost end
[2026-09-10 19:18:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 19:18:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 19:18:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 19:18:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 19:18:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 19:18:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 19:18:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 19:18:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 19:18:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 19:18:14] Production.INFO: ==29822== Releasing lock...
[2026-09-10 19:18:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 19:18:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 00:19:02] Production.INFO: ==29890== Lock acquired, processing the job...
[2026-09-11 00:19:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 00:19:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 00:19:02] Production.INFO: neon service started
[2026-09-11 00:19:02] Production.INFO: neon service started
[2026-09-11 00:19:02] Production.INFO: ==29890== Releasing lock...
[2026-09-11 00:19:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 00:19:02] Production.INFO: 25.5 MB #Memory Used#
[2026-09-10 19:19:02] Production.INFO: ==29893== Lock acquired, processing the job...
[2026-09-10 19:19:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 23:19:03] Production.INFO: ==29895== Lock acquired, processing the job...
[2026-09-10 23:19:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-10 23:19:03] Production.INFO: ==29895== Releasing lock...
[2026-09-10 23:19:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-10 23:19:03] Production.INFO: 25 MB #Memory Used#
[2026-09-10 19:19:03] Production.INFO: ==29893== Releasing lock...
[2026-09-10 19:19:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 19:19:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 19:19:03] Production.INFO: ==29898== Lock acquired, processing the job...
[2026-09-10 19:19:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 19:19:03] Production.INFO: ==29900== Lock acquired, processing the job...
[2026-09-10 19:19:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 19:19:03] Production.INFO: ==29902== Lock acquired, processing the job...
[2026-09-10 19:19:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 19:19:03] Production.INFO: ==29904== Lock acquired, processing the job...
[2026-09-10 19:19:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 19:19:03] Production.INFO: ==29906== Lock acquired, processing the job...
[2026-09-10 19:19:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 19:19:04] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 19:19:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 19:19:04] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 19:19:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 19:19:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 19:19:04] Production.INFO: Account Balance Start.
[2026-09-10 19:19:04] Production.INFO: CreateAllLog Start
[2026-09-10 19:19:04] Production.INFO: 117
[2026-09-10 19:19:04] Production.INFO: Date 2026-09-08
[2026-09-10 19:19:04] Production.INFO: Reseller ==> 0
[2026-09-10 19:19:04] Production.INFO: Date 2026-09-09
[2026-09-10 19:19:04] Production.INFO: Reseller ==> 0
[2026-09-10 19:19:04] Production.INFO: Date 2026-09-10
[2026-09-10 19:19:04] Production.INFO: Reseller ==> 0
[2026-09-10 19: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-09-10 19: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-09-10 19: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-09-10 19:19:04] Production.INFO: ==29906== Releasing lock...
[2026-09-10 19:19:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 19:19:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 19:19:04] Production.INFO: Total Charge 0
[2026-09-10 19:19:04] Production.INFO: CreateAllLog End
[2026-09-10 19:19:04] Production.INFO: Account Balance End.
[2026-09-10 19:19:04] Production.ERROR: CronJobId end 12
[2026-09-10 19:19:04] Production.INFO: ==29904== Releasing lock...
[2026-09-10 19:19:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 19:19:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 19:19:04] Production.INFO: ==29900== Releasing lock...
[2026-09-10 19:19:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 19:19:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 19:19:13] Production.ERROR: CronJobId end10
[2026-09-10 19:19:13] Production.INFO: ==29902== Releasing lock...
[2026-09-10 19:19:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 19:19:13] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 19:19:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 19:19:15] Production.INFO: ============== Balance Warning START===========
[2026-09-10 19:19:15] Production.INFO: ============== Balance Warning END===========
[2026-09-10 19:19:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 19:19:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 19:19:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 19:19:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 19:19:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 19:19:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 19:19:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 19:19:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 19:19:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 19:19:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 19:19:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 19:19:16] Production.INFO: call_cost start
[2026-09-10 19:19:16] Production.INFO: call_cost end
[2026-09-10 19:19:16] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 19:19:16] Production.INFO: ============== Report Schedule START===========
[2026-09-10 19:19:16] Production.INFO: ============== Report Schedule END===========
[2026-09-10 19:19:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 19:19:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 19:19:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 19:19:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 19:19:16] Production.INFO: ============== Deal alert START===========
[2026-09-10 19:19:16] Production.INFO: ============== Deal alert END===========
[2026-09-10 19:19:16] Production.INFO: ==29898== Releasing lock...
[2026-09-10 19:19:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 19:19:16] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 00:20:01] Production.INFO: ==29988== Lock acquired, processing the job...
[2026-09-11 00:20:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 00:20:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 00:20:01] Production.INFO: neon service started
[2026-09-11 00:20:01] Production.INFO: neon service started
[2026-09-11 00:20:01] Production.INFO: ==29988== Releasing lock...
[2026-09-11 00:20:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 00:20:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 19:20:02] Production.INFO: ==29990== Lock acquired, processing the job...
[2026-09-10 19:20:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 19:20:02] Production.INFO: ==29990== Releasing lock...
[2026-09-10 19:20:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 19:20:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 23:20:02] Production.INFO: ==29992== Lock acquired, processing the job...
[2026-09-10 23:20:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-10 23:20:02] Production.INFO: ==29992== Releasing lock...
[2026-09-10 23:20:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-10 23:20:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 19:20:03] Production.INFO: ==29994== Lock acquired, processing the job...
[2026-09-10 19:20:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 19:20:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 19:20:03] Production.INFO: ==29997== Lock acquired, processing the job...
[2026-09-10 19:20:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 19:20:03] Production.INFO: ==29999== Lock acquired, processing the job...
[2026-09-10 19:20:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 19:20:03] Production.INFO: ==30003== Lock acquired, processing the job...
[2026-09-10 19:20:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 19:20:03] Production.INFO: ==30001== Lock acquired, processing the job...
[2026-09-10 19:20:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 19:20:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 19:20:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 19:20:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 19:20:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 19:20:03] Production.INFO: Account Balance Start.
[2026-09-10 19:20:03] Production.INFO: CreateAllLog Start
[2026-09-10 19:20:03] Production.INFO: 117
[2026-09-10 19:20:03] Production.INFO: Date 2026-09-08
[2026-09-10 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-09-10 19:20:03] Production.INFO: Reseller ==> 0
[2026-09-10 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-09-10 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-09-10 19:20:03] Production.INFO: ==30003== Releasing lock...
[2026-09-10 19:20:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 19:20:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 19:20:03] Production.INFO: Date 2026-09-09
[2026-09-10 19:20:03] Production.INFO: Reseller ==> 0
[2026-09-10 19:20:03] Production.INFO: Date 2026-09-10
[2026-09-10 19:20:03] Production.INFO: Reseller ==> 0
[2026-09-10 19:20:03] Production.INFO: Total Charge 0
[2026-09-10 19:20:03] Production.INFO: CreateAllLog End
[2026-09-10 19:20:03] Production.INFO: Account Balance End.
[2026-09-10 19:20:03] Production.ERROR: CronJobId end 12
[2026-09-10 19:20:03] Production.INFO: ==30001== Releasing lock...
[2026-09-10 19:20:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 19:20:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 19:20:04] Production.INFO: ==29997== Releasing lock...
[2026-09-10 19:20:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 19:20:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 19:20:12] Production.ERROR: CronJobId end10
[2026-09-10 19:20:12] Production.INFO: ==29999== Releasing lock...
[2026-09-10 19:20:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 19:20:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 19:20:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 19:20:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 19:20:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 19:20:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 19:20:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 19:20:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 19:20:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 19:20:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 19:20:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 19:20:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 19:20:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 19:20:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 19:20:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 19:20:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 19:20:14] Production.INFO: call_cost start
[2026-09-10 19:20:14] Production.INFO: call_cost end
[2026-09-10 19:20:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 19:20:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 19:20:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 19:20:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 19:20:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 19:20:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 19:20:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 19:20:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 19:20:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 19:20:14] Production.INFO: ==29994== Releasing lock...
[2026-09-10 19:20:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 19:20:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 00:21:02] Production.INFO: ==30071== Lock acquired, processing the job...
[2026-09-11 00:21:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 00:21:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 00:21:02] Production.INFO: neon service started
[2026-09-11 00:21:02] Production.INFO: neon service started
[2026-09-11 00:21:02] Production.INFO: ==30071== Releasing lock...
[2026-09-11 00:21:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 00:21:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 19:21:02] Production.INFO: ==30073== Lock acquired, processing the job...
[2026-09-10 19:21:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 23:21:02] Production.INFO: ==30075== Lock acquired, processing the job...
[2026-09-10 23:21:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-10 23:21:02] Production.INFO: ==30075== Releasing lock...
[2026-09-10 23:21:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-10 23:21:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 19:21:03] Production.INFO: ==30073== Releasing lock...
[2026-09-10 19:21:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 19:21:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 19:21:03] Production.INFO: ==30078== Lock acquired, processing the job...
[2026-09-10 19:21:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 19:21:03] Production.INFO: ==30080== Lock acquired, processing the job...
[2026-09-10 19:21:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 19:21:04] Production.INFO: ==30082== Lock acquired, processing the job...
[2026-09-10 19:21:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 19:21:04] Production.INFO: ==30084== Lock acquired, processing the job...
[2026-09-10 19:21:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 19:21:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 19:21:04] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 19:21:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 19:21:04] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 19:21:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 19:21:04] Production.INFO: Account Balance Start.
[2026-09-10 19:21:04] Production.INFO: CreateAllLog Start
[2026-09-10 19:21:04] Production.INFO: 117
[2026-09-10 19:21:04] Production.INFO: Date 2026-09-08
[2026-09-10 19:21:04] Production.INFO: ==30086== Lock acquired, processing the job...
[2026-09-10 19:21:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 19:21:04] Production.INFO: Reseller ==> 0
[2026-09-10 19:21:04] Production.INFO: Date 2026-09-09
[2026-09-10 19:21:04] Production.INFO: Reseller ==> 0
[2026-09-10 19:21:04] Production.INFO: Date 2026-09-10
[2026-09-10 19:21:04] Production.INFO: Reseller ==> 0
[2026-09-10 19: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-09-10 19: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-09-10 19: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-09-10 19:21:04] Production.INFO: ==30086== Releasing lock...
[2026-09-10 19:21:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 19:21:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 19:21:04] Production.INFO: Total Charge 0
[2026-09-10 19:21:04] Production.INFO: CreateAllLog End
[2026-09-10 19:21:04] Production.INFO: Account Balance End.
[2026-09-10 19:21:04] Production.ERROR: CronJobId end 12
[2026-09-10 19:21:04] Production.INFO: ==30084== Releasing lock...
[2026-09-10 19:21:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 19:21:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 19:21:04] Production.INFO: ==30080== Releasing lock...
[2026-09-10 19:21:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 19:21:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 19:21:12] Production.ERROR: CronJobId end10
[2026-09-10 19:21:12] Production.INFO: ==30082== Releasing lock...
[2026-09-10 19:21:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 19:21:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 19:21:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 19:21:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 19:21:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 19:21:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 19:21:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 19:21:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 19:21:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 19:21:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 19:21:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 19:21:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 19:21:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 19:21:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 19:21:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 19:21:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 19:21:15] Production.INFO: call_cost start
[2026-09-10 19:21:15] Production.INFO: call_cost end
[2026-09-10 19:21:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 19:21:15] Production.INFO: ============== Report Schedule START===========
[2026-09-10 19:21:15] Production.INFO: ============== Report Schedule END===========
[2026-09-10 19:21:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 19:21:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 19:21:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 19:21:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 19:21:15] Production.INFO: ============== Deal alert START===========
[2026-09-10 19:21:15] Production.INFO: ============== Deal alert END===========
[2026-09-10 19:21:15] Production.INFO: ==30078== Releasing lock...
[2026-09-10 19:21:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 19:21:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 00:22:01] Production.INFO: ==30153== Lock acquired, processing the job...
[2026-09-11 00:22:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 00:22:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 00:22:01] Production.INFO: neon service started
[2026-09-11 00:22:01] Production.INFO: neon service started
[2026-09-11 00:22:01] Production.INFO: ==30153== Releasing lock...
[2026-09-11 00:22:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 00:22:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 19:22:02] Production.INFO: ==30155== Lock acquired, processing the job...
[2026-09-10 19:22:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 23:22:02] Production.INFO: ==30157== Lock acquired, processing the job...
[2026-09-10 23:22:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-10 23:22:02] Production.INFO: ==30157== Releasing lock...
[2026-09-10 23:22:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-10 23:22:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 19:22:02] Production.INFO: ==30155== Releasing lock...
[2026-09-10 19:22:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 19:22:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 19:22:03] Production.INFO: ==30160== Lock acquired, processing the job...
[2026-09-10 19:22:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 19:22:03] Production.INFO: ==30162== Lock acquired, processing the job...
[2026-09-10 19:22:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 19:22:03] Production.INFO: ==30164== Lock acquired, processing the job...
[2026-09-10 19:22:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 19:22:03] Production.INFO: ==30166== Lock acquired, processing the job...
[2026-09-10 19:22:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 19:22:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 19:22:03] Production.INFO: ==30168== Lock acquired, processing the job...
[2026-09-10 19:22:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 19:22:03] Production.INFO: Account Balance Start.
[2026-09-10 19:22:03] Production.INFO: CreateAllLog Start
[2026-09-10 19:22:03] Production.INFO: 117
[2026-09-10 19:22:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 19:22:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 19:22:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 19:22:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 19:22:03] Production.INFO: Date 2026-09-08
[2026-09-10 19: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-09-10 19: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-09-10 19:22:03] Production.INFO: Reseller ==> 0
[2026-09-10 19: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-09-10 19:22:03] Production.INFO: ==30168== Releasing lock...
[2026-09-10 19:22:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 19:22:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 19:22:03] Production.INFO: Date 2026-09-09
[2026-09-10 19:22:03] Production.INFO: Reseller ==> 0
[2026-09-10 19:22:03] Production.INFO: Date 2026-09-10
[2026-09-10 19:22:03] Production.INFO: Reseller ==> 0
[2026-09-10 19:22:03] Production.INFO: Total Charge 0
[2026-09-10 19:22:03] Production.INFO: CreateAllLog End
[2026-09-10 19:22:04] Production.INFO: Account Balance End.
[2026-09-10 19:22:04] Production.ERROR: CronJobId end 12
[2026-09-10 19:22:04] Production.INFO: ==30166== Releasing lock...
[2026-09-10 19:22:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 19:22:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 19:22:04] Production.INFO: ==30162== Releasing lock...
[2026-09-10 19:22:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 19:22:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 19:22:11] Production.ERROR: CronJobId end10
[2026-09-10 19:22:11] Production.INFO: ==30164== Releasing lock...
[2026-09-10 19:22:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 19:22:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 19:22:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 19:22:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 19:22:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 19:22:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 19:22:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 19:22:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 19:22:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 19:22:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 19:22:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 19:22:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 19:22:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 19:22:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 19:22:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 19:22:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 19:22:14] Production.INFO: call_cost start
[2026-09-10 19:22:14] Production.INFO: call_cost end
[2026-09-10 19:22:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 19:22:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 19:22:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 19:22:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 19:22:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 19:22:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 19:22:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 19:22:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 19:22:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 19:22:14] Production.INFO: ==30160== Releasing lock...
[2026-09-10 19:22:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 19:22:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 00:23:02] Production.INFO: ==30236== Lock acquired, processing the job...
[2026-09-11 00:23:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 00:23:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 00:23:02] Production.INFO: neon service started
[2026-09-11 00:23:02] Production.INFO: neon service started
[2026-09-11 00:23:02] Production.INFO: ==30236== Releasing lock...
[2026-09-11 00:23:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 00:23:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 19:23:02] Production.INFO: ==30238== Lock acquired, processing the job...
[2026-09-10 19:23:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 19:23:02] Production.INFO: ==30238== Releasing lock...
[2026-09-10 19:23:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 19:23:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 23:23:02] Production.INFO: ==30240== Lock acquired, processing the job...
[2026-09-10 23:23:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-10 23:23:03] Production.INFO: ==30240== Releasing lock...
[2026-09-10 23:23:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-10 23:23:03] Production.INFO: 25 MB #Memory Used#
[2026-09-10 19:23:03] Production.INFO: ==30242== Lock acquired, processing the job...
[2026-09-10 19:23:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 19:23:03] Production.INFO: ==30244== Lock acquired, processing the job...
[2026-09-10 19:23:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 19:23:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 19:23:03] Production.INFO: ==30246== Lock acquired, processing the job...
[2026-09-10 19:23:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 19:23:03] Production.INFO: ==30248== Lock acquired, processing the job...
[2026-09-10 19:23:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 19:23:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 19:23:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 19:23:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 19:23:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 19:23:03] Production.INFO: ==30250== Lock acquired, processing the job...
[2026-09-10 19:23:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 19:23:03] Production.INFO: Account Balance Start.
[2026-09-10 19:23:03] Production.INFO: CreateAllLog Start
[2026-09-10 19:23:03] Production.INFO: 117
[2026-09-10 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-09-10 19:23:03] Production.INFO: Date 2026-09-08
[2026-09-10 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-09-10 19:23:03] Production.INFO: Reseller ==> 0
[2026-09-10 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-09-10 19:23:03] Production.INFO: ==30250== Releasing lock...
[2026-09-10 19:23:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 19:23:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 19:23:03] Production.INFO: Date 2026-09-09
[2026-09-10 19:23:03] Production.INFO: Reseller ==> 0
[2026-09-10 19:23:04] Production.INFO: Date 2026-09-10
[2026-09-10 19:23:04] Production.INFO: Reseller ==> 0
[2026-09-10 19:23:04] Production.INFO: Total Charge 0
[2026-09-10 19:23:04] Production.INFO: CreateAllLog End
[2026-09-10 19:23:04] Production.INFO: Account Balance End.
[2026-09-10 19:23:04] Production.ERROR: CronJobId end 12
[2026-09-10 19:23:04] Production.INFO: ==30248== Releasing lock...
[2026-09-10 19:23:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 19:23:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 19:23:04] Production.INFO: ==30244== Releasing lock...
[2026-09-10 19:23:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 19:23:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 19:23:12] Production.ERROR: CronJobId end10
[2026-09-10 19:23:12] Production.INFO: ==30246== Releasing lock...
[2026-09-10 19:23:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 19:23:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 19:23:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 19:23:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 19:23:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 19:23:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 19:23:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 19:23:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 19:23:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 19:23:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 19:23:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 19:23:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 19:23:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 19:23:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 19:23:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 19:23:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 19:23:15] Production.INFO: call_cost start
[2026-09-10 19:23:15] Production.INFO: call_cost end
[2026-09-10 19:23:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 19:23:15] Production.INFO: ============== Report Schedule START===========
[2026-09-10 19:23:15] Production.INFO: ============== Report Schedule END===========
[2026-09-10 19:23:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 19:23:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 19:23:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 19:23:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 19:23:15] Production.INFO: ============== Deal alert START===========
[2026-09-10 19:23:15] Production.INFO: ============== Deal alert END===========
[2026-09-10 19:23:15] Production.INFO: ==30242== Releasing lock...
[2026-09-10 19:23:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 19:23:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 00:24:01] Production.INFO: ==30320== Lock acquired, processing the job...
[2026-09-11 00:24:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 00:24:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 00:24:01] Production.INFO: neon service started
[2026-09-11 00:24:01] Production.INFO: neon service started
[2026-09-11 00:24:01] Production.INFO: ==30320== Releasing lock...
[2026-09-11 00:24:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 00:24:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 19:24:01] Production.INFO: ==30322== Lock acquired, processing the job...
[2026-09-10 19:24:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 19:24:02] Production.INFO: ==30322== Releasing lock...
[2026-09-10 19:24:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 19:24:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 23:24:02] Production.INFO: ==30324== Lock acquired, processing the job...
[2026-09-10 23:24:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-10 23:24:02] Production.INFO: ==30324== Releasing lock...
[2026-09-10 23:24:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-10 23:24:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 19:24:03] Production.INFO: ==30327== Lock acquired, processing the job...
[2026-09-10 19:24:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 19:24:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 19:24:03] Production.INFO: ==30331== Lock acquired, processing the job...
[2026-09-10 19:24:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 19:24:03] Production.INFO: ==30329== Lock acquired, processing the job...
[2026-09-10 19:24:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 19:24:03] Production.INFO: ==30333== Lock acquired, processing the job...
[2026-09-10 19:24:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 19:24:03] Production.INFO: ==30335== Lock acquired, processing the job...
[2026-09-10 19:24:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 19:24:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 19:24:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 19:24:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 19:24:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 19:24:03] Production.INFO: Account Balance Start.
[2026-09-10 19:24:03] Production.INFO: CreateAllLog Start
[2026-09-10 19:24:03] Production.INFO: 117
[2026-09-10 19:24:03] Production.INFO: Date 2026-09-08
[2026-09-10 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-09-10 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-09-10 19:24:03] Production.INFO: Reseller ==> 0
[2026-09-10 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-09-10 19:24:03] Production.INFO: ==30335== Releasing lock...
[2026-09-10 19:24:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 19:24:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 19:24:03] Production.INFO: Date 2026-09-09
[2026-09-10 19:24:03] Production.INFO: Reseller ==> 0
[2026-09-10 19:24:03] Production.INFO: Date 2026-09-10
[2026-09-10 19:24:03] Production.INFO: Reseller ==> 0
[2026-09-10 19:24:03] Production.INFO: Total Charge 0
[2026-09-10 19:24:03] Production.INFO: CreateAllLog End
[2026-09-10 19:24:03] Production.INFO: Account Balance End.
[2026-09-10 19:24:03] Production.ERROR: CronJobId end 12
[2026-09-10 19:24:03] Production.INFO: ==30333== Releasing lock...
[2026-09-10 19:24:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 19:24:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 19:24:03] Production.INFO: ==30329== Releasing lock...
[2026-09-10 19:24:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 19:24:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 19:24:12] Production.ERROR: CronJobId end10
[2026-09-10 19:24:12] Production.INFO: ==30331== Releasing lock...
[2026-09-10 19:24:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 19:24:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 19:24:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 19:24:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 19:24:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 19:24:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 19:24:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 19:24:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 19:24:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 19:24:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 19:24:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 19:24:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 19:24:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 19:24:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 19:24:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 19:24:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 19:24:15] Production.INFO: call_cost start
[2026-09-10 19:24:15] Production.INFO: call_cost end
[2026-09-10 19:24:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 19:24:15] Production.INFO: ============== Report Schedule START===========
[2026-09-10 19:24:15] Production.INFO: ============== Report Schedule END===========
[2026-09-10 19:24:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 19:24:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 19:24:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 19:24:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 19:24:15] Production.INFO: ============== Deal alert START===========
[2026-09-10 19:24:15] Production.INFO: ============== Deal alert END===========
[2026-09-10 19:24:15] Production.INFO: ==30327== Releasing lock...
[2026-09-10 19:24:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 19:24:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 00:25:01] Production.INFO: ==30391== Lock acquired, processing the job...
[2026-09-11 00:25:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 00:25:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 00:25:01] Production.INFO: neon service started
[2026-09-11 00:25:02] Production.INFO: neon service started
[2026-09-11 00:25:02] Production.INFO: ==30391== Releasing lock...
[2026-09-11 00:25:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 00:25:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 19:25:02] Production.INFO: ==30393== Lock acquired, processing the job...
[2026-09-10 19:25:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 23:25:02] Production.INFO: ==30395== Lock acquired, processing the job...
[2026-09-10 23:25:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-10 19:25:02] Production.INFO: ==30393== Releasing lock...
[2026-09-10 19:25:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 19:25:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 23:25:02] Production.INFO: ==30395== Releasing lock...
[2026-09-10 23:25:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-10 23:25:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 19:25:03] Production.INFO: ==30398== Lock acquired, processing the job...
[2026-09-10 19:25:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-10 19:25:03] Production.ERROR: ========================== active cronjob start =============================
[2026-09-10 19:25:03] Production.ERROR: ========================== active cronjob end =============================
[2026-09-10 19:25:03] Production.INFO: ==30398== Releasing lock...
[2026-09-10 19:25:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-10 19:25:03] Production.INFO: 25.5 MB #Memory Used#
[2026-09-10 19:25:03] Production.INFO: ==30400== Lock acquired, processing the job...
[2026-09-10 19:25:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 19:25:03] Production.INFO: ==30404== Lock acquired, processing the job...
[2026-09-10 19:25:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 19:25:03] Production.INFO: ==30402== Lock acquired, processing the job...
[2026-09-10 19:25:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 19:25:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 19:25:03] Production.INFO: ==30406== Lock acquired, processing the job...
[2026-09-10 19:25:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 19:25:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 19:25:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 19:25:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 19:25:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 19:25:03] Production.INFO: ==30410== Lock acquired, processing the job...
[2026-09-10 19:25:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 19:25:03] Production.INFO: ==30408== Lock acquired, processing the job...
[2026-09-10 19:25:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-10 19:25:04] Production.ERROR: tblTempUsageDetail_20
[2026-09-10 19:25:04] Production.INFO: Account Balance Start.
[2026-09-10 19:25:04] Production.INFO: CreateAllLog Start
[2026-09-10 19:25:04] Production.INFO: 117
[2026-09-10 19:25:04] Production.INFO: Date 2026-09-08
[2026-09-10 19:25:04] Production.INFO: Reseller ==> 0
[2026-09-10 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-09-10 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-09-10 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-09-10 19:25:04] Production.INFO: ==30410== Releasing lock...
[2026-09-10 19:25:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 19:25:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 19:25:04] Production.INFO: Date 2026-09-09
[2026-09-10 19:25:04] Production.INFO: Reseller ==> 0
[2026-09-10 19:25:04] Production.INFO: Date 2026-09-10
[2026-09-10 19:25:04] Production.INFO: Reseller ==> 0
[2026-09-10 19:25:04] Production.INFO: Total Charge 0
[2026-09-10 19:25:04] Production.INFO: CreateAllLog End
[2026-09-10 19:25:04] Production.ERROR: done
[2026-09-10 19:25:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-10 19:25:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17980214', 'tblTempUsageDetail_20reseller','2026-09-10','2026-09-10','1' ) start
[2026-09-10 19:25:04] Production.INFO: Account Balance End.
[2026-09-10 19:25:04] Production.ERROR: CronJobId end 12
[2026-09-10 19:25:04] Production.INFO: ==30406== Releasing lock...
[2026-09-10 19:25:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 19:25:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 19:25:05] Production.INFO: ==30402== Releasing lock...
[2026-09-10 19:25:05] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 19:25:05] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 19:25:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17980214', 'tblTempUsageDetail_20reseller','2026-09-10','2026-09-10','1' ) end
[2026-09-10 19:25:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-10 19:25:10] Production.INFO: ProcessCDR(1,17980214,1,1,2)
[2026-09-10 19:25:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17980214,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-10 19:25:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17980214,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-10 19:25:10] Production.ERROR: pbx prc_insertCDR start
[2026-09-10 19:25:10] Production.ERROR: pbx prc_insertCDR end
[2026-09-10 19:25:10] Production.INFO: ==30408== Releasing lock...
[2026-09-10 19:25:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-10 19:25:10] Production.INFO: 26 MB #Memory Used#
[2026-09-10 19:25:14] Production.ERROR: CronJobId end10
[2026-09-10 19:25:14] Production.INFO: ==30404== Releasing lock...
[2026-09-10 19:25:14] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 19:25:14] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 19:25:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 19:25:16] Production.INFO: ============== Balance Warning START===========
[2026-09-10 19:25:16] Production.INFO: ============== Balance Warning END===========
[2026-09-10 19:25:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 19:25:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 19:25:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 19:25:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 19:25:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 19:25:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 19:25:16] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 19:25:16] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 19:25:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 19:25:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 19:25:16] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 19:25:16] Production.INFO: call_cost start
[2026-09-10 19:25:16] Production.INFO: call_cost end
[2026-09-10 19:25:16] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 19:25:16] Production.INFO: ============== Report Schedule START===========
[2026-09-10 19:25:16] Production.INFO: ============== Report Schedule END===========
[2026-09-10 19:25:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 19:25:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 19:25:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 19:25:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 19:25:16] Production.INFO: ============== Deal alert START===========
[2026-09-10 19:25:16] Production.INFO: ============== Deal alert END===========
[2026-09-10 19:25:16] Production.INFO: ==30400== Releasing lock...
[2026-09-10 19:25:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 19:25:16] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 00:26:01] Production.INFO: ==30476== Lock acquired, processing the job...
[2026-09-11 00:26:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 00:26:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 00:26:01] Production.INFO: neon service started
[2026-09-11 00:26:01] Production.INFO: neon service started
[2026-09-11 00:26:01] Production.INFO: ==30476== Releasing lock...
[2026-09-11 00:26:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 00:26:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 19:26:01] Production.INFO: ==30478== Lock acquired, processing the job...
[2026-09-10 19:26:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 19:26:01] Production.INFO: ==30478== Releasing lock...
[2026-09-10 19:26:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 19:26:01] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 23:26:02] Production.INFO: ==30480== Lock acquired, processing the job...
[2026-09-10 23:26:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-10 23:26:02] Production.INFO: ==30480== Releasing lock...
[2026-09-10 23:26:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-10 23:26:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 19:26:02] Production.INFO: ==30482== Lock acquired, processing the job...
[2026-09-10 19:26:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 19:26:02] Production.INFO: ==30486== Lock acquired, processing the job...
[2026-09-10 19:26:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 19:26:02] Production.INFO: ==30484== Lock acquired, processing the job...
[2026-09-10 19:26:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 19:26:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 19:26:02] Production.INFO: ==30488== Lock acquired, processing the job...
[2026-09-10 19:26:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 19:26:02] Production.INFO: ==30490== Lock acquired, processing the job...
[2026-09-10 19:26:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 19:26:03] Production.INFO: Account Balance Start.
[2026-09-10 19:26:03] Production.INFO: CreateAllLog Start
[2026-09-10 19:26:03] Production.INFO: 117
[2026-09-10 19:26:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 19:26:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 19:26:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 19:26:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 19:26:03] Production.INFO: Date 2026-09-08
[2026-09-10 19:26:03] Production.INFO: Reseller ==> 0
[2026-09-10 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-09-10 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-09-10 19:26:03] Production.INFO: Date 2026-09-09
[2026-09-10 19:26:03] Production.INFO: Reseller ==> 0
[2026-09-10 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-09-10 19:26:03] Production.INFO: ==30490== Releasing lock...
[2026-09-10 19:26:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 19:26:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 19:26:03] Production.INFO: Date 2026-09-10
[2026-09-10 19:26:03] Production.INFO: Reseller ==> 0
[2026-09-10 19:26:03] Production.INFO: Total Charge 0
[2026-09-10 19:26:03] Production.INFO: CreateAllLog End
[2026-09-10 19:26:03] Production.INFO: Account Balance End.
[2026-09-10 19:26:03] Production.ERROR: CronJobId end 12
[2026-09-10 19:26:03] Production.INFO: ==30488== Releasing lock...
[2026-09-10 19:26:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 19:26:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 19:26:03] Production.INFO: ==30484== Releasing lock...
[2026-09-10 19:26:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 19:26:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 19:26:12] Production.ERROR: CronJobId end10
[2026-09-10 19:26:12] Production.INFO: ==30486== Releasing lock...
[2026-09-10 19:26:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 19:26:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 19:26:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 19:26:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 19:26:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 19:26:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 19:26:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 19:26:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 19:26:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 19:26:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 19:26:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 19:26:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 19:26:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 19:26:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 19:26:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 19:26:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 19:26:14] Production.INFO: call_cost start
[2026-09-10 19:26:14] Production.INFO: call_cost end
[2026-09-10 19:26:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 19:26:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 19:26:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 19:26:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 19:26:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 19:26:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 19:26:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 19:26:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 19:26:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 19:26:14] Production.INFO: ==30482== Releasing lock...
[2026-09-10 19:26:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 19:26:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 00:27:01] Production.INFO: ==30557== Lock acquired, processing the job...
[2026-09-11 00:27:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 00:27:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 00:27:01] Production.INFO: neon service started
[2026-09-11 00:27:01] Production.INFO: neon service started
[2026-09-11 00:27:01] Production.INFO: ==30557== Releasing lock...
[2026-09-11 00:27:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 00:27:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 23:27:02] Production.INFO: ==30562== Lock acquired, processing the job...
[2026-09-10 23:27:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-10 23:27:02] Production.INFO: ==30562== Releasing lock...
[2026-09-10 23:27:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-10 23:27:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 19:27:02] Production.INFO: ==30560== Lock acquired, processing the job...
[2026-09-10 19:27:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 19:27:02] Production.INFO: ==30560== Releasing lock...
[2026-09-10 19:27:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 19:27:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 19:27:03] Production.INFO: ==30566== Lock acquired, processing the job...
[2026-09-10 19:27:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 19:27:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 19:27:03] Production.INFO: ==30570== Lock acquired, processing the job...
[2026-09-10 19:27:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 19:27:03] Production.INFO: ==30572== Lock acquired, processing the job...
[2026-09-10 19:27:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 19:27:03] Production.INFO: ==30568== Lock acquired, processing the job...
[2026-09-10 19:27:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 19:27:03] Production.INFO: ==30574== Lock acquired, processing the job...
[2026-09-10 19:27:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 19:27:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 19:27:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 19:27:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 19:27:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 19:27:03] Production.INFO: Account Balance Start.
[2026-09-10 19:27:03] Production.INFO: CreateAllLog Start
[2026-09-10 19:27:03] Production.INFO: 117
[2026-09-10 19:27:03] Production.INFO: Date 2026-09-08
[2026-09-10 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-09-10 19:27:03] Production.INFO: Reseller ==> 0
[2026-09-10 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-09-10 19:27:03] Production.INFO: Date 2026-09-09
[2026-09-10 19:27:03] Production.INFO: Reseller ==> 0
[2026-09-10 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-09-10 19:27:03] Production.INFO: ==30574== Releasing lock...
[2026-09-10 19:27:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 19:27:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 19:27:03] Production.INFO: Date 2026-09-10
[2026-09-10 19:27:03] Production.INFO: Reseller ==> 0
[2026-09-10 19:27:03] Production.INFO: Total Charge 0
[2026-09-10 19:27:03] Production.INFO: CreateAllLog End
[2026-09-10 19:27:03] Production.INFO: Account Balance End.
[2026-09-10 19:27:03] Production.ERROR: CronJobId end 12
[2026-09-10 19:27:03] Production.INFO: ==30572== Releasing lock...
[2026-09-10 19:27:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 19:27:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 19:27:04] Production.INFO: ==30568== Releasing lock...
[2026-09-10 19:27:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 19:27:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 19:27:12] Production.ERROR: CronJobId end10
[2026-09-10 19:27:12] Production.INFO: ==30570== Releasing lock...
[2026-09-10 19:27:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 19:27:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 19:27:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 19:27:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 19:27:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 19:27:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 19:27:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 19:27:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 19:27:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 19:27:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 19:27:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 19:27:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 19:27:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 19:27:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 19:27:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 19:27:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 19:27:15] Production.INFO: call_cost start
[2026-09-10 19:27:15] Production.INFO: call_cost end
[2026-09-10 19:27:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 19:27:15] Production.INFO: ============== Report Schedule START===========
[2026-09-10 19:27:15] Production.INFO: ============== Report Schedule END===========
[2026-09-10 19:27:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 19:27:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 19:27:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 19:27:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 19:27:15] Production.INFO: ============== Deal alert START===========
[2026-09-10 19:27:15] Production.INFO: ============== Deal alert END===========
[2026-09-10 19:27:15] Production.INFO: ==30566== Releasing lock...
[2026-09-10 19:27:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 19:27:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 00:28:02] Production.INFO: ==30634== Lock acquired, processing the job...
[2026-09-11 00:28:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 00:28:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 00:28:02] Production.INFO: neon service started
[2026-09-11 00:28:02] Production.INFO: neon service started
[2026-09-11 00:28:02] Production.INFO: ==30634== Releasing lock...
[2026-09-11 00:28:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 00:28:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 19:28:02] Production.INFO: ==30637== Lock acquired, processing the job...
[2026-09-10 19:28:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 19:28:02] Production.INFO: ==30637== Releasing lock...
[2026-09-10 19:28:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 19:28:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 23:28:03] Production.INFO: ==30639== Lock acquired, processing the job...
[2026-09-10 23:28:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-10 23:28:03] Production.INFO: ==30639== Releasing lock...
[2026-09-10 23:28:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-10 23:28:03] Production.INFO: 25 MB #Memory Used#
[2026-09-10 19:28:03] Production.INFO: ==30647== Lock acquired, processing the job...
[2026-09-10 19:28:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 19:28:03] Production.INFO: ==30643== Lock acquired, processing the job...
[2026-09-10 19:28:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 19:28:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 19:28:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 19:28:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 19:28:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 19:28:03] Production.INFO: ==30649== Lock acquired, processing the job...
[2026-09-10 19:28:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 19:28:03] Production.INFO: ==30645== Lock acquired, processing the job...
[2026-09-10 19:28:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 19:28:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 19:28:03] Production.INFO: Account Balance Start.
[2026-09-10 19:28:03] Production.INFO: CreateAllLog Start
[2026-09-10 19:28:03] Production.INFO: 117
[2026-09-10 19:28:03] Production.INFO: Date 2026-09-08
[2026-09-10 19:28:03] Production.INFO: Reseller ==> 0
[2026-09-10 19:28:03] Production.INFO: ==30651== Lock acquired, processing the job...
[2026-09-10 19:28:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 19:28:03] Production.INFO: Date 2026-09-09
[2026-09-10 19:28:04] Production.INFO: Reseller ==> 0
[2026-09-10 19:28:04] Production.INFO: Date 2026-09-10
[2026-09-10 19:28:04] Production.INFO: Reseller ==> 0
[2026-09-10 19:28:04] Production.INFO: Total Charge 0
[2026-09-10 19: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-09-10 19: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-09-10 19: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-09-10 19:28:04] Production.INFO: CreateAllLog End
[2026-09-10 19:28:04] Production.INFO: ==30651== Releasing lock...
[2026-09-10 19:28:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 19:28:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 19:28:04] Production.INFO: Account Balance End.
[2026-09-10 19:28:04] Production.ERROR: CronJobId end 12
[2026-09-10 19:28:04] Production.INFO: ==30649== Releasing lock...
[2026-09-10 19:28:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 19:28:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 19:28:04] Production.INFO: ==30645== Releasing lock...
[2026-09-10 19:28:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 19:28:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 19:28:12] Production.ERROR: CronJobId end10
[2026-09-10 19:28:12] Production.INFO: ==30647== Releasing lock...
[2026-09-10 19:28:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 19:28:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 19:28:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 19:28:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 19:28:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 19:28:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 19:28:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 19:28:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 19:28:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 19:28:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 19:28:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 19:28:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 19:28:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 19:28:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 19:28:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 19:28:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 19:28:14] Production.INFO: call_cost start
[2026-09-10 19:28:14] Production.INFO: call_cost end
[2026-09-10 19:28:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 19:28:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 19:28:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 19:28:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 19:28:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 19:28:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 19:28:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 19:28:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 19:28:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 19:28:14] Production.INFO: ==30643== Releasing lock...
[2026-09-10 19:28:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 19:28:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 00:29:01] Production.INFO: ==30715== Lock acquired, processing the job...
[2026-09-11 00:29:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 00:29:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 00:29:01] Production.INFO: neon service started
[2026-09-11 00:29:01] Production.INFO: neon service started
[2026-09-11 00:29:01] Production.INFO: ==30715== Releasing lock...
[2026-09-11 00:29:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 00:29:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 19:29:02] Production.INFO: ==30717== Lock acquired, processing the job...
[2026-09-10 19:29:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 19:29:02] Production.INFO: ==30717== Releasing lock...
[2026-09-10 19:29:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 19:29:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 23:29:02] Production.INFO: ==30719== Lock acquired, processing the job...
[2026-09-10 23:29:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-10 23:29:02] Production.INFO: ==30719== Releasing lock...
[2026-09-10 23:29:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-10 23:29:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 19:29:03] Production.INFO: ==30721== Lock acquired, processing the job...
[2026-09-10 19:29:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 19:29:03] Production.INFO: ==30723== Lock acquired, processing the job...
[2026-09-10 19:29:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 19:29:03] Production.INFO: ==30727== Lock acquired, processing the job...
[2026-09-10 19:29:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 19:29:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 19:29:03] Production.INFO: ==30725== Lock acquired, processing the job...
[2026-09-10 19:29:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 19:29:03] Production.INFO: ==30729== Lock acquired, processing the job...
[2026-09-10 19:29:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 19:29:03] Production.INFO: Account Balance Start.
[2026-09-10 19:29:03] Production.INFO: CreateAllLog Start
[2026-09-10 19:29:03] Production.INFO: 117
[2026-09-10 19:29:03] Production.INFO: Date 2026-09-08
[2026-09-10 19:29:03] Production.INFO: Reseller ==> 0
[2026-09-10 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-09-10 19:29:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 19:29:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 19:29:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 19:29:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 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-09-10 19:29:03] Production.INFO: Date 2026-09-09
[2026-09-10 19:29:03] Production.INFO: Reseller ==> 0
[2026-09-10 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-09-10 19:29:03] Production.INFO: Date 2026-09-10
[2026-09-10 19:29:03] Production.INFO: Reseller ==> 0
[2026-09-10 19:29:03] Production.INFO: ==30729== Releasing lock...
[2026-09-10 19:29:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 19:29:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 19:29:03] Production.INFO: Total Charge 0
[2026-09-10 19:29:03] Production.INFO: CreateAllLog End
[2026-09-10 19:29:03] Production.INFO: Account Balance End.
[2026-09-10 19:29:03] Production.ERROR: CronJobId end 12
[2026-09-10 19:29:03] Production.INFO: ==30727== Releasing lock...
[2026-09-10 19:29:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 19:29:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 19:29:04] Production.INFO: ==30723== Releasing lock...
[2026-09-10 19:29:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 19:29:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 19:29:11] Production.ERROR: CronJobId end10
[2026-09-10 19:29:11] Production.INFO: ==30725== Releasing lock...
[2026-09-10 19:29:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 19:29:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 19:29:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 19:29:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 19:29:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 19:29:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 19:29:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 19:29:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 19:29:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 19:29:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 19:29:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 19:29:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 19:29:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 19:29:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 19:29:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 19:29:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 19:29:15] Production.INFO: call_cost start
[2026-09-10 19:29:15] Production.INFO: call_cost end
[2026-09-10 19:29:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 19:29:15] Production.INFO: ============== Report Schedule START===========
[2026-09-10 19:29:15] Production.INFO: ============== Report Schedule END===========
[2026-09-10 19:29:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 19:29:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 19:29:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 19:29:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 19:29:15] Production.INFO: ============== Deal alert START===========
[2026-09-10 19:29:15] Production.INFO: ============== Deal alert END===========
[2026-09-10 19:29:15] Production.INFO: ==30721== Releasing lock...
[2026-09-10 19:29:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 19:29:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 00:30:02] Production.INFO: ==30794== Lock acquired, processing the job...
[2026-09-11 00:30:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 00:30:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 00:30:02] Production.INFO: neon service started
[2026-09-11 00:30:02] Production.INFO: neon service started
[2026-09-11 00:30:02] Production.INFO: ==30794== Releasing lock...
[2026-09-11 00:30:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 00:30:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 19:30:02] Production.INFO: ==30796== Lock acquired, processing the job...
[2026-09-10 19:30:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 23:30:02] Production.INFO: ==30798== Lock acquired, processing the job...
[2026-09-10 23:30:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-10 23:30:02] Production.INFO: ==30798== Releasing lock...
[2026-09-10 23:30:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-10 23:30:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 19:30:03] Production.INFO: ==30796== Releasing lock...
[2026-09-10 19:30:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 19:30:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 19:30:03] Production.INFO: ==30802== Lock acquired, processing the job...
[2026-09-10 19:30:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 19:30:03] Production.INFO: ==30804== Lock acquired, processing the job...
[2026-09-10 19:30:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 19:30:03] Production.INFO: ==30806== Lock acquired, processing the job...
[2026-09-10 19:30:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 19:30:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 19:30:03] Production.INFO: ==30808== Lock acquired, processing the job...
[2026-09-10 19:30:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 19:30:04] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 19:30:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 19:30:04] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 19:30:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 19:30:04] Production.INFO: ==30810== Lock acquired, processing the job...
[2026-09-10 19:30:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 19: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-09-10 19: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-09-10 19: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-09-10 19:30:04] Production.INFO: Account Balance Start.
[2026-09-10 19:30:04] Production.INFO: ==30810== Releasing lock...
[2026-09-10 19:30:04] Production.INFO: CreateAllLog Start
[2026-09-10 19:30:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 19:30:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 19:30:04] Production.INFO: 117
[2026-09-10 19:30:04] Production.INFO: Date 2026-09-08
[2026-09-10 19:30:04] Production.INFO: Reseller ==> 0
[2026-09-10 19:30:04] Production.INFO: Date 2026-09-09
[2026-09-10 19:30:04] Production.INFO: Reseller ==> 0
[2026-09-10 19:30:04] Production.INFO: Date 2026-09-10
[2026-09-10 19:30:04] Production.INFO: Reseller ==> 0
[2026-09-10 19:30:04] Production.INFO: Total Charge 0
[2026-09-10 19:30:04] Production.INFO: CreateAllLog End
[2026-09-10 19:30:04] Production.INFO: Account Balance End.
[2026-09-10 19:30:04] Production.ERROR: CronJobId end 12
[2026-09-10 19:30:04] Production.INFO: ==30808== Releasing lock...
[2026-09-10 19:30:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 19:30:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 19:30:04] Production.INFO: ==30804== Releasing lock...
[2026-09-10 19:30:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 19:30:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 19:30:11] Production.ERROR: CronJobId end10
[2026-09-10 19:30:11] Production.INFO: ==30806== Releasing lock...
[2026-09-10 19:30:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 19:30:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 19:30:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 19:30:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 19:30:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 19:30:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 19:30:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 19:30:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 19:30:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 19:30:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 19:30:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 19:30:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 19:30:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 19:30:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 19:30:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 19:30:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 19:30:14] Production.INFO: call_cost start
[2026-09-10 19:30:14] Production.INFO: call_cost end
[2026-09-10 19:30:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 19:30:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 19:30:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 19:30:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 19:30:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 19:30:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 19:30:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 19:30:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 19:30:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 19:30:14] Production.INFO: ==30802== Releasing lock...
[2026-09-10 19:30:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 19:30:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 00:31:01] Production.INFO: ==30874== Lock acquired, processing the job...
[2026-09-11 00:31:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 00:31:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 00:31:01] Production.INFO: neon service started
[2026-09-11 00:31:01] Production.INFO: neon service started
[2026-09-11 00:31:01] Production.INFO: ==30874== Releasing lock...
[2026-09-11 00:31:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 00:31:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 19:31:02] Production.INFO: ==30877== Lock acquired, processing the job...
[2026-09-10 19:31:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 23:31:02] Production.INFO: ==30879== Lock acquired, processing the job...
[2026-09-10 23:31:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-10 23:31:02] Production.INFO: ==30879== Releasing lock...
[2026-09-10 23:31:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-10 23:31:02] Production.INFO: 26 MB #Memory Used#
[2026-09-10 19:31:02] Production.INFO: ==30877== Releasing lock...
[2026-09-10 19:31:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 19:31:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 19:31:03] Production.INFO: ==30881== Lock acquired, processing the job...
[2026-09-10 19:31:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 19:31:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 19:31:03] Production.INFO: ==30883== Lock acquired, processing the job...
[2026-09-10 19:31:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 19:31:03] Production.INFO: ==30885== Lock acquired, processing the job...
[2026-09-10 19:31:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 19:31:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 19:31:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 19:31:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 19:31:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 19:31:03] Production.INFO: ==30889== Lock acquired, processing the job...
[2026-09-10 19:31:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 19:31:03] Production.INFO: ==30887== Lock acquired, processing the job...
[2026-09-10 19:31:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 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-09-10 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-09-10 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-09-10 19:31:03] Production.INFO: ==30889== Releasing lock...
[2026-09-10 19:31:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 19:31:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 19:31:03] Production.INFO: Account Balance Start.
[2026-09-10 19:31:03] Production.INFO: CreateAllLog Start
[2026-09-10 19:31:03] Production.INFO: 117
[2026-09-10 19:31:03] Production.INFO: Date 2026-09-08
[2026-09-10 19:31:03] Production.INFO: Reseller ==> 0
[2026-09-10 19:31:03] Production.INFO: Date 2026-09-09
[2026-09-10 19:31:03] Production.INFO: Reseller ==> 0
[2026-09-10 19:31:03] Production.INFO: Date 2026-09-10
[2026-09-10 19:31:03] Production.INFO: Reseller ==> 0
[2026-09-10 19:31:03] Production.INFO: Total Charge 0
[2026-09-10 19:31:03] Production.INFO: CreateAllLog End
[2026-09-10 19:31:03] Production.INFO: Account Balance End.
[2026-09-10 19:31:03] Production.ERROR: CronJobId end 12
[2026-09-10 19:31:03] Production.INFO: ==30887== Releasing lock...
[2026-09-10 19:31:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 19:31:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 19:31:04] Production.INFO: ==30883== Releasing lock...
[2026-09-10 19:31:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 19:31:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 19:31:12] Production.ERROR: CronJobId end10
[2026-09-10 19:31:12] Production.INFO: ==30885== Releasing lock...
[2026-09-10 19:31:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 19:31:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 19:31:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 19:31:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 19:31:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 19:31:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 19:31:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 19:31:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 19:31:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 19:31:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 19:31:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 19:31:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 19:31:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 19:31:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 19:31:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 19:31:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 19:31:15] Production.INFO: call_cost start
[2026-09-10 19:31:15] Production.INFO: call_cost end
[2026-09-10 19:31:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 19:31:15] Production.INFO: ============== Report Schedule START===========
[2026-09-10 19:31:15] Production.INFO: ============== Report Schedule END===========
[2026-09-10 19:31:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 19:31:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 19:31:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 19:31:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 19:31:15] Production.INFO: ============== Deal alert START===========
[2026-09-10 19:31:15] Production.INFO: ============== Deal alert END===========
[2026-09-10 19:31:15] Production.INFO: ==30881== Releasing lock...
[2026-09-10 19:31:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 19:31:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 00:32:02] Production.INFO: ==30962== Lock acquired, processing the job...
[2026-09-11 00:32:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 00:32:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 00:32:02] Production.INFO: neon service started
[2026-09-11 00:32:02] Production.INFO: neon service started
[2026-09-11 00:32:02] Production.INFO: ==30962== Releasing lock...
[2026-09-11 00:32:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 00:32:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 19:32:02] Production.INFO: ==30964== Lock acquired, processing the job...
[2026-09-10 19:32:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 19:32:02] Production.INFO: ==30964== Releasing lock...
[2026-09-10 19:32:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 19:32:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 23:32:02] Production.INFO: ==30966== Lock acquired, processing the job...
[2026-09-10 23:32:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-10 23:32:02] Production.INFO: ==30966== Releasing lock...
[2026-09-10 23:32:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-10 23:32:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 19:32:03] Production.INFO: ==30972== Lock acquired, processing the job...
[2026-09-10 19:32:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 19:32:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 19:32:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 19:32:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 19:32:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 19:32:03] Production.INFO: ==30968== Lock acquired, processing the job...
[2026-09-10 19:32:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 19:32:03] Production.INFO: ==30970== Lock acquired, processing the job...
[2026-09-10 19:32:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 19:32:03] Production.INFO: ==30974== Lock acquired, processing the job...
[2026-09-10 19:32:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 19:32:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 19:32:03] Production.INFO: ==30976== Lock acquired, processing the job...
[2026-09-10 19:32:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 19:32:04] Production.INFO: Account Balance Start.
[2026-09-10 19:32:04] Production.INFO: CreateAllLog Start
[2026-09-10 19:32:04] Production.INFO: 117
[2026-09-10 19:32:04] Production.INFO: Date 2026-09-08
[2026-09-10 19: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-09-10 19:32:04] Production.INFO: Reseller ==> 0
[2026-09-10 19: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-09-10 19: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-09-10 19:32:04] Production.INFO: ==30976== Releasing lock...
[2026-09-10 19:32:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 19:32:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 19:32:04] Production.INFO: Date 2026-09-09
[2026-09-10 19:32:04] Production.INFO: Reseller ==> 0
[2026-09-10 19:32:04] Production.INFO: Date 2026-09-10
[2026-09-10 19:32:04] Production.INFO: Reseller ==> 0
[2026-09-10 19:32:04] Production.INFO: Total Charge 0
[2026-09-10 19:32:04] Production.INFO: CreateAllLog End
[2026-09-10 19:32:04] Production.INFO: Account Balance End.
[2026-09-10 19:32:04] Production.ERROR: CronJobId end 12
[2026-09-10 19:32:04] Production.INFO: ==30974== Releasing lock...
[2026-09-10 19:32:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 19:32:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 19:32:04] Production.INFO: ==30970== Releasing lock...
[2026-09-10 19:32:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 19:32:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 19:32:12] Production.ERROR: CronJobId end10
[2026-09-10 19:32:12] Production.INFO: ==30972== Releasing lock...
[2026-09-10 19:32:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 19:32:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 19:32:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 19:32:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 19:32:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 19:32:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 19:32:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 19:32:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 19:32:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 19:32:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 19:32:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 19:32:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 19:32:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 19:32:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 19:32:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 19:32:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 19:32:14] Production.INFO: call_cost start
[2026-09-10 19:32:14] Production.INFO: call_cost end
[2026-09-10 19:32:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 19:32:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 19:32:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 19:32:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 19:32:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 19:32:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 19:32:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 19:32:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 19:32:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 19:32:14] Production.INFO: ==30968== Releasing lock...
[2026-09-10 19:32:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 19:32:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 00:33:01] Production.INFO: ==31049== Lock acquired, processing the job...
[2026-09-11 00:33:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 00:33:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 00:33:01] Production.INFO: neon service started
[2026-09-11 00:33:01] Production.INFO: neon service started
[2026-09-11 00:33:01] Production.INFO: ==31049== Releasing lock...
[2026-09-11 00:33:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 00:33:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 23:33:01] Production.INFO: ==31053== Lock acquired, processing the job...
[2026-09-10 23:33:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-10 23:33:01] Production.INFO: ==31053== Releasing lock...
[2026-09-10 23:33:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-10 23:33:01] Production.INFO: 25 MB #Memory Used#
[2026-09-10 19:33:02] Production.INFO: ==31051== Lock acquired, processing the job...
[2026-09-10 19:33:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 19:33:02] Production.INFO: ==31051== Releasing lock...
[2026-09-10 19:33:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 19:33:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 19:33:03] Production.INFO: ==31062== Lock acquired, processing the job...
[2026-09-10 19:33:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 19:33:03] Production.INFO: ==31058== Lock acquired, processing the job...
[2026-09-10 19:33:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 19:33:03] Production.INFO: ==31060== Lock acquired, processing the job...
[2026-09-10 19:33:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 19:33:03] Production.INFO: ==31056== Lock acquired, processing the job...
[2026-09-10 19:33:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 19:33:03] Production.INFO: Account Balance Start.
[2026-09-10 19:33:03] Production.INFO: CreateAllLog Start
[2026-09-10 19:33:03] Production.INFO: ==31064== Lock acquired, processing the job...
[2026-09-10 19:33:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 19:33:03] Production.INFO: 117
[2026-09-10 19:33:03] Production.INFO: Date 2026-09-08
[2026-09-10 19:33:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 19:33:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 19:33:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 19:33:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 19:33:03] Production.INFO: Reseller ==> 0
[2026-09-10 19:33:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 19:33:03] Production.INFO: Date 2026-09-09
[2026-09-10 19:33:03] Production.INFO: Reseller ==> 0
[2026-09-10 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-09-10 19:33:03] Production.INFO: Date 2026-09-10
[2026-09-10 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-09-10 19:33:03] Production.INFO: Reseller ==> 0
[2026-09-10 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-09-10 19:33:03] Production.INFO: ==31064== Releasing lock...
[2026-09-10 19:33:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 19:33:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 19:33:03] Production.INFO: Total Charge 0
[2026-09-10 19:33:03] Production.INFO: CreateAllLog End
[2026-09-10 19:33:03] Production.INFO: Account Balance End.
[2026-09-10 19:33:03] Production.ERROR: CronJobId end 12
[2026-09-10 19:33:03] Production.INFO: ==31062== Releasing lock...
[2026-09-10 19:33:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 19:33:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 19:33:03] Production.INFO: ==31058== Releasing lock...
[2026-09-10 19:33:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 19:33:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 19:33:11] Production.ERROR: CronJobId end10
[2026-09-10 19:33:11] Production.INFO: ==31060== Releasing lock...
[2026-09-10 19:33:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 19:33:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 19:33:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 19:33:13] Production.INFO: ============== Balance Warning START===========
[2026-09-10 19:33:13] Production.INFO: ============== Balance Warning END===========
[2026-09-10 19:33:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 19:33:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 19:33:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 19:33:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 19:33:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 19:33:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 19:33:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 19:33:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 19:33:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 19:33:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 19:33:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 19:33:14] Production.INFO: call_cost start
[2026-09-10 19:33:14] Production.INFO: call_cost end
[2026-09-10 19:33:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 19:33:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 19:33:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 19:33:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 19:33:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 19:33:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 19:33:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 19:33:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 19:33:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 19:33:14] Production.INFO: ==31056== Releasing lock...
[2026-09-10 19:33:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 19:33:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 00:34:01] Production.INFO: ==31138== Lock acquired, processing the job...
[2026-09-11 00:34:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 00:34:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 00:34:01] Production.INFO: neon service started
[2026-09-11 00:34:01] Production.INFO: neon service started
[2026-09-11 00:34:01] Production.INFO: ==31138== Releasing lock...
[2026-09-11 00:34:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 00:34:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 19:34:02] Production.INFO: ==31140== Lock acquired, processing the job...
[2026-09-10 19:34:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 19:34:02] Production.INFO: ==31140== Releasing lock...
[2026-09-10 19:34:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 19:34:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 23:34:02] Production.INFO: ==31142== Lock acquired, processing the job...
[2026-09-10 23:34:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-10 23:34:02] Production.INFO: ==31142== Releasing lock...
[2026-09-10 23:34:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-10 23:34:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 19:34:03] Production.INFO: ==31144== Lock acquired, processing the job...
[2026-09-10 19:34:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 19:34:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 19:34:03] Production.INFO: ==31148== Lock acquired, processing the job...
[2026-09-10 19:34:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 19:34:03] Production.INFO: ==31150== Lock acquired, processing the job...
[2026-09-10 19:34:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 19:34:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 19:34:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 19:34:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 19:34:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 19:34:03] Production.INFO: ==31146== Lock acquired, processing the job...
[2026-09-10 19:34:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 19:34:03] Production.INFO: ==31152== Lock acquired, processing the job...
[2026-09-10 19:34:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 19:34:03] Production.INFO: Account Balance Start.
[2026-09-10 19:34:03] Production.INFO: CreateAllLog Start
[2026-09-10 19:34:03] Production.INFO: 117
[2026-09-10 19:34:03] Production.INFO: Date 2026-09-08
[2026-09-10 19:34:03] Production.INFO: Reseller ==> 0
[2026-09-10 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-09-10 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-09-10 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-09-10 19:34:03] Production.INFO: ==31152== Releasing lock...
[2026-09-10 19:34:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 19:34:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 19:34:03] Production.INFO: Date 2026-09-09
[2026-09-10 19:34:03] Production.INFO: Reseller ==> 0
[2026-09-10 19:34:03] Production.INFO: Date 2026-09-10
[2026-09-10 19:34:03] Production.INFO: Reseller ==> 0
[2026-09-10 19:34:03] Production.INFO: Total Charge 0
[2026-09-10 19:34:03] Production.INFO: CreateAllLog End
[2026-09-10 19:34:04] Production.INFO: Account Balance End.
[2026-09-10 19:34:04] Production.ERROR: CronJobId end 12
[2026-09-10 19:34:04] Production.INFO: ==31150== Releasing lock...
[2026-09-10 19:34:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 19:34:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 19:34:04] Production.INFO: ==31146== Releasing lock...
[2026-09-10 19:34:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 19:34:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 19:34:11] Production.ERROR: CronJobId end10
[2026-09-10 19:34:11] Production.INFO: ==31148== Releasing lock...
[2026-09-10 19:34:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 19:34:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 19:34:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 19:34:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 19:34:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 19:34:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 19:34:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 19:34:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 19:34:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 19:34:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 19:34:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 19:34:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 19:34:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 19:34:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 19:34:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 19:34:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 19:34:14] Production.INFO: call_cost start
[2026-09-10 19:34:14] Production.INFO: call_cost end
[2026-09-10 19:34:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 19:34:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 19:34:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 19:34:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 19:34:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 19:34:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 19:34:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 19:34:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 19:34:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 19:34:14] Production.INFO: ==31144== Releasing lock...
[2026-09-10 19:34:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 19:34:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 00:35:02] Production.INFO: ==31212== Lock acquired, processing the job...
[2026-09-11 00:35:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 00:35:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 00:35:02] Production.INFO: neon service started
[2026-09-11 00:35:02] Production.INFO: neon service started
[2026-09-11 00:35:02] Production.INFO: ==31212== Releasing lock...
[2026-09-11 00:35:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 00:35:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 19:35:02] Production.INFO: ==31215== Lock acquired, processing the job...
[2026-09-10 19:35:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 19:35:02] Production.INFO: ==31215== Releasing lock...
[2026-09-10 19:35:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 19:35:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 23:35:03] Production.INFO: ==31217== Lock acquired, processing the job...
[2026-09-10 23:35:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-10 23:35:03] Production.INFO: ==31217== Releasing lock...
[2026-09-10 23:35:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-10 23:35:03] Production.INFO: 25 MB #Memory Used#
[2026-09-10 19:35:03] Production.INFO: ==31223== Lock acquired, processing the job...
[2026-09-10 19:35:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 19:35:03] Production.INFO: ==31229== Lock acquired, processing the job...
[2026-09-10 19:35:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 19:35:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 19:35:03] Production.INFO: ==31221== Lock acquired, processing the job...
[2026-09-10 19:35:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-10 19:35:04] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 19:35:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 19:35:04] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 19:35:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 19:35:04] Production.ERROR: ========================== active cronjob start =============================
[2026-09-10 19:35:04] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-10 19:35:04] Production.ERROR: CronJob PID - 31223
[2026-09-10 19:35:04] Production.ERROR: CronJob Title - System Alerts
[2026-09-10 19:35:04] Production.ERROR: CronJob ID - 5
[2026-09-10 19:35:04] Production.ERROR: CronJob Last Run Time 2026-09-10 19:35:00
[2026-09-10 19:35:04] Production.ERROR: CronJob Active Minutes 0
[2026-09-10 19:35:04] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-10 19:35:04] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-10 19:35:04] Production.ERROR: CronJob PID - 31229
[2026-09-10 19:35:04] Production.ERROR: CronJob Title - Create Customer Summary Live
[2026-09-10 19:35:04] Production.ERROR: CronJob ID - 10
[2026-09-10 19:35:04] Production.ERROR: CronJob Last Run Time 2026-09-10 19:35:00
[2026-09-10 19:35:04] Production.ERROR: CronJob Active Minutes 0
[2026-09-10 19:35:04] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-10 19:35:04] Production.INFO: ==31227== Lock acquired, processing the job...
[2026-09-10 19:35:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 19:35:04] Production.ERROR: ========================== active cronjob end =============================
[2026-09-10 19:35:04] Production.INFO: ==31221== Releasing lock...
[2026-09-10 19:35:04] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-10 19:35:04] Production.INFO: 25.5 MB #Memory Used#
[2026-09-10 19:35:04] Production.INFO: ==31231== Lock acquired, processing the job...
[2026-09-10 19:35:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 19:35:04] Production.INFO: ==31233== Lock acquired, processing the job...
[2026-09-10 19:35:04] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-10 19:35:04] Production.INFO: ==31235== Lock acquired, processing the job...
[2026-09-10 19:35:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 19:35:04] Production.ERROR: tblTempUsageDetail_20
[2026-09-10 19:35:04] Production.INFO: Account Balance Start.
[2026-09-10 19:35:04] Production.INFO: CreateAllLog Start
[2026-09-10 19:35:04] Production.INFO: 117
[2026-09-10 19:35:04] Production.INFO: Date 2026-09-08
[2026-09-10 19:35:04] Production.INFO: Reseller ==> 0
[2026-09-10 19: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-09-10 19: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-09-10 19: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-09-10 19:35:04] Production.INFO: ==31235== Releasing lock...
[2026-09-10 19:35:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 19:35:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 19:35:04] Production.INFO: Date 2026-09-09
[2026-09-10 19:35:04] Production.INFO: Reseller ==> 0
[2026-09-10 19:35:04] Production.INFO: Date 2026-09-10
[2026-09-10 19:35:04] Production.INFO: Reseller ==> 0
[2026-09-10 19:35:04] Production.ERROR: done
[2026-09-10 19:35:04] Production.INFO: Total Charge 0
[2026-09-10 19:35:04] Production.INFO: CreateAllLog End
[2026-09-10 19:35:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-10 19:35:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17980255', 'tblTempUsageDetail_20reseller','2026-09-10','2026-09-10','1' ) start
[2026-09-10 19:35:04] Production.INFO: Account Balance End.
[2026-09-10 19:35:04] Production.ERROR: CronJobId end 12
[2026-09-10 19:35:04] Production.INFO: ==31231== Releasing lock...
[2026-09-10 19:35:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 19:35:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 19:35:05] Production.INFO: ==31227== Releasing lock...
[2026-09-10 19:35:05] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 19:35:05] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 19:35:11] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17980255', 'tblTempUsageDetail_20reseller','2026-09-10','2026-09-10','1' ) end
[2026-09-10 19:35:11] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-10 19:35:11] Production.INFO: ProcessCDR(1,17980255,1,1,2)
[2026-09-10 19:35:11] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17980255,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-10 19:35:11] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17980255,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-10 19:35:11] Production.ERROR: pbx prc_insertCDR start
[2026-09-10 19:35:11] Production.ERROR: pbx prc_insertCDR end
[2026-09-10 19:35:11] Production.INFO: ==31233== Releasing lock...
[2026-09-10 19:35:11] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-10 19:35:11] Production.INFO: 26 MB #Memory Used#
[2026-09-10 19:35:15] Production.ERROR: CronJobId end10
[2026-09-10 19:35:15] Production.INFO: ==31229== Releasing lock...
[2026-09-10 19:35:15] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 19:35:15] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 19:35:17] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 19:35:17] Production.INFO: ============== Balance Warning START===========
[2026-09-10 19:35:17] Production.INFO: ============== Balance Warning END===========
[2026-09-10 19:35:17] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 19:35:17] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 19:35:17] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 19:35:17] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 19:35:17] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 19:35:17] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 19:35:17] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 19:35:17] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 19:35:17] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 19:35:17] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 19:35:17] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 19:35:17] Production.INFO: call_cost start
[2026-09-10 19:35:17] Production.INFO: call_cost end
[2026-09-10 19:35:17] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 19:35:17] Production.INFO: ============== Report Schedule START===========
[2026-09-10 19:35:17] Production.INFO: ============== Report Schedule END===========
[2026-09-10 19:35:17] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 19:35:17] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 19:35:17] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 19:35:17] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 19:35:17] Production.INFO: ============== Deal alert START===========
[2026-09-10 19:35:17] Production.INFO: ============== Deal alert END===========
[2026-09-10 19:35:17] Production.INFO: ==31223== Releasing lock...
[2026-09-10 19:35:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 19:35:17] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 00:36:01] Production.INFO: ==31299== Lock acquired, processing the job...
[2026-09-11 00:36:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 00:36:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 00:36:01] Production.INFO: neon service started
[2026-09-11 00:36:01] Production.INFO: neon service started
[2026-09-11 00:36:01] Production.INFO: ==31299== Releasing lock...
[2026-09-11 00:36:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 00:36:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 19:36:02] Production.INFO: ==31302== Lock acquired, processing the job...
[2026-09-10 19:36:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 19:36:02] Production.INFO: ==31302== Releasing lock...
[2026-09-10 19:36:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 19:36:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 23:36:02] Production.INFO: ==31304== Lock acquired, processing the job...
[2026-09-10 23:36:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-10 23:36:02] Production.INFO: ==31304== Releasing lock...
[2026-09-10 23:36:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-10 23:36:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 19:36:03] Production.INFO: ==31306== Lock acquired, processing the job...
[2026-09-10 19:36:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 19:36:03] Production.INFO: ==31308== Lock acquired, processing the job...
[2026-09-10 19:36:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 19:36:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 19:36:03] Production.INFO: ==31314== Lock acquired, processing the job...
[2026-09-10 19:36:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 19:36:03] Production.INFO: ==31312== Lock acquired, processing the job...
[2026-09-10 19:36:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 19:36:03] Production.INFO: ==31310== Lock acquired, processing the job...
[2026-09-10 19:36:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 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-09-10 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-09-10 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-09-10 19:36:03] Production.INFO: ==31314== Releasing lock...
[2026-09-10 19:36:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 19:36:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 19:36:03] Production.INFO: Account Balance Start.
[2026-09-10 19:36:03] Production.INFO: CreateAllLog Start
[2026-09-10 19:36:03] Production.INFO: 117
[2026-09-10 19:36:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 19:36:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 19:36:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 19:36:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 19:36:03] Production.INFO: Date 2026-09-08
[2026-09-10 19:36:03] Production.INFO: Reseller ==> 0
[2026-09-10 19:36:03] Production.INFO: Date 2026-09-09
[2026-09-10 19:36:03] Production.INFO: Reseller ==> 0
[2026-09-10 19:36:03] Production.INFO: Date 2026-09-10
[2026-09-10 19:36:03] Production.INFO: Reseller ==> 0
[2026-09-10 19:36:03] Production.INFO: Total Charge 0
[2026-09-10 19:36:03] Production.INFO: CreateAllLog End
[2026-09-10 19:36:03] Production.INFO: Account Balance End.
[2026-09-10 19:36:03] Production.ERROR: CronJobId end 12
[2026-09-10 19:36:03] Production.INFO: ==31312== Releasing lock...
[2026-09-10 19:36:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 19:36:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 19:36:04] Production.INFO: ==31308== Releasing lock...
[2026-09-10 19:36:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 19:36:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 19:36:11] Production.ERROR: CronJobId end10
[2026-09-10 19:36:11] Production.INFO: ==31310== Releasing lock...
[2026-09-10 19:36:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 19:36:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 19:36:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 19:36:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 19:36:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 19:36:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 19:36:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 19:36:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 19:36:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 19:36:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 19:36:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 19:36:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 19:36:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 19:36:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 19:36:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 19:36:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 19:36:15] Production.INFO: call_cost start
[2026-09-10 19:36:15] Production.INFO: call_cost end
[2026-09-10 19:36:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 19:36:15] Production.INFO: ============== Report Schedule START===========
[2026-09-10 19:36:15] Production.INFO: ============== Report Schedule END===========
[2026-09-10 19:36:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 19:36:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 19:36:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 19:36:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 19:36:15] Production.INFO: ============== Deal alert START===========
[2026-09-10 19:36:15] Production.INFO: ============== Deal alert END===========
[2026-09-10 19:36:15] Production.INFO: ==31306== Releasing lock...
[2026-09-10 19:36:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 19:36:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 00:37:02] Production.INFO: ==31379== Lock acquired, processing the job...
[2026-09-11 00:37:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 00:37:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 00:37:02] Production.INFO: neon service started
[2026-09-11 00:37:02] Production.INFO: neon service started
[2026-09-11 00:37:02] Production.INFO: ==31379== Releasing lock...
[2026-09-11 00:37:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 00:37:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 19:37:02] Production.INFO: ==31381== Lock acquired, processing the job...
[2026-09-10 19:37:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 19:37:02] Production.INFO: ==31381== Releasing lock...
[2026-09-10 19:37:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 19:37:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 23:37:03] Production.INFO: ==31384== Lock acquired, processing the job...
[2026-09-10 23:37:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-10 23:37:03] Production.INFO: ==31384== Releasing lock...
[2026-09-10 23:37:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-10 23:37:03] Production.INFO: 25 MB #Memory Used#
[2026-09-10 19:37:03] Production.INFO: ==31388== Lock acquired, processing the job...
[2026-09-10 19:37:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 19:37:03] Production.INFO: ==31392== Lock acquired, processing the job...
[2026-09-10 19:37:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 19:37:03] Production.INFO: ==31390== Lock acquired, processing the job...
[2026-09-10 19:37:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 19:37:03] Production.INFO: ==31386== Lock acquired, processing the job...
[2026-09-10 19:37:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 19:37:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 19:37:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 19:37:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 19:37:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 19:37:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 19:37:03] Production.INFO: ==31394== Lock acquired, processing the job...
[2026-09-10 19:37:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 19:37:03] Production.INFO: Account Balance Start.
[2026-09-10 19:37:03] Production.INFO: CreateAllLog Start
[2026-09-10 19:37:03] Production.INFO: 117
[2026-09-10 19: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-09-10 19: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-09-10 19:37:03] Production.INFO: Date 2026-09-08
[2026-09-10 19: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-09-10 19:37:04] Production.INFO: Reseller ==> 0
[2026-09-10 19:37:04] Production.INFO: ==31394== Releasing lock...
[2026-09-10 19:37:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 19:37:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 19:37:04] Production.INFO: Date 2026-09-09
[2026-09-10 19:37:04] Production.INFO: Reseller ==> 0
[2026-09-10 19:37:04] Production.INFO: Date 2026-09-10
[2026-09-10 19:37:04] Production.INFO: Reseller ==> 0
[2026-09-10 19:37:04] Production.INFO: Total Charge 0
[2026-09-10 19:37:04] Production.INFO: CreateAllLog End
[2026-09-10 19:37:04] Production.INFO: Account Balance End.
[2026-09-10 19:37:04] Production.ERROR: CronJobId end 12
[2026-09-10 19:37:04] Production.INFO: ==31392== Releasing lock...
[2026-09-10 19:37:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 19:37:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 19:37:04] Production.INFO: ==31388== Releasing lock...
[2026-09-10 19:37:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 19:37:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 19:37:12] Production.ERROR: CronJobId end10
[2026-09-10 19:37:12] Production.INFO: ==31390== Releasing lock...
[2026-09-10 19:37:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 19:37:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 19:37:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 19:37:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 19:37:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 19:37:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 19:37:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 19:37:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 19:37:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 19:37:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 19:37:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 19:37:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 19:37:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 19:37:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 19:37:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 19:37:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 19:37:14] Production.INFO: call_cost start
[2026-09-10 19:37:14] Production.INFO: call_cost end
[2026-09-10 19:37:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 19:37:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 19:37:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 19:37:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 19:37:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 19:37:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 19:37:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 19:37:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 19:37:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 19:37:14] Production.INFO: ==31386== Releasing lock...
[2026-09-10 19:37:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 19:37:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 00:38:01] Production.INFO: ==31451== Lock acquired, processing the job...
[2026-09-11 00:38:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 00:38:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 00:38:01] Production.INFO: neon service started
[2026-09-11 00:38:01] Production.INFO: neon service started
[2026-09-11 00:38:01] Production.INFO: ==31451== Releasing lock...
[2026-09-11 00:38:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 00:38:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 19:38:02] Production.INFO: ==31453== Lock acquired, processing the job...
[2026-09-10 19:38:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 23:38:02] Production.INFO: ==31455== Lock acquired, processing the job...
[2026-09-10 23:38:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-10 23:38:02] Production.INFO: ==31455== Releasing lock...
[2026-09-10 23:38:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-10 23:38:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 19:38:02] Production.INFO: ==31453== Releasing lock...
[2026-09-10 19:38:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 19:38:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 19:38:03] Production.INFO: ==31460== Lock acquired, processing the job...
[2026-09-10 19:38:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 19:38:03] Production.INFO: ==31464== Lock acquired, processing the job...
[2026-09-10 19:38:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 19:38:03] Production.INFO: ==31458== Lock acquired, processing the job...
[2026-09-10 19:38:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 19:38:03] Production.INFO: ==31462== Lock acquired, processing the job...
[2026-09-10 19:38:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 19:38:03] Production.INFO: ==31466== Lock acquired, processing the job...
[2026-09-10 19:38:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 19:38:03] Production.INFO: Account Balance Start.
[2026-09-10 19:38:03] Production.INFO: CreateAllLog Start
[2026-09-10 19:38:03] Production.INFO: 117
[2026-09-10 19:38:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 19:38:03] Production.INFO: Date 2026-09-08
[2026-09-10 19:38:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 19:38:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 19:38:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 19:38:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 19:38:03] Production.INFO: Reseller ==> 0
[2026-09-10 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-09-10 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-09-10 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-09-10 19:38:03] Production.INFO: Date 2026-09-09
[2026-09-10 19:38:03] Production.INFO: Reseller ==> 0
[2026-09-10 19:38:03] Production.INFO: Date 2026-09-10
[2026-09-10 19:38:03] Production.INFO: Reseller ==> 0
[2026-09-10 19:38:03] Production.INFO: ==31466== Releasing lock...
[2026-09-10 19:38:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 19:38:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 19:38:03] Production.INFO: Total Charge 0
[2026-09-10 19:38:03] Production.INFO: CreateAllLog End
[2026-09-10 19:38:03] Production.INFO: Account Balance End.
[2026-09-10 19:38:03] Production.ERROR: CronJobId end 12
[2026-09-10 19:38:03] Production.INFO: ==31464== Releasing lock...
[2026-09-10 19:38:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 19:38:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 19:38:04] Production.INFO: ==31460== Releasing lock...
[2026-09-10 19:38:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 19:38:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 19:38: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-09-10 19:38:10] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 19:38:10] Production.INFO: ============== Balance Warning START===========
[2026-09-10 19:38:10] Production.INFO: ============== Balance Warning END===========
[2026-09-10 19:38:10] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 19:38:10] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 19:38:10] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 19:38:10] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 19:38:10] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 19:38:10] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 19:38:10] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 19:38:10] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 19:38:10] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 19:38:10] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 19:38:10] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 19:38:11] Production.INFO: call_cost start
[2026-09-10 19:38:11] Production.INFO: call_cost end
[2026-09-10 19:38:11] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 19:38:11] Production.INFO: ============== Report Schedule START===========
[2026-09-10 19:38:11] Production.INFO: ============== Report Schedule END===========
[2026-09-10 19:38:11] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 19:38:11] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 19:38:11] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 19:38:11] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 19:38:11] Production.INFO: ============== Deal alert START===========
[2026-09-10 19:38:11] Production.INFO: ============== Deal alert END===========
[2026-09-10 19:38:11] Production.INFO: ==31458== Releasing lock...
[2026-09-10 19:38:11] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 19:38:11] Production.INFO: 28.25 MB #Memory Used#
[2026-09-10 19:38:11] Production.ERROR: CronJobId end10
[2026-09-10 19:38:11] Production.INFO: ==31462== Releasing lock...
[2026-09-10 19:38:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 19:38:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 00:39:02] Production.INFO: ==31538== Lock acquired, processing the job...
[2026-09-11 00:39:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 00:39:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 00:39:02] Production.INFO: neon service started
[2026-09-11 00:39:02] Production.INFO: neon service started
[2026-09-11 00:39:02] Production.INFO: ==31538== Releasing lock...
[2026-09-11 00:39:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 00:39:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 19:39:02] Production.INFO: ==31540== Lock acquired, processing the job...
[2026-09-10 19:39:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 19:39:02] Production.INFO: ==31540== Releasing lock...
[2026-09-10 19:39:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 19:39:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 23:39:02] Production.INFO: ==31542== Lock acquired, processing the job...
[2026-09-10 23:39:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-10 23:39:03] Production.INFO: ==31542== Releasing lock...
[2026-09-10 23:39:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-10 23:39:03] Production.INFO: 25 MB #Memory Used#
[2026-09-10 19:39:03] Production.INFO: ==31544== Lock acquired, processing the job...
[2026-09-10 19:39:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 19:39:03] Production.INFO: ==31546== Lock acquired, processing the job...
[2026-09-10 19:39:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 19:39:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 19:39:03] Production.INFO: ==31550== Lock acquired, processing the job...
[2026-09-10 19:39:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 19:39:03] Production.INFO: ==31548== Lock acquired, processing the job...
[2026-09-10 19:39:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 19:39:03] Production.INFO: ==31553== Lock acquired, processing the job...
[2026-09-10 19:39:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 19:39:03] Production.INFO: Account Balance Start.
[2026-09-10 19:39:03] Production.INFO: CreateAllLog Start
[2026-09-10 19:39:03] Production.INFO: 117
[2026-09-10 19:39:03] Production.INFO: Date 2026-09-08
[2026-09-10 19:39:03] Production.INFO: Reseller ==> 0
[2026-09-10 19:39:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 19:39:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 19:39:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 19:39:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 19:39:03] Production.INFO: Date 2026-09-09
[2026-09-10 19:39:03] Production.INFO: Reseller ==> 0
[2026-09-10 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-09-10 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-09-10 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-09-10 19:39:03] Production.INFO: Date 2026-09-10
[2026-09-10 19:39:03] Production.INFO: Reseller ==> 0
[2026-09-10 19:39:03] Production.INFO: ==31553== Releasing lock...
[2026-09-10 19:39:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 19:39:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 19:39:03] Production.INFO: Total Charge 0
[2026-09-10 19:39:04] Production.INFO: CreateAllLog End
[2026-09-10 19:39:04] Production.INFO: Account Balance End.
[2026-09-10 19:39:04] Production.ERROR: CronJobId end 12
[2026-09-10 19:39:04] Production.INFO: ==31550== Releasing lock...
[2026-09-10 19:39:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 19:39:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 19:39:04] Production.INFO: ==31546== Releasing lock...
[2026-09-10 19:39:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 19:39:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 19:39:12] Production.ERROR: CronJobId end10
[2026-09-10 19:39:12] Production.INFO: ==31548== Releasing lock...
[2026-09-10 19:39:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 19:39:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 19:39:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 19:39:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 19:39:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 19:39:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 19:39:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 19:39:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 19:39:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 19:39:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 19:39:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 19:39:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 19:39:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 19:39:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 19:39:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 19:39:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 19:39:14] Production.INFO: call_cost start
[2026-09-10 19:39:14] Production.INFO: call_cost end
[2026-09-10 19:39:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 19:39:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 19:39:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 19:39:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 19:39:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 19:39:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 19:39:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 19:39:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 19:39:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 19:39:14] Production.INFO: ==31544== Releasing lock...
[2026-09-10 19:39:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 19:39:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 00:40:01] Production.INFO: ==31614== Lock acquired, processing the job...
[2026-09-11 00:40:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 00:40:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 00:40:01] Production.INFO: neon service started
[2026-09-11 00:40:01] Production.INFO: neon service started
[2026-09-11 00:40:01] Production.INFO: ==31614== Releasing lock...
[2026-09-11 00:40:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 00:40:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 19:40:01] Production.INFO: ==31616== Lock acquired, processing the job...
[2026-09-10 19:40:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 19:40:02] Production.INFO: ==31616== Releasing lock...
[2026-09-10 19:40:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 19:40:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 23:40:02] Production.INFO: ==31618== Lock acquired, processing the job...
[2026-09-10 23:40:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-10 23:40:02] Production.INFO: ==31618== Releasing lock...
[2026-09-10 23:40:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-10 23:40:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 19:40:03] Production.INFO: ==31629== Lock acquired, processing the job...
[2026-09-10 19:40:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 19:40:03] Production.INFO: ==31621== Lock acquired, processing the job...
[2026-09-10 19:40:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 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-09-10 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-09-10 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-09-10 19:40:03] Production.INFO: ==31629== Releasing lock...
[2026-09-10 19:40:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 19:40:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 19:40:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 19:40:03] Production.INFO: ==31623== Lock acquired, processing the job...
[2026-09-10 19:40:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 19:40:03] Production.INFO: ==31627== Lock acquired, processing the job...
[2026-09-10 19:40:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 19:40:03] Production.INFO: ==31625== Lock acquired, processing the job...
[2026-09-10 19:40:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 19:40:03] Production.INFO: Account Balance Start.
[2026-09-10 19:40:03] Production.INFO: CreateAllLog Start
[2026-09-10 19:40:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 19:40:03] Production.INFO: 117
[2026-09-10 19:40:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 19:40:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 19:40:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 19:40:03] Production.INFO: Date 2026-09-08
[2026-09-10 19:40:03] Production.INFO: Reseller ==> 0
[2026-09-10 19:40:03] Production.INFO: Date 2026-09-09
[2026-09-10 19:40:03] Production.INFO: Reseller ==> 0
[2026-09-10 19:40:03] Production.INFO: Date 2026-09-10
[2026-09-10 19:40:03] Production.INFO: Reseller ==> 0
[2026-09-10 19:40:03] Production.INFO: Total Charge 0
[2026-09-10 19:40:03] Production.INFO: CreateAllLog End
[2026-09-10 19:40:03] Production.INFO: Account Balance End.
[2026-09-10 19:40:03] Production.ERROR: CronJobId end 12
[2026-09-10 19:40:03] Production.INFO: ==31627== Releasing lock...
[2026-09-10 19:40:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 19:40:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 19:40:04] Production.INFO: ==31623== Releasing lock...
[2026-09-10 19:40:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 19:40:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 19:40:12] Production.ERROR: CronJobId end10
[2026-09-10 19:40:12] Production.INFO: ==31625== Releasing lock...
[2026-09-10 19:40:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 19:40:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 19:40:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 19:40:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 19:40:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 19:40:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 19:40:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 19:40:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 19:40:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 19:40:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 19:40:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 19:40:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 19:40:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 19:40:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 19:40:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 19:40:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 19:40:15] Production.INFO: call_cost start
[2026-09-10 19:40:15] Production.INFO: call_cost end
[2026-09-10 19:40:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 19:40:15] Production.INFO: ============== Report Schedule START===========
[2026-09-10 19:40:15] Production.INFO: ============== Report Schedule END===========
[2026-09-10 19:40:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 19:40:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 19:40:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 19:40:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 19:40:15] Production.INFO: ============== Deal alert START===========
[2026-09-10 19:40:15] Production.INFO: ============== Deal alert END===========
[2026-09-10 19:40:15] Production.INFO: ==31621== Releasing lock...
[2026-09-10 19:40:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 19:40:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 00:41:02] Production.INFO: ==31701== Lock acquired, processing the job...
[2026-09-11 00:41:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 00:41:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 00:41:02] Production.INFO: neon service started
[2026-09-11 00:41:02] Production.INFO: neon service started
[2026-09-11 00:41:02] Production.INFO: ==31701== Releasing lock...
[2026-09-11 00:41:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 00:41:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 19:41:02] Production.INFO: ==31703== Lock acquired, processing the job...
[2026-09-10 19:41:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 19:41:02] Production.INFO: ==31703== Releasing lock...
[2026-09-10 19:41:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 19:41:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 23:41:02] Production.INFO: ==31705== Lock acquired, processing the job...
[2026-09-10 23:41:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-10 23:41:02] Production.INFO: ==31705== Releasing lock...
[2026-09-10 23:41:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-10 23:41:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 19:41:03] Production.INFO: ==31709== Lock acquired, processing the job...
[2026-09-10 19:41:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 19:41:03] Production.INFO: ==31707== Lock acquired, processing the job...
[2026-09-10 19:41:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 19:41:03] Production.INFO: ==31711== Lock acquired, processing the job...
[2026-09-10 19:41:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 19:41:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 19:41:03] Production.INFO: ==31714== Lock acquired, processing the job...
[2026-09-10 19:41:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 19:41:03] Production.INFO: ==31717== Lock acquired, processing the job...
[2026-09-10 19:41:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 19:41:03] Production.INFO: ==31709== Releasing lock...
[2026-09-10 19:41:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 19:41:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 19:41:03] Production.INFO: Account Balance Start.
[2026-09-10 19:41:03] Production.INFO: CreateAllLog Start
[2026-09-10 19:41:03] Production.INFO: 117
[2026-09-10 19:41:03] Production.INFO: Date 2026-09-08
[2026-09-10 19:41:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 19:41:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 19:41:03] Production.INFO: Reseller ==> 0
[2026-09-10 19:41:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 19:41:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 19:41:03] Production.INFO: Date 2026-09-09
[2026-09-10 19:41:04] Production.INFO: Reseller ==> 0
[2026-09-10 19:41:04] Production.INFO: Date 2026-09-10
[2026-09-10 19:41:04] Production.INFO: Reseller ==> 0
[2026-09-10 19: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-09-10 19: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-09-10 19:41:04] Production.INFO: Total Charge 0
[2026-09-10 19:41:04] Production.INFO: CreateAllLog End
[2026-09-10 19: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-09-10 19:41:04] Production.INFO: ==31717== Releasing lock...
[2026-09-10 19:41:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 19:41:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 19:41:04] Production.INFO: Account Balance End.
[2026-09-10 19:41:04] Production.ERROR: CronJobId end 12
[2026-09-10 19:41:04] Production.INFO: ==31714== Releasing lock...
[2026-09-10 19:41:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 19:41:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 19:41:13] Production.ERROR: CronJobId end10
[2026-09-10 19:41:13] Production.INFO: ==31711== Releasing lock...
[2026-09-10 19:41:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 19:41:13] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 19:41:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 19:41:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 19:41:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 19:41:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 19:41:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 19:41:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 19:41:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 19:41:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 19:41:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 19:41:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 19:41:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 19:41:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 19:41:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 19:41:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 19:41:15] Production.INFO: call_cost start
[2026-09-10 19:41:15] Production.INFO: call_cost end
[2026-09-10 19:41:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 19:41:15] Production.INFO: ============== Report Schedule START===========
[2026-09-10 19:41:15] Production.INFO: ============== Report Schedule END===========
[2026-09-10 19:41:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 19:41:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 19:41:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 19:41:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 19:41:15] Production.INFO: ============== Deal alert START===========
[2026-09-10 19:41:15] Production.INFO: ============== Deal alert END===========
[2026-09-10 19:41:15] Production.INFO: ==31707== Releasing lock...
[2026-09-10 19:41:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 19:41:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 00:42:01] Production.INFO: ==31775== Lock acquired, processing the job...
[2026-09-11 00:42:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 00:42:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 00:42:01] Production.INFO: neon service started
[2026-09-11 00:42:01] Production.INFO: neon service started
[2026-09-11 00:42:01] Production.INFO: ==31775== Releasing lock...
[2026-09-11 00:42:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 00:42:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 19:42:02] Production.INFO: ==31777== Lock acquired, processing the job...
[2026-09-10 19:42:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 23:42:02] Production.INFO: ==31779== Lock acquired, processing the job...
[2026-09-10 23:42:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-10 23:42:02] Production.INFO: ==31779== Releasing lock...
[2026-09-10 23:42:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-10 23:42:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 19:42:02] Production.INFO: ==31777== Releasing lock...
[2026-09-10 19:42:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 19:42:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 19:42:03] Production.INFO: ==31781== Lock acquired, processing the job...
[2026-09-10 19:42:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 19:42:03] Production.INFO: ==31783== Lock acquired, processing the job...
[2026-09-10 19:42:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 19:42:03] Production.INFO: ==31786== Lock acquired, processing the job...
[2026-09-10 19:42:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 19:42:03] Production.INFO: ==31788== Lock acquired, processing the job...
[2026-09-10 19:42:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 19:42:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 19:42:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 19:42:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 19:42:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 19:42:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 19:42:03] Production.INFO: ==31790== Lock acquired, processing the job...
[2026-09-10 19:42:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 19:42:03] Production.INFO: Account Balance Start.
[2026-09-10 19:42:03] Production.INFO: CreateAllLog Start
[2026-09-10 19:42:03] Production.INFO: 117
[2026-09-10 19:42:03] Production.INFO: Date 2026-09-08
[2026-09-10 19:42:03] Production.INFO: Reseller ==> 0
[2026-09-10 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-09-10 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-09-10 19: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-09-10 19:42:03] Production.INFO: ==31790== Releasing lock...
[2026-09-10 19:42:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 19:42:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 19:42:03] Production.INFO: Date 2026-09-09
[2026-09-10 19:42:03] Production.INFO: Reseller ==> 0
[2026-09-10 19:42:03] Production.INFO: Date 2026-09-10
[2026-09-10 19:42:03] Production.INFO: Reseller ==> 0
[2026-09-10 19:42:03] Production.INFO: Total Charge 0
[2026-09-10 19:42:03] Production.INFO: CreateAllLog End
[2026-09-10 19:42:04] Production.INFO: ==31783== Releasing lock...
[2026-09-10 19:42:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 19:42:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 19:42:04] Production.INFO: Account Balance End.
[2026-09-10 19:42:04] Production.ERROR: CronJobId end 12
[2026-09-10 19:42:04] Production.INFO: ==31788== Releasing lock...
[2026-09-10 19:42:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 19:42:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 19:42:11] Production.ERROR: CronJobId end10
[2026-09-10 19:42:11] Production.INFO: ==31786== Releasing lock...
[2026-09-10 19:42:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 19:42:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 19:42:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 19:42:15] Production.INFO: ============== Balance Warning START===========
[2026-09-10 19:42:15] Production.INFO: ============== Balance Warning END===========
[2026-09-10 19:42:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 19:42:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 19:42:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 19:42:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 19:42:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 19:42:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 19:42:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 19:42:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 19:42:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 19:42:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 19:42:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 19:42:15] Production.INFO: call_cost start
[2026-09-10 19:42:15] Production.INFO: call_cost end
[2026-09-10 19:42:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 19:42:15] Production.INFO: ============== Report Schedule START===========
[2026-09-10 19:42:15] Production.INFO: ============== Report Schedule END===========
[2026-09-10 19:42:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 19:42:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 19:42:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 19:42:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 19:42:15] Production.INFO: ============== Deal alert START===========
[2026-09-10 19:42:15] Production.INFO: ============== Deal alert END===========
[2026-09-10 19:42:15] Production.INFO: ==31781== Releasing lock...
[2026-09-10 19:42:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 19:42:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 00:43:02] Production.INFO: ==31848== Lock acquired, processing the job...
[2026-09-11 00:43:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 00:43:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 00:43:02] Production.INFO: neon service started
[2026-09-11 00:43:02] Production.INFO: neon service started
[2026-09-11 00:43:02] Production.INFO: ==31848== Releasing lock...
[2026-09-11 00:43:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 00:43:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 19:43:02] Production.INFO: ==31850== Lock acquired, processing the job...
[2026-09-10 19:43:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 23:43:02] Production.INFO: ==31852== Lock acquired, processing the job...
[2026-09-10 23:43:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-10 23:43:02] Production.INFO: ==31852== Releasing lock...
[2026-09-10 23:43:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-10 23:43:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 19:43:02] Production.INFO: ==31850== Releasing lock...
[2026-09-10 19:43:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 19:43:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 19:43:03] Production.INFO: ==31855== Lock acquired, processing the job...
[2026-09-10 19:43:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 19:43:03] Production.INFO: ==31857== Lock acquired, processing the job...
[2026-09-10 19:43:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 19:43:03] Production.INFO: ==31859== Lock acquired, processing the job...
[2026-09-10 19:43:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 19:43:03] Production.INFO: ==31861== Lock acquired, processing the job...
[2026-09-10 19:43:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 19:43:03] Production.INFO: ==31863== Lock acquired, processing the job...
[2026-09-10 19:43:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 19:43:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 19:43:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 19:43:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 19:43:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 19:43:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 19:43:03] Production.INFO: Account Balance Start.
[2026-09-10 19:43:03] Production.INFO: CreateAllLog Start
[2026-09-10 19:43:03] Production.INFO: 117
[2026-09-10 19:43:03] Production.INFO: Date 2026-09-08
[2026-09-10 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-09-10 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-09-10 19:43:03] Production.INFO: Reseller ==> 0
[2026-09-10 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-09-10 19:43:03] Production.INFO: ==31863== Releasing lock...
[2026-09-10 19:43:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 19:43:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 19:43:03] Production.INFO: Date 2026-09-09
[2026-09-10 19:43:03] Production.INFO: Reseller ==> 0
[2026-09-10 19:43:04] Production.INFO: Date 2026-09-10
[2026-09-10 19:43:04] Production.INFO: Reseller ==> 0
[2026-09-10 19:43:04] Production.INFO: Total Charge 0
[2026-09-10 19:43:04] Production.INFO: CreateAllLog End
[2026-09-10 19:43:04] Production.INFO: Account Balance End.
[2026-09-10 19:43:04] Production.ERROR: CronJobId end 12
[2026-09-10 19:43:04] Production.INFO: ==31861== Releasing lock...
[2026-09-10 19:43:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 19:43:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 19:43:04] Production.INFO: ==31857== Releasing lock...
[2026-09-10 19:43:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 19:43:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 19:43:13] Production.ERROR: CronJobId end10
[2026-09-10 19:43:13] Production.INFO: ==31859== Releasing lock...
[2026-09-10 19:43:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 19:43:13] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 19:43:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 19:43:15] Production.INFO: ============== Balance Warning START===========
[2026-09-10 19:43:15] Production.INFO: ============== Balance Warning END===========
[2026-09-10 19:43:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 19:43:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 19:43:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 19:43:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 19:43:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 19:43:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 19:43:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 19:43:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 19:43:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 19:43:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 19:43:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 19:43:16] Production.INFO: call_cost start
[2026-09-10 19:43:16] Production.INFO: call_cost end
[2026-09-10 19:43:16] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 19:43:16] Production.INFO: ============== Report Schedule START===========
[2026-09-10 19:43:16] Production.INFO: ============== Report Schedule END===========
[2026-09-10 19:43:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 19:43:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 19:43:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 19:43:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 19:43:16] Production.INFO: ============== Deal alert START===========
[2026-09-10 19:43:16] Production.INFO: ============== Deal alert END===========
[2026-09-10 19:43:16] Production.INFO: ==31855== Releasing lock...
[2026-09-10 19:43:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 19:43:16] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 00:44:01] Production.INFO: ==31926== Lock acquired, processing the job...
[2026-09-11 00:44:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 00:44:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 00:44:01] Production.INFO: neon service started
[2026-09-11 00:44:01] Production.INFO: neon service started
[2026-09-11 00:44:01] Production.INFO: ==31926== Releasing lock...
[2026-09-11 00:44:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 00:44:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 23:44:01] Production.INFO: ==31932== Lock acquired, processing the job...
[2026-09-10 23:44:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-10 23:44:01] Production.INFO: ==31932== Releasing lock...
[2026-09-10 23:44:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-10 23:44:01] Production.INFO: 25 MB #Memory Used#
[2026-09-10 19:44:02] Production.INFO: ==31930== Lock acquired, processing the job...
[2026-09-10 19:44:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 19:44:02] Production.INFO: ==31930== Releasing lock...
[2026-09-10 19:44:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 19:44:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 19:44:03] Production.INFO: ==31935== Lock acquired, processing the job...
[2026-09-10 19:44:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 19:44:03] Production.INFO: ==31939== Lock acquired, processing the job...
[2026-09-10 19:44:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 19:44:03] Production.INFO: ==31937== Lock acquired, processing the job...
[2026-09-10 19:44:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 19:44:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 19:44:03] Production.INFO: ==31943== Lock acquired, processing the job...
[2026-09-10 19:44:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 19:44:03] Production.INFO: ==31941== Lock acquired, processing the job...
[2026-09-10 19:44:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 19:44:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 19:44:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 19:44:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 19:44:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 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-09-10 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-09-10 19:44:03] Production.INFO: Account Balance Start.
[2026-09-10 19:44:03] Production.INFO: CreateAllLog Start
[2026-09-10 19:44:03] Production.INFO: 117
[2026-09-10 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-09-10 19:44:03] Production.INFO: Date 2026-09-08
[2026-09-10 19:44:03] Production.INFO: Reseller ==> 0
[2026-09-10 19:44:03] Production.INFO: ==31943== Releasing lock...
[2026-09-10 19:44:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 19:44:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 19:44:03] Production.INFO: Date 2026-09-09
[2026-09-10 19:44:03] Production.INFO: Reseller ==> 0
[2026-09-10 19:44:03] Production.INFO: Date 2026-09-10
[2026-09-10 19:44:03] Production.INFO: Reseller ==> 0
[2026-09-10 19:44:03] Production.INFO: Total Charge 0
[2026-09-10 19:44:03] Production.INFO: CreateAllLog End
[2026-09-10 19:44:03] Production.INFO: Account Balance End.
[2026-09-10 19:44:03] Production.ERROR: CronJobId end 12
[2026-09-10 19:44:03] Production.INFO: ==31941== Releasing lock...
[2026-09-10 19:44:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 19:44:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 19:44:04] Production.INFO: ==31937== Releasing lock...
[2026-09-10 19:44:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 19:44:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 19:44:12] Production.ERROR: CronJobId end10
[2026-09-10 19:44:12] Production.INFO: ==31939== Releasing lock...
[2026-09-10 19:44:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 19:44:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 19:44:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 19:44:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 19:44:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 19:44:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 19:44:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 19:44:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 19:44:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 19:44:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 19:44:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 19:44:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 19:44:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 19:44:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 19:44:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 19:44:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 19:44:14] Production.INFO: call_cost start
[2026-09-10 19:44:14] Production.INFO: call_cost end
[2026-09-10 19:44:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 19:44:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 19:44:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 19:44:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 19:44:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 19:44:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 19:44:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 19:44:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 19:44:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 19:44:14] Production.INFO: ==31935== Releasing lock...
[2026-09-10 19:44:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 19:44:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 00:45:01] Production.INFO: ==32006== Lock acquired, processing the job...
[2026-09-11 00:45:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 00:45:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 00:45:01] Production.INFO: neon service started
[2026-09-11 00:45:01] Production.INFO: neon service started
[2026-09-11 00:45:01] Production.INFO: ==32006== Releasing lock...
[2026-09-11 00:45:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 00:45:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 19:45:02] Production.INFO: ==32008== Lock acquired, processing the job...
[2026-09-10 19:45:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 23:45:02] Production.INFO: ==32010== Lock acquired, processing the job...
[2026-09-10 23:45:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-10 23:45:02] Production.INFO: ==32010== Releasing lock...
[2026-09-10 23:45:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-10 23:45:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 19:45:02] Production.INFO: ==32008== Releasing lock...
[2026-09-10 19:45:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 19:45:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 19:45:03] Production.INFO: ==32017== Lock acquired, processing the job...
[2026-09-10 19:45:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 19:45:03] Production.INFO: ==32013== Lock acquired, processing the job...
[2026-09-10 19:45:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-10 19:45:03] Production.INFO: ==32015== Lock acquired, processing the job...
[2026-09-10 19:45:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 19:45:03] Production.ERROR: ========================== active cronjob start =============================
[2026-09-10 19:45:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-10 19:45:03] Production.ERROR: CronJob PID - 32017
[2026-09-10 19:45:03] Production.ERROR: CronJob Title - Account Block
[2026-09-10 19:45:03] Production.ERROR: CronJob ID - 7
[2026-09-10 19:45:03] Production.ERROR: CronJob Last Run Time 2026-09-10 19:45:00
[2026-09-10 19:45:03] Production.ERROR: CronJob Active Minutes 0
[2026-09-10 19:45:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-10 19:45:03] Production.ERROR: ========================== active cronjob end =============================
[2026-09-10 19:45:03] Production.INFO: ==32013== Releasing lock...
[2026-09-10 19:45:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-10 19:45:03] Production.INFO: 25.5 MB #Memory Used#
[2026-09-10 19:45:04] Production.INFO: ==32023== Lock acquired, processing the job...
[2026-09-10 19:45:04] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-10 19:45:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 19:45:04] Production.ERROR: tblTempUsageDetail_20
[2026-09-10 19:45:04] Production.INFO: ==32025== Lock acquired, processing the job...
[2026-09-10 19:45:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 19:45:04] Production.INFO: ==32019== Lock acquired, processing the job...
[2026-09-10 19:45:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 19:45:04] Production.INFO: ==32021== Lock acquired, processing the job...
[2026-09-10 19:45:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 19:45:04] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 19:45:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 19:45:04] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 19:45:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 19: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-09-10 19: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-09-10 19: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-09-10 19:45:04] Production.INFO: ==32025== Releasing lock...
[2026-09-10 19:45:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 19:45:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 19:45:04] Production.INFO: Account Balance Start.
[2026-09-10 19:45:04] Production.INFO: CreateAllLog Start
[2026-09-10 19:45:04] Production.INFO: 117
[2026-09-10 19:45:04] Production.ERROR: done
[2026-09-10 19:45:04] Production.INFO: Date 2026-09-08
[2026-09-10 19:45:04] Production.INFO: Reseller ==> 0
[2026-09-10 19:45:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-10 19:45:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17980296', 'tblTempUsageDetail_20reseller','2026-09-10','2026-09-10','1' ) start
[2026-09-10 19:45:04] Production.INFO: Date 2026-09-09
[2026-09-10 19:45:04] Production.INFO: Reseller ==> 0
[2026-09-10 19:45:04] Production.INFO: Date 2026-09-10
[2026-09-10 19:45:04] Production.INFO: Reseller ==> 0
[2026-09-10 19:45:04] Production.INFO: ==32017== Releasing lock...
[2026-09-10 19:45:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 19:45:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 19:45:04] Production.INFO: Total Charge 0
[2026-09-10 19:45:04] Production.INFO: CreateAllLog End
[2026-09-10 19:45:05] Production.INFO: Account Balance End.
[2026-09-10 19:45:05] Production.ERROR: CronJobId end 12
[2026-09-10 19:45:05] Production.INFO: ==32021== Releasing lock...
[2026-09-10 19:45:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 19:45:05] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 19:45:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17980296', 'tblTempUsageDetail_20reseller','2026-09-10','2026-09-10','1' ) end
[2026-09-10 19:45:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-10 19:45:10] Production.INFO: ProcessCDR(1,17980296,1,1,2)
[2026-09-10 19:45:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17980296,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-10 19:45:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17980296,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-10 19:45:10] Production.ERROR: pbx prc_insertCDR start
[2026-09-10 19:45:10] Production.ERROR: pbx prc_insertCDR end
[2026-09-10 19:45:10] Production.INFO: ==32023== Releasing lock...
[2026-09-10 19:45:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-10 19:45:10] Production.INFO: 26 MB #Memory Used#
[2026-09-10 19:45:16] Production.ERROR: CronJobId end10
[2026-09-10 19:45:16] Production.INFO: ==32019== Releasing lock...
[2026-09-10 19:45:16] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 19:45:16] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 19:45:17] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 19:45:17] Production.INFO: ============== Balance Warning START===========
[2026-09-10 19:45:17] Production.INFO: ============== Balance Warning END===========
[2026-09-10 19:45:17] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 19:45:17] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 19:45:17] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 19:45:17] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 19:45:17] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 19:45:17] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 19:45:17] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 19:45:17] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 19:45:17] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 19:45:17] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 19:45:17] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 19:45:18] Production.INFO: call_cost start
[2026-09-10 19:45:18] Production.INFO: call_cost end
[2026-09-10 19:45:18] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 19:45:18] Production.INFO: ============== Report Schedule START===========
[2026-09-10 19:45:18] Production.INFO: ============== Report Schedule END===========
[2026-09-10 19:45:18] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 19:45:18] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 19:45:18] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 19:45:18] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 19:45:18] Production.INFO: ============== Deal alert START===========
[2026-09-10 19:45:18] Production.INFO: ============== Deal alert END===========
[2026-09-10 19:45:18] Production.INFO: ==32015== Releasing lock...
[2026-09-10 19:45:18] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 19:45:18] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 00:46:01] Production.INFO: ==32095== Lock acquired, processing the job...
[2026-09-11 00:46:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 00:46:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 00:46:01] Production.INFO: neon service started
[2026-09-11 00:46:01] Production.INFO: neon service started
[2026-09-11 00:46:01] Production.INFO: ==32095== Releasing lock...
[2026-09-11 00:46:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 00:46:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 23:46:01] Production.INFO: ==32099== Lock acquired, processing the job...
[2026-09-10 23:46:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-10 23:46:01] Production.INFO: ==32099== Releasing lock...
[2026-09-10 23:46:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-10 23:46:01] Production.INFO: 25 MB #Memory Used#
[2026-09-10 19:46:01] Production.INFO: ==32097== Lock acquired, processing the job...
[2026-09-10 19:46:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 19:46:02] Production.INFO: ==32097== Releasing lock...
[2026-09-10 19:46:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 19:46:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 19:46:02] Production.INFO: ==32104== Lock acquired, processing the job...
[2026-09-10 19:46:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 19:46:02] Production.INFO: ==32102== Lock acquired, processing the job...
[2026-09-10 19:46:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 19:46:02] Production.INFO: ==32106== Lock acquired, processing the job...
[2026-09-10 19:46:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 19:46:02] Production.INFO: ==32108== Lock acquired, processing the job...
[2026-09-10 19:46:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 19:46:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 19:46:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 19:46:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 19:46:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 19:46:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 19:46:03] Production.INFO: ==32110== Lock acquired, processing the job...
[2026-09-10 19:46:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 19:46:03] Production.INFO: Account Balance Start.
[2026-09-10 19:46:03] Production.INFO: CreateAllLog Start
[2026-09-10 19:46:03] Production.INFO: 117
[2026-09-10 19:46:03] Production.INFO: Date 2026-09-08
[2026-09-10 19:46:03] Production.INFO: Reseller ==> 0
[2026-09-10 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-09-10 19:46:03] Production.INFO: Date 2026-09-09
[2026-09-10 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-09-10 19:46:03] Production.INFO: Reseller ==> 0
[2026-09-10 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-09-10 19:46:03] Production.INFO: Date 2026-09-10
[2026-09-10 19:46:03] Production.INFO: ==32110== Releasing lock...
[2026-09-10 19:46:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 19:46:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 19:46:03] Production.INFO: Reseller ==> 0
[2026-09-10 19:46:03] Production.INFO: Total Charge 0
[2026-09-10 19:46:03] Production.INFO: CreateAllLog End
[2026-09-10 19:46:03] Production.INFO: Account Balance End.
[2026-09-10 19:46:03] Production.ERROR: CronJobId end 12
[2026-09-10 19:46:03] Production.INFO: ==32108== Releasing lock...
[2026-09-10 19:46:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 19:46:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 19:46:03] Production.INFO: ==32104== Releasing lock...
[2026-09-10 19:46:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 19:46:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 19:46:11] Production.ERROR: CronJobId end10
[2026-09-10 19:46:11] Production.INFO: ==32106== Releasing lock...
[2026-09-10 19:46:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 19:46:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 19:46:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 19:46:13] Production.INFO: ============== Balance Warning START===========
[2026-09-10 19:46:13] Production.INFO: ============== Balance Warning END===========
[2026-09-10 19:46:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 19:46:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 19:46:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 19:46:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 19:46:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 19:46:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 19:46:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 19:46:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 19:46:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 19:46:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 19:46:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 19:46:13] Production.INFO: call_cost start
[2026-09-10 19:46:13] Production.INFO: call_cost end
[2026-09-10 19:46:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 19:46:13] Production.INFO: ============== Report Schedule START===========
[2026-09-10 19:46:13] Production.INFO: ============== Report Schedule END===========
[2026-09-10 19:46:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 19:46:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 19:46:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 19:46:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 19:46:13] Production.INFO: ============== Deal alert START===========
[2026-09-10 19:46:13] Production.INFO: ============== Deal alert END===========
[2026-09-10 19:46:13] Production.INFO: ==32102== Releasing lock...
[2026-09-10 19:46:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 19:46:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 00:47:01] Production.INFO: ==32176== Lock acquired, processing the job...
[2026-09-11 00:47:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 00:47:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 00:47:01] Production.INFO: neon service started
[2026-09-11 00:47:01] Production.INFO: neon service started
[2026-09-11 00:47:01] Production.INFO: ==32176== Releasing lock...
[2026-09-11 00:47:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 00:47:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 23:47:02] Production.INFO: ==32180== Lock acquired, processing the job...
[2026-09-10 23:47:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-10 23:47:02] Production.INFO: ==32180== Releasing lock...
[2026-09-10 23:47:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-10 23:47:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 19:47:02] Production.INFO: ==32178== Lock acquired, processing the job...
[2026-09-10 19:47:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 19:47:02] Production.INFO: ==32178== Releasing lock...
[2026-09-10 19:47:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 19:47:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 19:47:03] Production.INFO: ==32185== Lock acquired, processing the job...
[2026-09-10 19:47:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 19:47:03] Production.INFO: ==32191== Lock acquired, processing the job...
[2026-09-10 19:47:03] Production.INFO: ==32187== Lock acquired, processing the job...
[2026-09-10 19:47:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 19:47:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 19:47:03] Production.INFO: ==32189== Lock acquired, processing the job...
[2026-09-10 19:47:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 19:47:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 19:47:03] Production.INFO: ==32193== Lock acquired, processing the job...
[2026-09-10 19:47:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 19:47:03] Production.INFO: Account Balance Start.
[2026-09-10 19:47:03] Production.INFO: CreateAllLog Start
[2026-09-10 19:47:03] Production.INFO: 117
[2026-09-10 19:47:03] Production.INFO: Date 2026-09-08
[2026-09-10 19:47:03] Production.INFO: Reseller ==> 0
[2026-09-10 19:47:03] Production.INFO: Date 2026-09-09
[2026-09-10 19:47:03] Production.INFO: Reseller ==> 0
[2026-09-10 19:47:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 19:47:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 19:47:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 19:47:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 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-09-10 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-09-10 19:47:03] Production.INFO: Date 2026-09-10
[2026-09-10 19:47:03] Production.INFO: Reseller ==> 0
[2026-09-10 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-09-10 19:47:03] Production.INFO: ==32193== Releasing lock...
[2026-09-10 19:47:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 19:47:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 19:47:03] Production.INFO: Total Charge 0
[2026-09-10 19:47:03] Production.INFO: CreateAllLog End
[2026-09-10 19:47:03] Production.INFO: Account Balance End.
[2026-09-10 19:47:03] Production.ERROR: CronJobId end 12
[2026-09-10 19:47:03] Production.INFO: ==32191== Releasing lock...
[2026-09-10 19:47:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 19:47:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 19:47:04] Production.INFO: ==32187== Releasing lock...
[2026-09-10 19:47:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 19:47:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 19:47:12] Production.ERROR: CronJobId end10
[2026-09-10 19:47:12] Production.INFO: ==32189== Releasing lock...
[2026-09-10 19:47:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 19:47:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 19:47:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 19:47:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 19:47:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 19:47:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 19:47:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 19:47:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 19:47:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 19:47:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 19:47:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 19:47:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 19:47:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 19:47:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 19:47:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 19:47:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 19:47:14] Production.INFO: call_cost start
[2026-09-10 19:47:14] Production.INFO: call_cost end
[2026-09-10 19:47:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 19:47:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 19:47:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 19:47:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 19:47:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 19:47:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 19:47:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 19:47:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 19:47:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 19:47:14] Production.INFO: ==32185== Releasing lock...
[2026-09-10 19:47:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 19:47:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 00:48:02] Production.INFO: ==32271== Lock acquired, processing the job...
[2026-09-11 00:48:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 00:48:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 00:48:02] Production.INFO: neon service started
[2026-09-11 00:48:02] Production.INFO: neon service started
[2026-09-11 00:48:02] Production.INFO: ==32271== Releasing lock...
[2026-09-11 00:48:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 00:48:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 23:48:02] Production.INFO: ==32275== Lock acquired, processing the job...
[2026-09-10 23:48:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-10 23:48:02] Production.INFO: ==32275== Releasing lock...
[2026-09-10 23:48:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-10 23:48:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 19:48:02] Production.INFO: ==32273== Lock acquired, processing the job...
[2026-09-10 19:48:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 19:48:02] Production.INFO: ==32273== Releasing lock...
[2026-09-10 19:48:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 19:48:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 19:48:03] Production.INFO: ==32277== Lock acquired, processing the job...
[2026-09-10 19:48:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 19:48:03] Production.INFO: ==32279== Lock acquired, processing the job...
[2026-09-10 19:48:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 19:48:03] Production.INFO: ==32281== Lock acquired, processing the job...
[2026-09-10 19:48:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 19:48:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 19:48:03] Production.INFO: ==32285== Lock acquired, processing the job...
[2026-09-10 19:48:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 19:48:03] Production.INFO: ==32283== Lock acquired, processing the job...
[2026-09-10 19:48:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 19:48:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 19:48:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 19:48:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 19:48:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 19:48:03] Production.INFO: Account Balance Start.
[2026-09-10 19:48:03] Production.INFO: CreateAllLog Start
[2026-09-10 19:48:03] Production.INFO: 117
[2026-09-10 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-09-10 19:48:03] Production.INFO: Date 2026-09-08
[2026-09-10 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-09-10 19:48:03] Production.INFO: Reseller ==> 0
[2026-09-10 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-09-10 19:48:03] Production.INFO: ==32285== Releasing lock...
[2026-09-10 19:48:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 19:48:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 19:48:04] Production.INFO: Date 2026-09-09
[2026-09-10 19:48:04] Production.INFO: Reseller ==> 0
[2026-09-10 19:48:04] Production.INFO: Date 2026-09-10
[2026-09-10 19:48:04] Production.INFO: Reseller ==> 0
[2026-09-10 19:48:04] Production.INFO: Total Charge 0
[2026-09-10 19:48:04] Production.INFO: CreateAllLog End
[2026-09-10 19:48:04] Production.INFO: Account Balance End.
[2026-09-10 19:48:04] Production.ERROR: CronJobId end 12
[2026-09-10 19:48:04] Production.INFO: ==32283== Releasing lock...
[2026-09-10 19:48:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 19:48:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 19:48:04] Production.INFO: ==32279== Releasing lock...
[2026-09-10 19:48:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 19:48:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 19:48:13] Production.ERROR: CronJobId end10
[2026-09-10 19:48:13] Production.INFO: ==32281== Releasing lock...
[2026-09-10 19:48:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 19:48:13] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 19:48:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 19:48:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 19:48:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 19:48:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 19:48:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 19:48:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 19:48:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 19:48:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 19:48:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 19:48:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 19:48:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 19:48:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 19:48:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 19:48:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 19:48:15] Production.INFO: call_cost start
[2026-09-10 19:48:15] Production.INFO: call_cost end
[2026-09-10 19:48:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 19:48:15] Production.INFO: ============== Report Schedule START===========
[2026-09-10 19:48:15] Production.INFO: ============== Report Schedule END===========
[2026-09-10 19:48:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 19:48:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 19:48:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 19:48:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 19:48:15] Production.INFO: ============== Deal alert START===========
[2026-09-10 19:48:15] Production.INFO: ============== Deal alert END===========
[2026-09-10 19:48:15] Production.INFO: ==32277== Releasing lock...
[2026-09-10 19:48:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 19:48:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 00:49:01] Production.INFO: ==32342== Lock acquired, processing the job...
[2026-09-11 00:49:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 00:49:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 00:49:01] Production.INFO: neon service started
[2026-09-11 00:49:01] Production.INFO: neon service started
[2026-09-11 00:49:01] Production.INFO: ==32342== Releasing lock...
[2026-09-11 00:49:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 00:49:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 19:49:01] Production.INFO: ==32344== Lock acquired, processing the job...
[2026-09-10 19:49:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 19:49:02] Production.INFO: ==32344== Releasing lock...
[2026-09-10 19:49:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 19:49:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 23:49:02] Production.INFO: ==32346== Lock acquired, processing the job...
[2026-09-10 23:49:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-10 23:49:02] Production.INFO: ==32346== Releasing lock...
[2026-09-10 23:49:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-10 23:49:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 19:49:02] Production.INFO: ==32357== Lock acquired, processing the job...
[2026-09-10 19:49:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 19:49:03] Production.INFO: ==32348== Lock acquired, processing the job...
[2026-09-10 19:49:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 19:49:03] Production.INFO: ==32351== Lock acquired, processing the job...
[2026-09-10 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-09-10 19:49:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 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-09-10 19:49:03] Production.INFO: ==32353== Lock acquired, processing the job...
[2026-09-10 19:49:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 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-09-10 19:49:03] Production.INFO: ==32357== Releasing lock...
[2026-09-10 19:49:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 19:49:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 19:49:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 19:49:03] Production.INFO: ==32355== Lock acquired, processing the job...
[2026-09-10 19:49:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 19:49:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 19:49:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 19:49:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 19:49:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 19:49:03] Production.INFO: Account Balance Start.
[2026-09-10 19:49:03] Production.INFO: CreateAllLog Start
[2026-09-10 19:49:03] Production.INFO: 117
[2026-09-10 19:49:03] Production.INFO: Date 2026-09-08
[2026-09-10 19:49:03] Production.INFO: Reseller ==> 0
[2026-09-10 19:49:03] Production.INFO: Date 2026-09-09
[2026-09-10 19:49:03] Production.INFO: Reseller ==> 0
[2026-09-10 19:49:03] Production.INFO: Date 2026-09-10
[2026-09-10 19:49:03] Production.INFO: Reseller ==> 0
[2026-09-10 19:49:03] Production.INFO: Total Charge 0
[2026-09-10 19:49:03] Production.INFO: CreateAllLog End
[2026-09-10 19:49:03] Production.INFO: Account Balance End.
[2026-09-10 19:49:03] Production.ERROR: CronJobId end 12
[2026-09-10 19:49:03] Production.INFO: ==32355== Releasing lock...
[2026-09-10 19:49:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 19:49:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 19:49:03] Production.INFO: ==32351== Releasing lock...
[2026-09-10 19:49:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 19:49:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 19:49:12] Production.ERROR: CronJobId end10
[2026-09-10 19:49:12] Production.INFO: ==32353== Releasing lock...
[2026-09-10 19:49:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 19:49:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 19:49:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 19:49:15] Production.INFO: ============== Balance Warning START===========
[2026-09-10 19:49:15] Production.INFO: ============== Balance Warning END===========
[2026-09-10 19:49:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 19:49:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 19:49:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 19:49:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 19:49:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 19:49:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 19:49:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 19:49:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 19:49:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 19:49:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 19:49:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 19:49:15] Production.INFO: call_cost start
[2026-09-10 19:49:15] Production.INFO: call_cost end
[2026-09-10 19:49:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 19:49:15] Production.INFO: ============== Report Schedule START===========
[2026-09-10 19:49:15] Production.INFO: ============== Report Schedule END===========
[2026-09-10 19:49:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 19:49:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 19:49:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 19:49:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 19:49:15] Production.INFO: ============== Deal alert START===========
[2026-09-10 19:49:15] Production.INFO: ============== Deal alert END===========
[2026-09-10 19:49:15] Production.INFO: ==32348== Releasing lock...
[2026-09-10 19:49:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 19:49:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 00:50:02] Production.INFO: ==32425== Lock acquired, processing the job...
[2026-09-11 00:50:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 00:50:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 00:50:02] Production.INFO: neon service started
[2026-09-11 00:50:02] Production.INFO: neon service started
[2026-09-11 00:50:02] Production.INFO: ==32425== Releasing lock...
[2026-09-11 00:50:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 00:50:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 19:50:02] Production.INFO: ==32427== Lock acquired, processing the job...
[2026-09-10 19:50:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 19:50:02] Production.INFO: ==32427== Releasing lock...
[2026-09-10 19:50:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 19:50:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 23:50:03] Production.INFO: ==32429== Lock acquired, processing the job...
[2026-09-10 23:50:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-10 23:50:03] Production.INFO: ==32429== Releasing lock...
[2026-09-10 23:50:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-10 23:50:03] Production.INFO: 25 MB #Memory Used#
[2026-09-10 19:50:03] Production.INFO: ==32432== Lock acquired, processing the job...
[2026-09-10 19:50:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 19:50:03] Production.INFO: ==32434== Lock acquired, processing the job...
[2026-09-10 19:50:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 19:50:03] Production.INFO: ==32436== Lock acquired, processing the job...
[2026-09-10 19:50:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 19:50:03] Production.INFO: ==32438== Lock acquired, processing the job...
[2026-09-10 19:50:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 19:50:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 19:50:03] Production.INFO: ==32440== Lock acquired, processing the job...
[2026-09-10 19:50:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 19:50:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 19:50:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 19:50:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 19:50:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 19:50:03] Production.INFO: Account Balance Start.
[2026-09-10 19:50:03] Production.INFO: CreateAllLog Start
[2026-09-10 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-09-10 19:50:03] Production.INFO: 117
[2026-09-10 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-09-10 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-09-10 19:50:03] Production.INFO: ==32440== Releasing lock...
[2026-09-10 19:50:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 19:50:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 19:50:03] Production.INFO: Date 2026-09-08
[2026-09-10 19:50:03] Production.INFO: Reseller ==> 0
[2026-09-10 19:50:04] Production.INFO: Date 2026-09-09
[2026-09-10 19:50:04] Production.INFO: Reseller ==> 0
[2026-09-10 19:50:04] Production.INFO: Date 2026-09-10
[2026-09-10 19:50:04] Production.INFO: Reseller ==> 0
[2026-09-10 19:50:04] Production.INFO: Total Charge 0
[2026-09-10 19:50:04] Production.INFO: CreateAllLog End
[2026-09-10 19:50:04] Production.INFO: Account Balance End.
[2026-09-10 19:50:04] Production.INFO: ==32434== Releasing lock...
[2026-09-10 19:50:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 19:50:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 19:50:04] Production.ERROR: CronJobId end 12
[2026-09-10 19:50:04] Production.INFO: ==32438== Releasing lock...
[2026-09-10 19:50:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 19:50:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 19:50:12] Production.ERROR: CronJobId end10
[2026-09-10 19:50:12] Production.INFO: ==32436== Releasing lock...
[2026-09-10 19:50:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 19:50:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 19:50:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 19:50:15] Production.INFO: ============== Balance Warning START===========
[2026-09-10 19:50:15] Production.INFO: ============== Balance Warning END===========
[2026-09-10 19:50:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 19:50:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 19:50:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 19:50:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 19:50:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 19:50:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 19:50:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 19:50:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 19:50:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 19:50:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 19:50:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 19:50:15] Production.INFO: call_cost start
[2026-09-10 19:50:15] Production.INFO: call_cost end
[2026-09-10 19:50:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 19:50:15] Production.INFO: ============== Report Schedule START===========
[2026-09-10 19:50:15] Production.INFO: ============== Report Schedule END===========
[2026-09-10 19:50:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 19:50:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 19:50:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 19:50:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 19:50:15] Production.INFO: ============== Deal alert START===========
[2026-09-10 19:50:15] Production.INFO: ============== Deal alert END===========
[2026-09-10 19:50:15] Production.INFO: ==32432== Releasing lock...
[2026-09-10 19:50:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 19:50:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 00:51:01] Production.INFO: ==32510== Lock acquired, processing the job...
[2026-09-11 00:51:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 00:51:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 00:51:01] Production.INFO: neon service started
[2026-09-11 00:51:01] Production.INFO: neon service started
[2026-09-11 00:51:01] Production.INFO: ==32510== Releasing lock...
[2026-09-11 00:51:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 00:51:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 19:51:01] Production.INFO: ==32512== Lock acquired, processing the job...
[2026-09-10 19:51:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 19:51:02] Production.INFO: ==32512== Releasing lock...
[2026-09-10 19:51:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 19:51:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 23:51:02] Production.INFO: ==32514== Lock acquired, processing the job...
[2026-09-10 23:51:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-10 23:51:02] Production.INFO: ==32514== Releasing lock...
[2026-09-10 23:51:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-10 23:51:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 19:51:02] Production.INFO: ==32524== Lock acquired, processing the job...
[2026-09-10 19:51:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 19: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-09-10 19: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-09-10 19:51:03] Production.INFO: ==32516== Lock acquired, processing the job...
[2026-09-10 19:51:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 19: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-09-10 19:51:03] Production.INFO: ==32524== Releasing lock...
[2026-09-10 19:51:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 19:51:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 19:51:03] Production.INFO: ==32518== Lock acquired, processing the job...
[2026-09-10 19:51:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 19:51:03] Production.INFO: ==32520== Lock acquired, processing the job...
[2026-09-10 19:51:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 19:51:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 19:51:03] Production.INFO: ==32522== Lock acquired, processing the job...
[2026-09-10 19:51:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 19:51:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 19:51:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 19:51:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 19:51:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 19:51:03] Production.INFO: Account Balance Start.
[2026-09-10 19:51:03] Production.INFO: CreateAllLog Start
[2026-09-10 19:51:03] Production.INFO: 117
[2026-09-10 19:51:03] Production.INFO: Date 2026-09-08
[2026-09-10 19:51:03] Production.INFO: Reseller ==> 0
[2026-09-10 19:51:03] Production.INFO: Date 2026-09-09
[2026-09-10 19:51:03] Production.INFO: Reseller ==> 0
[2026-09-10 19:51:03] Production.INFO: Date 2026-09-10
[2026-09-10 19:51:03] Production.INFO: Reseller ==> 0
[2026-09-10 19:51:03] Production.INFO: Total Charge 0
[2026-09-10 19:51:03] Production.INFO: CreateAllLog End
[2026-09-10 19:51:03] Production.INFO: Account Balance End.
[2026-09-10 19:51:03] Production.ERROR: CronJobId end 12
[2026-09-10 19:51:03] Production.INFO: ==32522== Releasing lock...
[2026-09-10 19:51:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 19:51:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 19:51:03] Production.INFO: ==32518== Releasing lock...
[2026-09-10 19:51:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 19:51:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 19:51:11] Production.ERROR: CronJobId end10
[2026-09-10 19:51:11] Production.INFO: ==32520== Releasing lock...
[2026-09-10 19:51:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 19:51:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 19:51:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 19:51:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 19:51:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 19:51:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 19:51:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 19:51:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 19:51:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 19:51:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 19:51:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 19:51:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 19:51:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 19:51:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 19:51:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 19:51:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 19:51:14] Production.INFO: call_cost start
[2026-09-10 19:51:14] Production.INFO: call_cost end
[2026-09-10 19:51:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 19:51:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 19:51:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 19:51:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 19:51:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 19:51:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 19:51:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 19:51:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 19:51:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 19:51:14] Production.INFO: ==32516== Releasing lock...
[2026-09-10 19:51:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 19:51:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 00:52:01] Production.INFO: ==32586== Lock acquired, processing the job...
[2026-09-11 00:52:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 00:52:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 00:52:01] Production.INFO: neon service started
[2026-09-11 00:52:01] Production.INFO: neon service started
[2026-09-11 00:52:01] Production.INFO: ==32586== Releasing lock...
[2026-09-11 00:52:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 00:52:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 19:52:02] Production.INFO: ==32588== Lock acquired, processing the job...
[2026-09-10 19:52:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 19:52:02] Production.INFO: ==32588== Releasing lock...
[2026-09-10 19:52:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 19:52:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 23:52:02] Production.INFO: ==32590== Lock acquired, processing the job...
[2026-09-10 23:52:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-10 23:52:02] Production.INFO: ==32590== Releasing lock...
[2026-09-10 23:52:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-10 23:52:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 19:52:03] Production.INFO: ==32593== Lock acquired, processing the job...
[2026-09-10 19:52:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 19:52:03] Production.INFO: ==32595== Lock acquired, processing the job...
[2026-09-10 19:52:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 19:52:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 19:52:03] Production.INFO: ==32599== Lock acquired, processing the job...
[2026-09-10 19:52:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 19:52:03] Production.INFO: Account Balance Start.
[2026-09-10 19:52:03] Production.INFO: CreateAllLog Start
[2026-09-10 19:52:03] Production.INFO: 117
[2026-09-10 19:52:03] Production.INFO: Date 2026-09-08
[2026-09-10 19:52:03] Production.INFO: Reseller ==> 0
[2026-09-10 19:52:03] Production.INFO: ==32597== Lock acquired, processing the job...
[2026-09-10 19:52:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 19:52:03] Production.INFO: Date 2026-09-09
[2026-09-10 19:52:03] Production.INFO: Reseller ==> 0
[2026-09-10 19:52:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 19:52:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 19:52:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 19:52:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 19:52:03] Production.INFO: Date 2026-09-10
[2026-09-10 19:52:03] Production.INFO: Reseller ==> 0
[2026-09-10 19:52:03] Production.INFO: Total Charge 0
[2026-09-10 19:52:03] Production.INFO: CreateAllLog End
[2026-09-10 19:52:03] Production.INFO: ==32601== Lock acquired, processing the job...
[2026-09-10 19:52:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 19: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-09-10 19: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-09-10 19:52:03] Production.INFO: Account Balance End.
[2026-09-10 19: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-09-10 19:52:03] Production.INFO: ==32601== Releasing lock...
[2026-09-10 19:52:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 19:52:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 19:52:03] Production.ERROR: CronJobId end 12
[2026-09-10 19:52:03] Production.INFO: ==32599== Releasing lock...
[2026-09-10 19:52:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 19:52:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 19:52:03] Production.INFO: ==32595== Releasing lock...
[2026-09-10 19:52:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 19:52:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 19:52:12] Production.ERROR: CronJobId end10
[2026-09-10 19:52:12] Production.INFO: ==32597== Releasing lock...
[2026-09-10 19:52:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 19:52:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 19:52:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 19:52:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 19:52:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 19:52:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 19:52:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 19:52:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 19:52:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 19:52:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 19:52:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 19:52:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 19:52:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 19:52:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 19:52:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 19:52:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 19:52:15] Production.INFO: call_cost start
[2026-09-10 19:52:15] Production.INFO: call_cost end
[2026-09-10 19:52:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 19:52:15] Production.INFO: ============== Report Schedule START===========
[2026-09-10 19:52:15] Production.INFO: ============== Report Schedule END===========
[2026-09-10 19:52:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 19:52:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 19:52:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 19:52:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 19:52:15] Production.INFO: ============== Deal alert START===========
[2026-09-10 19:52:15] Production.INFO: ============== Deal alert END===========
[2026-09-10 19:52:15] Production.INFO: ==32593== Releasing lock...
[2026-09-10 19:52:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 19:52:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 00:53:02] Production.INFO: ==32666== Lock acquired, processing the job...
[2026-09-11 00:53:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 00:53:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 00:53:02] Production.INFO: neon service started
[2026-09-11 00:53:02] Production.INFO: neon service started
[2026-09-11 00:53:02] Production.INFO: ==32666== Releasing lock...
[2026-09-11 00:53:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 00:53:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 19:53:02] Production.INFO: ==32668== Lock acquired, processing the job...
[2026-09-10 19:53:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 19:53:02] Production.INFO: ==32668== Releasing lock...
[2026-09-10 19:53:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 19:53:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 23:53:03] Production.INFO: ==32670== Lock acquired, processing the job...
[2026-09-10 23:53:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-10 23:53:03] Production.INFO: ==32670== Releasing lock...
[2026-09-10 23:53:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-10 23:53:03] Production.INFO: 25 MB #Memory Used#
[2026-09-10 19:53:03] Production.INFO: ==32678== Lock acquired, processing the job...
[2026-09-10 19:53:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 19:53:03] Production.INFO: Account Balance Start.
[2026-09-10 19:53:03] Production.INFO: CreateAllLog Start
[2026-09-10 19:53:03] Production.INFO: 117
[2026-09-10 19:53:03] Production.INFO: Date 2026-09-08
[2026-09-10 19:53:03] Production.INFO: Reseller ==> 0
[2026-09-10 19:53:03] Production.INFO: Date 2026-09-09
[2026-09-10 19:53:03] Production.INFO: Reseller ==> 0
[2026-09-10 19:53:03] Production.INFO: Date 2026-09-10
[2026-09-10 19:53:03] Production.INFO: Reseller ==> 0
[2026-09-10 19:53:03] Production.INFO: Total Charge 0
[2026-09-10 19:53:03] Production.INFO: CreateAllLog End
[2026-09-10 19:53:03] Production.INFO: ==32672== Lock acquired, processing the job...
[2026-09-10 19:53:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 19:53:03] Production.INFO: ==32674== Lock acquired, processing the job...
[2026-09-10 19:53:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 19:53:03] Production.INFO: Account Balance End.
[2026-09-10 19:53:03] Production.INFO: ==32676== Lock acquired, processing the job...
[2026-09-10 19:53:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 19:53:04] Production.ERROR: CronJobId end 12
[2026-09-10 19:53:04] Production.INFO: ==32678== Releasing lock...
[2026-09-10 19:53:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 19:53:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 19:53:04] Production.INFO: ==32680== Lock acquired, processing the job...
[2026-09-10 19:53:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 19:53:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 19:53:04] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 19:53:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 19:53:04] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 19:53:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 19: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-09-10 19: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-09-10 19: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-09-10 19:53:04] Production.INFO: ==32680== Releasing lock...
[2026-09-10 19:53:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 19:53:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 19:53:04] Production.INFO: ==32674== Releasing lock...
[2026-09-10 19:53:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 19:53:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 19:53:12] Production.ERROR: CronJobId end10
[2026-09-10 19:53:12] Production.INFO: ==32676== Releasing lock...
[2026-09-10 19:53:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 19:53:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 19:53:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 19:53:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 19:53:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 19:53:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 19:53:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 19:53:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 19:53:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 19:53:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 19:53:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 19:53:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 19:53:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 19:53:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 19:53:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 19:53:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 19:53:15] Production.INFO: call_cost start
[2026-09-10 19:53:15] Production.INFO: call_cost end
[2026-09-10 19:53:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 19:53:15] Production.INFO: ============== Report Schedule START===========
[2026-09-10 19:53:15] Production.INFO: ============== Report Schedule END===========
[2026-09-10 19:53:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 19:53:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 19:53:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 19:53:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 19:53:15] Production.INFO: ============== Deal alert START===========
[2026-09-10 19:53:15] Production.INFO: ============== Deal alert END===========
[2026-09-10 19:53:15] Production.INFO: ==32672== Releasing lock...
[2026-09-10 19:53:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 19:53:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 00:54:01] Production.INFO: ==32743== Lock acquired, processing the job...
[2026-09-11 00:54:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 00:54:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 00:54:01] Production.INFO: neon service started
[2026-09-11 00:54:01] Production.INFO: neon service started
[2026-09-11 00:54:01] Production.INFO: ==32743== Releasing lock...
[2026-09-11 00:54:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 00:54:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 19:54:02] Production.INFO: ==32745== Lock acquired, processing the job...
[2026-09-10 19:54:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 23:54:02] Production.INFO: ==32747== Lock acquired, processing the job...
[2026-09-10 23:54:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-10 23:54:02] Production.INFO: ==32747== Releasing lock...
[2026-09-10 23:54:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-10 23:54:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 19:54:02] Production.INFO: ==32745== Releasing lock...
[2026-09-10 19:54:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 19:54:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 19:54:03] Production.INFO: ==32750== Lock acquired, processing the job...
[2026-09-10 19:54:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 19:54:03] Production.INFO: ==32753== Lock acquired, processing the job...
[2026-09-10 19:54:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 19:54:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 19:54:03] Production.INFO: ==32759== Lock acquired, processing the job...
[2026-09-10 19:54:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 19:54:03] Production.INFO: ==32755== Lock acquired, processing the job...
[2026-09-10 19:54:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 19:54:03] Production.INFO: ==32757== Lock acquired, processing the job...
[2026-09-10 19:54:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 19:54:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 19:54:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 19:54:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 19:54:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 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-09-10 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-09-10 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-09-10 19:54:03] Production.INFO: Account Balance Start.
[2026-09-10 19:54:03] Production.INFO: CreateAllLog Start
[2026-09-10 19:54:03] Production.INFO: 117
[2026-09-10 19:54:03] Production.INFO: ==32759== Releasing lock...
[2026-09-10 19:54:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 19:54:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 19:54:03] Production.INFO: Date 2026-09-08
[2026-09-10 19:54:03] Production.INFO: Reseller ==> 0
[2026-09-10 19:54:03] Production.INFO: Date 2026-09-09
[2026-09-10 19:54:03] Production.INFO: Reseller ==> 0
[2026-09-10 19:54:03] Production.INFO: Date 2026-09-10
[2026-09-10 19:54:03] Production.INFO: Reseller ==> 0
[2026-09-10 19:54:04] Production.INFO: Total Charge 0
[2026-09-10 19:54:04] Production.INFO: CreateAllLog End
[2026-09-10 19:54:04] Production.INFO: Account Balance End.
[2026-09-10 19:54:04] Production.ERROR: CronJobId end 12
[2026-09-10 19:54:04] Production.INFO: ==32757== Releasing lock...
[2026-09-10 19:54:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 19:54:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 19:54:04] Production.INFO: ==32753== Releasing lock...
[2026-09-10 19:54:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 19:54:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 19:54:11] Production.ERROR: CronJobId end10
[2026-09-10 19:54:11] Production.INFO: ==32755== Releasing lock...
[2026-09-10 19:54:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 19:54:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 19:54:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 19:54:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 19:54:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 19:54:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 19:54:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 19:54:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 19:54:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 19:54:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 19:54:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 19:54:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 19:54:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 19:54:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 19:54:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 19:54:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 19:54:15] Production.INFO: call_cost start
[2026-09-10 19:54:15] Production.INFO: call_cost end
[2026-09-10 19:54:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 19:54:15] Production.INFO: ============== Report Schedule START===========
[2026-09-10 19:54:15] Production.INFO: ============== Report Schedule END===========
[2026-09-10 19:54:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 19:54:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 19:54:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 19:54:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 19:54:15] Production.INFO: ============== Deal alert START===========
[2026-09-10 19:54:15] Production.INFO: ============== Deal alert END===========
[2026-09-10 19:54:15] Production.INFO: ==32750== Releasing lock...
[2026-09-10 19:54:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 19:54:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 00:55:02] Production.INFO: ==385== Lock acquired, processing the job...
[2026-09-11 00:55:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 00:55:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 00:55:02] Production.INFO: neon service started
[2026-09-11 00:55:02] Production.INFO: neon service started
[2026-09-11 00:55:02] Production.INFO: ==385== Releasing lock...
[2026-09-11 00:55:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 00:55:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 23:55:02] Production.INFO: ==389== Lock acquired, processing the job...
[2026-09-10 23:55:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-10 23:55:02] Production.INFO: ==389== Releasing lock...
[2026-09-10 23:55:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-10 23:55:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 19:55:02] Production.INFO: ==387== Lock acquired, processing the job...
[2026-09-10 19:55:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 19:55:02] Production.INFO: ==387== Releasing lock...
[2026-09-10 19:55:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 19:55:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 19:55:03] Production.INFO: ==392== Lock acquired, processing the job...
[2026-09-10 19:55:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-10 19:55:04] Production.INFO: ==400== Lock acquired, processing the job...
[2026-09-10 19:55:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 19:55:04] Production.INFO: ==396== Lock acquired, processing the job...
[2026-09-10 19:55:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 19:55:04] Production.INFO: ==394== Lock acquired, processing the job...
[2026-09-10 19:55:04] Production.ERROR: ========================== active cronjob start =============================
[2026-09-10 19:55:04] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 19:55:04] Production.ERROR: ========================== active cronjob end =============================
[2026-09-10 19:55:04] Production.INFO: ==392== Releasing lock...
[2026-09-10 19:55:04] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-10 19:55:04] Production.INFO: 25.5 MB #Memory Used#
[2026-09-10 19:55:04] Production.INFO: ==398== Lock acquired, processing the job...
[2026-09-10 19:55:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 19:55:04] Production.INFO: ==402== Lock acquired, processing the job...
[2026-09-10 19:55:04] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-10 19:55:04] Production.INFO: Account Balance Start.
[2026-09-10 19:55:04] Production.INFO: CreateAllLog Start
[2026-09-10 19:55:04] Production.INFO: 117
[2026-09-10 19:55:04] Production.ERROR: tblTempUsageDetail_20
[2026-09-10 19:55:04] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 19:55:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 19:55:04] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 19:55:04] Production.INFO: Date 2026-09-08
[2026-09-10 19:55:04] Production.INFO: Reseller ==> 0
[2026-09-10 19:55:04] Production.INFO: ==404== Lock acquired, processing the job...
[2026-09-10 19:55:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 19:55:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 19:55:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 19:55:04] Production.INFO: Date 2026-09-09
[2026-09-10 19:55:04] Production.INFO: Reseller ==> 0
[2026-09-10 19:55:04] Production.INFO: Date 2026-09-10
[2026-09-10 19:55:04] Production.INFO: Reseller ==> 0
[2026-09-10 19:55:04] Production.INFO: Total Charge 0
[2026-09-10 19:55:04] Production.INFO: CreateAllLog End
[2026-09-10 19: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-09-10 19: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-09-10 19: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-09-10 19:55:04] Production.ERROR: done
[2026-09-10 19:55:04] Production.INFO: ==404== Releasing lock...
[2026-09-10 19:55:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 19:55:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 19:55:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-10 19:55:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17980337', 'tblTempUsageDetail_20reseller','2026-09-10','2026-09-10','1' ) start
[2026-09-10 19:55:04] Production.INFO: Account Balance End.
[2026-09-10 19:55:04] Production.ERROR: CronJobId end 12
[2026-09-10 19:55:04] Production.INFO: ==400== Releasing lock...
[2026-09-10 19:55:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 19:55:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 19:55:05] Production.INFO: ==396== Releasing lock...
[2026-09-10 19:55:05] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 19:55:05] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 19:55:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17980337', 'tblTempUsageDetail_20reseller','2026-09-10','2026-09-10','1' ) end
[2026-09-10 19:55:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-10 19:55:10] Production.INFO: ProcessCDR(1,17980337,1,1,2)
[2026-09-10 19:55:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17980337,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-10 19:55:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17980337,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-10 19:55:10] Production.ERROR: pbx prc_insertCDR start
[2026-09-10 19:55:10] Production.ERROR: pbx prc_insertCDR end
[2026-09-10 19:55:10] Production.INFO: ==402== Releasing lock...
[2026-09-10 19:55:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-10 19:55:10] Production.INFO: 26 MB #Memory Used#
[2026-09-10 19:55:14] Production.ERROR: CronJobId end10
[2026-09-10 19:55:14] Production.INFO: ==398== Releasing lock...
[2026-09-10 19:55:14] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 19:55:14] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 19:55:17] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 19:55:17] Production.INFO: ============== Balance Warning START===========
[2026-09-10 19:55:17] Production.INFO: ============== Balance Warning END===========
[2026-09-10 19:55:17] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 19:55:17] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 19:55:17] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 19:55:17] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 19:55:17] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 19:55:17] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 19:55:17] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 19:55:17] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 19:55:17] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 19:55:17] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 19:55:17] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 19:55:17] Production.INFO: call_cost start
[2026-09-10 19:55:17] Production.INFO: call_cost end
[2026-09-10 19:55:17] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 19:55:17] Production.INFO: ============== Report Schedule START===========
[2026-09-10 19:55:17] Production.INFO: ============== Report Schedule END===========
[2026-09-10 19:55:17] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 19:55:17] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 19:55:17] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 19:55:17] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 19:55:17] Production.INFO: ============== Deal alert START===========
[2026-09-10 19:55:17] Production.INFO: ============== Deal alert END===========
[2026-09-10 19:55:17] Production.INFO: ==394== Releasing lock...
[2026-09-10 19:55:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 19:55:17] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 00:56:01] Production.INFO: ==464== Lock acquired, processing the job...
[2026-09-11 00:56:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 00:56:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 00:56:01] Production.INFO: neon service started
[2026-09-11 00:56:01] Production.INFO: neon service started
[2026-09-11 00:56:01] Production.INFO: ==464== Releasing lock...
[2026-09-11 00:56:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 00:56:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 19:56:01] Production.INFO: ==466== Lock acquired, processing the job...
[2026-09-10 19:56:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 19:56:02] Production.INFO: ==466== Releasing lock...
[2026-09-10 19:56:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 19:56:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 23:56:02] Production.INFO: ==469== Lock acquired, processing the job...
[2026-09-10 23:56:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-10 23:56:02] Production.INFO: ==469== Releasing lock...
[2026-09-10 23:56:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-10 23:56:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 19:56:02] Production.INFO: ==471== Lock acquired, processing the job...
[2026-09-10 19:56:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 19:56:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 19:56:03] Production.INFO: ==473== Lock acquired, processing the job...
[2026-09-10 19:56:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 19:56:03] Production.INFO: ==475== Lock acquired, processing the job...
[2026-09-10 19:56:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 19:56:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 19:56:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 19:56:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 19:56:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 19:56:03] Production.INFO: ==477== Lock acquired, processing the job...
[2026-09-10 19:56:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 19:56:03] Production.INFO: ==479== Lock acquired, processing the job...
[2026-09-10 19:56:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 19:56:03] Production.INFO: Account Balance Start.
[2026-09-10 19:56:03] Production.INFO: CreateAllLog Start
[2026-09-10 19:56:03] Production.INFO: 117
[2026-09-10 19:56:03] Production.INFO: Date 2026-09-08
[2026-09-10 19:56:03] Production.INFO: Reseller ==> 0
[2026-09-10 19:56:03] Production.INFO: Date 2026-09-09
[2026-09-10 19:56:03] Production.INFO: Reseller ==> 0
[2026-09-10 19:56:03] Production.INFO: Date 2026-09-10
[2026-09-10 19:56:03] Production.INFO: Reseller ==> 0
[2026-09-10 19:56:03] Production.INFO: Total Charge 0
[2026-09-10 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-09-10 19:56:03] Production.INFO: CreateAllLog End
[2026-09-10 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-09-10 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-09-10 19:56:03] Production.INFO: ==479== Releasing lock...
[2026-09-10 19:56:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 19:56:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 19:56:03] Production.INFO: Account Balance End.
[2026-09-10 19:56:03] Production.ERROR: CronJobId end 12
[2026-09-10 19:56:03] Production.INFO: ==477== Releasing lock...
[2026-09-10 19:56:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 19:56:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 19:56:03] Production.INFO: ==473== Releasing lock...
[2026-09-10 19:56:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 19:56:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 19:56:11] Production.ERROR: CronJobId end10
[2026-09-10 19:56:11] Production.INFO: ==475== Releasing lock...
[2026-09-10 19:56:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 19:56:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 19:56:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 19:56:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 19:56:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 19:56:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 19:56:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 19:56:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 19:56:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 19:56:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 19:56:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 19:56:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 19:56:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 19:56:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 19:56:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 19:56:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 19:56:15] Production.INFO: call_cost start
[2026-09-10 19:56:15] Production.INFO: call_cost end
[2026-09-10 19:56:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 19:56:15] Production.INFO: ============== Report Schedule START===========
[2026-09-10 19:56:15] Production.INFO: ============== Report Schedule END===========
[2026-09-10 19:56:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 19:56:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 19:56:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 19:56:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 19:56:15] Production.INFO: ============== Deal alert START===========
[2026-09-10 19:56:15] Production.INFO: ============== Deal alert END===========
[2026-09-10 19:56:15] Production.INFO: ==471== Releasing lock...
[2026-09-10 19:56:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 19:56:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 00:57:01] Production.INFO: ==548== Lock acquired, processing the job...
[2026-09-11 00:57:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 00:57:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 00:57:02] Production.INFO: neon service started
[2026-09-11 00:57:02] Production.INFO: neon service started
[2026-09-11 00:57:02] Production.INFO: ==548== Releasing lock...
[2026-09-11 00:57:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 00:57:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 19:57:02] Production.INFO: ==550== Lock acquired, processing the job...
[2026-09-10 19:57:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 19:57:02] Production.INFO: ==550== Releasing lock...
[2026-09-10 19:57:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 19:57:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 23:57:02] Production.INFO: ==552== Lock acquired, processing the job...
[2026-09-10 23:57:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-10 23:57:02] Production.INFO: ==552== Releasing lock...
[2026-09-10 23:57:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-10 23:57:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 19:57:03] Production.INFO: ==554== Lock acquired, processing the job...
[2026-09-10 19:57:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 19:57:03] Production.INFO: ==556== Lock acquired, processing the job...
[2026-09-10 19:57:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 19:57:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 19:57:03] Production.INFO: ==560== Lock acquired, processing the job...
[2026-09-10 19:57:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 19:57:03] Production.INFO: ==558== Lock acquired, processing the job...
[2026-09-10 19:57:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 19:57:03] Production.INFO: ==562== Lock acquired, processing the job...
[2026-09-10 19:57:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 19:57:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 19:57:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 19:57:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 19:57:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 19:57:03] Production.INFO: Account Balance Start.
[2026-09-10 19:57:03] Production.INFO: CreateAllLog Start
[2026-09-10 19:57:03] Production.INFO: 117
[2026-09-10 19:57:03] Production.INFO: Date 2026-09-08
[2026-09-10 19:57:03] Production.INFO: Reseller ==> 0
[2026-09-10 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-09-10 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-09-10 19:57:03] Production.INFO: Date 2026-09-09
[2026-09-10 19:57:03] Production.INFO: Reseller ==> 0
[2026-09-10 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-09-10 19:57:03] Production.INFO: ==562== Releasing lock...
[2026-09-10 19:57:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 19:57:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 19:57:03] Production.INFO: Date 2026-09-10
[2026-09-10 19:57:03] Production.INFO: Reseller ==> 0
[2026-09-10 19:57:03] Production.INFO: Total Charge 0
[2026-09-10 19:57:03] Production.INFO: CreateAllLog End
[2026-09-10 19:57:04] Production.INFO: Account Balance End.
[2026-09-10 19:57:04] Production.ERROR: CronJobId end 12
[2026-09-10 19:57:04] Production.INFO: ==560== Releasing lock...
[2026-09-10 19:57:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 19:57:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 19:57:04] Production.INFO: ==556== Releasing lock...
[2026-09-10 19:57:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 19:57:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 19:57:10] Production.ERROR: CronJobId end10
[2026-09-10 19:57:10] Production.INFO: ==558== Releasing lock...
[2026-09-10 19:57:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 19:57:10] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 19:57:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 19:57:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 19:57:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 19:57:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 19:57:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 19:57:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 19:57:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 19:57:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 19:57:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 19:57:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 19:57:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 19:57:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 19:57:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 19:57:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 19:57:14] Production.INFO: call_cost start
[2026-09-10 19:57:14] Production.INFO: call_cost end
[2026-09-10 19:57:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 19:57:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 19:57:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 19:57:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 19:57:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 19:57:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 19:57:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 19:57:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 19:57:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 19:57:14] Production.INFO: ==554== Releasing lock...
[2026-09-10 19:57:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 19:57:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 00:58:01] Production.INFO: ==632== Lock acquired, processing the job...
[2026-09-11 00:58:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 00:58:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 00:58:01] Production.INFO: neon service started
[2026-09-11 00:58:01] Production.INFO: neon service started
[2026-09-11 00:58:01] Production.INFO: ==632== Releasing lock...
[2026-09-11 00:58:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 00:58:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 19:58:01] Production.INFO: ==635== Lock acquired, processing the job...
[2026-09-10 19:58:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 19:58:02] Production.INFO: ==635== Releasing lock...
[2026-09-10 19:58:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 19:58:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 23:58:02] Production.INFO: ==637== Lock acquired, processing the job...
[2026-09-10 23:58:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-10 23:58:02] Production.INFO: ==637== Releasing lock...
[2026-09-10 23:58:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-10 23:58:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 19:58:02] Production.INFO: ==641== Lock acquired, processing the job...
[2026-09-10 19:58:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 19:58:02] Production.INFO: ==645== Lock acquired, processing the job...
[2026-09-10 19:58:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 19:58:02] Production.INFO: ==643== Lock acquired, processing the job...
[2026-09-10 19:58:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 19:58:03] Production.INFO: Account Balance Start.
[2026-09-10 19:58:03] Production.INFO: CreateAllLog Start
[2026-09-10 19:58:03] Production.INFO: 117
[2026-09-10 19:58:03] Production.INFO: Date 2026-09-08
[2026-09-10 19:58:03] Production.INFO: Reseller ==> 0
[2026-09-10 19:58:03] Production.INFO: ==639== Lock acquired, processing the job...
[2026-09-10 19:58:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 19:58:03] Production.INFO: ==649== Lock acquired, processing the job...
[2026-09-10 19:58:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 19:58:03] Production.INFO: Date 2026-09-09
[2026-09-10 19:58:03] Production.INFO: Reseller ==> 0
[2026-09-10 19:58:03] Production.INFO: Date 2026-09-10
[2026-09-10 19:58:03] Production.INFO: Reseller ==> 0
[2026-09-10 19:58:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 19:58:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 19:58:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 19:58:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 19:58:03] Production.INFO: Total Charge 0
[2026-09-10 19:58:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 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-09-10 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-09-10 19:58:03] Production.INFO: CreateAllLog End
[2026-09-10 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-09-10 19:58:03] Production.INFO: ==649== Releasing lock...
[2026-09-10 19:58:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 19:58:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 19:58:03] Production.INFO: Account Balance End.
[2026-09-10 19:58:03] Production.ERROR: CronJobId end 12
[2026-09-10 19:58:03] Production.INFO: ==645== Releasing lock...
[2026-09-10 19:58:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 19:58:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 19:58:03] Production.INFO: ==641== Releasing lock...
[2026-09-10 19:58:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 19:58:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 19:58:11] Production.ERROR: CronJobId end10
[2026-09-10 19:58:11] Production.INFO: ==643== Releasing lock...
[2026-09-10 19:58:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 19:58:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 19:58:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 19:58:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 19:58:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 19:58:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 19:58:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 19:58:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 19:58:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 19:58:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 19:58:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 19:58:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 19:58:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 19:58:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 19:58:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 19:58:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 19:58:14] Production.INFO: call_cost start
[2026-09-10 19:58:14] Production.INFO: call_cost end
[2026-09-10 19:58:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 19:58:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 19:58:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 19:58:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 19:58:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 19:58:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 19:58:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 19:58:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 19:58:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 19:58:14] Production.INFO: ==639== Releasing lock...
[2026-09-10 19:58:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 19:58:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 00:59:01] Production.INFO: ==755== Lock acquired, processing the job...
[2026-09-11 00:59:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 00:59:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 00:59:02] Production.INFO: neon service started
[2026-09-11 00:59:02] Production.INFO: neon service started
[2026-09-11 00:59:02] Production.INFO: ==755== Releasing lock...
[2026-09-11 00:59:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 00:59:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 19:59:02] Production.INFO: ==757== Lock acquired, processing the job...
[2026-09-10 19:59:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 19:59:02] Production.INFO: ==757== Releasing lock...
[2026-09-10 19:59:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 19:59:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 23:59:02] Production.INFO: ==759== Lock acquired, processing the job...
[2026-09-10 23:59:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-10 23:59:02] Production.INFO: ==759== Releasing lock...
[2026-09-10 23:59:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-10 23:59:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 19:59:03] Production.INFO: ==771== Lock acquired, processing the job...
[2026-09-10 19:59:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 19:59:03] Production.INFO: Account Balance Start.
[2026-09-10 19:59:03] Production.INFO: CreateAllLog Start
[2026-09-10 19:59:03] Production.INFO: 117
[2026-09-10 19:59:03] Production.INFO: ==762== Lock acquired, processing the job...
[2026-09-10 19:59:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 19:59:03] Production.INFO: Date 2026-09-08
[2026-09-10 19:59:03] Production.INFO: Reseller ==> 0
[2026-09-10 19:59:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 19:59:03] Production.INFO: ==764== Lock acquired, processing the job...
[2026-09-10 19:59:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 19:59:03] Production.INFO: Date 2026-09-09
[2026-09-10 19:59:03] Production.INFO: Reseller ==> 0
[2026-09-10 19:59:03] Production.INFO: ==766== Lock acquired, processing the job...
[2026-09-10 19:59:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 19:59:03] Production.INFO: Date 2026-09-10
[2026-09-10 19:59:03] Production.INFO: Reseller ==> 0
[2026-09-10 19:59:03] Production.INFO: ==773== Lock acquired, processing the job...
[2026-09-10 19:59:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 19:59:03] Production.INFO: Total Charge 0
[2026-09-10 19:59:03] Production.INFO: CreateAllLog End
[2026-09-10 19:59:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 19:59:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 19:59:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 19:59:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 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-09-10 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-09-10 19: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-09-10 19:59:03] Production.INFO: ==773== Releasing lock...
[2026-09-10 19:59:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 19:59:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 19:59:03] Production.INFO: Account Balance End.
[2026-09-10 19:59:03] Production.ERROR: CronJobId end 12
[2026-09-10 19:59:03] Production.INFO: ==771== Releasing lock...
[2026-09-10 19:59:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 19:59:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 19:59:04] Production.INFO: ==764== Releasing lock...
[2026-09-10 19:59:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 19:59:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 19:59:12] Production.ERROR: CronJobId end10
[2026-09-10 19:59:12] Production.INFO: ==766== Releasing lock...
[2026-09-10 19:59:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 19:59:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 19:59:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 19:59:13] Production.INFO: ============== Balance Warning START===========
[2026-09-10 19:59:13] Production.INFO: ============== Balance Warning END===========
[2026-09-10 19:59:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 19:59:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 19:59:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 19:59:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 19:59:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 19:59:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 19:59:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 19:59:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 19:59:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 19:59:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 19:59:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 19:59:14] Production.INFO: call_cost start
[2026-09-10 19:59:14] Production.INFO: call_cost end
[2026-09-10 19:59:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 19:59:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 19:59:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 19:59:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 19:59:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 19:59:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 19:59:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 19:59:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 19:59:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 19:59:14] Production.INFO: ==762== Releasing lock...
[2026-09-10 19:59:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 19:59:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 01:00:01] Production.INFO: ==837== Lock acquired, processing the job...
[2026-09-11 01:00:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 01:00:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 01:00:01] Production.INFO: neon service started
[2026-09-11 01:00:01] Production.INFO: neon service started
[2026-09-11 01:00:01] Production.INFO: ==837== Releasing lock...
[2026-09-11 01:00:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 01:00:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 20:00:01] Production.INFO: ==839== Lock acquired, processing the job...
[2026-09-10 20:00:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 20:00:02] Production.INFO: ==839== Releasing lock...
[2026-09-10 20:00:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 20:00:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 00:00:02] Production.INFO: ==841== Lock acquired, processing the job...
[2026-09-11 00:00:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 00:00:02] Production.INFO: ==841== Releasing lock...
[2026-09-11 00:00:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 00:00:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 20:00:02] Production.INFO: ==848== Lock acquired, processing the job...
[2026-09-10 20:00:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 20:00:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 20:00:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 20:00:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 20:00:03] Production.INFO: ==852== Lock acquired, processing the job...
[2026-09-10 20:00:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 20:00:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 20:00:03] Production.INFO: ==846== Lock acquired, processing the job...
[2026-09-10 20:00:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 20:00:03] Production.INFO: ==844== Lock acquired, processing the job...
[2026-09-10 20:00:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 20:00:03] Production.INFO: ==850== Lock acquired, processing the job...
[2026-09-10 20:00:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 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-09-10 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-09-10 20:00:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 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-09-10 20:00:03] Production.INFO: ==852== Releasing lock...
[2026-09-10 20:00:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 20:00:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 20:00:03] Production.INFO: Account Balance Start.
[2026-09-10 20:00:03] Production.INFO: CreateAllLog Start
[2026-09-10 20:00:03] Production.INFO: 117
[2026-09-10 20:00:03] Production.INFO: Date 2026-09-08
[2026-09-10 20:00:03] Production.INFO: Reseller ==> 0
[2026-09-10 20:00:03] Production.INFO: Date 2026-09-09
[2026-09-10 20:00:03] Production.INFO: Reseller ==> 0
[2026-09-10 20:00:03] Production.INFO: Date 2026-09-10
[2026-09-10 20:00:03] Production.INFO: Reseller ==> 0
[2026-09-10 20:00:03] Production.INFO: Total Charge 0
[2026-09-10 20:00:03] Production.INFO: CreateAllLog End
[2026-09-10 20:00:03] Production.INFO: Account Balance End.
[2026-09-10 20:00:03] Production.ERROR: CronJobId end 12
[2026-09-10 20:00:03] Production.INFO: ==850== Releasing lock...
[2026-09-10 20:00:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 20:00:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 20:00:03] Production.INFO: ==846== Releasing lock...
[2026-09-10 20:00:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 20:00:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 20:00:11] Production.ERROR: CronJobId end10
[2026-09-10 20:00:11] Production.INFO: ==848== Releasing lock...
[2026-09-10 20:00:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 20:00:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 20:00:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 20:00:13] Production.INFO: ============== Balance Warning START===========
[2026-09-10 20:00:13] Production.INFO: ============== Balance Warning END===========
[2026-09-10 20:00:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 20:00:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 20:00:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 20:00:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 20:00:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 20:00:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 20:00:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 20:00:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 20:00:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 20:00:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 20:00:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 20:00:14] Production.INFO: call_cost start
[2026-09-10 20:00:14] Production.INFO: call_cost end
[2026-09-10 20:00:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 20:00:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 20:00:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 20:00:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 20:00:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 20:00:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 20:00:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 20:00:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 20:00:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 20:00:14] Production.INFO: ==844== Releasing lock...
[2026-09-10 20:00:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 20:00:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 01:01:01] Production.INFO: ==922== Lock acquired, processing the job...
[2026-09-11 01:01:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 01:01:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 01:01:02] Production.INFO: neon service started
[2026-09-11 01:01:02] Production.INFO: neon service started
[2026-09-11 01:01:02] Production.INFO: ==922== Releasing lock...
[2026-09-11 01:01:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 01:01:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 00:01:02] Production.INFO: ==931== Lock acquired, processing the job...
[2026-09-11 00:01:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 00:01:02] Production.INFO: ==931== Releasing lock...
[2026-09-11 00:01:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 00:01:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 20:01:02] Production.INFO: ==929== Lock acquired, processing the job...
[2026-09-10 20:01:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 20:01:02] Production.INFO: ==929== Releasing lock...
[2026-09-10 20:01:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 20:01:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 20:01:03] Production.INFO: ==938== Lock acquired, processing the job...
[2026-09-10 20:01:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 20:01:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 20:01:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 20:01:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 20:01:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 20:01:03] Production.INFO: ==934== Lock acquired, processing the job...
[2026-09-10 20:01:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 20:01:03] Production.INFO: ==936== Lock acquired, processing the job...
[2026-09-10 20:01:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 20:01:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 20:01:03] Production.INFO: ==942== Lock acquired, processing the job...
[2026-09-10 20:01:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 20:01:03] Production.INFO: ==940== Lock acquired, processing the job...
[2026-09-10 20:01:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 20: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-09-10 20: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-09-10 20:01:03] Production.INFO: Account Balance Start.
[2026-09-10 20:01:03] Production.INFO: CreateAllLog Start
[2026-09-10 20:01:03] Production.INFO: 117
[2026-09-10 20:01:03] Production.INFO: Date 2026-09-08
[2026-09-10 20:01:03] Production.INFO: Reseller ==> 0
[2026-09-10 20: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-09-10 20:01:04] Production.INFO: ==942== Releasing lock...
[2026-09-10 20:01:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 20:01:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 20:01:04] Production.INFO: Date 2026-09-09
[2026-09-10 20:01:04] Production.INFO: Reseller ==> 0
[2026-09-10 20:01:04] Production.INFO: Date 2026-09-10
[2026-09-10 20:01:04] Production.INFO: Reseller ==> 0
[2026-09-10 20:01:04] Production.INFO: Total Charge 0
[2026-09-10 20:01:04] Production.INFO: CreateAllLog End
[2026-09-10 20:01:04] Production.INFO: Account Balance End.
[2026-09-10 20:01:04] Production.ERROR: CronJobId end 12
[2026-09-10 20:01:04] Production.INFO: ==940== Releasing lock...
[2026-09-10 20:01:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 20:01:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 20:01:04] Production.INFO: ==936== Releasing lock...
[2026-09-10 20:01:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 20:01:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 20:01:13] Production.ERROR: CronJobId end10
[2026-09-10 20:01:13] Production.INFO: ==938== Releasing lock...
[2026-09-10 20:01:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 20:01:13] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 20:01:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 20:01:15] Production.INFO: ============== Balance Warning START===========
[2026-09-10 20:01:15] Production.INFO: ============== Balance Warning END===========
[2026-09-10 20:01:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 20:01:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 20:01:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 20:01:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 20:01:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 20:01:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 20:01:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 20:01:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 20:01:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 20:01:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 20:01:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 20:01:15] Production.INFO: call_cost start
[2026-09-10 20:01:15] Production.INFO: call_cost end
[2026-09-10 20:01:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 20:01:15] Production.INFO: ============== Report Schedule START===========
[2026-09-10 20:01:15] Production.INFO: ============== Report Schedule END===========
[2026-09-10 20:01:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 20:01:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 20:01:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 20:01:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 20:01:15] Production.INFO: ============== Deal alert START===========
[2026-09-10 20:01:15] Production.INFO: ============== Deal alert END===========
[2026-09-10 20:01:15] Production.INFO: ==934== Releasing lock...
[2026-09-10 20:01:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 20:01:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 01:02:01] Production.INFO: ==1013== Lock acquired, processing the job...
[2026-09-11 01:02:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 01:02:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 01:02:01] Production.INFO: neon service started
[2026-09-11 01:02:01] Production.INFO: neon service started
[2026-09-11 01:02:01] Production.INFO: ==1013== Releasing lock...
[2026-09-11 01:02:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 01:02:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 20:02:01] Production.INFO: ==1015== Lock acquired, processing the job...
[2026-09-10 20:02:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 20:02:01] Production.INFO: ==1015== Releasing lock...
[2026-09-10 20:02:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 20:02:01] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 00:02:02] Production.INFO: ==1017== Lock acquired, processing the job...
[2026-09-11 00:02:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 00:02:02] Production.INFO: ==1017== Releasing lock...
[2026-09-11 00:02:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 00:02:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 20:02:02] Production.INFO: ==1029== Lock acquired, processing the job...
[2026-09-10 20:02:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 20:02:03] Production.INFO: ==1025== Lock acquired, processing the job...
[2026-09-10 20:02:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 20:02:03] Production.INFO: ==1019== Lock acquired, processing the job...
[2026-09-10 20:02:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 20:02:03] Production.INFO: ==1021== Lock acquired, processing the job...
[2026-09-10 20:02:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 20: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-09-10 20: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-09-10 20:02:03] Production.INFO: ==1023== Lock acquired, processing the job...
[2026-09-10 20:02:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 20: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-09-10 20:02:03] Production.INFO: ==1027== Lock acquired, processing the job...
[2026-09-10 20:02:03] Production.INFO: pbxaccountusage-command-pbxaccountusage-companyid-1-cronjobid-16 #Starts#
[2026-09-10 20:02:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 20:02:03] Production.INFO: Account Balance Start.
[2026-09-10 20:02:03] Production.INFO: CreateAllLog Start
[2026-09-10 20:02:03] Production.INFO: ==1029== Releasing lock...
[2026-09-10 20:02:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 20:02:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 20:02:03] Production.INFO: 117
[2026-09-10 20:02:03] Production.INFO: Date 2026-09-08
[2026-09-10 20:02:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 20:02:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 20:02:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 20:02:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 20:02:03] Production.ERROR: tblTempUsageDetail_20
[2026-09-10 20:02:03] Production.INFO: Reseller ==> 0
[2026-09-10 20:02:03] Production.INFO: Date 2026-09-09
[2026-09-10 20:02:03] Production.INFO: Reseller ==> 0
[2026-09-10 20:02:03] Production.INFO: Date 2026-09-10
[2026-09-10 20:02:03] Production.INFO: Reseller ==> 0
[2026-09-10 20:02:03] Production.INFO: Total Charge 0
[2026-09-10 20:02:03] Production.INFO: CreateAllLog End
[2026-09-10 20:02:03] Production.ERROR: done
[2026-09-10 20:02:03] Production.ERROR: tblTempVendorCDR_20
[2026-09-10 20:02:03] Production.ERROR: done
[2026-09-10 20:02:03] Production.INFO: Account Balance End.
[2026-09-10 20:02:03] Production.ERROR: CronJobId end 12
[2026-09-10 20:02:03] Production.INFO: ==1025== Releasing lock...
[2026-09-10 20:02:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 20:02:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 20: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-09-10 20: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-09-10 20: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-09-10 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: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-09-10 20:02:04] Production.INFO: ==1027== Releasing lock...
[2026-09-10 20:02:04] Production.INFO: pbxaccountusage-command-pbxaccountusage-companyid-1-cronjobid-16 #Stops#
[2026-09-10 20:02:04] Production.INFO: 27.25 MB #Memory Used#
[2026-09-10 20:02:04] Production.INFO: ==1021== Releasing lock...
[2026-09-10 20:02:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 20:02:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 20:02:12] Production.ERROR: CronJobId end10
[2026-09-10 20:02:12] Production.INFO: ==1023== Releasing lock...
[2026-09-10 20:02:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 20:02:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 20:02:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 20:02:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 20:02:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 20:02:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 20:02:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 20:02:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 20:02:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 20:02:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 20:02:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 20:02:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 20:02:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 20:02:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 20:02:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 20:02:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 20:02:14] Production.INFO: call_cost start
[2026-09-10 20:02:14] Production.INFO: call_cost end
[2026-09-10 20:02:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 20:02:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 20:02:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 20:02:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 20:02:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 20:02:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 20:02:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 20:02:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 20:02:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 20:02:14] Production.INFO: ==1019== Releasing lock...
[2026-09-10 20:02:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 20:02:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 01:03:01] Production.INFO: ==1086== Lock acquired, processing the job...
[2026-09-11 01:03:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 01:03:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 01:03:01] Production.INFO: neon service started
[2026-09-11 01:03:01] Production.INFO: neon service started
[2026-09-11 01:03:01] Production.INFO: ==1086== Releasing lock...
[2026-09-11 01:03:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 01:03:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 20:03:02] Production.INFO: ==1088== Lock acquired, processing the job...
[2026-09-10 20:03:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 00:03:02] Production.INFO: ==1090== Lock acquired, processing the job...
[2026-09-11 00:03:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 00:03:02] Production.INFO: ==1090== Releasing lock...
[2026-09-11 00:03:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 00:03:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 20:03:02] Production.INFO: ==1088== Releasing lock...
[2026-09-10 20:03:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 20:03:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 20:03:03] Production.INFO: ==1095== Lock acquired, processing the job...
[2026-09-10 20:03:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 20:03:03] Production.INFO: ==1099== Lock acquired, processing the job...
[2026-09-10 20:03:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 20:03:03] Production.INFO: ==1097== Lock acquired, processing the job...
[2026-09-10 20:03:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 20:03:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 20:03:03] Production.INFO: ==1103== Lock acquired, processing the job...
[2026-09-10 20:03:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 20:03:03] Production.INFO: ==1101== Lock acquired, processing the job...
[2026-09-10 20:03:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 20:03:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 20:03:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 20:03:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 20:03:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 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-09-10 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-09-10 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-09-10 20:03:03] Production.INFO: ==1103== Releasing lock...
[2026-09-10 20:03:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 20:03:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 20:03:03] Production.INFO: Account Balance Start.
[2026-09-10 20:03:03] Production.INFO: CreateAllLog Start
[2026-09-10 20:03:03] Production.INFO: 117
[2026-09-10 20:03:03] Production.INFO: Date 2026-09-08
[2026-09-10 20:03:03] Production.INFO: Reseller ==> 0
[2026-09-10 20:03:03] Production.INFO: Date 2026-09-09
[2026-09-10 20:03:03] Production.INFO: Reseller ==> 0
[2026-09-10 20:03:03] Production.INFO: Date 2026-09-10
[2026-09-10 20:03:03] Production.INFO: Reseller ==> 0
[2026-09-10 20:03:03] Production.INFO: Total Charge 0
[2026-09-10 20:03:03] Production.INFO: CreateAllLog End
[2026-09-10 20:03:04] Production.INFO: ==1097== Releasing lock...
[2026-09-10 20:03:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 20:03:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 20:03:04] Production.INFO: Account Balance End.
[2026-09-10 20:03:04] Production.ERROR: CronJobId end 12
[2026-09-10 20:03:04] Production.INFO: ==1101== Releasing lock...
[2026-09-10 20:03:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 20:03:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 20:03:11] Production.ERROR: CronJobId end10
[2026-09-10 20:03:11] Production.INFO: ==1099== Releasing lock...
[2026-09-10 20:03:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 20:03:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 20:03:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 20:03:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 20:03:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 20:03:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 20:03:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 20:03:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 20:03:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 20:03:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 20:03:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 20:03:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 20:03:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 20:03:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 20:03:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 20:03:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 20:03:14] Production.INFO: call_cost start
[2026-09-10 20:03:14] Production.INFO: call_cost end
[2026-09-10 20:03:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 20:03:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 20:03:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 20:03:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 20:03:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 20:03:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 20:03:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 20:03:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 20:03:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 20:03:14] Production.INFO: ==1095== Releasing lock...
[2026-09-10 20:03:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 20:03:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 01:04:02] Production.INFO: ==1175== Lock acquired, processing the job...
[2026-09-11 01:04:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 01:04:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 01:04:02] Production.INFO: neon service started
[2026-09-11 01:04:02] Production.INFO: neon service started
[2026-09-11 01:04:02] Production.INFO: ==1175== Releasing lock...
[2026-09-11 01:04:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 01:04:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 20:04:02] Production.INFO: ==1178== Lock acquired, processing the job...
[2026-09-10 20:04:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 20:04:02] Production.INFO: ==1178== Releasing lock...
[2026-09-10 20:04:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 20:04:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 00:04:03] Production.INFO: ==1180== Lock acquired, processing the job...
[2026-09-11 00:04:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 00:04:03] Production.INFO: ==1180== Releasing lock...
[2026-09-11 00:04:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 00:04:03] Production.INFO: 25 MB #Memory Used#
[2026-09-10 20:04:03] Production.INFO: ==1182== Lock acquired, processing the job...
[2026-09-10 20:04:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 20:04:03] Production.INFO: ==1184== Lock acquired, processing the job...
[2026-09-10 20:04:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 20:04:03] Production.INFO: ==1189== Lock acquired, processing the job...
[2026-09-10 20:04:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 20:04:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 20:04:03] Production.INFO: ==1186== Lock acquired, processing the job...
[2026-09-10 20:04:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 20:04:03] Production.INFO: Account Balance Start.
[2026-09-10 20:04:03] Production.INFO: CreateAllLog Start
[2026-09-10 20:04:03] Production.INFO: 117
[2026-09-10 20:04:03] Production.INFO: Date 2026-09-08
[2026-09-10 20:04:03] Production.INFO: Reseller ==> 0
[2026-09-10 20:04:03] Production.INFO: ==1192== Lock acquired, processing the job...
[2026-09-10 20:04:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 20:04:03] Production.INFO: Date 2026-09-09
[2026-09-10 20:04:03] Production.INFO: Reseller ==> 0
[2026-09-10 20:04:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 20:04:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 20:04:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 20:04:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 20:04:04] Production.INFO: Date 2026-09-10
[2026-09-10 20:04:04] Production.INFO: Reseller ==> 0
[2026-09-10 20: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-09-10 20: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-09-10 20:04:04] Production.INFO: Total Charge 0
[2026-09-10 20: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-09-10 20:04:04] Production.INFO: CreateAllLog End
[2026-09-10 20:04:04] Production.INFO: ==1192== Releasing lock...
[2026-09-10 20:04:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 20:04:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 20:04:04] Production.INFO: Account Balance End.
[2026-09-10 20:04:04] Production.ERROR: CronJobId end 12
[2026-09-10 20:04:04] Production.INFO: ==1189== Releasing lock...
[2026-09-10 20:04:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 20:04:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 20:04:04] Production.INFO: ==1184== Releasing lock...
[2026-09-10 20:04:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 20:04:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 20:04:12] Production.ERROR: CronJobId end10
[2026-09-10 20:04:12] Production.INFO: ==1186== Releasing lock...
[2026-09-10 20:04:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 20:04:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 20:04:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 20:04:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 20:04:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 20:04:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 20:04:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 20:04:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 20:04:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 20:04:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 20:04:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 20:04:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 20:04:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 20:04:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 20:04:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 20:04:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 20:04:14] Production.INFO: call_cost start
[2026-09-10 20:04:14] Production.INFO: call_cost end
[2026-09-10 20:04:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 20:04:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 20:04:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 20:04:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 20:04:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 20:04:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 20:04:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 20:04:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 20:04:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 20:04:14] Production.INFO: ==1182== Releasing lock...
[2026-09-10 20:04:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 20:04:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 01:05:01] Production.INFO: ==1273== Lock acquired, processing the job...
[2026-09-11 01:05:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 01:05:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 01:05:01] Production.INFO: neon service started
[2026-09-11 01:05:01] Production.INFO: neon service started
[2026-09-11 01:05:01] Production.INFO: ==1273== Releasing lock...
[2026-09-11 01:05:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 01:05:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 20:05:02] Production.INFO: ==1278== Lock acquired, processing the job...
[2026-09-10 20:05:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 20:05:02] Production.INFO: ==1278== Releasing lock...
[2026-09-10 20:05:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 20:05:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 00:05:02] Production.INFO: ==1281== Lock acquired, processing the job...
[2026-09-11 00:05:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 00:05:02] Production.INFO: ==1281== Releasing lock...
[2026-09-11 00:05:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 00:05:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 20:05:03] Production.INFO: ==1283== Lock acquired, processing the job...
[2026-09-10 20:05:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-10 20:05:03] Production.INFO: ==1286== Lock acquired, processing the job...
[2026-09-10 20:05:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 20:05:03] Production.INFO: ==1288== Lock acquired, processing the job...
[2026-09-10 20:05:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 20:05:03] Production.INFO: ==1290== Lock acquired, processing the job...
[2026-09-10 20:05:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 20:05:03] Production.ERROR: ========================== active cronjob start =============================
[2026-09-10 20:05:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-10 20:05:03] Production.ERROR: CronJob PID - 1286
[2026-09-10 20:05:03] Production.ERROR: CronJob Title - System Alerts
[2026-09-10 20:05:03] Production.ERROR: CronJob ID - 5
[2026-09-10 20:05:03] Production.ERROR: CronJob Last Run Time 2026-09-10 20:05:00
[2026-09-10 20:05:03] Production.ERROR: CronJob Active Minutes 0
[2026-09-10 20:05:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-10 20:05:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-10 20:05:03] Production.ERROR: CronJob PID - 1288
[2026-09-10 20:05:03] Production.ERROR: CronJob Title - Account Block
[2026-09-10 20:05:03] Production.ERROR: CronJob ID - 7
[2026-09-10 20:05:03] Production.ERROR: CronJob Last Run Time 2026-09-10 20:05:00
[2026-09-10 20:05:03] Production.ERROR: CronJob Active Minutes 0
[2026-09-10 20:05:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-10 20:05:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-10 20:05:03] Production.ERROR: CronJob PID - 1290
[2026-09-10 20:05:03] Production.ERROR: CronJob Title - Create Customer Summary Live
[2026-09-10 20:05:03] Production.ERROR: CronJob ID - 10
[2026-09-10 20:05:03] Production.ERROR: CronJob Last Run Time 2026-09-10 20:05:00
[2026-09-10 20:05:03] Production.ERROR: CronJob Active Minutes 0
[2026-09-10 20:05:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-10 20:05:03] Production.INFO: ==1293== Lock acquired, processing the job...
[2026-09-10 20:05:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 20:05:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 20:05:03] Production.ERROR: ========================== active cronjob end =============================
[2026-09-10 20:05:03] Production.INFO: ==1283== Releasing lock...
[2026-09-10 20:05:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-10 20:05:03] Production.INFO: 25.5 MB #Memory Used#
[2026-09-10 20:05:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 20:05:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 20:05:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 20:05:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 20:05:03] Production.INFO: ==1296== Lock acquired, processing the job...
[2026-09-10 20:05:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-10 20:05:03] Production.INFO: Account Balance Start.
[2026-09-10 20:05:03] Production.INFO: CreateAllLog Start
[2026-09-10 20:05:03] Production.INFO: 117
[2026-09-10 20:05:03] Production.ERROR: tblTempUsageDetail_20
[2026-09-10 20:05:03] Production.INFO: ==1298== Lock acquired, processing the job...
[2026-09-10 20:05:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 20:05:03] Production.INFO: Date 2026-09-08
[2026-09-10 20:05:03] Production.INFO: Reseller ==> 0
[2026-09-10 20:05:03] Production.INFO: Date 2026-09-09
[2026-09-10 20:05:03] Production.INFO: Reseller ==> 0
[2026-09-10 20:05:03] Production.INFO: Date 2026-09-10
[2026-09-10 20:05:03] Production.INFO: Reseller ==> 0
[2026-09-10 20:05:03] Production.INFO: Total Charge 0
[2026-09-10 20:05:03] Production.INFO: CreateAllLog End
[2026-09-10 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-09-10 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-09-10 20:05:03] Production.ERROR: done
[2026-09-10 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-09-10 20:05:03] Production.INFO: ==1298== Releasing lock...
[2026-09-10 20:05:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 20:05:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 20:05:03] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-10 20:05:03] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17980379', 'tblTempUsageDetail_20reseller','2026-09-10','2026-09-10','1' ) start
[2026-09-10 20:05:04] Production.INFO: Account Balance End.
[2026-09-10 20:05:04] Production.ERROR: CronJobId end 12
[2026-09-10 20:05:04] Production.INFO: ==1293== Releasing lock...
[2026-09-10 20:05:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 20:05:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 20:05:04] Production.INFO: ==1288== Releasing lock...
[2026-09-10 20:05:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 20:05:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 20:05:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17980379', 'tblTempUsageDetail_20reseller','2026-09-10','2026-09-10','1' ) end
[2026-09-10 20:05:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-10 20:05:10] Production.INFO: ProcessCDR(1,17980379,1,1,2)
[2026-09-10 20:05:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17980379,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-10 20:05:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17980379,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-10 20:05:10] Production.ERROR: pbx prc_insertCDR start
[2026-09-10 20:05:10] Production.ERROR: pbx prc_insertCDR end
[2026-09-10 20:05:10] Production.INFO: ==1296== Releasing lock...
[2026-09-10 20:05:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-10 20:05:10] Production.INFO: 26 MB #Memory Used#
[2026-09-10 20:05:13] Production.ERROR: CronJobId end10
[2026-09-10 20:05:13] Production.INFO: ==1290== Releasing lock...
[2026-09-10 20:05:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 20:05:13] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 20:05:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 20:05:16] Production.INFO: ============== Balance Warning START===========
[2026-09-10 20:05:16] Production.INFO: ============== Balance Warning END===========
[2026-09-10 20:05:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 20:05:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 20:05:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 20:05:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 20:05:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 20:05:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 20:05:16] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 20:05:16] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 20:05:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 20:05:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 20:05:16] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 20:05:16] Production.INFO: call_cost start
[2026-09-10 20:05:16] Production.INFO: call_cost end
[2026-09-10 20:05:16] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 20:05:16] Production.INFO: ============== Report Schedule START===========
[2026-09-10 20:05:16] Production.INFO: ============== Report Schedule END===========
[2026-09-10 20:05:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 20:05:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 20:05:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 20:05:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 20:05:16] Production.INFO: ============== Deal alert START===========
[2026-09-10 20:05:16] Production.INFO: ============== Deal alert END===========
[2026-09-10 20:05:16] Production.INFO: ==1286== Releasing lock...
[2026-09-10 20:05:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 20:05:16] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 01:06:02] Production.INFO: ==1362== Lock acquired, processing the job...
[2026-09-11 01:06:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 01:06:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 01:06:02] Production.INFO: neon service started
[2026-09-11 01:06:02] Production.INFO: neon service started
[2026-09-11 01:06:02] Production.INFO: ==1362== Releasing lock...
[2026-09-11 01:06:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 01:06:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 00:06:02] Production.INFO: ==1366== Lock acquired, processing the job...
[2026-09-11 00:06:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 00:06:02] Production.INFO: ==1366== Releasing lock...
[2026-09-11 00:06:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 00:06:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 20:06:02] Production.INFO: ==1364== Lock acquired, processing the job...
[2026-09-10 20:06:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 20:06:02] Production.INFO: ==1364== Releasing lock...
[2026-09-10 20:06:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 20:06:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 20:06:03] Production.INFO: ==1369== Lock acquired, processing the job...
[2026-09-10 20:06:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 20:06:03] Production.INFO: ==1371== Lock acquired, processing the job...
[2026-09-10 20:06:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 20:06:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 20:06:03] Production.INFO: ==1373== Lock acquired, processing the job...
[2026-09-10 20:06:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 20:06:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 20:06:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 20:06:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 20:06:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 20:06:03] Production.INFO: ==1377== Lock acquired, processing the job...
[2026-09-10 20:06:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 20:06:03] Production.INFO: ==1375== Lock acquired, processing the job...
[2026-09-10 20:06:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 20:06:04] Production.INFO: Account Balance Start.
[2026-09-10 20:06:04] Production.INFO: CreateAllLog Start
[2026-09-10 20:06:04] Production.INFO: 117
[2026-09-10 20:06:04] Production.INFO: Date 2026-09-08
[2026-09-10 20:06:04] Production.INFO: Reseller ==> 0
[2026-09-10 20:06:04] Production.INFO: Date 2026-09-09
[2026-09-10 20:06:04] Production.INFO: Reseller ==> 0
[2026-09-10 20:06:04] Production.INFO: Date 2026-09-10
[2026-09-10 20:06:04] Production.INFO: Reseller ==> 0
[2026-09-10 20:06:04] Production.INFO: Total Charge 0
[2026-09-10 20:06:04] Production.INFO: CreateAllLog End
[2026-09-10 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-09-10 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-09-10 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-09-10 20:06:04] Production.INFO: ==1371== Releasing lock...
[2026-09-10 20:06:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 20:06:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 20:06:04] Production.INFO: ==1377== Releasing lock...
[2026-09-10 20:06:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 20:06:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 20:06:04] Production.INFO: Account Balance End.
[2026-09-10 20:06:04] Production.ERROR: CronJobId end 12
[2026-09-10 20:06:04] Production.INFO: ==1375== Releasing lock...
[2026-09-10 20:06:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 20:06:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 20:06:11] Production.ERROR: CronJobId end10
[2026-09-10 20:06:11] Production.INFO: ==1373== Releasing lock...
[2026-09-10 20:06:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 20:06:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 20:06:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 20:06:15] Production.INFO: ============== Balance Warning START===========
[2026-09-10 20:06:15] Production.INFO: ============== Balance Warning END===========
[2026-09-10 20:06:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 20:06:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 20:06:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 20:06:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 20:06:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 20:06:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 20:06:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 20:06:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 20:06:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 20:06:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 20:06:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 20:06:15] Production.INFO: call_cost start
[2026-09-10 20:06:15] Production.INFO: call_cost end
[2026-09-10 20:06:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 20:06:15] Production.INFO: ============== Report Schedule START===========
[2026-09-10 20:06:15] Production.INFO: ============== Report Schedule END===========
[2026-09-10 20:06:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 20:06:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 20:06:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 20:06:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 20:06:15] Production.INFO: ============== Deal alert START===========
[2026-09-10 20:06:15] Production.INFO: ============== Deal alert END===========
[2026-09-10 20:06:15] Production.INFO: ==1369== Releasing lock...
[2026-09-10 20:06:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 20:06:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 01:07:01] Production.INFO: ==1435== Lock acquired, processing the job...
[2026-09-11 01:07:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 01:07:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 01:07:01] Production.INFO: neon service started
[2026-09-11 01:07:01] Production.INFO: neon service started
[2026-09-11 01:07:01] Production.INFO: ==1435== Releasing lock...
[2026-09-11 01:07:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 01:07:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 20:07:02] Production.INFO: ==1437== Lock acquired, processing the job...
[2026-09-10 20:07:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 00:07:02] Production.INFO: ==1439== Lock acquired, processing the job...
[2026-09-11 00:07:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 00:07:02] Production.INFO: ==1439== Releasing lock...
[2026-09-11 00:07:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 00:07:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 20:07:02] Production.INFO: ==1437== Releasing lock...
[2026-09-10 20:07:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 20:07:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 20:07:03] Production.INFO: ==1442== Lock acquired, processing the job...
[2026-09-10 20:07:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 20:07:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 20:07:03] Production.INFO: ==1446== Lock acquired, processing the job...
[2026-09-10 20:07:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 20:07:03] Production.INFO: ==1444== Lock acquired, processing the job...
[2026-09-10 20:07:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 20:07:03] Production.INFO: ==1448== Lock acquired, processing the job...
[2026-09-10 20:07:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 20:07:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 20:07:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 20:07:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 20:07:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 20:07:03] Production.INFO: ==1450== Lock acquired, processing the job...
[2026-09-10 20:07:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 20:07:03] Production.INFO: Account Balance Start.
[2026-09-10 20:07:03] Production.INFO: CreateAllLog Start
[2026-09-10 20:07:03] Production.INFO: 117
[2026-09-10 20:07:03] Production.INFO: Date 2026-09-08
[2026-09-10 20:07:03] Production.INFO: Reseller ==> 0
[2026-09-10 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-09-10 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-09-10 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-09-10 20:07:03] Production.INFO: ==1450== Releasing lock...
[2026-09-10 20:07:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 20:07:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 20:07:03] Production.INFO: Date 2026-09-09
[2026-09-10 20:07:03] Production.INFO: Reseller ==> 0
[2026-09-10 20:07:03] Production.INFO: Date 2026-09-10
[2026-09-10 20:07:03] Production.INFO: Reseller ==> 0
[2026-09-10 20:07:03] Production.INFO: Total Charge 0
[2026-09-10 20:07:03] Production.INFO: CreateAllLog End
[2026-09-10 20:07:03] Production.INFO: Account Balance End.
[2026-09-10 20:07:03] Production.ERROR: CronJobId end 12
[2026-09-10 20:07:03] Production.INFO: ==1448== Releasing lock...
[2026-09-10 20:07:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 20:07:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 20:07:04] Production.INFO: ==1444== Releasing lock...
[2026-09-10 20:07:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 20:07:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 20:07:11] Production.ERROR: CronJobId end10
[2026-09-10 20:07:11] Production.INFO: ==1446== Releasing lock...
[2026-09-10 20:07:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 20:07:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 20:07:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 20:07:13] Production.INFO: ============== Balance Warning START===========
[2026-09-10 20:07:13] Production.INFO: ============== Balance Warning END===========
[2026-09-10 20:07:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 20:07:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 20:07:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 20:07:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 20:07:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 20:07:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 20:07:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 20:07:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 20:07:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 20:07:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 20:07:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 20:07:13] Production.INFO: call_cost start
[2026-09-10 20:07:13] Production.INFO: call_cost end
[2026-09-10 20:07:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 20:07:13] Production.INFO: ============== Report Schedule START===========
[2026-09-10 20:07:13] Production.INFO: ============== Report Schedule END===========
[2026-09-10 20:07:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 20:07:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 20:07:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 20:07:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 20:07:13] Production.INFO: ============== Deal alert START===========
[2026-09-10 20:07:13] Production.INFO: ============== Deal alert END===========
[2026-09-10 20:07:13] Production.INFO: ==1442== Releasing lock...
[2026-09-10 20:07:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 20:07:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 01:08:01] Production.INFO: ==1515== Lock acquired, processing the job...
[2026-09-11 01:08:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 01:08:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 01:08:02] Production.INFO: neon service started
[2026-09-11 01:08:02] Production.INFO: neon service started
[2026-09-11 01:08:02] Production.INFO: ==1515== Releasing lock...
[2026-09-11 01:08:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 01:08:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 20:08:02] Production.INFO: ==1517== Lock acquired, processing the job...
[2026-09-10 20:08:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 20:08:02] Production.INFO: ==1517== Releasing lock...
[2026-09-10 20:08:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 20:08:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 00:08:02] Production.INFO: ==1519== Lock acquired, processing the job...
[2026-09-11 00:08:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 00:08:02] Production.INFO: ==1519== Releasing lock...
[2026-09-11 00:08:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 00:08:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 20:08:03] Production.INFO: ==1523== Lock acquired, processing the job...
[2026-09-10 20:08:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 20:08:03] Production.INFO: ==1521== Lock acquired, processing the job...
[2026-09-10 20:08:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 20:08:03] Production.INFO: ==1525== Lock acquired, processing the job...
[2026-09-10 20:08:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 20:08:03] Production.INFO: ==1527== Lock acquired, processing the job...
[2026-09-10 20:08:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 20:08:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 20:08:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 20:08:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 20:08:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 20:08:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 20:08:03] Production.INFO: ==1529== Lock acquired, processing the job...
[2026-09-10 20:08:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 20:08:03] Production.INFO: Account Balance Start.
[2026-09-10 20:08:03] Production.INFO: CreateAllLog Start
[2026-09-10 20:08:03] Production.INFO: 117
[2026-09-10 20:08:03] Production.INFO: Date 2026-09-08
[2026-09-10 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-09-10 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-09-10 20:08:03] Production.INFO: Reseller ==> 0
[2026-09-10 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-09-10 20:08:03] Production.INFO: Date 2026-09-09
[2026-09-10 20:08:03] Production.INFO: Reseller ==> 0
[2026-09-10 20:08:03] Production.INFO: ==1529== Releasing lock...
[2026-09-10 20:08:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 20:08:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 20:08:03] Production.INFO: Date 2026-09-10
[2026-09-10 20:08:03] Production.INFO: Reseller ==> 0
[2026-09-10 20:08:03] Production.INFO: Total Charge 0
[2026-09-10 20:08:03] Production.INFO: CreateAllLog End
[2026-09-10 20:08:03] Production.INFO: Account Balance End.
[2026-09-10 20:08:04] Production.ERROR: CronJobId end 12
[2026-09-10 20:08:04] Production.INFO: ==1527== Releasing lock...
[2026-09-10 20:08:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 20:08:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 20:08:04] Production.INFO: ==1523== Releasing lock...
[2026-09-10 20:08:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 20:08:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 20:08:11] Production.ERROR: CronJobId end10
[2026-09-10 20:08:11] Production.INFO: ==1525== Releasing lock...
[2026-09-10 20:08:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 20:08:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 20:08:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 20:08:13] Production.INFO: ============== Balance Warning START===========
[2026-09-10 20:08:13] Production.INFO: ============== Balance Warning END===========
[2026-09-10 20:08:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 20:08:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 20:08:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 20:08:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 20:08:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 20:08:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 20:08:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 20:08:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 20:08:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 20:08:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 20:08:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 20:08:14] Production.INFO: call_cost start
[2026-09-10 20:08:14] Production.INFO: call_cost end
[2026-09-10 20:08:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 20:08:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 20:08:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 20:08:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 20:08:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 20:08:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 20:08:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 20:08:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 20:08:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 20:08:14] Production.INFO: ==1521== Releasing lock...
[2026-09-10 20:08:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 20:08:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 01:09:01] Production.INFO: ==1594== Lock acquired, processing the job...
[2026-09-11 01:09:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 01:09:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 01:09:01] Production.INFO: neon service started
[2026-09-11 01:09:01] Production.INFO: neon service started
[2026-09-11 01:09:01] Production.INFO: ==1594== Releasing lock...
[2026-09-11 01:09:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 01:09:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 20:09:02] Production.INFO: ==1596== Lock acquired, processing the job...
[2026-09-10 20:09:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 00:09:02] Production.INFO: ==1598== Lock acquired, processing the job...
[2026-09-11 00:09:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 00:09:02] Production.INFO: ==1598== Releasing lock...
[2026-09-11 00:09:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 00:09:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 20:09:02] Production.INFO: ==1596== Releasing lock...
[2026-09-10 20:09:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 20:09:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 20:09:03] Production.INFO: ==1603== Lock acquired, processing the job...
[2026-09-10 20:09:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 20:09:03] Production.INFO: ==1607== Lock acquired, processing the job...
[2026-09-10 20:09:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 20:09:03] Production.INFO: Account Balance Start.
[2026-09-10 20:09:03] Production.INFO: CreateAllLog Start
[2026-09-10 20:09:03] Production.INFO: 117
[2026-09-10 20:09:03] Production.INFO: Date 2026-09-08
[2026-09-10 20:09:03] Production.INFO: Reseller ==> 0
[2026-09-10 20:09:03] Production.INFO: Date 2026-09-09
[2026-09-10 20:09:03] Production.INFO: Reseller ==> 0
[2026-09-10 20:09:03] Production.INFO: Date 2026-09-10
[2026-09-10 20:09:03] Production.INFO: Reseller ==> 0
[2026-09-10 20:09:03] Production.INFO: Total Charge 0
[2026-09-10 20:09:03] Production.INFO: CreateAllLog End
[2026-09-10 20:09:03] Production.INFO: ==1605== Lock acquired, processing the job...
[2026-09-10 20:09:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 20:09:03] Production.INFO: ==1601== Lock acquired, processing the job...
[2026-09-10 20:09:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 20:09:03] Production.INFO: ==1609== Lock acquired, processing the job...
[2026-09-10 20:09:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 20:09:03] Production.INFO: Account Balance End.
[2026-09-10 20:09:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 20:09:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 20:09:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 20:09:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 20:09:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 20:09:03] Production.ERROR: CronJobId end 12
[2026-09-10 20:09:03] Production.INFO: ==1607== Releasing lock...
[2026-09-10 20:09:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 20:09:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 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-09-10 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-09-10 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-09-10 20:09:03] Production.INFO: ==1609== Releasing lock...
[2026-09-10 20:09:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 20:09:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 20:09:03] Production.INFO: ==1603== Releasing lock...
[2026-09-10 20:09:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 20:09:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 20:09:11] Production.ERROR: CronJobId end10
[2026-09-10 20:09:11] Production.INFO: ==1605== Releasing lock...
[2026-09-10 20:09:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 20:09:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 20:09:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 20:09:13] Production.INFO: ============== Balance Warning START===========
[2026-09-10 20:09:13] Production.INFO: ============== Balance Warning END===========
[2026-09-10 20:09:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 20:09:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 20:09:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 20:09:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 20:09:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 20:09:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 20:09:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 20:09:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 20:09:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 20:09:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 20:09:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 20:09:13] Production.INFO: call_cost start
[2026-09-10 20:09:13] Production.INFO: call_cost end
[2026-09-10 20:09:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 20:09:13] Production.INFO: ============== Report Schedule START===========
[2026-09-10 20:09:13] Production.INFO: ============== Report Schedule END===========
[2026-09-10 20:09:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 20:09:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 20:09:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 20:09:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 20:09:13] Production.INFO: ============== Deal alert START===========
[2026-09-10 20:09:13] Production.INFO: ============== Deal alert END===========
[2026-09-10 20:09:13] Production.INFO: ==1601== Releasing lock...
[2026-09-10 20:09:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 20:09:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 01:10:02] Production.INFO: ==1672== Lock acquired, processing the job...
[2026-09-11 01:10:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 01:10:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 01:10:02] Production.INFO: neon service started
[2026-09-11 01:10:02] Production.INFO: neon service started
[2026-09-11 01:10:02] Production.INFO: ==1672== Releasing lock...
[2026-09-11 01:10:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 01:10:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 20:10:02] Production.INFO: ==1674== Lock acquired, processing the job...
[2026-09-10 20:10:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 00:10:02] Production.INFO: ==1676== Lock acquired, processing the job...
[2026-09-11 00:10:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 00:10:02] Production.INFO: ==1676== Releasing lock...
[2026-09-11 00:10:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 00:10:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 20:10:03] Production.INFO: ==1674== Releasing lock...
[2026-09-10 20:10:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 20:10:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 20:10:03] Production.INFO: ==1681== Lock acquired, processing the job...
[2026-09-10 20:10:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 20:10:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 20:10:03] Production.INFO: ==1683== Lock acquired, processing the job...
[2026-09-10 20:10:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 20:10:03] Production.INFO: ==1685== Lock acquired, processing the job...
[2026-09-10 20:10:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 20:10:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 20:10:03] Production.INFO: ==1687== Lock acquired, processing the job...
[2026-09-10 20:10:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 20:10:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 20:10:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 20:10:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 20:10:04] Production.INFO: ==1689== Lock acquired, processing the job...
[2026-09-10 20:10:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 20: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-09-10 20: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-09-10 20:10:04] Production.INFO: Account Balance Start.
[2026-09-10 20:10:04] Production.INFO: CreateAllLog Start
[2026-09-10 20:10:04] Production.INFO: 117
[2026-09-10 20: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-09-10 20:10:04] Production.INFO: ==1689== Releasing lock...
[2026-09-10 20:10:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 20:10:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 20:10:04] Production.INFO: Date 2026-09-08
[2026-09-10 20:10:04] Production.INFO: Reseller ==> 0
[2026-09-10 20:10:04] Production.INFO: Date 2026-09-09
[2026-09-10 20:10:04] Production.INFO: Reseller ==> 0
[2026-09-10 20:10:04] Production.INFO: Date 2026-09-10
[2026-09-10 20:10:04] Production.INFO: Reseller ==> 0
[2026-09-10 20:10:04] Production.INFO: Total Charge 0
[2026-09-10 20:10:04] Production.INFO: CreateAllLog End
[2026-09-10 20:10:04] Production.INFO: Account Balance End.
[2026-09-10 20:10:04] Production.ERROR: CronJobId end 12
[2026-09-10 20:10:04] Production.INFO: ==1687== Releasing lock...
[2026-09-10 20:10:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 20:10:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 20:10:04] Production.INFO: ==1683== Releasing lock...
[2026-09-10 20:10:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 20:10:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 20:10:11] Production.ERROR: CronJobId end10
[2026-09-10 20:10:11] Production.INFO: ==1685== Releasing lock...
[2026-09-10 20:10:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 20:10:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 20:10:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 20:10:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 20:10:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 20:10:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 20:10:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 20:10:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 20:10:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 20:10:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 20:10:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 20:10:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 20:10:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 20:10:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 20:10:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 20:10:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 20:10:15] Production.INFO: call_cost start
[2026-09-10 20:10:15] Production.INFO: call_cost end
[2026-09-10 20:10:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 20:10:15] Production.INFO: ============== Report Schedule START===========
[2026-09-10 20:10:15] Production.INFO: ============== Report Schedule END===========
[2026-09-10 20:10:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 20:10:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 20:10:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 20:10:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 20:10:15] Production.INFO: ============== Deal alert START===========
[2026-09-10 20:10:15] Production.INFO: ============== Deal alert END===========
[2026-09-10 20:10:15] Production.INFO: ==1681== Releasing lock...
[2026-09-10 20:10:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 20:10:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 01:11:01] Production.INFO: ==1753== Lock acquired, processing the job...
[2026-09-11 01:11:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 01:11:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 01:11:01] Production.INFO: neon service started
[2026-09-11 01:11:01] Production.INFO: neon service started
[2026-09-11 01:11:01] Production.INFO: ==1753== Releasing lock...
[2026-09-11 01:11:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 01:11:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 20:11:02] Production.INFO: ==1755== Lock acquired, processing the job...
[2026-09-10 20:11:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 00:11:02] Production.INFO: ==1757== Lock acquired, processing the job...
[2026-09-11 00:11:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 00:11:02] Production.INFO: ==1757== Releasing lock...
[2026-09-11 00:11:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 00:11:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 20:11:02] Production.INFO: ==1755== Releasing lock...
[2026-09-10 20:11:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 20:11:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 20:11:03] Production.INFO: ==1766== Lock acquired, processing the job...
[2026-09-10 20:11:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 20:11:03] Production.INFO: ==1762== Lock acquired, processing the job...
[2026-09-10 20:11:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 20:11:03] Production.INFO: ==1764== Lock acquired, processing the job...
[2026-09-10 20:11:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 20:11:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 20:11:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 20:11:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 20:11:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 20:11:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 20:11:03] Production.INFO: ==1768== Lock acquired, processing the job...
[2026-09-10 20:11:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 20:11:03] Production.INFO: ==1770== Lock acquired, processing the job...
[2026-09-10 20:11:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 20:11:03] Production.INFO: Account Balance Start.
[2026-09-10 20:11:03] Production.INFO: CreateAllLog Start
[2026-09-10 20:11:03] Production.INFO: 117
[2026-09-10 20: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-09-10 20: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-09-10 20: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-09-10 20:11:03] Production.INFO: ==1770== Releasing lock...
[2026-09-10 20:11:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 20:11:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 20:11:03] Production.INFO: Date 2026-09-08
[2026-09-10 20:11:03] Production.INFO: Reseller ==> 0
[2026-09-10 20:11:03] Production.INFO: Date 2026-09-09
[2026-09-10 20:11:03] Production.INFO: Reseller ==> 0
[2026-09-10 20:11:04] Production.INFO: Date 2026-09-10
[2026-09-10 20:11:04] Production.INFO: Reseller ==> 0
[2026-09-10 20:11:04] Production.INFO: Total Charge 0
[2026-09-10 20:11:04] Production.INFO: CreateAllLog End
[2026-09-10 20:11:04] Production.INFO: Account Balance End.
[2026-09-10 20:11:04] Production.ERROR: CronJobId end 12
[2026-09-10 20:11:04] Production.INFO: ==1768== Releasing lock...
[2026-09-10 20:11:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 20:11:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 20:11:04] Production.INFO: ==1764== Releasing lock...
[2026-09-10 20:11:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 20:11:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 20:11:11] Production.ERROR: CronJobId end10
[2026-09-10 20:11:11] Production.INFO: ==1766== Releasing lock...
[2026-09-10 20:11:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 20:11:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 20:11:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 20:11:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 20:11:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 20:11:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 20:11:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 20:11:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 20:11:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 20:11:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 20:11:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 20:11:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 20:11:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 20:11:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 20:11:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 20:11:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 20:11:15] Production.INFO: call_cost start
[2026-09-10 20:11:15] Production.INFO: call_cost end
[2026-09-10 20:11:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 20:11:15] Production.INFO: ============== Report Schedule START===========
[2026-09-10 20:11:15] Production.INFO: ============== Report Schedule END===========
[2026-09-10 20:11:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 20:11:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 20:11:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 20:11:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 20:11:15] Production.INFO: ============== Deal alert START===========
[2026-09-10 20:11:15] Production.INFO: ============== Deal alert END===========
[2026-09-10 20:11:15] Production.INFO: ==1762== Releasing lock...
[2026-09-10 20:11:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 20:11:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 01:12:02] Production.INFO: ==1864== Lock acquired, processing the job...
[2026-09-11 01:12:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 01:12:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 01:12:02] Production.INFO: neon service started
[2026-09-11 01:12:02] Production.INFO: neon service started
[2026-09-11 01:12:02] Production.INFO: ==1864== Releasing lock...
[2026-09-11 01:12:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 01:12:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 20:12:02] Production.INFO: ==1866== Lock acquired, processing the job...
[2026-09-10 20:12:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 20:12:02] Production.INFO: ==1866== Releasing lock...
[2026-09-10 20:12:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 20:12:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 00:12:02] Production.INFO: ==1868== Lock acquired, processing the job...
[2026-09-11 00:12:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 00:12:03] Production.INFO: ==1868== Releasing lock...
[2026-09-11 00:12:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 00:12:03] Production.INFO: 25 MB #Memory Used#
[2026-09-10 20:12:03] Production.INFO: ==1870== Lock acquired, processing the job...
[2026-09-10 20:12:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 20:12:03] Production.INFO: ==1872== Lock acquired, processing the job...
[2026-09-10 20:12:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 20:12:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 20:12:03] Production.INFO: ==1876== Lock acquired, processing the job...
[2026-09-10 20:12:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 20:12:03] Production.INFO: Account Balance Start.
[2026-09-10 20:12:03] Production.INFO: CreateAllLog Start
[2026-09-10 20:12:03] Production.INFO: 117
[2026-09-10 20:12:03] Production.INFO: Date 2026-09-08
[2026-09-10 20:12:03] Production.INFO: ==1874== Lock acquired, processing the job...
[2026-09-10 20:12:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 20:12:03] Production.INFO: Reseller ==> 0
[2026-09-10 20:12:03] Production.INFO: Date 2026-09-09
[2026-09-10 20:12:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 20:12:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 20:12:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 20:12:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 20:12:03] Production.INFO: Reseller ==> 0
[2026-09-10 20:12:03] Production.INFO: ==1878== Lock acquired, processing the job...
[2026-09-10 20:12:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 20:12:03] Production.INFO: Date 2026-09-10
[2026-09-10 20:12:03] Production.INFO: Reseller ==> 0
[2026-09-10 20:12:03] Production.INFO: Total Charge 0
[2026-09-10 20:12:03] Production.INFO: CreateAllLog End
[2026-09-10 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-09-10 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-09-10 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-09-10 20:12:03] Production.INFO: ==1878== Releasing lock...
[2026-09-10 20:12:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 20:12:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 20:12:04] Production.INFO: Account Balance End.
[2026-09-10 20:12:04] Production.ERROR: CronJobId end 12
[2026-09-10 20:12:04] Production.INFO: ==1876== Releasing lock...
[2026-09-10 20:12:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 20:12:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 20:12:04] Production.INFO: ==1872== Releasing lock...
[2026-09-10 20:12:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 20:12:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 20:12:12] Production.ERROR: CronJobId end10
[2026-09-10 20:12:12] Production.INFO: ==1874== Releasing lock...
[2026-09-10 20:12:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 20:12:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 20:12:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 20:12:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 20:12:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 20:12:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 20:12:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 20:12:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 20:12:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 20:12:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 20:12:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 20:12:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 20:12:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 20:12:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 20:12:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 20:12:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 20:12:15] Production.INFO: call_cost start
[2026-09-10 20:12:15] Production.INFO: call_cost end
[2026-09-10 20:12:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 20:12:15] Production.INFO: ============== Report Schedule START===========
[2026-09-10 20:12:15] Production.INFO: ============== Report Schedule END===========
[2026-09-10 20:12:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 20:12:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 20:12:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 20:12:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 20:12:15] Production.INFO: ============== Deal alert START===========
[2026-09-10 20:12:15] Production.INFO: ============== Deal alert END===========
[2026-09-10 20:12:15] Production.INFO: ==1870== Releasing lock...
[2026-09-10 20:12:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 20:12:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 01:13:01] Production.INFO: ==1944== Lock acquired, processing the job...
[2026-09-11 01:13:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 01:13:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 01:13:01] Production.INFO: neon service started
[2026-09-11 01:13:01] Production.INFO: neon service started
[2026-09-11 01:13:01] Production.INFO: ==1944== Releasing lock...
[2026-09-11 01:13:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 01:13:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 00:13:02] Production.INFO: ==1948== Lock acquired, processing the job...
[2026-09-11 00:13:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-10 20:13:02] Production.INFO: ==1946== Lock acquired, processing the job...
[2026-09-10 20:13:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 00:13:02] Production.INFO: ==1948== Releasing lock...
[2026-09-11 00:13:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 00:13:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 20:13:02] Production.INFO: ==1946== Releasing lock...
[2026-09-10 20:13:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 20:13:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 20:13:03] Production.INFO: ==1951== Lock acquired, processing the job...
[2026-09-10 20:13:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 20:13:03] Production.INFO: ==1953== Lock acquired, processing the job...
[2026-09-10 20:13:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 20:13:03] Production.INFO: ==1955== Lock acquired, processing the job...
[2026-09-10 20:13:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 20:13:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 20:13:03] Production.INFO: ==1959== Lock acquired, processing the job...
[2026-09-10 20:13:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 20:13:03] Production.INFO: ==1957== Lock acquired, processing the job...
[2026-09-10 20:13:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 20:13:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 20:13:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 20:13:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 20:13:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 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-09-10 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-09-10 20:13:03] Production.INFO: Account Balance Start.
[2026-09-10 20:13:03] Production.INFO: CreateAllLog Start
[2026-09-10 20:13:03] Production.INFO: 117
[2026-09-10 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-09-10 20:13:03] Production.INFO: ==1959== Releasing lock...
[2026-09-10 20:13:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 20:13:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 20:13:03] Production.INFO: Date 2026-09-08
[2026-09-10 20:13:03] Production.INFO: Reseller ==> 0
[2026-09-10 20:13:03] Production.INFO: Date 2026-09-09
[2026-09-10 20:13:03] Production.INFO: Reseller ==> 0
[2026-09-10 20:13:03] Production.INFO: Date 2026-09-10
[2026-09-10 20:13:03] Production.INFO: Reseller ==> 0
[2026-09-10 20:13:03] Production.INFO: Total Charge 0
[2026-09-10 20:13:03] Production.INFO: CreateAllLog End
[2026-09-10 20:13:03] Production.INFO: Account Balance End.
[2026-09-10 20:13:03] Production.ERROR: CronJobId end 12
[2026-09-10 20:13:03] Production.INFO: ==1957== Releasing lock...
[2026-09-10 20:13:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 20:13:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 20:13:04] Production.INFO: ==1953== Releasing lock...
[2026-09-10 20:13:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 20:13:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 20:13:11] Production.ERROR: CronJobId end10
[2026-09-10 20:13:11] Production.INFO: ==1955== Releasing lock...
[2026-09-10 20:13:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 20:13:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 20:13:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 20:13:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 20:13:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 20:13:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 20:13:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 20:13:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 20:13:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 20:13:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 20:13:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 20:13:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 20:13:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 20:13:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 20:13:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 20:13:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 20:13:14] Production.INFO: call_cost start
[2026-09-10 20:13:14] Production.INFO: call_cost end
[2026-09-10 20:13:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 20:13:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 20:13:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 20:13:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 20:13:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 20:13:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 20:13:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 20:13:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 20:13:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 20:13:14] Production.INFO: ==1951== Releasing lock...
[2026-09-10 20:13:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 20:13:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 01:14:02] Production.INFO: ==2026== Lock acquired, processing the job...
[2026-09-11 01:14:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 01:14:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 01:14:02] Production.INFO: neon service started
[2026-09-11 01:14:02] Production.INFO: neon service started
[2026-09-11 01:14:02] Production.INFO: ==2026== Releasing lock...
[2026-09-11 01:14:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 01:14:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 20:14:02] Production.INFO: ==2028== Lock acquired, processing the job...
[2026-09-10 20:14:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 20:14:02] Production.INFO: ==2028== Releasing lock...
[2026-09-10 20:14:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 20:14:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 00:14:02] Production.INFO: ==2030== Lock acquired, processing the job...
[2026-09-11 00:14:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 00:14:03] Production.INFO: ==2030== Releasing lock...
[2026-09-11 00:14:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 00:14:03] Production.INFO: 25 MB #Memory Used#
[2026-09-10 20:14:03] Production.INFO: ==2037== Lock acquired, processing the job...
[2026-09-10 20:14:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 20:14:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 20:14:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 20:14:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 20:14:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 20:14:03] Production.INFO: ==2033== Lock acquired, processing the job...
[2026-09-10 20:14:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 20:14:03] Production.INFO: ==2035== Lock acquired, processing the job...
[2026-09-10 20:14:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 20:14:03] Production.INFO: ==2039== Lock acquired, processing the job...
[2026-09-10 20:14:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 20:14:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 20:14:03] Production.INFO: ==2041== Lock acquired, processing the job...
[2026-09-10 20:14:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 20:14:04] Production.INFO: Account Balance Start.
[2026-09-10 20:14:04] Production.INFO: CreateAllLog Start
[2026-09-10 20:14:04] Production.INFO: 117
[2026-09-10 20:14:04] Production.INFO: Date 2026-09-08
[2026-09-10 20: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-09-10 20: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-09-10 20:14:04] Production.INFO: Reseller ==> 0
[2026-09-10 20: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-09-10 20:14:04] Production.INFO: ==2041== Releasing lock...
[2026-09-10 20:14:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 20:14:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 20:14:04] Production.INFO: Date 2026-09-09
[2026-09-10 20:14:04] Production.INFO: Reseller ==> 0
[2026-09-10 20:14:04] Production.INFO: Date 2026-09-10
[2026-09-10 20:14:04] Production.INFO: Reseller ==> 0
[2026-09-10 20:14:04] Production.INFO: Total Charge 0
[2026-09-10 20:14:04] Production.INFO: CreateAllLog End
[2026-09-10 20:14:04] Production.INFO: Account Balance End.
[2026-09-10 20:14:04] Production.ERROR: CronJobId end 12
[2026-09-10 20:14:04] Production.INFO: ==2039== Releasing lock...
[2026-09-10 20:14:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 20:14:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 20:14:04] Production.INFO: ==2035== Releasing lock...
[2026-09-10 20:14:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 20:14:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 20:14:11] Production.ERROR: CronJobId end10
[2026-09-10 20:14:11] Production.INFO: ==2037== Releasing lock...
[2026-09-10 20:14:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 20:14:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 20:14:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 20:14:13] Production.INFO: ============== Balance Warning START===========
[2026-09-10 20:14:13] Production.INFO: ============== Balance Warning END===========
[2026-09-10 20:14:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 20:14:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 20:14:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 20:14:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 20:14:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 20:14:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 20:14:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 20:14:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 20:14:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 20:14:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 20:14:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 20:14:14] Production.INFO: call_cost start
[2026-09-10 20:14:14] Production.INFO: call_cost end
[2026-09-10 20:14:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 20:14:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 20:14:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 20:14:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 20:14:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 20:14:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 20:14:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 20:14:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 20:14:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 20:14:14] Production.INFO: ==2033== Releasing lock...
[2026-09-10 20:14:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 20:14:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 01:15:01] Production.INFO: ==2125== Lock acquired, processing the job...
[2026-09-11 01:15:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 01:15:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 01:15:01] Production.INFO: neon service started
[2026-09-11 01:15:01] Production.INFO: neon service started
[2026-09-11 01:15:01] Production.INFO: ==2125== Releasing lock...
[2026-09-11 01:15:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 01:15:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 00:15:02] Production.INFO: ==2130== Lock acquired, processing the job...
[2026-09-11 00:15:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 00:15:02] Production.INFO: ==2130== Releasing lock...
[2026-09-11 00:15:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 00:15:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 20:15:02] Production.INFO: ==2128== Lock acquired, processing the job...
[2026-09-10 20:15:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 20:15:02] Production.INFO: ==2128== Releasing lock...
[2026-09-10 20:15:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 20:15:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 20:15:03] Production.INFO: ==2134== Lock acquired, processing the job...
[2026-09-10 20:15:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-10 20:15:03] Production.INFO: ==2140== Lock acquired, processing the job...
[2026-09-10 20:15:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 20:15:03] Production.ERROR: ========================== active cronjob start =============================
[2026-09-10 20:15:03] Production.INFO: ==2136== Lock acquired, processing the job...
[2026-09-10 20:15:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 20:15:03] Production.ERROR: ========================== active cronjob end =============================
[2026-09-10 20:15:03] Production.INFO: ==2134== Releasing lock...
[2026-09-10 20:15:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-10 20:15:03] Production.INFO: 25.5 MB #Memory Used#
[2026-09-10 20:15:03] Production.INFO: ==2138== Lock acquired, processing the job...
[2026-09-10 20:15:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 20:15:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 20:15:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 20:15:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 20:15:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 20:15:03] Production.INFO: ==2142== Lock acquired, processing the job...
[2026-09-10 20:15:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 20:15:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 20:15:03] Production.INFO: ==2144== Lock acquired, processing the job...
[2026-09-10 20:15:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-10 20:15:03] Production.ERROR: tblTempUsageDetail_20
[2026-09-10 20:15:03] Production.INFO: Account Balance Start.
[2026-09-10 20:15:03] Production.INFO: CreateAllLog Start
[2026-09-10 20:15:03] Production.INFO: 117
[2026-09-10 20:15:03] Production.INFO: ==2146== Lock acquired, processing the job...
[2026-09-10 20:15:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 20:15:03] Production.INFO: Date 2026-09-08
[2026-09-10 20:15:03] Production.INFO: Reseller ==> 0
[2026-09-10 20:15:03] Production.INFO: Date 2026-09-09
[2026-09-10 20:15:03] Production.INFO: Reseller ==> 0
[2026-09-10 20:15:03] Production.INFO: Date 2026-09-10
[2026-09-10 20:15:03] Production.INFO: Reseller ==> 0
[2026-09-10 20:15:04] Production.INFO: Total Charge 0
[2026-09-10 20: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-09-10 20: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-09-10 20:15:04] Production.INFO: CreateAllLog End
[2026-09-10 20: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-09-10 20:15:04] Production.INFO: ==2146== Releasing lock...
[2026-09-10 20:15:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 20:15:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 20:15:04] Production.ERROR: done
[2026-09-10 20:15:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-10 20:15:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17980420', 'tblTempUsageDetail_20reseller','2026-09-10','2026-09-10','1' ) start
[2026-09-10 20:15:04] Production.INFO: Account Balance End.
[2026-09-10 20:15:04] Production.ERROR: CronJobId end 12
[2026-09-10 20:15:04] Production.INFO: ==2142== Releasing lock...
[2026-09-10 20:15:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 20:15:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 20:15:04] Production.INFO: ==2138== Releasing lock...
[2026-09-10 20:15:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 20:15:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 20:15:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17980420', 'tblTempUsageDetail_20reseller','2026-09-10','2026-09-10','1' ) end
[2026-09-10 20:15:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-10 20:15:10] Production.INFO: ProcessCDR(1,17980420,1,1,2)
[2026-09-10 20:15:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17980420,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-10 20:15:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17980420,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-10 20:15:10] Production.ERROR: pbx prc_insertCDR start
[2026-09-10 20:15:10] Production.ERROR: pbx prc_insertCDR end
[2026-09-10 20:15:10] Production.INFO: ==2144== Releasing lock...
[2026-09-10 20:15:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-10 20:15:10] Production.INFO: 26 MB #Memory Used#
[2026-09-10 20:15:13] Production.ERROR: CronJobId end10
[2026-09-10 20:15:13] Production.INFO: ==2140== Releasing lock...
[2026-09-10 20:15:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 20:15:13] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 20:15:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 20:15:16] Production.INFO: ============== Balance Warning START===========
[2026-09-10 20:15:16] Production.INFO: ============== Balance Warning END===========
[2026-09-10 20:15:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 20:15:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 20:15:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 20:15:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 20:15:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 20:15:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 20:15:16] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 20:15:16] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 20:15:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 20:15:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 20:15:16] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 20:15:16] Production.INFO: call_cost start
[2026-09-10 20:15:16] Production.INFO: call_cost end
[2026-09-10 20:15:16] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 20:15:16] Production.INFO: ============== Report Schedule START===========
[2026-09-10 20:15:16] Production.INFO: ============== Report Schedule END===========
[2026-09-10 20:15:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 20:15:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 20:15:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 20:15:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 20:15:16] Production.INFO: ============== Deal alert START===========
[2026-09-10 20:15:16] Production.INFO: ============== Deal alert END===========
[2026-09-10 20:15:16] Production.INFO: ==2136== Releasing lock...
[2026-09-10 20:15:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 20:15:16] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 01:16:02] Production.INFO: ==2212== Lock acquired, processing the job...
[2026-09-11 01:16:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 01:16:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 01:16:02] Production.INFO: neon service started
[2026-09-11 01:16:02] Production.INFO: neon service started
[2026-09-11 01:16:02] Production.INFO: ==2212== Releasing lock...
[2026-09-11 01:16:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 01:16:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 20:16:02] Production.INFO: ==2214== Lock acquired, processing the job...
[2026-09-10 20:16:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 00:16:02] Production.INFO: ==2216== Lock acquired, processing the job...
[2026-09-11 00:16:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-10 20:16:02] Production.INFO: ==2214== Releasing lock...
[2026-09-10 20:16:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 20:16:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 00:16:02] Production.INFO: ==2216== Releasing lock...
[2026-09-11 00:16:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 00:16:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 20:16:03] Production.INFO: ==2218== Lock acquired, processing the job...
[2026-09-10 20:16:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 20:16:03] Production.INFO: ==2220== Lock acquired, processing the job...
[2026-09-10 20:16:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 20:16:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 20:16:03] Production.INFO: ==2222== Lock acquired, processing the job...
[2026-09-10 20:16:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 20:16:03] Production.INFO: ==2226== Lock acquired, processing the job...
[2026-09-10 20:16:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 20:16:03] Production.INFO: ==2224== Lock acquired, processing the job...
[2026-09-10 20:16:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 20:16:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 20:16:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 20:16:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 20:16:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 20:16:03] Production.INFO: Account Balance Start.
[2026-09-10 20:16:03] Production.INFO: CreateAllLog Start
[2026-09-10 20:16:03] Production.INFO: 117
[2026-09-10 20:16:03] Production.INFO: Date 2026-09-08
[2026-09-10 20:16:03] Production.INFO: Reseller ==> 0
[2026-09-10 20:16:04] Production.INFO: Date 2026-09-09
[2026-09-10 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-09-10 20:16:04] Production.INFO: Reseller ==> 0
[2026-09-10 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-09-10 20:16:04] Production.INFO: Date 2026-09-10
[2026-09-10 20:16:04] Production.INFO: Reseller ==> 0
[2026-09-10 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-09-10 20:16:04] Production.INFO: Total Charge 0
[2026-09-10 20:16:04] Production.INFO: ==2226== Releasing lock...
[2026-09-10 20:16:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 20:16:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 20:16:04] Production.INFO: CreateAllLog End
[2026-09-10 20:16:04] Production.INFO: Account Balance End.
[2026-09-10 20:16:04] Production.ERROR: CronJobId end 12
[2026-09-10 20:16:04] Production.INFO: ==2224== Releasing lock...
[2026-09-10 20:16:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 20:16:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 20:16:04] Production.INFO: ==2220== Releasing lock...
[2026-09-10 20:16:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 20:16:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 20:16:11] Production.ERROR: CronJobId end10
[2026-09-10 20:16:11] Production.INFO: ==2222== Releasing lock...
[2026-09-10 20:16:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 20:16:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 20:16:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 20:16:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 20:16:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 20:16:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 20:16:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 20:16:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 20:16:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 20:16:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 20:16:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 20:16:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 20:16:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 20:16:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 20:16:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 20:16:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 20:16:14] Production.INFO: call_cost start
[2026-09-10 20:16:14] Production.INFO: call_cost end
[2026-09-10 20:16:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 20:16:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 20:16:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 20:16:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 20:16:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 20:16:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 20:16:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 20:16:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 20:16:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 20:16:14] Production.INFO: ==2218== Releasing lock...
[2026-09-10 20:16:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 20:16:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 01:17:01] Production.INFO: ==2288== Lock acquired, processing the job...
[2026-09-11 01:17:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 01:17:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 01:17:01] Production.INFO: neon service started
[2026-09-11 01:17:01] Production.INFO: neon service started
[2026-09-11 01:17:01] Production.INFO: ==2288== Releasing lock...
[2026-09-11 01:17:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 01:17:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 20:17:01] Production.INFO: ==2291== Lock acquired, processing the job...
[2026-09-10 20:17:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 20:17:02] Production.INFO: ==2291== Releasing lock...
[2026-09-10 20:17:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 20:17:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 00:17:02] Production.INFO: ==2293== Lock acquired, processing the job...
[2026-09-11 00:17:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 00:17:02] Production.INFO: ==2293== Releasing lock...
[2026-09-11 00:17:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 00:17:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 20:17:02] Production.INFO: ==2303== Lock acquired, processing the job...
[2026-09-10 20:17:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 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-09-10 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-09-10 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-09-10 20:17:03] Production.INFO: ==2303== Releasing lock...
[2026-09-10 20:17:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 20:17:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 20:17:03] Production.INFO: ==2295== Lock acquired, processing the job...
[2026-09-10 20:17:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 20:17:03] Production.INFO: ==2299== Lock acquired, processing the job...
[2026-09-10 20:17:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 20:17:03] Production.INFO: ==2297== Lock acquired, processing the job...
[2026-09-10 20:17:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 20:17:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 20:17:03] Production.INFO: ==2301== Lock acquired, processing the job...
[2026-09-10 20:17:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 20:17:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 20:17:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 20:17:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 20:17:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 20:17:03] Production.INFO: Account Balance Start.
[2026-09-10 20:17:03] Production.INFO: CreateAllLog Start
[2026-09-10 20:17:03] Production.INFO: 117
[2026-09-10 20:17:03] Production.INFO: Date 2026-09-08
[2026-09-10 20:17:03] Production.INFO: Reseller ==> 0
[2026-09-10 20:17:03] Production.INFO: Date 2026-09-09
[2026-09-10 20:17:03] Production.INFO: Reseller ==> 0
[2026-09-10 20:17:03] Production.INFO: Date 2026-09-10
[2026-09-10 20:17:03] Production.INFO: Reseller ==> 0
[2026-09-10 20:17:03] Production.INFO: Total Charge 0
[2026-09-10 20:17:03] Production.INFO: CreateAllLog End
[2026-09-10 20:17:03] Production.INFO: Account Balance End.
[2026-09-10 20:17:03] Production.ERROR: CronJobId end 12
[2026-09-10 20:17:03] Production.INFO: ==2301== Releasing lock...
[2026-09-10 20:17:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 20:17:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 20:17:03] Production.INFO: ==2297== Releasing lock...
[2026-09-10 20:17:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 20:17:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 20:17:11] Production.ERROR: CronJobId end10
[2026-09-10 20:17:11] Production.INFO: ==2299== Releasing lock...
[2026-09-10 20:17:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 20:17:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 20:17:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 20:17:13] Production.INFO: ============== Balance Warning START===========
[2026-09-10 20:17:13] Production.INFO: ============== Balance Warning END===========
[2026-09-10 20:17:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 20:17:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 20:17:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 20:17:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 20:17:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 20:17:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 20:17:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 20:17:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 20:17:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 20:17:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 20:17:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 20:17:13] Production.INFO: call_cost start
[2026-09-10 20:17:13] Production.INFO: call_cost end
[2026-09-10 20:17:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 20:17:13] Production.INFO: ============== Report Schedule START===========
[2026-09-10 20:17:13] Production.INFO: ============== Report Schedule END===========
[2026-09-10 20:17:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 20:17:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 20:17:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 20:17:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 20:17:13] Production.INFO: ============== Deal alert START===========
[2026-09-10 20:17:13] Production.INFO: ============== Deal alert END===========
[2026-09-10 20:17:13] Production.INFO: ==2295== Releasing lock...
[2026-09-10 20:17:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 20:17:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 01:18:01] Production.INFO: ==2371== Lock acquired, processing the job...
[2026-09-11 01:18:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 01:18:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 01:18:01] Production.INFO: neon service started
[2026-09-11 01:18:01] Production.INFO: neon service started
[2026-09-11 01:18:01] Production.INFO: ==2371== Releasing lock...
[2026-09-11 01:18:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 01:18:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 20:18:02] Production.INFO: ==2373== Lock acquired, processing the job...
[2026-09-10 20:18:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 20:18:02] Production.INFO: ==2373== Releasing lock...
[2026-09-10 20:18:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 20:18:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 00:18:02] Production.INFO: ==2375== Lock acquired, processing the job...
[2026-09-11 00:18:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 00:18:02] Production.INFO: ==2375== Releasing lock...
[2026-09-11 00:18:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 00:18:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 20:18:03] Production.INFO: ==2379== Lock acquired, processing the job...
[2026-09-10 20:18:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 20:18:03] Production.INFO: ==2385== Lock acquired, processing the job...
[2026-09-10 20:18:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 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-09-10 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-09-10 20:18:03] Production.INFO: ==2383== Lock acquired, processing the job...
[2026-09-10 20:18:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 20: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-09-10 20:18:03] Production.INFO: ==2385== Releasing lock...
[2026-09-10 20:18:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 20:18:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 20:18:03] Production.INFO: ==2377== Lock acquired, processing the job...
[2026-09-10 20:18:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 20:18:03] Production.INFO: Account Balance Start.
[2026-09-10 20:18:03] Production.INFO: CreateAllLog Start
[2026-09-10 20:18:03] Production.INFO: 117
[2026-09-10 20:18:03] Production.INFO: Date 2026-09-08
[2026-09-10 20:18:03] Production.INFO: Reseller ==> 0
[2026-09-10 20:18:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 20:18:03] Production.INFO: Date 2026-09-09
[2026-09-10 20:18:03] Production.INFO: Reseller ==> 0
[2026-09-10 20:18:03] Production.INFO: Date 2026-09-10
[2026-09-10 20:18:03] Production.INFO: Reseller ==> 0
[2026-09-10 20:18:03] Production.INFO: ==2381== Lock acquired, processing the job...
[2026-09-10 20:18:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 20:18:03] Production.INFO: Total Charge 0
[2026-09-10 20:18:03] Production.INFO: CreateAllLog End
[2026-09-10 20:18:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 20:18:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 20:18:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 20:18:03] Production.INFO: Account Balance End.
[2026-09-10 20:18:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 20:18:03] Production.ERROR: CronJobId end 12
[2026-09-10 20:18:03] Production.INFO: ==2383== Releasing lock...
[2026-09-10 20:18:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 20:18:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 20:18:04] Production.INFO: ==2379== Releasing lock...
[2026-09-10 20:18:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 20:18:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 20:18:11] Production.ERROR: CronJobId end10
[2026-09-10 20:18:11] Production.INFO: ==2381== Releasing lock...
[2026-09-10 20:18:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 20:18:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 20:18:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 20:18:13] Production.INFO: ============== Balance Warning START===========
[2026-09-10 20:18:13] Production.INFO: ============== Balance Warning END===========
[2026-09-10 20:18:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 20:18:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 20:18:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 20:18:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 20:18:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 20:18:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 20:18:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 20:18:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 20:18:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 20:18:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 20:18:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 20:18:14] Production.INFO: call_cost start
[2026-09-10 20:18:14] Production.INFO: call_cost end
[2026-09-10 20:18:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 20:18:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 20:18:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 20:18:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 20:18:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 20:18:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 20:18:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 20:18:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 20:18:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 20:18:14] Production.INFO: ==2377== Releasing lock...
[2026-09-10 20:18:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 20:18:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 01:19:01] Production.INFO: ==2444== Lock acquired, processing the job...
[2026-09-11 01:19:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 01:19:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 01:19:01] Production.INFO: neon service started
[2026-09-11 01:19:01] Production.INFO: neon service started
[2026-09-11 01:19:01] Production.INFO: ==2444== Releasing lock...
[2026-09-11 01:19:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 01:19:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 20:19:02] Production.INFO: ==2446== Lock acquired, processing the job...
[2026-09-10 20:19:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 00:19:02] Production.INFO: ==2448== Lock acquired, processing the job...
[2026-09-11 00:19:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 00:19:02] Production.INFO: ==2448== Releasing lock...
[2026-09-11 00:19:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 00:19:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 20:19:02] Production.INFO: ==2446== Releasing lock...
[2026-09-10 20:19:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 20:19:02] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 20:19:03] Production.INFO: ==2451== Lock acquired, processing the job...
[2026-09-10 20:19:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 20:19:03] Production.INFO: ==2453== Lock acquired, processing the job...
[2026-09-10 20:19:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 20:19:03] Production.INFO: ==2455== Lock acquired, processing the job...
[2026-09-10 20:19:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 20:19:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 20:19:03] Production.INFO: ==2459== Lock acquired, processing the job...
[2026-09-10 20:19:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 20:19:03] Production.INFO: ==2457== Lock acquired, processing the job...
[2026-09-10 20:19:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 20:19:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 20:19:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 20:19:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 20:19:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 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-09-10 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-09-10 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-09-10 20:19:03] Production.INFO: ==2459== Releasing lock...
[2026-09-10 20:19:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 20:19:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 20:19:03] Production.INFO: Account Balance Start.
[2026-09-10 20:19:03] Production.INFO: CreateAllLog Start
[2026-09-10 20:19:03] Production.INFO: 117
[2026-09-10 20:19:03] Production.INFO: Date 2026-09-08
[2026-09-10 20:19:03] Production.INFO: Reseller ==> 0
[2026-09-10 20:19:03] Production.INFO: Date 2026-09-09
[2026-09-10 20:19:03] Production.INFO: Reseller ==> 0
[2026-09-10 20:19:03] Production.INFO: Date 2026-09-10
[2026-09-10 20:19:03] Production.INFO: Reseller ==> 0
[2026-09-10 20:19:03] Production.INFO: Total Charge 0
[2026-09-10 20:19:03] Production.INFO: CreateAllLog End
[2026-09-10 20:19:03] Production.INFO: Account Balance End.
[2026-09-10 20:19:03] Production.ERROR: CronJobId end 12
[2026-09-10 20:19:03] Production.INFO: ==2457== Releasing lock...
[2026-09-10 20:19:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 20:19:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 20:19:03] Production.INFO: ==2453== Releasing lock...
[2026-09-10 20:19:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 20:19:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 20:19:11] Production.ERROR: CronJobId end10
[2026-09-10 20:19:11] Production.INFO: ==2455== Releasing lock...
[2026-09-10 20:19:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 20:19:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 20:19:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 20:19:13] Production.INFO: ============== Balance Warning START===========
[2026-09-10 20:19:13] Production.INFO: ============== Balance Warning END===========
[2026-09-10 20:19:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 20:19:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 20:19:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 20:19:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 20:19:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 20:19:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 20:19:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 20:19:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 20:19:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 20:19:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 20:19:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 20:19:13] Production.INFO: call_cost start
[2026-09-10 20:19:13] Production.INFO: call_cost end
[2026-09-10 20:19:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 20:19:13] Production.INFO: ============== Report Schedule START===========
[2026-09-10 20:19:13] Production.INFO: ============== Report Schedule END===========
[2026-09-10 20:19:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 20:19:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 20:19:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 20:19:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 20:19:13] Production.INFO: ============== Deal alert START===========
[2026-09-10 20:19:13] Production.INFO: ============== Deal alert END===========
[2026-09-10 20:19:13] Production.INFO: ==2451== Releasing lock...
[2026-09-10 20:19:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 20:19:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 01:20:01] Production.INFO: ==2530== Lock acquired, processing the job...
[2026-09-11 01:20:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 01:20:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 01:20:01] Production.INFO: neon service started
[2026-09-11 01:20:01] Production.INFO: neon service started
[2026-09-11 01:20:01] Production.INFO: ==2530== Releasing lock...
[2026-09-11 01:20:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 01:20:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 20:20:02] Production.INFO: ==2532== Lock acquired, processing the job...
[2026-09-10 20:20:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 00:20:02] Production.INFO: ==2534== Lock acquired, processing the job...
[2026-09-11 00:20:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 00:20:02] Production.INFO: ==2534== Releasing lock...
[2026-09-11 00:20:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 00:20:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 20:20:02] Production.INFO: ==2532== Releasing lock...
[2026-09-10 20:20:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 20:20:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 20:20:03] Production.INFO: ==2541== Lock acquired, processing the job...
[2026-09-10 20:20:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 20:20:03] Production.INFO: ==2537== Lock acquired, processing the job...
[2026-09-10 20:20:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 20:20:03] Production.INFO: ==2539== Lock acquired, processing the job...
[2026-09-10 20:20:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 20:20:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 20:20:03] Production.INFO: ==2543== Lock acquired, processing the job...
[2026-09-10 20:20:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 20:20:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 20:20:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 20:20:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 20:20:03] Production.INFO: ==2545== Lock acquired, processing the job...
[2026-09-10 20:20:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 20:20:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 20:20:03] Production.INFO: Account Balance Start.
[2026-09-10 20:20:03] Production.INFO: CreateAllLog Start
[2026-09-10 20:20:03] Production.INFO: 117
[2026-09-10 20:20:03] Production.INFO: Date 2026-09-08
[2026-09-10 20:20:03] Production.INFO: Reseller ==> 0
[2026-09-10 20:20:03] Production.INFO: Date 2026-09-09
[2026-09-10 20:20:03] Production.INFO: Reseller ==> 0
[2026-09-10 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-09-10 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-09-10 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-09-10 20:20:03] Production.INFO: ==2545== Releasing lock...
[2026-09-10 20:20:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 20:20:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 20:20:03] Production.INFO: Date 2026-09-10
[2026-09-10 20:20:03] Production.INFO: Reseller ==> 0
[2026-09-10 20:20:03] Production.INFO: Total Charge 0
[2026-09-10 20:20:03] Production.INFO: CreateAllLog End
[2026-09-10 20:20:04] Production.INFO: Account Balance End.
[2026-09-10 20:20:04] Production.ERROR: CronJobId end 12
[2026-09-10 20:20:04] Production.INFO: ==2543== Releasing lock...
[2026-09-10 20:20:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 20:20:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 20:20:04] Production.INFO: ==2539== Releasing lock...
[2026-09-10 20:20:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 20:20:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 20:20:12] Production.ERROR: CronJobId end10
[2026-09-10 20:20:12] Production.INFO: ==2541== Releasing lock...
[2026-09-10 20:20:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 20:20:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 20:20:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 20:20:13] Production.INFO: ============== Balance Warning START===========
[2026-09-10 20:20:13] Production.INFO: ============== Balance Warning END===========
[2026-09-10 20:20:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 20:20:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 20:20:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 20:20:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 20:20:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 20:20:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 20:20:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 20:20:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 20:20:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 20:20:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 20:20:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 20:20:14] Production.INFO: call_cost start
[2026-09-10 20:20:14] Production.INFO: call_cost end
[2026-09-10 20:20:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 20:20:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 20:20:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 20:20:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 20:20:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 20:20:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 20:20:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 20:20:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 20:20:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 20:20:14] Production.INFO: ==2537== Releasing lock...
[2026-09-10 20:20:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 20:20:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 01:21:02] Production.INFO: ==2607== Lock acquired, processing the job...
[2026-09-11 01:21:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 01:21:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 01:21:02] Production.INFO: neon service started
[2026-09-11 01:21:02] Production.INFO: neon service started
[2026-09-11 01:21:02] Production.INFO: ==2607== Releasing lock...
[2026-09-11 01:21:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 01:21:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 20:21:02] Production.INFO: ==2609== Lock acquired, processing the job...
[2026-09-10 20:21:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 20:21:02] Production.INFO: ==2609== Releasing lock...
[2026-09-10 20:21:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 20:21:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 00:21:03] Production.INFO: ==2611== Lock acquired, processing the job...
[2026-09-11 00:21:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 00:21:03] Production.INFO: ==2611== Releasing lock...
[2026-09-11 00:21:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 00:21:03] Production.INFO: 25 MB #Memory Used#
[2026-09-10 20:21:03] Production.INFO: ==2614== Lock acquired, processing the job...
[2026-09-10 20:21:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 20:21:03] Production.INFO: ==2616== Lock acquired, processing the job...
[2026-09-10 20:21:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 20:21:03] Production.INFO: ==2620== Lock acquired, processing the job...
[2026-09-10 20:21:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 20:21:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 20:21:03] Production.INFO: ==2618== Lock acquired, processing the job...
[2026-09-10 20:21:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 20:21:03] Production.INFO: ==2622== Lock acquired, processing the job...
[2026-09-10 20:21:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 20:21:03] Production.INFO: Account Balance Start.
[2026-09-10 20:21:03] Production.INFO: CreateAllLog Start
[2026-09-10 20:21:03] Production.INFO: 117
[2026-09-10 20:21:03] Production.INFO: Date 2026-09-08
[2026-09-10 20:21:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 20:21:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 20:21:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 20:21:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 20:21:03] Production.INFO: Reseller ==> 0
[2026-09-10 20:21:03] Production.INFO: Date 2026-09-09
[2026-09-10 20:21:03] Production.INFO: Reseller ==> 0
[2026-09-10 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-09-10 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-09-10 20:21:04] Production.INFO: Date 2026-09-10
[2026-09-10 20:21:04] Production.INFO: Reseller ==> 0
[2026-09-10 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-09-10 20:21:04] Production.INFO: ==2622== Releasing lock...
[2026-09-10 20:21:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 20:21:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 20:21:04] Production.INFO: Total Charge 0
[2026-09-10 20:21:04] Production.INFO: CreateAllLog End
[2026-09-10 20:21:04] Production.INFO: Account Balance End.
[2026-09-10 20:21:04] Production.ERROR: CronJobId end 12
[2026-09-10 20:21:04] Production.INFO: ==2620== Releasing lock...
[2026-09-10 20:21:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 20:21:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 20:21:04] Production.INFO: ==2616== Releasing lock...
[2026-09-10 20:21:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 20:21:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 20:21:12] Production.ERROR: CronJobId end10
[2026-09-10 20:21:12] Production.INFO: ==2618== Releasing lock...
[2026-09-10 20:21:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 20:21:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 20:21:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 20:21:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 20:21:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 20:21:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 20:21:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 20:21:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 20:21:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 20:21:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 20:21:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 20:21:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 20:21:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 20:21:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 20:21:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 20:21:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 20:21:14] Production.INFO: call_cost start
[2026-09-10 20:21:14] Production.INFO: call_cost end
[2026-09-10 20:21:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 20:21:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 20:21:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 20:21:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 20:21:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 20:21:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 20:21:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 20:21:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 20:21:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 20:21:14] Production.INFO: ==2614== Releasing lock...
[2026-09-10 20:21:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 20:21:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 01:22:01] Production.INFO: ==2691== Lock acquired, processing the job...
[2026-09-11 01:22:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 01:22:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 01:22:01] Production.INFO: neon service started
[2026-09-11 01:22:01] Production.INFO: neon service started
[2026-09-11 01:22:01] Production.INFO: ==2691== Releasing lock...
[2026-09-11 01:22:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 01:22:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 20:22:02] Production.INFO: ==2693== Lock acquired, processing the job...
[2026-09-10 20:22:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 20:22:02] Production.INFO: ==2693== Releasing lock...
[2026-09-10 20:22:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 20:22:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 00:22:02] Production.INFO: ==2695== Lock acquired, processing the job...
[2026-09-11 00:22:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 00:22:02] Production.INFO: ==2695== Releasing lock...
[2026-09-11 00:22:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 00:22:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 20:22:03] Production.INFO: ==2697== Lock acquired, processing the job...
[2026-09-10 20:22:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 20:22:03] Production.INFO: ==2701== Lock acquired, processing the job...
[2026-09-10 20:22:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 20:22:03] Production.INFO: ==2699== Lock acquired, processing the job...
[2026-09-10 20:22:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 20:22:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 20:22:03] Production.INFO: ==2705== Lock acquired, processing the job...
[2026-09-10 20:22:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 20:22:03] Production.INFO: ==2703== Lock acquired, processing the job...
[2026-09-10 20:22:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 20:22:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 20:22:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 20:22:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 20:22:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 20:22:03] Production.INFO: Account Balance Start.
[2026-09-10 20:22:03] Production.INFO: CreateAllLog Start
[2026-09-10 20:22:03] Production.INFO: 117
[2026-09-10 20:22:03] Production.INFO: Date 2026-09-08
[2026-09-10 20:22:03] Production.INFO: Reseller ==> 0
[2026-09-10 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-09-10 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-09-10 20:22:03] Production.INFO: Date 2026-09-09
[2026-09-10 20:22:03] Production.INFO: Reseller ==> 0
[2026-09-10 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-09-10 20:22:03] Production.INFO: ==2705== Releasing lock...
[2026-09-10 20:22:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 20:22:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 20:22:03] Production.INFO: Date 2026-09-10
[2026-09-10 20:22:03] Production.INFO: Reseller ==> 0
[2026-09-10 20:22:03] Production.INFO: Total Charge 0
[2026-09-10 20:22:03] Production.INFO: CreateAllLog End
[2026-09-10 20:22:03] Production.INFO: Account Balance End.
[2026-09-10 20:22:03] Production.ERROR: CronJobId end 12
[2026-09-10 20:22:03] Production.INFO: ==2703== Releasing lock...
[2026-09-10 20:22:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 20:22:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 20:22:03] Production.INFO: ==2699== Releasing lock...
[2026-09-10 20:22:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 20:22:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 20:22:12] Production.ERROR: CronJobId end10
[2026-09-10 20:22:12] Production.INFO: ==2701== Releasing lock...
[2026-09-10 20:22:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 20:22:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 20:22:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 20:22:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 20:22:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 20:22:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 20:22:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 20:22:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 20:22:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 20:22:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 20:22:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 20:22:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 20:22:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 20:22:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 20:22:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 20:22:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 20:22:14] Production.INFO: call_cost start
[2026-09-10 20:22:14] Production.INFO: call_cost end
[2026-09-10 20:22:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 20:22:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 20:22:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 20:22:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 20:22:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 20:22:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 20:22:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 20:22:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 20:22:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 20:22:14] Production.INFO: ==2697== Releasing lock...
[2026-09-10 20:22:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 20:22:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 01:23:02] Production.INFO: ==2769== Lock acquired, processing the job...
[2026-09-11 01:23:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 01:23:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 01:23:02] Production.INFO: neon service started
[2026-09-11 01:23:02] Production.INFO: neon service started
[2026-09-11 01:23:02] Production.INFO: ==2769== Releasing lock...
[2026-09-11 01:23:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 01:23:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 20:23:02] Production.INFO: ==2771== Lock acquired, processing the job...
[2026-09-10 20:23:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 20:23:02] Production.INFO: ==2771== Releasing lock...
[2026-09-10 20:23:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 20:23:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 00:23:02] Production.INFO: ==2773== Lock acquired, processing the job...
[2026-09-11 00:23:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 00:23:02] Production.INFO: ==2773== Releasing lock...
[2026-09-11 00:23:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 00:23:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 20:23:03] Production.INFO: ==2775== Lock acquired, processing the job...
[2026-09-10 20:23:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 20:23:03] Production.INFO: ==2777== Lock acquired, processing the job...
[2026-09-10 20:23:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 20:23:03] Production.INFO: ==2779== Lock acquired, processing the job...
[2026-09-10 20:23:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 20:23:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 20:23:03] Production.INFO: ==2781== Lock acquired, processing the job...
[2026-09-10 20:23:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 20:23:03] Production.INFO: ==2783== Lock acquired, processing the job...
[2026-09-10 20:23:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 20:23:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 20:23:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 20:23:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 20:23:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 20:23:03] Production.INFO: Account Balance Start.
[2026-09-10 20:23:03] Production.INFO: CreateAllLog Start
[2026-09-10 20:23:03] Production.INFO: 117
[2026-09-10 20:23:03] Production.INFO: Date 2026-09-08
[2026-09-10 20:23:03] Production.INFO: Reseller ==> 0
[2026-09-10 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-09-10 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-09-10 20:23:03] Production.INFO: Date 2026-09-09
[2026-09-10 20:23:03] Production.INFO: Reseller ==> 0
[2026-09-10 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-09-10 20:23:03] Production.INFO: ==2783== Releasing lock...
[2026-09-10 20:23:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 20:23:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 20:23:03] Production.INFO: Date 2026-09-10
[2026-09-10 20:23:03] Production.INFO: Reseller ==> 0
[2026-09-10 20:23:03] Production.INFO: Total Charge 0
[2026-09-10 20:23:03] Production.INFO: CreateAllLog End
[2026-09-10 20:23:04] Production.INFO: Account Balance End.
[2026-09-10 20:23:04] Production.ERROR: CronJobId end 12
[2026-09-10 20:23:04] Production.INFO: ==2781== Releasing lock...
[2026-09-10 20:23:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 20:23:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 20:23:04] Production.INFO: ==2777== Releasing lock...
[2026-09-10 20:23:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 20:23:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 20:23:11] Production.ERROR: CronJobId end10
[2026-09-10 20:23:11] Production.INFO: ==2779== Releasing lock...
[2026-09-10 20:23:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 20:23:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 20:23:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 20:23:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 20:23:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 20:23:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 20:23:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 20:23:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 20:23:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 20:23:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 20:23:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 20:23:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 20:23:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 20:23:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 20:23:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 20:23:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 20:23:15] Production.INFO: call_cost start
[2026-09-10 20:23:15] Production.INFO: call_cost end
[2026-09-10 20:23:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 20:23:15] Production.INFO: ============== Report Schedule START===========
[2026-09-10 20:23:15] Production.INFO: ============== Report Schedule END===========
[2026-09-10 20:23:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 20:23:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 20:23:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 20:23:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 20:23:15] Production.INFO: ============== Deal alert START===========
[2026-09-10 20:23:15] Production.INFO: ============== Deal alert END===========
[2026-09-10 20:23:15] Production.INFO: ==2775== Releasing lock...
[2026-09-10 20:23:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 20:23:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 01:24:01] Production.INFO: ==2842== Lock acquired, processing the job...
[2026-09-11 01:24:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 01:24:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 01:24:01] Production.INFO: neon service started
[2026-09-11 01:24:01] Production.INFO: neon service started
[2026-09-11 01:24:01] Production.INFO: ==2842== Releasing lock...
[2026-09-11 01:24:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 01:24:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 20:24:01] Production.INFO: ==2844== Lock acquired, processing the job...
[2026-09-10 20:24:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 20:24:02] Production.INFO: ==2844== Releasing lock...
[2026-09-10 20:24:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 20:24:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 00:24:02] Production.INFO: ==2846== Lock acquired, processing the job...
[2026-09-11 00:24:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 00:24:02] Production.INFO: ==2846== Releasing lock...
[2026-09-11 00:24:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 00:24:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 20:24:02] Production.INFO: ==2852== Lock acquired, processing the job...
[2026-09-10 20:24:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 20:24:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 20:24:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 20:24:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 20:24:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 20:24:03] Production.INFO: ==2850== Lock acquired, processing the job...
[2026-09-10 20:24:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 20:24:03] Production.INFO: ==2848== Lock acquired, processing the job...
[2026-09-10 20:24:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 20:24:03] Production.INFO: ==2854== Lock acquired, processing the job...
[2026-09-10 20:24:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 20:24:03] Production.INFO: Account Balance Start.
[2026-09-10 20:24:03] Production.INFO: CreateAllLog Start
[2026-09-10 20:24:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 20:24:03] Production.INFO: 117
[2026-09-10 20:24:03] Production.INFO: ==2856== Lock acquired, processing the job...
[2026-09-10 20:24:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 20:24:03] Production.INFO: Date 2026-09-08
[2026-09-10 20:24:03] Production.INFO: Reseller ==> 0
[2026-09-10 20:24:03] Production.INFO: Date 2026-09-09
[2026-09-10 20:24:03] Production.INFO: Reseller ==> 0
[2026-09-10 20:24:03] Production.INFO: Date 2026-09-10
[2026-09-10 20:24:03] Production.INFO: Reseller ==> 0
[2026-09-10 20:24:03] Production.INFO: Total Charge 0
[2026-09-10 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-09-10 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-09-10 20:24:03] Production.INFO: CreateAllLog End
[2026-09-10 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-09-10 20:24:03] Production.INFO: ==2856== Releasing lock...
[2026-09-10 20:24:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 20:24:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 20:24:03] Production.INFO: Account Balance End.
[2026-09-10 20:24:03] Production.ERROR: CronJobId end 12
[2026-09-10 20:24:03] Production.INFO: ==2854== Releasing lock...
[2026-09-10 20:24:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 20:24:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 20:24:03] Production.INFO: ==2850== Releasing lock...
[2026-09-10 20:24:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 20:24:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 20:24:11] Production.ERROR: CronJobId end10
[2026-09-10 20:24:11] Production.INFO: ==2852== Releasing lock...
[2026-09-10 20:24:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 20:24:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 20:24:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 20:24:13] Production.INFO: ============== Balance Warning START===========
[2026-09-10 20:24:13] Production.INFO: ============== Balance Warning END===========
[2026-09-10 20:24:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 20:24:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 20:24:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 20:24:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 20:24:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 20:24:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 20:24:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 20:24:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 20:24:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 20:24:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 20:24:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 20:24:13] Production.INFO: call_cost start
[2026-09-10 20:24:13] Production.INFO: call_cost end
[2026-09-10 20:24:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 20:24:13] Production.INFO: ============== Report Schedule START===========
[2026-09-10 20:24:13] Production.INFO: ============== Report Schedule END===========
[2026-09-10 20:24:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 20:24:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 20:24:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 20:24:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 20:24:13] Production.INFO: ============== Deal alert START===========
[2026-09-10 20:24:13] Production.INFO: ============== Deal alert END===========
[2026-09-10 20:24:13] Production.INFO: ==2848== Releasing lock...
[2026-09-10 20:24:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 20:24:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 01:25:01] Production.INFO: ==2918== Lock acquired, processing the job...
[2026-09-11 01:25:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 01:25:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 01:25:01] Production.INFO: neon service started
[2026-09-11 01:25:01] Production.INFO: neon service started
[2026-09-11 01:25:01] Production.INFO: ==2918== Releasing lock...
[2026-09-11 01:25:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 01:25:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 00:25:02] Production.INFO: ==2922== Lock acquired, processing the job...
[2026-09-11 00:25:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 00:25:02] Production.INFO: ==2922== Releasing lock...
[2026-09-11 00:25:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 00:25:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 20:25:02] Production.INFO: ==2920== Lock acquired, processing the job...
[2026-09-10 20:25:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 20:25:02] Production.INFO: ==2920== Releasing lock...
[2026-09-10 20:25:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 20:25:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 20:25:03] Production.INFO: ==2927== Lock acquired, processing the job...
[2026-09-10 20:25:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 20:25:03] Production.INFO: ==2925== Lock acquired, processing the job...
[2026-09-10 20:25:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-10 20:25:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 20:25:03] Production.ERROR: ========================== active cronjob start =============================
[2026-09-10 20:25:03] Production.INFO: ==2929== Lock acquired, processing the job...
[2026-09-10 20:25:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 20:25:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-10 20:25:03] Production.ERROR: CronJob PID - 2927
[2026-09-10 20:25:03] Production.ERROR: CronJob Title - System Alerts
[2026-09-10 20:25:03] Production.ERROR: CronJob ID - 5
[2026-09-10 20:25:03] Production.ERROR: CronJob Last Run Time 2026-09-10 20:25:00
[2026-09-10 20:25:03] Production.ERROR: CronJob Active Minutes 0
[2026-09-10 20:25:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-10 20:25:03] Production.INFO: ==2931== Lock acquired, processing the job...
[2026-09-10 20:25:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 20:25:03] Production.ERROR: ========================== active cronjob end =============================
[2026-09-10 20:25:03] Production.INFO: ==2925== Releasing lock...
[2026-09-10 20:25:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-10 20:25:03] Production.INFO: 25.5 MB #Memory Used#
[2026-09-10 20:25:03] Production.INFO: ==2935== Lock acquired, processing the job...
[2026-09-10 20:25:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-10 20:25:03] Production.INFO: ==2933== Lock acquired, processing the job...
[2026-09-10 20:25:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 20:25:03] Production.ERROR: tblTempUsageDetail_20
[2026-09-10 20:25:03] Production.INFO: ==2937== Lock acquired, processing the job...
[2026-09-10 20:25:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 20:25:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 20:25:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 20:25:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 20:25:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 20:25:04] Production.INFO: Account Balance Start.
[2026-09-10 20:25:04] Production.INFO: CreateAllLog Start
[2026-09-10 20:25:04] Production.INFO: 117
[2026-09-10 20:25:04] Production.INFO: Date 2026-09-08
[2026-09-10 20: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-09-10 20:25:04] Production.INFO: Reseller ==> 0
[2026-09-10 20: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-09-10 20: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-09-10 20:25:04] Production.INFO: ==2937== Releasing lock...
[2026-09-10 20:25:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 20:25:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 20:25:04] Production.ERROR: done
[2026-09-10 20:25:04] Production.INFO: Date 2026-09-09
[2026-09-10 20:25:04] Production.INFO: Reseller ==> 0
[2026-09-10 20:25:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-10 20:25:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17980461', 'tblTempUsageDetail_20reseller','2026-09-10','2026-09-10','1' ) start
[2026-09-10 20:25:04] Production.INFO: Date 2026-09-10
[2026-09-10 20:25:04] Production.INFO: Reseller ==> 0
[2026-09-10 20:25:04] Production.INFO: Total Charge 0
[2026-09-10 20:25:04] Production.INFO: CreateAllLog End
[2026-09-10 20:25:04] Production.INFO: Account Balance End.
[2026-09-10 20:25:04] Production.ERROR: CronJobId end 12
[2026-09-10 20:25:04] Production.INFO: ==2933== Releasing lock...
[2026-09-10 20:25:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 20:25:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 20:25:04] Production.INFO: ==2929== Releasing lock...
[2026-09-10 20:25:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 20:25:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 20:25:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17980461', 'tblTempUsageDetail_20reseller','2026-09-10','2026-09-10','1' ) end
[2026-09-10 20:25:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-10 20:25:10] Production.INFO: ProcessCDR(1,17980461,1,1,2)
[2026-09-10 20:25:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17980461,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-10 20:25:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17980461,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-10 20:25:10] Production.ERROR: pbx prc_insertCDR start
[2026-09-10 20:25:10] Production.ERROR: pbx prc_insertCDR end
[2026-09-10 20:25:10] Production.INFO: ==2935== Releasing lock...
[2026-09-10 20:25:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-10 20:25:10] Production.INFO: 26 MB #Memory Used#
[2026-09-10 20:25:15] Production.ERROR: CronJobId end10
[2026-09-10 20:25:15] Production.INFO: ==2931== Releasing lock...
[2026-09-10 20:25:15] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 20:25:15] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 20:25:17] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 20:25:17] Production.INFO: ============== Balance Warning START===========
[2026-09-10 20:25:17] Production.INFO: ============== Balance Warning END===========
[2026-09-10 20:25:17] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 20:25:17] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 20:25:17] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 20:25:17] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 20:25:17] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 20:25:17] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 20:25:17] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 20:25:17] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 20:25:17] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 20:25:17] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 20:25:17] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 20:25:18] Production.INFO: call_cost start
[2026-09-10 20:25:18] Production.INFO: call_cost end
[2026-09-10 20:25:18] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 20:25:18] Production.INFO: ============== Report Schedule START===========
[2026-09-10 20:25:18] Production.INFO: ============== Report Schedule END===========
[2026-09-10 20:25:18] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 20:25:18] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 20:25:18] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 20:25:18] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 20:25:18] Production.INFO: ============== Deal alert START===========
[2026-09-10 20:25:18] Production.INFO: ============== Deal alert END===========
[2026-09-10 20:25:18] Production.INFO: ==2927== Releasing lock...
[2026-09-10 20:25:18] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 20:25:18] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 01:26:01] Production.INFO: ==3001== Lock acquired, processing the job...
[2026-09-11 01:26:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 01:26:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 01:26:01] Production.INFO: neon service started
[2026-09-11 01:26:01] Production.INFO: neon service started
[2026-09-11 01:26:01] Production.INFO: ==3001== Releasing lock...
[2026-09-11 01:26:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 01:26:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 20:26:01] Production.INFO: ==3003== Lock acquired, processing the job...
[2026-09-10 20:26:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 20:26:01] Production.INFO: ==3003== Releasing lock...
[2026-09-10 20:26:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 20:26:01] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 00:26:02] Production.INFO: ==3005== Lock acquired, processing the job...
[2026-09-11 00:26:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 00:26:02] Production.INFO: ==3005== Releasing lock...
[2026-09-11 00:26:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 00:26:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 20:26:02] Production.INFO: ==3012== Lock acquired, processing the job...
[2026-09-10 20:26:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 20:26:02] Production.INFO: ==3008== Lock acquired, processing the job...
[2026-09-10 20:26:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 20:26:02] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 20:26:02] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 20:26:02] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 20:26:02] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 20:26:02] Production.INFO: ==3010== Lock acquired, processing the job...
[2026-09-10 20:26:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 20:26:03] Production.INFO: ==3014== Lock acquired, processing the job...
[2026-09-10 20:26:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 20:26:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 20:26:03] Production.INFO: ==3016== Lock acquired, processing the job...
[2026-09-10 20:26:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 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-09-10 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-09-10 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-09-10 20:26:03] Production.INFO: ==3016== Releasing lock...
[2026-09-10 20:26:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 20:26:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 20:26:03] Production.INFO: Account Balance Start.
[2026-09-10 20:26:03] Production.INFO: CreateAllLog Start
[2026-09-10 20:26:03] Production.INFO: 117
[2026-09-10 20:26:03] Production.INFO: Date 2026-09-08
[2026-09-10 20:26:03] Production.INFO: Reseller ==> 0
[2026-09-10 20:26:03] Production.INFO: Date 2026-09-09
[2026-09-10 20:26:03] Production.INFO: Reseller ==> 0
[2026-09-10 20:26:03] Production.INFO: Date 2026-09-10
[2026-09-10 20:26:03] Production.INFO: Reseller ==> 0
[2026-09-10 20:26:03] Production.INFO: Total Charge 0
[2026-09-10 20:26:03] Production.INFO: CreateAllLog End
[2026-09-10 20:26:03] Production.INFO: Account Balance End.
[2026-09-10 20:26:03] Production.ERROR: CronJobId end 12
[2026-09-10 20:26:03] Production.INFO: ==3014== Releasing lock...
[2026-09-10 20:26:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 20:26:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 20:26:03] Production.INFO: ==3010== Releasing lock...
[2026-09-10 20:26:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 20:26:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 20:26:10] Production.ERROR: CronJobId end10
[2026-09-10 20:26:10] Production.INFO: ==3012== Releasing lock...
[2026-09-10 20:26:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 20:26:10] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 20:26:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 20:26:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 20:26:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 20:26:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 20:26:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 20:26:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 20:26:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 20:26:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 20:26:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 20:26:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 20:26:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 20:26:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 20:26:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 20:26:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 20:26:15] Production.INFO: call_cost start
[2026-09-10 20:26:15] Production.INFO: call_cost end
[2026-09-10 20:26:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 20:26:15] Production.INFO: ============== Report Schedule START===========
[2026-09-10 20:26:15] Production.INFO: ============== Report Schedule END===========
[2026-09-10 20:26:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 20:26:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 20:26:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 20:26:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 20:26:15] Production.INFO: ============== Deal alert START===========
[2026-09-10 20:26:15] Production.INFO: ============== Deal alert END===========
[2026-09-10 20:26:15] Production.INFO: ==3008== Releasing lock...
[2026-09-10 20:26:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 20:26:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 01:27:01] Production.INFO: ==3089== Lock acquired, processing the job...
[2026-09-11 01:27:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 01:27:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 01:27:01] Production.INFO: neon service started
[2026-09-11 01:27:01] Production.INFO: neon service started
[2026-09-11 01:27:01] Production.INFO: ==3089== Releasing lock...
[2026-09-11 01:27:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 01:27:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 00:27:02] Production.INFO: ==3093== Lock acquired, processing the job...
[2026-09-11 00:27:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 00:27:02] Production.INFO: ==3093== Releasing lock...
[2026-09-11 00:27:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 00:27:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 20:27:02] Production.INFO: ==3091== Lock acquired, processing the job...
[2026-09-10 20:27:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 20:27:02] Production.INFO: ==3091== Releasing lock...
[2026-09-10 20:27:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 20:27:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 20:27:03] Production.INFO: ==3096== Lock acquired, processing the job...
[2026-09-10 20:27:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 20:27:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 20:27:03] Production.INFO: ==3100== Lock acquired, processing the job...
[2026-09-10 20:27:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 20:27:03] Production.INFO: ==3098== Lock acquired, processing the job...
[2026-09-10 20:27:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 20:27:03] Production.INFO: ==3102== Lock acquired, processing the job...
[2026-09-10 20:27:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 20:27:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 20:27:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 20:27:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 20:27:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 20:27:03] Production.INFO: ==3104== Lock acquired, processing the job...
[2026-09-10 20:27:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 20:27:03] Production.INFO: Account Balance Start.
[2026-09-10 20:27:03] Production.INFO: CreateAllLog Start
[2026-09-10 20:27:03] Production.INFO: 117
[2026-09-10 20:27:03] Production.INFO: Date 2026-09-08
[2026-09-10 20:27:03] Production.INFO: Reseller ==> 0
[2026-09-10 20:27:03] Production.INFO: Date 2026-09-09
[2026-09-10 20:27:03] Production.INFO: Reseller ==> 0
[2026-09-10 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-09-10 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-09-10 20:27:03] Production.INFO: Date 2026-09-10
[2026-09-10 20:27:03] Production.INFO: Reseller ==> 0
[2026-09-10 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-09-10 20:27:03] Production.INFO: ==3104== Releasing lock...
[2026-09-10 20:27:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 20:27:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 20:27:03] Production.INFO: Total Charge 0
[2026-09-10 20:27:03] Production.INFO: CreateAllLog End
[2026-09-10 20:27:03] Production.INFO: Account Balance End.
[2026-09-10 20:27:03] Production.ERROR: CronJobId end 12
[2026-09-10 20:27:03] Production.INFO: ==3102== Releasing lock...
[2026-09-10 20:27:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 20:27:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 20:27:04] Production.INFO: ==3098== Releasing lock...
[2026-09-10 20:27:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 20:27:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 20:27:11] Production.ERROR: CronJobId end10
[2026-09-10 20:27:11] Production.INFO: ==3100== Releasing lock...
[2026-09-10 20:27:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 20:27:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 20:27:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 20:27:13] Production.INFO: ============== Balance Warning START===========
[2026-09-10 20:27:13] Production.INFO: ============== Balance Warning END===========
[2026-09-10 20:27:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 20:27:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 20:27:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 20:27:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 20:27:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 20:27:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 20:27:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 20:27:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 20:27:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 20:27:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 20:27:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 20:27:14] Production.INFO: call_cost start
[2026-09-10 20:27:14] Production.INFO: call_cost end
[2026-09-10 20:27:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 20:27:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 20:27:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 20:27:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 20:27:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 20:27:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 20:27:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 20:27:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 20:27:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 20:27:14] Production.INFO: ==3096== Releasing lock...
[2026-09-10 20:27:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 20:27:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 01:28:02] Production.INFO: ==3169== Lock acquired, processing the job...
[2026-09-11 01:28:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 01:28:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 01:28:02] Production.INFO: neon service started
[2026-09-11 01:28:02] Production.INFO: neon service started
[2026-09-11 01:28:02] Production.INFO: ==3169== Releasing lock...
[2026-09-11 01:28:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 01:28:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 20:28:02] Production.INFO: ==3171== Lock acquired, processing the job...
[2026-09-10 20:28:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 20:28:02] Production.INFO: ==3171== Releasing lock...
[2026-09-10 20:28:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 20:28:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 00:28:02] Production.INFO: ==3173== Lock acquired, processing the job...
[2026-09-11 00:28:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 00:28:02] Production.INFO: ==3173== Releasing lock...
[2026-09-11 00:28:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 00:28:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 20:28:03] Production.INFO: ==3176== Lock acquired, processing the job...
[2026-09-10 20:28:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 20:28:03] Production.INFO: ==3180== Lock acquired, processing the job...
[2026-09-10 20:28:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 20:28:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 20:28:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 20:28:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 20:28:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 20:28:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 20:28:03] Production.INFO: ==3178== Lock acquired, processing the job...
[2026-09-10 20:28:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 20:28:03] Production.INFO: ==3184== Lock acquired, processing the job...
[2026-09-10 20:28:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 20:28:03] Production.INFO: ==3182== Lock acquired, processing the job...
[2026-09-10 20:28:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 20:28:03] Production.INFO: Account Balance Start.
[2026-09-10 20:28:03] Production.INFO: CreateAllLog Start
[2026-09-10 20:28:03] Production.INFO: 117
[2026-09-10 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-09-10 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-09-10 20:28:03] Production.INFO: Date 2026-09-08
[2026-09-10 20:28:03] Production.INFO: Reseller ==> 0
[2026-09-10 20: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-09-10 20:28:04] Production.INFO: ==3184== Releasing lock...
[2026-09-10 20:28:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 20:28:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 20:28:04] Production.INFO: Date 2026-09-09
[2026-09-10 20:28:04] Production.INFO: Reseller ==> 0
[2026-09-10 20:28:04] Production.INFO: Date 2026-09-10
[2026-09-10 20:28:04] Production.INFO: Reseller ==> 0
[2026-09-10 20:28:04] Production.INFO: Total Charge 0
[2026-09-10 20:28:04] Production.INFO: CreateAllLog End
[2026-09-10 20:28:04] Production.INFO: Account Balance End.
[2026-09-10 20:28:04] Production.ERROR: CronJobId end 12
[2026-09-10 20:28:04] Production.INFO: ==3182== Releasing lock...
[2026-09-10 20:28:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 20:28:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 20:28:04] Production.INFO: ==3178== Releasing lock...
[2026-09-10 20:28:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 20:28:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 20:28:11] Production.ERROR: CronJobId end10
[2026-09-10 20:28:11] Production.INFO: ==3180== Releasing lock...
[2026-09-10 20:28:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 20:28:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 20:28:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 20:28:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 20:28:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 20:28:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 20:28:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 20:28:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 20:28:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 20:28:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 20:28:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 20:28:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 20:28:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 20:28:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 20:28:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 20:28:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 20:28:15] Production.INFO: call_cost start
[2026-09-10 20:28:15] Production.INFO: call_cost end
[2026-09-10 20:28:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 20:28:15] Production.INFO: ============== Report Schedule START===========
[2026-09-10 20:28:15] Production.INFO: ============== Report Schedule END===========
[2026-09-10 20:28:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 20:28:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 20:28:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 20:28:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 20:28:15] Production.INFO: ============== Deal alert START===========
[2026-09-10 20:28:15] Production.INFO: ============== Deal alert END===========
[2026-09-10 20:28:15] Production.INFO: ==3176== Releasing lock...
[2026-09-10 20:28:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 20:28:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 01:29:01] Production.INFO: ==3259== Lock acquired, processing the job...
[2026-09-11 01:29:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 01:29:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 01:29:01] Production.INFO: neon service started
[2026-09-11 01:29:01] Production.INFO: neon service started
[2026-09-11 01:29:01] Production.INFO: ==3259== Releasing lock...
[2026-09-11 01:29:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 01:29:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 00:29:01] Production.INFO: ==3263== Lock acquired, processing the job...
[2026-09-11 00:29:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 00:29:01] Production.INFO: ==3263== Releasing lock...
[2026-09-11 00:29:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 00:29:01] Production.INFO: 25 MB #Memory Used#
[2026-09-10 20:29:02] Production.INFO: ==3261== Lock acquired, processing the job...
[2026-09-10 20:29:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 20:29:02] Production.INFO: ==3261== Releasing lock...
[2026-09-10 20:29:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 20:29:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 20:29:02] Production.INFO: ==3273== Lock acquired, processing the job...
[2026-09-10 20:29:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 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-09-10 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-09-10 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-09-10 20:29:03] Production.INFO: ==3273== Releasing lock...
[2026-09-10 20:29:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 20:29:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 20:29:03] Production.INFO: ==3265== Lock acquired, processing the job...
[2026-09-10 20:29:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 20:29:03] Production.INFO: ==3267== Lock acquired, processing the job...
[2026-09-10 20:29:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 20:29:03] Production.INFO: ==3271== Lock acquired, processing the job...
[2026-09-10 20:29:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 20:29:03] Production.INFO: ==3269== Lock acquired, processing the job...
[2026-09-10 20:29:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 20:29:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 20:29:03] Production.INFO: Account Balance Start.
[2026-09-10 20:29:03] Production.INFO: CreateAllLog Start
[2026-09-10 20:29:03] Production.INFO: 117
[2026-09-10 20:29:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 20:29:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 20:29:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 20:29:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 20:29:03] Production.INFO: Date 2026-09-08
[2026-09-10 20:29:03] Production.INFO: Reseller ==> 0
[2026-09-10 20:29:03] Production.INFO: Date 2026-09-09
[2026-09-10 20:29:03] Production.INFO: Reseller ==> 0
[2026-09-10 20:29:03] Production.INFO: Date 2026-09-10
[2026-09-10 20:29:03] Production.INFO: Reseller ==> 0
[2026-09-10 20:29:03] Production.INFO: Total Charge 0
[2026-09-10 20:29:03] Production.INFO: CreateAllLog End
[2026-09-10 20:29:03] Production.INFO: Account Balance End.
[2026-09-10 20:29:03] Production.ERROR: CronJobId end 12
[2026-09-10 20:29:03] Production.INFO: ==3271== Releasing lock...
[2026-09-10 20:29:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 20:29:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 20:29:04] Production.INFO: ==3267== Releasing lock...
[2026-09-10 20:29:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 20:29:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 20:29:11] Production.ERROR: CronJobId end10
[2026-09-10 20:29:11] Production.INFO: ==3269== Releasing lock...
[2026-09-10 20:29:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 20:29:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 20:29:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 20:29:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 20:29:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 20:29:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 20:29:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 20:29:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 20:29:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 20:29:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 20:29:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 20:29:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 20:29:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 20:29:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 20:29:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 20:29:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 20:29:14] Production.INFO: call_cost start
[2026-09-10 20:29:14] Production.INFO: call_cost end
[2026-09-10 20:29:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 20:29:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 20:29:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 20:29:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 20:29:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 20:29:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 20:29:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 20:29:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 20:29:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 20:29:14] Production.INFO: ==3265== Releasing lock...
[2026-09-10 20:29:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 20:29:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 01:30:01] Production.INFO: ==3336== Lock acquired, processing the job...
[2026-09-11 01:30:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 01:30:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 01:30:01] Production.INFO: neon service started
[2026-09-11 01:30:01] Production.INFO: neon service started
[2026-09-11 01:30:01] Production.INFO: ==3336== Releasing lock...
[2026-09-11 01:30:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 01:30:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 20:30:02] Production.INFO: ==3338== Lock acquired, processing the job...
[2026-09-10 20:30:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 20:30:02] Production.INFO: ==3338== Releasing lock...
[2026-09-10 20:30:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 20:30:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 00:30:03] Production.INFO: ==3340== Lock acquired, processing the job...
[2026-09-11 00:30:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 00:30:03] Production.INFO: ==3340== Releasing lock...
[2026-09-11 00:30:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 00:30:03] Production.INFO: 25 MB #Memory Used#
[2026-09-10 20:30:03] Production.INFO: ==3345== Lock acquired, processing the job...
[2026-09-10 20:30:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 20:30:03] Production.INFO: ==3343== Lock acquired, processing the job...
[2026-09-10 20:30:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 20:30:03] Production.INFO: ==3347== Lock acquired, processing the job...
[2026-09-10 20:30:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 20:30:03] Production.INFO: ==3349== Lock acquired, processing the job...
[2026-09-10 20:30:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 20:30:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 20:30:03] Production.INFO: ==3351== Lock acquired, processing the job...
[2026-09-10 20:30:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 20:30:03] Production.INFO: Account Balance Start.
[2026-09-10 20:30:03] Production.INFO: CreateAllLog Start
[2026-09-10 20:30:03] Production.INFO: 117
[2026-09-10 20:30:03] Production.INFO: Date 2026-09-08
[2026-09-10 20:30:03] Production.INFO: Reseller ==> 0
[2026-09-10 20: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-09-10 20:30:03] Production.INFO: Date 2026-09-09
[2026-09-10 20: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-09-10 20:30:03] Production.INFO: Reseller ==> 0
[2026-09-10 20:30:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 20: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-09-10 20:30:03] Production.INFO: ==3351== Releasing lock...
[2026-09-10 20:30:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 20:30:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 20:30:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 20:30:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 20:30:03] Production.INFO: Date 2026-09-10
[2026-09-10 20:30:03] Production.INFO: Reseller ==> 0
[2026-09-10 20:30:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 20:30:03] Production.INFO: Total Charge 0
[2026-09-10 20:30:04] Production.INFO: CreateAllLog End
[2026-09-10 20:30:04] Production.INFO: Account Balance End.
[2026-09-10 20:30:04] Production.ERROR: CronJobId end 12
[2026-09-10 20:30:04] Production.INFO: ==3349== Releasing lock...
[2026-09-10 20:30:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 20:30:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 20:30:04] Production.INFO: ==3345== Releasing lock...
[2026-09-10 20:30:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 20:30:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 20:30:12] Production.ERROR: CronJobId end10
[2026-09-10 20:30:12] Production.INFO: ==3347== Releasing lock...
[2026-09-10 20:30:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 20:30:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 20:30:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 20:30:15] Production.INFO: ============== Balance Warning START===========
[2026-09-10 20:30:15] Production.INFO: ============== Balance Warning END===========
[2026-09-10 20:30:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 20:30:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 20:30:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 20:30:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 20:30:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 20:30:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 20:30:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 20:30:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 20:30:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 20:30:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 20:30:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 20:30:15] Production.INFO: call_cost start
[2026-09-10 20:30:15] Production.INFO: call_cost end
[2026-09-10 20:30:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 20:30:15] Production.INFO: ============== Report Schedule START===========
[2026-09-10 20:30:15] Production.INFO: ============== Report Schedule END===========
[2026-09-10 20:30:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 20:30:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 20:30:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 20:30:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 20:30:15] Production.INFO: ============== Deal alert START===========
[2026-09-10 20:30:15] Production.INFO: ============== Deal alert END===========
[2026-09-10 20:30:15] Production.INFO: ==3343== Releasing lock...
[2026-09-10 20:30:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 20:30:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 01:31:01] Production.INFO: ==3423== Lock acquired, processing the job...
[2026-09-11 01:31:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 01:31:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 01:31:01] Production.INFO: neon service started
[2026-09-11 01:31:01] Production.INFO: neon service started
[2026-09-11 01:31:01] Production.INFO: ==3423== Releasing lock...
[2026-09-11 01:31:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 01:31:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 20:31:01] Production.INFO: ==3425== Lock acquired, processing the job...
[2026-09-10 20:31:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 20:31:01] Production.INFO: ==3425== Releasing lock...
[2026-09-10 20:31:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 20:31:01] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 00:31:02] Production.INFO: ==3427== Lock acquired, processing the job...
[2026-09-11 00:31:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 00:31:02] Production.INFO: ==3427== Releasing lock...
[2026-09-11 00:31:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 00:31:02] Production.INFO: 26 MB #Memory Used#
[2026-09-10 20:31:02] Production.INFO: ==3431== Lock acquired, processing the job...
[2026-09-10 20:31:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 20:31:02] Production.INFO: ==3429== Lock acquired, processing the job...
[2026-09-10 20:31:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 20:31:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 20:31:03] Production.INFO: ==3433== Lock acquired, processing the job...
[2026-09-10 20:31:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 20:31:03] Production.INFO: ==3435== Lock acquired, processing the job...
[2026-09-10 20:31:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 20:31:03] Production.INFO: ==3437== Lock acquired, processing the job...
[2026-09-10 20:31:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 20:31:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 20:31:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 20:31:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 20:31:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 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-09-10 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-09-10 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-09-10 20:31:03] Production.INFO: Account Balance Start.
[2026-09-10 20:31:03] Production.INFO: CreateAllLog Start
[2026-09-10 20:31:03] Production.INFO: 117
[2026-09-10 20:31:03] Production.INFO: Date 2026-09-08
[2026-09-10 20:31:03] Production.INFO: ==3437== Releasing lock...
[2026-09-10 20:31:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 20:31:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 20:31:03] Production.INFO: Reseller ==> 0
[2026-09-10 20:31:03] Production.INFO: Date 2026-09-09
[2026-09-10 20:31:03] Production.INFO: Reseller ==> 0
[2026-09-10 20:31:03] Production.INFO: Date 2026-09-10
[2026-09-10 20:31:03] Production.INFO: Reseller ==> 0
[2026-09-10 20:31:03] Production.INFO: Total Charge 0
[2026-09-10 20:31:03] Production.INFO: CreateAllLog End
[2026-09-10 20:31:03] Production.INFO: Account Balance End.
[2026-09-10 20:31:03] Production.ERROR: CronJobId end 12
[2026-09-10 20:31:03] Production.INFO: ==3435== Releasing lock...
[2026-09-10 20:31:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 20:31:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 20:31:03] Production.INFO: ==3431== Releasing lock...
[2026-09-10 20:31:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 20:31:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 20:31:11] Production.ERROR: CronJobId end10
[2026-09-10 20:31:11] Production.INFO: ==3433== Releasing lock...
[2026-09-10 20:31:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 20:31:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 20:31:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 20:31:13] Production.INFO: ============== Balance Warning START===========
[2026-09-10 20:31:13] Production.INFO: ============== Balance Warning END===========
[2026-09-10 20:31:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 20:31:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 20:31:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 20:31:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 20:31:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 20:31:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 20:31:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 20:31:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 20:31:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 20:31:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 20:31:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 20:31:14] Production.INFO: call_cost start
[2026-09-10 20:31:14] Production.INFO: call_cost end
[2026-09-10 20:31:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 20:31:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 20:31:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 20:31:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 20:31:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 20:31:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 20:31:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 20:31:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 20:31:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 20:31:14] Production.INFO: ==3429== Releasing lock...
[2026-09-10 20:31:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 20:31:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 01:32:01] Production.INFO: ==3500== Lock acquired, processing the job...
[2026-09-11 01:32:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 01:32:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 01:32:01] Production.INFO: neon service started
[2026-09-11 01:32:01] Production.INFO: neon service started
[2026-09-11 01:32:01] Production.INFO: ==3500== Releasing lock...
[2026-09-11 01:32:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 01:32:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 20:32:02] Production.INFO: ==3503== Lock acquired, processing the job...
[2026-09-10 20:32:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 20:32:02] Production.INFO: ==3503== Releasing lock...
[2026-09-10 20:32:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 20:32:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 00:32:02] Production.INFO: ==3505== Lock acquired, processing the job...
[2026-09-11 00:32:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 00:32:02] Production.INFO: ==3505== Releasing lock...
[2026-09-11 00:32:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 00:32:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 20:32:03] Production.INFO: ==3508== Lock acquired, processing the job...
[2026-09-10 20:32:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 20:32:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 20:32:03] Production.INFO: ==3512== Lock acquired, processing the job...
[2026-09-10 20:32:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 20:32:03] Production.INFO: ==3510== Lock acquired, processing the job...
[2026-09-10 20:32:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 20:32:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 20:32:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 20:32:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 20:32:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 20:32:03] Production.INFO: ==3514== Lock acquired, processing the job...
[2026-09-10 20:32:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 20:32:03] Production.INFO: ==3517== Lock acquired, processing the job...
[2026-09-10 20:32:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 20:32:03] Production.INFO: Account Balance Start.
[2026-09-10 20:32:03] Production.INFO: CreateAllLog Start
[2026-09-10 20:32:03] Production.INFO: 117
[2026-09-10 20:32:03] Production.INFO: Date 2026-09-08
[2026-09-10 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-09-10 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-09-10 20:32:03] Production.INFO: Reseller ==> 0
[2026-09-10 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-09-10 20:32:03] Production.INFO: ==3517== Releasing lock...
[2026-09-10 20:32:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 20:32:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 20:32:03] Production.INFO: Date 2026-09-09
[2026-09-10 20:32:03] Production.INFO: Reseller ==> 0
[2026-09-10 20:32:03] Production.INFO: Date 2026-09-10
[2026-09-10 20:32:03] Production.INFO: Reseller ==> 0
[2026-09-10 20:32:03] Production.INFO: Total Charge 0
[2026-09-10 20:32:03] Production.INFO: CreateAllLog End
[2026-09-10 20:32:03] Production.INFO: Account Balance End.
[2026-09-10 20:32:03] Production.ERROR: CronJobId end 12
[2026-09-10 20:32:03] Production.INFO: ==3514== Releasing lock...
[2026-09-10 20:32:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 20:32:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 20:32:04] Production.INFO: ==3510== Releasing lock...
[2026-09-10 20:32:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 20:32:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 20:32:11] Production.ERROR: CronJobId end10
[2026-09-10 20:32:11] Production.INFO: ==3512== Releasing lock...
[2026-09-10 20:32:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 20:32:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 20:32:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 20:32:13] Production.INFO: ============== Balance Warning START===========
[2026-09-10 20:32:13] Production.INFO: ============== Balance Warning END===========
[2026-09-10 20:32:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 20:32:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 20:32:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 20:32:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 20:32:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 20:32:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 20:32:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 20:32:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 20:32:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 20:32:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 20:32:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 20:32:14] Production.INFO: call_cost start
[2026-09-10 20:32:14] Production.INFO: call_cost end
[2026-09-10 20:32:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 20:32:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 20:32:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 20:32:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 20:32:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 20:32:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 20:32:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 20:32:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 20:32:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 20:32:14] Production.INFO: ==3508== Releasing lock...
[2026-09-10 20:32:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 20:32:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 01:33:02] Production.INFO: ==3581== Lock acquired, processing the job...
[2026-09-11 01:33:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 01:33:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 01:33:02] Production.INFO: neon service started
[2026-09-11 01:33:02] Production.INFO: neon service started
[2026-09-11 01:33:02] Production.INFO: ==3581== Releasing lock...
[2026-09-11 01:33:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 01:33:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 20:33:02] Production.INFO: ==3583== Lock acquired, processing the job...
[2026-09-10 20:33:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 00:33:03] Production.INFO: ==3585== Lock acquired, processing the job...
[2026-09-11 00:33:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 00:33:03] Production.INFO: ==3585== Releasing lock...
[2026-09-11 00:33:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 00:33:03] Production.INFO: 25 MB #Memory Used#
[2026-09-10 20:33:03] Production.INFO: ==3583== Releasing lock...
[2026-09-10 20:33:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 20:33:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 20:33:03] Production.INFO: ==3588== Lock acquired, processing the job...
[2026-09-10 20:33:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 20:33:03] Production.INFO: ==3592== Lock acquired, processing the job...
[2026-09-10 20:33:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 20:33:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 20:33:04] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 20:33:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 20:33:04] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 20:33:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 20:33:04] Production.INFO: ==3590== Lock acquired, processing the job...
[2026-09-10 20:33:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 20:33:04] Production.INFO: ==3594== Lock acquired, processing the job...
[2026-09-10 20:33:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 20:33:04] Production.INFO: ==3596== Lock acquired, processing the job...
[2026-09-10 20:33:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 20:33:04] Production.INFO: Account Balance Start.
[2026-09-10 20:33:04] Production.INFO: CreateAllLog Start
[2026-09-10 20:33:04] Production.INFO: 117
[2026-09-10 20: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-09-10 20: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-09-10 20: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-09-10 20:33:04] Production.INFO: Date 2026-09-08
[2026-09-10 20:33:04] Production.INFO: ==3596== Releasing lock...
[2026-09-10 20:33:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 20:33:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 20:33:04] Production.INFO: Reseller ==> 0
[2026-09-10 20:33:04] Production.INFO: Date 2026-09-09
[2026-09-10 20:33:04] Production.INFO: Reseller ==> 0
[2026-09-10 20:33:04] Production.INFO: Date 2026-09-10
[2026-09-10 20:33:04] Production.INFO: Reseller ==> 0
[2026-09-10 20:33:04] Production.INFO: Total Charge 0
[2026-09-10 20:33:04] Production.INFO: CreateAllLog End
[2026-09-10 20:33:04] Production.INFO: Account Balance End.
[2026-09-10 20:33:04] Production.ERROR: CronJobId end 12
[2026-09-10 20:33:04] Production.INFO: ==3594== Releasing lock...
[2026-09-10 20:33:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 20:33:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 20:33:04] Production.INFO: ==3590== Releasing lock...
[2026-09-10 20:33:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 20:33:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 20:33:11] Production.ERROR: CronJobId end10
[2026-09-10 20:33:11] Production.INFO: ==3592== Releasing lock...
[2026-09-10 20:33:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 20:33:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 20:33:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 20:33:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 20:33:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 20:33:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 20:33:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 20:33:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 20:33:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 20:33:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 20:33:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 20:33:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 20:33:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 20:33:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 20:33:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 20:33:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 20:33:14] Production.INFO: call_cost start
[2026-09-10 20:33:14] Production.INFO: call_cost end
[2026-09-10 20:33:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 20:33:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 20:33:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 20:33:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 20:33:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 20:33:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 20:33:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 20:33:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 20:33:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 20:33:14] Production.INFO: ==3588== Releasing lock...
[2026-09-10 20:33:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 20:33:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 01:34:01] Production.INFO: ==3665== Lock acquired, processing the job...
[2026-09-11 01:34:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 01:34:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 01:34:01] Production.INFO: neon service started
[2026-09-11 01:34:01] Production.INFO: neon service started
[2026-09-11 01:34:01] Production.INFO: ==3665== Releasing lock...
[2026-09-11 01:34:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 01:34:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 20:34:02] Production.INFO: ==3667== Lock acquired, processing the job...
[2026-09-10 20:34:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 00:34:02] Production.INFO: ==3670== Lock acquired, processing the job...
[2026-09-11 00:34:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 00:34:02] Production.INFO: ==3670== Releasing lock...
[2026-09-11 00:34:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 00:34:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 20:34:02] Production.INFO: ==3667== Releasing lock...
[2026-09-10 20:34:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 20:34:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 20:34:03] Production.INFO: ==3674== Lock acquired, processing the job...
[2026-09-10 20:34:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 20:34:03] Production.INFO: ==3678== Lock acquired, processing the job...
[2026-09-10 20:34:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 20:34:03] Production.INFO: ==3676== Lock acquired, processing the job...
[2026-09-10 20:34:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 20:34:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 20:34:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 20:34:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 20:34:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 20:34:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 20:34:03] Production.INFO: ==3680== Lock acquired, processing the job...
[2026-09-10 20:34:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 20:34:03] Production.INFO: ==3682== Lock acquired, processing the job...
[2026-09-10 20:34:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 20:34:03] Production.INFO: Account Balance Start.
[2026-09-10 20:34:03] Production.INFO: CreateAllLog Start
[2026-09-10 20:34:03] Production.INFO: 117
[2026-09-10 20:34:03] Production.INFO: Date 2026-09-08
[2026-09-10 20:34:03] Production.INFO: Reseller ==> 0
[2026-09-10 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-09-10 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-09-10 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-09-10 20:34:03] Production.INFO: ==3682== Releasing lock...
[2026-09-10 20:34:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 20:34:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 20:34:03] Production.INFO: Date 2026-09-09
[2026-09-10 20:34:03] Production.INFO: Reseller ==> 0
[2026-09-10 20:34:03] Production.INFO: Date 2026-09-10
[2026-09-10 20:34:03] Production.INFO: Reseller ==> 0
[2026-09-10 20:34:04] Production.INFO: Total Charge 0
[2026-09-10 20:34:04] Production.INFO: CreateAllLog End
[2026-09-10 20:34:04] Production.INFO: Account Balance End.
[2026-09-10 20:34:04] Production.ERROR: CronJobId end 12
[2026-09-10 20:34:04] Production.INFO: ==3680== Releasing lock...
[2026-09-10 20:34:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 20:34:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 20:34:04] Production.INFO: ==3676== Releasing lock...
[2026-09-10 20:34:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 20:34:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 20:34:13] Production.ERROR: CronJobId end10
[2026-09-10 20:34:13] Production.INFO: ==3678== Releasing lock...
[2026-09-10 20:34:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 20:34:13] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 20:34:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 20:34:15] Production.INFO: ============== Balance Warning START===========
[2026-09-10 20:34:15] Production.INFO: ============== Balance Warning END===========
[2026-09-10 20:34:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 20:34:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 20:34:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 20:34:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 20:34:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 20:34:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 20:34:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 20:34:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 20:34:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 20:34:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 20:34:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 20:34:15] Production.INFO: call_cost start
[2026-09-10 20:34:15] Production.INFO: call_cost end
[2026-09-10 20:34:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 20:34:15] Production.INFO: ============== Report Schedule START===========
[2026-09-10 20:34:15] Production.INFO: ============== Report Schedule END===========
[2026-09-10 20:34:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 20:34:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 20:34:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 20:34:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 20:34:15] Production.INFO: ============== Deal alert START===========
[2026-09-10 20:34:15] Production.INFO: ============== Deal alert END===========
[2026-09-10 20:34:15] Production.INFO: ==3674== Releasing lock...
[2026-09-10 20:34:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 20:34:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 01:35:02] Production.INFO: ==3752== Lock acquired, processing the job...
[2026-09-11 01:35:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 01:35:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 01:35:02] Production.INFO: neon service started
[2026-09-11 01:35:02] Production.INFO: neon service started
[2026-09-11 01:35:02] Production.INFO: ==3752== Releasing lock...
[2026-09-11 01:35:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 01:35:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 20:35:02] Production.INFO: ==3754== Lock acquired, processing the job...
[2026-09-10 20:35:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 20:35:02] Production.INFO: ==3754== Releasing lock...
[2026-09-10 20:35:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 20:35:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 00:35:02] Production.INFO: ==3756== Lock acquired, processing the job...
[2026-09-11 00:35:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 00:35:03] Production.INFO: ==3756== Releasing lock...
[2026-09-11 00:35:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 00:35:03] Production.INFO: 25 MB #Memory Used#
[2026-09-10 20:35:03] Production.INFO: ==3762== Lock acquired, processing the job...
[2026-09-10 20:35:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 20:35:03] Production.INFO: ==3760== Lock acquired, processing the job...
[2026-09-10 20:35:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 20:35:03] Production.INFO: ==3758== Lock acquired, processing the job...
[2026-09-10 20:35:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-10 20:35:03] Production.INFO: ==3764== Lock acquired, processing the job...
[2026-09-10 20:35:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 20:35:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 20:35:03] Production.ERROR: ========================== active cronjob start =============================
[2026-09-10 20:35:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-10 20:35:03] Production.ERROR: CronJob PID - 3760
[2026-09-10 20:35:03] Production.ERROR: CronJob Title - System Alerts
[2026-09-10 20:35:03] Production.ERROR: CronJob ID - 5
[2026-09-10 20:35:03] Production.ERROR: CronJob Last Run Time 2026-09-10 20:35:00
[2026-09-10 20:35:03] Production.ERROR: CronJob Active Minutes 0
[2026-09-10 20:35:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-10 20:35:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-10 20:35:03] Production.ERROR: CronJob PID - 3762
[2026-09-10 20:35:03] Production.ERROR: CronJob Title - Account Block
[2026-09-10 20:35:03] Production.ERROR: CronJob ID - 7
[2026-09-10 20:35:03] Production.ERROR: CronJob Last Run Time 2026-09-10 20:35:00
[2026-09-10 20:35:03] Production.ERROR: CronJob Active Minutes 0
[2026-09-10 20:35:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-10 20:35:04] Production.ERROR: ========================== active cronjob end =============================
[2026-09-10 20:35:04] Production.INFO: ==3758== Releasing lock...
[2026-09-10 20:35:04] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-10 20:35:04] Production.INFO: 25.5 MB #Memory Used#
[2026-09-10 20:35:04] Production.INFO: ==3766== Lock acquired, processing the job...
[2026-09-10 20:35:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 20:35:04] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 20:35:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 20:35:04] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 20:35:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 20:35:04] Production.INFO: ==3768== Lock acquired, processing the job...
[2026-09-10 20:35:04] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-10 20:35:04] Production.INFO: Account Balance Start.
[2026-09-10 20:35:04] Production.INFO: CreateAllLog Start
[2026-09-10 20:35:04] Production.ERROR: tblTempUsageDetail_20
[2026-09-10 20:35:04] Production.INFO: 117
[2026-09-10 20:35:04] Production.INFO: Date 2026-09-08
[2026-09-10 20:35:04] Production.INFO: Reseller ==> 0
[2026-09-10 20:35:04] Production.INFO: ==3770== Lock acquired, processing the job...
[2026-09-10 20:35:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 20:35:04] Production.INFO: Date 2026-09-09
[2026-09-10 20:35:04] Production.INFO: Reseller ==> 0
[2026-09-10 20:35:04] Production.INFO: Date 2026-09-10
[2026-09-10 20:35:04] Production.INFO: Reseller ==> 0
[2026-09-10 20:35:04] Production.INFO: Total Charge 0
[2026-09-10 20:35:04] Production.INFO: CreateAllLog End
[2026-09-10 20: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-09-10 20: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-09-10 20: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-09-10 20:35:04] Production.ERROR: done
[2026-09-10 20:35:04] Production.INFO: ==3770== Releasing lock...
[2026-09-10 20:35:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 20:35:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 20:35:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-10 20:35:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17980502', 'tblTempUsageDetail_20reseller','2026-09-10','2026-09-10','1' ) start
[2026-09-10 20:35:04] Production.INFO: Account Balance End.
[2026-09-10 20:35:04] Production.ERROR: CronJobId end 12
[2026-09-10 20:35:04] Production.INFO: ==3766== Releasing lock...
[2026-09-10 20:35:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 20:35:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 20:35:04] Production.INFO: ==3762== Releasing lock...
[2026-09-10 20:35:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 20:35:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 20:35:11] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17980502', 'tblTempUsageDetail_20reseller','2026-09-10','2026-09-10','1' ) end
[2026-09-10 20:35:11] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-10 20:35:11] Production.INFO: ProcessCDR(1,17980502,1,1,2)
[2026-09-10 20:35:11] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17980502,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-10 20:35:11] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17980502,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-10 20:35:11] Production.ERROR: pbx prc_insertCDR start
[2026-09-10 20:35:11] Production.ERROR: pbx prc_insertCDR end
[2026-09-10 20:35:11] Production.INFO: ==3768== Releasing lock...
[2026-09-10 20:35:11] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-10 20:35:11] Production.INFO: 26 MB #Memory Used#
[2026-09-10 20:35:15] Production.ERROR: CronJobId end10
[2026-09-10 20:35:15] Production.INFO: ==3764== Releasing lock...
[2026-09-10 20:35:15] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 20:35:15] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 20:35:18] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 20:35:18] Production.INFO: ============== Balance Warning START===========
[2026-09-10 20:35:18] Production.INFO: ============== Balance Warning END===========
[2026-09-10 20:35:18] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 20:35:18] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 20:35:18] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 20:35:18] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 20:35:18] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 20:35:18] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 20:35:18] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 20:35:18] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 20:35:18] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 20:35:18] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 20:35:18] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 20:35:18] Production.INFO: call_cost start
[2026-09-10 20:35:18] Production.INFO: call_cost end
[2026-09-10 20:35:18] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 20:35:18] Production.INFO: ============== Report Schedule START===========
[2026-09-10 20:35:18] Production.INFO: ============== Report Schedule END===========
[2026-09-10 20:35:18] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 20:35:18] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 20:35:18] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 20:35:18] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 20:35:18] Production.INFO: ============== Deal alert START===========
[2026-09-10 20:35:18] Production.INFO: ============== Deal alert END===========
[2026-09-10 20:35:18] Production.INFO: ==3760== Releasing lock...
[2026-09-10 20:35:18] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 20:35:18] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 01:36:01] Production.INFO: ==3841== Lock acquired, processing the job...
[2026-09-11 01:36:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 01:36:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 01:36:01] Production.INFO: neon service started
[2026-09-11 01:36:01] Production.INFO: neon service started
[2026-09-11 01:36:01] Production.INFO: ==3841== Releasing lock...
[2026-09-11 01:36:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 01:36:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 20:36:01] Production.INFO: ==3845== Lock acquired, processing the job...
[2026-09-10 20:36:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 20:36:02] Production.INFO: ==3845== Releasing lock...
[2026-09-10 20:36:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 20:36:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 00:36:02] Production.INFO: ==3847== Lock acquired, processing the job...
[2026-09-11 00:36:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 00:36:02] Production.INFO: ==3847== Releasing lock...
[2026-09-11 00:36:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 00:36:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 20:36:02] Production.INFO: ==3851== Lock acquired, processing the job...
[2026-09-10 20:36:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 20:36:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 20:36:03] Production.INFO: ==3853== Lock acquired, processing the job...
[2026-09-10 20:36:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 20:36:03] Production.INFO: ==3855== Lock acquired, processing the job...
[2026-09-10 20:36:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 20:36:03] Production.INFO: ==3857== Lock acquired, processing the job...
[2026-09-10 20:36:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 20:36:03] Production.INFO: ==3859== Lock acquired, processing the job...
[2026-09-10 20:36:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 20:36:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 20:36:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 20:36:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 20:36:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 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-09-10 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-09-10 20:36:03] Production.INFO: Account Balance Start.
[2026-09-10 20:36:03] Production.INFO: CreateAllLog Start
[2026-09-10 20:36:03] Production.INFO: 117
[2026-09-10 20:36:03] Production.INFO: Date 2026-09-08
[2026-09-10 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-09-10 20:36:03] Production.INFO: Reseller ==> 0
[2026-09-10 20:36:03] Production.INFO: ==3859== Releasing lock...
[2026-09-10 20:36:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 20:36:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 20:36:03] Production.INFO: Date 2026-09-09
[2026-09-10 20:36:03] Production.INFO: Reseller ==> 0
[2026-09-10 20:36:03] Production.INFO: Date 2026-09-10
[2026-09-10 20:36:03] Production.INFO: Reseller ==> 0
[2026-09-10 20:36:03] Production.INFO: Total Charge 0
[2026-09-10 20:36:03] Production.INFO: CreateAllLog End
[2026-09-10 20:36:03] Production.INFO: ==3853== Releasing lock...
[2026-09-10 20:36:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 20:36:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 20:36:03] Production.INFO: Account Balance End.
[2026-09-10 20:36:03] Production.ERROR: CronJobId end 12
[2026-09-10 20:36:03] Production.INFO: ==3857== Releasing lock...
[2026-09-10 20:36:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 20:36:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 20:36:12] Production.ERROR: CronJobId end10
[2026-09-10 20:36:12] Production.INFO: ==3855== Releasing lock...
[2026-09-10 20:36:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 20:36:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 20:36:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 20:36:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 20:36:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 20:36:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 20:36:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 20:36:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 20:36:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 20:36:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 20:36:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 20:36:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 20:36:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 20:36:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 20:36:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 20:36:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 20:36:15] Production.INFO: call_cost start
[2026-09-10 20:36:15] Production.INFO: call_cost end
[2026-09-10 20:36:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 20:36:15] Production.INFO: ============== Report Schedule START===========
[2026-09-10 20:36:15] Production.INFO: ============== Report Schedule END===========
[2026-09-10 20:36:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 20:36:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 20:36:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 20:36:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 20:36:15] Production.INFO: ============== Deal alert START===========
[2026-09-10 20:36:15] Production.INFO: ============== Deal alert END===========
[2026-09-10 20:36:15] Production.INFO: ==3851== Releasing lock...
[2026-09-10 20:36:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 20:36:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 01:37:02] Production.INFO: ==3923== Lock acquired, processing the job...
[2026-09-11 01:37:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 01:37:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 01:37:02] Production.INFO: neon service started
[2026-09-11 01:37:02] Production.INFO: neon service started
[2026-09-11 01:37:02] Production.INFO: ==3923== Releasing lock...
[2026-09-11 01:37:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 01:37:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 00:37:02] Production.INFO: ==3927== Lock acquired, processing the job...
[2026-09-11 00:37:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 00:37:02] Production.INFO: ==3927== Releasing lock...
[2026-09-11 00:37:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 00:37:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 20:37:02] Production.INFO: ==3925== Lock acquired, processing the job...
[2026-09-10 20:37:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 20:37:02] Production.INFO: ==3925== Releasing lock...
[2026-09-10 20:37:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 20:37:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 20:37:03] Production.INFO: ==3935== Lock acquired, processing the job...
[2026-09-10 20:37:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 20:37:03] Production.INFO: ==3929== Lock acquired, processing the job...
[2026-09-10 20:37:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 20:37:03] Production.INFO: Account Balance Start.
[2026-09-10 20:37:03] Production.INFO: CreateAllLog Start
[2026-09-10 20:37:03] Production.INFO: 117
[2026-09-10 20:37:03] Production.INFO: Date 2026-09-08
[2026-09-10 20:37:03] Production.INFO: Reseller ==> 0
[2026-09-10 20:37:03] Production.INFO: ==3931== Lock acquired, processing the job...
[2026-09-10 20:37:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 20:37:03] Production.INFO: ==3933== Lock acquired, processing the job...
[2026-09-10 20:37:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 20:37:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 20:37:03] Production.INFO: Date 2026-09-09
[2026-09-10 20:37:03] Production.INFO: Reseller ==> 0
[2026-09-10 20:37:03] Production.INFO: Date 2026-09-10
[2026-09-10 20:37:03] Production.INFO: Reseller ==> 0
[2026-09-10 20:37:03] Production.INFO: Total Charge 0
[2026-09-10 20:37:03] Production.INFO: ==3938== Lock acquired, processing the job...
[2026-09-10 20:37:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 20:37:03] Production.INFO: CreateAllLog End
[2026-09-10 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-09-10 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-09-10 20:37:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 20:37:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 20:37:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 20:37:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 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-09-10 20:37:03] Production.INFO: ==3938== Releasing lock...
[2026-09-10 20:37:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 20:37:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 20:37:03] Production.INFO: Account Balance End.
[2026-09-10 20:37:04] Production.ERROR: CronJobId end 12
[2026-09-10 20:37:04] Production.INFO: ==3935== Releasing lock...
[2026-09-10 20:37:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 20:37:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 20:37:04] Production.INFO: ==3931== Releasing lock...
[2026-09-10 20:37:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 20:37:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 20:37:12] Production.ERROR: CronJobId end10
[2026-09-10 20:37:12] Production.INFO: ==3933== Releasing lock...
[2026-09-10 20:37:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 20:37:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 20:37:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 20:37:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 20:37:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 20:37:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 20:37:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 20:37:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 20:37:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 20:37:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 20:37:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 20:37:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 20:37:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 20:37:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 20:37:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 20:37:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 20:37:14] Production.INFO: call_cost start
[2026-09-10 20:37:14] Production.INFO: call_cost end
[2026-09-10 20:37:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 20:37:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 20:37:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 20:37:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 20:37:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 20:37:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 20:37:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 20:37:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 20:37:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 20:37:14] Production.INFO: ==3929== Releasing lock...
[2026-09-10 20:37:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 20:37:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 01:38:01] Production.INFO: ==4001== Lock acquired, processing the job...
[2026-09-11 01:38:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 01:38:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 01:38:01] Production.INFO: neon service started
[2026-09-11 01:38:01] Production.INFO: neon service started
[2026-09-11 01:38:01] Production.INFO: ==4001== Releasing lock...
[2026-09-11 01:38:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 01:38:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 20:38:02] Production.INFO: ==4003== Lock acquired, processing the job...
[2026-09-10 20:38:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 00:38:02] Production.INFO: ==4005== Lock acquired, processing the job...
[2026-09-11 00:38:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 00:38:02] Production.INFO: ==4005== Releasing lock...
[2026-09-11 00:38:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 00:38:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 20:38:02] Production.INFO: ==4003== Releasing lock...
[2026-09-10 20:38:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 20:38:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 20:38:03] Production.INFO: ==4009== Lock acquired, processing the job...
[2026-09-10 20:38:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 20:38:03] Production.INFO: ==4012== Lock acquired, processing the job...
[2026-09-10 20:38:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 20:38:03] Production.INFO: ==4007== Lock acquired, processing the job...
[2026-09-10 20:38:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 20:38:03] Production.INFO: ==4014== Lock acquired, processing the job...
[2026-09-10 20:38:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 20:38:03] Production.INFO: ==4016== Lock acquired, processing the job...
[2026-09-10 20:38:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 20:38:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 20:38:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 20:38:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 20:38:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 20:38:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 20:38:03] Production.INFO: Account Balance Start.
[2026-09-10 20:38:03] Production.INFO: CreateAllLog Start
[2026-09-10 20:38:03] Production.INFO: 117
[2026-09-10 20:38:03] Production.INFO: Date 2026-09-08
[2026-09-10 20:38:03] Production.INFO: Reseller ==> 0
[2026-09-10 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-09-10 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-09-10 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-09-10 20:38:03] Production.INFO: ==4016== Releasing lock...
[2026-09-10 20:38:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 20:38:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 20:38:03] Production.INFO: Date 2026-09-09
[2026-09-10 20:38:03] Production.INFO: Reseller ==> 0
[2026-09-10 20:38:03] Production.INFO: Date 2026-09-10
[2026-09-10 20:38:03] Production.INFO: Reseller ==> 0
[2026-09-10 20:38:03] Production.INFO: Total Charge 0
[2026-09-10 20:38:03] Production.INFO: CreateAllLog End
[2026-09-10 20:38:03] Production.INFO: Account Balance End.
[2026-09-10 20:38:03] Production.ERROR: CronJobId end 12
[2026-09-10 20:38:03] Production.INFO: ==4014== Releasing lock...
[2026-09-10 20:38:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 20:38:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 20:38:04] Production.INFO: ==4009== Releasing lock...
[2026-09-10 20:38:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 20:38:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 20:38:10] Production.ERROR: CronJobId end10
[2026-09-10 20:38:10] Production.INFO: ==4012== Releasing lock...
[2026-09-10 20:38:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 20:38:10] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 20:38:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 20:38:13] Production.INFO: ============== Balance Warning START===========
[2026-09-10 20:38:13] Production.INFO: ============== Balance Warning END===========
[2026-09-10 20:38:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 20:38:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 20:38:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 20:38:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 20:38:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 20:38:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 20:38:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 20:38:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 20:38:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 20:38:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 20:38:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 20:38:14] Production.INFO: call_cost start
[2026-09-10 20:38:14] Production.INFO: call_cost end
[2026-09-10 20:38:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 20:38:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 20:38:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 20:38:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 20:38:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 20:38:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 20:38:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 20:38:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 20:38:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 20:38:14] Production.INFO: ==4007== Releasing lock...
[2026-09-10 20:38:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 20:38:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 01:39:01] Production.INFO: ==4082== Lock acquired, processing the job...
[2026-09-11 01:39:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 01:39:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 01:39:01] Production.INFO: neon service started
[2026-09-11 01:39:01] Production.INFO: neon service started
[2026-09-11 01:39:01] Production.INFO: ==4082== Releasing lock...
[2026-09-11 01:39:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 01:39:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 00:39:02] Production.INFO: ==4086== Lock acquired, processing the job...
[2026-09-11 00:39:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 00:39:02] Production.INFO: ==4086== Releasing lock...
[2026-09-11 00:39:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 00:39:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 20:39:02] Production.INFO: ==4084== Lock acquired, processing the job...
[2026-09-10 20:39:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 20:39:02] Production.INFO: ==4084== Releasing lock...
[2026-09-10 20:39:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 20:39:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 20:39:03] Production.INFO: ==4088== Lock acquired, processing the job...
[2026-09-10 20:39:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 20:39:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 20:39:03] Production.INFO: ==4092== Lock acquired, processing the job...
[2026-09-10 20:39:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 20:39:03] Production.INFO: ==4090== Lock acquired, processing the job...
[2026-09-10 20:39:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 20:39:03] Production.INFO: ==4094== Lock acquired, processing the job...
[2026-09-10 20:39:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 20:39:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 20:39:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 20:39:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 20:39:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 20:39:03] Production.INFO: ==4096== Lock acquired, processing the job...
[2026-09-10 20:39:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 20:39:03] Production.INFO: Account Balance Start.
[2026-09-10 20:39:03] Production.INFO: CreateAllLog Start
[2026-09-10 20:39:03] Production.INFO: 117
[2026-09-10 20:39:03] Production.INFO: Date 2026-09-08
[2026-09-10 20:39:03] Production.INFO: Reseller ==> 0
[2026-09-10 20:39:04] Production.INFO: Date 2026-09-09
[2026-09-10 20:39:04] Production.INFO: Reseller ==> 0
[2026-09-10 20: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-09-10 20: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-09-10 20: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-09-10 20:39:04] Production.INFO: Date 2026-09-10
[2026-09-10 20:39:04] Production.INFO: Reseller ==> 0
[2026-09-10 20:39:04] Production.INFO: ==4096== Releasing lock...
[2026-09-10 20:39:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 20:39:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 20:39:04] Production.INFO: Total Charge 0
[2026-09-10 20:39:04] Production.INFO: CreateAllLog End
[2026-09-10 20:39:04] Production.INFO: Account Balance End.
[2026-09-10 20:39:04] Production.ERROR: CronJobId end 12
[2026-09-10 20:39:04] Production.INFO: ==4094== Releasing lock...
[2026-09-10 20:39:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 20:39:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 20:39:04] Production.INFO: ==4090== Releasing lock...
[2026-09-10 20:39:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 20:39:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 20:39:11] Production.ERROR: CronJobId end10
[2026-09-10 20:39:11] Production.INFO: ==4092== Releasing lock...
[2026-09-10 20:39:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 20:39:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 20:39:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 20:39:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 20:39:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 20:39:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 20:39:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 20:39:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 20:39:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 20:39:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 20:39:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 20:39:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 20:39:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 20:39:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 20:39:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 20:39:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 20:39:14] Production.INFO: call_cost start
[2026-09-10 20:39:14] Production.INFO: call_cost end
[2026-09-10 20:39:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 20:39:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 20:39:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 20:39:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 20:39:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 20:39:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 20:39:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 20:39:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 20:39:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 20:39:14] Production.INFO: ==4088== Releasing lock...
[2026-09-10 20:39:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 20:39:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 01:40:01] Production.INFO: ==4161== Lock acquired, processing the job...
[2026-09-11 01:40:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 01:40:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 01:40:01] Production.INFO: neon service started
[2026-09-11 01:40:01] Production.INFO: neon service started
[2026-09-11 01:40:01] Production.INFO: ==4161== Releasing lock...
[2026-09-11 01:40:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 01:40:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 20:40:01] Production.INFO: ==4163== Lock acquired, processing the job...
[2026-09-10 20:40:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 20:40:02] Production.INFO: ==4163== Releasing lock...
[2026-09-10 20:40:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 20:40:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 00:40:02] Production.INFO: ==4165== Lock acquired, processing the job...
[2026-09-11 00:40:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 00:40:02] Production.INFO: ==4165== Releasing lock...
[2026-09-11 00:40:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 00:40:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 20:40:02] Production.INFO: ==4175== Lock acquired, processing the job...
[2026-09-10 20:40:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 20:40:02] Production.INFO: ==4167== Lock acquired, processing the job...
[2026-09-10 20:40:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 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-09-10 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-09-10 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-09-10 20:40:03] Production.INFO: ==4175== Releasing lock...
[2026-09-10 20:40:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 20:40:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 20:40:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 20:40:03] Production.INFO: ==4169== Lock acquired, processing the job...
[2026-09-10 20:40:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 20:40:03] Production.INFO: ==4171== Lock acquired, processing the job...
[2026-09-10 20:40:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 20:40:03] Production.INFO: ==4173== Lock acquired, processing the job...
[2026-09-10 20:40:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 20:40:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 20:40:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 20:40:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 20:40:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 20:40:03] Production.INFO: Account Balance Start.
[2026-09-10 20:40:03] Production.INFO: CreateAllLog Start
[2026-09-10 20:40:03] Production.INFO: 117
[2026-09-10 20:40:03] Production.INFO: Date 2026-09-08
[2026-09-10 20:40:03] Production.INFO: Reseller ==> 0
[2026-09-10 20:40:03] Production.INFO: Date 2026-09-09
[2026-09-10 20:40:03] Production.INFO: Reseller ==> 0
[2026-09-10 20:40:03] Production.INFO: Date 2026-09-10
[2026-09-10 20:40:03] Production.INFO: Reseller ==> 0
[2026-09-10 20:40:03] Production.INFO: Total Charge 0
[2026-09-10 20:40:03] Production.INFO: CreateAllLog End
[2026-09-10 20:40:03] Production.INFO: Account Balance End.
[2026-09-10 20:40:03] Production.ERROR: CronJobId end 12
[2026-09-10 20:40:03] Production.INFO: ==4173== Releasing lock...
[2026-09-10 20:40:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 20:40:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 20:40:03] Production.INFO: ==4169== Releasing lock...
[2026-09-10 20:40:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 20:40:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 20:40:10] Production.ERROR: CronJobId end10
[2026-09-10 20:40:10] Production.INFO: ==4171== Releasing lock...
[2026-09-10 20:40:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 20:40:10] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 20:40:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 20:40:13] Production.INFO: ============== Balance Warning START===========
[2026-09-10 20:40:13] Production.INFO: ============== Balance Warning END===========
[2026-09-10 20:40:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 20:40:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 20:40:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 20:40:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 20:40:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 20:40:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 20:40:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 20:40:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 20:40:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 20:40:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 20:40:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 20:40:13] Production.INFO: call_cost start
[2026-09-10 20:40:13] Production.INFO: call_cost end
[2026-09-10 20:40:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 20:40:13] Production.INFO: ============== Report Schedule START===========
[2026-09-10 20:40:13] Production.INFO: ============== Report Schedule END===========
[2026-09-10 20:40:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 20:40:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 20:40:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 20:40:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 20:40:13] Production.INFO: ============== Deal alert START===========
[2026-09-10 20:40:13] Production.INFO: ============== Deal alert END===========
[2026-09-10 20:40:13] Production.INFO: ==4167== Releasing lock...
[2026-09-10 20:40:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 20:40:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 01:41:01] Production.INFO: ==4241== Lock acquired, processing the job...
[2026-09-11 01:41:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 01:41:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 01:41:01] Production.INFO: neon service started
[2026-09-11 01:41:01] Production.INFO: neon service started
[2026-09-11 01:41:01] Production.INFO: ==4241== Releasing lock...
[2026-09-11 01:41:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 01:41:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 00:41:02] Production.INFO: ==4245== Lock acquired, processing the job...
[2026-09-11 00:41:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 00:41:02] Production.INFO: ==4245== Releasing lock...
[2026-09-11 00:41:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 00:41:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 20:41:02] Production.INFO: ==4243== Lock acquired, processing the job...
[2026-09-10 20:41:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 20:41:02] Production.INFO: ==4243== Releasing lock...
[2026-09-10 20:41:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 20:41:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 20:41:03] Production.INFO: ==4249== Lock acquired, processing the job...
[2026-09-10 20:41:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 20:41:03] Production.INFO: ==4247== Lock acquired, processing the job...
[2026-09-10 20:41:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 20:41:03] Production.INFO: ==4253== Lock acquired, processing the job...
[2026-09-10 20:41:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 20:41:03] Production.INFO: ==4251== Lock acquired, processing the job...
[2026-09-10 20:41:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 20:41:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 20:41:03] Production.INFO: ==4255== Lock acquired, processing the job...
[2026-09-10 20:41:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 20:41:03] Production.INFO: Account Balance Start.
[2026-09-10 20:41:03] Production.INFO: CreateAllLog Start
[2026-09-10 20:41:03] Production.INFO: 117
[2026-09-10 20:41:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 20:41:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 20:41:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 20:41:03] Production.INFO: Date 2026-09-08
[2026-09-10 20:41:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 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-09-10 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-09-10 20:41:03] Production.INFO: Reseller ==> 0
[2026-09-10 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-09-10 20:41:03] Production.INFO: ==4255== Releasing lock...
[2026-09-10 20:41:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 20:41:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 20:41:03] Production.INFO: Date 2026-09-09
[2026-09-10 20:41:03] Production.INFO: Reseller ==> 0
[2026-09-10 20:41:03] Production.INFO: Date 2026-09-10
[2026-09-10 20:41:03] Production.INFO: Reseller ==> 0
[2026-09-10 20:41:03] Production.INFO: Total Charge 0
[2026-09-10 20:41:03] Production.INFO: CreateAllLog End
[2026-09-10 20:41:03] Production.INFO: Account Balance End.
[2026-09-10 20:41:03] Production.ERROR: CronJobId end 12
[2026-09-10 20:41:03] Production.INFO: ==4253== Releasing lock...
[2026-09-10 20:41:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 20:41:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 20:41:03] Production.INFO: ==4249== Releasing lock...
[2026-09-10 20:41:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 20:41:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 20:41:11] Production.ERROR: CronJobId end10
[2026-09-10 20:41:11] Production.INFO: ==4251== Releasing lock...
[2026-09-10 20:41:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 20:41:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 20:41:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 20:41:13] Production.INFO: ============== Balance Warning START===========
[2026-09-10 20:41:13] Production.INFO: ============== Balance Warning END===========
[2026-09-10 20:41:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 20:41:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 20:41:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 20:41:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 20:41:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 20:41:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 20:41:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 20:41:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 20:41:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 20:41:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 20:41:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 20:41:14] Production.INFO: call_cost start
[2026-09-10 20:41:14] Production.INFO: call_cost end
[2026-09-10 20:41:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 20:41:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 20:41:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 20:41:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 20:41:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 20:41:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 20:41:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 20:41:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 20:41:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 20:41:14] Production.INFO: ==4247== Releasing lock...
[2026-09-10 20:41:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 20:41:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 01:42:02] Production.INFO: ==4322== Lock acquired, processing the job...
[2026-09-11 01:42:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 01:42:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 01:42:02] Production.INFO: neon service started
[2026-09-11 01:42:02] Production.INFO: neon service started
[2026-09-11 01:42:02] Production.INFO: ==4322== Releasing lock...
[2026-09-11 01:42:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 01:42:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 20:42:02] Production.INFO: ==4324== Lock acquired, processing the job...
[2026-09-10 20:42:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 20:42:02] Production.INFO: ==4324== Releasing lock...
[2026-09-10 20:42:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 20:42:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 00:42:03] Production.INFO: ==4326== Lock acquired, processing the job...
[2026-09-11 00:42:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 00:42:03] Production.INFO: ==4326== Releasing lock...
[2026-09-11 00:42:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 00:42:03] Production.INFO: 25 MB #Memory Used#
[2026-09-10 20:42:03] Production.INFO: ==4328== Lock acquired, processing the job...
[2026-09-10 20:42:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 20:42:03] Production.INFO: ==4330== Lock acquired, processing the job...
[2026-09-10 20:42:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 20:42:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 20:42:03] Production.INFO: ==4336== Lock acquired, processing the job...
[2026-09-10 20:42:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 20: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-09-10 20: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-09-10 20: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-09-10 20:42:03] Production.INFO: ==4332== Lock acquired, processing the job...
[2026-09-10 20:42:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 20:42:03] Production.INFO: ==4336== Releasing lock...
[2026-09-10 20:42:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 20:42:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 20:42:03] Production.INFO: ==4334== Lock acquired, processing the job...
[2026-09-10 20:42:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 20:42:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 20:42:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 20:42:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 20:42:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 20:42:04] Production.INFO: Account Balance Start.
[2026-09-10 20:42:04] Production.INFO: CreateAllLog Start
[2026-09-10 20:42:04] Production.INFO: 117
[2026-09-10 20:42:04] Production.INFO: Date 2026-09-08
[2026-09-10 20:42:04] Production.INFO: Reseller ==> 0
[2026-09-10 20:42:04] Production.INFO: Date 2026-09-09
[2026-09-10 20:42:04] Production.INFO: Reseller ==> 0
[2026-09-10 20:42:04] Production.INFO: Date 2026-09-10
[2026-09-10 20:42:04] Production.INFO: Reseller ==> 0
[2026-09-10 20:42:04] Production.INFO: ==4330== Releasing lock...
[2026-09-10 20:42:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 20:42:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 20:42:04] Production.INFO: Total Charge 0
[2026-09-10 20:42:04] Production.INFO: CreateAllLog End
[2026-09-10 20:42:04] Production.INFO: Account Balance End.
[2026-09-10 20:42:04] Production.ERROR: CronJobId end 12
[2026-09-10 20:42:04] Production.INFO: ==4334== Releasing lock...
[2026-09-10 20:42:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 20:42:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 20:42:12] Production.ERROR: CronJobId end10
[2026-09-10 20:42:12] Production.INFO: ==4332== Releasing lock...
[2026-09-10 20:42:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 20:42:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 20:42:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 20:42:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 20:42:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 20:42:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 20:42:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 20:42:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 20:42:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 20:42:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 20:42:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 20:42:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 20:42:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 20:42:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 20:42:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 20:42:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 20:42:14] Production.INFO: call_cost start
[2026-09-10 20:42:14] Production.INFO: call_cost end
[2026-09-10 20:42:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 20:42:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 20:42:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 20:42:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 20:42:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 20:42:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 20:42:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 20:42:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 20:42:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 20:42:14] Production.INFO: ==4328== Releasing lock...
[2026-09-10 20:42:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 20:42:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 01:43:01] Production.INFO: ==4404== Lock acquired, processing the job...
[2026-09-11 01:43:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 01:43:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 01:43:01] Production.INFO: neon service started
[2026-09-11 01:43:01] Production.INFO: neon service started
[2026-09-11 01:43:01] Production.INFO: ==4404== Releasing lock...
[2026-09-11 01:43:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 01:43:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 20:43:02] Production.INFO: ==4406== Lock acquired, processing the job...
[2026-09-10 20:43:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 00:43:02] Production.INFO: ==4408== Lock acquired, processing the job...
[2026-09-11 00:43:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 00:43:02] Production.INFO: ==4408== Releasing lock...
[2026-09-11 00:43:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 00:43:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 20:43:02] Production.INFO: ==4406== Releasing lock...
[2026-09-10 20:43:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 20:43:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 20:43:03] Production.INFO: ==4411== Lock acquired, processing the job...
[2026-09-10 20:43:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 20:43:03] Production.INFO: ==4413== Lock acquired, processing the job...
[2026-09-10 20:43:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 20:43:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 20:43:03] Production.INFO: ==4415== Lock acquired, processing the job...
[2026-09-10 20:43:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 20:43:03] Production.INFO: ==4417== Lock acquired, processing the job...
[2026-09-10 20:43:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 20:43:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 20:43:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 20:43:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 20:43:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 20:43:03] Production.INFO: ==4419== Lock acquired, processing the job...
[2026-09-10 20:43:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 20:43:03] Production.INFO: Account Balance Start.
[2026-09-10 20:43:03] Production.INFO: CreateAllLog Start
[2026-09-10 20:43:03] Production.INFO: 117
[2026-09-10 20:43:03] Production.INFO: Date 2026-09-08
[2026-09-10 20:43:03] Production.INFO: Reseller ==> 0
[2026-09-10 20:43:03] Production.INFO: Date 2026-09-09
[2026-09-10 20:43:03] Production.INFO: Reseller ==> 0
[2026-09-10 20:43:03] Production.INFO: Date 2026-09-10
[2026-09-10 20:43:03] Production.INFO: Reseller ==> 0
[2026-09-10 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-09-10 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-09-10 20:43:03] Production.INFO: Total Charge 0
[2026-09-10 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-09-10 20:43:03] Production.INFO: CreateAllLog End
[2026-09-10 20:43:03] Production.INFO: ==4419== Releasing lock...
[2026-09-10 20:43:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 20:43:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 20:43:03] Production.INFO: Account Balance End.
[2026-09-10 20:43:03] Production.ERROR: CronJobId end 12
[2026-09-10 20:43:03] Production.INFO: ==4417== Releasing lock...
[2026-09-10 20:43:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 20:43:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 20:43:04] Production.INFO: ==4413== Releasing lock...
[2026-09-10 20:43:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 20:43:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 20:43:11] Production.ERROR: CronJobId end10
[2026-09-10 20:43:11] Production.INFO: ==4415== Releasing lock...
[2026-09-10 20:43:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 20:43:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 20:43:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 20:43:13] Production.INFO: ============== Balance Warning START===========
[2026-09-10 20:43:13] Production.INFO: ============== Balance Warning END===========
[2026-09-10 20:43:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 20:43:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 20:43:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 20:43:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 20:43:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 20:43:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 20:43:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 20:43:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 20:43:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 20:43:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 20:43:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 20:43:14] Production.INFO: call_cost start
[2026-09-10 20:43:14] Production.INFO: call_cost end
[2026-09-10 20:43:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 20:43:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 20:43:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 20:43:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 20:43:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 20:43:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 20:43:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 20:43:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 20:43:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 20:43:14] Production.INFO: ==4411== Releasing lock...
[2026-09-10 20:43:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 20:43:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 01:44:02] Production.INFO: ==4483== Lock acquired, processing the job...
[2026-09-11 01:44:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 01:44:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 01:44:02] Production.INFO: neon service started
[2026-09-11 01:44:02] Production.INFO: neon service started
[2026-09-11 01:44:02] Production.INFO: ==4483== Releasing lock...
[2026-09-11 01:44:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 01:44:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 20:44:02] Production.INFO: ==4485== Lock acquired, processing the job...
[2026-09-10 20:44:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 00:44:02] Production.INFO: ==4487== Lock acquired, processing the job...
[2026-09-11 00:44:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 00:44:02] Production.INFO: ==4487== Releasing lock...
[2026-09-11 00:44:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 00:44:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 20:44:02] Production.INFO: ==4485== Releasing lock...
[2026-09-10 20:44:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 20:44:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 20:44:03] Production.INFO: ==4490== Lock acquired, processing the job...
[2026-09-10 20:44:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 20:44:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 20:44:03] Production.INFO: ==4496== Lock acquired, processing the job...
[2026-09-10 20:44:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 20:44:03] Production.INFO: Account Balance Start.
[2026-09-10 20:44:03] Production.INFO: CreateAllLog Start
[2026-09-10 20:44:03] Production.INFO: 117
[2026-09-10 20:44:03] Production.INFO: Date 2026-09-08
[2026-09-10 20:44:03] Production.INFO: Reseller ==> 0
[2026-09-10 20:44:03] Production.INFO: Date 2026-09-09
[2026-09-10 20:44:03] Production.INFO: Reseller ==> 0
[2026-09-10 20:44:03] Production.INFO: Date 2026-09-10
[2026-09-10 20:44:03] Production.INFO: Reseller ==> 0
[2026-09-10 20:44:03] Production.INFO: Total Charge 0
[2026-09-10 20:44:03] Production.INFO: CreateAllLog End
[2026-09-10 20:44:03] Production.INFO: Account Balance End.
[2026-09-10 20:44:03] Production.ERROR: CronJobId end 12
[2026-09-10 20:44:03] Production.INFO: ==4496== Releasing lock...
[2026-09-10 20:44:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 20:44:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 20:44:04] Production.INFO: ==4492== Lock acquired, processing the job...
[2026-09-10 20:44:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 20:44:04] Production.INFO: ==4494== Lock acquired, processing the job...
[2026-09-10 20:44:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 20:44:04] Production.INFO: ==4498== Lock acquired, processing the job...
[2026-09-10 20:44:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 20:44:04] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 20:44:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 20:44:04] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 20:44:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 20: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-09-10 20: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-09-10 20: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-09-10 20:44:04] Production.INFO: ==4498== Releasing lock...
[2026-09-10 20:44:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 20:44:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 20:44:04] Production.INFO: ==4492== Releasing lock...
[2026-09-10 20:44:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 20:44:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 20:44:12] Production.ERROR: CronJobId end10
[2026-09-10 20:44:12] Production.INFO: ==4494== Releasing lock...
[2026-09-10 20:44:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 20:44:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 20:44:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 20:44:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 20:44:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 20:44:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 20:44:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 20:44:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 20:44:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 20:44:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 20:44:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 20:44:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 20:44:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 20:44:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 20:44:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 20:44:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 20:44:14] Production.INFO: call_cost start
[2026-09-10 20:44:14] Production.INFO: call_cost end
[2026-09-10 20:44:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 20:44:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 20:44:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 20:44:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 20:44:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 20:44:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 20:44:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 20:44:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 20:44:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 20:44:14] Production.INFO: ==4490== Releasing lock...
[2026-09-10 20:44:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 20:44:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 01:45:01] Production.INFO: ==4564== Lock acquired, processing the job...
[2026-09-11 01:45:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 01:45:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 01:45:01] Production.INFO: neon service started
[2026-09-11 01:45:01] Production.INFO: neon service started
[2026-09-11 01:45:01] Production.INFO: ==4564== Releasing lock...
[2026-09-11 01:45:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 01:45:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 00:45:01] Production.INFO: ==4569== Lock acquired, processing the job...
[2026-09-11 00:45:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 00:45:02] Production.INFO: ==4569== Releasing lock...
[2026-09-11 00:45:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 00:45:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 20:45:02] Production.INFO: ==4567== Lock acquired, processing the job...
[2026-09-10 20:45:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 20:45:02] Production.INFO: ==4567== Releasing lock...
[2026-09-10 20:45:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 20:45:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 20:45:02] Production.INFO: ==4571== Lock acquired, processing the job...
[2026-09-10 20:45:02] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-10 20:45:03] Production.ERROR: ========================== active cronjob start =============================
[2026-09-10 20:45:03] Production.ERROR: ========================== active cronjob end =============================
[2026-09-10 20:45:03] Production.INFO: ==4571== Releasing lock...
[2026-09-10 20:45:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-10 20:45:03] Production.INFO: 25.5 MB #Memory Used#
[2026-09-10 20:45:03] Production.INFO: ==4575== Lock acquired, processing the job...
[2026-09-10 20:45:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 20:45:03] Production.INFO: ==4579== Lock acquired, processing the job...
[2026-09-10 20:45:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 20:45:03] Production.INFO: ==4573== Lock acquired, processing the job...
[2026-09-10 20:45:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 20:45:03] Production.INFO: Account Balance Start.
[2026-09-10 20:45:03] Production.INFO: CreateAllLog Start
[2026-09-10 20:45:03] Production.INFO: 117
[2026-09-10 20:45:03] Production.INFO: Date 2026-09-08
[2026-09-10 20:45:03] Production.INFO: Reseller ==> 0
[2026-09-10 20:45:03] Production.INFO: Date 2026-09-09
[2026-09-10 20:45:03] Production.INFO: Reseller ==> 0
[2026-09-10 20:45:03] Production.INFO: ==4577== Lock acquired, processing the job...
[2026-09-10 20:45:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 20:45:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 20:45:03] Production.INFO: ==4583== Lock acquired, processing the job...
[2026-09-10 20:45:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 20:45:03] Production.INFO: Date 2026-09-10
[2026-09-10 20:45:03] Production.INFO: Reseller ==> 0
[2026-09-10 20:45:03] Production.INFO: Total Charge 0
[2026-09-10 20:45:03] Production.INFO: CreateAllLog End
[2026-09-10 20:45:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 20:45:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 20:45:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 20:45:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 20:45:03] Production.INFO: ==4581== Lock acquired, processing the job...
[2026-09-10 20:45:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-10 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-09-10 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-09-10 20:45:03] Production.ERROR: tblTempUsageDetail_20
[2026-09-10 20:45:03] Production.INFO: Account Balance End.
[2026-09-10 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-09-10 20:45:03] Production.INFO: ==4583== Releasing lock...
[2026-09-10 20:45:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 20:45:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 20:45:03] Production.ERROR: CronJobId end 12
[2026-09-10 20:45:03] Production.INFO: ==4579== Releasing lock...
[2026-09-10 20:45:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 20:45:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 20:45:03] Production.INFO: ==4575== Releasing lock...
[2026-09-10 20:45:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 20:45:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 20:45:04] Production.ERROR: done
[2026-09-10 20:45:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-10 20:45:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17980543', 'tblTempUsageDetail_20reseller','2026-09-10','2026-09-10','1' ) start
[2026-09-10 20:45:09] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17980543', 'tblTempUsageDetail_20reseller','2026-09-10','2026-09-10','1' ) end
[2026-09-10 20:45:09] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-10 20:45:09] Production.INFO: ProcessCDR(1,17980543,1,1,2)
[2026-09-10 20:45:09] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17980543,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-10 20:45:09] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17980543,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-10 20:45:09] Production.ERROR: pbx prc_insertCDR start
[2026-09-10 20:45:09] Production.ERROR: pbx prc_insertCDR end
[2026-09-10 20:45:09] Production.INFO: ==4581== Releasing lock...
[2026-09-10 20:45:09] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-10 20:45:09] Production.INFO: 26 MB #Memory Used#
[2026-09-10 20:45:12] Production.ERROR: CronJobId end10
[2026-09-10 20:45:12] Production.INFO: ==4577== Releasing lock...
[2026-09-10 20:45:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 20:45:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 20:45:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 20:45:15] Production.INFO: ============== Balance Warning START===========
[2026-09-10 20:45:16] Production.INFO: ============== Balance Warning END===========
[2026-09-10 20:45:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 20:45:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 20:45:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 20:45:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 20:45:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 20:45:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 20:45:16] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 20:45:16] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 20:45:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 20:45:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 20:45:16] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 20:45:16] Production.INFO: call_cost start
[2026-09-10 20:45:16] Production.INFO: call_cost end
[2026-09-10 20:45:16] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 20:45:16] Production.INFO: ============== Report Schedule START===========
[2026-09-10 20:45:16] Production.INFO: ============== Report Schedule END===========
[2026-09-10 20:45:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 20:45:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 20:45:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 20:45:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 20:45:16] Production.INFO: ============== Deal alert START===========
[2026-09-10 20:45:16] Production.INFO: ============== Deal alert END===========
[2026-09-10 20:45:16] Production.INFO: ==4573== Releasing lock...
[2026-09-10 20:45:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 20:45:16] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 01:46:01] Production.INFO: ==4648== Lock acquired, processing the job...
[2026-09-11 01:46:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 01:46:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 01:46:01] Production.INFO: neon service started
[2026-09-11 01:46:01] Production.INFO: neon service started
[2026-09-11 01:46:01] Production.INFO: ==4648== Releasing lock...
[2026-09-11 01:46:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 01:46:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 20:46:02] Production.INFO: ==4650== Lock acquired, processing the job...
[2026-09-10 20:46:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 20:46:02] Production.INFO: ==4650== Releasing lock...
[2026-09-10 20:46:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 20:46:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 00:46:02] Production.INFO: ==4652== Lock acquired, processing the job...
[2026-09-11 00:46:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 00:46:02] Production.INFO: ==4652== Releasing lock...
[2026-09-11 00:46:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 00:46:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 20:46:03] Production.INFO: ==4659== Lock acquired, processing the job...
[2026-09-10 20:46:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 20:46:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 20:46:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 20:46:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 20:46:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 20:46:03] Production.INFO: ==4655== Lock acquired, processing the job...
[2026-09-10 20:46:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 20:46:03] Production.INFO: ==4657== Lock acquired, processing the job...
[2026-09-10 20:46:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 20:46:03] Production.INFO: ==4663== Lock acquired, processing the job...
[2026-09-10 20:46:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 20:46:03] Production.INFO: ==4661== Lock acquired, processing the job...
[2026-09-10 20:46:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 20:46:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 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-09-10 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-09-10 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-09-10 20:46:03] Production.INFO: ==4663== Releasing lock...
[2026-09-10 20:46:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 20:46:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 20:46:03] Production.INFO: Account Balance Start.
[2026-09-10 20:46:03] Production.INFO: CreateAllLog Start
[2026-09-10 20:46:03] Production.INFO: 117
[2026-09-10 20:46:03] Production.INFO: Date 2026-09-08
[2026-09-10 20:46:03] Production.INFO: Reseller ==> 0
[2026-09-10 20:46:03] Production.INFO: Date 2026-09-09
[2026-09-10 20:46:03] Production.INFO: Reseller ==> 0
[2026-09-10 20:46:03] Production.INFO: Date 2026-09-10
[2026-09-10 20:46:03] Production.INFO: Reseller ==> 0
[2026-09-10 20:46:03] Production.INFO: Total Charge 0
[2026-09-10 20:46:03] Production.INFO: CreateAllLog End
[2026-09-10 20:46:04] Production.INFO: Account Balance End.
[2026-09-10 20:46:04] Production.ERROR: CronJobId end 12
[2026-09-10 20:46:04] Production.INFO: ==4661== Releasing lock...
[2026-09-10 20:46:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 20:46:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 20:46:04] Production.INFO: ==4657== Releasing lock...
[2026-09-10 20:46:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 20:46:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 20:46:12] Production.ERROR: CronJobId end10
[2026-09-10 20:46:12] Production.INFO: ==4659== Releasing lock...
[2026-09-10 20:46:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 20:46:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 20:46:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 20:46:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 20:46:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 20:46:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 20:46:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 20:46:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 20:46:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 20:46:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 20:46:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 20:46:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 20:46:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 20:46:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 20:46:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 20:46:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 20:46:14] Production.INFO: call_cost start
[2026-09-10 20:46:14] Production.INFO: call_cost end
[2026-09-10 20:46:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 20:46:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 20:46:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 20:46:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 20:46:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 20:46:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 20:46:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 20:46:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 20:46:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 20:46:14] Production.INFO: ==4655== Releasing lock...
[2026-09-10 20:46:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 20:46:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 01:47:01] Production.INFO: ==4728== Lock acquired, processing the job...
[2026-09-11 01:47:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 01:47:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 01:47:01] Production.INFO: neon service started
[2026-09-11 01:47:01] Production.INFO: neon service started
[2026-09-11 01:47:01] Production.INFO: ==4728== Releasing lock...
[2026-09-11 01:47:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 01:47:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 00:47:02] Production.INFO: ==4732== Lock acquired, processing the job...
[2026-09-11 00:47:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-10 20:47:02] Production.INFO: ==4730== Lock acquired, processing the job...
[2026-09-10 20:47:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 00:47:02] Production.INFO: ==4732== Releasing lock...
[2026-09-11 00:47:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 00:47:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 20:47:02] Production.INFO: ==4730== Releasing lock...
[2026-09-10 20:47:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 20:47:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 20:47:03] Production.INFO: ==4741== Lock acquired, processing the job...
[2026-09-10 20:47:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 20:47:03] Production.INFO: ==4737== Lock acquired, processing the job...
[2026-09-10 20:47:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 20:47:03] Production.INFO: ==4735== Lock acquired, processing the job...
[2026-09-10 20:47:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 20:47:03] Production.INFO: ==4739== Lock acquired, processing the job...
[2026-09-10 20:47:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 20:47:03] Production.INFO: ==4743== Lock acquired, processing the job...
[2026-09-10 20:47:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 20:47:03] Production.INFO: Account Balance Start.
[2026-09-10 20:47:03] Production.INFO: CreateAllLog Start
[2026-09-10 20:47:03] Production.INFO: 117
[2026-09-10 20:47:03] Production.INFO: Date 2026-09-08
[2026-09-10 20:47:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 20:47:03] Production.INFO: Reseller ==> 0
[2026-09-10 20:47:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 20:47:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 20:47:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 20:47:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 20:47:03] Production.INFO: Date 2026-09-09
[2026-09-10 20:47:03] Production.INFO: Reseller ==> 0
[2026-09-10 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-09-10 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-09-10 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-09-10 20:47:03] Production.INFO: ==4743== Releasing lock...
[2026-09-10 20:47:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 20:47:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 20:47:03] Production.INFO: Date 2026-09-10
[2026-09-10 20:47:03] Production.INFO: Reseller ==> 0
[2026-09-10 20:47:03] Production.INFO: Total Charge 0
[2026-09-10 20:47:03] Production.INFO: CreateAllLog End
[2026-09-10 20:47:03] Production.INFO: Account Balance End.
[2026-09-10 20:47:03] Production.ERROR: CronJobId end 12
[2026-09-10 20:47:03] Production.INFO: ==4741== Releasing lock...
[2026-09-10 20:47:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 20:47:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 20:47:04] Production.INFO: ==4737== Releasing lock...
[2026-09-10 20:47:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 20:47:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 20:47:11] Production.ERROR: CronJobId end10
[2026-09-10 20:47:11] Production.INFO: ==4739== Releasing lock...
[2026-09-10 20:47:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 20:47:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 20:47:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 20:47:13] Production.INFO: ============== Balance Warning START===========
[2026-09-10 20:47:13] Production.INFO: ============== Balance Warning END===========
[2026-09-10 20:47:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 20:47:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 20:47:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 20:47:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 20:47:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 20:47:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 20:47:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 20:47:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 20:47:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 20:47:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 20:47:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 20:47:13] Production.INFO: call_cost start
[2026-09-10 20:47:13] Production.INFO: call_cost end
[2026-09-10 20:47:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 20:47:13] Production.INFO: ============== Report Schedule START===========
[2026-09-10 20:47:13] Production.INFO: ============== Report Schedule END===========
[2026-09-10 20:47:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 20:47:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 20:47:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 20:47:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 20:47:13] Production.INFO: ============== Deal alert START===========
[2026-09-10 20:47:13] Production.INFO: ============== Deal alert END===========
[2026-09-10 20:47:13] Production.INFO: ==4735== Releasing lock...
[2026-09-10 20:47:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 20:47:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 01:48:01] Production.INFO: ==4813== Lock acquired, processing the job...
[2026-09-11 01:48:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 01:48:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 01:48:01] Production.INFO: neon service started
[2026-09-11 01:48:01] Production.INFO: neon service started
[2026-09-11 01:48:01] Production.INFO: ==4813== Releasing lock...
[2026-09-11 01:48:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 01:48:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 20:48:02] Production.INFO: ==4815== Lock acquired, processing the job...
[2026-09-10 20:48:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 20:48:02] Production.INFO: ==4815== Releasing lock...
[2026-09-10 20:48:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 20:48:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 00:48:02] Production.INFO: ==4817== Lock acquired, processing the job...
[2026-09-11 00:48:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 00:48:02] Production.INFO: ==4817== Releasing lock...
[2026-09-11 00:48:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 00:48:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 20:48:03] Production.INFO: ==4819== Lock acquired, processing the job...
[2026-09-10 20:48:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 20:48:03] Production.INFO: ==4827== Lock acquired, processing the job...
[2026-09-10 20:48:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 20:48:03] Production.INFO: ==4821== Lock acquired, processing the job...
[2026-09-10 20:48:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 20:48:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 20:48:03] Production.INFO: ==4825== Lock acquired, processing the job...
[2026-09-10 20:48:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 20:48:03] Production.INFO: ==4823== Lock acquired, processing the job...
[2026-09-10 20:48:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 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-09-10 20:48:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 20:48:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 20:48:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 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-09-10 20:48:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 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-09-10 20:48:03] Production.INFO: ==4827== Releasing lock...
[2026-09-10 20:48:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 20:48:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 20:48:03] Production.INFO: Account Balance Start.
[2026-09-10 20:48:03] Production.INFO: CreateAllLog Start
[2026-09-10 20:48:03] Production.INFO: 117
[2026-09-10 20:48:03] Production.INFO: Date 2026-09-08
[2026-09-10 20:48:03] Production.INFO: Reseller ==> 0
[2026-09-10 20:48:03] Production.INFO: Date 2026-09-09
[2026-09-10 20:48:03] Production.INFO: Reseller ==> 0
[2026-09-10 20:48:03] Production.INFO: Date 2026-09-10
[2026-09-10 20:48:03] Production.INFO: Reseller ==> 0
[2026-09-10 20:48:03] Production.INFO: Total Charge 0
[2026-09-10 20:48:03] Production.INFO: CreateAllLog End
[2026-09-10 20:48:04] Production.INFO: Account Balance End.
[2026-09-10 20:48:04] Production.INFO: ==4821== Releasing lock...
[2026-09-10 20:48:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 20:48:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 20:48:04] Production.ERROR: CronJobId end 12
[2026-09-10 20:48:04] Production.INFO: ==4825== Releasing lock...
[2026-09-10 20:48:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 20:48:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 20:48:11] Production.ERROR: CronJobId end10
[2026-09-10 20:48:11] Production.INFO: ==4823== Releasing lock...
[2026-09-10 20:48:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 20:48:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 20:48:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 20:48:13] Production.INFO: ============== Balance Warning START===========
[2026-09-10 20:48:13] Production.INFO: ============== Balance Warning END===========
[2026-09-10 20:48:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 20:48:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 20:48:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 20:48:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 20:48:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 20:48:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 20:48:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 20:48:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 20:48:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 20:48:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 20:48:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 20:48:13] Production.INFO: call_cost start
[2026-09-10 20:48:13] Production.INFO: call_cost end
[2026-09-10 20:48:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 20:48:13] Production.INFO: ============== Report Schedule START===========
[2026-09-10 20:48:13] Production.INFO: ============== Report Schedule END===========
[2026-09-10 20:48:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 20:48:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 20:48:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 20:48:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 20:48:13] Production.INFO: ============== Deal alert START===========
[2026-09-10 20:48:13] Production.INFO: ============== Deal alert END===========
[2026-09-10 20:48:13] Production.INFO: ==4819== Releasing lock...
[2026-09-10 20:48:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 20:48:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 01:49:02] Production.INFO: ==4894== Lock acquired, processing the job...
[2026-09-11 01:49:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 01:49:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 01:49:02] Production.INFO: neon service started
[2026-09-11 01:49:02] Production.INFO: neon service started
[2026-09-11 01:49:02] Production.INFO: ==4894== Releasing lock...
[2026-09-11 01:49:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 01:49:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 20:49:02] Production.INFO: ==4896== Lock acquired, processing the job...
[2026-09-10 20:49:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 00:49:03] Production.INFO: ==4898== Lock acquired, processing the job...
[2026-09-11 00:49:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 00:49:03] Production.INFO: ==4898== Releasing lock...
[2026-09-11 00:49:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 00:49:03] Production.INFO: 25 MB #Memory Used#
[2026-09-10 20:49:03] Production.INFO: ==4896== Releasing lock...
[2026-09-10 20:49:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 20:49:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 20:49:03] Production.INFO: ==4907== Lock acquired, processing the job...
[2026-09-10 20:49:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 20:49:03] Production.INFO: Account Balance Start.
[2026-09-10 20:49:03] Production.INFO: CreateAllLog Start
[2026-09-10 20:49:04] Production.INFO: 117
[2026-09-10 20:49:04] Production.INFO: Date 2026-09-08
[2026-09-10 20:49:04] Production.INFO: Reseller ==> 0
[2026-09-10 20:49:04] Production.INFO: Date 2026-09-09
[2026-09-10 20:49:04] Production.INFO: Reseller ==> 0
[2026-09-10 20:49:04] Production.INFO: Date 2026-09-10
[2026-09-10 20:49:04] Production.INFO: Reseller ==> 0
[2026-09-10 20:49:04] Production.INFO: Total Charge 0
[2026-09-10 20:49:04] Production.INFO: CreateAllLog End
[2026-09-10 20:49:04] Production.INFO: ==4901== Lock acquired, processing the job...
[2026-09-10 20:49:04] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 20:49:04] Production.INFO: ==4905== Lock acquired, processing the job...
[2026-09-10 20:49:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 20:49:04] Production.INFO: ==4903== Lock acquired, processing the job...
[2026-09-10 20:49:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 20:49:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 20:49:04] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 20:49:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 20:49:04] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 20:49:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 20:49:04] Production.INFO: Account Balance End.
[2026-09-10 20:49:04] Production.INFO: ==4909== Lock acquired, processing the job...
[2026-09-10 20:49:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 20:49:04] Production.ERROR: CronJobId end 12
[2026-09-10 20:49:04] Production.INFO: ==4907== Releasing lock...
[2026-09-10 20:49:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 20:49:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 20: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-09-10 20: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-09-10 20: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-09-10 20:49:04] Production.INFO: ==4909== Releasing lock...
[2026-09-10 20:49:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 20:49:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 20:49:04] Production.INFO: ==4903== Releasing lock...
[2026-09-10 20:49:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 20:49:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 20:49:12] Production.ERROR: CronJobId end10
[2026-09-10 20:49:12] Production.INFO: ==4905== Releasing lock...
[2026-09-10 20:49:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 20:49:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 20:49:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 20:49:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 20:49:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 20:49:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 20:49:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 20:49:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 20:49:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 20:49:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 20:49:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 20:49:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 20:49:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 20:49:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 20:49:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 20:49:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 20:49:14] Production.INFO: call_cost start
[2026-09-10 20:49:14] Production.INFO: call_cost end
[2026-09-10 20:49:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 20:49:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 20:49:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 20:49:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 20:49:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 20:49:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 20:49:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 20:49:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 20:49:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 20:49:14] Production.INFO: ==4901== Releasing lock...
[2026-09-10 20:49:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 20:49:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 01:50:01] Production.INFO: ==4965== Lock acquired, processing the job...
[2026-09-11 01:50:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 01:50:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 01:50:01] Production.INFO: neon service started
[2026-09-11 01:50:01] Production.INFO: neon service started
[2026-09-11 01:50:01] Production.INFO: ==4965== Releasing lock...
[2026-09-11 01:50:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 01:50:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 20:50:02] Production.INFO: ==4968== Lock acquired, processing the job...
[2026-09-10 20:50:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 00:50:02] Production.INFO: ==4970== Lock acquired, processing the job...
[2026-09-11 00:50:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 00:50:02] Production.INFO: ==4970== Releasing lock...
[2026-09-11 00:50:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 00:50:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 20:50:02] Production.INFO: ==4968== Releasing lock...
[2026-09-10 20:50:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 20:50:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 20:50:03] Production.INFO: ==4972== Lock acquired, processing the job...
[2026-09-10 20:50:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 20:50:03] Production.INFO: ==4974== Lock acquired, processing the job...
[2026-09-10 20:50:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 20:50:03] Production.INFO: ==4976== Lock acquired, processing the job...
[2026-09-10 20:50:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 20:50:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 20:50:03] Production.INFO: ==4978== Lock acquired, processing the job...
[2026-09-10 20:50:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 20:50:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 20:50:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 20:50:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 20:50:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 20:50:03] Production.INFO: ==4980== Lock acquired, processing the job...
[2026-09-10 20:50:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 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-09-10 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-09-10 20:50:03] Production.INFO: Account Balance Start.
[2026-09-10 20:50:03] Production.INFO: CreateAllLog Start
[2026-09-10 20:50:03] Production.INFO: 117
[2026-09-10 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-09-10 20:50:03] Production.INFO: Date 2026-09-08
[2026-09-10 20:50:03] Production.INFO: ==4980== Releasing lock...
[2026-09-10 20:50:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 20:50:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 20:50:03] Production.INFO: Reseller ==> 0
[2026-09-10 20:50:03] Production.INFO: Date 2026-09-09
[2026-09-10 20:50:03] Production.INFO: Reseller ==> 0
[2026-09-10 20:50:04] Production.INFO: Date 2026-09-10
[2026-09-10 20:50:04] Production.INFO: Reseller ==> 0
[2026-09-10 20:50:04] Production.INFO: Total Charge 0
[2026-09-10 20:50:04] Production.INFO: CreateAllLog End
[2026-09-10 20:50:04] Production.INFO: Account Balance End.
[2026-09-10 20:50:04] Production.ERROR: CronJobId end 12
[2026-09-10 20:50:04] Production.INFO: ==4978== Releasing lock...
[2026-09-10 20:50:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 20:50:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 20:50:04] Production.INFO: ==4974== Releasing lock...
[2026-09-10 20:50:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 20:50:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 20:50:11] Production.ERROR: CronJobId end10
[2026-09-10 20:50:11] Production.INFO: ==4976== Releasing lock...
[2026-09-10 20:50:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 20:50:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 20:50:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 20:50:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 20:50:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 20:50:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 20:50:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 20:50:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 20:50:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 20:50:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 20:50:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 20:50:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 20:50:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 20:50:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 20:50:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 20:50:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 20:50:14] Production.INFO: call_cost start
[2026-09-10 20:50:14] Production.INFO: call_cost end
[2026-09-10 20:50:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 20:50:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 20:50:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 20:50:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 20:50:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 20:50:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 20:50:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 20:50:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 20:50:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 20:50:14] Production.INFO: ==4972== Releasing lock...
[2026-09-10 20:50:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 20:50:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 01:51:02] Production.INFO: ==5049== Lock acquired, processing the job...
[2026-09-11 01:51:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 01:51:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 01:51:02] Production.INFO: neon service started
[2026-09-11 01:51:02] Production.INFO: neon service started
[2026-09-11 01:51:02] Production.INFO: ==5049== Releasing lock...
[2026-09-11 01:51:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 01:51:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 00:51:02] Production.INFO: ==5054== Lock acquired, processing the job...
[2026-09-11 00:51:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 00:51:02] Production.INFO: ==5054== Releasing lock...
[2026-09-11 00:51:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 00:51:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 20:51:02] Production.INFO: ==5052== Lock acquired, processing the job...
[2026-09-10 20:51:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 20:51:03] Production.INFO: ==5052== Releasing lock...
[2026-09-10 20:51:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 20:51:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 20:51:03] Production.INFO: ==5058== Lock acquired, processing the job...
[2026-09-10 20:51:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 20:51:03] Production.INFO: ==5062== Lock acquired, processing the job...
[2026-09-10 20:51:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 20:51:03] Production.INFO: ==5056== Lock acquired, processing the job...
[2026-09-10 20:51:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 20:51:03] Production.INFO: ==5060== Lock acquired, processing the job...
[2026-09-10 20:51:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 20:51:03] Production.INFO: Account Balance Start.
[2026-09-10 20:51:03] Production.INFO: CreateAllLog Start
[2026-09-10 20:51:03] Production.INFO: 117
[2026-09-10 20:51:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 20:51:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 20:51:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 20:51:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 20:51:03] Production.INFO: Date 2026-09-08
[2026-09-10 20:51:03] Production.INFO: ==5064== Lock acquired, processing the job...
[2026-09-10 20:51:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 20:51:03] Production.INFO: Reseller ==> 0
[2026-09-10 20:51:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 20:51:04] Production.INFO: Date 2026-09-09
[2026-09-10 20:51:04] Production.INFO: Reseller ==> 0
[2026-09-10 20:51:04] Production.INFO: Date 2026-09-10
[2026-09-10 20:51:04] Production.INFO: Reseller ==> 0
[2026-09-10 20:51:04] Production.INFO: Total Charge 0
[2026-09-10 20:51:04] Production.INFO: CreateAllLog End
[2026-09-10 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-09-10 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-09-10 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-09-10 20:51:04] Production.INFO: ==5064== Releasing lock...
[2026-09-10 20:51:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 20:51:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 20:51:04] Production.INFO: Account Balance End.
[2026-09-10 20:51:04] Production.ERROR: CronJobId end 12
[2026-09-10 20:51:04] Production.INFO: ==5062== Releasing lock...
[2026-09-10 20:51:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 20:51:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 20:51:04] Production.INFO: ==5058== Releasing lock...
[2026-09-10 20:51:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 20:51:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 20:51:11] Production.ERROR: CronJobId end10
[2026-09-10 20:51:11] Production.INFO: ==5060== Releasing lock...
[2026-09-10 20:51:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 20:51:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 20:51:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 20:51:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 20:51:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 20:51:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 20:51:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 20:51:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 20:51:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 20:51:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 20:51:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 20:51:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 20:51:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 20:51:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 20:51:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 20:51:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 20:51:15] Production.INFO: call_cost start
[2026-09-10 20:51:15] Production.INFO: call_cost end
[2026-09-10 20:51:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 20:51:15] Production.INFO: ============== Report Schedule START===========
[2026-09-10 20:51:15] Production.INFO: ============== Report Schedule END===========
[2026-09-10 20:51:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 20:51:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 20:51:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 20:51:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 20:51:15] Production.INFO: ============== Deal alert START===========
[2026-09-10 20:51:15] Production.INFO: ============== Deal alert END===========
[2026-09-10 20:51:15] Production.INFO: ==5056== Releasing lock...
[2026-09-10 20:51:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 20:51:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 01:52:01] Production.INFO: ==5124== Lock acquired, processing the job...
[2026-09-11 01:52:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 01:52:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 01:52:01] Production.INFO: neon service started
[2026-09-11 01:52:01] Production.INFO: neon service started
[2026-09-11 01:52:01] Production.INFO: ==5124== Releasing lock...
[2026-09-11 01:52:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 01:52:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 20:52:02] Production.INFO: ==5126== Lock acquired, processing the job...
[2026-09-10 20:52:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 20:52:02] Production.INFO: ==5126== Releasing lock...
[2026-09-10 20:52:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 20:52:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 00:52:02] Production.INFO: ==5128== Lock acquired, processing the job...
[2026-09-11 00:52:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 00:52:02] Production.INFO: ==5128== Releasing lock...
[2026-09-11 00:52:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 00:52:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 20:52:03] Production.INFO: ==5133== Lock acquired, processing the job...
[2026-09-10 20:52:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 20:52:03] Production.INFO: ==5135== Lock acquired, processing the job...
[2026-09-10 20:52:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 20:52:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 20:52:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 20:52:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 20:52:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 20:52:03] Production.INFO: ==5131== Lock acquired, processing the job...
[2026-09-10 20:52:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 20:52:03] Production.INFO: ==5139== Lock acquired, processing the job...
[2026-09-10 20:52:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 20:52:03] Production.INFO: ==5137== Lock acquired, processing the job...
[2026-09-10 20:52:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 20:52:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 20: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-09-10 20: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-09-10 20: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-09-10 20:52:03] Production.INFO: ==5139== Releasing lock...
[2026-09-10 20:52:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 20:52:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 20:52:03] Production.INFO: Account Balance Start.
[2026-09-10 20:52:03] Production.INFO: CreateAllLog Start
[2026-09-10 20:52:03] Production.INFO: 117
[2026-09-10 20:52:03] Production.INFO: Date 2026-09-08
[2026-09-10 20:52:03] Production.INFO: Reseller ==> 0
[2026-09-10 20:52:03] Production.INFO: Date 2026-09-09
[2026-09-10 20:52:03] Production.INFO: Reseller ==> 0
[2026-09-10 20:52:03] Production.INFO: Date 2026-09-10
[2026-09-10 20:52:03] Production.INFO: Reseller ==> 0
[2026-09-10 20:52:03] Production.INFO: Total Charge 0
[2026-09-10 20:52:03] Production.INFO: CreateAllLog End
[2026-09-10 20:52:03] Production.INFO: ==5133== Releasing lock...
[2026-09-10 20:52:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 20:52:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 20:52:03] Production.INFO: Account Balance End.
[2026-09-10 20:52:03] Production.ERROR: CronJobId end 12
[2026-09-10 20:52:03] Production.INFO: ==5137== Releasing lock...
[2026-09-10 20:52:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 20:52:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 20:52:11] Production.ERROR: CronJobId end10
[2026-09-10 20:52:11] Production.INFO: ==5135== Releasing lock...
[2026-09-10 20:52:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 20:52:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 20:52:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 20:52:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 20:52:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 20:52:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 20:52:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 20:52:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 20:52:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 20:52:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 20:52:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 20:52:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 20:52:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 20:52:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 20:52:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 20:52:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 20:52:14] Production.INFO: call_cost start
[2026-09-10 20:52:14] Production.INFO: call_cost end
[2026-09-10 20:52:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 20:52:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 20:52:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 20:52:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 20:52:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 20:52:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 20:52:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 20:52:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 20:52:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 20:52:14] Production.INFO: ==5131== Releasing lock...
[2026-09-10 20:52:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 20:52:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 01:53:02] Production.INFO: ==5206== Lock acquired, processing the job...
[2026-09-11 01:53:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 01:53:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 01:53:02] Production.INFO: neon service started
[2026-09-11 01:53:02] Production.INFO: neon service started
[2026-09-11 01:53:02] Production.INFO: ==5206== Releasing lock...
[2026-09-11 01:53:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 01:53:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 20:53:02] Production.INFO: ==5209== Lock acquired, processing the job...
[2026-09-10 20:53:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 20:53:02] Production.INFO: ==5209== Releasing lock...
[2026-09-10 20:53:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 20:53:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 00:53:02] Production.INFO: ==5211== Lock acquired, processing the job...
[2026-09-11 00:53:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 00:53:02] Production.INFO: ==5211== Releasing lock...
[2026-09-11 00:53:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 00:53:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 20:53:03] Production.INFO: ==5221== Lock acquired, processing the job...
[2026-09-10 20:53:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 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-09-10 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-09-10 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-09-10 20:53:03] Production.INFO: ==5221== Releasing lock...
[2026-09-10 20:53:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 20:53:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 20:53:03] Production.INFO: ==5213== Lock acquired, processing the job...
[2026-09-10 20:53:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 20:53:03] Production.INFO: ==5215== Lock acquired, processing the job...
[2026-09-10 20:53:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 20:53:03] Production.INFO: ==5217== Lock acquired, processing the job...
[2026-09-10 20:53:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 20:53:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 20:53:03] Production.INFO: ==5219== Lock acquired, processing the job...
[2026-09-10 20:53:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 20:53:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 20:53:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 20:53:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 20:53:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 20:53:03] Production.INFO: Account Balance Start.
[2026-09-10 20:53:03] Production.INFO: CreateAllLog Start
[2026-09-10 20:53:03] Production.INFO: 117
[2026-09-10 20:53:03] Production.INFO: Date 2026-09-08
[2026-09-10 20:53:03] Production.INFO: Reseller ==> 0
[2026-09-10 20:53:03] Production.INFO: Date 2026-09-09
[2026-09-10 20:53:03] Production.INFO: Reseller ==> 0
[2026-09-10 20:53:04] Production.INFO: Date 2026-09-10
[2026-09-10 20:53:04] Production.INFO: Reseller ==> 0
[2026-09-10 20:53:04] Production.INFO: Total Charge 0
[2026-09-10 20:53:04] Production.INFO: CreateAllLog End
[2026-09-10 20:53:04] Production.INFO: Account Balance End.
[2026-09-10 20:53:04] Production.ERROR: CronJobId end 12
[2026-09-10 20:53:04] Production.INFO: ==5219== Releasing lock...
[2026-09-10 20:53:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 20:53:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 20:53:04] Production.INFO: ==5215== Releasing lock...
[2026-09-10 20:53:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 20:53:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 20:53:12] Production.ERROR: CronJobId end10
[2026-09-10 20:53:12] Production.INFO: ==5217== Releasing lock...
[2026-09-10 20:53:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 20:53:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 20:53:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 20:53:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 20:53:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 20:53:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 20:53:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 20:53:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 20:53:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 20:53:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 20:53:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 20:53:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 20:53:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 20:53:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 20:53:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 20:53:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 20:53:14] Production.INFO: call_cost start
[2026-09-10 20:53:14] Production.INFO: call_cost end
[2026-09-10 20:53:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 20:53:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 20:53:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 20:53:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 20:53:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 20:53:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 20:53:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 20:53:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 20:53:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 20:53:14] Production.INFO: ==5213== Releasing lock...
[2026-09-10 20:53:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 20:53:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 01:54:01] Production.INFO: ==5283== Lock acquired, processing the job...
[2026-09-11 01:54:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 01:54:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 01:54:01] Production.INFO: neon service started
[2026-09-11 01:54:01] Production.INFO: neon service started
[2026-09-11 01:54:01] Production.INFO: ==5283== Releasing lock...
[2026-09-11 01:54:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 01:54:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 20:54:01] Production.INFO: ==5285== Lock acquired, processing the job...
[2026-09-10 20:54:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 20:54:02] Production.INFO: ==5285== Releasing lock...
[2026-09-10 20:54:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 20:54:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 00:54:02] Production.INFO: ==5287== Lock acquired, processing the job...
[2026-09-11 00:54:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 00:54:02] Production.INFO: ==5287== Releasing lock...
[2026-09-11 00:54:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 00:54:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 20:54:02] Production.INFO: ==5289== Lock acquired, processing the job...
[2026-09-10 20:54:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 20:54:02] Production.INFO: ==5291== Lock acquired, processing the job...
[2026-09-10 20:54:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 20:54:02] Production.INFO: ==5295== Lock acquired, processing the job...
[2026-09-10 20:54:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 20:54:03] Production.INFO: Account Balance Start.
[2026-09-10 20:54:03] Production.INFO: CreateAllLog Start
[2026-09-10 20:54:03] Production.INFO: 117
[2026-09-10 20:54:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 20:54:03] Production.INFO: Date 2026-09-08
[2026-09-10 20:54:03] Production.INFO: Reseller ==> 0
[2026-09-10 20:54:03] Production.INFO: ==5293== Lock acquired, processing the job...
[2026-09-10 20:54:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 20:54:03] Production.INFO: Date 2026-09-09
[2026-09-10 20:54:03] Production.INFO: Reseller ==> 0
[2026-09-10 20:54:03] Production.INFO: Date 2026-09-10
[2026-09-10 20:54:03] Production.INFO: Reseller ==> 0
[2026-09-10 20:54:03] Production.INFO: Total Charge 0
[2026-09-10 20:54:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 20:54:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 20:54:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 20:54:03] Production.INFO: CreateAllLog End
[2026-09-10 20:54:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 20:54:03] Production.INFO: ==5298== Lock acquired, processing the job...
[2026-09-10 20:54:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 20: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-09-10 20: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-09-10 20: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-09-10 20:54:03] Production.INFO: Account Balance End.
[2026-09-10 20:54:03] Production.INFO: ==5298== Releasing lock...
[2026-09-10 20:54:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 20:54:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 20:54:03] Production.ERROR: CronJobId end 12
[2026-09-10 20:54:03] Production.INFO: ==5295== Releasing lock...
[2026-09-10 20:54:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 20:54:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 20:54:04] Production.INFO: ==5291== Releasing lock...
[2026-09-10 20:54:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 20:54:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 20:54:12] Production.ERROR: CronJobId end10
[2026-09-10 20:54:12] Production.INFO: ==5293== Releasing lock...
[2026-09-10 20:54:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 20:54:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 20:54:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 20:54:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 20:54:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 20:54:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 20:54:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 20:54:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 20:54:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 20:54:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 20:54:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 20:54:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 20:54:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 20:54:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 20:54:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 20:54:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 20:54:15] Production.INFO: call_cost start
[2026-09-10 20:54:15] Production.INFO: call_cost end
[2026-09-10 20:54:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 20:54:15] Production.INFO: ============== Report Schedule START===========
[2026-09-10 20:54:15] Production.INFO: ============== Report Schedule END===========
[2026-09-10 20:54:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 20:54:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 20:54:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 20:54:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 20:54:15] Production.INFO: ============== Deal alert START===========
[2026-09-10 20:54:15] Production.INFO: ============== Deal alert END===========
[2026-09-10 20:54:15] Production.INFO: ==5289== Releasing lock...
[2026-09-10 20:54:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 20:54:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 01:55:01] Production.INFO: ==5363== Lock acquired, processing the job...
[2026-09-11 01:55:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 01:55:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 01:55:01] Production.INFO: neon service started
[2026-09-11 01:55:01] Production.INFO: neon service started
[2026-09-11 01:55:01] Production.INFO: ==5363== Releasing lock...
[2026-09-11 01:55:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 01:55:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 20:55:02] Production.INFO: ==5365== Lock acquired, processing the job...
[2026-09-10 20:55:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 20:55:02] Production.INFO: ==5365== Releasing lock...
[2026-09-10 20:55:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 20:55:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 00:55:02] Production.INFO: ==5367== Lock acquired, processing the job...
[2026-09-11 00:55:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 00:55:02] Production.INFO: ==5367== Releasing lock...
[2026-09-11 00:55:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 00:55:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 20:55:03] Production.INFO: ==5370== Lock acquired, processing the job...
[2026-09-10 20:55:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-10 20:55:03] Production.INFO: ==5372== Lock acquired, processing the job...
[2026-09-10 20:55:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 20:55:03] Production.ERROR: ========================== active cronjob start =============================
[2026-09-10 20:55:03] Production.ERROR: ========================== active cronjob end =============================
[2026-09-10 20:55:03] Production.INFO: ==5370== Releasing lock...
[2026-09-10 20:55:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-10 20:55:03] Production.INFO: 25.5 MB #Memory Used#
[2026-09-10 20:55:03] Production.INFO: ==5374== Lock acquired, processing the job...
[2026-09-10 20:55:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 20:55:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 20:55:03] Production.INFO: ==5376== Lock acquired, processing the job...
[2026-09-10 20:55:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 20:55:03] Production.INFO: ==5378== Lock acquired, processing the job...
[2026-09-10 20:55:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 20:55:03] Production.INFO: ==5380== Lock acquired, processing the job...
[2026-09-10 20:55:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-10 20:55:03] Production.ERROR: tblTempUsageDetail_20
[2026-09-10 20:55:03] Production.INFO: ==5382== Lock acquired, processing the job...
[2026-09-10 20:55:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 20:55:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 20:55:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 20:55:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 20:55:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 20:55:04] Production.INFO: Account Balance Start.
[2026-09-10 20:55:04] Production.INFO: CreateAllLog Start
[2026-09-10 20:55:04] Production.INFO: 117
[2026-09-10 20:55:04] Production.INFO: Date 2026-09-08
[2026-09-10 20:55:04] Production.INFO: Reseller ==> 0
[2026-09-10 20: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-09-10 20: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-09-10 20: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-09-10 20:55:04] Production.INFO: ==5382== Releasing lock...
[2026-09-10 20:55:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 20:55:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 20:55:04] Production.INFO: Date 2026-09-09
[2026-09-10 20:55:04] Production.INFO: Reseller ==> 0
[2026-09-10 20:55:04] Production.INFO: Date 2026-09-10
[2026-09-10 20:55:04] Production.INFO: Reseller ==> 0
[2026-09-10 20:55:04] Production.ERROR: done
[2026-09-10 20:55:04] Production.INFO: Total Charge 0
[2026-09-10 20:55:04] Production.INFO: CreateAllLog End
[2026-09-10 20:55:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-10 20:55:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17980584', 'tblTempUsageDetail_20reseller','2026-09-10','2026-09-10','1' ) start
[2026-09-10 20:55:04] Production.INFO: Account Balance End.
[2026-09-10 20:55:04] Production.ERROR: CronJobId end 12
[2026-09-10 20:55:04] Production.INFO: ==5378== Releasing lock...
[2026-09-10 20:55:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 20:55:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 20:55:04] Production.INFO: ==5374== Releasing lock...
[2026-09-10 20:55:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 20:55:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 20:55:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17980584', 'tblTempUsageDetail_20reseller','2026-09-10','2026-09-10','1' ) end
[2026-09-10 20:55:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-10 20:55:10] Production.INFO: ProcessCDR(1,17980584,1,1,2)
[2026-09-10 20:55:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17980584,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-10 20:55:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17980584,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-10 20:55:10] Production.ERROR: pbx prc_insertCDR start
[2026-09-10 20:55:10] Production.ERROR: pbx prc_insertCDR end
[2026-09-10 20:55:10] Production.INFO: ==5380== Releasing lock...
[2026-09-10 20:55:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-10 20:55:10] Production.INFO: 26 MB #Memory Used#
[2026-09-10 20:55:14] Production.ERROR: CronJobId end10
[2026-09-10 20:55:14] Production.INFO: ==5376== Releasing lock...
[2026-09-10 20:55:14] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 20:55:14] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 20:55:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 20:55:16] Production.INFO: ============== Balance Warning START===========
[2026-09-10 20:55:16] Production.INFO: ============== Balance Warning END===========
[2026-09-10 20:55:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 20:55:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 20:55:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 20:55:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 20:55:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 20:55:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 20:55:16] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 20:55:16] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 20:55:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 20:55:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 20:55:16] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 20:55:17] Production.INFO: call_cost start
[2026-09-10 20:55:17] Production.INFO: call_cost end
[2026-09-10 20:55:17] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 20:55:17] Production.INFO: ============== Report Schedule START===========
[2026-09-10 20:55:17] Production.INFO: ============== Report Schedule END===========
[2026-09-10 20:55:17] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 20:55:17] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 20:55:17] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 20:55:17] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 20:55:17] Production.INFO: ============== Deal alert START===========
[2026-09-10 20:55:17] Production.INFO: ============== Deal alert END===========
[2026-09-10 20:55:17] Production.INFO: ==5372== Releasing lock...
[2026-09-10 20:55:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 20:55:17] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 01:56:01] Production.INFO: ==5444== Lock acquired, processing the job...
[2026-09-11 01:56:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 01:56:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 01:56:01] Production.INFO: neon service started
[2026-09-11 01:56:01] Production.INFO: neon service started
[2026-09-11 01:56:01] Production.INFO: ==5444== Releasing lock...
[2026-09-11 01:56:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 01:56:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 00:56:01] Production.INFO: ==5450== Lock acquired, processing the job...
[2026-09-11 00:56:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 00:56:01] Production.INFO: ==5450== Releasing lock...
[2026-09-11 00:56:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 00:56:01] Production.INFO: 25 MB #Memory Used#
[2026-09-10 20:56:02] Production.INFO: ==5448== Lock acquired, processing the job...
[2026-09-10 20:56:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 20:56:02] Production.INFO: ==5448== Releasing lock...
[2026-09-10 20:56:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 20:56:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 20:56:03] Production.INFO: ==5456== Lock acquired, processing the job...
[2026-09-10 20:56:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 20:56:03] Production.INFO: ==5452== Lock acquired, processing the job...
[2026-09-10 20:56:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 20:56:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 20:56:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 20:56:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 20:56:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 20:56:03] Production.INFO: ==5454== Lock acquired, processing the job...
[2026-09-10 20:56:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 20:56:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 20:56:03] Production.INFO: ==5460== Lock acquired, processing the job...
[2026-09-10 20:56:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 20:56:03] Production.INFO: ==5458== Lock acquired, processing the job...
[2026-09-10 20:56:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 20: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-09-10 20: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-09-10 20: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-09-10 20:56:03] Production.INFO: ==5460== Releasing lock...
[2026-09-10 20:56:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 20:56:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 20:56:03] Production.INFO: Account Balance Start.
[2026-09-10 20:56:03] Production.INFO: CreateAllLog Start
[2026-09-10 20:56:03] Production.INFO: 117
[2026-09-10 20:56:03] Production.INFO: Date 2026-09-08
[2026-09-10 20:56:03] Production.INFO: Reseller ==> 0
[2026-09-10 20:56:03] Production.INFO: Date 2026-09-09
[2026-09-10 20:56:03] Production.INFO: Reseller ==> 0
[2026-09-10 20:56:03] Production.INFO: Date 2026-09-10
[2026-09-10 20:56:03] Production.INFO: Reseller ==> 0
[2026-09-10 20:56:03] Production.INFO: Total Charge 0
[2026-09-10 20:56:03] Production.INFO: CreateAllLog End
[2026-09-10 20:56:04] Production.INFO: Account Balance End.
[2026-09-10 20:56:04] Production.ERROR: CronJobId end 12
[2026-09-10 20:56:04] Production.INFO: ==5458== Releasing lock...
[2026-09-10 20:56:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 20:56:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 20:56:04] Production.INFO: ==5454== Releasing lock...
[2026-09-10 20:56:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 20:56:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 20:56:13] Production.ERROR: CronJobId end10
[2026-09-10 20:56:13] Production.INFO: ==5456== Releasing lock...
[2026-09-10 20:56:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 20:56:13] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 20:56:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 20:56:15] Production.INFO: ============== Balance Warning START===========
[2026-09-10 20:56:15] Production.INFO: ============== Balance Warning END===========
[2026-09-10 20:56:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 20:56:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 20:56:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 20:56:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 20:56:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 20:56:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 20:56:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 20:56:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 20:56:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 20:56:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 20:56:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 20:56:16] Production.INFO: call_cost start
[2026-09-10 20:56:16] Production.INFO: call_cost end
[2026-09-10 20:56:16] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 20:56:16] Production.INFO: ============== Report Schedule START===========
[2026-09-10 20:56:16] Production.INFO: ============== Report Schedule END===========
[2026-09-10 20:56:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 20:56:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 20:56:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 20:56:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 20:56:16] Production.INFO: ============== Deal alert START===========
[2026-09-10 20:56:16] Production.INFO: ============== Deal alert END===========
[2026-09-10 20:56:16] Production.INFO: ==5452== Releasing lock...
[2026-09-10 20:56:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 20:56:16] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 01:57:01] Production.INFO: ==5523== Lock acquired, processing the job...
[2026-09-11 01:57:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 01:57:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 01:57:01] Production.INFO: neon service started
[2026-09-11 01:57:01] Production.INFO: neon service started
[2026-09-11 01:57:01] Production.INFO: ==5523== Releasing lock...
[2026-09-11 01:57:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 01:57:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 20:57:02] Production.INFO: ==5525== Lock acquired, processing the job...
[2026-09-10 20:57:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 20:57:02] Production.INFO: ==5525== Releasing lock...
[2026-09-10 20:57:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 20:57:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 00:57:02] Production.INFO: ==5527== Lock acquired, processing the job...
[2026-09-11 00:57:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 00:57:02] Production.INFO: ==5527== Releasing lock...
[2026-09-11 00:57:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 00:57:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 20:57:03] Production.INFO: ==5529== Lock acquired, processing the job...
[2026-09-10 20:57:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 20:57:03] Production.INFO: ==5531== Lock acquired, processing the job...
[2026-09-10 20:57:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 20:57:03] Production.INFO: ==5533== Lock acquired, processing the job...
[2026-09-10 20:57:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 20:57:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 20:57:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 20:57:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 20:57:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 20:57:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 20:57:03] Production.INFO: ==5536== Lock acquired, processing the job...
[2026-09-10 20:57:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 20:57:03] Production.INFO: ==5538== Lock acquired, processing the job...
[2026-09-10 20:57:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 20:57:03] Production.INFO: Account Balance Start.
[2026-09-10 20:57:03] Production.INFO: CreateAllLog Start
[2026-09-10 20:57:03] Production.INFO: 117
[2026-09-10 20:57:03] Production.INFO: Date 2026-09-08
[2026-09-10 20:57:03] Production.INFO: Reseller ==> 0
[2026-09-10 20:57:03] Production.INFO: Date 2026-09-09
[2026-09-10 20:57:03] Production.INFO: Reseller ==> 0
[2026-09-10 20: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-09-10 20: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-09-10 20: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-09-10 20:57:03] Production.INFO: Date 2026-09-10
[2026-09-10 20:57:03] Production.INFO: Reseller ==> 0
[2026-09-10 20:57:03] Production.INFO: ==5538== Releasing lock...
[2026-09-10 20:57:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 20:57:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 20:57:03] Production.INFO: Total Charge 0
[2026-09-10 20:57:03] Production.INFO: CreateAllLog End
[2026-09-10 20:57:03] Production.INFO: Account Balance End.
[2026-09-10 20:57:03] Production.ERROR: CronJobId end 12
[2026-09-10 20:57:03] Production.INFO: ==5536== Releasing lock...
[2026-09-10 20:57:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 20:57:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 20:57:04] Production.INFO: ==5531== Releasing lock...
[2026-09-10 20:57:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 20:57:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 20:57:10] Production.ERROR: CronJobId end10
[2026-09-10 20:57:10] Production.INFO: ==5533== Releasing lock...
[2026-09-10 20:57:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 20:57:10] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 20:57:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 20:57:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 20:57:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 20:57:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 20:57:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 20:57:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 20:57:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 20:57:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 20:57:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 20:57:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 20:57:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 20:57:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 20:57:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 20:57:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 20:57:14] Production.INFO: call_cost start
[2026-09-10 20:57:14] Production.INFO: call_cost end
[2026-09-10 20:57:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 20:57:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 20:57:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 20:57:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 20:57:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 20:57:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 20:57:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 20:57:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 20:57:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 20:57:14] Production.INFO: ==5529== Releasing lock...
[2026-09-10 20:57:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 20:57:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 01:58:02] Production.INFO: ==5596== Lock acquired, processing the job...
[2026-09-11 01:58:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 01:58:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 01:58:02] Production.INFO: neon service started
[2026-09-11 01:58:02] Production.INFO: neon service started
[2026-09-11 01:58:02] Production.INFO: ==5596== Releasing lock...
[2026-09-11 01:58:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 01:58:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 20:58:02] Production.INFO: ==5598== Lock acquired, processing the job...
[2026-09-10 20:58:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 20:58:02] Production.INFO: ==5598== Releasing lock...
[2026-09-10 20:58:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 20:58:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 00:58:02] Production.INFO: ==5600== Lock acquired, processing the job...
[2026-09-11 00:58:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 00:58:02] Production.INFO: ==5600== Releasing lock...
[2026-09-11 00:58:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 00:58:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 20:58:03] Production.INFO: ==5605== Lock acquired, processing the job...
[2026-09-10 20:58:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 20:58:03] Production.INFO: ==5603== Lock acquired, processing the job...
[2026-09-10 20:58:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 20:58:03] Production.INFO: ==5607== Lock acquired, processing the job...
[2026-09-10 20:58:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 20:58:03] Production.INFO: ==5609== Lock acquired, processing the job...
[2026-09-10 20:58:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 20:58:03] Production.INFO: ==5611== Lock acquired, processing the job...
[2026-09-10 20:58:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 20:58:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 20:58:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 20:58:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 20:58:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 20:58:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 20:58:03] Production.INFO: Account Balance Start.
[2026-09-10 20:58:03] Production.INFO: CreateAllLog Start
[2026-09-10 20:58:03] Production.INFO: 117
[2026-09-10 20:58:04] Production.INFO: Date 2026-09-08
[2026-09-10 20: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-09-10 20: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-09-10 20:58:04] Production.INFO: Reseller ==> 0
[2026-09-10 20: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-09-10 20:58:04] Production.INFO: ==5611== Releasing lock...
[2026-09-10 20:58:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 20:58:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 20:58:04] Production.INFO: Date 2026-09-09
[2026-09-10 20:58:04] Production.INFO: Reseller ==> 0
[2026-09-10 20:58:04] Production.INFO: Date 2026-09-10
[2026-09-10 20:58:04] Production.INFO: Reseller ==> 0
[2026-09-10 20:58:04] Production.INFO: ==5605== Releasing lock...
[2026-09-10 20:58:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 20:58:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 20:58:04] Production.INFO: Total Charge 0
[2026-09-10 20:58:04] Production.INFO: CreateAllLog End
[2026-09-10 20:58:04] Production.INFO: Account Balance End.
[2026-09-10 20:58:04] Production.ERROR: CronJobId end 12
[2026-09-10 20:58:04] Production.INFO: ==5609== Releasing lock...
[2026-09-10 20:58:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 20:58:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 20:58:11] Production.ERROR: CronJobId end10
[2026-09-10 20:58:11] Production.INFO: ==5607== Releasing lock...
[2026-09-10 20:58:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 20:58:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 20:58:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 20:58:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 20:58:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 20:58:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 20:58:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 20:58:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 20:58:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 20:58:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 20:58:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 20:58:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 20:58:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 20:58:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 20:58:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 20:58:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 20:58:14] Production.INFO: call_cost start
[2026-09-10 20:58:14] Production.INFO: call_cost end
[2026-09-10 20:58:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 20:58:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 20:58:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 20:58:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 20:58:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 20:58:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 20:58:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 20:58:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 20:58:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 20:58:14] Production.INFO: ==5603== Releasing lock...
[2026-09-10 20:58:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 20:58:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 01:59:01] Production.INFO: ==5740== Lock acquired, processing the job...
[2026-09-11 01:59:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 01:59:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 01:59:01] Production.INFO: neon service started
[2026-09-11 01:59:01] Production.INFO: neon service started
[2026-09-11 01:59:01] Production.INFO: ==5740== Releasing lock...
[2026-09-11 01:59:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 01:59:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 20:59:02] Production.INFO: ==5742== Lock acquired, processing the job...
[2026-09-10 20:59:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 20:59:02] Production.INFO: ==5742== Releasing lock...
[2026-09-10 20:59:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 20:59:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 00:59:02] Production.INFO: ==5744== Lock acquired, processing the job...
[2026-09-11 00:59:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 00:59:02] Production.INFO: ==5744== Releasing lock...
[2026-09-11 00:59:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 00:59:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 20:59:03] Production.INFO: ==5746== Lock acquired, processing the job...
[2026-09-10 20:59:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 20:59:03] Production.INFO: ==5748== Lock acquired, processing the job...
[2026-09-10 20:59:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 20:59:03] Production.INFO: ==5750== Lock acquired, processing the job...
[2026-09-10 20:59:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 20:59:03] Production.INFO: ==5752== Lock acquired, processing the job...
[2026-09-10 20:59:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 20:59:03] Production.INFO: ==5754== Lock acquired, processing the job...
[2026-09-10 20:59:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 20:59:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 20:59:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 20:59:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 20:59:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 20:59:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 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-09-10 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-09-10 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-09-10 20:59:03] Production.INFO: ==5754== Releasing lock...
[2026-09-10 20:59:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 20:59:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 20:59:03] Production.INFO: Account Balance Start.
[2026-09-10 20:59:03] Production.INFO: CreateAllLog Start
[2026-09-10 20:59:03] Production.INFO: 117
[2026-09-10 20:59:03] Production.INFO: Date 2026-09-08
[2026-09-10 20:59:03] Production.INFO: Reseller ==> 0
[2026-09-10 20:59:03] Production.INFO: Date 2026-09-09
[2026-09-10 20:59:03] Production.INFO: Reseller ==> 0
[2026-09-10 20:59:03] Production.INFO: Date 2026-09-10
[2026-09-10 20:59:03] Production.INFO: Reseller ==> 0
[2026-09-10 20:59:03] Production.INFO: Total Charge 0
[2026-09-10 20:59:03] Production.INFO: CreateAllLog End
[2026-09-10 20:59:03] Production.INFO: ==5748== Releasing lock...
[2026-09-10 20:59:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 20:59:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 20:59:03] Production.INFO: Account Balance End.
[2026-09-10 20:59:03] Production.ERROR: CronJobId end 12
[2026-09-10 20:59:03] Production.INFO: ==5752== Releasing lock...
[2026-09-10 20:59:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 20:59:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 20:59:10] Production.ERROR: CronJobId end10
[2026-09-10 20:59:10] Production.INFO: ==5750== Releasing lock...
[2026-09-10 20:59:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 20:59:10] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 20:59:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 20:59:13] Production.INFO: ============== Balance Warning START===========
[2026-09-10 20:59:13] Production.INFO: ============== Balance Warning END===========
[2026-09-10 20:59:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 20:59:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 20:59:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 20:59:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 20:59:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 20:59:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 20:59:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 20:59:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 20:59:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 20:59:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 20:59:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 20:59:14] Production.INFO: call_cost start
[2026-09-10 20:59:14] Production.INFO: call_cost end
[2026-09-10 20:59:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 20:59:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 20:59:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 20:59:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 20:59:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 20:59:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 20:59:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 20:59:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 20:59:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 20:59:14] Production.INFO: ==5746== Releasing lock...
[2026-09-10 20:59:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 20:59:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 02:00:02] Production.INFO: ==5834== Lock acquired, processing the job...
[2026-09-11 02:00:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 02:00:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 02:00:02] Production.INFO: neon service started
[2026-09-11 02:00:02] Production.INFO: neon service started
[2026-09-11 02:00:02] Production.INFO: ==5834== Releasing lock...
[2026-09-11 02:00:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 02:00:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 01:00:02] Production.INFO: ==5839== Lock acquired, processing the job...
[2026-09-11 01:00:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 01:00:02] Production.INFO: ==5839== Releasing lock...
[2026-09-11 01:00:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 01:00:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 21:00:02] Production.INFO: ==5837== Lock acquired, processing the job...
[2026-09-10 21:00:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 21:00:02] Production.INFO: ==5837== Releasing lock...
[2026-09-10 21:00:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 21:00:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 21:00:03] Production.INFO: ==5843== Lock acquired, processing the job...
[2026-09-10 21:00:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 21:00:03] Production.INFO: ==5845== Lock acquired, processing the job...
[2026-09-10 21:00:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 21:00:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 21:00:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 21:00:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 21:00:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 21:00:03] Production.INFO: ==5849== Lock acquired, processing the job...
[2026-09-10 21:00:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 21:00:03] Production.INFO: ==5841== Lock acquired, processing the job...
[2026-09-10 21:00:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 21:00:03] Production.INFO: ==5847== Lock acquired, processing the job...
[2026-09-10 21:00:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 21:00:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 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-09-10 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-09-10 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-09-10 21:00:03] Production.INFO: ==5849== Releasing lock...
[2026-09-10 21:00:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 21:00:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 21:00:03] Production.INFO: Account Balance Start.
[2026-09-10 21:00:03] Production.INFO: CreateAllLog Start
[2026-09-10 21:00:03] Production.INFO: 117
[2026-09-10 21:00:03] Production.INFO: Date 2026-09-08
[2026-09-10 21:00:03] Production.INFO: Reseller ==> 0
[2026-09-10 21:00:04] Production.INFO: Date 2026-09-09
[2026-09-10 21:00:04] Production.INFO: Reseller ==> 0
[2026-09-10 21:00:04] Production.INFO: Date 2026-09-10
[2026-09-10 21:00:04] Production.INFO: Reseller ==> 0
[2026-09-10 21:00:04] Production.INFO: Total Charge 0
[2026-09-10 21:00:04] Production.INFO: ==5843== Releasing lock...
[2026-09-10 21:00:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 21:00:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 21:00:04] Production.INFO: CreateAllLog End
[2026-09-10 21:00:04] Production.INFO: Account Balance End.
[2026-09-10 21:00:04] Production.ERROR: CronJobId end 12
[2026-09-10 21:00:04] Production.INFO: ==5847== Releasing lock...
[2026-09-10 21:00:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 21:00:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 21:00:11] Production.ERROR: CronJobId end10
[2026-09-10 21:00:11] Production.INFO: ==5845== Releasing lock...
[2026-09-10 21:00:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 21:00:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 21:00:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 21:00:13] Production.INFO: ============== Balance Warning START===========
[2026-09-10 21:00:13] Production.INFO: ============== Balance Warning END===========
[2026-09-10 21:00:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 21:00:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 21:00:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 21:00:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 21:00:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 21:00:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 21:00:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 21:00:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 21:00:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 21:00:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 21:00:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 21:00:14] Production.INFO: call_cost start
[2026-09-10 21:00:14] Production.INFO: call_cost end
[2026-09-10 21:00:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 21:00:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 21:00:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 21:00:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 21:00:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 21:00:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 21:00:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 21:00:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 21:00:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 21:00:14] Production.INFO: ==5841== Releasing lock...
[2026-09-10 21:00:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 21:00:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 02:01:01] Production.INFO: ==5919== Lock acquired, processing the job...
[2026-09-11 02:01:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 02:01:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 02:01:01] Production.INFO: neon service started
[2026-09-11 02:01:01] Production.INFO: neon service started
[2026-09-11 02:01:01] Production.INFO: ==5919== Releasing lock...
[2026-09-11 02:01:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 02:01:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 21:01:01] Production.INFO: ==5925== Lock acquired, processing the job...
[2026-09-10 21:01:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 21:01:02] Production.INFO: ==5925== Releasing lock...
[2026-09-10 21:01:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 21:01:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 01:01:02] Production.INFO: ==5927== Lock acquired, processing the job...
[2026-09-11 01:01:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 01:01:02] Production.INFO: ==5927== Releasing lock...
[2026-09-11 01:01:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 01:01:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 21:01:02] Production.INFO: ==5937== Lock acquired, processing the job...
[2026-09-10 21:01:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 21:01: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-09-10 21:01: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-09-10 21:01: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-09-10 21:01:02] Production.INFO: ==5937== Releasing lock...
[2026-09-10 21:01:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 21:01:02] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 21:01:03] Production.INFO: ==5929== Lock acquired, processing the job...
[2026-09-10 21:01:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 21:01:03] Production.INFO: ==5933== Lock acquired, processing the job...
[2026-09-10 21:01:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 21:01:03] Production.INFO: ==5931== Lock acquired, processing the job...
[2026-09-10 21:01:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 21:01:03] Production.INFO: ==5935== Lock acquired, processing the job...
[2026-09-10 21:01:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 21:01:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 21:01:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 21:01:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 21:01:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 21:01:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 21:01:03] Production.INFO: Account Balance Start.
[2026-09-10 21:01:03] Production.INFO: CreateAllLog Start
[2026-09-10 21:01:03] Production.INFO: 117
[2026-09-10 21:01:03] Production.INFO: Date 2026-09-08
[2026-09-10 21:01:03] Production.INFO: Reseller ==> 0
[2026-09-10 21:01:03] Production.INFO: Date 2026-09-09
[2026-09-10 21:01:03] Production.INFO: Reseller ==> 0
[2026-09-10 21:01:03] Production.INFO: Date 2026-09-10
[2026-09-10 21:01:03] Production.INFO: Reseller ==> 0
[2026-09-10 21:01:03] Production.INFO: Total Charge 0
[2026-09-10 21:01:03] Production.INFO: CreateAllLog End
[2026-09-10 21:01:03] Production.INFO: Account Balance End.
[2026-09-10 21:01:03] Production.ERROR: CronJobId end 12
[2026-09-10 21:01:03] Production.INFO: ==5935== Releasing lock...
[2026-09-10 21:01:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 21:01:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 21:01:04] Production.INFO: ==5931== Releasing lock...
[2026-09-10 21:01:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 21:01:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 21:01:11] Production.ERROR: CronJobId end10
[2026-09-10 21:01:11] Production.INFO: ==5933== Releasing lock...
[2026-09-10 21:01:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 21:01:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 21:01:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 21:01:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 21:01:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 21:01:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 21:01:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 21:01:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 21:01:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 21:01:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 21:01:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 21:01:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 21:01:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 21:01:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 21:01:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 21:01:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 21:01:14] Production.INFO: call_cost start
[2026-09-10 21:01:14] Production.INFO: call_cost end
[2026-09-10 21:01:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 21:01:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 21:01:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 21:01:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 21:01:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 21:01:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 21:01:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 21:01:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 21:01:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 21:01:14] Production.INFO: ==5929== Releasing lock...
[2026-09-10 21:01:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 21:01:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 02:02:02] Production.INFO: ==6001== Lock acquired, processing the job...
[2026-09-11 02:02:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 02:02:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 02:02:02] Production.INFO: neon service started
[2026-09-11 02:02:02] Production.INFO: neon service started
[2026-09-11 02:02:02] Production.INFO: ==6001== Releasing lock...
[2026-09-11 02:02:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 02:02:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 21:02:02] Production.INFO: ==6003== Lock acquired, processing the job...
[2026-09-10 21:02:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 01:02:02] Production.INFO: ==6005== Lock acquired, processing the job...
[2026-09-11 01:02:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 01:02:02] Production.INFO: ==6005== Releasing lock...
[2026-09-11 01:02:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 01:02:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 21:02:02] Production.INFO: ==6003== Releasing lock...
[2026-09-10 21:02:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 21:02:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 21:02:03] Production.INFO: ==6016== Lock acquired, processing the job...
[2026-09-10 21:02:03] Production.INFO: pbxaccountusage-command-pbxaccountusage-companyid-1-cronjobid-16 #Starts#
[2026-09-10 21:02:03] Production.INFO: ==6014== Lock acquired, processing the job...
[2026-09-10 21:02:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 21:02:03] Production.ERROR: tblTempUsageDetail_20
[2026-09-10 21:02:04] Production.INFO: ==6008== Lock acquired, processing the job...
[2026-09-10 21:02:04] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 21:02:04] Production.INFO: Account Balance Start.
[2026-09-10 21:02:04] Production.INFO: CreateAllLog Start
[2026-09-10 21:02:04] Production.INFO: 117
[2026-09-10 21:02:04] Production.INFO: Date 2026-09-08
[2026-09-10 21:02:04] Production.INFO: Reseller ==> 0
[2026-09-10 21:02:04] Production.INFO: ==6010== Lock acquired, processing the job...
[2026-09-10 21:02:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 21:02:04] Production.INFO: ==6012== Lock acquired, processing the job...
[2026-09-10 21:02:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 21:02:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 21:02:04] Production.INFO: Date 2026-09-09
[2026-09-10 21:02:04] Production.INFO: Reseller ==> 0
[2026-09-10 21:02:04] Production.INFO: ==6018== Lock acquired, processing the job...
[2026-09-10 21:02:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 21:02:04] Production.INFO: Date 2026-09-10
[2026-09-10 21:02:04] Production.INFO: Reseller ==> 0
[2026-09-10 21:02:04] Production.ERROR: done
[2026-09-10 21:02:04] Production.ERROR: tblTempVendorCDR_20
[2026-09-10 21: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-09-10 21:02:04] Production.ERROR: done
[2026-09-10 21: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-09-10 21:02:04] Production.INFO: Total Charge 0
[2026-09-10 21:02:04] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 21:02:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 21:02:04] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 21:02:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 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:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-09-10 21:02:04] Production.INFO: CreateAllLog End
[2026-09-10 21:02:04] Production.INFO: ==6018== Releasing lock...
[2026-09-10 21:02:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 21:02:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 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-09-10 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-09-10 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-09-10 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-09-10 21:02:04] Production.INFO: ==6016== Releasing lock...
[2026-09-10 21:02:04] Production.INFO: pbxaccountusage-command-pbxaccountusage-companyid-1-cronjobid-16 #Stops#
[2026-09-10 21:02:04] Production.INFO: 27.25 MB #Memory Used#
[2026-09-10 21:02:04] Production.INFO: Account Balance End.
[2026-09-10 21:02:04] Production.ERROR: CronJobId end 12
[2026-09-10 21:02:04] Production.INFO: ==6014== Releasing lock...
[2026-09-10 21:02:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 21:02:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 21:02:04] Production.INFO: ==6010== Releasing lock...
[2026-09-10 21:02:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 21:02:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 21:02:12] Production.ERROR: CronJobId end10
[2026-09-10 21:02:12] Production.INFO: ==6012== Releasing lock...
[2026-09-10 21:02:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 21:02:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 21:02:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 21:02:15] Production.INFO: ============== Balance Warning START===========
[2026-09-10 21:02:15] Production.INFO: ============== Balance Warning END===========
[2026-09-10 21:02:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 21:02:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 21:02:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 21:02:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 21:02:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 21:02:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 21:02:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 21:02:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 21:02:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 21:02:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 21:02:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 21:02:15] Production.INFO: call_cost start
[2026-09-10 21:02:15] Production.INFO: call_cost end
[2026-09-10 21:02:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 21:02:15] Production.INFO: ============== Report Schedule START===========
[2026-09-10 21:02:15] Production.INFO: ============== Report Schedule END===========
[2026-09-10 21:02:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 21:02:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 21:02:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 21:02:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 21:02:15] Production.INFO: ============== Deal alert START===========
[2026-09-10 21:02:15] Production.INFO: ============== Deal alert END===========
[2026-09-10 21:02:15] Production.INFO: ==6008== Releasing lock...
[2026-09-10 21:02:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 21:02:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 02:03:01] Production.INFO: ==6082== Lock acquired, processing the job...
[2026-09-11 02:03:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 02:03:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 02:03:01] Production.INFO: neon service started
[2026-09-11 02:03:01] Production.INFO: neon service started
[2026-09-11 02:03:01] Production.INFO: ==6082== Releasing lock...
[2026-09-11 02:03:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 02:03:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 21:03:02] Production.INFO: ==6084== Lock acquired, processing the job...
[2026-09-10 21:03:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 01:03:02] Production.INFO: ==6086== Lock acquired, processing the job...
[2026-09-11 01:03:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 01:03:02] Production.INFO: ==6086== Releasing lock...
[2026-09-11 01:03:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 01:03:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 21:03:02] Production.INFO: ==6084== Releasing lock...
[2026-09-10 21:03:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 21:03:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 21:03:03] Production.INFO: ==6089== Lock acquired, processing the job...
[2026-09-10 21:03:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 21:03:03] Production.INFO: ==6091== Lock acquired, processing the job...
[2026-09-10 21:03:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 21:03:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 21:03:03] Production.INFO: ==6093== Lock acquired, processing the job...
[2026-09-10 21:03:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 21:03:03] Production.INFO: ==6095== Lock acquired, processing the job...
[2026-09-10 21:03:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 21:03:03] Production.INFO: ==6097== Lock acquired, processing the job...
[2026-09-10 21:03:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 21:03:03] Production.INFO: Account Balance Start.
[2026-09-10 21:03:03] Production.INFO: CreateAllLog Start
[2026-09-10 21:03:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 21:03:03] Production.INFO: 117
[2026-09-10 21:03:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 21:03:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 21:03:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 21:03:03] Production.INFO: Date 2026-09-08
[2026-09-10 21:03:03] Production.INFO: Reseller ==> 0
[2026-09-10 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-09-10 21:03:03] Production.INFO: Date 2026-09-09
[2026-09-10 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-09-10 21:03:03] Production.INFO: Reseller ==> 0
[2026-09-10 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-09-10 21:03:03] Production.INFO: ==6097== Releasing lock...
[2026-09-10 21:03:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 21:03:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 21:03:03] Production.INFO: Date 2026-09-10
[2026-09-10 21:03:03] Production.INFO: Reseller ==> 0
[2026-09-10 21:03:03] Production.INFO: Total Charge 0
[2026-09-10 21:03:03] Production.INFO: CreateAllLog End
[2026-09-10 21:03:03] Production.INFO: Account Balance End.
[2026-09-10 21:03:03] Production.ERROR: CronJobId end 12
[2026-09-10 21:03:03] Production.INFO: ==6095== Releasing lock...
[2026-09-10 21:03:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 21:03:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 21:03:03] Production.INFO: ==6091== Releasing lock...
[2026-09-10 21:03:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 21:03:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 21:03:11] Production.ERROR: CronJobId end10
[2026-09-10 21:03:11] Production.INFO: ==6093== Releasing lock...
[2026-09-10 21:03:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 21:03:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 21:03:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 21:03:13] Production.INFO: ============== Balance Warning START===========
[2026-09-10 21:03:13] Production.INFO: ============== Balance Warning END===========
[2026-09-10 21:03:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 21:03:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 21:03:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 21:03:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 21:03:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 21:03:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 21:03:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 21:03:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 21:03:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 21:03:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 21:03:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 21:03:14] Production.INFO: call_cost start
[2026-09-10 21:03:14] Production.INFO: call_cost end
[2026-09-10 21:03:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 21:03:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 21:03:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 21:03:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 21:03:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 21:03:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 21:03:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 21:03:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 21:03:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 21:03:14] Production.INFO: ==6089== Releasing lock...
[2026-09-10 21:03:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 21:03:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 02:04:01] Production.INFO: ==6158== Lock acquired, processing the job...
[2026-09-11 02:04:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 02:04:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 02:04:01] Production.INFO: neon service started
[2026-09-11 02:04:02] Production.INFO: neon service started
[2026-09-11 02:04:02] Production.INFO: ==6158== Releasing lock...
[2026-09-11 02:04:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 02:04:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 21:04:02] Production.INFO: ==6160== Lock acquired, processing the job...
[2026-09-10 21:04:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 01:04:02] Production.INFO: ==6162== Lock acquired, processing the job...
[2026-09-11 01:04:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 01:04:02] Production.INFO: ==6162== Releasing lock...
[2026-09-11 01:04:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 01:04:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 21:04:02] Production.INFO: ==6160== Releasing lock...
[2026-09-10 21:04:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 21:04:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 21:04:03] Production.INFO: ==6165== Lock acquired, processing the job...
[2026-09-10 21:04:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 21:04:03] Production.INFO: ==6167== Lock acquired, processing the job...
[2026-09-10 21:04:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 21:04:03] Production.INFO: ==6169== Lock acquired, processing the job...
[2026-09-10 21:04:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 21:04:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 21:04:03] Production.INFO: ==6173== Lock acquired, processing the job...
[2026-09-10 21:04:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 21:04:03] Production.INFO: ==6171== Lock acquired, processing the job...
[2026-09-10 21:04:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 21:04:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 21:04:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 21:04:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 21:04:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 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-09-10 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-09-10 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-09-10 21:04:03] Production.INFO: Account Balance Start.
[2026-09-10 21:04:03] Production.INFO: CreateAllLog Start
[2026-09-10 21:04:03] Production.INFO: 117
[2026-09-10 21:04:03] Production.INFO: ==6173== Releasing lock...
[2026-09-10 21:04:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 21:04:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 21:04:04] Production.INFO: Date 2026-09-08
[2026-09-10 21:04:04] Production.INFO: Reseller ==> 0
[2026-09-10 21:04:04] Production.INFO: Date 2026-09-09
[2026-09-10 21:04:04] Production.INFO: Reseller ==> 0
[2026-09-10 21:04:04] Production.INFO: Date 2026-09-10
[2026-09-10 21:04:04] Production.INFO: Reseller ==> 0
[2026-09-10 21:04:04] Production.INFO: Total Charge 0
[2026-09-10 21:04:04] Production.INFO: CreateAllLog End
[2026-09-10 21:04:04] Production.INFO: Account Balance End.
[2026-09-10 21:04:04] Production.ERROR: CronJobId end 12
[2026-09-10 21:04:04] Production.INFO: ==6171== Releasing lock...
[2026-09-10 21:04:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 21:04:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 21:04:04] Production.INFO: ==6167== Releasing lock...
[2026-09-10 21:04:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 21:04:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 21:04:12] Production.ERROR: CronJobId end10
[2026-09-10 21:04:12] Production.INFO: ==6169== Releasing lock...
[2026-09-10 21:04:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 21:04:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 21:04:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 21:04:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 21:04:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 21:04:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 21:04:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 21:04:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 21:04:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 21:04:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 21:04:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 21:04:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 21:04:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 21:04:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 21:04:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 21:04:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 21:04:15] Production.INFO: call_cost start
[2026-09-10 21:04:15] Production.INFO: call_cost end
[2026-09-10 21:04:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 21:04:15] Production.INFO: ============== Report Schedule START===========
[2026-09-10 21:04:15] Production.INFO: ============== Report Schedule END===========
[2026-09-10 21:04:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 21:04:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 21:04:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 21:04:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 21:04:15] Production.INFO: ============== Deal alert START===========
[2026-09-10 21:04:15] Production.INFO: ============== Deal alert END===========
[2026-09-10 21:04:15] Production.INFO: ==6165== Releasing lock...
[2026-09-10 21:04:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 21:04:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 02:05:01] Production.INFO: ==6239== Lock acquired, processing the job...
[2026-09-11 02:05:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 02:05:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 02:05:01] Production.INFO: neon service started
[2026-09-11 02:05:01] Production.INFO: neon service started
[2026-09-11 02:05:01] Production.INFO: ==6239== Releasing lock...
[2026-09-11 02:05:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 02:05:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 21:05:01] Production.INFO: ==6241== Lock acquired, processing the job...
[2026-09-10 21:05:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 21:05:02] Production.INFO: ==6241== Releasing lock...
[2026-09-10 21:05:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 21:05:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 01:05:02] Production.INFO: ==6243== Lock acquired, processing the job...
[2026-09-11 01:05:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 01:05:02] Production.INFO: ==6243== Releasing lock...
[2026-09-11 01:05:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 01:05:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 21:05:03] Production.INFO: ==6246== Lock acquired, processing the job...
[2026-09-10 21:05:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-10 21:05:03] Production.ERROR: ========================== active cronjob start =============================
[2026-09-10 21:05:03] Production.ERROR: ========================== active cronjob end =============================
[2026-09-10 21:05:03] Production.INFO: ==6246== Releasing lock...
[2026-09-10 21:05:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-10 21:05:03] Production.INFO: 25.5 MB #Memory Used#
[2026-09-10 21:05:03] Production.INFO: ==6248== Lock acquired, processing the job...
[2026-09-10 21:05:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 21:05:03] Production.INFO: ==6250== Lock acquired, processing the job...
[2026-09-10 21:05:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 21:05:03] Production.INFO: ==6256== Lock acquired, processing the job...
[2026-09-10 21:05:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-10 21:05:03] Production.INFO: ==6252== Lock acquired, processing the job...
[2026-09-10 21:05:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 21:05:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 21:05:03] Production.ERROR: tblTempUsageDetail_20
[2026-09-10 21:05:03] Production.INFO: ==6254== Lock acquired, processing the job...
[2026-09-10 21:05:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 21:05:03] Production.INFO: ==6258== Lock acquired, processing the job...
[2026-09-10 21:05:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 21:05:03] Production.INFO: Account Balance Start.
[2026-09-10 21:05:03] Production.INFO: CreateAllLog Start
[2026-09-10 21:05:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 21:05:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 21:05:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 21:05:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 21:05:03] Production.INFO: 117
[2026-09-10 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-09-10 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-09-10 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-09-10 21:05:03] Production.INFO: ==6258== Releasing lock...
[2026-09-10 21:05:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 21:05:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 21:05:03] Production.INFO: Date 2026-09-08
[2026-09-10 21:05:03] Production.INFO: Reseller ==> 0
[2026-09-10 21:05:03] Production.ERROR: done
[2026-09-10 21:05:03] Production.INFO: Date 2026-09-09
[2026-09-10 21:05:03] Production.INFO: Reseller ==> 0
[2026-09-10 21:05:03] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-10 21:05:03] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17980626', 'tblTempUsageDetail_20reseller','2026-09-10','2026-09-10','1' ) start
[2026-09-10 21:05:03] Production.INFO: Date 2026-09-10
[2026-09-10 21:05:03] Production.INFO: Reseller ==> 0
[2026-09-10 21:05:03] Production.INFO: Total Charge 0
[2026-09-10 21:05:03] Production.INFO: CreateAllLog End
[2026-09-10 21:05:04] Production.INFO: Account Balance End.
[2026-09-10 21:05:04] Production.ERROR: CronJobId end 12
[2026-09-10 21:05:04] Production.INFO: ==6254== Releasing lock...
[2026-09-10 21:05:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 21:05:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 21:05:04] Production.INFO: ==6250== Releasing lock...
[2026-09-10 21:05:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 21:05:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 21:05:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17980626', 'tblTempUsageDetail_20reseller','2026-09-10','2026-09-10','1' ) end
[2026-09-10 21:05:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-10 21:05:10] Production.INFO: ProcessCDR(1,17980626,1,1,2)
[2026-09-10 21:05:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17980626,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-10 21:05:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17980626,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-10 21:05:10] Production.ERROR: pbx prc_insertCDR start
[2026-09-10 21:05:10] Production.ERROR: pbx prc_insertCDR end
[2026-09-10 21:05:10] Production.INFO: ==6256== Releasing lock...
[2026-09-10 21:05:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-10 21:05:10] Production.INFO: 26 MB #Memory Used#
[2026-09-10 21:05:14] Production.ERROR: CronJobId end10
[2026-09-10 21:05:14] Production.INFO: ==6252== Releasing lock...
[2026-09-10 21:05:14] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 21:05:14] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 21:05:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 21:05:16] Production.INFO: ============== Balance Warning START===========
[2026-09-10 21:05:16] Production.INFO: ============== Balance Warning END===========
[2026-09-10 21:05:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 21:05:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 21:05:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 21:05:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 21:05:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 21:05:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 21:05:16] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 21:05:16] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 21:05:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 21:05:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 21:05:16] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 21:05:17] Production.INFO: call_cost start
[2026-09-10 21:05:17] Production.INFO: call_cost end
[2026-09-10 21:05:17] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 21:05:17] Production.INFO: ============== Report Schedule START===========
[2026-09-10 21:05:17] Production.INFO: ============== Report Schedule END===========
[2026-09-10 21:05:17] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 21:05:17] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 21:05:17] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 21:05:17] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 21:05:17] Production.INFO: ============== Deal alert START===========
[2026-09-10 21:05:17] Production.INFO: ============== Deal alert END===========
[2026-09-10 21:05:17] Production.INFO: ==6248== Releasing lock...
[2026-09-10 21:05:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 21:05:17] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 02:06:01] Production.INFO: ==6312== Lock acquired, processing the job...
[2026-09-11 02:06:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 02:06:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 02:06:01] Production.INFO: neon service started
[2026-09-11 02:06:01] Production.INFO: neon service started
[2026-09-11 02:06:01] Production.INFO: ==6312== Releasing lock...
[2026-09-11 02:06:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 02:06:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 21:06:02] Production.INFO: ==6314== Lock acquired, processing the job...
[2026-09-10 21:06:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 01:06:02] Production.INFO: ==6316== Lock acquired, processing the job...
[2026-09-11 01:06:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 01:06:02] Production.INFO: ==6316== Releasing lock...
[2026-09-11 01:06:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 01:06:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 21:06:02] Production.INFO: ==6314== Releasing lock...
[2026-09-10 21:06:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 21:06:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 21:06:03] Production.INFO: ==6320== Lock acquired, processing the job...
[2026-09-10 21:06:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 21:06:03] Production.INFO: ==6322== Lock acquired, processing the job...
[2026-09-10 21:06:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 21:06:03] Production.INFO: ==6326== Lock acquired, processing the job...
[2026-09-10 21:06:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 21:06:03] Production.INFO: ==6324== Lock acquired, processing the job...
[2026-09-10 21:06:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 21:06:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 21:06:03] Production.INFO: ==6328== Lock acquired, processing the job...
[2026-09-10 21:06:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 21:06:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 21:06:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 21:06:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 21:06:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 21:06:03] Production.INFO: Account Balance Start.
[2026-09-10 21:06:03] Production.INFO: CreateAllLog Start
[2026-09-10 21:06:03] Production.INFO: 117
[2026-09-10 21:06:03] Production.INFO: Date 2026-09-08
[2026-09-10 21:06:03] Production.INFO: Reseller ==> 0
[2026-09-10 21: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-09-10 21: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-09-10 21: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-09-10 21:06:03] Production.INFO: ==6328== Releasing lock...
[2026-09-10 21:06:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 21:06:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 21:06:03] Production.INFO: Date 2026-09-09
[2026-09-10 21:06:03] Production.INFO: Reseller ==> 0
[2026-09-10 21:06:03] Production.INFO: Date 2026-09-10
[2026-09-10 21:06:03] Production.INFO: Reseller ==> 0
[2026-09-10 21:06:03] Production.INFO: Total Charge 0
[2026-09-10 21:06:03] Production.INFO: CreateAllLog End
[2026-09-10 21:06:04] Production.INFO: Account Balance End.
[2026-09-10 21:06:04] Production.ERROR: CronJobId end 12
[2026-09-10 21:06:04] Production.INFO: ==6326== Releasing lock...
[2026-09-10 21:06:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 21:06:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 21:06:04] Production.INFO: ==6322== Releasing lock...
[2026-09-10 21:06:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 21:06:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 21:06:11] Production.ERROR: CronJobId end10
[2026-09-10 21:06:11] Production.INFO: ==6324== Releasing lock...
[2026-09-10 21:06:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 21:06:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 21:06:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 21:06:15] Production.INFO: ============== Balance Warning START===========
[2026-09-10 21:06:15] Production.INFO: ============== Balance Warning END===========
[2026-09-10 21:06:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 21:06:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 21:06:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 21:06:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 21:06:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 21:06:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 21:06:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 21:06:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 21:06:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 21:06:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 21:06:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 21:06:15] Production.INFO: call_cost start
[2026-09-10 21:06:15] Production.INFO: call_cost end
[2026-09-10 21:06:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 21:06:15] Production.INFO: ============== Report Schedule START===========
[2026-09-10 21:06:15] Production.INFO: ============== Report Schedule END===========
[2026-09-10 21:06:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 21:06:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 21:06:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 21:06:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 21:06:15] Production.INFO: ============== Deal alert START===========
[2026-09-10 21:06:15] Production.INFO: ============== Deal alert END===========
[2026-09-10 21:06:15] Production.INFO: ==6320== Releasing lock...
[2026-09-10 21:06:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 21:06:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 02:07:02] Production.INFO: ==6401== Lock acquired, processing the job...
[2026-09-11 02:07:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 02:07:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 02:07:02] Production.INFO: neon service started
[2026-09-11 02:07:02] Production.INFO: neon service started
[2026-09-11 02:07:02] Production.INFO: ==6401== Releasing lock...
[2026-09-11 02:07:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 02:07:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 21:07:02] Production.INFO: ==6403== Lock acquired, processing the job...
[2026-09-10 21:07:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 01:07:03] Production.INFO: ==6405== Lock acquired, processing the job...
[2026-09-11 01:07:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 01:07:03] Production.INFO: ==6405== Releasing lock...
[2026-09-11 01:07:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 01:07:03] Production.INFO: 25 MB #Memory Used#
[2026-09-10 21:07:03] Production.INFO: ==6403== Releasing lock...
[2026-09-10 21:07:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 21:07:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 21:07:03] Production.INFO: ==6412== Lock acquired, processing the job...
[2026-09-10 21:07:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 21:07:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 21:07:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 21:07:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 21:07:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 21:07:04] Production.INFO: ==6408== Lock acquired, processing the job...
[2026-09-10 21:07:04] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 21:07:04] Production.INFO: ==6410== Lock acquired, processing the job...
[2026-09-10 21:07:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 21:07:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 21:07:04] Production.INFO: ==6414== Lock acquired, processing the job...
[2026-09-10 21:07:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 21:07:04] Production.INFO: ==6416== Lock acquired, processing the job...
[2026-09-10 21:07:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 21:07:04] Production.INFO: Account Balance Start.
[2026-09-10 21:07:04] Production.INFO: CreateAllLog Start
[2026-09-10 21: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-09-10 21: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-09-10 21: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-09-10 21:07:04] Production.INFO: ==6416== Releasing lock...
[2026-09-10 21:07:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 21:07:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 21:07:04] Production.INFO: 117
[2026-09-10 21:07:04] Production.INFO: Date 2026-09-08
[2026-09-10 21:07:04] Production.INFO: Reseller ==> 0
[2026-09-10 21:07:04] Production.INFO: Date 2026-09-09
[2026-09-10 21:07:04] Production.INFO: Reseller ==> 0
[2026-09-10 21:07:04] Production.INFO: Date 2026-09-10
[2026-09-10 21:07:04] Production.INFO: Reseller ==> 0
[2026-09-10 21:07:04] Production.INFO: Total Charge 0
[2026-09-10 21:07:04] Production.INFO: CreateAllLog End
[2026-09-10 21:07:05] Production.INFO: Account Balance End.
[2026-09-10 21:07:05] Production.ERROR: CronJobId end 12
[2026-09-10 21:07:05] Production.INFO: ==6414== Releasing lock...
[2026-09-10 21:07:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 21:07:05] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 21:07:05] Production.INFO: ==6410== Releasing lock...
[2026-09-10 21:07:05] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 21:07:05] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 21:07:12] Production.ERROR: CronJobId end10
[2026-09-10 21:07:12] Production.INFO: ==6412== Releasing lock...
[2026-09-10 21:07:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 21:07:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 21:07:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 21:07:15] Production.INFO: ============== Balance Warning START===========
[2026-09-10 21:07:15] Production.INFO: ============== Balance Warning END===========
[2026-09-10 21:07:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 21:07:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 21:07:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 21:07:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 21:07:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 21:07:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 21:07:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 21:07:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 21:07:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 21:07:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 21:07:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 21:07:15] Production.INFO: call_cost start
[2026-09-10 21:07:15] Production.INFO: call_cost end
[2026-09-10 21:07:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 21:07:15] Production.INFO: ============== Report Schedule START===========
[2026-09-10 21:07:15] Production.INFO: ============== Report Schedule END===========
[2026-09-10 21:07:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 21:07:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 21:07:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 21:07:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 21:07:15] Production.INFO: ============== Deal alert START===========
[2026-09-10 21:07:15] Production.INFO: ============== Deal alert END===========
[2026-09-10 21:07:15] Production.INFO: ==6408== Releasing lock...
[2026-09-10 21:07:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 21:07:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 02:08:01] Production.INFO: ==6484== Lock acquired, processing the job...
[2026-09-11 02:08:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 02:08:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 02:08:01] Production.INFO: neon service started
[2026-09-11 02:08:01] Production.INFO: neon service started
[2026-09-11 02:08:01] Production.INFO: ==6484== Releasing lock...
[2026-09-11 02:08:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 02:08:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 01:08:02] Production.INFO: ==6488== Lock acquired, processing the job...
[2026-09-11 01:08:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 01:08:02] Production.INFO: ==6488== Releasing lock...
[2026-09-11 01:08:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 01:08:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 21:08:02] Production.INFO: ==6486== Lock acquired, processing the job...
[2026-09-10 21:08:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 21:08:02] Production.INFO: ==6486== Releasing lock...
[2026-09-10 21:08:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 21:08:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 21:08:03] Production.INFO: ==6492== Lock acquired, processing the job...
[2026-09-10 21:08:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 21:08:03] Production.INFO: ==6494== Lock acquired, processing the job...
[2026-09-10 21:08:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 21:08:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 21:08:03] Production.INFO: ==6498== Lock acquired, processing the job...
[2026-09-10 21:08:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 21:08:03] Production.INFO: ==6496== Lock acquired, processing the job...
[2026-09-10 21:08:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 21:08:03] Production.INFO: ==6500== Lock acquired, processing the job...
[2026-09-10 21:08:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 21:08:03] Production.INFO: Account Balance Start.
[2026-09-10 21:08:03] Production.INFO: CreateAllLog Start
[2026-09-10 21:08:03] Production.INFO: 117
[2026-09-10 21:08:03] Production.INFO: Date 2026-09-08
[2026-09-10 21:08:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 21:08:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 21:08:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 21:08:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 21:08:03] Production.INFO: Reseller ==> 0
[2026-09-10 21:08:03] Production.INFO: Date 2026-09-09
[2026-09-10 21:08:03] Production.INFO: Reseller ==> 0
[2026-09-10 21:08:03] Production.INFO: Date 2026-09-10
[2026-09-10 21:08:03] Production.INFO: Reseller ==> 0
[2026-09-10 21:08:03] Production.INFO: Total Charge 0
[2026-09-10 21:08:03] Production.INFO: CreateAllLog End
[2026-09-10 21: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-09-10 21: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-09-10 21: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-09-10 21:08:03] Production.INFO: ==6500== Releasing lock...
[2026-09-10 21:08:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 21:08:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 21:08:03] Production.INFO: Account Balance End.
[2026-09-10 21:08:03] Production.ERROR: CronJobId end 12
[2026-09-10 21:08:03] Production.INFO: ==6498== Releasing lock...
[2026-09-10 21:08:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 21:08:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 21:08:04] Production.INFO: ==6494== Releasing lock...
[2026-09-10 21:08:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 21:08:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 21:08:11] Production.ERROR: CronJobId end10
[2026-09-10 21:08:11] Production.INFO: ==6496== Releasing lock...
[2026-09-10 21:08:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 21:08:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 21:08:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 21:08:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 21:08:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 21:08:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 21:08:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 21:08:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 21:08:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 21:08:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 21:08:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 21:08:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 21:08:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 21:08:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 21:08:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 21:08:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 21:08:15] Production.INFO: call_cost start
[2026-09-10 21:08:15] Production.INFO: call_cost end
[2026-09-10 21:08:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 21:08:15] Production.INFO: ============== Report Schedule START===========
[2026-09-10 21:08:15] Production.INFO: ============== Report Schedule END===========
[2026-09-10 21:08:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 21:08:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 21:08:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 21:08:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 21:08:15] Production.INFO: ============== Deal alert START===========
[2026-09-10 21:08:15] Production.INFO: ============== Deal alert END===========
[2026-09-10 21:08:15] Production.INFO: ==6492== Releasing lock...
[2026-09-10 21:08:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 21:08:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 02:09:02] Production.INFO: ==6561== Lock acquired, processing the job...
[2026-09-11 02:09:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 02:09:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 02:09:02] Production.INFO: neon service started
[2026-09-11 02:09:02] Production.INFO: neon service started
[2026-09-11 02:09:02] Production.INFO: ==6561== Releasing lock...
[2026-09-11 02:09:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 02:09:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 21:09:02] Production.INFO: ==6563== Lock acquired, processing the job...
[2026-09-10 21:09:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 21:09:02] Production.INFO: ==6563== Releasing lock...
[2026-09-10 21:09:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 21:09:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 01:09:02] Production.INFO: ==6565== Lock acquired, processing the job...
[2026-09-11 01:09:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 01:09:02] Production.INFO: ==6565== Releasing lock...
[2026-09-11 01:09:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 01:09:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 21:09:03] Production.INFO: ==6572== Lock acquired, processing the job...
[2026-09-10 21:09:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 21:09:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 21:09:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 21:09:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 21:09:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 21:09:03] Production.INFO: ==6576== Lock acquired, processing the job...
[2026-09-10 21:09:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 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-09-10 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-09-10 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-09-10 21:09:03] Production.INFO: ==6576== Releasing lock...
[2026-09-10 21:09:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 21:09:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 21:09:03] Production.INFO: ==6568== Lock acquired, processing the job...
[2026-09-10 21:09:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 21:09:03] Production.INFO: ==6570== Lock acquired, processing the job...
[2026-09-10 21:09:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 21:09:03] Production.INFO: ==6574== Lock acquired, processing the job...
[2026-09-10 21:09:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 21:09:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 21:09:03] Production.INFO: Account Balance Start.
[2026-09-10 21:09:03] Production.INFO: CreateAllLog Start
[2026-09-10 21:09:03] Production.INFO: 117
[2026-09-10 21:09:04] Production.INFO: Date 2026-09-08
[2026-09-10 21:09:04] Production.INFO: Reseller ==> 0
[2026-09-10 21:09:04] Production.INFO: Date 2026-09-09
[2026-09-10 21:09:04] Production.INFO: Reseller ==> 0
[2026-09-10 21:09:04] Production.INFO: Date 2026-09-10
[2026-09-10 21:09:04] Production.INFO: Reseller ==> 0
[2026-09-10 21:09:04] Production.INFO: Total Charge 0
[2026-09-10 21:09:04] Production.INFO: CreateAllLog End
[2026-09-10 21:09:04] Production.INFO: Account Balance End.
[2026-09-10 21:09:04] Production.ERROR: CronJobId end 12
[2026-09-10 21:09:04] Production.INFO: ==6574== Releasing lock...
[2026-09-10 21:09:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 21:09:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 21:09:04] Production.INFO: ==6570== Releasing lock...
[2026-09-10 21:09:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 21:09:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 21:09:11] Production.ERROR: CronJobId end10
[2026-09-10 21:09:11] Production.INFO: ==6572== Releasing lock...
[2026-09-10 21:09:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 21:09:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 21:09:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 21:09:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 21:09:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 21:09:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 21:09:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 21:09:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 21:09:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 21:09:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 21:09:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 21:09:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 21:09:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 21:09:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 21:09:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 21:09:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 21:09:15] Production.INFO: call_cost start
[2026-09-10 21:09:15] Production.INFO: call_cost end
[2026-09-10 21:09:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 21:09:15] Production.INFO: ============== Report Schedule START===========
[2026-09-10 21:09:15] Production.INFO: ============== Report Schedule END===========
[2026-09-10 21:09:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 21:09:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 21:09:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 21:09:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 21:09:15] Production.INFO: ============== Deal alert START===========
[2026-09-10 21:09:15] Production.INFO: ============== Deal alert END===========
[2026-09-10 21:09:15] Production.INFO: ==6568== Releasing lock...
[2026-09-10 21:09:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 21:09:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 02:10:01] Production.INFO: ==6643== Lock acquired, processing the job...
[2026-09-11 02:10:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 02:10:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 02:10:01] Production.INFO: neon service started
[2026-09-11 02:10:01] Production.INFO: neon service started
[2026-09-11 02:10:01] Production.INFO: ==6643== Releasing lock...
[2026-09-11 02:10:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 02:10:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 21:10:01] Production.INFO: ==6646== Lock acquired, processing the job...
[2026-09-10 21:10:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 01:10:02] Production.INFO: ==6648== Lock acquired, processing the job...
[2026-09-11 01:10:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-10 21:10:02] Production.INFO: ==6646== Releasing lock...
[2026-09-10 21:10:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 21:10:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 01:10:02] Production.INFO: ==6648== Releasing lock...
[2026-09-11 01:10:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 01:10:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 21:10:02] Production.INFO: ==6650== Lock acquired, processing the job...
[2026-09-10 21:10:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 21:10:02] Production.INFO: ==6654== Lock acquired, processing the job...
[2026-09-10 21:10:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 21:10:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 21:10:02] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 21:10:02] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 21:10:02] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 21:10:02] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 21:10:03] Production.INFO: ==6652== Lock acquired, processing the job...
[2026-09-10 21:10:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 21:10:03] Production.INFO: ==6656== Lock acquired, processing the job...
[2026-09-10 21:10:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 21:10:03] Production.INFO: ==6658== Lock acquired, processing the job...
[2026-09-10 21:10:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 21:10:03] Production.INFO: Account Balance Start.
[2026-09-10 21:10:03] Production.INFO: CreateAllLog Start
[2026-09-10 21:10:03] Production.INFO: 117
[2026-09-10 21:10:03] Production.INFO: Date 2026-09-08
[2026-09-10 21:10:03] Production.INFO: Reseller ==> 0
[2026-09-10 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-09-10 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-09-10 21:10:03] Production.INFO: Date 2026-09-09
[2026-09-10 21:10:03] Production.INFO: Reseller ==> 0
[2026-09-10 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-09-10 21:10:03] Production.INFO: Date 2026-09-10
[2026-09-10 21:10:03] Production.INFO: Reseller ==> 0
[2026-09-10 21:10:03] Production.INFO: ==6658== Releasing lock...
[2026-09-10 21:10:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 21:10:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 21:10:03] Production.INFO: Total Charge 0
[2026-09-10 21:10:03] Production.INFO: CreateAllLog End
[2026-09-10 21:10:03] Production.INFO: Account Balance End.
[2026-09-10 21:10:03] Production.ERROR: CronJobId end 12
[2026-09-10 21:10:03] Production.INFO: ==6656== Releasing lock...
[2026-09-10 21:10:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 21:10:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 21:10:03] Production.INFO: ==6652== Releasing lock...
[2026-09-10 21:10:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 21:10:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 21:10:11] Production.ERROR: CronJobId end10
[2026-09-10 21:10:11] Production.INFO: ==6654== Releasing lock...
[2026-09-10 21:10:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 21:10:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 21:10:12] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 21:10:12] Production.INFO: ============== Balance Warning START===========
[2026-09-10 21:10:12] Production.INFO: ============== Balance Warning END===========
[2026-09-10 21:10:12] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 21:10:12] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 21:10:12] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 21:10:12] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 21:10:12] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 21:10:12] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 21:10:12] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 21:10:12] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 21:10:12] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 21:10:12] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 21:10:12] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 21:10:13] Production.INFO: call_cost start
[2026-09-10 21:10:13] Production.INFO: call_cost end
[2026-09-10 21:10:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 21:10:13] Production.INFO: ============== Report Schedule START===========
[2026-09-10 21:10:13] Production.INFO: ============== Report Schedule END===========
[2026-09-10 21:10:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 21:10:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 21:10:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 21:10:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 21:10:13] Production.INFO: ============== Deal alert START===========
[2026-09-10 21:10:13] Production.INFO: ============== Deal alert END===========
[2026-09-10 21:10:13] Production.INFO: ==6650== Releasing lock...
[2026-09-10 21:10:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 21:10:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 02:11:02] Production.INFO: ==6724== Lock acquired, processing the job...
[2026-09-11 02:11:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 02:11:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 02:11:02] Production.INFO: neon service started
[2026-09-11 02:11:02] Production.INFO: neon service started
[2026-09-11 02:11:02] Production.INFO: ==6724== Releasing lock...
[2026-09-11 02:11:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 02:11:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 01:11:02] Production.INFO: ==6728== Lock acquired, processing the job...
[2026-09-11 01:11:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 01:11:02] Production.INFO: ==6728== Releasing lock...
[2026-09-11 01:11:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 01:11:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 21:11:02] Production.INFO: ==6726== Lock acquired, processing the job...
[2026-09-10 21:11:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 21:11:02] Production.INFO: ==6726== Releasing lock...
[2026-09-10 21:11:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 21:11:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 21:11:03] Production.INFO: ==6730== Lock acquired, processing the job...
[2026-09-10 21:11:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 21:11:03] Production.INFO: ==6734== Lock acquired, processing the job...
[2026-09-10 21:11:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 21:11:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 21:11:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 21:11:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 21:11:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 21:11:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 21:11:03] Production.INFO: ==6738== Lock acquired, processing the job...
[2026-09-10 21:11:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 21:11:03] Production.INFO: ==6732== Lock acquired, processing the job...
[2026-09-10 21:11:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 21: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-09-10 21: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-09-10 21: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-09-10 21:11:03] Production.INFO: ==6738== Releasing lock...
[2026-09-10 21:11:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 21:11:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 21:11:03] Production.INFO: ==6736== Lock acquired, processing the job...
[2026-09-10 21:11:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 21:11:04] Production.INFO: Account Balance Start.
[2026-09-10 21:11:04] Production.INFO: CreateAllLog Start
[2026-09-10 21:11:04] Production.INFO: 117
[2026-09-10 21:11:04] Production.INFO: Date 2026-09-08
[2026-09-10 21:11:04] Production.INFO: Reseller ==> 0
[2026-09-10 21:11:04] Production.INFO: Date 2026-09-09
[2026-09-10 21:11:04] Production.INFO: Reseller ==> 0
[2026-09-10 21:11:04] Production.INFO: Date 2026-09-10
[2026-09-10 21:11:04] Production.INFO: Reseller ==> 0
[2026-09-10 21:11:04] Production.INFO: Total Charge 0
[2026-09-10 21:11:04] Production.INFO: CreateAllLog End
[2026-09-10 21:11:04] Production.INFO: Account Balance End.
[2026-09-10 21:11:04] Production.ERROR: CronJobId end 12
[2026-09-10 21:11:04] Production.INFO: ==6736== Releasing lock...
[2026-09-10 21:11:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 21:11:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 21:11:04] Production.INFO: ==6732== Releasing lock...
[2026-09-10 21:11:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 21:11:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 21:11:11] Production.ERROR: CronJobId end10
[2026-09-10 21:11:11] Production.INFO: ==6734== Releasing lock...
[2026-09-10 21:11:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 21:11:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 21:11:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 21:11:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 21:11:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 21:11:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 21:11:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 21:11:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 21:11:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 21:11:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 21:11:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 21:11:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 21:11:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 21:11:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 21:11:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 21:11:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 21:11:14] Production.INFO: call_cost start
[2026-09-10 21:11:14] Production.INFO: call_cost end
[2026-09-10 21:11:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 21:11:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 21:11:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 21:11:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 21:11:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 21:11:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 21:11:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 21:11:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 21:11:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 21:11:14] Production.INFO: ==6730== Releasing lock...
[2026-09-10 21:11:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 21:11:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 02:12:01] Production.INFO: ==6802== Lock acquired, processing the job...
[2026-09-11 02:12:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 02:12:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 02:12:01] Production.INFO: neon service started
[2026-09-11 02:12:01] Production.INFO: neon service started
[2026-09-11 02:12:01] Production.INFO: ==6802== Releasing lock...
[2026-09-11 02:12:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 02:12:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 21:12:02] Production.INFO: ==6804== Lock acquired, processing the job...
[2026-09-10 21:12:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 01:12:02] Production.INFO: ==6806== Lock acquired, processing the job...
[2026-09-11 01:12:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 01:12:02] Production.INFO: ==6806== Releasing lock...
[2026-09-11 01:12:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 01:12:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 21:12:02] Production.INFO: ==6804== Releasing lock...
[2026-09-10 21:12:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 21:12:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 21:12:02] Production.INFO: ==6809== Lock acquired, processing the job...
[2026-09-10 21:12:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 21:12:02] Production.INFO: ==6813== Lock acquired, processing the job...
[2026-09-10 21:12:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 21:12:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 21:12:02] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 21:12:02] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 21:12:02] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 21:12:02] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 21:12:03] Production.INFO: ==6811== Lock acquired, processing the job...
[2026-09-10 21:12:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 21:12:03] Production.INFO: ==6815== Lock acquired, processing the job...
[2026-09-10 21:12:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 21:12:03] Production.INFO: ==6817== Lock acquired, processing the job...
[2026-09-10 21:12:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 21:12:03] Production.INFO: Account Balance Start.
[2026-09-10 21:12:03] Production.INFO: CreateAllLog Start
[2026-09-10 21:12:03] Production.INFO: 117
[2026-09-10 21:12:03] Production.INFO: Date 2026-09-08
[2026-09-10 21:12:03] Production.INFO: Reseller ==> 0
[2026-09-10 21:12:03] Production.INFO: Date 2026-09-09
[2026-09-10 21:12:03] Production.INFO: Reseller ==> 0
[2026-09-10 21:12:03] Production.INFO: Date 2026-09-10
[2026-09-10 21:12:03] Production.INFO: Reseller ==> 0
[2026-09-10 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-09-10 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-09-10 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-09-10 21:12:03] Production.INFO: ==6817== Releasing lock...
[2026-09-10 21:12:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 21:12:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 21:12:03] Production.INFO: Total Charge 0
[2026-09-10 21:12:03] Production.INFO: CreateAllLog End
[2026-09-10 21:12:03] Production.INFO: Account Balance End.
[2026-09-10 21:12:03] Production.ERROR: CronJobId end 12
[2026-09-10 21:12:03] Production.INFO: ==6815== Releasing lock...
[2026-09-10 21:12:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 21:12:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 21:12:03] Production.INFO: ==6811== Releasing lock...
[2026-09-10 21:12:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 21:12:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 21:12:11] Production.ERROR: CronJobId end10
[2026-09-10 21:12:11] Production.INFO: ==6813== Releasing lock...
[2026-09-10 21:12:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 21:12:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 21:12:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 21:12:13] Production.INFO: ============== Balance Warning START===========
[2026-09-10 21:12:13] Production.INFO: ============== Balance Warning END===========
[2026-09-10 21:12:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 21:12:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 21:12:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 21:12:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 21:12:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 21:12:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 21:12:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 21:12:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 21:12:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 21:12:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 21:12:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 21:12:13] Production.INFO: call_cost start
[2026-09-10 21:12:13] Production.INFO: call_cost end
[2026-09-10 21:12:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 21:12:13] Production.INFO: ============== Report Schedule START===========
[2026-09-10 21:12:13] Production.INFO: ============== Report Schedule END===========
[2026-09-10 21:12:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 21:12:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 21:12:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 21:12:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 21:12:13] Production.INFO: ============== Deal alert START===========
[2026-09-10 21:12:13] Production.INFO: ============== Deal alert END===========
[2026-09-10 21:12:13] Production.INFO: ==6809== Releasing lock...
[2026-09-10 21:12:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 21:12:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 02:13:01] Production.INFO: ==6876== Lock acquired, processing the job...
[2026-09-11 02:13:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 02:13:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 02:13:01] Production.INFO: neon service started
[2026-09-11 02:13:01] Production.INFO: neon service started
[2026-09-11 02:13:01] Production.INFO: ==6876== Releasing lock...
[2026-09-11 02:13:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 02:13:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 21:13:02] Production.INFO: ==6878== Lock acquired, processing the job...
[2026-09-10 21:13:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 21:13:02] Production.INFO: ==6878== Releasing lock...
[2026-09-10 21:13:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 21:13:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 01:13:02] Production.INFO: ==6880== Lock acquired, processing the job...
[2026-09-11 01:13:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 01:13:02] Production.INFO: ==6880== Releasing lock...
[2026-09-11 01:13:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 01:13:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 21:13:03] Production.INFO: ==6883== Lock acquired, processing the job...
[2026-09-10 21:13:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 21:13:03] Production.INFO: ==6885== Lock acquired, processing the job...
[2026-09-10 21:13:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 21:13:03] Production.INFO: ==6891== Lock acquired, processing the job...
[2026-09-10 21:13:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 21:13:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 21:13:03] Production.INFO: ==6887== Lock acquired, processing the job...
[2026-09-10 21:13:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 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-09-10 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-09-10 21:13:03] Production.INFO: ==6889== Lock acquired, processing the job...
[2026-09-10 21:13:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 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-09-10 21:13:03] Production.INFO: ==6891== Releasing lock...
[2026-09-10 21:13:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 21:13:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 21:13:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 21:13:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 21:13:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 21:13:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 21:13:03] Production.INFO: Account Balance Start.
[2026-09-10 21:13:03] Production.INFO: CreateAllLog Start
[2026-09-10 21:13:03] Production.INFO: 117
[2026-09-10 21:13:03] Production.INFO: Date 2026-09-08
[2026-09-10 21:13:03] Production.INFO: Reseller ==> 0
[2026-09-10 21:13:03] Production.INFO: Date 2026-09-09
[2026-09-10 21:13:03] Production.INFO: Reseller ==> 0
[2026-09-10 21:13:03] Production.INFO: Date 2026-09-10
[2026-09-10 21:13:03] Production.INFO: Reseller ==> 0
[2026-09-10 21:13:03] Production.INFO: Total Charge 0
[2026-09-10 21:13:03] Production.INFO: CreateAllLog End
[2026-09-10 21:13:03] Production.INFO: Account Balance End.
[2026-09-10 21:13:03] Production.ERROR: CronJobId end 12
[2026-09-10 21:13:03] Production.INFO: ==6889== Releasing lock...
[2026-09-10 21:13:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 21:13:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 21:13:03] Production.INFO: ==6885== Releasing lock...
[2026-09-10 21:13:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 21:13:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 21:13:11] Production.ERROR: CronJobId end10
[2026-09-10 21:13:11] Production.INFO: ==6887== Releasing lock...
[2026-09-10 21:13:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 21:13:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 21:13:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 21:13:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 21:13:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 21:13:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 21:13:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 21:13:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 21:13:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 21:13:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 21:13:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 21:13:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 21:13:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 21:13:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 21:13:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 21:13:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 21:13:14] Production.INFO: call_cost start
[2026-09-10 21:13:14] Production.INFO: call_cost end
[2026-09-10 21:13:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 21:13:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 21:13:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 21:13:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 21:13:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 21:13:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 21:13:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 21:13:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 21:13:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 21:13:14] Production.INFO: ==6883== Releasing lock...
[2026-09-10 21:13:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 21:13:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 02:14:02] Production.INFO: ==6962== Lock acquired, processing the job...
[2026-09-11 02:14:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 02:14:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 02:14:02] Production.INFO: neon service started
[2026-09-11 02:14:02] Production.INFO: neon service started
[2026-09-11 02:14:02] Production.INFO: ==6962== Releasing lock...
[2026-09-11 02:14:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 02:14:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 21:14:02] Production.INFO: ==6964== Lock acquired, processing the job...
[2026-09-10 21:14:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 21:14:02] Production.INFO: ==6964== Releasing lock...
[2026-09-10 21:14:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 21:14:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 01:14:03] Production.INFO: ==6966== Lock acquired, processing the job...
[2026-09-11 01:14:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 01:14:03] Production.INFO: ==6966== Releasing lock...
[2026-09-11 01:14:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 01:14:03] Production.INFO: 25 MB #Memory Used#
[2026-09-10 21:14:03] Production.INFO: ==6968== Lock acquired, processing the job...
[2026-09-10 21:14:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 21:14:03] Production.INFO: ==6975== Lock acquired, processing the job...
[2026-09-10 21:14:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 21:14:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 21:14:03] Production.INFO: Account Balance Start.
[2026-09-10 21:14:03] Production.INFO: CreateAllLog Start
[2026-09-10 21:14:03] Production.INFO: 117
[2026-09-10 21:14:03] Production.INFO: Date 2026-09-08
[2026-09-10 21:14:03] Production.INFO: Reseller ==> 0
[2026-09-10 21:14:03] Production.INFO: Date 2026-09-09
[2026-09-10 21:14:03] Production.INFO: Reseller ==> 0
[2026-09-10 21:14:03] Production.INFO: Date 2026-09-10
[2026-09-10 21:14:03] Production.INFO: Reseller ==> 0
[2026-09-10 21:14:03] Production.INFO: Total Charge 0
[2026-09-10 21:14:03] Production.INFO: CreateAllLog End
[2026-09-10 21:14:03] Production.INFO: ==6972== Lock acquired, processing the job...
[2026-09-10 21:14:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 21:14:03] Production.INFO: ==6977== Lock acquired, processing the job...
[2026-09-10 21:14:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 21:14:03] Production.INFO: ==6970== Lock acquired, processing the job...
[2026-09-10 21:14:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 21:14:04] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 21:14:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 21:14:04] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 21:14:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 21:14:04] Production.INFO: Account Balance End.
[2026-09-10 21: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-09-10 21: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-09-10 21: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-09-10 21:14:04] Production.ERROR: CronJobId end 12
[2026-09-10 21:14:04] Production.INFO: ==6975== Releasing lock...
[2026-09-10 21:14:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 21:14:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 21:14:04] Production.INFO: ==6977== Releasing lock...
[2026-09-10 21:14:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 21:14:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 21:14:04] Production.INFO: ==6970== Releasing lock...
[2026-09-10 21:14:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 21:14:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 21:14:12] Production.ERROR: CronJobId end10
[2026-09-10 21:14:12] Production.INFO: ==6972== Releasing lock...
[2026-09-10 21:14:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 21:14:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 21:14:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 21:14:15] Production.INFO: ============== Balance Warning START===========
[2026-09-10 21:14:15] Production.INFO: ============== Balance Warning END===========
[2026-09-10 21:14:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 21:14:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 21:14:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 21:14:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 21:14:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 21:14:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 21:14:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 21:14:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 21:14:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 21:14:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 21:14:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 21:14:15] Production.INFO: call_cost start
[2026-09-10 21:14:15] Production.INFO: call_cost end
[2026-09-10 21:14:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 21:14:15] Production.INFO: ============== Report Schedule START===========
[2026-09-10 21:14:15] Production.INFO: ============== Report Schedule END===========
[2026-09-10 21:14:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 21:14:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 21:14:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 21:14:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 21:14:15] Production.INFO: ============== Deal alert START===========
[2026-09-10 21:14:15] Production.INFO: ============== Deal alert END===========
[2026-09-10 21:14:15] Production.INFO: ==6968== Releasing lock...
[2026-09-10 21:14:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 21:14:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 02:15:01] Production.INFO: ==7035== Lock acquired, processing the job...
[2026-09-11 02:15:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 02:15:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 02:15:01] Production.INFO: neon service started
[2026-09-11 02:15:01] Production.INFO: neon service started
[2026-09-11 02:15:01] Production.INFO: ==7035== Releasing lock...
[2026-09-11 02:15:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 02:15:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 21:15:02] Production.INFO: ==7037== Lock acquired, processing the job...
[2026-09-10 21:15:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 21:15:02] Production.INFO: ==7037== Releasing lock...
[2026-09-10 21:15:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 21:15:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 01:15:02] Production.INFO: ==7039== Lock acquired, processing the job...
[2026-09-11 01:15:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 01:15:02] Production.INFO: ==7039== Releasing lock...
[2026-09-11 01:15:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 01:15:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 21:15:03] Production.INFO: ==7049== Lock acquired, processing the job...
[2026-09-10 21:15:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 21:15:03] Production.INFO: ==7045== Lock acquired, processing the job...
[2026-09-10 21:15:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 21:15:03] Production.INFO: Account Balance Start.
[2026-09-10 21:15:03] Production.INFO: CreateAllLog Start
[2026-09-10 21:15:03] Production.INFO: 117
[2026-09-10 21:15:03] Production.INFO: Date 2026-09-08
[2026-09-10 21:15:03] Production.INFO: Reseller ==> 0
[2026-09-10 21:15:03] Production.INFO: Date 2026-09-09
[2026-09-10 21:15:03] Production.INFO: Reseller ==> 0
[2026-09-10 21:15:03] Production.INFO: Date 2026-09-10
[2026-09-10 21:15:03] Production.INFO: Reseller ==> 0
[2026-09-10 21:15:03] Production.INFO: ==7041== Lock acquired, processing the job...
[2026-09-10 21:15:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-10 21:15:03] Production.INFO: Total Charge 0
[2026-09-10 21:15:03] Production.INFO: ==7043== Lock acquired, processing the job...
[2026-09-10 21:15:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 21:15:03] Production.INFO: CreateAllLog End
[2026-09-10 21:15:03] Production.INFO: ==7047== Lock acquired, processing the job...
[2026-09-10 21:15:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 21:15:03] Production.ERROR: ========================== active cronjob start =============================
[2026-09-10 21:15:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-10 21:15:03] Production.ERROR: CronJob PID - 7043
[2026-09-10 21:15:03] Production.ERROR: CronJob Title - System Alerts
[2026-09-10 21:15:03] Production.ERROR: CronJob ID - 5
[2026-09-10 21:15:03] Production.ERROR: CronJob Last Run Time 2026-09-10 21:15:00
[2026-09-10 21:15:03] Production.ERROR: CronJob Active Minutes 0
[2026-09-10 21:15:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-10 21:15:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-10 21:15:03] Production.ERROR: CronJob PID - 7045
[2026-09-10 21:15:03] Production.ERROR: CronJob Title - Account Block
[2026-09-10 21:15:03] Production.ERROR: CronJob ID - 7
[2026-09-10 21:15:03] Production.ERROR: CronJob Last Run Time 2026-09-10 21:15:00
[2026-09-10 21:15:03] Production.ERROR: CronJob Active Minutes 0
[2026-09-10 21:15:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-10 21:15:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-10 21:15:03] Production.ERROR: CronJob PID - 7049
[2026-09-10 21:15:03] Production.ERROR: CronJob Title - Prepaid Account Balance
[2026-09-10 21:15:03] Production.ERROR: CronJob ID - 12
[2026-09-10 21:15:03] Production.ERROR: CronJob Last Run Time 2026-09-10 21:15:00
[2026-09-10 21:15:03] Production.ERROR: CronJob Active Minutes 0
[2026-09-10 21:15:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-10 21:15:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 21:15:03] Production.ERROR: ========================== active cronjob end =============================
[2026-09-10 21:15:03] Production.INFO: ==7041== Releasing lock...
[2026-09-10 21:15:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-10 21:15:03] Production.INFO: 25.5 MB #Memory Used#
[2026-09-10 21:15:03] Production.INFO: ==7053== Lock acquired, processing the job...
[2026-09-10 21:15:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 21:15:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 21:15:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 21:15:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 21:15:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 21:15:03] Production.INFO: Account Balance End.
[2026-09-10 21:15:03] Production.INFO: ==7051== Lock acquired, processing the job...
[2026-09-10 21:15:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-10 21:15:03] Production.ERROR: tblTempUsageDetail_20
[2026-09-10 21:15:03] Production.ERROR: CronJobId end 12
[2026-09-10 21:15:03] Production.INFO: ==7049== Releasing lock...
[2026-09-10 21:15:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 21:15:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 21: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-09-10 21: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-09-10 21: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-09-10 21:15:04] Production.INFO: ==7053== Releasing lock...
[2026-09-10 21:15:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 21:15:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 21:15:04] Production.ERROR: done
[2026-09-10 21:15:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-10 21:15:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17980667', 'tblTempUsageDetail_20reseller','2026-09-10','2026-09-10','1' ) start
[2026-09-10 21:15:04] Production.INFO: ==7045== Releasing lock...
[2026-09-10 21:15:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 21:15:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 21:15:09] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17980667', 'tblTempUsageDetail_20reseller','2026-09-10','2026-09-10','1' ) end
[2026-09-10 21:15:09] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-10 21:15:09] Production.INFO: ProcessCDR(1,17980667,1,1,2)
[2026-09-10 21:15:09] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17980667,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-10 21:15:09] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17980667,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-10 21:15:09] Production.ERROR: pbx prc_insertCDR start
[2026-09-10 21:15:09] Production.ERROR: pbx prc_insertCDR end
[2026-09-10 21:15:09] Production.INFO: ==7051== Releasing lock...
[2026-09-10 21:15:09] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-10 21:15:09] Production.INFO: 26 MB #Memory Used#
[2026-09-10 21:15:15] Production.ERROR: CronJobId end10
[2026-09-10 21:15:15] Production.INFO: ==7047== Releasing lock...
[2026-09-10 21:15:15] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 21:15:15] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 21:15:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 21:15:16] Production.INFO: ============== Balance Warning START===========
[2026-09-10 21:15:16] Production.INFO: ============== Balance Warning END===========
[2026-09-10 21:15:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 21:15:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 21:15:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 21:15:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 21:15:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 21:15:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 21:15:16] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 21:15:16] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 21:15:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 21:15:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 21:15:16] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 21:15:17] Production.INFO: call_cost start
[2026-09-10 21:15:17] Production.INFO: call_cost end
[2026-09-10 21:15:17] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 21:15:17] Production.INFO: ============== Report Schedule START===========
[2026-09-10 21:15:17] Production.INFO: ============== Report Schedule END===========
[2026-09-10 21:15:17] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 21:15:17] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 21:15:17] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 21:15:17] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 21:15:17] Production.INFO: ============== Deal alert START===========
[2026-09-10 21:15:17] Production.INFO: ============== Deal alert END===========
[2026-09-10 21:15:17] Production.INFO: ==7043== Releasing lock...
[2026-09-10 21:15:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 21:15:17] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 02:16:02] Production.INFO: ==7118== Lock acquired, processing the job...
[2026-09-11 02:16:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 02:16:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 02:16:02] Production.INFO: neon service started
[2026-09-11 02:16:02] Production.INFO: neon service started
[2026-09-11 02:16:02] Production.INFO: ==7118== Releasing lock...
[2026-09-11 02:16:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 02:16:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 21:16:02] Production.INFO: ==7120== Lock acquired, processing the job...
[2026-09-10 21:16:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 01:16:02] Production.INFO: ==7122== Lock acquired, processing the job...
[2026-09-11 01:16:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 01:16:02] Production.INFO: ==7122== Releasing lock...
[2026-09-11 01:16:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 01:16:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 21:16:03] Production.INFO: ==7120== Releasing lock...
[2026-09-10 21:16:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 21:16:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 21:16:03] Production.INFO: ==7129== Lock acquired, processing the job...
[2026-09-10 21:16:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 21:16:03] Production.INFO: ==7125== Lock acquired, processing the job...
[2026-09-10 21:16:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 21:16:04] Production.INFO: ==7127== Lock acquired, processing the job...
[2026-09-10 21:16:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 21:16:04] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 21:16:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 21:16:04] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 21:16:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 21:16:04] Production.INFO: ==7133== Lock acquired, processing the job...
[2026-09-10 21:16:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 21:16:04] Production.INFO: ==7131== Lock acquired, processing the job...
[2026-09-10 21:16:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 21:16:04] Production.INFO: Account Balance Start.
[2026-09-10 21:16:04] Production.INFO: CreateAllLog Start
[2026-09-10 21:16:04] Production.INFO: 117
[2026-09-10 21:16:04] Production.INFO: Date 2026-09-08
[2026-09-10 21:16:04] Production.INFO: Reseller ==> 0
[2026-09-10 21:16:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 21: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-09-10 21: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-09-10 21:16:04] Production.INFO: Date 2026-09-09
[2026-09-10 21:16:04] Production.INFO: Reseller ==> 0
[2026-09-10 21: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-09-10 21:16:04] Production.INFO: ==7133== Releasing lock...
[2026-09-10 21:16:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 21:16:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 21:16:04] Production.INFO: Date 2026-09-10
[2026-09-10 21:16:04] Production.INFO: Reseller ==> 0
[2026-09-10 21:16:04] Production.INFO: Total Charge 0
[2026-09-10 21:16:04] Production.INFO: CreateAllLog End
[2026-09-10 21:16:04] Production.INFO: Account Balance End.
[2026-09-10 21:16:04] Production.ERROR: CronJobId end 12
[2026-09-10 21:16:04] Production.INFO: ==7131== Releasing lock...
[2026-09-10 21:16:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 21:16:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 21:16:04] Production.INFO: ==7127== Releasing lock...
[2026-09-10 21:16:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 21:16:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 21:16:11] Production.ERROR: CronJobId end10
[2026-09-10 21:16:11] Production.INFO: ==7129== Releasing lock...
[2026-09-10 21:16:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 21:16:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 21:16:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 21:16:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 21:16:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 21:16:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 21:16:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 21:16:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 21:16:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 21:16:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 21:16:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 21:16:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 21:16:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 21:16:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 21:16:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 21:16:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 21:16:15] Production.INFO: call_cost start
[2026-09-10 21:16:15] Production.INFO: call_cost end
[2026-09-10 21:16:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 21:16:15] Production.INFO: ============== Report Schedule START===========
[2026-09-10 21:16:15] Production.INFO: ============== Report Schedule END===========
[2026-09-10 21:16:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 21:16:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 21:16:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 21:16:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 21:16:15] Production.INFO: ============== Deal alert START===========
[2026-09-10 21:16:15] Production.INFO: ============== Deal alert END===========
[2026-09-10 21:16:15] Production.INFO: ==7125== Releasing lock...
[2026-09-10 21:16:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 21:16:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 02:17:01] Production.INFO: ==7198== Lock acquired, processing the job...
[2026-09-11 02:17:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 02:17:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 02:17:01] Production.INFO: neon service started
[2026-09-11 02:17:01] Production.INFO: neon service started
[2026-09-11 02:17:01] Production.INFO: ==7198== Releasing lock...
[2026-09-11 02:17:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 02:17:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 01:17:01] Production.INFO: ==7202== Lock acquired, processing the job...
[2026-09-11 01:17:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 01:17:02] Production.INFO: ==7202== Releasing lock...
[2026-09-11 01:17:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 01:17:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 21:17:02] Production.INFO: ==7200== Lock acquired, processing the job...
[2026-09-10 21:17:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 21:17:02] Production.INFO: ==7200== Releasing lock...
[2026-09-10 21:17:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 21:17:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 21:17:03] Production.INFO: ==7204== Lock acquired, processing the job...
[2026-09-10 21:17:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 21:17:03] Production.INFO: ==7206== Lock acquired, processing the job...
[2026-09-10 21:17:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 21:17:03] Production.INFO: ==7208== Lock acquired, processing the job...
[2026-09-10 21:17:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 21:17:03] Production.INFO: ==7213== Lock acquired, processing the job...
[2026-09-10 21:17:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 21:17:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 21:17:03] Production.INFO: ==7211== Lock acquired, processing the job...
[2026-09-10 21:17:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 21:17:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 21:17:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 21:17:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 21:17:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 21:17:03] Production.INFO: Account Balance Start.
[2026-09-10 21:17:03] Production.INFO: CreateAllLog Start
[2026-09-10 21:17:03] Production.INFO: 117
[2026-09-10 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-09-10 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-09-10 21:17:03] Production.INFO: Date 2026-09-08
[2026-09-10 21:17:03] Production.INFO: Reseller ==> 0
[2026-09-10 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-09-10 21:17:03] Production.INFO: ==7213== Releasing lock...
[2026-09-10 21:17:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 21:17:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 21:17:03] Production.INFO: Date 2026-09-09
[2026-09-10 21:17:03] Production.INFO: Reseller ==> 0
[2026-09-10 21:17:03] Production.INFO: Date 2026-09-10
[2026-09-10 21:17:03] Production.INFO: Reseller ==> 0
[2026-09-10 21:17:03] Production.INFO: Total Charge 0
[2026-09-10 21:17:03] Production.INFO: CreateAllLog End
[2026-09-10 21:17:03] Production.INFO: ==7206== Releasing lock...
[2026-09-10 21:17:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 21:17:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 21:17:03] Production.INFO: Account Balance End.
[2026-09-10 21:17:04] Production.ERROR: CronJobId end 12
[2026-09-10 21:17:04] Production.INFO: ==7211== Releasing lock...
[2026-09-10 21:17:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 21:17:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 21:17:11] Production.ERROR: CronJobId end10
[2026-09-10 21:17:11] Production.INFO: ==7208== Releasing lock...
[2026-09-10 21:17:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 21:17:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 21:17:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 21:17:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 21:17:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 21:17:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 21:17:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 21:17:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 21:17:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 21:17:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 21:17:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 21:17:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 21:17:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 21:17:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 21:17:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 21:17:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 21:17:14] Production.INFO: call_cost start
[2026-09-10 21:17:14] Production.INFO: call_cost end
[2026-09-10 21:17:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 21:17:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 21:17:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 21:17:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 21:17:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 21:17:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 21:17:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 21:17:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 21:17:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 21:17:14] Production.INFO: ==7204== Releasing lock...
[2026-09-10 21:17:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 21:17:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 02:18:02] Production.INFO: ==7278== Lock acquired, processing the job...
[2026-09-11 02:18:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 02:18:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 02:18:02] Production.INFO: neon service started
[2026-09-11 02:18:02] Production.INFO: neon service started
[2026-09-11 02:18:02] Production.INFO: ==7278== Releasing lock...
[2026-09-11 02:18:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 02:18:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 21:18:02] Production.INFO: ==7281== Lock acquired, processing the job...
[2026-09-10 21:18:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 01:18:02] Production.INFO: ==7283== Lock acquired, processing the job...
[2026-09-11 01:18:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 01:18:02] Production.INFO: ==7283== Releasing lock...
[2026-09-11 01:18:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 01:18:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 21:18:03] Production.INFO: ==7281== Releasing lock...
[2026-09-10 21:18:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 21:18:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 21:18:03] Production.INFO: ==7285== Lock acquired, processing the job...
[2026-09-10 21:18:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 21:18:03] Production.INFO: ==7287== Lock acquired, processing the job...
[2026-09-10 21:18:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 21:18:03] Production.INFO: ==7289== Lock acquired, processing the job...
[2026-09-10 21:18:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 21:18:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 21:18:03] Production.INFO: ==7291== Lock acquired, processing the job...
[2026-09-10 21:18:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 21:18:03] Production.INFO: ==7293== Lock acquired, processing the job...
[2026-09-10 21:18:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 21:18:04] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 21:18:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 21:18:04] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 21:18:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 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-09-10 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-09-10 21:18:04] Production.INFO: Account Balance Start.
[2026-09-10 21:18:04] Production.INFO: CreateAllLog Start
[2026-09-10 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-09-10 21:18:04] Production.INFO: 117
[2026-09-10 21:18:04] Production.INFO: ==7293== Releasing lock...
[2026-09-10 21:18:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 21:18:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 21:18:04] Production.INFO: Date 2026-09-08
[2026-09-10 21:18:04] Production.INFO: Reseller ==> 0
[2026-09-10 21:18:04] Production.INFO: Date 2026-09-09
[2026-09-10 21:18:04] Production.INFO: Reseller ==> 0
[2026-09-10 21:18:04] Production.INFO: Date 2026-09-10
[2026-09-10 21:18:04] Production.INFO: Reseller ==> 0
[2026-09-10 21:18:04] Production.INFO: Total Charge 0
[2026-09-10 21:18:04] Production.INFO: CreateAllLog End
[2026-09-10 21:18:04] Production.INFO: Account Balance End.
[2026-09-10 21:18:04] Production.ERROR: CronJobId end 12
[2026-09-10 21:18:04] Production.INFO: ==7291== Releasing lock...
[2026-09-10 21:18:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 21:18:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 21:18:04] Production.INFO: ==7287== Releasing lock...
[2026-09-10 21:18:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 21:18:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 21:18:11] Production.ERROR: CronJobId end10
[2026-09-10 21:18:11] Production.INFO: ==7289== Releasing lock...
[2026-09-10 21:18:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 21:18:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 21:18:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 21:18:13] Production.INFO: ============== Balance Warning START===========
[2026-09-10 21:18:13] Production.INFO: ============== Balance Warning END===========
[2026-09-10 21:18:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 21:18:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 21:18:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 21:18:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 21:18:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 21:18:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 21:18:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 21:18:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 21:18:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 21:18:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 21:18:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 21:18:14] Production.INFO: call_cost start
[2026-09-10 21:18:14] Production.INFO: call_cost end
[2026-09-10 21:18:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 21:18:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 21:18:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 21:18:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 21:18:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 21:18:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 21:18:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 21:18:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 21:18:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 21:18:14] Production.INFO: ==7285== Releasing lock...
[2026-09-10 21:18:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 21:18:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 02:19:01] Production.INFO: ==7354== Lock acquired, processing the job...
[2026-09-11 02:19:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 02:19:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 02:19:01] Production.INFO: neon service started
[2026-09-11 02:19:01] Production.INFO: neon service started
[2026-09-11 02:19:01] Production.INFO: ==7354== Releasing lock...
[2026-09-11 02:19:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 02:19:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 01:19:01] Production.INFO: ==7359== Lock acquired, processing the job...
[2026-09-11 01:19:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 01:19:01] Production.INFO: ==7359== Releasing lock...
[2026-09-11 01:19:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 01:19:01] Production.INFO: 25 MB #Memory Used#
[2026-09-10 21:19:02] Production.INFO: ==7357== Lock acquired, processing the job...
[2026-09-10 21:19:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 21:19:02] Production.INFO: ==7357== Releasing lock...
[2026-09-10 21:19:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 21:19:02] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 21:19:03] Production.INFO: ==7361== Lock acquired, processing the job...
[2026-09-10 21:19:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 21:19:03] Production.INFO: ==7367== Lock acquired, processing the job...
[2026-09-10 21:19:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 21:19:03] Production.INFO: Account Balance Start.
[2026-09-10 21:19:03] Production.INFO: CreateAllLog Start
[2026-09-10 21:19:03] Production.INFO: 117
[2026-09-10 21:19:03] Production.INFO: ==7363== Lock acquired, processing the job...
[2026-09-10 21:19:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 21:19:03] Production.INFO: Date 2026-09-08
[2026-09-10 21:19:03] Production.INFO: Reseller ==> 0
[2026-09-10 21:19:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 21:19:03] Production.INFO: Date 2026-09-09
[2026-09-10 21:19:03] Production.INFO: Reseller ==> 0
[2026-09-10 21:19:03] Production.INFO: ==7365== Lock acquired, processing the job...
[2026-09-10 21:19:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 21:19:03] Production.INFO: Date 2026-09-10
[2026-09-10 21:19:03] Production.INFO: ==7369== Lock acquired, processing the job...
[2026-09-10 21:19:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 21:19:03] Production.INFO: Reseller ==> 0
[2026-09-10 21:19:03] Production.INFO: Total Charge 0
[2026-09-10 21:19:03] Production.INFO: CreateAllLog End
[2026-09-10 21:19:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 21:19:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 21:19:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 21:19:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 21:19:03] Production.INFO: Account Balance End.
[2026-09-10 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-09-10 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-09-10 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-09-10 21:19:03] Production.ERROR: CronJobId end 12
[2026-09-10 21:19:03] Production.INFO: ==7367== Releasing lock...
[2026-09-10 21:19:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 21:19:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 21:19:03] Production.INFO: ==7369== Releasing lock...
[2026-09-10 21:19:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 21:19:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 21:19:04] Production.INFO: ==7363== Releasing lock...
[2026-09-10 21:19:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 21:19:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 21:19:11] Production.ERROR: CronJobId end10
[2026-09-10 21:19:11] Production.INFO: ==7365== Releasing lock...
[2026-09-10 21:19:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 21:19:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 21:19:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 21:19:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 21:19:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 21:19:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 21:19:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 21:19:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 21:19:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 21:19:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 21:19:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 21:19:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 21:19:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 21:19:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 21:19:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 21:19:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 21:19:14] Production.INFO: call_cost start
[2026-09-10 21:19:14] Production.INFO: call_cost end
[2026-09-10 21:19:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 21:19:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 21:19:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 21:19:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 21:19:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 21:19:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 21:19:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 21:19:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 21:19:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 21:19:14] Production.INFO: ==7361== Releasing lock...
[2026-09-10 21:19:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 21:19:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 02:20:01] Production.INFO: ==7437== Lock acquired, processing the job...
[2026-09-11 02:20:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 02:20:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 02:20:02] Production.INFO: neon service started
[2026-09-11 02:20:02] Production.INFO: neon service started
[2026-09-11 02:20:02] Production.INFO: ==7437== Releasing lock...
[2026-09-11 02:20:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 02:20:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 21:20:02] Production.INFO: ==7439== Lock acquired, processing the job...
[2026-09-10 21:20:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 01:20:02] Production.INFO: ==7441== Lock acquired, processing the job...
[2026-09-11 01:20:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 01:20:02] Production.INFO: ==7441== Releasing lock...
[2026-09-11 01:20:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 01:20:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 21:20:02] Production.INFO: ==7439== Releasing lock...
[2026-09-10 21:20:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 21:20:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 21:20:03] Production.INFO: ==7450== Lock acquired, processing the job...
[2026-09-10 21:20:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 21:20:03] Production.INFO: Account Balance Start.
[2026-09-10 21:20:03] Production.INFO: CreateAllLog Start
[2026-09-10 21:20:03] Production.INFO: 117
[2026-09-10 21:20:03] Production.INFO: Date 2026-09-08
[2026-09-10 21:20:03] Production.INFO: Reseller ==> 0
[2026-09-10 21:20:03] Production.INFO: Date 2026-09-09
[2026-09-10 21:20:03] Production.INFO: Reseller ==> 0
[2026-09-10 21:20:03] Production.INFO: Date 2026-09-10
[2026-09-10 21:20:03] Production.INFO: Reseller ==> 0
[2026-09-10 21:20:03] Production.INFO: Total Charge 0
[2026-09-10 21:20:03] Production.INFO: CreateAllLog End
[2026-09-10 21:20:03] Production.INFO: ==7444== Lock acquired, processing the job...
[2026-09-10 21:20:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 21:20:03] Production.INFO: ==7446== Lock acquired, processing the job...
[2026-09-10 21:20:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 21:20:03] Production.INFO: ==7448== Lock acquired, processing the job...
[2026-09-10 21:20:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 21:20:03] Production.INFO: ==7452== Lock acquired, processing the job...
[2026-09-10 21:20:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 21:20:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 21:20:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 21:20:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 21:20:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 21:20:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 21:20:04] Production.INFO: Account Balance End.
[2026-09-10 21:20:04] Production.ERROR: CronJobId end 12
[2026-09-10 21:20:04] Production.INFO: ==7450== Releasing lock...
[2026-09-10 21:20:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 21:20:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 21: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-09-10 21: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-09-10 21: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-09-10 21:20:04] Production.INFO: ==7452== Releasing lock...
[2026-09-10 21:20:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 21:20:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 21:20:04] Production.INFO: ==7446== Releasing lock...
[2026-09-10 21:20:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 21:20:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 21:20:11] Production.ERROR: CronJobId end10
[2026-09-10 21:20:11] Production.INFO: ==7448== Releasing lock...
[2026-09-10 21:20:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 21:20:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 21:20:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 21:20:13] Production.INFO: ============== Balance Warning START===========
[2026-09-10 21:20:13] Production.INFO: ============== Balance Warning END===========
[2026-09-10 21:20:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 21:20:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 21:20:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 21:20:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 21:20:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 21:20:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 21:20:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 21:20:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 21:20:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 21:20:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 21:20:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 21:20:14] Production.INFO: call_cost start
[2026-09-10 21:20:14] Production.INFO: call_cost end
[2026-09-10 21:20:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 21:20:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 21:20:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 21:20:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 21:20:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 21:20:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 21:20:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 21:20:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 21:20:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 21:20:14] Production.INFO: ==7444== Releasing lock...
[2026-09-10 21:20:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 21:20:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 02:21:01] Production.INFO: ==7505== Lock acquired, processing the job...
[2026-09-11 02:21:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 02:21:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 02:21:01] Production.INFO: neon service started
[2026-09-11 02:21:01] Production.INFO: neon service started
[2026-09-11 02:21:01] Production.INFO: ==7505== Releasing lock...
[2026-09-11 02:21:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 02:21:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 21:21:02] Production.INFO: ==7507== Lock acquired, processing the job...
[2026-09-10 21:21:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 01:21:02] Production.INFO: ==7509== Lock acquired, processing the job...
[2026-09-11 01:21:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 01:21:02] Production.INFO: ==7509== Releasing lock...
[2026-09-11 01:21:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 01:21:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 21:21:02] Production.INFO: ==7507== Releasing lock...
[2026-09-10 21:21:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 21:21:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 21:21:03] Production.INFO: ==7512== Lock acquired, processing the job...
[2026-09-10 21:21:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 21:21:03] Production.INFO: ==7514== Lock acquired, processing the job...
[2026-09-10 21:21:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 21:21:03] Production.INFO: ==7516== Lock acquired, processing the job...
[2026-09-10 21:21:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 21:21:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 21:21:03] Production.INFO: ==7520== Lock acquired, processing the job...
[2026-09-10 21:21:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 21:21:03] Production.INFO: ==7518== Lock acquired, processing the job...
[2026-09-10 21:21:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 21:21:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 21:21:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 21:21:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 21:21:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 21:21:03] Production.INFO: Account Balance Start.
[2026-09-10 21:21:03] Production.INFO: CreateAllLog Start
[2026-09-10 21:21:03] Production.INFO: 117
[2026-09-10 21:21:03] Production.INFO: Date 2026-09-08
[2026-09-10 21:21:03] Production.INFO: Reseller ==> 0
[2026-09-10 21:21:03] Production.INFO: Date 2026-09-09
[2026-09-10 21:21:03] Production.INFO: Reseller ==> 0
[2026-09-10 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-09-10 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-09-10 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-09-10 21:21:03] Production.INFO: ==7520== Releasing lock...
[2026-09-10 21:21:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 21:21:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 21:21:03] Production.INFO: Date 2026-09-10
[2026-09-10 21:21:03] Production.INFO: Reseller ==> 0
[2026-09-10 21:21:03] Production.INFO: Total Charge 0
[2026-09-10 21:21:03] Production.INFO: CreateAllLog End
[2026-09-10 21:21:03] Production.INFO: Account Balance End.
[2026-09-10 21:21:03] Production.ERROR: CronJobId end 12
[2026-09-10 21:21:03] Production.INFO: ==7518== Releasing lock...
[2026-09-10 21:21:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 21:21:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 21:21:04] Production.INFO: ==7514== Releasing lock...
[2026-09-10 21:21:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 21:21:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 21:21:12] Production.ERROR: CronJobId end10
[2026-09-10 21:21:12] Production.INFO: ==7516== Releasing lock...
[2026-09-10 21:21:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 21:21:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 21:21:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 21:21:15] Production.INFO: ============== Balance Warning START===========
[2026-09-10 21:21:15] Production.INFO: ============== Balance Warning END===========
[2026-09-10 21:21:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 21:21:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 21:21:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 21:21:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 21:21:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 21:21:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 21:21:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 21:21:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 21:21:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 21:21:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 21:21:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 21:21:15] Production.INFO: call_cost start
[2026-09-10 21:21:15] Production.INFO: call_cost end
[2026-09-10 21:21:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 21:21:15] Production.INFO: ============== Report Schedule START===========
[2026-09-10 21:21:15] Production.INFO: ============== Report Schedule END===========
[2026-09-10 21:21:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 21:21:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 21:21:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 21:21:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 21:21:15] Production.INFO: ============== Deal alert START===========
[2026-09-10 21:21:15] Production.INFO: ============== Deal alert END===========
[2026-09-10 21:21:15] Production.INFO: ==7512== Releasing lock...
[2026-09-10 21:21:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 21:21:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 02:22:01] Production.INFO: ==7596== Lock acquired, processing the job...
[2026-09-11 02:22:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 02:22:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 02:22:01] Production.INFO: neon service started
[2026-09-11 02:22:01] Production.INFO: neon service started
[2026-09-11 02:22:01] Production.INFO: ==7596== Releasing lock...
[2026-09-11 02:22:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 02:22:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 21:22:02] Production.INFO: ==7598== Lock acquired, processing the job...
[2026-09-10 21:22:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 21:22:02] Production.INFO: ==7598== Releasing lock...
[2026-09-10 21:22:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 21:22:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 01:22:02] Production.INFO: ==7600== Lock acquired, processing the job...
[2026-09-11 01:22:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 01:22:02] Production.INFO: ==7600== Releasing lock...
[2026-09-11 01:22:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 01:22:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 21:22:03] Production.INFO: ==7602== Lock acquired, processing the job...
[2026-09-10 21:22:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 21:22:03] Production.INFO: ==7604== Lock acquired, processing the job...
[2026-09-10 21:22:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 21:22:03] Production.INFO: ==7608== Lock acquired, processing the job...
[2026-09-10 21:22:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 21:22:03] Production.INFO: ==7606== Lock acquired, processing the job...
[2026-09-10 21:22:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 21:22:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 21:22:03] Production.INFO: Account Balance Start.
[2026-09-10 21:22:03] Production.INFO: CreateAllLog Start
[2026-09-10 21:22:03] Production.INFO: 117
[2026-09-10 21:22:03] Production.INFO: Date 2026-09-08
[2026-09-10 21:22:03] Production.INFO: ==7611== Lock acquired, processing the job...
[2026-09-10 21:22:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 21:22:03] Production.INFO: Reseller ==> 0
[2026-09-10 21:22:03] Production.INFO: Date 2026-09-09
[2026-09-10 21:22:03] Production.INFO: Reseller ==> 0
[2026-09-10 21:22:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 21:22:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 21:22:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 21:22:03] Production.INFO: Date 2026-09-10
[2026-09-10 21:22:03] Production.INFO: Reseller ==> 0
[2026-09-10 21:22:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 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-09-10 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-09-10 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-09-10 21:22:03] Production.INFO: Total Charge 0
[2026-09-10 21:22:03] Production.INFO: ==7611== Releasing lock...
[2026-09-10 21:22:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 21:22:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 21:22:03] Production.INFO: CreateAllLog End
[2026-09-10 21:22:03] Production.INFO: Account Balance End.
[2026-09-10 21:22:03] Production.ERROR: CronJobId end 12
[2026-09-10 21:22:03] Production.INFO: ==7608== Releasing lock...
[2026-09-10 21:22:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 21:22:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 21:22:04] Production.INFO: ==7604== Releasing lock...
[2026-09-10 21:22:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 21:22:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 21:22:10] Production.ERROR: CronJobId end10
[2026-09-10 21:22:10] Production.INFO: ==7606== Releasing lock...
[2026-09-10 21:22:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 21:22:10] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 21:22:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 21:22:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 21:22:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 21:22:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 21:22:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 21:22:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 21:22:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 21:22:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 21:22:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 21:22:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 21:22:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 21:22:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 21:22:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 21:22:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 21:22:15] Production.INFO: call_cost start
[2026-09-10 21:22:15] Production.INFO: call_cost end
[2026-09-10 21:22:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 21:22:15] Production.INFO: ============== Report Schedule START===========
[2026-09-10 21:22:15] Production.INFO: ============== Report Schedule END===========
[2026-09-10 21:22:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 21:22:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 21:22:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 21:22:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 21:22:15] Production.INFO: ============== Deal alert START===========
[2026-09-10 21:22:15] Production.INFO: ============== Deal alert END===========
[2026-09-10 21:22:15] Production.INFO: ==7602== Releasing lock...
[2026-09-10 21:22:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 21:22:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 02:23:02] Production.INFO: ==7675== Lock acquired, processing the job...
[2026-09-11 02:23:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 02:23:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 02:23:02] Production.INFO: neon service started
[2026-09-11 02:23:02] Production.INFO: neon service started
[2026-09-11 02:23:02] Production.INFO: ==7675== Releasing lock...
[2026-09-11 02:23:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 02:23:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 21:23:02] Production.INFO: ==7677== Lock acquired, processing the job...
[2026-09-10 21:23:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 01:23:02] Production.INFO: ==7679== Lock acquired, processing the job...
[2026-09-11 01:23:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 01:23:02] Production.INFO: ==7679== Releasing lock...
[2026-09-11 01:23:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 01:23:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 21:23:03] Production.INFO: ==7677== Releasing lock...
[2026-09-10 21:23:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 21:23:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 21:23:03] Production.INFO: ==7686== Lock acquired, processing the job...
[2026-09-10 21:23:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 21:23:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 21:23:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 21:23:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 21:23:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 21:23:04] Production.INFO: ==7682== Lock acquired, processing the job...
[2026-09-10 21:23:04] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 21:23:04] Production.INFO: ==7684== Lock acquired, processing the job...
[2026-09-10 21:23:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 21:23:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 21:23:04] Production.INFO: ==7688== Lock acquired, processing the job...
[2026-09-10 21:23:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 21:23:04] Production.INFO: ==7690== Lock acquired, processing the job...
[2026-09-10 21:23:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 21:23:04] Production.INFO: Account Balance Start.
[2026-09-10 21:23:04] Production.INFO: CreateAllLog Start
[2026-09-10 21:23:04] Production.INFO: 117
[2026-09-10 21:23:04] Production.INFO: Date 2026-09-08
[2026-09-10 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-09-10 21:23:04] Production.INFO: Reseller ==> 0
[2026-09-10 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-09-10 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-09-10 21:23:04] Production.INFO: ==7690== Releasing lock...
[2026-09-10 21:23:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 21:23:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 21:23:04] Production.INFO: Date 2026-09-09
[2026-09-10 21:23:04] Production.INFO: Reseller ==> 0
[2026-09-10 21:23:04] Production.INFO: Date 2026-09-10
[2026-09-10 21:23:04] Production.INFO: Reseller ==> 0
[2026-09-10 21:23:04] Production.INFO: Total Charge 0
[2026-09-10 21:23:04] Production.INFO: CreateAllLog End
[2026-09-10 21:23:04] Production.INFO: Account Balance End.
[2026-09-10 21:23:04] Production.ERROR: CronJobId end 12
[2026-09-10 21:23:04] Production.INFO: ==7688== Releasing lock...
[2026-09-10 21:23:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 21:23:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 21:23:04] Production.INFO: ==7684== Releasing lock...
[2026-09-10 21:23:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 21:23:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 21:23:12] Production.ERROR: CronJobId end10
[2026-09-10 21:23:12] Production.INFO: ==7686== Releasing lock...
[2026-09-10 21:23:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 21:23:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 21:23:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 21:23:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 21:23:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 21:23:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 21:23:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 21:23:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 21:23:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 21:23:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 21:23:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 21:23:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 21:23:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 21:23:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 21:23:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 21:23:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 21:23:14] Production.INFO: call_cost start
[2026-09-10 21:23:14] Production.INFO: call_cost end
[2026-09-10 21:23:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 21:23:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 21:23:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 21:23:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 21:23:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 21:23:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 21:23:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 21:23:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 21:23:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 21:23:14] Production.INFO: ==7682== Releasing lock...
[2026-09-10 21:23:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 21:23:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 02:24:01] Production.INFO: ==7754== Lock acquired, processing the job...
[2026-09-11 02:24:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 02:24:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 02:24:01] Production.INFO: neon service started
[2026-09-11 02:24:01] Production.INFO: neon service started
[2026-09-11 02:24:01] Production.INFO: ==7754== Releasing lock...
[2026-09-11 02:24:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 02:24:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 21:24:02] Production.INFO: ==7756== Lock acquired, processing the job...
[2026-09-10 21:24:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 01:24:02] Production.INFO: ==7758== Lock acquired, processing the job...
[2026-09-11 01:24:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 01:24:02] Production.INFO: ==7758== Releasing lock...
[2026-09-11 01:24:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 01:24:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 21:24:02] Production.INFO: ==7756== Releasing lock...
[2026-09-10 21:24:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 21:24:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 21:24:03] Production.INFO: ==7760== Lock acquired, processing the job...
[2026-09-10 21:24:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 21:24:03] Production.INFO: ==7763== Lock acquired, processing the job...
[2026-09-10 21:24:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 21:24:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 21:24:03] Production.INFO: ==7765== Lock acquired, processing the job...
[2026-09-10 21:24:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 21:24:03] Production.INFO: ==7767== Lock acquired, processing the job...
[2026-09-10 21:24:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 21:24:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 21:24:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 21:24:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 21:24:03] Production.INFO: Account Balance Start.
[2026-09-10 21:24:03] Production.INFO: CreateAllLog Start
[2026-09-10 21:24:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 21:24:03] Production.INFO: 117
[2026-09-10 21:24:03] Production.INFO: Date 2026-09-08
[2026-09-10 21:24:03] Production.INFO: Reseller ==> 0
[2026-09-10 21:24:03] Production.INFO: ==7769== Lock acquired, processing the job...
[2026-09-10 21:24:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 21:24:03] Production.INFO: Date 2026-09-09
[2026-09-10 21:24:03] Production.INFO: Reseller ==> 0
[2026-09-10 21:24:03] Production.INFO: Date 2026-09-10
[2026-09-10 21:24:03] Production.INFO: Reseller ==> 0
[2026-09-10 21:24:03] Production.INFO: Total Charge 0
[2026-09-10 21:24:03] Production.INFO: CreateAllLog End
[2026-09-10 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-09-10 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-09-10 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-09-10 21:24:03] Production.INFO: ==7769== Releasing lock...
[2026-09-10 21:24:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 21:24:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 21:24:03] Production.INFO: Account Balance End.
[2026-09-10 21:24:04] Production.ERROR: CronJobId end 12
[2026-09-10 21:24:04] Production.INFO: ==7767== Releasing lock...
[2026-09-10 21:24:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 21:24:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 21:24:04] Production.INFO: ==7763== Releasing lock...
[2026-09-10 21:24:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 21:24:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 21:24:11] Production.ERROR: CronJobId end10
[2026-09-10 21:24:11] Production.INFO: ==7765== Releasing lock...
[2026-09-10 21:24:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 21:24:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 21:24:12] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 21:24:12] Production.INFO: ============== Balance Warning START===========
[2026-09-10 21:24:12] Production.INFO: ============== Balance Warning END===========
[2026-09-10 21:24:12] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 21:24:12] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 21:24:12] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 21:24:12] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 21:24:12] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 21:24:12] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 21:24:12] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 21:24:12] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 21:24:12] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 21:24:12] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 21:24:12] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 21:24:13] Production.INFO: call_cost start
[2026-09-10 21:24:13] Production.INFO: call_cost end
[2026-09-10 21:24:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 21:24:13] Production.INFO: ============== Report Schedule START===========
[2026-09-10 21:24:13] Production.INFO: ============== Report Schedule END===========
[2026-09-10 21:24:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 21:24:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 21:24:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 21:24:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 21:24:13] Production.INFO: ============== Deal alert START===========
[2026-09-10 21:24:13] Production.INFO: ============== Deal alert END===========
[2026-09-10 21:24:13] Production.INFO: ==7760== Releasing lock...
[2026-09-10 21:24:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 21:24:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 02:25:02] Production.INFO: ==7829== Lock acquired, processing the job...
[2026-09-11 02:25:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 02:25:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 02:25:02] Production.INFO: neon service started
[2026-09-11 02:25:02] Production.INFO: neon service started
[2026-09-11 02:25:02] Production.INFO: ==7829== Releasing lock...
[2026-09-11 02:25:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 02:25:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 21:25:02] Production.INFO: ==7831== Lock acquired, processing the job...
[2026-09-10 21:25:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 01:25:02] Production.INFO: ==7833== Lock acquired, processing the job...
[2026-09-11 01:25:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 01:25:02] Production.INFO: ==7833== Releasing lock...
[2026-09-11 01:25:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 01:25:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 21:25:03] Production.INFO: ==7831== Releasing lock...
[2026-09-10 21:25:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 21:25:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 21:25:04] Production.INFO: ==7836== Lock acquired, processing the job...
[2026-09-10 21:25:04] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-10 21:25:04] Production.INFO: ==7838== Lock acquired, processing the job...
[2026-09-10 21:25:04] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 21:25:04] Production.ERROR: ========================== active cronjob start =============================
[2026-09-10 21:25:04] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-10 21:25:04] Production.ERROR: CronJob PID - 7838
[2026-09-10 21:25:04] Production.ERROR: CronJob Title - System Alerts
[2026-09-10 21:25:04] Production.ERROR: CronJob ID - 5
[2026-09-10 21:25:04] Production.ERROR: CronJob Last Run Time 2026-09-10 21:25:00
[2026-09-10 21:25:04] Production.ERROR: CronJob Active Minutes 0
[2026-09-10 21:25:04] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-10 21:25:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 21:25:04] Production.INFO: ==7842== Lock acquired, processing the job...
[2026-09-10 21:25:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 21:25:04] Production.INFO: ==7840== Lock acquired, processing the job...
[2026-09-10 21:25:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 21:25:04] Production.ERROR: ========================== active cronjob end =============================
[2026-09-10 21:25:04] Production.INFO: ==7836== Releasing lock...
[2026-09-10 21:25:04] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-10 21:25:04] Production.INFO: 25.5 MB #Memory Used#
[2026-09-10 21:25:04] Production.INFO: ==7846== Lock acquired, processing the job...
[2026-09-10 21:25:04] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-10 21:25:04] Production.INFO: ==7844== Lock acquired, processing the job...
[2026-09-10 21:25:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 21:25:04] Production.INFO: ==7848== Lock acquired, processing the job...
[2026-09-10 21:25:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 21:25:04] Production.ERROR: tblTempUsageDetail_20
[2026-09-10 21:25:04] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 21:25:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 21:25:04] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 21:25:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 21:25:04] Production.INFO: Account Balance Start.
[2026-09-10 21:25:04] Production.INFO: CreateAllLog Start
[2026-09-10 21:25:04] Production.INFO: 117
[2026-09-10 21:25:04] Production.INFO: Date 2026-09-08
[2026-09-10 21:25:04] Production.INFO: Reseller ==> 0
[2026-09-10 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-09-10 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-09-10 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-09-10 21:25:04] Production.INFO: ==7848== Releasing lock...
[2026-09-10 21:25:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 21:25:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 21:25:04] Production.INFO: Date 2026-09-09
[2026-09-10 21:25:04] Production.INFO: Reseller ==> 0
[2026-09-10 21:25:04] Production.ERROR: done
[2026-09-10 21:25:04] Production.INFO: Date 2026-09-10
[2026-09-10 21:25:04] Production.INFO: Reseller ==> 0
[2026-09-10 21:25:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-10 21:25:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17980708', 'tblTempUsageDetail_20reseller','2026-09-10','2026-09-10','1' ) start
[2026-09-10 21:25:04] Production.INFO: Total Charge 0
[2026-09-10 21:25:04] Production.INFO: CreateAllLog End
[2026-09-10 21:25:05] Production.INFO: Account Balance End.
[2026-09-10 21:25:05] Production.ERROR: CronJobId end 12
[2026-09-10 21:25:05] Production.INFO: ==7844== Releasing lock...
[2026-09-10 21:25:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 21:25:05] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 21:25:05] Production.INFO: ==7840== Releasing lock...
[2026-09-10 21:25:05] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 21:25:05] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 21:25:11] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17980708', 'tblTempUsageDetail_20reseller','2026-09-10','2026-09-10','1' ) end
[2026-09-10 21:25:11] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-10 21:25:11] Production.INFO: ProcessCDR(1,17980708,1,1,2)
[2026-09-10 21:25:11] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17980708,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-10 21:25:11] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17980708,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-10 21:25:11] Production.ERROR: pbx prc_insertCDR start
[2026-09-10 21:25:11] Production.ERROR: pbx prc_insertCDR end
[2026-09-10 21:25:11] Production.INFO: ==7846== Releasing lock...
[2026-09-10 21:25:11] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-10 21:25:11] Production.INFO: 26 MB #Memory Used#
[2026-09-10 21:25:15] Production.ERROR: CronJobId end10
[2026-09-10 21:25:15] Production.INFO: ==7842== Releasing lock...
[2026-09-10 21:25:15] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 21:25:15] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 21:25:17] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 21:25:17] Production.INFO: ============== Balance Warning START===========
[2026-09-10 21:25:17] Production.INFO: ============== Balance Warning END===========
[2026-09-10 21:25:17] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 21:25:17] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 21:25:17] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 21:25:17] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 21:25:17] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 21:25:17] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 21:25:17] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 21:25:17] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 21:25:17] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 21:25:17] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 21:25:17] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 21:25:17] Production.INFO: call_cost start
[2026-09-10 21:25:17] Production.INFO: call_cost end
[2026-09-10 21:25:17] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 21:25:17] Production.INFO: ============== Report Schedule START===========
[2026-09-10 21:25:17] Production.INFO: ============== Report Schedule END===========
[2026-09-10 21:25:17] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 21:25:17] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 21:25:17] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 21:25:17] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 21:25:17] Production.INFO: ============== Deal alert START===========
[2026-09-10 21:25:17] Production.INFO: ============== Deal alert END===========
[2026-09-10 21:25:17] Production.INFO: ==7838== Releasing lock...
[2026-09-10 21:25:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 21:25:17] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 02:26:01] Production.INFO: ==7910== Lock acquired, processing the job...
[2026-09-11 02:26:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 02:26:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 02:26:01] Production.INFO: neon service started
[2026-09-11 02:26:01] Production.INFO: neon service started
[2026-09-11 02:26:01] Production.INFO: ==7910== Releasing lock...
[2026-09-11 02:26:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 02:26:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 01:26:02] Production.INFO: ==7914== Lock acquired, processing the job...
[2026-09-11 01:26:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 01:26:02] Production.INFO: ==7914== Releasing lock...
[2026-09-11 01:26:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 01:26:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 21:26:02] Production.INFO: ==7912== Lock acquired, processing the job...
[2026-09-10 21:26:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 21:26:02] Production.INFO: ==7912== Releasing lock...
[2026-09-10 21:26:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 21:26:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 21:26:03] Production.INFO: ==7917== Lock acquired, processing the job...
[2026-09-10 21:26:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 21:26:03] Production.INFO: ==7921== Lock acquired, processing the job...
[2026-09-10 21:26:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 21:26:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 21:26:03] Production.INFO: ==7919== Lock acquired, processing the job...
[2026-09-10 21:26:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 21:26:03] Production.INFO: ==7925== Lock acquired, processing the job...
[2026-09-10 21:26:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 21:26:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 21:26:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 21:26:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 21:26:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 21:26:03] Production.INFO: ==7923== Lock acquired, processing the job...
[2026-09-10 21:26:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 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-09-10 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-09-10 21:26:03] Production.INFO: Account Balance Start.
[2026-09-10 21:26:03] Production.INFO: CreateAllLog Start
[2026-09-10 21:26:03] Production.INFO: 117
[2026-09-10 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-09-10 21:26:03] Production.INFO: Date 2026-09-08
[2026-09-10 21:26:03] Production.INFO: Reseller ==> 0
[2026-09-10 21:26:03] Production.INFO: ==7925== Releasing lock...
[2026-09-10 21:26:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 21:26:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 21:26:03] Production.INFO: Date 2026-09-09
[2026-09-10 21:26:03] Production.INFO: Reseller ==> 0
[2026-09-10 21:26:03] Production.INFO: Date 2026-09-10
[2026-09-10 21:26:03] Production.INFO: Reseller ==> 0
[2026-09-10 21:26:03] Production.INFO: Total Charge 0
[2026-09-10 21:26:03] Production.INFO: CreateAllLog End
[2026-09-10 21:26:03] Production.INFO: Account Balance End.
[2026-09-10 21:26:03] Production.ERROR: CronJobId end 12
[2026-09-10 21:26:03] Production.INFO: ==7923== Releasing lock...
[2026-09-10 21:26:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 21:26:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 21:26:04] Production.INFO: ==7919== Releasing lock...
[2026-09-10 21:26:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 21:26:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 21:26:12] Production.ERROR: CronJobId end10
[2026-09-10 21:26:12] Production.INFO: ==7921== Releasing lock...
[2026-09-10 21:26:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 21:26:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 21:26:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 21:26:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 21:26:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 21:26:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 21:26:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 21:26:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 21:26:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 21:26:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 21:26:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 21:26:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 21:26:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 21:26:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 21:26:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 21:26:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 21:26:14] Production.INFO: call_cost start
[2026-09-10 21:26:14] Production.INFO: call_cost end
[2026-09-10 21:26:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 21:26:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 21:26:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 21:26:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 21:26:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 21:26:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 21:26:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 21:26:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 21:26:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 21:26:14] Production.INFO: ==7917== Releasing lock...
[2026-09-10 21:26:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 21:26:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 02:27:02] Production.INFO: ==7989== Lock acquired, processing the job...
[2026-09-11 02:27:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 02:27:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 02:27:02] Production.INFO: neon service started
[2026-09-11 02:27:02] Production.INFO: neon service started
[2026-09-11 02:27:02] Production.INFO: ==7989== Releasing lock...
[2026-09-11 02:27:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 02:27:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 01:27:02] Production.INFO: ==7993== Lock acquired, processing the job...
[2026-09-11 01:27:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 01:27:02] Production.INFO: ==7993== Releasing lock...
[2026-09-11 01:27:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 01:27:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 21:27:02] Production.INFO: ==7991== Lock acquired, processing the job...
[2026-09-10 21:27:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 21:27:02] Production.INFO: ==7991== Releasing lock...
[2026-09-10 21:27:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 21:27:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 21:27:03] Production.INFO: ==7995== Lock acquired, processing the job...
[2026-09-10 21:27:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 21:27:03] Production.INFO: ==7997== Lock acquired, processing the job...
[2026-09-10 21:27:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 21:27:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 21:27:03] Production.INFO: ==7999== Lock acquired, processing the job...
[2026-09-10 21:27:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 21:27:03] Production.INFO: ==8003== Lock acquired, processing the job...
[2026-09-10 21:27:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 21:27:03] Production.INFO: ==8001== Lock acquired, processing the job...
[2026-09-10 21:27:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 21:27:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 21:27:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 21:27:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 21:27:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 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-09-10 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-09-10 21: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-09-10 21:27:04] Production.INFO: ==8003== Releasing lock...
[2026-09-10 21:27:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 21:27:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 21:27:04] Production.INFO: Account Balance Start.
[2026-09-10 21:27:04] Production.INFO: CreateAllLog Start
[2026-09-10 21:27:04] Production.INFO: 117
[2026-09-10 21:27:04] Production.INFO: Date 2026-09-08
[2026-09-10 21:27:04] Production.INFO: Reseller ==> 0
[2026-09-10 21:27:04] Production.INFO: Date 2026-09-09
[2026-09-10 21:27:04] Production.INFO: Reseller ==> 0
[2026-09-10 21:27:04] Production.INFO: ==7997== Releasing lock...
[2026-09-10 21:27:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 21:27:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 21:27:04] Production.INFO: Date 2026-09-10
[2026-09-10 21:27:04] Production.INFO: Reseller ==> 0
[2026-09-10 21:27:04] Production.INFO: Total Charge 0
[2026-09-10 21:27:04] Production.INFO: CreateAllLog End
[2026-09-10 21:27:04] Production.INFO: Account Balance End.
[2026-09-10 21:27:04] Production.ERROR: CronJobId end 12
[2026-09-10 21:27:04] Production.INFO: ==8001== Releasing lock...
[2026-09-10 21:27:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 21:27:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 21:27:11] Production.ERROR: CronJobId end10
[2026-09-10 21:27:11] Production.INFO: ==7999== Releasing lock...
[2026-09-10 21:27:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 21:27:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 21:27:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 21:27:13] Production.INFO: ============== Balance Warning START===========
[2026-09-10 21:27:13] Production.INFO: ============== Balance Warning END===========
[2026-09-10 21:27:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 21:27:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 21:27:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 21:27:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 21:27:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 21:27:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 21:27:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 21:27:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 21:27:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 21:27:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 21:27:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 21:27:14] Production.INFO: call_cost start
[2026-09-10 21:27:14] Production.INFO: call_cost end
[2026-09-10 21:27:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 21:27:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 21:27:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 21:27:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 21:27:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 21:27:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 21:27:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 21:27:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 21:27:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 21:27:14] Production.INFO: ==7995== Releasing lock...
[2026-09-10 21:27:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 21:27:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 02:28:01] Production.INFO: ==8067== Lock acquired, processing the job...
[2026-09-11 02:28:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 02:28:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 02:28:01] Production.INFO: neon service started
[2026-09-11 02:28:01] Production.INFO: neon service started
[2026-09-11 02:28:01] Production.INFO: ==8067== Releasing lock...
[2026-09-11 02:28:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 02:28:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 01:28:01] Production.INFO: ==8071== Lock acquired, processing the job...
[2026-09-11 01:28:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 01:28:01] Production.INFO: ==8071== Releasing lock...
[2026-09-11 01:28:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 01:28:01] Production.INFO: 25 MB #Memory Used#
[2026-09-10 21:28:02] Production.INFO: ==8069== Lock acquired, processing the job...
[2026-09-10 21:28:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 21:28:02] Production.INFO: ==8069== Releasing lock...
[2026-09-10 21:28:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 21:28:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 21:28:03] Production.INFO: ==8073== Lock acquired, processing the job...
[2026-09-10 21:28:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 21:28:03] Production.INFO: ==8075== Lock acquired, processing the job...
[2026-09-10 21:28:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 21:28:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 21:28:03] Production.INFO: ==8077== Lock acquired, processing the job...
[2026-09-10 21:28:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 21:28:03] Production.INFO: ==8079== Lock acquired, processing the job...
[2026-09-10 21:28:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 21:28:03] Production.INFO: ==8082== Lock acquired, processing the job...
[2026-09-10 21:28:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 21:28:03] Production.INFO: Account Balance Start.
[2026-09-10 21:28:03] Production.INFO: CreateAllLog Start
[2026-09-10 21:28:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 21:28:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 21:28:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 21:28:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 21:28:03] Production.INFO: 117
[2026-09-10 21:28:03] Production.INFO: Date 2026-09-08
[2026-09-10 21:28:03] Production.INFO: Reseller ==> 0
[2026-09-10 21: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-09-10 21: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-09-10 21: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-09-10 21:28:03] Production.INFO: Date 2026-09-09
[2026-09-10 21:28:03] Production.INFO: Reseller ==> 0
[2026-09-10 21:28:03] Production.INFO: ==8082== Releasing lock...
[2026-09-10 21:28:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 21:28:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 21:28:03] Production.INFO: Date 2026-09-10
[2026-09-10 21:28:03] Production.INFO: Reseller ==> 0
[2026-09-10 21:28:03] Production.INFO: Total Charge 0
[2026-09-10 21:28:03] Production.INFO: CreateAllLog End
[2026-09-10 21:28:03] Production.INFO: Account Balance End.
[2026-09-10 21:28:03] Production.INFO: ==8075== Releasing lock...
[2026-09-10 21:28:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 21:28:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 21:28:03] Production.ERROR: CronJobId end 12
[2026-09-10 21:28:03] Production.INFO: ==8079== Releasing lock...
[2026-09-10 21:28:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 21:28:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 21:28:11] Production.ERROR: CronJobId end10
[2026-09-10 21:28:11] Production.INFO: ==8077== Releasing lock...
[2026-09-10 21:28:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 21:28:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 21:28:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 21:28:13] Production.INFO: ============== Balance Warning START===========
[2026-09-10 21:28:13] Production.INFO: ============== Balance Warning END===========
[2026-09-10 21:28:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 21:28:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 21:28:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 21:28:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 21:28:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 21:28:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 21:28:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 21:28:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 21:28:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 21:28:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 21:28:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 21:28:14] Production.INFO: call_cost start
[2026-09-10 21:28:14] Production.INFO: call_cost end
[2026-09-10 21:28:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 21:28:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 21:28:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 21:28:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 21:28:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 21:28:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 21:28:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 21:28:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 21:28:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 21:28:14] Production.INFO: ==8073== Releasing lock...
[2026-09-10 21:28:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 21:28:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 02:29:01] Production.INFO: ==8139== Lock acquired, processing the job...
[2026-09-11 02:29:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 02:29:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 02:29:01] Production.INFO: neon service started
[2026-09-11 02:29:01] Production.INFO: neon service started
[2026-09-11 02:29:01] Production.INFO: ==8139== Releasing lock...
[2026-09-11 02:29:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 02:29:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 01:29:02] Production.INFO: ==8143== Lock acquired, processing the job...
[2026-09-11 01:29:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 01:29:02] Production.INFO: ==8143== Releasing lock...
[2026-09-11 01:29:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 01:29:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 21:29:02] Production.INFO: ==8141== Lock acquired, processing the job...
[2026-09-10 21:29:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 21:29:02] Production.INFO: ==8141== Releasing lock...
[2026-09-10 21:29:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 21:29:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 21:29:03] Production.INFO: ==8145== Lock acquired, processing the job...
[2026-09-10 21:29:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 21:29:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 21:29:03] Production.INFO: ==8149== Lock acquired, processing the job...
[2026-09-10 21:29:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 21:29:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 21:29:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 21:29:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 21:29:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 21:29:03] Production.INFO: ==8147== Lock acquired, processing the job...
[2026-09-10 21:29:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 21:29:03] Production.INFO: ==8151== Lock acquired, processing the job...
[2026-09-10 21:29:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 21:29:03] Production.INFO: ==8153== Lock acquired, processing the job...
[2026-09-10 21:29:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 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-09-10 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-09-10 21:29:03] Production.INFO: Account Balance Start.
[2026-09-10 21:29:03] Production.INFO: CreateAllLog Start
[2026-09-10 21:29:03] Production.INFO: 117
[2026-09-10 21:29:03] Production.INFO: Date 2026-09-08
[2026-09-10 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-09-10 21:29:03] Production.INFO: ==8153== Releasing lock...
[2026-09-10 21:29:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 21:29:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 21:29:03] Production.INFO: Reseller ==> 0
[2026-09-10 21:29:04] Production.INFO: Date 2026-09-09
[2026-09-10 21:29:04] Production.INFO: Reseller ==> 0
[2026-09-10 21:29:04] Production.INFO: Date 2026-09-10
[2026-09-10 21:29:04] Production.INFO: Reseller ==> 0
[2026-09-10 21:29:04] Production.INFO: Total Charge 0
[2026-09-10 21:29:04] Production.INFO: CreateAllLog End
[2026-09-10 21:29:04] Production.INFO: ==8147== Releasing lock...
[2026-09-10 21:29:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 21:29:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 21:29:04] Production.INFO: Account Balance End.
[2026-09-10 21:29:04] Production.ERROR: CronJobId end 12
[2026-09-10 21:29:04] Production.INFO: ==8151== Releasing lock...
[2026-09-10 21:29:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 21:29:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 21:29:11] Production.ERROR: CronJobId end10
[2026-09-10 21:29:11] Production.INFO: ==8149== Releasing lock...
[2026-09-10 21:29:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 21:29:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 21:29:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 21:29:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 21:29:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 21:29:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 21:29:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 21:29:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 21:29:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 21:29:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 21:29:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 21:29:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 21:29:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 21:29:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 21:29:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 21:29:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 21:29:14] Production.INFO: call_cost start
[2026-09-10 21:29:14] Production.INFO: call_cost end
[2026-09-10 21:29:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 21:29:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 21:29:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 21:29:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 21:29:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 21:29:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 21:29:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 21:29:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 21:29:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 21:29:14] Production.INFO: ==8145== Releasing lock...
[2026-09-10 21:29:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 21:29:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 02:30:02] Production.INFO: ==8211== Lock acquired, processing the job...
[2026-09-11 02:30:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 02:30:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 02:30:02] Production.INFO: neon service started
[2026-09-11 02:30:02] Production.INFO: neon service started
[2026-09-11 02:30:02] Production.INFO: ==8211== Releasing lock...
[2026-09-11 02:30:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 02:30:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 21:30:02] Production.INFO: ==8214== Lock acquired, processing the job...
[2026-09-10 21:30:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 01:30:02] Production.INFO: ==8216== Lock acquired, processing the job...
[2026-09-11 01:30:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 01:30:03] Production.INFO: ==8216== Releasing lock...
[2026-09-11 01:30:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 01:30:03] Production.INFO: 25 MB #Memory Used#
[2026-09-10 21:30:03] Production.INFO: ==8214== Releasing lock...
[2026-09-10 21:30:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 21:30:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 21:30:03] Production.INFO: ==8218== Lock acquired, processing the job...
[2026-09-10 21:30:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 21:30:03] Production.INFO: ==8220== Lock acquired, processing the job...
[2026-09-10 21:30:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 21:30:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 21:30:03] Production.INFO: ==8224== Lock acquired, processing the job...
[2026-09-10 21:30:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 21:30:03] Production.INFO: Account Balance Start.
[2026-09-10 21:30:03] Production.INFO: CreateAllLog Start
[2026-09-10 21:30:03] Production.INFO: 117
[2026-09-10 21:30:03] Production.INFO: ==8226== Lock acquired, processing the job...
[2026-09-10 21:30:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 21:30:04] Production.INFO: Date 2026-09-08
[2026-09-10 21:30:04] Production.INFO: Reseller ==> 0
[2026-09-10 21:30:04] Production.INFO: ==8222== Lock acquired, processing the job...
[2026-09-10 21:30:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 21:30:04] Production.INFO: Date 2026-09-09
[2026-09-10 21:30:04] Production.INFO: Reseller ==> 0
[2026-09-10 21: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-09-10 21:30:04] Production.INFO: Date 2026-09-10
[2026-09-10 21: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-09-10 21:30:04] Production.INFO: Reseller ==> 0
[2026-09-10 21:30:04] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 21:30:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 21:30:04] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 21:30:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 21: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-09-10 21:30:04] Production.INFO: ==8226== Releasing lock...
[2026-09-10 21:30:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 21:30:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 21:30:04] Production.INFO: Total Charge 0
[2026-09-10 21:30:04] Production.INFO: CreateAllLog End
[2026-09-10 21:30:04] Production.INFO: Account Balance End.
[2026-09-10 21:30:04] Production.ERROR: CronJobId end 12
[2026-09-10 21:30:04] Production.INFO: ==8224== Releasing lock...
[2026-09-10 21:30:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 21:30:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 21:30:04] Production.INFO: ==8220== Releasing lock...
[2026-09-10 21:30:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 21:30:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 21:30:12] Production.ERROR: CronJobId end10
[2026-09-10 21:30:12] Production.INFO: ==8222== Releasing lock...
[2026-09-10 21:30:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 21:30:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 21:30:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 21:30:15] Production.INFO: ============== Balance Warning START===========
[2026-09-10 21:30:15] Production.INFO: ============== Balance Warning END===========
[2026-09-10 21:30:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 21:30:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 21:30:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 21:30:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 21:30:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 21:30:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 21:30:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 21:30:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 21:30:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 21:30:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 21:30:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 21:30:15] Production.INFO: call_cost start
[2026-09-10 21:30:15] Production.INFO: call_cost end
[2026-09-10 21:30:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 21:30:15] Production.INFO: ============== Report Schedule START===========
[2026-09-10 21:30:15] Production.INFO: ============== Report Schedule END===========
[2026-09-10 21:30:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 21:30:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 21:30:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 21:30:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 21:30:15] Production.INFO: ============== Deal alert START===========
[2026-09-10 21:30:15] Production.INFO: ============== Deal alert END===========
[2026-09-10 21:30:15] Production.INFO: ==8218== Releasing lock...
[2026-09-10 21:30:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 21:30:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 02:31:01] Production.INFO: ==8289== Lock acquired, processing the job...
[2026-09-11 02:31:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 02:31:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 02:31:01] Production.INFO: neon service started
[2026-09-11 02:31:01] Production.INFO: neon service started
[2026-09-11 02:31:01] Production.INFO: ==8289== Releasing lock...
[2026-09-11 02:31:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 02:31:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 21:31:02] Production.INFO: ==8291== Lock acquired, processing the job...
[2026-09-10 21:31:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 21:31:02] Production.INFO: ==8291== Releasing lock...
[2026-09-10 21:31:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 21:31:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 01:31:02] Production.INFO: ==8293== Lock acquired, processing the job...
[2026-09-11 01:31:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 01:31:02] Production.INFO: ==8293== Releasing lock...
[2026-09-11 01:31:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 01:31:02] Production.INFO: 26 MB #Memory Used#
[2026-09-10 21:31:02] Production.INFO: ==8298== Lock acquired, processing the job...
[2026-09-10 21:31:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 21:31:03] Production.INFO: ==8296== Lock acquired, processing the job...
[2026-09-10 21:31:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 21:31:03] Production.INFO: ==8300== Lock acquired, processing the job...
[2026-09-10 21:31:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 21:31:03] Production.INFO: ==8302== Lock acquired, processing the job...
[2026-09-10 21:31:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 21:31:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 21:31:03] Production.INFO: ==8304== Lock acquired, processing the job...
[2026-09-10 21:31:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 21:31:03] Production.INFO: Account Balance Start.
[2026-09-10 21:31:03] Production.INFO: CreateAllLog Start
[2026-09-10 21:31:03] Production.INFO: 117
[2026-09-10 21:31:03] Production.INFO: Date 2026-09-08
[2026-09-10 21:31:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 21:31:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 21:31:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 21:31:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 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-09-10 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-09-10 21:31:03] Production.INFO: Reseller ==> 0
[2026-09-10 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-09-10 21:31:03] Production.INFO: ==8304== Releasing lock...
[2026-09-10 21:31:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 21:31:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 21:31:03] Production.INFO: Date 2026-09-09
[2026-09-10 21:31:03] Production.INFO: Reseller ==> 0
[2026-09-10 21:31:03] Production.INFO: Date 2026-09-10
[2026-09-10 21:31:03] Production.INFO: Reseller ==> 0
[2026-09-10 21:31:03] Production.INFO: Total Charge 0
[2026-09-10 21:31:03] Production.INFO: CreateAllLog End
[2026-09-10 21:31:03] Production.INFO: Account Balance End.
[2026-09-10 21:31:03] Production.ERROR: CronJobId end 12
[2026-09-10 21:31:03] Production.INFO: ==8302== Releasing lock...
[2026-09-10 21:31:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 21:31:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 21:31:03] Production.INFO: ==8298== Releasing lock...
[2026-09-10 21:31:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 21:31:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 21:31:12] Production.ERROR: CronJobId end10
[2026-09-10 21:31:12] Production.INFO: ==8300== Releasing lock...
[2026-09-10 21:31:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 21:31:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 21:31:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 21:31:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 21:31:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 21:31:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 21:31:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 21:31:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 21:31:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 21:31:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 21:31:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 21:31:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 21:31:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 21:31:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 21:31:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 21:31:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 21:31:15] Production.INFO: call_cost start
[2026-09-10 21:31:15] Production.INFO: call_cost end
[2026-09-10 21:31:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 21:31:15] Production.INFO: ============== Report Schedule START===========
[2026-09-10 21:31:15] Production.INFO: ============== Report Schedule END===========
[2026-09-10 21:31:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 21:31:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 21:31:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 21:31:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 21:31:15] Production.INFO: ============== Deal alert START===========
[2026-09-10 21:31:15] Production.INFO: ============== Deal alert END===========
[2026-09-10 21:31:15] Production.INFO: ==8296== Releasing lock...
[2026-09-10 21:31:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 21:31:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 02:32:02] Production.INFO: ==8373== Lock acquired, processing the job...
[2026-09-11 02:32:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 02:32:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 02:32:02] Production.INFO: neon service started
[2026-09-11 02:32:02] Production.INFO: neon service started
[2026-09-11 02:32:02] Production.INFO: ==8373== Releasing lock...
[2026-09-11 02:32:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 02:32:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 21:32:02] Production.INFO: ==8375== Lock acquired, processing the job...
[2026-09-10 21:32:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 01:32:02] Production.INFO: ==8377== Lock acquired, processing the job...
[2026-09-11 01:32:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 01:32:02] Production.INFO: ==8377== Releasing lock...
[2026-09-11 01:32:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 01:32:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 21:32:02] Production.INFO: ==8375== Releasing lock...
[2026-09-10 21:32:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 21:32:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 21:32:03] Production.INFO: ==8384== Lock acquired, processing the job...
[2026-09-10 21:32:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 21:32:03] Production.INFO: ==8386== Lock acquired, processing the job...
[2026-09-10 21:32:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 21:32:03] Production.INFO: ==8388== Lock acquired, processing the job...
[2026-09-10 21:32:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 21:32:03] Production.INFO: ==8392== Lock acquired, processing the job...
[2026-09-10 21:32:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 21:32:03] Production.INFO: ==8390== Lock acquired, processing the job...
[2026-09-10 21:32:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 21:32:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 21:32:03] Production.INFO: Account Balance Start.
[2026-09-10 21:32:03] Production.INFO: CreateAllLog Start
[2026-09-10 21:32:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 21:32:03] Production.INFO: 117
[2026-09-10 21:32:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 21:32:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 21:32:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 21:32:03] Production.INFO: Date 2026-09-08
[2026-09-10 21: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-09-10 21: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-09-10 21:32:04] Production.INFO: Reseller ==> 0
[2026-09-10 21: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-09-10 21:32:04] Production.INFO: ==8392== Releasing lock...
[2026-09-10 21:32:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 21:32:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 21:32:04] Production.INFO: Date 2026-09-09
[2026-09-10 21:32:04] Production.INFO: Reseller ==> 0
[2026-09-10 21:32:04] Production.INFO: Date 2026-09-10
[2026-09-10 21:32:04] Production.INFO: Reseller ==> 0
[2026-09-10 21:32:04] Production.INFO: Total Charge 0
[2026-09-10 21:32:04] Production.INFO: CreateAllLog End
[2026-09-10 21:32:04] Production.INFO: Account Balance End.
[2026-09-10 21:32:04] Production.ERROR: CronJobId end 12
[2026-09-10 21:32:04] Production.INFO: ==8390== Releasing lock...
[2026-09-10 21:32:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 21:32:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 21:32:04] Production.INFO: ==8386== Releasing lock...
[2026-09-10 21:32:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 21:32:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 21:32:12] Production.ERROR: CronJobId end10
[2026-09-10 21:32:12] Production.INFO: ==8388== Releasing lock...
[2026-09-10 21:32:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 21:32:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 21:32:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 21:32:15] Production.INFO: ============== Balance Warning START===========
[2026-09-10 21:32:15] Production.INFO: ============== Balance Warning END===========
[2026-09-10 21:32:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 21:32:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 21:32:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 21:32:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 21:32:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 21:32:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 21:32:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 21:32:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 21:32:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 21:32:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 21:32:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 21:32:15] Production.INFO: call_cost start
[2026-09-10 21:32:15] Production.INFO: call_cost end
[2026-09-10 21:32:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 21:32:15] Production.INFO: ============== Report Schedule START===========
[2026-09-10 21:32:15] Production.INFO: ============== Report Schedule END===========
[2026-09-10 21:32:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 21:32:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 21:32:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 21:32:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 21:32:15] Production.INFO: ============== Deal alert START===========
[2026-09-10 21:32:15] Production.INFO: ============== Deal alert END===========
[2026-09-10 21:32:15] Production.INFO: ==8384== Releasing lock...
[2026-09-10 21:32:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 21:32:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 02:33:01] Production.INFO: ==8446== Lock acquired, processing the job...
[2026-09-11 02:33:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 02:33:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 02:33:01] Production.INFO: neon service started
[2026-09-11 02:33:01] Production.INFO: neon service started
[2026-09-11 02:33:01] Production.INFO: ==8446== Releasing lock...
[2026-09-11 02:33:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 02:33:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 21:33:02] Production.INFO: ==8448== Lock acquired, processing the job...
[2026-09-10 21:33:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 01:33:02] Production.INFO: ==8450== Lock acquired, processing the job...
[2026-09-11 01:33:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 01:33:02] Production.INFO: ==8450== Releasing lock...
[2026-09-11 01:33:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 01:33:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 21:33:02] Production.INFO: ==8448== Releasing lock...
[2026-09-10 21:33:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 21:33:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 21:33:03] Production.INFO: ==8453== Lock acquired, processing the job...
[2026-09-10 21:33:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 21:33:03] Production.INFO: ==8457== Lock acquired, processing the job...
[2026-09-10 21:33:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 21:33:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 21:33:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 21:33:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 21:33:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 21:33:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 21:33:03] Production.INFO: ==8455== Lock acquired, processing the job...
[2026-09-10 21:33:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 21:33:03] Production.INFO: ==8459== Lock acquired, processing the job...
[2026-09-10 21:33:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 21:33:03] Production.INFO: ==8461== Lock acquired, processing the job...
[2026-09-10 21:33:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 21:33:03] Production.INFO: Account Balance Start.
[2026-09-10 21:33:03] Production.INFO: CreateAllLog Start
[2026-09-10 21:33:03] Production.INFO: 117
[2026-09-10 21:33:03] Production.INFO: Date 2026-09-08
[2026-09-10 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-09-10 21:33:03] Production.INFO: Reseller ==> 0
[2026-09-10 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-09-10 21: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-09-10 21:33:03] Production.INFO: ==8461== Releasing lock...
[2026-09-10 21:33:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 21:33:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 21:33:04] Production.INFO: Date 2026-09-09
[2026-09-10 21:33:04] Production.INFO: Reseller ==> 0
[2026-09-10 21:33:04] Production.INFO: Date 2026-09-10
[2026-09-10 21:33:04] Production.INFO: Reseller ==> 0
[2026-09-10 21:33:04] Production.INFO: Total Charge 0
[2026-09-10 21:33:04] Production.INFO: CreateAllLog End
[2026-09-10 21:33:04] Production.INFO: Account Balance End.
[2026-09-10 21:33:04] Production.ERROR: CronJobId end 12
[2026-09-10 21:33:04] Production.INFO: ==8459== Releasing lock...
[2026-09-10 21:33:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 21:33:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 21:33:04] Production.INFO: ==8455== Releasing lock...
[2026-09-10 21:33:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 21:33:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 21:33:10] Production.ERROR: CronJobId end10
[2026-09-10 21:33:10] Production.INFO: ==8457== Releasing lock...
[2026-09-10 21:33:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 21:33:10] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 21:33:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 21:33:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 21:33:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 21:33:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 21:33:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 21:33:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 21:33:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 21:33:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 21:33:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 21:33:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 21:33:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 21:33:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 21:33:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 21:33:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 21:33:14] Production.INFO: call_cost start
[2026-09-10 21:33:14] Production.INFO: call_cost end
[2026-09-10 21:33:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 21:33:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 21:33:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 21:33:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 21:33:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 21:33:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 21:33:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 21:33:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 21:33:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 21:33:15] Production.INFO: ==8453== Releasing lock...
[2026-09-10 21:33:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 21:33:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 02:34:01] Production.INFO: ==8520== Lock acquired, processing the job...
[2026-09-11 02:34:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 02:34:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 02:34:02] Production.INFO: neon service started
[2026-09-11 02:34:02] Production.INFO: neon service started
[2026-09-11 02:34:02] Production.INFO: ==8520== Releasing lock...
[2026-09-11 02:34:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 02:34:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 21:34:02] Production.INFO: ==8522== Lock acquired, processing the job...
[2026-09-10 21:34:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 01:34:02] Production.INFO: ==8524== Lock acquired, processing the job...
[2026-09-11 01:34:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 01:34:02] Production.INFO: ==8524== Releasing lock...
[2026-09-11 01:34:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 01:34:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 21:34:02] Production.INFO: ==8522== Releasing lock...
[2026-09-10 21:34:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 21:34:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 21:34:03] Production.INFO: ==8529== Lock acquired, processing the job...
[2026-09-10 21:34:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 21:34:03] Production.INFO: ==8535== Lock acquired, processing the job...
[2026-09-10 21:34:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 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-09-10 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-09-10 21:34:03] Production.INFO: ==8533== Lock acquired, processing the job...
[2026-09-10 21:34:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 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-09-10 21:34:03] Production.INFO: ==8535== Releasing lock...
[2026-09-10 21:34:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 21:34:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 21:34:03] Production.INFO: ==8527== Lock acquired, processing the job...
[2026-09-10 21:34:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 21:34:03] Production.INFO: ==8531== Lock acquired, processing the job...
[2026-09-10 21:34:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 21:34:03] Production.INFO: Account Balance Start.
[2026-09-10 21:34:03] Production.INFO: CreateAllLog Start
[2026-09-10 21:34:03] Production.INFO: 117
[2026-09-10 21:34:03] Production.INFO: Date 2026-09-08
[2026-09-10 21:34:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 21:34:03] Production.INFO: Reseller ==> 0
[2026-09-10 21:34:04] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 21:34:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 21:34:04] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 21:34:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 21:34:04] Production.INFO: Date 2026-09-09
[2026-09-10 21:34:04] Production.INFO: Reseller ==> 0
[2026-09-10 21:34:04] Production.INFO: Date 2026-09-10
[2026-09-10 21:34:04] Production.INFO: Reseller ==> 0
[2026-09-10 21:34:04] Production.INFO: Total Charge 0
[2026-09-10 21:34:04] Production.INFO: CreateAllLog End
[2026-09-10 21:34:04] Production.INFO: ==8529== Releasing lock...
[2026-09-10 21:34:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 21:34:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 21:34:04] Production.INFO: Account Balance End.
[2026-09-10 21:34:04] Production.ERROR: CronJobId end 12
[2026-09-10 21:34:04] Production.INFO: ==8533== Releasing lock...
[2026-09-10 21:34:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 21:34:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 21:34:11] Production.ERROR: CronJobId end10
[2026-09-10 21:34:11] Production.INFO: ==8531== Releasing lock...
[2026-09-10 21:34:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 21:34:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 21:34:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 21:34:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 21:34:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 21:34:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 21:34:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 21:34:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 21:34:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 21:34:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 21:34:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 21:34:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 21:34:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 21:34:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 21:34:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 21:34:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 21:34:14] Production.INFO: call_cost start
[2026-09-10 21:34:14] Production.INFO: call_cost end
[2026-09-10 21:34:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 21:34:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 21:34:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 21:34:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 21:34:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 21:34:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 21:34:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 21:34:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 21:34:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 21:34:14] Production.INFO: ==8527== Releasing lock...
[2026-09-10 21:34:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 21:34:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 02:35:01] Production.INFO: ==8596== Lock acquired, processing the job...
[2026-09-11 02:35:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 02:35:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 02:35:01] Production.INFO: neon service started
[2026-09-11 02:35:01] Production.INFO: neon service started
[2026-09-11 02:35:01] Production.INFO: ==8596== Releasing lock...
[2026-09-11 02:35:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 02:35:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 21:35:01] Production.INFO: ==8598== Lock acquired, processing the job...
[2026-09-10 21:35:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 21:35:02] Production.INFO: ==8598== Releasing lock...
[2026-09-10 21:35:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 21:35:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 01:35:02] Production.INFO: ==8600== Lock acquired, processing the job...
[2026-09-11 01:35:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 01:35:02] Production.INFO: ==8600== Releasing lock...
[2026-09-11 01:35:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 01:35:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 21:35:03] Production.INFO: ==8602== Lock acquired, processing the job...
[2026-09-10 21:35:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-10 21:35:03] Production.ERROR: ========================== active cronjob start =============================
[2026-09-10 21:35:03] Production.ERROR: ========================== active cronjob end =============================
[2026-09-10 21:35:03] Production.INFO: ==8602== Releasing lock...
[2026-09-10 21:35:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-10 21:35:03] Production.INFO: 25.5 MB #Memory Used#
[2026-09-10 21:35:03] Production.INFO: ==8608== Lock acquired, processing the job...
[2026-09-10 21:35:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 21:35:03] Production.INFO: ==8604== Lock acquired, processing the job...
[2026-09-10 21:35:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 21:35:03] Production.INFO: ==8606== Lock acquired, processing the job...
[2026-09-10 21:35:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 21:35:03] Production.INFO: ==8610== Lock acquired, processing the job...
[2026-09-10 21:35:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 21:35:03] Production.INFO: ==8613== Lock acquired, processing the job...
[2026-09-10 21:35:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-10 21:35:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 21:35:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 21:35:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 21:35:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 21:35:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 21:35:03] Production.ERROR: tblTempUsageDetail_20
[2026-09-10 21:35:03] Production.INFO: Account Balance Start.
[2026-09-10 21:35:03] Production.INFO: CreateAllLog Start
[2026-09-10 21:35:03] Production.INFO: 117
[2026-09-10 21:35:03] Production.INFO: Date 2026-09-08
[2026-09-10 21:35:03] Production.INFO: ==8615== Lock acquired, processing the job...
[2026-09-10 21:35:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 21:35:03] Production.INFO: Reseller ==> 0
[2026-09-10 21:35:03] Production.INFO: Date 2026-09-09
[2026-09-10 21:35:03] Production.INFO: Reseller ==> 0
[2026-09-10 21:35:03] Production.ERROR: done
[2026-09-10 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-09-10 21:35:03] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-10 21:35:03] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17980749', 'tblTempUsageDetail_20reseller','2026-09-10','2026-09-10','1' ) start
[2026-09-10 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-09-10 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-09-10 21:35:03] Production.INFO: Date 2026-09-10
[2026-09-10 21:35:03] Production.INFO: Reseller ==> 0
[2026-09-10 21:35:03] Production.INFO: Total Charge 0
[2026-09-10 21:35:03] Production.INFO: CreateAllLog End
[2026-09-10 21:35:03] Production.INFO: ==8615== Releasing lock...
[2026-09-10 21:35:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 21:35:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 21:35:04] Production.INFO: Account Balance End.
[2026-09-10 21:35:04] Production.ERROR: CronJobId end 12
[2026-09-10 21:35:04] Production.INFO: ==8610== Releasing lock...
[2026-09-10 21:35:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 21:35:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 21:35:04] Production.INFO: ==8606== Releasing lock...
[2026-09-10 21:35:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 21:35:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 21:35:09] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17980749', 'tblTempUsageDetail_20reseller','2026-09-10','2026-09-10','1' ) end
[2026-09-10 21:35:09] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-10 21:35:09] Production.INFO: ProcessCDR(1,17980749,1,1,2)
[2026-09-10 21:35:09] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17980749,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-10 21:35:09] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17980749,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-10 21:35:09] Production.ERROR: pbx prc_insertCDR start
[2026-09-10 21:35:09] Production.ERROR: pbx prc_insertCDR end
[2026-09-10 21:35:09] Production.INFO: ==8613== Releasing lock...
[2026-09-10 21:35:09] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-10 21:35:09] Production.INFO: 26 MB #Memory Used#
[2026-09-10 21:35:15] Production.ERROR: CronJobId end10
[2026-09-10 21:35:15] Production.INFO: ==8608== Releasing lock...
[2026-09-10 21:35:15] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 21:35:15] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 21:35:17] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 21:35:17] Production.INFO: ============== Balance Warning START===========
[2026-09-10 21:35:17] Production.INFO: ============== Balance Warning END===========
[2026-09-10 21:35:17] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 21:35:17] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 21:35:17] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 21:35:17] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 21:35:17] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 21:35:17] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 21:35:17] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 21:35:17] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 21:35:17] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 21:35:17] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 21:35:17] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 21:35:17] Production.INFO: call_cost start
[2026-09-10 21:35:17] Production.INFO: call_cost end
[2026-09-10 21:35:17] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 21:35:17] Production.INFO: ============== Report Schedule START===========
[2026-09-10 21:35:17] Production.INFO: ============== Report Schedule END===========
[2026-09-10 21:35:17] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 21:35:17] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 21:35:17] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 21:35:17] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 21:35:17] Production.INFO: ============== Deal alert START===========
[2026-09-10 21:35:17] Production.INFO: ============== Deal alert END===========
[2026-09-10 21:35:17] Production.INFO: ==8604== Releasing lock...
[2026-09-10 21:35:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 21:35:17] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 02:36:01] Production.INFO: ==8683== Lock acquired, processing the job...
[2026-09-11 02:36:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 02:36:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 02:36:01] Production.INFO: neon service started
[2026-09-11 02:36:01] Production.INFO: neon service started
[2026-09-11 02:36:01] Production.INFO: ==8683== Releasing lock...
[2026-09-11 02:36:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 02:36:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 21:36:02] Production.INFO: ==8688== Lock acquired, processing the job...
[2026-09-10 21:36:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 21:36:02] Production.INFO: ==8688== Releasing lock...
[2026-09-10 21:36:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 21:36:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 01:36:02] Production.INFO: ==8690== Lock acquired, processing the job...
[2026-09-11 01:36:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 01:36:02] Production.INFO: ==8690== Releasing lock...
[2026-09-11 01:36:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 01:36:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 21:36:03] Production.INFO: ==8692== Lock acquired, processing the job...
[2026-09-10 21:36:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 21:36:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 21:36:03] Production.INFO: ==8694== Lock acquired, processing the job...
[2026-09-10 21:36:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 21:36:03] Production.INFO: ==8696== Lock acquired, processing the job...
[2026-09-10 21:36:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 21:36:03] Production.INFO: ==8698== Lock acquired, processing the job...
[2026-09-10 21:36:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 21:36:03] Production.INFO: ==8700== Lock acquired, processing the job...
[2026-09-10 21:36:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 21:36:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 21:36:03] Production.INFO: Account Balance Start.
[2026-09-10 21:36:03] Production.INFO: CreateAllLog Start
[2026-09-10 21:36:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 21:36:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 21:36:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 21:36:03] Production.INFO: 117
[2026-09-10 21:36:03] Production.INFO: Date 2026-09-08
[2026-09-10 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-09-10 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-09-10 21:36:03] Production.INFO: Reseller ==> 0
[2026-09-10 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-09-10 21:36:03] Production.INFO: ==8700== Releasing lock...
[2026-09-10 21:36:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 21:36:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 21:36:03] Production.INFO: Date 2026-09-09
[2026-09-10 21:36:03] Production.INFO: Reseller ==> 0
[2026-09-10 21:36:03] Production.INFO: Date 2026-09-10
[2026-09-10 21:36:03] Production.INFO: Reseller ==> 0
[2026-09-10 21:36:03] Production.INFO: Total Charge 0
[2026-09-10 21:36:03] Production.INFO: CreateAllLog End
[2026-09-10 21:36:04] Production.INFO: Account Balance End.
[2026-09-10 21:36:04] Production.INFO: ==8694== Releasing lock...
[2026-09-10 21:36:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 21:36:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 21:36:04] Production.ERROR: CronJobId end 12
[2026-09-10 21:36:04] Production.INFO: ==8698== Releasing lock...
[2026-09-10 21:36:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 21:36:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 21:36:12] Production.ERROR: CronJobId end10
[2026-09-10 21:36:12] Production.INFO: ==8696== Releasing lock...
[2026-09-10 21:36:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 21:36:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 21:36:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 21:36:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 21:36:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 21:36:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 21:36:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 21:36:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 21:36:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 21:36:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 21:36:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 21:36:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 21:36:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 21:36:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 21:36:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 21:36:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 21:36:14] Production.INFO: call_cost start
[2026-09-10 21:36:14] Production.INFO: call_cost end
[2026-09-10 21:36:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 21:36:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 21:36:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 21:36:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 21:36:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 21:36:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 21:36:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 21:36:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 21:36:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 21:36:14] Production.INFO: ==8692== Releasing lock...
[2026-09-10 21:36:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 21:36:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 02:37:02] Production.INFO: ==8767== Lock acquired, processing the job...
[2026-09-11 02:37:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 02:37:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 02:37:02] Production.INFO: neon service started
[2026-09-11 02:37:02] Production.INFO: neon service started
[2026-09-11 02:37:02] Production.INFO: ==8767== Releasing lock...
[2026-09-11 02:37:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 02:37:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 01:37:02] Production.INFO: ==8772== Lock acquired, processing the job...
[2026-09-11 01:37:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 01:37:02] Production.INFO: ==8772== Releasing lock...
[2026-09-11 01:37:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 01:37:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 21:37:02] Production.INFO: ==8770== Lock acquired, processing the job...
[2026-09-10 21:37:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 21:37:02] Production.INFO: ==8770== Releasing lock...
[2026-09-10 21:37:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 21:37:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 21:37:03] Production.INFO: ==8776== Lock acquired, processing the job...
[2026-09-10 21:37:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 21:37:03] Production.INFO: ==8782== Lock acquired, processing the job...
[2026-09-10 21:37:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 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-09-10 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-09-10 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-09-10 21:37:03] Production.INFO: ==8782== Releasing lock...
[2026-09-10 21:37:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 21:37:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 21:37:03] Production.INFO: ==8774== Lock acquired, processing the job...
[2026-09-10 21:37:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 21:37:03] Production.INFO: ==8778== Lock acquired, processing the job...
[2026-09-10 21:37:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 21:37:04] Production.INFO: ==8780== Lock acquired, processing the job...
[2026-09-10 21:37:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 21:37:04] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 21:37:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 21:37:04] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 21:37:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 21:37:04] Production.INFO: Account Balance Start.
[2026-09-10 21:37:04] Production.INFO: CreateAllLog Start
[2026-09-10 21:37:04] Production.INFO: 117
[2026-09-10 21:37:04] Production.INFO: Date 2026-09-08
[2026-09-10 21:37:04] Production.INFO: Reseller ==> 0
[2026-09-10 21:37:04] Production.INFO: Date 2026-09-09
[2026-09-10 21:37:04] Production.INFO: Reseller ==> 0
[2026-09-10 21:37:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 21:37:04] Production.INFO: ==8776== Releasing lock...
[2026-09-10 21:37:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 21:37:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 21:37:04] Production.INFO: Date 2026-09-10
[2026-09-10 21:37:04] Production.INFO: Reseller ==> 0
[2026-09-10 21:37:04] Production.INFO: Total Charge 0
[2026-09-10 21:37:04] Production.INFO: CreateAllLog End
[2026-09-10 21:37:04] Production.INFO: Account Balance End.
[2026-09-10 21:37:04] Production.ERROR: CronJobId end 12
[2026-09-10 21:37:04] Production.INFO: ==8780== Releasing lock...
[2026-09-10 21:37:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 21:37:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 21:37:12] Production.ERROR: CronJobId end10
[2026-09-10 21:37:12] Production.INFO: ==8778== Releasing lock...
[2026-09-10 21:37:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 21:37:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 21:37:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 21:37:16] Production.INFO: ============== Balance Warning START===========
[2026-09-10 21:37:16] Production.INFO: ============== Balance Warning END===========
[2026-09-10 21:37:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 21:37:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 21:37:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 21:37:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 21:37:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 21:37:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 21:37:16] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 21:37:16] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 21:37:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 21:37:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 21:37:16] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 21:37:16] Production.INFO: call_cost start
[2026-09-10 21:37:16] Production.INFO: call_cost end
[2026-09-10 21:37:16] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 21:37:16] Production.INFO: ============== Report Schedule START===========
[2026-09-10 21:37:16] Production.INFO: ============== Report Schedule END===========
[2026-09-10 21:37:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 21:37:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 21:37:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 21:37:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 21:37:16] Production.INFO: ============== Deal alert START===========
[2026-09-10 21:37:16] Production.INFO: ============== Deal alert END===========
[2026-09-10 21:37:16] Production.INFO: ==8774== Releasing lock...
[2026-09-10 21:37:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 21:37:16] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 02:38:01] Production.INFO: ==8846== Lock acquired, processing the job...
[2026-09-11 02:38:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 02:38:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 02:38:01] Production.INFO: neon service started
[2026-09-11 02:38:01] Production.INFO: neon service started
[2026-09-11 02:38:01] Production.INFO: ==8846== Releasing lock...
[2026-09-11 02:38:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 02:38:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 01:38:02] Production.INFO: ==8850== Lock acquired, processing the job...
[2026-09-11 01:38:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 01:38:02] Production.INFO: ==8850== Releasing lock...
[2026-09-11 01:38:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 01:38:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 21:38:02] Production.INFO: ==8848== Lock acquired, processing the job...
[2026-09-10 21:38:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 21:38:02] Production.INFO: ==8848== Releasing lock...
[2026-09-10 21:38:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 21:38:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 21:38:03] Production.INFO: ==8853== Lock acquired, processing the job...
[2026-09-10 21:38:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 21:38:03] Production.INFO: ==8855== Lock acquired, processing the job...
[2026-09-10 21:38:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 21:38:03] Production.INFO: ==8857== Lock acquired, processing the job...
[2026-09-10 21:38:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 21:38:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 21:38:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 21:38:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 21:38:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 21:38:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 21:38:03] Production.INFO: ==8859== Lock acquired, processing the job...
[2026-09-10 21:38:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 21:38:03] Production.INFO: ==8861== Lock acquired, processing the job...
[2026-09-10 21:38:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 21:38:03] Production.INFO: Account Balance Start.
[2026-09-10 21:38:03] Production.INFO: CreateAllLog Start
[2026-09-10 21:38:03] Production.INFO: 117
[2026-09-10 21:38:03] Production.INFO: Date 2026-09-08
[2026-09-10 21:38:03] Production.INFO: Reseller ==> 0
[2026-09-10 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-09-10 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-09-10 21:38:03] Production.INFO: Date 2026-09-09
[2026-09-10 21:38:03] Production.INFO: Reseller ==> 0
[2026-09-10 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-09-10 21:38:03] Production.INFO: ==8861== Releasing lock...
[2026-09-10 21:38:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 21:38:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 21:38:03] Production.INFO: Date 2026-09-10
[2026-09-10 21:38:03] Production.INFO: Reseller ==> 0
[2026-09-10 21:38:03] Production.INFO: Total Charge 0
[2026-09-10 21:38:03] Production.INFO: CreateAllLog End
[2026-09-10 21:38:04] Production.INFO: Account Balance End.
[2026-09-10 21:38:04] Production.ERROR: CronJobId end 12
[2026-09-10 21:38:04] Production.INFO: ==8859== Releasing lock...
[2026-09-10 21:38:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 21:38:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 21:38:04] Production.INFO: ==8855== Releasing lock...
[2026-09-10 21:38:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 21:38:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 21:38:12] Production.ERROR: CronJobId end10
[2026-09-10 21:38:12] Production.INFO: ==8857== Releasing lock...
[2026-09-10 21:38:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 21:38:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 21:38:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 21:38:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 21:38:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 21:38:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 21:38:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 21:38:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 21:38:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 21:38:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 21:38:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 21:38:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 21:38:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 21:38:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 21:38:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 21:38:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 21:38:14] Production.INFO: call_cost start
[2026-09-10 21:38:14] Production.INFO: call_cost end
[2026-09-10 21:38:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 21:38:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 21:38:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 21:38:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 21:38:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 21:38:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 21:38:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 21:38:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 21:38:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 21:38:14] Production.INFO: ==8853== Releasing lock...
[2026-09-10 21:38:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 21:38:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 02:39:02] Production.INFO: ==8939== Lock acquired, processing the job...
[2026-09-11 02:39:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 02:39:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 02:39:02] Production.INFO: neon service started
[2026-09-11 02:39:02] Production.INFO: neon service started
[2026-09-11 02:39:02] Production.INFO: ==8939== Releasing lock...
[2026-09-11 02:39:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 02:39:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 21:39:02] Production.INFO: ==8942== Lock acquired, processing the job...
[2026-09-10 21:39:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 21:39:02] Production.INFO: ==8942== Releasing lock...
[2026-09-10 21:39:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 21:39:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 01:39:03] Production.INFO: ==8944== Lock acquired, processing the job...
[2026-09-11 01:39:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 01:39:03] Production.INFO: ==8944== Releasing lock...
[2026-09-11 01:39:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 01:39:03] Production.INFO: 25 MB #Memory Used#
[2026-09-10 21:39:03] Production.INFO: ==8948== Lock acquired, processing the job...
[2026-09-10 21:39:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 21:39:03] Production.INFO: ==8952== Lock acquired, processing the job...
[2026-09-10 21:39:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 21:39:03] Production.INFO: ==8950== Lock acquired, processing the job...
[2026-09-10 21:39:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 21:39:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 21:39:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 21:39:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 21:39:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 21:39:03] Production.INFO: ==8946== Lock acquired, processing the job...
[2026-09-10 21:39:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 21:39:03] Production.INFO: Account Balance Start.
[2026-09-10 21:39:03] Production.INFO: CreateAllLog Start
[2026-09-10 21:39:03] Production.INFO: 117
[2026-09-10 21:39:03] Production.INFO: Date 2026-09-08
[2026-09-10 21:39:03] Production.INFO: Reseller ==> 0
[2026-09-10 21:39:03] Production.INFO: ==8954== Lock acquired, processing the job...
[2026-09-10 21:39:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 21:39:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 21:39:03] Production.INFO: Date 2026-09-09
[2026-09-10 21:39:03] Production.INFO: Reseller ==> 0
[2026-09-10 21:39:03] Production.INFO: Date 2026-09-10
[2026-09-10 21:39:03] Production.INFO: Reseller ==> 0
[2026-09-10 21:39:03] Production.INFO: Total Charge 0
[2026-09-10 21:39:03] Production.INFO: CreateAllLog End
[2026-09-10 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-09-10 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-09-10 21: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-09-10 21:39:04] Production.INFO: ==8954== Releasing lock...
[2026-09-10 21:39:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 21:39:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 21:39:04] Production.INFO: Account Balance End.
[2026-09-10 21:39:04] Production.ERROR: CronJobId end 12
[2026-09-10 21:39:04] Production.INFO: ==8952== Releasing lock...
[2026-09-10 21:39:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 21:39:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 21:39:04] Production.INFO: ==8948== Releasing lock...
[2026-09-10 21:39:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 21:39:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 21:39:11] Production.ERROR: CronJobId end10
[2026-09-10 21:39:11] Production.INFO: ==8950== Releasing lock...
[2026-09-10 21:39:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 21:39:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 21:39:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 21:39:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 21:39:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 21:39:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 21:39:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 21:39:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 21:39:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 21:39:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 21:39:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 21:39:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 21:39:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 21:39:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 21:39:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 21:39:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 21:39:15] Production.INFO: call_cost start
[2026-09-10 21:39:15] Production.INFO: call_cost end
[2026-09-10 21:39:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 21:39:15] Production.INFO: ============== Report Schedule START===========
[2026-09-10 21:39:15] Production.INFO: ============== Report Schedule END===========
[2026-09-10 21:39:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 21:39:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 21:39:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 21:39:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 21:39:15] Production.INFO: ============== Deal alert START===========
[2026-09-10 21:39:15] Production.INFO: ============== Deal alert END===========
[2026-09-10 21:39:15] Production.INFO: ==8946== Releasing lock...
[2026-09-10 21:39:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 21:39:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 02:40:01] Production.INFO: ==9023== Lock acquired, processing the job...
[2026-09-11 02:40:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 02:40:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 02:40:01] Production.INFO: neon service started
[2026-09-11 02:40:01] Production.INFO: neon service started
[2026-09-11 02:40:01] Production.INFO: ==9023== Releasing lock...
[2026-09-11 02:40:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 02:40:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 21:40:01] Production.INFO: ==9025== Lock acquired, processing the job...
[2026-09-10 21:40:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 21:40:02] Production.INFO: ==9025== Releasing lock...
[2026-09-10 21:40:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 21:40:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 01:40:02] Production.INFO: ==9027== Lock acquired, processing the job...
[2026-09-11 01:40:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 01:40:02] Production.INFO: ==9027== Releasing lock...
[2026-09-11 01:40:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 01:40:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 21:40:02] Production.INFO: ==9030== Lock acquired, processing the job...
[2026-09-10 21:40:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 21:40:02] Production.INFO: ==9034== Lock acquired, processing the job...
[2026-09-10 21:40:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 21:40:03] Production.INFO: ==9036== Lock acquired, processing the job...
[2026-09-10 21:40:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 21:40:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 21:40:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 21:40:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 21:40:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 21:40:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 21:40:03] Production.INFO: Account Balance Start.
[2026-09-10 21:40:03] Production.INFO: CreateAllLog Start
[2026-09-10 21:40:03] Production.INFO: 117
[2026-09-10 21:40:03] Production.INFO: Date 2026-09-08
[2026-09-10 21:40:03] Production.INFO: ==9032== Lock acquired, processing the job...
[2026-09-10 21:40:03] Production.INFO: Reseller ==> 0
[2026-09-10 21:40:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 21:40:03] Production.INFO: Date 2026-09-09
[2026-09-10 21:40:03] Production.INFO: Reseller ==> 0
[2026-09-10 21:40:03] Production.INFO: ==9038== Lock acquired, processing the job...
[2026-09-10 21:40:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 21:40:03] Production.INFO: Date 2026-09-10
[2026-09-10 21:40:03] Production.INFO: Reseller ==> 0
[2026-09-10 21: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-09-10 21: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-09-10 21: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-09-10 21:40:03] Production.INFO: ==9038== Releasing lock...
[2026-09-10 21:40:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 21:40:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 21:40:03] Production.INFO: Total Charge 0
[2026-09-10 21:40:03] Production.INFO: CreateAllLog End
[2026-09-10 21:40:03] Production.INFO: Account Balance End.
[2026-09-10 21:40:03] Production.INFO: ==9032== Releasing lock...
[2026-09-10 21:40:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 21:40:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 21:40:03] Production.ERROR: CronJobId end 12
[2026-09-10 21:40:03] Production.INFO: ==9036== Releasing lock...
[2026-09-10 21:40:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 21:40:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 21:40:11] Production.ERROR: CronJobId end10
[2026-09-10 21:40:11] Production.INFO: ==9034== Releasing lock...
[2026-09-10 21:40:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 21:40:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 21:40:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 21:40:13] Production.INFO: ============== Balance Warning START===========
[2026-09-10 21:40:13] Production.INFO: ============== Balance Warning END===========
[2026-09-10 21:40:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 21:40:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 21:40:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 21:40:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 21:40:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 21:40:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 21:40:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 21:40:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 21:40:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 21:40:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 21:40:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 21:40:13] Production.INFO: call_cost start
[2026-09-10 21:40:13] Production.INFO: call_cost end
[2026-09-10 21:40:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 21:40:13] Production.INFO: ============== Report Schedule START===========
[2026-09-10 21:40:13] Production.INFO: ============== Report Schedule END===========
[2026-09-10 21:40:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 21:40:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 21:40:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 21:40:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 21:40:13] Production.INFO: ============== Deal alert START===========
[2026-09-10 21:40:13] Production.INFO: ============== Deal alert END===========
[2026-09-10 21:40:13] Production.INFO: ==9030== Releasing lock...
[2026-09-10 21:40:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 21:40:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 02:41:01] Production.INFO: ==9111== Lock acquired, processing the job...
[2026-09-11 02:41:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 02:41:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 02:41:01] Production.INFO: neon service started
[2026-09-11 02:41:02] Production.INFO: neon service started
[2026-09-11 02:41:02] Production.INFO: ==9111== Releasing lock...
[2026-09-11 02:41:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 02:41:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 01:41:02] Production.INFO: ==9115== Lock acquired, processing the job...
[2026-09-11 01:41:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 01:41:02] Production.INFO: ==9115== Releasing lock...
[2026-09-11 01:41:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 01:41:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 21:41:02] Production.INFO: ==9113== Lock acquired, processing the job...
[2026-09-10 21:41:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 21:41:02] Production.INFO: ==9113== Releasing lock...
[2026-09-10 21:41:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 21:41:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 21:41:03] Production.INFO: ==9118== Lock acquired, processing the job...
[2026-09-10 21:41:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 21:41:03] Production.INFO: ==9124== Lock acquired, processing the job...
[2026-09-10 21:41:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 21:41:03] Production.INFO: ==9120== Lock acquired, processing the job...
[2026-09-10 21:41:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 21:41:03] Production.INFO: ==9126== Lock acquired, processing the job...
[2026-09-10 21:41:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 21:41:03] Production.INFO: ==9122== Lock acquired, processing the job...
[2026-09-10 21:41:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 21:41:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 21:41:03] Production.INFO: Account Balance Start.
[2026-09-10 21:41:03] Production.INFO: CreateAllLog Start
[2026-09-10 21:41:03] Production.INFO: 117
[2026-09-10 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-09-10 21:41:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 21:41:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 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-09-10 21:41:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 21:41:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 21: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-09-10 21:41:03] Production.INFO: Date 2026-09-08
[2026-09-10 21:41:03] Production.INFO: ==9126== Releasing lock...
[2026-09-10 21:41:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 21:41:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 21:41:03] Production.INFO: Reseller ==> 0
[2026-09-10 21:41:03] Production.INFO: Date 2026-09-09
[2026-09-10 21:41:03] Production.INFO: Reseller ==> 0
[2026-09-10 21:41:03] Production.INFO: Date 2026-09-10
[2026-09-10 21:41:03] Production.INFO: Reseller ==> 0
[2026-09-10 21:41:03] Production.INFO: Total Charge 0
[2026-09-10 21:41:03] Production.INFO: CreateAllLog End
[2026-09-10 21:41:04] Production.INFO: Account Balance End.
[2026-09-10 21:41:04] Production.ERROR: CronJobId end 12
[2026-09-10 21:41:04] Production.INFO: ==9124== Releasing lock...
[2026-09-10 21:41:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 21:41:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 21:41:04] Production.INFO: ==9120== Releasing lock...
[2026-09-10 21:41:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 21:41:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 21:41:12] Production.ERROR: CronJobId end10
[2026-09-10 21:41:12] Production.INFO: ==9122== Releasing lock...
[2026-09-10 21:41:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 21:41:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 21:41:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 21:41:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 21:41:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 21:41:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 21:41:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 21:41:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 21:41:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 21:41:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 21:41:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 21:41:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 21:41:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 21:41:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 21:41:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 21:41:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 21:41:14] Production.INFO: call_cost start
[2026-09-10 21:41:14] Production.INFO: call_cost end
[2026-09-10 21:41:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 21:41:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 21:41:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 21:41:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 21:41:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 21:41:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 21:41:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 21:41:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 21:41:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 21:41:14] Production.INFO: ==9118== Releasing lock...
[2026-09-10 21:41:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 21:41:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 02:42:01] Production.INFO: ==9188== Lock acquired, processing the job...
[2026-09-11 02:42:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 02:42:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 02:42:01] Production.INFO: neon service started
[2026-09-11 02:42:01] Production.INFO: neon service started
[2026-09-11 02:42:01] Production.INFO: ==9188== Releasing lock...
[2026-09-11 02:42:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 02:42:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 01:42:02] Production.INFO: ==9192== Lock acquired, processing the job...
[2026-09-11 01:42:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-10 21:42:02] Production.INFO: ==9190== Lock acquired, processing the job...
[2026-09-10 21:42:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 01:42:02] Production.INFO: ==9192== Releasing lock...
[2026-09-11 01:42:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 01:42:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 21:42:02] Production.INFO: ==9190== Releasing lock...
[2026-09-10 21:42:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 21:42:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 21:42:03] Production.INFO: ==9197== Lock acquired, processing the job...
[2026-09-10 21:42:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 21:42:03] Production.INFO: ==9195== Lock acquired, processing the job...
[2026-09-10 21:42:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 21:42:03] Production.INFO: ==9199== Lock acquired, processing the job...
[2026-09-10 21:42:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 21:42:03] Production.INFO: ==9201== Lock acquired, processing the job...
[2026-09-10 21:42:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 21:42:03] Production.INFO: Account Balance Start.
[2026-09-10 21:42:03] Production.INFO: CreateAllLog Start
[2026-09-10 21:42:03] Production.INFO: 117
[2026-09-10 21:42:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 21:42:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 21:42:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 21:42:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 21:42:03] Production.INFO: Date 2026-09-08
[2026-09-10 21:42:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 21:42:03] Production.INFO: ==9203== Lock acquired, processing the job...
[2026-09-10 21:42:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 21:42:03] Production.INFO: Reseller ==> 0
[2026-09-10 21:42:03] Production.INFO: Date 2026-09-09
[2026-09-10 21:42:03] Production.INFO: Reseller ==> 0
[2026-09-10 21: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-09-10 21: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-09-10 21:42:03] Production.INFO: Date 2026-09-10
[2026-09-10 21:42:03] Production.INFO: Reseller ==> 0
[2026-09-10 21: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-09-10 21:42:03] Production.INFO: ==9203== Releasing lock...
[2026-09-10 21:42:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 21:42:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 21:42:03] Production.INFO: Total Charge 0
[2026-09-10 21:42:03] Production.INFO: CreateAllLog End
[2026-09-10 21:42:03] Production.INFO: Account Balance End.
[2026-09-10 21:42:03] Production.ERROR: CronJobId end 12
[2026-09-10 21:42:03] Production.INFO: ==9201== Releasing lock...
[2026-09-10 21:42:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 21:42:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 21:42:03] Production.INFO: ==9197== Releasing lock...
[2026-09-10 21:42:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 21:42:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 21:42:10] Production.ERROR: CronJobId end10
[2026-09-10 21:42:10] Production.INFO: ==9199== Releasing lock...
[2026-09-10 21:42:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 21:42:10] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 21:42:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 21:42:13] Production.INFO: ============== Balance Warning START===========
[2026-09-10 21:42:13] Production.INFO: ============== Balance Warning END===========
[2026-09-10 21:42:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 21:42:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 21:42:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 21:42:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 21:42:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 21:42:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 21:42:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 21:42:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 21:42:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 21:42:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 21:42:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 21:42:14] Production.INFO: call_cost start
[2026-09-10 21:42:14] Production.INFO: call_cost end
[2026-09-10 21:42:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 21:42:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 21:42:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 21:42:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 21:42:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 21:42:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 21:42:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 21:42:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 21:42:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 21:42:14] Production.INFO: ==9195== Releasing lock...
[2026-09-10 21:42:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 21:42:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 02:43:01] Production.INFO: ==9262== Lock acquired, processing the job...
[2026-09-11 02:43:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 02:43:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 02:43:01] Production.INFO: neon service started
[2026-09-11 02:43:01] Production.INFO: neon service started
[2026-09-11 02:43:01] Production.INFO: ==9262== Releasing lock...
[2026-09-11 02:43:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 02:43:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 01:43:02] Production.INFO: ==9266== Lock acquired, processing the job...
[2026-09-11 01:43:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 01:43:02] Production.INFO: ==9266== Releasing lock...
[2026-09-11 01:43:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 01:43:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 21:43:02] Production.INFO: ==9264== Lock acquired, processing the job...
[2026-09-10 21:43:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 21:43:02] Production.INFO: ==9264== Releasing lock...
[2026-09-10 21:43:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 21:43:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 21:43:03] Production.INFO: ==9275== Lock acquired, processing the job...
[2026-09-10 21:43:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 21:43:03] Production.INFO: ==9269== Lock acquired, processing the job...
[2026-09-10 21:43:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 21:43:03] Production.INFO: Account Balance Start.
[2026-09-10 21:43:03] Production.INFO: CreateAllLog Start
[2026-09-10 21:43:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 21:43:03] Production.INFO: 117
[2026-09-10 21:43:03] Production.INFO: ==9273== Lock acquired, processing the job...
[2026-09-10 21:43:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 21:43:03] Production.INFO: ==9271== Lock acquired, processing the job...
[2026-09-10 21:43:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 21:43:03] Production.INFO: Date 2026-09-08
[2026-09-10 21:43:03] Production.INFO: Reseller ==> 0
[2026-09-10 21:43:03] Production.INFO: ==9277== Lock acquired, processing the job...
[2026-09-10 21:43:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 21:43:03] Production.INFO: Date 2026-09-09
[2026-09-10 21:43:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 21:43:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 21:43:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 21:43:03] Production.INFO: Reseller ==> 0
[2026-09-10 21:43:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 21:43:03] Production.INFO: Date 2026-09-10
[2026-09-10 21:43:03] Production.INFO: Reseller ==> 0
[2026-09-10 21:43:03] Production.INFO: Total Charge 0
[2026-09-10 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-09-10 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-09-10 21:43:03] Production.INFO: CreateAllLog End
[2026-09-10 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-09-10 21:43:03] Production.INFO: ==9277== Releasing lock...
[2026-09-10 21:43:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 21:43:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 21:43:03] Production.INFO: Account Balance End.
[2026-09-10 21:43:03] Production.ERROR: CronJobId end 12
[2026-09-10 21:43:03] Production.INFO: ==9275== Releasing lock...
[2026-09-10 21:43:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 21:43:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 21:43:04] Production.INFO: ==9271== Releasing lock...
[2026-09-10 21:43:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 21:43:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 21:43:11] Production.ERROR: CronJobId end10
[2026-09-10 21:43:11] Production.INFO: ==9273== Releasing lock...
[2026-09-10 21:43:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 21:43:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 21:43:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 21:43:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 21:43:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 21:43:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 21:43:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 21:43:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 21:43:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 21:43:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 21:43:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 21:43:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 21:43:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 21:43:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 21:43:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 21:43:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 21:43:14] Production.INFO: call_cost start
[2026-09-10 21:43:14] Production.INFO: call_cost end
[2026-09-10 21:43:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 21:43:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 21:43:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 21:43:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 21:43:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 21:43:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 21:43:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 21:43:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 21:43:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 21:43:14] Production.INFO: ==9269== Releasing lock...
[2026-09-10 21:43:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 21:43:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 02:44:02] Production.INFO: ==9338== Lock acquired, processing the job...
[2026-09-11 02:44:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 02:44:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 02:44:02] Production.INFO: neon service started
[2026-09-11 02:44:02] Production.INFO: neon service started
[2026-09-11 02:44:02] Production.INFO: ==9338== Releasing lock...
[2026-09-11 02:44:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 02:44:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 21:44:02] Production.INFO: ==9340== Lock acquired, processing the job...
[2026-09-10 21:44:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 21:44:02] Production.INFO: ==9340== Releasing lock...
[2026-09-10 21:44:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 21:44:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 01:44:03] Production.INFO: ==9342== Lock acquired, processing the job...
[2026-09-11 01:44:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 01:44:03] Production.INFO: ==9342== Releasing lock...
[2026-09-11 01:44:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 01:44:03] Production.INFO: 25 MB #Memory Used#
[2026-09-10 21:44:03] Production.INFO: ==9344== Lock acquired, processing the job...
[2026-09-10 21:44:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 21:44:03] Production.INFO: ==9346== Lock acquired, processing the job...
[2026-09-10 21:44:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 21:44:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 21:44:03] Production.INFO: ==9348== Lock acquired, processing the job...
[2026-09-10 21:44:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 21:44:03] Production.INFO: ==9350== Lock acquired, processing the job...
[2026-09-10 21:44:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 21:44:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 21:44:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 21:44:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 21:44:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 21:44:03] Production.INFO: ==9352== Lock acquired, processing the job...
[2026-09-10 21:44:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 21:44:04] Production.INFO: Account Balance Start.
[2026-09-10 21:44:04] Production.INFO: CreateAllLog Start
[2026-09-10 21:44:04] Production.INFO: 117
[2026-09-10 21:44:04] Production.INFO: Date 2026-09-08
[2026-09-10 21: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-09-10 21:44:04] Production.INFO: Reseller ==> 0
[2026-09-10 21: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-09-10 21:44:04] Production.INFO: Date 2026-09-09
[2026-09-10 21:44:04] Production.INFO: Reseller ==> 0
[2026-09-10 21: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-09-10 21:44:04] Production.INFO: Date 2026-09-10
[2026-09-10 21:44:04] Production.INFO: Reseller ==> 0
[2026-09-10 21:44:04] Production.INFO: ==9352== Releasing lock...
[2026-09-10 21:44:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 21:44:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 21:44:04] Production.INFO: Total Charge 0
[2026-09-10 21:44:04] Production.INFO: CreateAllLog End
[2026-09-10 21:44:04] Production.INFO: Account Balance End.
[2026-09-10 21:44:04] Production.ERROR: CronJobId end 12
[2026-09-10 21:44:04] Production.INFO: ==9350== Releasing lock...
[2026-09-10 21:44:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 21:44:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 21:44:04] Production.INFO: ==9346== Releasing lock...
[2026-09-10 21:44:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 21:44:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 21:44:12] Production.ERROR: CronJobId end10
[2026-09-10 21:44:12] Production.INFO: ==9348== Releasing lock...
[2026-09-10 21:44:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 21:44:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 21:44:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 21:44:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 21:44:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 21:44:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 21:44:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 21:44:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 21:44:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 21:44:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 21:44:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 21:44:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 21:44:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 21:44:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 21:44:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 21:44:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 21:44:15] Production.INFO: call_cost start
[2026-09-10 21:44:15] Production.INFO: call_cost end
[2026-09-10 21:44:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 21:44:15] Production.INFO: ============== Report Schedule START===========
[2026-09-10 21:44:15] Production.INFO: ============== Report Schedule END===========
[2026-09-10 21:44:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 21:44:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 21:44:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 21:44:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 21:44:15] Production.INFO: ============== Deal alert START===========
[2026-09-10 21:44:15] Production.INFO: ============== Deal alert END===========
[2026-09-10 21:44:15] Production.INFO: ==9344== Releasing lock...
[2026-09-10 21:44:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 21:44:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 02:45:01] Production.INFO: ==9419== Lock acquired, processing the job...
[2026-09-11 02:45:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 02:45:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 02:45:01] Production.INFO: neon service started
[2026-09-11 02:45:01] Production.INFO: neon service started
[2026-09-11 02:45:01] Production.INFO: ==9419== Releasing lock...
[2026-09-11 02:45:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 02:45:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 01:45:02] Production.INFO: ==9423== Lock acquired, processing the job...
[2026-09-11 01:45:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 01:45:02] Production.INFO: ==9423== Releasing lock...
[2026-09-11 01:45:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 01:45:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 21:45:02] Production.INFO: ==9421== Lock acquired, processing the job...
[2026-09-10 21:45:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 21:45:02] Production.INFO: ==9421== Releasing lock...
[2026-09-10 21:45:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 21:45:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 21:45:03] Production.INFO: ==9425== Lock acquired, processing the job...
[2026-09-10 21:45:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-10 21:45:03] Production.ERROR: ========================== active cronjob start =============================
[2026-09-10 21:45:03] Production.INFO: ==9431== Lock acquired, processing the job...
[2026-09-10 21:45:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 21:45:03] Production.INFO: ==9427== Lock acquired, processing the job...
[2026-09-10 21:45:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 21:45:03] Production.ERROR: ========================== active cronjob end =============================
[2026-09-10 21:45:03] Production.INFO: ==9425== Releasing lock...
[2026-09-10 21:45:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-10 21:45:03] Production.INFO: 25.5 MB #Memory Used#
[2026-09-10 21:45:03] Production.INFO: ==9429== Lock acquired, processing the job...
[2026-09-10 21:45:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 21:45:03] Production.INFO: ==9433== Lock acquired, processing the job...
[2026-09-10 21:45:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 21:45:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 21:45:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 21:45:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 21:45:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 21:45:03] Production.INFO: ==9438== Lock acquired, processing the job...
[2026-09-10 21:45:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 21:45:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 21:45:03] Production.INFO: ==9435== Lock acquired, processing the job...
[2026-09-10 21:45:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-10 21:45:03] Production.INFO: Account Balance Start.
[2026-09-10 21:45:03] Production.INFO: CreateAllLog Start
[2026-09-10 21:45:03] Production.INFO: 117
[2026-09-10 21:45:03] Production.INFO: Date 2026-09-08
[2026-09-10 21: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-09-10 21:45:03] Production.ERROR: tblTempUsageDetail_20
[2026-09-10 21: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-09-10 21:45:03] Production.INFO: Reseller ==> 0
[2026-09-10 21: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-09-10 21:45:03] Production.INFO: Date 2026-09-09
[2026-09-10 21:45:03] Production.INFO: Reseller ==> 0
[2026-09-10 21:45:03] Production.INFO: ==9438== Releasing lock...
[2026-09-10 21:45:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 21:45:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 21:45:04] Production.INFO: Date 2026-09-10
[2026-09-10 21:45:04] Production.INFO: Reseller ==> 0
[2026-09-10 21:45:04] Production.INFO: Total Charge 0
[2026-09-10 21:45:04] Production.INFO: CreateAllLog End
[2026-09-10 21:45:04] Production.ERROR: done
[2026-09-10 21:45:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-10 21:45:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17980790', 'tblTempUsageDetail_20reseller','2026-09-10','2026-09-10','1' ) start
[2026-09-10 21:45:04] Production.INFO: Account Balance End.
[2026-09-10 21:45:04] Production.ERROR: CronJobId end 12
[2026-09-10 21:45:04] Production.INFO: ==9433== Releasing lock...
[2026-09-10 21:45:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 21:45:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 21:45:04] Production.INFO: ==9429== Releasing lock...
[2026-09-10 21:45:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 21:45:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 21:45:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17980790', 'tblTempUsageDetail_20reseller','2026-09-10','2026-09-10','1' ) end
[2026-09-10 21:45:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-10 21:45:10] Production.INFO: ProcessCDR(1,17980790,1,1,2)
[2026-09-10 21:45:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17980790,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-10 21:45:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17980790,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-10 21:45:10] Production.ERROR: pbx prc_insertCDR start
[2026-09-10 21:45:10] Production.ERROR: pbx prc_insertCDR end
[2026-09-10 21:45:10] Production.INFO: ==9435== Releasing lock...
[2026-09-10 21:45:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-10 21:45:10] Production.INFO: 26 MB #Memory Used#
[2026-09-10 21:45:13] Production.ERROR: CronJobId end10
[2026-09-10 21:45:13] Production.INFO: ==9431== Releasing lock...
[2026-09-10 21:45:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 21:45:13] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 21:45:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 21:45:16] Production.INFO: ============== Balance Warning START===========
[2026-09-10 21:45:16] Production.INFO: ============== Balance Warning END===========
[2026-09-10 21:45:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 21:45:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 21:45:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 21:45:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 21:45:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 21:45:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 21:45:16] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 21:45:16] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 21:45:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 21:45:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 21:45:16] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 21:45:17] Production.INFO: call_cost start
[2026-09-10 21:45:17] Production.INFO: call_cost end
[2026-09-10 21:45:17] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 21:45:17] Production.INFO: ============== Report Schedule START===========
[2026-09-10 21:45:17] Production.INFO: ============== Report Schedule END===========
[2026-09-10 21:45:17] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 21:45:17] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 21:45:17] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 21:45:17] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 21:45:17] Production.INFO: ============== Deal alert START===========
[2026-09-10 21:45:17] Production.INFO: ============== Deal alert END===========
[2026-09-10 21:45:17] Production.INFO: ==9427== Releasing lock...
[2026-09-10 21:45:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 21:45:17] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 02:46:02] Production.INFO: ==9501== Lock acquired, processing the job...
[2026-09-11 02:46:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 02:46:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 02:46:02] Production.INFO: neon service started
[2026-09-11 02:46:02] Production.INFO: neon service started
[2026-09-11 02:46:02] Production.INFO: ==9501== Releasing lock...
[2026-09-11 02:46:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 02:46:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 21:46:02] Production.INFO: ==9503== Lock acquired, processing the job...
[2026-09-10 21:46:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 21:46:02] Production.INFO: ==9503== Releasing lock...
[2026-09-10 21:46:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 21:46:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 01:46:02] Production.INFO: ==9505== Lock acquired, processing the job...
[2026-09-11 01:46:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 01:46:03] Production.INFO: ==9505== Releasing lock...
[2026-09-11 01:46:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 01:46:03] Production.INFO: 25 MB #Memory Used#
[2026-09-10 21:46:03] Production.INFO: ==9507== Lock acquired, processing the job...
[2026-09-10 21:46:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 21:46:03] Production.INFO: ==9509== Lock acquired, processing the job...
[2026-09-10 21:46:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 21:46:03] Production.INFO: ==9511== Lock acquired, processing the job...
[2026-09-10 21:46:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 21:46:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 21:46:03] Production.INFO: ==9513== Lock acquired, processing the job...
[2026-09-10 21:46:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 21:46:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 21:46:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 21:46:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 21:46:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 21:46:03] Production.INFO: Account Balance Start.
[2026-09-10 21:46:03] Production.INFO: CreateAllLog Start
[2026-09-10 21:46:03] Production.INFO: 117
[2026-09-10 21:46:03] Production.INFO: Date 2026-09-08
[2026-09-10 21:46:03] Production.INFO: Reseller ==> 0
[2026-09-10 21:46:03] Production.INFO: ==9515== Lock acquired, processing the job...
[2026-09-10 21:46:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 21:46:03] Production.INFO: Date 2026-09-09
[2026-09-10 21:46:03] Production.INFO: Reseller ==> 0
[2026-09-10 21:46:03] Production.INFO: Date 2026-09-10
[2026-09-10 21:46:03] Production.INFO: Reseller ==> 0
[2026-09-10 21:46:03] Production.INFO: Total Charge 0
[2026-09-10 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-09-10 21:46:03] Production.INFO: CreateAllLog End
[2026-09-10 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-09-10 21:46:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-09-10 21:46:04] Production.INFO: ==9515== Releasing lock...
[2026-09-10 21:46:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 21:46:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 21:46:04] Production.INFO: Account Balance End.
[2026-09-10 21:46:04] Production.ERROR: CronJobId end 12
[2026-09-10 21:46:04] Production.INFO: ==9513== Releasing lock...
[2026-09-10 21:46:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 21:46:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 21:46:04] Production.INFO: ==9509== Releasing lock...
[2026-09-10 21:46:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 21:46:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 21:46:11] Production.ERROR: CronJobId end10
[2026-09-10 21:46:11] Production.INFO: ==9511== Releasing lock...
[2026-09-10 21:46:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 21:46:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 21:46:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 21:46:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 21:46:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 21:46:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 21:46:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 21:46:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 21:46:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 21:46:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 21:46:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 21:46:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 21:46:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 21:46:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 21:46:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 21:46:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 21:46:15] Production.INFO: call_cost start
[2026-09-10 21:46:15] Production.INFO: call_cost end
[2026-09-10 21:46:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 21:46:15] Production.INFO: ============== Report Schedule START===========
[2026-09-10 21:46:15] Production.INFO: ============== Report Schedule END===========
[2026-09-10 21:46:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 21:46:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 21:46:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 21:46:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 21:46:15] Production.INFO: ============== Deal alert START===========
[2026-09-10 21:46:15] Production.INFO: ============== Deal alert END===========
[2026-09-10 21:46:15] Production.INFO: ==9507== Releasing lock...
[2026-09-10 21:46:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 21:46:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 02:47:01] Production.INFO: ==9579== Lock acquired, processing the job...
[2026-09-11 02:47:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 02:47:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 02:47:01] Production.INFO: neon service started
[2026-09-11 02:47:01] Production.INFO: neon service started
[2026-09-11 02:47:01] Production.INFO: ==9579== Releasing lock...
[2026-09-11 02:47:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 02:47:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 21:47:02] Production.INFO: ==9581== Lock acquired, processing the job...
[2026-09-10 21:47:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 01:47:02] Production.INFO: ==9583== Lock acquired, processing the job...
[2026-09-11 01:47:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 01:47:02] Production.INFO: ==9583== Releasing lock...
[2026-09-11 01:47:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 01:47:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 21:47:02] Production.INFO: ==9581== Releasing lock...
[2026-09-10 21:47:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 21:47:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 21:47:03] Production.INFO: ==9586== Lock acquired, processing the job...
[2026-09-10 21:47:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 21:47:03] Production.INFO: ==9588== Lock acquired, processing the job...
[2026-09-10 21:47:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 21:47:03] Production.INFO: ==9594== Lock acquired, processing the job...
[2026-09-10 21:47:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 21:47:03] Production.INFO: ==9590== Lock acquired, processing the job...
[2026-09-10 21:47:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 21:47:03] Production.INFO: ==9592== Lock acquired, processing the job...
[2026-09-10 21:47:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 21:47:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 21:47:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 21:47:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 21:47:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 21:47:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 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-09-10 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-09-10 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-09-10 21:47:03] Production.INFO: Account Balance Start.
[2026-09-10 21:47:03] Production.INFO: CreateAllLog Start
[2026-09-10 21:47:03] Production.INFO: 117
[2026-09-10 21:47:03] Production.INFO: Date 2026-09-08
[2026-09-10 21:47:03] Production.INFO: Reseller ==> 0
[2026-09-10 21:47:03] Production.INFO: ==9594== Releasing lock...
[2026-09-10 21:47:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 21:47:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 21:47:03] Production.INFO: Date 2026-09-09
[2026-09-10 21:47:03] Production.INFO: Reseller ==> 0
[2026-09-10 21:47:03] Production.INFO: Date 2026-09-10
[2026-09-10 21:47:03] Production.INFO: Reseller ==> 0
[2026-09-10 21:47:03] Production.INFO: Total Charge 0
[2026-09-10 21:47:03] Production.INFO: CreateAllLog End
[2026-09-10 21:47:03] Production.INFO: Account Balance End.
[2026-09-10 21:47:03] Production.ERROR: CronJobId end 12
[2026-09-10 21:47:03] Production.INFO: ==9592== Releasing lock...
[2026-09-10 21:47:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 21:47:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 21:47:04] Production.INFO: ==9588== Releasing lock...
[2026-09-10 21:47:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 21:47:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 21:47:11] Production.ERROR: CronJobId end10
[2026-09-10 21:47:11] Production.INFO: ==9590== Releasing lock...
[2026-09-10 21:47:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 21:47:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 21:47:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 21:47:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 21:47:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 21:47:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 21:47:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 21:47:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 21:47:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 21:47:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 21:47:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 21:47:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 21:47:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 21:47:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 21:47:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 21:47:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 21:47:14] Production.INFO: call_cost start
[2026-09-10 21:47:14] Production.INFO: call_cost end
[2026-09-10 21:47:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 21:47:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 21:47:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 21:47:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 21:47:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 21:47:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 21:47:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 21:47:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 21:47:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 21:47:14] Production.INFO: ==9586== Releasing lock...
[2026-09-10 21:47:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 21:47:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 02:48:01] Production.INFO: ==9662== Lock acquired, processing the job...
[2026-09-11 02:48:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 02:48:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 02:48:01] Production.INFO: neon service started
[2026-09-11 02:48:02] Production.INFO: neon service started
[2026-09-11 02:48:02] Production.INFO: ==9662== Releasing lock...
[2026-09-11 02:48:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 02:48:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 21:48:02] Production.INFO: ==9664== Lock acquired, processing the job...
[2026-09-10 21:48:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 01:48:02] Production.INFO: ==9666== Lock acquired, processing the job...
[2026-09-11 01:48:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 01:48:02] Production.INFO: ==9666== Releasing lock...
[2026-09-11 01:48:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 01:48:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 21:48:02] Production.INFO: ==9664== Releasing lock...
[2026-09-10 21:48:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 21:48:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 21:48:03] Production.INFO: ==9669== Lock acquired, processing the job...
[2026-09-10 21:48:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 21:48:03] Production.INFO: ==9673== Lock acquired, processing the job...
[2026-09-10 21:48:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 21:48:03] Production.INFO: ==9671== Lock acquired, processing the job...
[2026-09-10 21:48:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 21:48:03] Production.INFO: ==9675== Lock acquired, processing the job...
[2026-09-10 21:48:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 21:48:03] Production.INFO: ==9677== Lock acquired, processing the job...
[2026-09-10 21:48:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 21:48:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 21:48:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 21:48:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 21:48:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 21:48:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 21:48:03] Production.INFO: Account Balance Start.
[2026-09-10 21:48:03] Production.INFO: CreateAllLog Start
[2026-09-10 21:48:03] Production.INFO: 117
[2026-09-10 21:48:04] Production.INFO: Date 2026-09-08
[2026-09-10 21:48:04] Production.INFO: Reseller ==> 0
[2026-09-10 21:48:04] Production.INFO: Date 2026-09-09
[2026-09-10 21: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-09-10 21:48:04] Production.INFO: Reseller ==> 0
[2026-09-10 21: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-09-10 21:48:04] Production.INFO: Date 2026-09-10
[2026-09-10 21:48:04] Production.INFO: Reseller ==> 0
[2026-09-10 21: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-09-10 21:48:04] Production.INFO: ==9677== Releasing lock...
[2026-09-10 21:48:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 21:48:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 21:48:04] Production.INFO: Total Charge 0
[2026-09-10 21:48:04] Production.INFO: CreateAllLog End
[2026-09-10 21:48:04] Production.INFO: Account Balance End.
[2026-09-10 21:48:04] Production.ERROR: CronJobId end 12
[2026-09-10 21:48:04] Production.INFO: ==9675== Releasing lock...
[2026-09-10 21:48:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 21:48:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 21:48:04] Production.INFO: ==9671== Releasing lock...
[2026-09-10 21:48:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 21:48:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 21:48:11] Production.ERROR: CronJobId end10
[2026-09-10 21:48:11] Production.INFO: ==9673== Releasing lock...
[2026-09-10 21:48:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 21:48:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 21:48:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 21:48:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 21:48:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 21:48:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 21:48:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 21:48:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 21:48:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 21:48:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 21:48:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 21:48:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 21:48:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 21:48:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 21:48:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 21:48:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 21:48:14] Production.INFO: call_cost start
[2026-09-10 21:48:14] Production.INFO: call_cost end
[2026-09-10 21:48:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 21:48:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 21:48:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 21:48:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 21:48:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 21:48:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 21:48:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 21:48:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 21:48:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 21:48:14] Production.INFO: ==9669== Releasing lock...
[2026-09-10 21:48:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 21:48:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 02:49:01] Production.INFO: ==9737== Lock acquired, processing the job...
[2026-09-11 02:49:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 02:49:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 02:49:01] Production.INFO: neon service started
[2026-09-11 02:49:01] Production.INFO: neon service started
[2026-09-11 02:49:01] Production.INFO: ==9737== Releasing lock...
[2026-09-11 02:49:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 02:49:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 21:49:01] Production.INFO: ==9741== Lock acquired, processing the job...
[2026-09-10 21:49:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 21:49:02] Production.INFO: ==9741== Releasing lock...
[2026-09-10 21:49:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 21:49:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 01:49:02] Production.INFO: ==9743== Lock acquired, processing the job...
[2026-09-11 01:49:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 01:49:02] Production.INFO: ==9743== Releasing lock...
[2026-09-11 01:49:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 01:49:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 21:49:02] Production.INFO: ==9747== Lock acquired, processing the job...
[2026-09-10 21:49:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 21:49:02] Production.INFO: ==9749== Lock acquired, processing the job...
[2026-09-10 21:49:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 21:49:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 21:49:02] Production.INFO: ==9753== Lock acquired, processing the job...
[2026-09-10 21:49:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 21:49:03] Production.INFO: ==9751== Lock acquired, processing the job...
[2026-09-10 21:49:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 21:49:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 21:49:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 21:49:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 21:49:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 21:49:03] Production.INFO: ==9755== Lock acquired, processing the job...
[2026-09-10 21:49:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 21:49:03] Production.INFO: Account Balance Start.
[2026-09-10 21:49:03] Production.INFO: CreateAllLog Start
[2026-09-10 21:49:03] Production.INFO: 117
[2026-09-10 21:49:03] Production.INFO: Date 2026-09-08
[2026-09-10 21:49:03] Production.INFO: Reseller ==> 0
[2026-09-10 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-09-10 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-09-10 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-09-10 21:49:03] Production.INFO: Date 2026-09-09
[2026-09-10 21:49:03] Production.INFO: Reseller ==> 0
[2026-09-10 21:49:03] Production.INFO: ==9755== Releasing lock...
[2026-09-10 21:49:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 21:49:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 21:49:03] Production.INFO: Date 2026-09-10
[2026-09-10 21:49:03] Production.INFO: Reseller ==> 0
[2026-09-10 21:49:03] Production.INFO: Total Charge 0
[2026-09-10 21:49:03] Production.INFO: CreateAllLog End
[2026-09-10 21:49:03] Production.INFO: Account Balance End.
[2026-09-10 21:49:03] Production.ERROR: CronJobId end 12
[2026-09-10 21:49:03] Production.INFO: ==9753== Releasing lock...
[2026-09-10 21:49:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 21:49:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 21:49:03] Production.INFO: ==9749== Releasing lock...
[2026-09-10 21:49:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 21:49:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 21:49:12] Production.ERROR: CronJobId end10
[2026-09-10 21:49:12] Production.INFO: ==9751== Releasing lock...
[2026-09-10 21:49:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 21:49:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 21:49:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 21:49:13] Production.INFO: ============== Balance Warning START===========
[2026-09-10 21:49:13] Production.INFO: ============== Balance Warning END===========
[2026-09-10 21:49:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 21:49:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 21:49:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 21:49:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 21:49:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 21:49:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 21:49:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 21:49:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 21:49:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 21:49:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 21:49:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 21:49:14] Production.INFO: call_cost start
[2026-09-10 21:49:14] Production.INFO: call_cost end
[2026-09-10 21:49:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 21:49:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 21:49:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 21:49:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 21:49:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 21:49:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 21:49:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 21:49:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 21:49:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 21:49:14] Production.INFO: ==9747== Releasing lock...
[2026-09-10 21:49:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 21:49:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 02:50:01] Production.INFO: ==9815== Lock acquired, processing the job...
[2026-09-11 02:50:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 02:50:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 02:50:01] Production.INFO: neon service started
[2026-09-11 02:50:02] Production.INFO: neon service started
[2026-09-11 02:50:02] Production.INFO: ==9815== Releasing lock...
[2026-09-11 02:50:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 02:50:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 21:50:02] Production.INFO: ==9817== Lock acquired, processing the job...
[2026-09-10 21:50:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 21:50:02] Production.INFO: ==9817== Releasing lock...
[2026-09-10 21:50:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 21:50:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 01:50:02] Production.INFO: ==9819== Lock acquired, processing the job...
[2026-09-11 01:50:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 01:50:02] Production.INFO: ==9819== Releasing lock...
[2026-09-11 01:50:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 01:50:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 21:50:03] Production.INFO: ==9829== Lock acquired, processing the job...
[2026-09-10 21:50:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 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-09-10 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-09-10 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-09-10 21:50:03] Production.INFO: ==9829== Releasing lock...
[2026-09-10 21:50:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 21:50:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 21:50:03] Production.INFO: ==9821== Lock acquired, processing the job...
[2026-09-10 21:50:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 21:50:03] Production.INFO: ==9825== Lock acquired, processing the job...
[2026-09-10 21:50:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 21:50:03] Production.INFO: ==9827== Lock acquired, processing the job...
[2026-09-10 21:50:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 21:50:03] Production.INFO: ==9823== Lock acquired, processing the job...
[2026-09-10 21:50:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 21:50:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 21:50:03] Production.INFO: Account Balance Start.
[2026-09-10 21:50:03] Production.INFO: CreateAllLog Start
[2026-09-10 21:50:03] Production.INFO: 117
[2026-09-10 21:50:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 21:50:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 21:50:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 21:50:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 21:50:03] Production.INFO: Date 2026-09-08
[2026-09-10 21:50:03] Production.INFO: Reseller ==> 0
[2026-09-10 21:50:03] Production.INFO: Date 2026-09-09
[2026-09-10 21:50:03] Production.INFO: Reseller ==> 0
[2026-09-10 21:50:03] Production.INFO: Date 2026-09-10
[2026-09-10 21:50:03] Production.INFO: Reseller ==> 0
[2026-09-10 21:50:03] Production.INFO: Total Charge 0
[2026-09-10 21:50:03] Production.INFO: CreateAllLog End
[2026-09-10 21:50:04] Production.INFO: Account Balance End.
[2026-09-10 21:50:04] Production.ERROR: CronJobId end 12
[2026-09-10 21:50:04] Production.INFO: ==9827== Releasing lock...
[2026-09-10 21:50:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 21:50:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 21:50:04] Production.INFO: ==9823== Releasing lock...
[2026-09-10 21:50:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 21:50:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 21:50:12] Production.ERROR: CronJobId end10
[2026-09-10 21:50:12] Production.INFO: ==9825== Releasing lock...
[2026-09-10 21:50:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 21:50:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 21:50:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 21:50:13] Production.INFO: ============== Balance Warning START===========
[2026-09-10 21:50:13] Production.INFO: ============== Balance Warning END===========
[2026-09-10 21:50:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 21:50:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 21:50:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 21:50:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 21:50:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 21:50:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 21:50:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 21:50:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 21:50:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 21:50:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 21:50:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 21:50:14] Production.INFO: call_cost start
[2026-09-10 21:50:14] Production.INFO: call_cost end
[2026-09-10 21:50:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 21:50:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 21:50:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 21:50:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 21:50:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 21:50:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 21:50:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 21:50:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 21:50:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 21:50:14] Production.INFO: ==9821== Releasing lock...
[2026-09-10 21:50:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 21:50:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 02:51:01] Production.INFO: ==9896== Lock acquired, processing the job...
[2026-09-11 02:51:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 02:51:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 02:51:01] Production.INFO: neon service started
[2026-09-11 02:51:01] Production.INFO: neon service started
[2026-09-11 02:51:01] Production.INFO: ==9896== Releasing lock...
[2026-09-11 02:51:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 02:51:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 21:51:01] Production.INFO: ==9898== Lock acquired, processing the job...
[2026-09-10 21:51:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 21:51:01] Production.INFO: ==9898== Releasing lock...
[2026-09-10 21:51:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 21:51:01] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 01:51:02] Production.INFO: ==9900== Lock acquired, processing the job...
[2026-09-11 01:51:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 01:51:02] Production.INFO: ==9900== Releasing lock...
[2026-09-11 01:51:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 01:51:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 21:51:02] Production.INFO: ==9908== Lock acquired, processing the job...
[2026-09-10 21:51:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 21:51:02] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 21:51:02] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 21:51:02] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 21:51:02] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 21:51:02] Production.INFO: ==9902== Lock acquired, processing the job...
[2026-09-10 21:51:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 21:51:02] Production.INFO: ==9905== Lock acquired, processing the job...
[2026-09-10 21:51:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 21:51:02] Production.INFO: ==9910== Lock acquired, processing the job...
[2026-09-10 21:51:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 21:51:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 21:51:03] Production.INFO: ==9912== Lock acquired, processing the job...
[2026-09-10 21:51:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 21:51:03] Production.INFO: Account Balance Start.
[2026-09-10 21:51:03] Production.INFO: CreateAllLog Start
[2026-09-10 21:51:03] Production.INFO: 117
[2026-09-10 21:51:03] Production.INFO: Date 2026-09-08
[2026-09-10 21:51:03] Production.INFO: Reseller ==> 0
[2026-09-10 21:51:03] Production.INFO: Date 2026-09-09
[2026-09-10 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-09-10 21:51:03] Production.INFO: Reseller ==> 0
[2026-09-10 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-09-10 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-09-10 21:51:03] Production.INFO: ==9912== Releasing lock...
[2026-09-10 21:51:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 21:51:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 21:51:03] Production.INFO: Date 2026-09-10
[2026-09-10 21:51:03] Production.INFO: Reseller ==> 0
[2026-09-10 21:51:03] Production.INFO: Total Charge 0
[2026-09-10 21:51:03] Production.INFO: CreateAllLog End
[2026-09-10 21:51:03] Production.INFO: Account Balance End.
[2026-09-10 21:51:03] Production.ERROR: CronJobId end 12
[2026-09-10 21:51:03] Production.INFO: ==9910== Releasing lock...
[2026-09-10 21:51:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 21:51:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 21:51:03] Production.INFO: ==9905== Releasing lock...
[2026-09-10 21:51:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 21:51:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 21:51:11] Production.ERROR: CronJobId end10
[2026-09-10 21:51:11] Production.INFO: ==9908== Releasing lock...
[2026-09-10 21:51:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 21:51:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 21:51:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 21:51:13] Production.INFO: ============== Balance Warning START===========
[2026-09-10 21:51:13] Production.INFO: ============== Balance Warning END===========
[2026-09-10 21:51:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 21:51:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 21:51:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 21:51:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 21:51:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 21:51:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 21:51:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 21:51:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 21:51:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 21:51:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 21:51:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 21:51:14] Production.INFO: call_cost start
[2026-09-10 21:51:14] Production.INFO: call_cost end
[2026-09-10 21:51:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 21:51:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 21:51:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 21:51:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 21:51:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 21:51:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 21:51:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 21:51:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 21:51:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 21:51:14] Production.INFO: ==9902== Releasing lock...
[2026-09-10 21:51:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 21:51:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 02:52:01] Production.INFO: ==9978== Lock acquired, processing the job...
[2026-09-11 02:52:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 02:52:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 02:52:01] Production.INFO: neon service started
[2026-09-11 02:52:01] Production.INFO: neon service started
[2026-09-11 02:52:01] Production.INFO: ==9978== Releasing lock...
[2026-09-11 02:52:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 02:52:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 21:52:02] Production.INFO: ==9981== Lock acquired, processing the job...
[2026-09-10 21:52:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 01:52:02] Production.INFO: ==9983== Lock acquired, processing the job...
[2026-09-11 01:52:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 01:52:02] Production.INFO: ==9983== Releasing lock...
[2026-09-11 01:52:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 01:52:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 21:52:02] Production.INFO: ==9981== Releasing lock...
[2026-09-10 21:52:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 21:52:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 21:52:03] Production.INFO: ==9993== Lock acquired, processing the job...
[2026-09-10 21:52:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 21: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-09-10 21: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-09-10 21: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-09-10 21:52:03] Production.INFO: ==9993== Releasing lock...
[2026-09-10 21:52:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 21:52:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 21:52:03] Production.INFO: ==9985== Lock acquired, processing the job...
[2026-09-10 21:52:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 21:52:03] Production.INFO: ==9989== Lock acquired, processing the job...
[2026-09-10 21:52:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 21:52:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 21:52:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 21:52:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 21:52:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 21:52:03] Production.INFO: ==9987== Lock acquired, processing the job...
[2026-09-10 21:52:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 21:52:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 21:52:03] Production.INFO: ==9991== Lock acquired, processing the job...
[2026-09-10 21:52:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 21:52:04] Production.INFO: Account Balance Start.
[2026-09-10 21:52:04] Production.INFO: CreateAllLog Start
[2026-09-10 21:52:04] Production.INFO: 117
[2026-09-10 21:52:04] Production.INFO: Date 2026-09-08
[2026-09-10 21:52:04] Production.INFO: Reseller ==> 0
[2026-09-10 21:52:04] Production.INFO: Date 2026-09-09
[2026-09-10 21:52:04] Production.INFO: Reseller ==> 0
[2026-09-10 21:52:04] Production.INFO: Date 2026-09-10
[2026-09-10 21:52:04] Production.INFO: Reseller ==> 0
[2026-09-10 21:52:04] Production.INFO: Total Charge 0
[2026-09-10 21:52:04] Production.INFO: CreateAllLog End
[2026-09-10 21:52:04] Production.INFO: Account Balance End.
[2026-09-10 21:52:04] Production.ERROR: CronJobId end 12
[2026-09-10 21:52:04] Production.INFO: ==9991== Releasing lock...
[2026-09-10 21:52:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 21:52:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 21:52:04] Production.INFO: ==9987== Releasing lock...
[2026-09-10 21:52:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 21:52:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 21:52:11] Production.ERROR: CronJobId end10
[2026-09-10 21:52:11] Production.INFO: ==9989== Releasing lock...
[2026-09-10 21:52:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 21:52:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 21:52:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 21:52:13] Production.INFO: ============== Balance Warning START===========
[2026-09-10 21:52:13] Production.INFO: ============== Balance Warning END===========
[2026-09-10 21:52:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 21:52:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 21:52:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 21:52:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 21:52:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 21:52:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 21:52:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 21:52:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 21:52:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 21:52:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 21:52:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 21:52:14] Production.INFO: call_cost start
[2026-09-10 21:52:14] Production.INFO: call_cost end
[2026-09-10 21:52:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 21:52:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 21:52:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 21:52:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 21:52:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 21:52:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 21:52:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 21:52:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 21:52:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 21:52:14] Production.INFO: ==9985== Releasing lock...
[2026-09-10 21:52:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 21:52:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 02:53:02] Production.INFO: ==10053== Lock acquired, processing the job...
[2026-09-11 02:53:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 02:53:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 02:53:02] Production.INFO: neon service started
[2026-09-11 02:53:02] Production.INFO: neon service started
[2026-09-11 02:53:02] Production.INFO: ==10053== Releasing lock...
[2026-09-11 02:53:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 02:53:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 21:53:02] Production.INFO: ==10055== Lock acquired, processing the job...
[2026-09-10 21:53:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 01:53:02] Production.INFO: ==10057== Lock acquired, processing the job...
[2026-09-11 01:53:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 01:53:02] Production.INFO: ==10057== Releasing lock...
[2026-09-11 01:53:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 01:53:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 21:53:03] Production.INFO: ==10055== Releasing lock...
[2026-09-10 21:53:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 21:53:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 21:53:03] Production.INFO: ==10060== Lock acquired, processing the job...
[2026-09-10 21:53:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 21:53:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 21:53:03] Production.INFO: ==10066== Lock acquired, processing the job...
[2026-09-10 21:53:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 21:53:03] Production.INFO: ==10062== Lock acquired, processing the job...
[2026-09-10 21:53:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 21:53:03] Production.INFO: Account Balance Start.
[2026-09-10 21:53:03] Production.INFO: CreateAllLog Start
[2026-09-10 21:53:03] Production.INFO: 117
[2026-09-10 21:53:03] Production.INFO: Date 2026-09-08
[2026-09-10 21:53:03] Production.INFO: ==10064== Lock acquired, processing the job...
[2026-09-10 21:53:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 21:53:04] Production.INFO: Reseller ==> 0
[2026-09-10 21:53:04] Production.INFO: Date 2026-09-09
[2026-09-10 21:53:04] Production.INFO: Reseller ==> 0
[2026-09-10 21:53:04] Production.INFO: ==10068== Lock acquired, processing the job...
[2026-09-10 21:53:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 21:53:04] Production.INFO: Date 2026-09-10
[2026-09-10 21:53:04] Production.INFO: Reseller ==> 0
[2026-09-10 21:53:04] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 21:53:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 21:53:04] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 21:53:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 21:53:04] Production.INFO: Total Charge 0
[2026-09-10 21:53:04] Production.INFO: CreateAllLog End
[2026-09-10 21: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-09-10 21: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-09-10 21: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-09-10 21:53:04] Production.INFO: ==10068== Releasing lock...
[2026-09-10 21:53:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 21:53:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 21:53:04] Production.INFO: Account Balance End.
[2026-09-10 21:53:04] Production.ERROR: CronJobId end 12
[2026-09-10 21:53:04] Production.INFO: ==10066== Releasing lock...
[2026-09-10 21:53:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 21:53:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 21:53:04] Production.INFO: ==10062== Releasing lock...
[2026-09-10 21:53:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 21:53:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 21:53:11] Production.ERROR: CronJobId end10
[2026-09-10 21:53:11] Production.INFO: ==10064== Releasing lock...
[2026-09-10 21:53:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 21:53:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 21:53:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 21:53:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 21:53:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 21:53:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 21:53:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 21:53:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 21:53:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 21:53:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 21:53:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 21:53:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 21:53:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 21:53:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 21:53:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 21:53:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 21:53:14] Production.INFO: call_cost start
[2026-09-10 21:53:14] Production.INFO: call_cost end
[2026-09-10 21:53:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 21:53:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 21:53:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 21:53:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 21:53:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 21:53:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 21:53:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 21:53:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 21:53:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 21:53:14] Production.INFO: ==10060== Releasing lock...
[2026-09-10 21:53:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 21:53:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 02:54:01] Production.INFO: ==10126== Lock acquired, processing the job...
[2026-09-11 02:54:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 02:54:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 02:54:01] Production.INFO: neon service started
[2026-09-11 02:54:01] Production.INFO: neon service started
[2026-09-11 02:54:01] Production.INFO: ==10126== Releasing lock...
[2026-09-11 02:54:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 02:54:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 21:54:02] Production.INFO: ==10128== Lock acquired, processing the job...
[2026-09-10 21:54:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 21:54:02] Production.INFO: ==10128== Releasing lock...
[2026-09-10 21:54:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 21:54:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 01:54:02] Production.INFO: ==10130== Lock acquired, processing the job...
[2026-09-11 01:54:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 01:54:02] Production.INFO: ==10130== Releasing lock...
[2026-09-11 01:54:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 01:54:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 21:54:03] Production.INFO: ==10132== Lock acquired, processing the job...
[2026-09-10 21:54:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 21:54:03] Production.INFO: ==10134== Lock acquired, processing the job...
[2026-09-10 21:54:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 21:54:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 21:54:03] Production.INFO: ==10140== Lock acquired, processing the job...
[2026-09-10 21:54:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 21:54:03] Production.INFO: ==10136== Lock acquired, processing the job...
[2026-09-10 21:54:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 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-09-10 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-09-10 21:54:03] Production.INFO: ==10138== Lock acquired, processing the job...
[2026-09-10 21:54:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 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-09-10 21:54:03] Production.INFO: ==10140== Releasing lock...
[2026-09-10 21:54:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 21:54:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 21:54:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 21:54:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 21:54:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 21:54:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 21:54:03] Production.INFO: Account Balance Start.
[2026-09-10 21:54:03] Production.INFO: CreateAllLog Start
[2026-09-10 21:54:03] Production.INFO: 117
[2026-09-10 21:54:03] Production.INFO: Date 2026-09-08
[2026-09-10 21:54:03] Production.INFO: Reseller ==> 0
[2026-09-10 21:54:03] Production.INFO: Date 2026-09-09
[2026-09-10 21:54:03] Production.INFO: Reseller ==> 0
[2026-09-10 21:54:03] Production.INFO: Date 2026-09-10
[2026-09-10 21:54:03] Production.INFO: Reseller ==> 0
[2026-09-10 21:54:03] Production.INFO: Total Charge 0
[2026-09-10 21:54:03] Production.INFO: CreateAllLog End
[2026-09-10 21:54:03] Production.INFO: ==10134== Releasing lock...
[2026-09-10 21:54:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 21:54:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 21:54:03] Production.INFO: Account Balance End.
[2026-09-10 21:54:03] Production.ERROR: CronJobId end 12
[2026-09-10 21:54:03] Production.INFO: ==10138== Releasing lock...
[2026-09-10 21:54:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 21:54:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 21:54:11] Production.ERROR: CronJobId end10
[2026-09-10 21:54:11] Production.INFO: ==10136== Releasing lock...
[2026-09-10 21:54:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 21:54:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 21:54:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 21:54:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 21:54:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 21:54:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 21:54:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 21:54:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 21:54:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 21:54:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 21:54:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 21:54:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 21:54:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 21:54:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 21:54:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 21:54:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 21:54:14] Production.INFO: call_cost start
[2026-09-10 21:54:14] Production.INFO: call_cost end
[2026-09-10 21:54:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 21:54:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 21:54:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 21:54:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 21:54:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 21:54:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 21:54:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 21:54:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 21:54:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 21:54:14] Production.INFO: ==10132== Releasing lock...
[2026-09-10 21:54:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 21:54:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 02:55:02] Production.INFO: ==10204== Lock acquired, processing the job...
[2026-09-11 02:55:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 02:55:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 02:55:02] Production.INFO: neon service started
[2026-09-11 02:55:02] Production.INFO: neon service started
[2026-09-11 02:55:02] Production.INFO: ==10204== Releasing lock...
[2026-09-11 02:55:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 02:55:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 21:55:02] Production.INFO: ==10208== Lock acquired, processing the job...
[2026-09-10 21:55:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 21:55:02] Production.INFO: ==10208== Releasing lock...
[2026-09-10 21:55:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 21:55:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 01:55:03] Production.INFO: ==10210== Lock acquired, processing the job...
[2026-09-11 01:55:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 01:55:03] Production.INFO: ==10210== Releasing lock...
[2026-09-11 01:55:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 01:55:03] Production.INFO: 25 MB #Memory Used#
[2026-09-10 21:55:03] Production.INFO: ==10212== Lock acquired, processing the job...
[2026-09-10 21:55:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-10 21:55:03] Production.ERROR: ========================== active cronjob start =============================
[2026-09-10 21:55:03] Production.ERROR: ========================== active cronjob end =============================
[2026-09-10 21:55:03] Production.INFO: ==10212== Releasing lock...
[2026-09-10 21:55:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-10 21:55:03] Production.INFO: 25.5 MB #Memory Used#
[2026-09-10 21:55:03] Production.INFO: ==10218== Lock acquired, processing the job...
[2026-09-10 21:55:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 21:55:03] Production.INFO: ==10216== Lock acquired, processing the job...
[2026-09-10 21:55:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 21:55:04] Production.INFO: ==10214== Lock acquired, processing the job...
[2026-09-10 21:55:04] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 21:55:04] Production.INFO: ==10220== Lock acquired, processing the job...
[2026-09-10 21:55:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 21:55:04] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 21:55:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 21:55:04] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 21:55:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 21:55:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 21:55:04] Production.INFO: Account Balance Start.
[2026-09-10 21:55:04] Production.INFO: CreateAllLog Start
[2026-09-10 21:55:04] Production.INFO: 117
[2026-09-10 21:55:04] Production.INFO: ==10222== Lock acquired, processing the job...
[2026-09-10 21:55:04] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-10 21:55:04] Production.INFO: Date 2026-09-08
[2026-09-10 21:55:04] Production.INFO: Reseller ==> 0
[2026-09-10 21:55:04] Production.ERROR: tblTempUsageDetail_20
[2026-09-10 21:55:04] Production.INFO: ==10224== Lock acquired, processing the job...
[2026-09-10 21:55:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 21:55:04] Production.INFO: Date 2026-09-09
[2026-09-10 21:55:04] Production.INFO: Reseller ==> 0
[2026-09-10 21: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-09-10 21: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-09-10 21:55:04] Production.INFO: Date 2026-09-10
[2026-09-10 21:55:04] Production.INFO: Reseller ==> 0
[2026-09-10 21: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-09-10 21:55:04] Production.INFO: ==10224== Releasing lock...
[2026-09-10 21:55:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 21:55:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 21:55:04] Production.ERROR: done
[2026-09-10 21:55:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-10 21:55:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17980831', 'tblTempUsageDetail_20reseller','2026-09-10','2026-09-10','1' ) start
[2026-09-10 21:55:04] Production.INFO: Total Charge 0
[2026-09-10 21:55:04] Production.INFO: CreateAllLog End
[2026-09-10 21:55:04] Production.INFO: Account Balance End.
[2026-09-10 21:55:04] Production.ERROR: CronJobId end 12
[2026-09-10 21:55:04] Production.INFO: ==10220== Releasing lock...
[2026-09-10 21:55:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 21:55:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 21:55:05] Production.INFO: ==10216== Releasing lock...
[2026-09-10 21:55:05] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 21:55:05] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 21:55:11] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17980831', 'tblTempUsageDetail_20reseller','2026-09-10','2026-09-10','1' ) end
[2026-09-10 21:55:11] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-10 21:55:11] Production.INFO: ProcessCDR(1,17980831,1,1,2)
[2026-09-10 21:55:11] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17980831,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-10 21:55:11] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17980831,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-10 21:55:11] Production.ERROR: pbx prc_insertCDR start
[2026-09-10 21:55:11] Production.ERROR: pbx prc_insertCDR end
[2026-09-10 21:55:11] Production.INFO: ==10222== Releasing lock...
[2026-09-10 21:55:11] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-10 21:55:11] Production.INFO: 26 MB #Memory Used#
[2026-09-10 21:55:14] Production.ERROR: CronJobId end10
[2026-09-10 21:55:14] Production.INFO: ==10218== Releasing lock...
[2026-09-10 21:55:14] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 21:55:14] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 21:55:17] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 21:55:17] Production.INFO: ============== Balance Warning START===========
[2026-09-10 21:55:17] Production.INFO: ============== Balance Warning END===========
[2026-09-10 21:55:17] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 21:55:17] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 21:55:17] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 21:55:17] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 21:55:17] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 21:55:18] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 21:55:18] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 21:55:18] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 21:55:18] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 21:55:18] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 21:55:18] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 21:55:18] Production.INFO: call_cost start
[2026-09-10 21:55:18] Production.INFO: call_cost end
[2026-09-10 21:55:18] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 21:55:18] Production.INFO: ============== Report Schedule START===========
[2026-09-10 21:55:18] Production.INFO: ============== Report Schedule END===========
[2026-09-10 21:55:18] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 21:55:18] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 21:55:18] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 21:55:18] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 21:55:18] Production.INFO: ============== Deal alert START===========
[2026-09-10 21:55:18] Production.INFO: ============== Deal alert END===========
[2026-09-10 21:55:18] Production.INFO: ==10214== Releasing lock...
[2026-09-10 21:55:18] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 21:55:18] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 02:56:01] Production.INFO: ==10287== Lock acquired, processing the job...
[2026-09-11 02:56:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 02:56:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 02:56:01] Production.INFO: neon service started
[2026-09-11 02:56:01] Production.INFO: neon service started
[2026-09-11 02:56:01] Production.INFO: ==10287== Releasing lock...
[2026-09-11 02:56:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 02:56:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 01:56:02] Production.INFO: ==10291== Lock acquired, processing the job...
[2026-09-11 01:56:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 01:56:02] Production.INFO: ==10291== Releasing lock...
[2026-09-11 01:56:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 01:56:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 21:56:02] Production.INFO: ==10289== Lock acquired, processing the job...
[2026-09-10 21:56:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 21:56:02] Production.INFO: ==10289== Releasing lock...
[2026-09-10 21:56:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 21:56:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 21:56:03] Production.INFO: ==10300== Lock acquired, processing the job...
[2026-09-10 21:56:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 21:56:03] Production.INFO: ==10294== Lock acquired, processing the job...
[2026-09-10 21:56:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 21:56:03] Production.INFO: ==10296== Lock acquired, processing the job...
[2026-09-10 21:56:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 21:56:03] Production.INFO: ==10298== Lock acquired, processing the job...
[2026-09-10 21:56:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 21:56:03] Production.INFO: Account Balance Start.
[2026-09-10 21:56:03] Production.INFO: CreateAllLog Start
[2026-09-10 21:56:03] Production.INFO: 117
[2026-09-10 21:56:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 21:56:03] Production.INFO: Date 2026-09-08
[2026-09-10 21:56:03] Production.INFO: Reseller ==> 0
[2026-09-10 21:56:03] Production.INFO: ==10302== Lock acquired, processing the job...
[2026-09-10 21:56:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 21:56:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 21:56:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 21:56:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 21:56:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 21:56:03] Production.INFO: Date 2026-09-09
[2026-09-10 21:56:03] Production.INFO: Reseller ==> 0
[2026-09-10 21:56:03] Production.INFO: Date 2026-09-10
[2026-09-10 21:56:03] Production.INFO: Reseller ==> 0
[2026-09-10 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-09-10 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-09-10 21:56:03] Production.INFO: Total Charge 0
[2026-09-10 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-09-10 21:56:03] Production.INFO: ==10302== Releasing lock...
[2026-09-10 21:56:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 21:56:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 21:56:03] Production.INFO: CreateAllLog End
[2026-09-10 21:56:03] Production.INFO: Account Balance End.
[2026-09-10 21:56:03] Production.ERROR: CronJobId end 12
[2026-09-10 21:56:03] Production.INFO: ==10300== Releasing lock...
[2026-09-10 21:56:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 21:56:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 21:56:04] Production.INFO: ==10296== Releasing lock...
[2026-09-10 21:56:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 21:56:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 21:56:12] Production.ERROR: CronJobId end10
[2026-09-10 21:56:12] Production.INFO: ==10298== Releasing lock...
[2026-09-10 21:56:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 21:56:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 21:56:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 21:56:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 21:56:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 21:56:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 21:56:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 21:56:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 21:56:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 21:56:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 21:56:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 21:56:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 21:56:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 21:56:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 21:56:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 21:56:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 21:56:14] Production.INFO: call_cost start
[2026-09-10 21:56:14] Production.INFO: call_cost end
[2026-09-10 21:56:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 21:56:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 21:56:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 21:56:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 21:56:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 21:56:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 21:56:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 21:56:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 21:56:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 21:56:14] Production.INFO: ==10294== Releasing lock...
[2026-09-10 21:56:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 21:56:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 02:57:02] Production.INFO: ==10357== Lock acquired, processing the job...
[2026-09-11 02:57:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 02:57:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 02:57:02] Production.INFO: neon service started
[2026-09-11 02:57:02] Production.INFO: neon service started
[2026-09-11 02:57:02] Production.INFO: ==10357== Releasing lock...
[2026-09-11 02:57:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 02:57:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 21:57:02] Production.INFO: ==10360== Lock acquired, processing the job...
[2026-09-10 21:57:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 21:57:02] Production.INFO: ==10360== Releasing lock...
[2026-09-10 21:57:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 21:57:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 01:57:02] Production.INFO: ==10362== Lock acquired, processing the job...
[2026-09-11 01:57:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 01:57:03] Production.INFO: ==10362== Releasing lock...
[2026-09-11 01:57:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 01:57:03] Production.INFO: 25 MB #Memory Used#
[2026-09-10 21:57:03] Production.INFO: ==10370== Lock acquired, processing the job...
[2026-09-10 21:57:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 21:57:03] Production.INFO: ==10364== Lock acquired, processing the job...
[2026-09-10 21:57:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 21:57:03] Production.INFO: ==10366== Lock acquired, processing the job...
[2026-09-10 21:57:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 21:57:03] Production.INFO: ==10368== Lock acquired, processing the job...
[2026-09-10 21:57:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 21:57:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 21:57:03] Production.INFO: Account Balance Start.
[2026-09-10 21:57:03] Production.INFO: CreateAllLog Start
[2026-09-10 21:57:03] Production.INFO: 117
[2026-09-10 21:57:03] Production.INFO: Date 2026-09-08
[2026-09-10 21:57:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 21:57:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 21:57:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 21:57:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 21:57:03] Production.INFO: Reseller ==> 0
[2026-09-10 21:57:03] Production.INFO: Date 2026-09-09
[2026-09-10 21:57:03] Production.INFO: Reseller ==> 0
[2026-09-10 21:57:03] Production.INFO: ==10372== Lock acquired, processing the job...
[2026-09-10 21:57:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 21:57:03] Production.INFO: Date 2026-09-10
[2026-09-10 21:57:03] Production.INFO: Reseller ==> 0
[2026-09-10 21:57:03] Production.INFO: Total Charge 0
[2026-09-10 21:57:03] Production.INFO: CreateAllLog End
[2026-09-10 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-09-10 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-09-10 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-09-10 21:57:03] Production.INFO: ==10372== Releasing lock...
[2026-09-10 21:57:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 21:57:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 21:57:04] Production.INFO: Account Balance End.
[2026-09-10 21:57:04] Production.ERROR: CronJobId end 12
[2026-09-10 21:57:04] Production.INFO: ==10370== Releasing lock...
[2026-09-10 21:57:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 21:57:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 21:57:04] Production.INFO: ==10366== Releasing lock...
[2026-09-10 21:57:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 21:57:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 21:57:11] Production.ERROR: CronJobId end10
[2026-09-10 21:57:11] Production.INFO: ==10368== Releasing lock...
[2026-09-10 21:57:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 21:57:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 21:57:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 21:57:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 21:57:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 21:57:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 21:57:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 21:57:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 21:57:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 21:57:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 21:57:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 21:57:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 21:57:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 21:57:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 21:57:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 21:57:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 21:57:14] Production.INFO: call_cost start
[2026-09-10 21:57:14] Production.INFO: call_cost end
[2026-09-10 21:57:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 21:57:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 21:57:15] Production.INFO: ============== Report Schedule END===========
[2026-09-10 21:57:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 21:57:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 21:57:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 21:57:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 21:57:15] Production.INFO: ============== Deal alert START===========
[2026-09-10 21:57:15] Production.INFO: ============== Deal alert END===========
[2026-09-10 21:57:15] Production.INFO: ==10364== Releasing lock...
[2026-09-10 21:57:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 21:57:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 02:58:01] Production.INFO: ==10438== Lock acquired, processing the job...
[2026-09-11 02:58:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 02:58:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 02:58:01] Production.INFO: neon service started
[2026-09-11 02:58:01] Production.INFO: neon service started
[2026-09-11 02:58:01] Production.INFO: ==10438== Releasing lock...
[2026-09-11 02:58:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 02:58:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 21:58:01] Production.INFO: ==10440== Lock acquired, processing the job...
[2026-09-10 21:58:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 21:58:02] Production.INFO: ==10440== Releasing lock...
[2026-09-10 21:58:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 21:58:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 01:58:02] Production.INFO: ==10442== Lock acquired, processing the job...
[2026-09-11 01:58:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 01:58:02] Production.INFO: ==10442== Releasing lock...
[2026-09-11 01:58:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 01:58:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 21:58:03] Production.INFO: ==10453== Lock acquired, processing the job...
[2026-09-10 21:58:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 21:58:03] Production.INFO: ==10445== Lock acquired, processing the job...
[2026-09-10 21:58:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 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-09-10 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-09-10 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-09-10 21:58:03] Production.INFO: ==10453== Releasing lock...
[2026-09-10 21:58:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 21:58:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 21:58:03] Production.INFO: ==10447== Lock acquired, processing the job...
[2026-09-10 21:58:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 21:58:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 21:58:03] Production.INFO: ==10449== Lock acquired, processing the job...
[2026-09-10 21:58:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 21:58:03] Production.INFO: ==10451== Lock acquired, processing the job...
[2026-09-10 21:58:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 21:58:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 21:58:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 21:58:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 21:58:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 21:58:03] Production.INFO: Account Balance Start.
[2026-09-10 21:58:03] Production.INFO: CreateAllLog Start
[2026-09-10 21:58:03] Production.INFO: 117
[2026-09-10 21:58:03] Production.INFO: Date 2026-09-08
[2026-09-10 21:58:03] Production.INFO: Reseller ==> 0
[2026-09-10 21:58:03] Production.INFO: Date 2026-09-09
[2026-09-10 21:58:03] Production.INFO: Reseller ==> 0
[2026-09-10 21:58:03] Production.INFO: Date 2026-09-10
[2026-09-10 21:58:03] Production.INFO: Reseller ==> 0
[2026-09-10 21:58:03] Production.INFO: Total Charge 0
[2026-09-10 21:58:03] Production.INFO: CreateAllLog End
[2026-09-10 21:58:03] Production.INFO: Account Balance End.
[2026-09-10 21:58:04] Production.ERROR: CronJobId end 12
[2026-09-10 21:58:04] Production.INFO: ==10451== Releasing lock...
[2026-09-10 21:58:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 21:58:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 21:58:04] Production.INFO: ==10447== Releasing lock...
[2026-09-10 21:58:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 21:58:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 21:58:12] Production.ERROR: CronJobId end10
[2026-09-10 21:58:12] Production.INFO: ==10449== Releasing lock...
[2026-09-10 21:58:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 21:58:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 21:58:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 21:58:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 21:58:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 21:58:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 21:58:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 21:58:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 21:58:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 21:58:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 21:58:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 21:58:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 21:58:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 21:58:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 21:58:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 21:58:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 21:58:14] Production.INFO: call_cost start
[2026-09-10 21:58:14] Production.INFO: call_cost end
[2026-09-10 21:58:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 21:58:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 21:58:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 21:58:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 21:58:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 21:58:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 21:58:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 21:58:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 21:58:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 21:58:14] Production.INFO: ==10445== Releasing lock...
[2026-09-10 21:58:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 21:58:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 02:59:01] Production.INFO: ==10512== Lock acquired, processing the job...
[2026-09-11 02:59:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 02:59:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 02:59:02] Production.INFO: neon service started
[2026-09-11 02:59:02] Production.INFO: neon service started
[2026-09-11 02:59:02] Production.INFO: ==10512== Releasing lock...
[2026-09-11 02:59:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 02:59:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 21:59:02] Production.INFO: ==10514== Lock acquired, processing the job...
[2026-09-10 21:59:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 21:59:02] Production.INFO: ==10514== Releasing lock...
[2026-09-10 21:59:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 21:59:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 01:59:02] Production.INFO: ==10516== Lock acquired, processing the job...
[2026-09-11 01:59:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 01:59:02] Production.INFO: ==10516== Releasing lock...
[2026-09-11 01:59:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 01:59:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 21:59:03] Production.INFO: ==10520== Lock acquired, processing the job...
[2026-09-10 21:59:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 21:59:03] Production.INFO: ==10518== Lock acquired, processing the job...
[2026-09-10 21:59:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 21:59:03] Production.INFO: ==10524== Lock acquired, processing the job...
[2026-09-10 21:59:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 21:59:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 21:59:03] Production.INFO: ==10522== Lock acquired, processing the job...
[2026-09-10 21:59:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 21:59:03] Production.INFO: ==10526== Lock acquired, processing the job...
[2026-09-10 21:59:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 21:59:03] Production.INFO: Account Balance Start.
[2026-09-10 21:59:03] Production.INFO: CreateAllLog Start
[2026-09-10 21:59:03] Production.INFO: 117
[2026-09-10 21:59:03] Production.INFO: Date 2026-09-08
[2026-09-10 21:59:03] Production.INFO: Reseller ==> 0
[2026-09-10 21:59:03] Production.INFO: Date 2026-09-09
[2026-09-10 21:59:03] Production.INFO: Reseller ==> 0
[2026-09-10 21:59:03] Production.INFO: Date 2026-09-10
[2026-09-10 21:59:03] Production.INFO: Reseller ==> 0
[2026-09-10 21:59:03] Production.INFO: Total Charge 0
[2026-09-10 21:59:03] Production.INFO: CreateAllLog End
[2026-09-10 21:59:04] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 21:59:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 21:59:04] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 21:59:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 21:59:04] Production.INFO: Account Balance End.
[2026-09-10 21:59:04] Production.ERROR: CronJobId end 12
[2026-09-10 21:59:04] Production.INFO: ==10524== Releasing lock...
[2026-09-10 21:59:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 21:59:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 21: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-09-10 21: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-09-10 21: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-09-10 21:59:04] Production.INFO: ==10526== Releasing lock...
[2026-09-10 21:59:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 21:59:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 21:59:04] Production.INFO: ==10520== Releasing lock...
[2026-09-10 21:59:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 21:59:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 21:59:11] Production.ERROR: CronJobId end10
[2026-09-10 21:59:11] Production.INFO: ==10522== Releasing lock...
[2026-09-10 21:59:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 21:59:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 21:59:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 21:59:13] Production.INFO: ============== Balance Warning START===========
[2026-09-10 21:59:13] Production.INFO: ============== Balance Warning END===========
[2026-09-10 21:59:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 21:59:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 21:59:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 21:59:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 21:59:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 21:59:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 21:59:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 21:59:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 21:59:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 21:59:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 21:59:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 21:59:14] Production.INFO: call_cost start
[2026-09-10 21:59:14] Production.INFO: call_cost end
[2026-09-10 21:59:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 21:59:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 21:59:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 21:59:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 21:59:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 21:59:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 21:59:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 21:59:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 21:59:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 21:59:14] Production.INFO: ==10518== Releasing lock...
[2026-09-10 21:59:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 21:59:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 03:00:01] Production.INFO: ==10589== Lock acquired, processing the job...
[2026-09-11 03:00:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 03:00:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 03:00:01] Production.INFO: neon service started
[2026-09-11 03:00:01] Production.INFO: neon service started
[2026-09-11 03:00:01] Production.INFO: ==10589== Releasing lock...
[2026-09-11 03:00:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 03:00:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 02:00:01] Production.INFO: ==10593== Lock acquired, processing the job...
[2026-09-11 02:00:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 02:00:01] Production.INFO: ==10593== Releasing lock...
[2026-09-11 02:00:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 02:00:01] Production.INFO: 25 MB #Memory Used#
[2026-09-10 22:00:01] Production.INFO: ==10591== Lock acquired, processing the job...
[2026-09-10 22:00:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 22:00:02] Production.INFO: ==10591== Releasing lock...
[2026-09-10 22:00:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 22:00:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 22:00:02] Production.INFO: ==10596== Lock acquired, processing the job...
[2026-09-10 22:00:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 22:00:02] Production.INFO: ==10598== Lock acquired, processing the job...
[2026-09-10 22:00:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 22:00:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 22:00:03] Production.INFO: ==10604== Lock acquired, processing the job...
[2026-09-10 22:00:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 22:00:03] Production.INFO: ==10600== Lock acquired, processing the job...
[2026-09-10 22:00:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 22:00:03] Production.INFO: ==10602== Lock acquired, processing the job...
[2026-09-10 22:00:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 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-09-10 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-09-10 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-09-10 22:00:03] Production.INFO: ==10604== Releasing lock...
[2026-09-10 22:00:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 22:00:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 22:00:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 22:00:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 22:00:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 22:00:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 22:00:03] Production.INFO: Account Balance Start.
[2026-09-10 22:00:03] Production.INFO: CreateAllLog Start
[2026-09-10 22:00:03] Production.INFO: 117
[2026-09-10 22:00:03] Production.INFO: Date 2026-09-08
[2026-09-10 22:00:03] Production.INFO: Reseller ==> 0
[2026-09-10 22:00:03] Production.INFO: Date 2026-09-09
[2026-09-10 22:00:03] Production.INFO: Reseller ==> 0
[2026-09-10 22:00:03] Production.INFO: Date 2026-09-10
[2026-09-10 22:00:03] Production.INFO: Reseller ==> 0
[2026-09-10 22:00:03] Production.INFO: Total Charge 0
[2026-09-10 22:00:03] Production.INFO: CreateAllLog End
[2026-09-10 22:00:03] Production.INFO: Account Balance End.
[2026-09-10 22:00:03] Production.ERROR: CronJobId end 12
[2026-09-10 22:00:03] Production.INFO: ==10602== Releasing lock...
[2026-09-10 22:00:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 22:00:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 22:00:03] Production.INFO: ==10598== Releasing lock...
[2026-09-10 22:00:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 22:00:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 22:00:11] Production.ERROR: CronJobId end10
[2026-09-10 22:00:11] Production.INFO: ==10600== Releasing lock...
[2026-09-10 22:00:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 22:00:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 22:00:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 22:00:13] Production.INFO: ============== Balance Warning START===========
[2026-09-10 22:00:13] Production.INFO: ============== Balance Warning END===========
[2026-09-10 22:00:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 22:00:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 22:00:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 22:00:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 22:00:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 22:00:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 22:00:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 22:00:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 22:00:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 22:00:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 22:00:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 22:00:13] Production.INFO: call_cost start
[2026-09-10 22:00:13] Production.INFO: call_cost end
[2026-09-10 22:00:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 22:00:13] Production.INFO: ============== Report Schedule START===========
[2026-09-10 22:00:13] Production.INFO: ============== Report Schedule END===========
[2026-09-10 22:00:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 22:00:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 22:00:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 22:00:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 22:00:13] Production.INFO: ============== Deal alert START===========
[2026-09-10 22:00:13] Production.INFO: ============== Deal alert END===========
[2026-09-10 22:00:13] Production.INFO: ==10596== Releasing lock...
[2026-09-10 22:00:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 22:00:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 03:01:01] Production.INFO: ==10676== Lock acquired, processing the job...
[2026-09-11 03:01:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 03:01:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 03:01:01] Production.INFO: neon service started
[2026-09-11 03:01:01] Production.INFO: neon service started
[2026-09-11 03:01:01] Production.INFO: ==10676== Releasing lock...
[2026-09-11 03:01:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 03:01:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 22:01:02] Production.INFO: ==10682== Lock acquired, processing the job...
[2026-09-10 22:01:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 22:01:02] Production.INFO: ==10682== Releasing lock...
[2026-09-10 22:01:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 22:01:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 02:01:02] Production.INFO: ==10684== Lock acquired, processing the job...
[2026-09-11 02:01:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 02:01:02] Production.INFO: ==10684== Releasing lock...
[2026-09-11 02:01:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 02:01:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 22:01:03] Production.INFO: ==10690== Lock acquired, processing the job...
[2026-09-10 22:01:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 22:01:03] Production.INFO: ==10688== Lock acquired, processing the job...
[2026-09-10 22:01:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 22:01:03] Production.INFO: ==10692== Lock acquired, processing the job...
[2026-09-10 22:01:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 22:01:03] Production.INFO: ==10694== Lock acquired, processing the job...
[2026-09-10 22:01:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 22:01:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 22:01:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 22:01:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 22:01:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 22:01:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 22:01:03] Production.INFO: Account Balance Start.
[2026-09-10 22:01:03] Production.INFO: CreateAllLog Start
[2026-09-10 22:01:03] Production.INFO: 117
[2026-09-10 22:01:03] Production.INFO: Date 2026-09-08
[2026-09-10 22:01:03] Production.INFO: Reseller ==> 0
[2026-09-10 22:01:03] Production.INFO: Date 2026-09-09
[2026-09-10 22:01:03] Production.INFO: Reseller ==> 0
[2026-09-10 22:01:03] Production.INFO: ==10696== Lock acquired, processing the job...
[2026-09-10 22:01:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 22:01:03] Production.INFO: Date 2026-09-10
[2026-09-10 22:01:03] Production.INFO: Reseller ==> 0
[2026-09-10 22:01:03] Production.INFO: Total Charge 0
[2026-09-10 22:01:03] Production.INFO: CreateAllLog End
[2026-09-10 22: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-09-10 22: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-09-10 22: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-09-10 22:01:03] Production.INFO: ==10696== Releasing lock...
[2026-09-10 22:01:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 22:01:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 22:01:03] Production.INFO: Account Balance End.
[2026-09-10 22:01:03] Production.ERROR: CronJobId end 12
[2026-09-10 22:01:03] Production.INFO: ==10694== Releasing lock...
[2026-09-10 22:01:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 22:01:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 22:01:03] Production.INFO: ==10690== Releasing lock...
[2026-09-10 22:01:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 22:01:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 22:01:12] Production.ERROR: CronJobId end10
[2026-09-10 22:01:12] Production.INFO: ==10692== Releasing lock...
[2026-09-10 22:01:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 22:01:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 22:01:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 22:01:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 22:01:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 22:01:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 22:01:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 22:01:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 22:01:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 22:01:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 22:01:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 22:01:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 22:01:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 22:01:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 22:01:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 22:01:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 22:01:15] Production.INFO: call_cost start
[2026-09-10 22:01:15] Production.INFO: call_cost end
[2026-09-10 22:01:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 22:01:15] Production.INFO: ============== Report Schedule START===========
[2026-09-10 22:01:15] Production.INFO: ============== Report Schedule END===========
[2026-09-10 22:01:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 22:01:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 22:01:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 22:01:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 22:01:15] Production.INFO: ============== Deal alert START===========
[2026-09-10 22:01:15] Production.INFO: ============== Deal alert END===========
[2026-09-10 22:01:15] Production.INFO: ==10688== Releasing lock...
[2026-09-10 22:01:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 22:01:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 03:02:02] Production.INFO: ==10751== Lock acquired, processing the job...
[2026-09-11 03:02:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 03:02:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 03:02:02] Production.INFO: neon service started
[2026-09-11 03:02:02] Production.INFO: neon service started
[2026-09-11 03:02:02] Production.INFO: ==10751== Releasing lock...
[2026-09-11 03:02:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 03:02:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 02:02:02] Production.INFO: ==10755== Lock acquired, processing the job...
[2026-09-11 02:02:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 02:02:02] Production.INFO: ==10755== Releasing lock...
[2026-09-11 02:02:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 02:02:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 22:02:02] Production.INFO: ==10753== Lock acquired, processing the job...
[2026-09-10 22:02:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 22:02:03] Production.INFO: ==10753== Releasing lock...
[2026-09-10 22:02:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 22:02:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 22:02:03] Production.INFO: ==10762== Lock acquired, processing the job...
[2026-09-10 22:02:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 22:02:03] Production.INFO: ==10758== Lock acquired, processing the job...
[2026-09-10 22:02:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 22:02:04] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 22:02:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 22:02:04] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 22:02:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 22:02:04] Production.INFO: ==10760== Lock acquired, processing the job...
[2026-09-10 22:02:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 22:02:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 22:02:04] Production.INFO: ==10768== Lock acquired, processing the job...
[2026-09-10 22:02:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 22:02:04] Production.INFO: ==10764== Lock acquired, processing the job...
[2026-09-10 22:02:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 22:02:04] Production.INFO: ==10766== Lock acquired, processing the job...
[2026-09-10 22:02:04] Production.INFO: pbxaccountusage-command-pbxaccountusage-companyid-1-cronjobid-16 #Starts#
[2026-09-10 22:02:04] Production.INFO: Account Balance Start.
[2026-09-10 22:02:04] Production.INFO: CreateAllLog Start
[2026-09-10 22:02:04] Production.INFO: 117
[2026-09-10 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-09-10 22:02:04] Production.ERROR: tblTempUsageDetail_20
[2026-09-10 22:02:04] Production.INFO: Date 2026-09-08
[2026-09-10 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-09-10 22:02:04] Production.INFO: Reseller ==> 0
[2026-09-10 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-09-10 22:02:04] Production.INFO: Date 2026-09-09
[2026-09-10 22:02:04] Production.INFO: Reseller ==> 0
[2026-09-10 22:02:04] Production.INFO: Date 2026-09-10
[2026-09-10 22:02:04] Production.INFO: Reseller ==> 0
[2026-09-10 22:02:04] Production.INFO: ==10768== Releasing lock...
[2026-09-10 22:02:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 22:02:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 22:02:04] Production.INFO: Total Charge 0
[2026-09-10 22:02:04] Production.INFO: CreateAllLog End
[2026-09-10 22:02:04] Production.ERROR: done
[2026-09-10 22:02:04] Production.ERROR: tblTempVendorCDR_20
[2026-09-10 22:02:04] Production.ERROR: done
[2026-09-10 22:02:04] Production.INFO: Account Balance End.
[2026-09-10 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-09-10 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-09-10 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-09-10 22:02:05] Production.ERROR: CronJobId end 12
[2026-09-10 22:02:05] Production.INFO: ==10764== Releasing lock...
[2026-09-10 22:02:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 22:02:05] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 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-09-10 22:02:05] Production.INFO: ==10760== Releasing lock...
[2026-09-10 22:02:05] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 22:02:05] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 22:02:05] Production.INFO: ==10766== Releasing lock...
[2026-09-10 22:02:05] Production.INFO: pbxaccountusage-command-pbxaccountusage-companyid-1-cronjobid-16 #Stops#
[2026-09-10 22:02:05] Production.INFO: 27.25 MB #Memory Used#
[2026-09-10 22:02:12] Production.ERROR: CronJobId end10
[2026-09-10 22:02:12] Production.INFO: ==10762== Releasing lock...
[2026-09-10 22:02:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 22:02:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 22:02:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 22:02:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 22:02:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 22:02:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 22:02:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 22:02:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 22:02:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 22:02:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 22:02:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 22:02:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 22:02:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 22:02:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 22:02:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 22:02:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 22:02:14] Production.INFO: call_cost start
[2026-09-10 22:02:14] Production.INFO: call_cost end
[2026-09-10 22:02:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 22:02:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 22:02:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 22:02:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 22:02:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 22:02:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 22:02:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 22:02:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 22:02:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 22:02:14] Production.INFO: ==10758== Releasing lock...
[2026-09-10 22:02:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 22:02:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 03:03:01] Production.INFO: ==10827== Lock acquired, processing the job...
[2026-09-11 03:03:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 03:03:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 03:03:01] Production.INFO: neon service started
[2026-09-11 03:03:01] Production.INFO: neon service started
[2026-09-11 03:03:01] Production.INFO: ==10827== Releasing lock...
[2026-09-11 03:03:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 03:03:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 22:03:02] Production.INFO: ==10829== Lock acquired, processing the job...
[2026-09-10 22:03:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 22:03:02] Production.INFO: ==10829== Releasing lock...
[2026-09-10 22:03:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 22:03:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 02:03:02] Production.INFO: ==10831== Lock acquired, processing the job...
[2026-09-11 02:03:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 02:03:02] Production.INFO: ==10831== Releasing lock...
[2026-09-11 02:03:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 02:03:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 22:03:03] Production.INFO: ==10836== Lock acquired, processing the job...
[2026-09-10 22:03:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 22:03:03] Production.INFO: ==10840== Lock acquired, processing the job...
[2026-09-10 22:03:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 22:03:03] Production.INFO: ==10842== Lock acquired, processing the job...
[2026-09-10 22:03:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 22:03:03] Production.INFO: ==10838== Lock acquired, processing the job...
[2026-09-10 22:03:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 22:03:03] Production.INFO: ==10834== Lock acquired, processing the job...
[2026-09-10 22:03:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 22:03:03] Production.INFO: Account Balance Start.
[2026-09-10 22:03:03] Production.INFO: CreateAllLog Start
[2026-09-10 22:03:03] Production.INFO: 117
[2026-09-10 22:03:03] Production.INFO: Date 2026-09-08
[2026-09-10 22:03:03] Production.INFO: Reseller ==> 0
[2026-09-10 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-09-10 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-09-10 22:03:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 22:03:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 22:03:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 22:03:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 22:03:03] Production.INFO: Date 2026-09-09
[2026-09-10 22:03:03] Production.INFO: Reseller ==> 0
[2026-09-10 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-09-10 22:03:03] Production.INFO: Date 2026-09-10
[2026-09-10 22:03:03] Production.INFO: Reseller ==> 0
[2026-09-10 22:03:03] Production.INFO: ==10842== Releasing lock...
[2026-09-10 22:03:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 22:03:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 22:03:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 22:03:03] Production.INFO: Total Charge 0
[2026-09-10 22:03:03] Production.INFO: CreateAllLog End
[2026-09-10 22:03:03] Production.INFO: Account Balance End.
[2026-09-10 22:03:03] Production.ERROR: CronJobId end 12
[2026-09-10 22:03:03] Production.INFO: ==10840== Releasing lock...
[2026-09-10 22:03:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 22:03:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 22:03:03] Production.INFO: ==10836== Releasing lock...
[2026-09-10 22:03:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 22:03:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 22:03:11] Production.ERROR: CronJobId end10
[2026-09-10 22:03:11] Production.INFO: ==10838== Releasing lock...
[2026-09-10 22:03:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 22:03:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 22:03:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 22:03:13] Production.INFO: ============== Balance Warning START===========
[2026-09-10 22:03:13] Production.INFO: ============== Balance Warning END===========
[2026-09-10 22:03:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 22:03:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 22:03:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 22:03:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 22:03:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 22:03:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 22:03:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 22:03:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 22:03:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 22:03:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 22:03:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 22:03:14] Production.INFO: call_cost start
[2026-09-10 22:03:14] Production.INFO: call_cost end
[2026-09-10 22:03:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 22:03:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 22:03:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 22:03:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 22:03:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 22:03:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 22:03:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 22:03:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 22:03:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 22:03:14] Production.INFO: ==10834== Releasing lock...
[2026-09-10 22:03:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 22:03:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 03:04:02] Production.INFO: ==10908== Lock acquired, processing the job...
[2026-09-11 03:04:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 03:04:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 03:04:02] Production.INFO: neon service started
[2026-09-11 03:04:02] Production.INFO: neon service started
[2026-09-11 03:04:02] Production.INFO: ==10908== Releasing lock...
[2026-09-11 03:04:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 03:04:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 22:04:02] Production.INFO: ==10910== Lock acquired, processing the job...
[2026-09-10 22:04:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 02:04:02] Production.INFO: ==10912== Lock acquired, processing the job...
[2026-09-11 02:04:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 02:04:02] Production.INFO: ==10912== Releasing lock...
[2026-09-11 02:04:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 02:04:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 22:04:03] Production.INFO: ==10910== Releasing lock...
[2026-09-10 22:04:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 22:04:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 22:04:03] Production.INFO: ==10915== Lock acquired, processing the job...
[2026-09-10 22:04:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 22:04:03] Production.INFO: ==10919== Lock acquired, processing the job...
[2026-09-10 22:04:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 22:04:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 22:04:03] Production.INFO: ==10921== Lock acquired, processing the job...
[2026-09-10 22:04:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 22:04:03] Production.INFO: ==10917== Lock acquired, processing the job...
[2026-09-10 22:04:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 22:04:03] Production.INFO: Account Balance Start.
[2026-09-10 22:04:03] Production.INFO: CreateAllLog Start
[2026-09-10 22:04:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 22:04:03] Production.INFO: 117
[2026-09-10 22:04:03] Production.INFO: Date 2026-09-08
[2026-09-10 22:04:03] Production.INFO: ==10923== Lock acquired, processing the job...
[2026-09-10 22:04:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 22:04:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 22:04:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 22:04:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 22:04:04] Production.INFO: Reseller ==> 0
[2026-09-10 22:04:04] Production.INFO: Date 2026-09-09
[2026-09-10 22:04:04] Production.INFO: Reseller ==> 0
[2026-09-10 22:04:04] Production.INFO: Date 2026-09-10
[2026-09-10 22:04:04] Production.INFO: Reseller ==> 0
[2026-09-10 22:04:04] Production.INFO: Total Charge 0
[2026-09-10 22: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-09-10 22: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-09-10 22:04:04] Production.INFO: CreateAllLog End
[2026-09-10 22: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-09-10 22:04:04] Production.INFO: ==10923== Releasing lock...
[2026-09-10 22:04:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 22:04:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 22:04:04] Production.INFO: Account Balance End.
[2026-09-10 22:04:04] Production.ERROR: CronJobId end 12
[2026-09-10 22:04:04] Production.INFO: ==10921== Releasing lock...
[2026-09-10 22:04:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 22:04:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 22:04:04] Production.INFO: ==10917== Releasing lock...
[2026-09-10 22:04:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 22:04:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 22:04:11] Production.ERROR: CronJobId end10
[2026-09-10 22:04:11] Production.INFO: ==10919== Releasing lock...
[2026-09-10 22:04:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 22:04:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 22:04:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 22:04:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 22:04:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 22:04:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 22:04:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 22:04:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 22:04:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 22:04:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 22:04:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 22:04:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 22:04:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 22:04:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 22:04:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 22:04:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 22:04:15] Production.INFO: call_cost start
[2026-09-10 22:04:15] Production.INFO: call_cost end
[2026-09-10 22:04:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 22:04:15] Production.INFO: ============== Report Schedule START===========
[2026-09-10 22:04:15] Production.INFO: ============== Report Schedule END===========
[2026-09-10 22:04:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 22:04:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 22:04:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 22:04:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 22:04:15] Production.INFO: ============== Deal alert START===========
[2026-09-10 22:04:15] Production.INFO: ============== Deal alert END===========
[2026-09-10 22:04:15] Production.INFO: ==10915== Releasing lock...
[2026-09-10 22:04:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 22:04:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 03:05:01] Production.INFO: ==10983== Lock acquired, processing the job...
[2026-09-11 03:05:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 03:05:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 03:05:01] Production.INFO: neon service started
[2026-09-11 03:05:01] Production.INFO: neon service started
[2026-09-11 03:05:01] Production.INFO: ==10983== Releasing lock...
[2026-09-11 03:05:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 03:05:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 02:05:02] Production.INFO: ==10987== Lock acquired, processing the job...
[2026-09-11 02:05:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 02:05:02] Production.INFO: ==10987== Releasing lock...
[2026-09-11 02:05:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 02:05:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 22:05:02] Production.INFO: ==10985== Lock acquired, processing the job...
[2026-09-10 22:05:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 22:05:02] Production.INFO: ==10985== Releasing lock...
[2026-09-10 22:05:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 22:05:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 22:05:03] Production.INFO: ==10994== Lock acquired, processing the job...
[2026-09-10 22:05:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 22:05:03] Production.INFO: ==11000== Lock acquired, processing the job...
[2026-09-10 22:05:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-10 22:05:03] Production.ERROR: tblTempUsageDetail_20
[2026-09-10 22:05:03] Production.INFO: ==10990== Lock acquired, processing the job...
[2026-09-10 22:05:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-10 22:05:03] Production.INFO: ==10992== Lock acquired, processing the job...
[2026-09-10 22:05:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 22:05:03] Production.INFO: ==10996== Lock acquired, processing the job...
[2026-09-10 22:05:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 22:05:03] Production.ERROR: ========================== active cronjob start =============================
[2026-09-10 22:05:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-10 22:05:03] Production.ERROR: CronJob PID - 10994
[2026-09-10 22:05:03] Production.ERROR: CronJob Title - Account Block
[2026-09-10 22:05:03] Production.ERROR: CronJob ID - 7
[2026-09-10 22:05:03] Production.ERROR: CronJob Last Run Time 2026-09-10 22:05:00
[2026-09-10 22:05:03] Production.ERROR: CronJob Active Minutes 0
[2026-09-10 22:05:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-10 22:05:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-10 22:05:03] Production.ERROR: CronJob PID - 11000
[2026-09-10 22:05:03] Production.ERROR: CronJob Title - PBX - DanielGraystone - 54.39.17.106 Reseller CDR Process
[2026-09-10 22:05:03] Production.ERROR: CronJob ID - 17
[2026-09-10 22:05:03] Production.ERROR: CronJob Last Run Time 2026-09-10 22:05:00
[2026-09-10 22:05:03] Production.ERROR: CronJob Active Minutes 0
[2026-09-10 22:05:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-10 22:05:03] Production.INFO: ==10998== Lock acquired, processing the job...
[2026-09-10 22:05:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 22:05:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 22:05:03] Production.ERROR: ========================== active cronjob end =============================
[2026-09-10 22:05:03] Production.INFO: ==10990== Releasing lock...
[2026-09-10 22:05:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-10 22:05:03] Production.INFO: 25.5 MB #Memory Used#
[2026-09-10 22:05:03] Production.INFO: ==11002== Lock acquired, processing the job...
[2026-09-10 22:05:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 22:05:03] Production.ERROR: done
[2026-09-10 22:05:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 22:05:03] Production.INFO: Account Balance Start.
[2026-09-10 22:05:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 22:05:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 22:05:03] Production.INFO: CreateAllLog Start
[2026-09-10 22:05:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 22:05:03] Production.INFO: 117
[2026-09-10 22:05:03] Production.INFO: Date 2026-09-08
[2026-09-10 22:05:03] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-10 22:05:03] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17980872', 'tblTempUsageDetail_20reseller','2026-09-10','2026-09-10','1' ) start
[2026-09-10 22:05:03] Production.INFO: ==10994== Releasing lock...
[2026-09-10 22:05:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 22:05:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 22:05:03] Production.INFO: Reseller ==> 0
[2026-09-10 22: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-09-10 22: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-09-10 22: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-09-10 22:05:04] Production.INFO: Date 2026-09-09
[2026-09-10 22:05:04] Production.INFO: ==11002== Releasing lock...
[2026-09-10 22:05:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 22:05:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 22:05:04] Production.INFO: Reseller ==> 0
[2026-09-10 22:05:04] Production.INFO: Date 2026-09-10
[2026-09-10 22:05:04] Production.INFO: Reseller ==> 0
[2026-09-10 22:05:04] Production.INFO: Total Charge 0
[2026-09-10 22:05:04] Production.INFO: CreateAllLog End
[2026-09-10 22:05:04] Production.INFO: Account Balance End.
[2026-09-10 22:05:04] Production.ERROR: CronJobId end 12
[2026-09-10 22:05:04] Production.INFO: ==10998== Releasing lock...
[2026-09-10 22:05:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 22:05:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 22:05:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17980872', 'tblTempUsageDetail_20reseller','2026-09-10','2026-09-10','1' ) end
[2026-09-10 22:05:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-10 22:05:10] Production.INFO: ProcessCDR(1,17980872,1,1,2)
[2026-09-10 22:05:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17980872,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-10 22:05:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17980872,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-10 22:05:10] Production.ERROR: pbx prc_insertCDR start
[2026-09-10 22:05:10] Production.ERROR: pbx prc_insertCDR end
[2026-09-10 22:05:10] Production.INFO: ==11000== Releasing lock...
[2026-09-10 22:05:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-10 22:05:10] Production.INFO: 26 MB #Memory Used#
[2026-09-10 22:05:13] Production.ERROR: CronJobId end10
[2026-09-10 22:05:13] Production.INFO: ==10996== Releasing lock...
[2026-09-10 22:05:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 22:05:13] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 22:05:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 22:05:16] Production.INFO: ============== Balance Warning START===========
[2026-09-10 22:05:16] Production.INFO: ============== Balance Warning END===========
[2026-09-10 22:05:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 22:05:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 22:05:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 22:05:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 22:05:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 22:05:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 22:05:16] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 22:05:16] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 22:05:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 22:05:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 22:05:16] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 22:05:17] Production.INFO: call_cost start
[2026-09-10 22:05:17] Production.INFO: call_cost end
[2026-09-10 22:05:17] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 22:05:17] Production.INFO: ============== Report Schedule START===========
[2026-09-10 22:05:17] Production.INFO: ============== Report Schedule END===========
[2026-09-10 22:05:17] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 22:05:17] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 22:05:17] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 22:05:17] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 22:05:17] Production.INFO: ============== Deal alert START===========
[2026-09-10 22:05:17] Production.INFO: ============== Deal alert END===========
[2026-09-10 22:05:17] Production.INFO: ==10992== Releasing lock...
[2026-09-10 22:05:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 22:05:17] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 03:06:02] Production.INFO: ==11068== Lock acquired, processing the job...
[2026-09-11 03:06:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 03:06:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 03:06:02] Production.INFO: neon service started
[2026-09-11 03:06:02] Production.INFO: neon service started
[2026-09-11 03:06:02] Production.INFO: ==11068== Releasing lock...
[2026-09-11 03:06:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 03:06:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 22:06:02] Production.INFO: ==11070== Lock acquired, processing the job...
[2026-09-10 22:06:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 02:06:02] Production.INFO: ==11072== Lock acquired, processing the job...
[2026-09-11 02:06:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 02:06:02] Production.INFO: ==11072== Releasing lock...
[2026-09-11 02:06:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 02:06:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 22:06:02] Production.INFO: ==11070== Releasing lock...
[2026-09-10 22:06:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 22:06:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 22:06:03] Production.INFO: ==11077== Lock acquired, processing the job...
[2026-09-10 22:06:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 22:06:03] Production.INFO: ==11075== Lock acquired, processing the job...
[2026-09-10 22:06:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 22:06:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 22:06:03] Production.INFO: ==11079== Lock acquired, processing the job...
[2026-09-10 22:06:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 22:06:03] Production.INFO: ==11081== Lock acquired, processing the job...
[2026-09-10 22:06:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 22:06:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 22:06:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 22:06:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 22:06:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 22:06:03] Production.INFO: ==11083== Lock acquired, processing the job...
[2026-09-10 22:06:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 22:06:04] Production.INFO: Account Balance Start.
[2026-09-10 22:06:04] Production.INFO: CreateAllLog Start
[2026-09-10 22:06:04] Production.INFO: 117
[2026-09-10 22:06:04] Production.INFO: Date 2026-09-08
[2026-09-10 22:06:04] Production.INFO: Reseller ==> 0
[2026-09-10 22: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-09-10 22: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-09-10 22: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-09-10 22:06:04] Production.INFO: Date 2026-09-09
[2026-09-10 22:06:04] Production.INFO: Reseller ==> 0
[2026-09-10 22:06:04] Production.INFO: Date 2026-09-10
[2026-09-10 22:06:04] Production.INFO: Reseller ==> 0
[2026-09-10 22:06:04] Production.INFO: ==11083== Releasing lock...
[2026-09-10 22:06:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 22:06:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 22:06:04] Production.INFO: Total Charge 0
[2026-09-10 22:06:04] Production.INFO: CreateAllLog End
[2026-09-10 22:06:04] Production.INFO: Account Balance End.
[2026-09-10 22:06:04] Production.ERROR: CronJobId end 12
[2026-09-10 22:06:04] Production.INFO: ==11081== Releasing lock...
[2026-09-10 22:06:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 22:06:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 22:06:04] Production.INFO: ==11077== Releasing lock...
[2026-09-10 22:06:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 22:06:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 22:06:11] Production.ERROR: CronJobId end10
[2026-09-10 22:06:11] Production.INFO: ==11079== Releasing lock...
[2026-09-10 22:06:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 22:06:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 22:06:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 22:06:13] Production.INFO: ============== Balance Warning START===========
[2026-09-10 22:06:13] Production.INFO: ============== Balance Warning END===========
[2026-09-10 22:06:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 22:06:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 22:06:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 22:06:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 22:06:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 22:06:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 22:06:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 22:06:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 22:06:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 22:06:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 22:06:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 22:06:13] Production.INFO: call_cost start
[2026-09-10 22:06:13] Production.INFO: call_cost end
[2026-09-10 22:06:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 22:06:13] Production.INFO: ============== Report Schedule START===========
[2026-09-10 22:06:13] Production.INFO: ============== Report Schedule END===========
[2026-09-10 22:06:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 22:06:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 22:06:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 22:06:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 22:06:13] Production.INFO: ============== Deal alert START===========
[2026-09-10 22:06:13] Production.INFO: ============== Deal alert END===========
[2026-09-10 22:06:13] Production.INFO: ==11075== Releasing lock...
[2026-09-10 22:06:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 22:06:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 03:07:01] Production.INFO: ==11142== Lock acquired, processing the job...
[2026-09-11 03:07:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 03:07:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 03:07:01] Production.INFO: neon service started
[2026-09-11 03:07:01] Production.INFO: neon service started
[2026-09-11 03:07:01] Production.INFO: ==11142== Releasing lock...
[2026-09-11 03:07:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 03:07:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 22:07:02] Production.INFO: ==11144== Lock acquired, processing the job...
[2026-09-10 22:07:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 02:07:02] Production.INFO: ==11146== Lock acquired, processing the job...
[2026-09-11 02:07:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 02:07:02] Production.INFO: ==11146== Releasing lock...
[2026-09-11 02:07:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 02:07:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 22:07:02] Production.INFO: ==11144== Releasing lock...
[2026-09-10 22:07:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 22:07:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 22:07:03] Production.INFO: ==11149== Lock acquired, processing the job...
[2026-09-10 22:07:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 22:07:03] Production.INFO: ==11151== Lock acquired, processing the job...
[2026-09-10 22:07:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 22:07:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 22:07:03] Production.INFO: ==11153== Lock acquired, processing the job...
[2026-09-10 22:07:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 22:07:03] Production.INFO: ==11155== Lock acquired, processing the job...
[2026-09-10 22:07:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 22:07:03] Production.INFO: ==11157== Lock acquired, processing the job...
[2026-09-10 22:07:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 22:07:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 22:07:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 22:07:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 22:07:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 22:07:03] Production.INFO: Account Balance Start.
[2026-09-10 22:07:03] Production.INFO: CreateAllLog Start
[2026-09-10 22:07:03] Production.INFO: 117
[2026-09-10 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-09-10 22:07:03] Production.INFO: Date 2026-09-08
[2026-09-10 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-09-10 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-09-10 22:07:03] Production.INFO: Reseller ==> 0
[2026-09-10 22:07:03] Production.INFO: ==11157== Releasing lock...
[2026-09-10 22:07:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 22:07:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 22:07:03] Production.INFO: Date 2026-09-09
[2026-09-10 22:07:03] Production.INFO: Reseller ==> 0
[2026-09-10 22:07:03] Production.INFO: Date 2026-09-10
[2026-09-10 22:07:03] Production.INFO: Reseller ==> 0
[2026-09-10 22:07:03] Production.INFO: Total Charge 0
[2026-09-10 22:07:03] Production.INFO: CreateAllLog End
[2026-09-10 22:07:03] Production.INFO: Account Balance End.
[2026-09-10 22:07:03] Production.ERROR: CronJobId end 12
[2026-09-10 22:07:03] Production.INFO: ==11155== Releasing lock...
[2026-09-10 22:07:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 22:07:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 22:07:04] Production.INFO: ==11151== Releasing lock...
[2026-09-10 22:07:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 22:07:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 22:07:11] Production.ERROR: CronJobId end10
[2026-09-10 22:07:11] Production.INFO: ==11153== Releasing lock...
[2026-09-10 22:07:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 22:07:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 22:07:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 22:07:13] Production.INFO: ============== Balance Warning START===========
[2026-09-10 22:07:13] Production.INFO: ============== Balance Warning END===========
[2026-09-10 22:07:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 22:07:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 22:07:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 22:07:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 22:07:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 22:07:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 22:07:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 22:07:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 22:07:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 22:07:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 22:07:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 22:07:14] Production.INFO: call_cost start
[2026-09-10 22:07:14] Production.INFO: call_cost end
[2026-09-10 22:07:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 22:07:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 22:07:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 22:07:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 22:07:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 22:07:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 22:07:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 22:07:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 22:07:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 22:07:14] Production.INFO: ==11149== Releasing lock...
[2026-09-10 22:07:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 22:07:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 03:08:01] Production.INFO: ==11217== Lock acquired, processing the job...
[2026-09-11 03:08:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 03:08:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 03:08:01] Production.INFO: neon service started
[2026-09-11 03:08:01] Production.INFO: neon service started
[2026-09-11 03:08:01] Production.INFO: ==11217== Releasing lock...
[2026-09-11 03:08:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 03:08:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 22:08:02] Production.INFO: ==11219== Lock acquired, processing the job...
[2026-09-10 22:08:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 22:08:02] Production.INFO: ==11219== Releasing lock...
[2026-09-10 22:08:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 22:08:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 02:08:02] Production.INFO: ==11221== Lock acquired, processing the job...
[2026-09-11 02:08:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 02:08:02] Production.INFO: ==11221== Releasing lock...
[2026-09-11 02:08:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 02:08:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 22:08:03] Production.INFO: ==11224== Lock acquired, processing the job...
[2026-09-10 22:08:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 22:08:03] Production.INFO: ==11228== Lock acquired, processing the job...
[2026-09-10 22:08:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 22:08:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 22:08:03] Production.INFO: ==11232== Lock acquired, processing the job...
[2026-09-10 22:08:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 22:08:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 22:08:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 22:08:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 22:08:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 22:08:03] Production.INFO: ==11226== Lock acquired, processing the job...
[2026-09-10 22:08:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 22:08:03] Production.INFO: ==11230== Lock acquired, processing the job...
[2026-09-10 22:08:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 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-09-10 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-09-10 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-09-10 22:08:03] Production.INFO: ==11232== Releasing lock...
[2026-09-10 22:08:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 22:08:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 22:08:03] Production.INFO: Account Balance Start.
[2026-09-10 22:08:03] Production.INFO: CreateAllLog Start
[2026-09-10 22:08:03] Production.INFO: 117
[2026-09-10 22:08:03] Production.INFO: Date 2026-09-08
[2026-09-10 22:08:03] Production.INFO: Reseller ==> 0
[2026-09-10 22:08:03] Production.INFO: Date 2026-09-09
[2026-09-10 22:08:03] Production.INFO: Reseller ==> 0
[2026-09-10 22:08:03] Production.INFO: Date 2026-09-10
[2026-09-10 22:08:03] Production.INFO: Reseller ==> 0
[2026-09-10 22:08:03] Production.INFO: Total Charge 0
[2026-09-10 22:08:03] Production.INFO: CreateAllLog End
[2026-09-10 22:08:04] Production.INFO: Account Balance End.
[2026-09-10 22:08:04] Production.ERROR: CronJobId end 12
[2026-09-10 22:08:04] Production.INFO: ==11230== Releasing lock...
[2026-09-10 22:08:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 22:08:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 22:08:04] Production.INFO: ==11226== Releasing lock...
[2026-09-10 22:08:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 22:08:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 22:08:11] Production.ERROR: CronJobId end10
[2026-09-10 22:08:11] Production.INFO: ==11228== Releasing lock...
[2026-09-10 22:08:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 22:08:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 22:08:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 22:08:13] Production.INFO: ============== Balance Warning START===========
[2026-09-10 22:08:13] Production.INFO: ============== Balance Warning END===========
[2026-09-10 22:08:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 22:08:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 22:08:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 22:08:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 22:08:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 22:08:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 22:08:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 22:08:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 22:08:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 22:08:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 22:08:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 22:08:14] Production.INFO: call_cost start
[2026-09-10 22:08:14] Production.INFO: call_cost end
[2026-09-10 22:08:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 22:08:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 22:08:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 22:08:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 22:08:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 22:08:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 22:08:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 22:08:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 22:08:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 22:08:14] Production.INFO: ==11224== Releasing lock...
[2026-09-10 22:08:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 22:08:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 03:09:01] Production.INFO: ==11289== Lock acquired, processing the job...
[2026-09-11 03:09:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 03:09:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 03:09:01] Production.INFO: neon service started
[2026-09-11 03:09:01] Production.INFO: neon service started
[2026-09-11 03:09:01] Production.INFO: ==11289== Releasing lock...
[2026-09-11 03:09:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 03:09:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 22:09:02] Production.INFO: ==11291== Lock acquired, processing the job...
[2026-09-10 22:09:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 02:09:02] Production.INFO: ==11293== Lock acquired, processing the job...
[2026-09-11 02:09:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 02:09:02] Production.INFO: ==11293== Releasing lock...
[2026-09-11 02:09:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 02:09:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 22:09:02] Production.INFO: ==11291== Releasing lock...
[2026-09-10 22:09:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 22:09:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 22:09:03] Production.INFO: ==11296== Lock acquired, processing the job...
[2026-09-10 22:09:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 22:09:03] Production.INFO: ==11302== Lock acquired, processing the job...
[2026-09-10 22:09:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 22:09:03] Production.INFO: ==11300== Lock acquired, processing the job...
[2026-09-10 22:09:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 22:09:03] Production.INFO: ==11298== Lock acquired, processing the job...
[2026-09-10 22:09:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 22:09:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 22:09:03] Production.INFO: ==11304== Lock acquired, processing the job...
[2026-09-10 22:09:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 22:09:03] Production.INFO: Account Balance Start.
[2026-09-10 22:09:03] Production.INFO: CreateAllLog Start
[2026-09-10 22:09:03] Production.INFO: 117
[2026-09-10 22:09:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 22:09:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 22:09:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 22:09:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 22:09:03] Production.INFO: Date 2026-09-08
[2026-09-10 22:09:03] Production.INFO: Reseller ==> 0
[2026-09-10 22:09:03] Production.INFO: Date 2026-09-09
[2026-09-10 22:09:03] Production.INFO: Reseller ==> 0
[2026-09-10 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-09-10 22: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-09-10 22: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-09-10 22:09:03] Production.INFO: ==11304== Releasing lock...
[2026-09-10 22:09:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 22:09:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 22:09:03] Production.INFO: Date 2026-09-10
[2026-09-10 22:09:03] Production.INFO: Reseller ==> 0
[2026-09-10 22:09:03] Production.INFO: Total Charge 0
[2026-09-10 22:09:03] Production.INFO: CreateAllLog End
[2026-09-10 22:09:03] Production.INFO: Account Balance End.
[2026-09-10 22:09:03] Production.ERROR: CronJobId end 12
[2026-09-10 22:09:03] Production.INFO: ==11302== Releasing lock...
[2026-09-10 22:09:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 22:09:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 22:09:04] Production.INFO: ==11298== Releasing lock...
[2026-09-10 22:09:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 22:09:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 22:09:11] Production.ERROR: CronJobId end10
[2026-09-10 22:09:11] Production.INFO: ==11300== Releasing lock...
[2026-09-10 22:09:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 22:09:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 22:09:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 22:09:13] Production.INFO: ============== Balance Warning START===========
[2026-09-10 22:09:13] Production.INFO: ============== Balance Warning END===========
[2026-09-10 22:09:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 22:09:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 22:09:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 22:09:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 22:09:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 22:09:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 22:09:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 22:09:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 22:09:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 22:09:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 22:09:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 22:09:14] Production.INFO: call_cost start
[2026-09-10 22:09:14] Production.INFO: call_cost end
[2026-09-10 22:09:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 22:09:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 22:09:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 22:09:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 22:09:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 22:09:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 22:09:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 22:09:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 22:09:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 22:09:14] Production.INFO: ==11296== Releasing lock...
[2026-09-10 22:09:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 22:09:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 03:10:01] Production.INFO: ==11369== Lock acquired, processing the job...
[2026-09-11 03:10:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 03:10:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 03:10:01] Production.INFO: neon service started
[2026-09-11 03:10:01] Production.INFO: neon service started
[2026-09-11 03:10:01] Production.INFO: ==11369== Releasing lock...
[2026-09-11 03:10:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 03:10:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 22:10:02] Production.INFO: ==11372== Lock acquired, processing the job...
[2026-09-10 22:10:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 02:10:02] Production.INFO: ==11374== Lock acquired, processing the job...
[2026-09-11 02:10:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 02:10:02] Production.INFO: ==11374== Releasing lock...
[2026-09-11 02:10:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 02:10:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 22:10:02] Production.INFO: ==11372== Releasing lock...
[2026-09-10 22:10:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 22:10:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 22:10:03] Production.INFO: ==11382== Lock acquired, processing the job...
[2026-09-10 22:10:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 22:10:03] Production.INFO: Account Balance Start.
[2026-09-10 22:10:03] Production.INFO: CreateAllLog Start
[2026-09-10 22:10:03] Production.INFO: 117
[2026-09-10 22:10:03] Production.INFO: Date 2026-09-08
[2026-09-10 22:10:03] Production.INFO: Reseller ==> 0
[2026-09-10 22:10:03] Production.INFO: Date 2026-09-09
[2026-09-10 22:10:03] Production.INFO: Reseller ==> 0
[2026-09-10 22:10:03] Production.INFO: Date 2026-09-10
[2026-09-10 22:10:03] Production.INFO: Reseller ==> 0
[2026-09-10 22:10:03] Production.INFO: Total Charge 0
[2026-09-10 22:10:03] Production.INFO: CreateAllLog End
[2026-09-10 22:10:03] Production.INFO: ==11378== Lock acquired, processing the job...
[2026-09-10 22:10:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 22:10:03] Production.INFO: ==11376== Lock acquired, processing the job...
[2026-09-10 22:10:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 22:10:03] Production.INFO: ==11384== Lock acquired, processing the job...
[2026-09-10 22:10:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 22:10:03] Production.INFO: ==11380== Lock acquired, processing the job...
[2026-09-10 22:10:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 22:10:03] Production.INFO: Account Balance End.
[2026-09-10 22:10:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 22:10:03] Production.ERROR: CronJobId end 12
[2026-09-10 22:10:03] Production.INFO: ==11382== Releasing lock...
[2026-09-10 22:10:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 22:10:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 22:10:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 22:10:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 22:10:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 22:10:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 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-09-10 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-09-10 22: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-09-10 22:10:04] Production.INFO: ==11384== Releasing lock...
[2026-09-10 22:10:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 22:10:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 22:10:04] Production.INFO: ==11378== Releasing lock...
[2026-09-10 22:10:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 22:10:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 22:10:12] Production.ERROR: CronJobId end10
[2026-09-10 22:10:12] Production.INFO: ==11380== Releasing lock...
[2026-09-10 22:10:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 22:10:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 22:10:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 22:10:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 22:10:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 22:10:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 22:10:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 22:10:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 22:10:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 22:10:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 22:10:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 22:10:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 22:10:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 22:10:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 22:10:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 22:10:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 22:10:14] Production.INFO: call_cost start
[2026-09-10 22:10:14] Production.INFO: call_cost end
[2026-09-10 22:10:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 22:10:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 22:10:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 22:10:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 22:10:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 22:10:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 22:10:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 22:10:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 22:10:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 22:10:14] Production.INFO: ==11376== Releasing lock...
[2026-09-10 22:10:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 22:10:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 03:11:02] Production.INFO: ==11443== Lock acquired, processing the job...
[2026-09-11 03:11:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 03:11:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 03:11:02] Production.INFO: neon service started
[2026-09-11 03:11:02] Production.INFO: neon service started
[2026-09-11 03:11:02] Production.INFO: ==11443== Releasing lock...
[2026-09-11 03:11:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 03:11:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 02:11:02] Production.INFO: ==11447== Lock acquired, processing the job...
[2026-09-11 02:11:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 02:11:02] Production.INFO: ==11447== Releasing lock...
[2026-09-11 02:11:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 02:11:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 22:11:02] Production.INFO: ==11445== Lock acquired, processing the job...
[2026-09-10 22:11:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 22:11:02] Production.INFO: ==11445== Releasing lock...
[2026-09-10 22:11:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 22:11:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 22:11:03] Production.INFO: ==11450== Lock acquired, processing the job...
[2026-09-10 22:11:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 22:11:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 22:11:03] Production.INFO: ==11456== Lock acquired, processing the job...
[2026-09-10 22:11:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 22:11:03] Production.INFO: ==11458== Lock acquired, processing the job...
[2026-09-10 22:11:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 22:11:03] Production.INFO: ==11452== Lock acquired, processing the job...
[2026-09-10 22:11:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 22:11:03] Production.INFO: ==11454== Lock acquired, processing the job...
[2026-09-10 22:11:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 22:11:03] Production.INFO: Account Balance Start.
[2026-09-10 22:11:03] Production.INFO: CreateAllLog Start
[2026-09-10 22:11:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 22:11:03] Production.INFO: 117
[2026-09-10 22:11:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 22:11:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 22:11:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 22:11:03] Production.INFO: Date 2026-09-08
[2026-09-10 22: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-09-10 22:11:03] Production.INFO: Reseller ==> 0
[2026-09-10 22: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-09-10 22:11:03] Production.INFO: Date 2026-09-09
[2026-09-10 22:11:03] Production.INFO: Reseller ==> 0
[2026-09-10 22: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-09-10 22:11:03] Production.INFO: ==11458== Releasing lock...
[2026-09-10 22:11:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 22:11:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 22:11:03] Production.INFO: Date 2026-09-10
[2026-09-10 22:11:03] Production.INFO: Reseller ==> 0
[2026-09-10 22:11:04] Production.INFO: Total Charge 0
[2026-09-10 22:11:04] Production.INFO: CreateAllLog End
[2026-09-10 22:11:04] Production.INFO: Account Balance End.
[2026-09-10 22:11:04] Production.ERROR: CronJobId end 12
[2026-09-10 22:11:04] Production.INFO: ==11456== Releasing lock...
[2026-09-10 22:11:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 22:11:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 22:11:04] Production.INFO: ==11452== Releasing lock...
[2026-09-10 22:11:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 22:11:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 22:11:12] Production.ERROR: CronJobId end10
[2026-09-10 22:11:12] Production.INFO: ==11454== Releasing lock...
[2026-09-10 22:11:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 22:11:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 22:11:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 22:11:15] Production.INFO: ============== Balance Warning START===========
[2026-09-10 22:11:15] Production.INFO: ============== Balance Warning END===========
[2026-09-10 22:11:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 22:11:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 22:11:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 22:11:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 22:11:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 22:11:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 22:11:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 22:11:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 22:11:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 22:11:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 22:11:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 22:11:16] Production.INFO: call_cost start
[2026-09-10 22:11:16] Production.INFO: call_cost end
[2026-09-10 22:11:16] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 22:11:16] Production.INFO: ============== Report Schedule START===========
[2026-09-10 22:11:16] Production.INFO: ============== Report Schedule END===========
[2026-09-10 22:11:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 22:11:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 22:11:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 22:11:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 22:11:16] Production.INFO: ============== Deal alert START===========
[2026-09-10 22:11:16] Production.INFO: ============== Deal alert END===========
[2026-09-10 22:11:16] Production.INFO: ==11450== Releasing lock...
[2026-09-10 22:11:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 22:11:16] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 03:12:01] Production.INFO: ==11517== Lock acquired, processing the job...
[2026-09-11 03:12:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 03:12:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 03:12:01] Production.INFO: neon service started
[2026-09-11 03:12:01] Production.INFO: neon service started
[2026-09-11 03:12:01] Production.INFO: ==11517== Releasing lock...
[2026-09-11 03:12:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 03:12:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 02:12:02] Production.INFO: ==11521== Lock acquired, processing the job...
[2026-09-11 02:12:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-10 22:12:02] Production.INFO: ==11519== Lock acquired, processing the job...
[2026-09-10 22:12:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 02:12:02] Production.INFO: ==11521== Releasing lock...
[2026-09-11 02:12:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 02:12:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 22:12:02] Production.INFO: ==11519== Releasing lock...
[2026-09-10 22:12:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 22:12:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 22:12:03] Production.INFO: ==11524== Lock acquired, processing the job...
[2026-09-10 22:12:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 22:12:03] Production.INFO: ==11526== Lock acquired, processing the job...
[2026-09-10 22:12:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 22:12:03] Production.INFO: ==11528== Lock acquired, processing the job...
[2026-09-10 22:12:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 22:12:03] Production.INFO: ==11530== Lock acquired, processing the job...
[2026-09-10 22:12:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 22:12:03] Production.INFO: ==11532== Lock acquired, processing the job...
[2026-09-10 22:12:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 22:12:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 22:12:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 22:12:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 22:12:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 22:12:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 22:12:03] Production.INFO: Account Balance Start.
[2026-09-10 22:12:03] Production.INFO: CreateAllLog Start
[2026-09-10 22:12:03] Production.INFO: 117
[2026-09-10 22:12:03] Production.INFO: Date 2026-09-08
[2026-09-10 22:12:03] Production.INFO: Reseller ==> 0
[2026-09-10 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-09-10 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-09-10 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-09-10 22:12:03] Production.INFO: Date 2026-09-09
[2026-09-10 22:12:03] Production.INFO: Reseller ==> 0
[2026-09-10 22:12:03] Production.INFO: ==11532== Releasing lock...
[2026-09-10 22:12:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 22:12:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 22:12:03] Production.INFO: Date 2026-09-10
[2026-09-10 22:12:03] Production.INFO: Reseller ==> 0
[2026-09-10 22:12:03] Production.INFO: Total Charge 0
[2026-09-10 22:12:03] Production.INFO: CreateAllLog End
[2026-09-10 22:12:03] Production.INFO: Account Balance End.
[2026-09-10 22:12:03] Production.ERROR: CronJobId end 12
[2026-09-10 22:12:03] Production.INFO: ==11530== Releasing lock...
[2026-09-10 22:12:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 22:12:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 22:12:04] Production.INFO: ==11526== Releasing lock...
[2026-09-10 22:12:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 22:12:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 22:12:10] Production.ERROR: CronJobId end10
[2026-09-10 22:12:10] Production.INFO: ==11528== Releasing lock...
[2026-09-10 22:12:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 22:12:10] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 22:12:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 22:12:13] Production.INFO: ============== Balance Warning START===========
[2026-09-10 22:12:13] Production.INFO: ============== Balance Warning END===========
[2026-09-10 22:12:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 22:12:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 22:12:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 22:12:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 22:12:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 22:12:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 22:12:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 22:12:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 22:12:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 22:12:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 22:12:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 22:12:14] Production.INFO: call_cost start
[2026-09-10 22:12:14] Production.INFO: call_cost end
[2026-09-10 22:12:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 22:12:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 22:12:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 22:12:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 22:12:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 22:12:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 22:12:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 22:12:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 22:12:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 22:12:14] Production.INFO: ==11524== Releasing lock...
[2026-09-10 22:12:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 22:12:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 03:13:02] Production.INFO: ==11594== Lock acquired, processing the job...
[2026-09-11 03:13:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 03:13:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 03:13:02] Production.INFO: neon service started
[2026-09-11 03:13:02] Production.INFO: neon service started
[2026-09-11 03:13:02] Production.INFO: ==11594== Releasing lock...
[2026-09-11 03:13:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 03:13:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 22:13:02] Production.INFO: ==11596== Lock acquired, processing the job...
[2026-09-10 22:13:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 22:13:02] Production.INFO: ==11596== Releasing lock...
[2026-09-10 22:13:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 22:13:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 02:13:02] Production.INFO: ==11598== Lock acquired, processing the job...
[2026-09-11 02:13:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 02:13:02] Production.INFO: ==11598== Releasing lock...
[2026-09-11 02:13:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 02:13:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 22:13:03] Production.INFO: ==11609== Lock acquired, processing the job...
[2026-09-10 22:13:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 22:13:03] Production.INFO: ==11607== Lock acquired, processing the job...
[2026-09-10 22:13:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 22:13:03] Production.INFO: ==11600== Lock acquired, processing the job...
[2026-09-10 22:13:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 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-09-10 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-09-10 22:13:03] Production.INFO: ==11602== Lock acquired, processing the job...
[2026-09-10 22:13:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 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-09-10 22:13:03] Production.INFO: Account Balance Start.
[2026-09-10 22:13:03] Production.INFO: CreateAllLog Start
[2026-09-10 22:13:03] Production.INFO: ==11609== Releasing lock...
[2026-09-10 22:13:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 22:13:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 22:13:03] Production.INFO: 117
[2026-09-10 22:13:03] Production.INFO: Date 2026-09-08
[2026-09-10 22:13:03] Production.INFO: Reseller ==> 0
[2026-09-10 22:13:03] Production.INFO: ==11605== Lock acquired, processing the job...
[2026-09-10 22:13:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 22:13:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 22:13:03] Production.INFO: Date 2026-09-09
[2026-09-10 22:13:03] Production.INFO: Reseller ==> 0
[2026-09-10 22:13:03] Production.INFO: Date 2026-09-10
[2026-09-10 22:13:03] Production.INFO: Reseller ==> 0
[2026-09-10 22:13:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 22:13:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 22:13:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 22:13:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 22:13:03] Production.INFO: Total Charge 0
[2026-09-10 22:13:03] Production.INFO: CreateAllLog End
[2026-09-10 22:13:03] Production.INFO: Account Balance End.
[2026-09-10 22:13:04] Production.ERROR: CronJobId end 12
[2026-09-10 22:13:04] Production.INFO: ==11607== Releasing lock...
[2026-09-10 22:13:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 22:13:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 22:13:04] Production.INFO: ==11602== Releasing lock...
[2026-09-10 22:13:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 22:13:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 22:13:12] Production.ERROR: CronJobId end10
[2026-09-10 22:13:12] Production.INFO: ==11605== Releasing lock...
[2026-09-10 22:13:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 22:13:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 22:13:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 22:13:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 22:13:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 22:13:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 22:13:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 22:13:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 22:13:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 22:13:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 22:13:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 22:13:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 22:13:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 22:13:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 22:13:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 22:13:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 22:13:15] Production.INFO: call_cost start
[2026-09-10 22:13:15] Production.INFO: call_cost end
[2026-09-10 22:13:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 22:13:15] Production.INFO: ============== Report Schedule START===========
[2026-09-10 22:13:15] Production.INFO: ============== Report Schedule END===========
[2026-09-10 22:13:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 22:13:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 22:13:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 22:13:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 22:13:15] Production.INFO: ============== Deal alert START===========
[2026-09-10 22:13:15] Production.INFO: ============== Deal alert END===========
[2026-09-10 22:13:15] Production.INFO: ==11600== Releasing lock...
[2026-09-10 22:13:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 22:13:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 03:14:01] Production.INFO: ==11674== Lock acquired, processing the job...
[2026-09-11 03:14:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 03:14:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 03:14:01] Production.INFO: neon service started
[2026-09-11 03:14:01] Production.INFO: neon service started
[2026-09-11 03:14:01] Production.INFO: ==11674== Releasing lock...
[2026-09-11 03:14:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 03:14:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 02:14:01] Production.INFO: ==11678== Lock acquired, processing the job...
[2026-09-11 02:14:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 02:14:01] Production.INFO: ==11678== Releasing lock...
[2026-09-11 02:14:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 02:14:01] Production.INFO: 25 MB #Memory Used#
[2026-09-10 22:14:02] Production.INFO: ==11676== Lock acquired, processing the job...
[2026-09-10 22:14:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 22:14:02] Production.INFO: ==11676== Releasing lock...
[2026-09-10 22:14:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 22:14:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 22:14:02] Production.INFO: ==11680== Lock acquired, processing the job...
[2026-09-10 22:14:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 22:14:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 22:14:02] Production.INFO: ==11686== Lock acquired, processing the job...
[2026-09-10 22:14:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 22:14:02] Production.INFO: Account Balance Start.
[2026-09-10 22:14:02] Production.INFO: CreateAllLog Start
[2026-09-10 22:14:02] Production.INFO: 117
[2026-09-10 22:14:03] Production.INFO: Date 2026-09-08
[2026-09-10 22:14:03] Production.INFO: Reseller ==> 0
[2026-09-10 22:14:03] Production.INFO: Date 2026-09-09
[2026-09-10 22:14:03] Production.INFO: Reseller ==> 0
[2026-09-10 22:14:03] Production.INFO: Date 2026-09-10
[2026-09-10 22:14:03] Production.INFO: Reseller ==> 0
[2026-09-10 22:14:03] Production.INFO: Total Charge 0
[2026-09-10 22:14:03] Production.INFO: CreateAllLog End
[2026-09-10 22:14:03] Production.INFO: ==11682== Lock acquired, processing the job...
[2026-09-10 22:14:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 22:14:03] Production.INFO: Account Balance End.
[2026-09-10 22:14:03] Production.ERROR: CronJobId end 12
[2026-09-10 22:14:03] Production.INFO: ==11686== Releasing lock...
[2026-09-10 22:14:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 22:14:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 22:14:03] Production.INFO: ==11684== Lock acquired, processing the job...
[2026-09-10 22:14:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 22:14:03] Production.INFO: ==11688== Lock acquired, processing the job...
[2026-09-10 22:14:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 22:14:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 22:14:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 22:14:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 22:14:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 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-09-10 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-09-10 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-09-10 22:14:03] Production.INFO: ==11688== Releasing lock...
[2026-09-10 22:14:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 22:14:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 22:14:04] Production.INFO: ==11682== Releasing lock...
[2026-09-10 22:14:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 22:14:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 22:14:12] Production.ERROR: CronJobId end10
[2026-09-10 22:14:12] Production.INFO: ==11684== Releasing lock...
[2026-09-10 22:14:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 22:14:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 22:14:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 22:14:13] Production.INFO: ============== Balance Warning START===========
[2026-09-10 22:14:13] Production.INFO: ============== Balance Warning END===========
[2026-09-10 22:14:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 22:14:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 22:14:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 22:14:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 22:14:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 22:14:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 22:14:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 22:14:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 22:14:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 22:14:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 22:14:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 22:14:14] Production.INFO: call_cost start
[2026-09-10 22:14:14] Production.INFO: call_cost end
[2026-09-10 22:14:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 22:14:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 22:14:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 22:14:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 22:14:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 22:14:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 22:14:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 22:14:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 22:14:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 22:14:14] Production.INFO: ==11680== Releasing lock...
[2026-09-10 22:14:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 22:14:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 03:15:01] Production.INFO: ==11760== Lock acquired, processing the job...
[2026-09-11 03:15:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 03:15:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 03:15:01] Production.INFO: neon service started
[2026-09-11 03:15:01] Production.INFO: neon service started
[2026-09-11 03:15:01] Production.INFO: ==11760== Releasing lock...
[2026-09-11 03:15:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 03:15:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 02:15:02] Production.INFO: ==11764== Lock acquired, processing the job...
[2026-09-11 02:15:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 02:15:02] Production.INFO: ==11764== Releasing lock...
[2026-09-11 02:15:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 02:15:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 22:15:02] Production.INFO: ==11762== Lock acquired, processing the job...
[2026-09-10 22:15:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 22:15:03] Production.INFO: ==11762== Releasing lock...
[2026-09-10 22:15:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 22:15:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 22:15:03] Production.INFO: ==11771== Lock acquired, processing the job...
[2026-09-10 22:15:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 22:15:04] Production.INFO: ==11767== Lock acquired, processing the job...
[2026-09-10 22:15:04] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-10 22:15:04] Production.ERROR: ========================== active cronjob start =============================
[2026-09-10 22:15:04] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-10 22:15:04] Production.ERROR: CronJob PID - 11771
[2026-09-10 22:15:04] Production.ERROR: CronJob Title - Account Block
[2026-09-10 22:15:04] Production.ERROR: CronJob ID - 7
[2026-09-10 22:15:04] Production.ERROR: CronJob Last Run Time 2026-09-10 22:15:00
[2026-09-10 22:15:04] Production.ERROR: CronJob Active Minutes 0
[2026-09-10 22:15:04] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-10 22:15:04] Production.INFO: ==11769== Lock acquired, processing the job...
[2026-09-10 22:15:04] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 22:15:04] Production.INFO: ==11777== Lock acquired, processing the job...
[2026-09-10 22:15:04] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-10 22:15:04] Production.ERROR: ========================== active cronjob end =============================
[2026-09-10 22:15:04] Production.INFO: ==11767== Releasing lock...
[2026-09-10 22:15:04] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-10 22:15:04] Production.INFO: 25.5 MB #Memory Used#
[2026-09-10 22:15:04] Production.INFO: ==11773== Lock acquired, processing the job...
[2026-09-10 22:15:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 22:15:04] Production.INFO: ==11775== Lock acquired, processing the job...
[2026-09-10 22:15:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 22:15:04] Production.ERROR: tblTempUsageDetail_20
[2026-09-10 22:15:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 22:15:04] Production.INFO: ==11779== Lock acquired, processing the job...
[2026-09-10 22:15:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 22:15:04] Production.INFO: Account Balance Start.
[2026-09-10 22:15:04] Production.INFO: CreateAllLog Start
[2026-09-10 22:15:04] Production.INFO: 117
[2026-09-10 22:15:04] Production.INFO: Date 2026-09-08
[2026-09-10 22: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-09-10 22:15:04] Production.INFO: Reseller ==> 0
[2026-09-10 22: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-09-10 22: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-09-10 22:15:04] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 22:15:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 22:15:04] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 22:15:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 22:15:04] Production.INFO: ==11779== Releasing lock...
[2026-09-10 22:15:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 22:15:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 22:15:04] Production.ERROR: done
[2026-09-10 22:15:04] Production.INFO: Date 2026-09-09
[2026-09-10 22:15:04] Production.INFO: Reseller ==> 0
[2026-09-10 22:15:04] Production.INFO: Date 2026-09-10
[2026-09-10 22:15:04] Production.INFO: Reseller ==> 0
[2026-09-10 22:15:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-10 22:15:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17980914', 'tblTempUsageDetail_20reseller','2026-09-10','2026-09-10','1' ) start
[2026-09-10 22:15:04] Production.INFO: Total Charge 0
[2026-09-10 22:15:04] Production.INFO: CreateAllLog End
[2026-09-10 22:15:04] Production.INFO: Account Balance End.
[2026-09-10 22:15:04] Production.ERROR: CronJobId end 12
[2026-09-10 22:15:04] Production.INFO: ==11775== Releasing lock...
[2026-09-10 22:15:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 22:15:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 22:15:04] Production.INFO: ==11771== Releasing lock...
[2026-09-10 22:15:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 22:15:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 22:15:09] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17980914', 'tblTempUsageDetail_20reseller','2026-09-10','2026-09-10','1' ) end
[2026-09-10 22:15:09] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-10 22:15:09] Production.INFO: ProcessCDR(1,17980914,1,1,2)
[2026-09-10 22:15:09] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17980914,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-10 22:15:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17980914,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-10 22:15:10] Production.ERROR: pbx prc_insertCDR start
[2026-09-10 22:15:10] Production.ERROR: pbx prc_insertCDR end
[2026-09-10 22:15:10] Production.INFO: ==11777== Releasing lock...
[2026-09-10 22:15:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-10 22:15:10] Production.INFO: 26 MB #Memory Used#
[2026-09-10 22:15:14] Production.ERROR: CronJobId end10
[2026-09-10 22:15:14] Production.INFO: ==11773== Releasing lock...
[2026-09-10 22:15:14] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 22:15:14] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 22:15:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 22:15:16] Production.INFO: ============== Balance Warning START===========
[2026-09-10 22:15:16] Production.INFO: ============== Balance Warning END===========
[2026-09-10 22:15:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 22:15:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 22:15:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 22:15:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 22:15:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 22:15:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 22:15:16] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 22:15:16] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 22:15:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 22:15:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 22:15:16] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 22:15:17] Production.INFO: call_cost start
[2026-09-10 22:15:17] Production.INFO: call_cost end
[2026-09-10 22:15:17] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 22:15:17] Production.INFO: ============== Report Schedule START===========
[2026-09-10 22:15:17] Production.INFO: ============== Report Schedule END===========
[2026-09-10 22:15:17] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 22:15:17] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 22:15:17] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 22:15:17] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 22:15:17] Production.INFO: ============== Deal alert START===========
[2026-09-10 22:15:17] Production.INFO: ============== Deal alert END===========
[2026-09-10 22:15:17] Production.INFO: ==11769== Releasing lock...
[2026-09-10 22:15:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 22:15:17] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 03:16:01] Production.INFO: ==11841== Lock acquired, processing the job...
[2026-09-11 03:16:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 03:16:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 03:16:01] Production.INFO: neon service started
[2026-09-11 03:16:01] Production.INFO: neon service started
[2026-09-11 03:16:01] Production.INFO: ==11841== Releasing lock...
[2026-09-11 03:16:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 03:16:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 02:16:01] Production.INFO: ==11845== Lock acquired, processing the job...
[2026-09-11 02:16:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 02:16:01] Production.INFO: ==11845== Releasing lock...
[2026-09-11 02:16:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 02:16:01] Production.INFO: 25 MB #Memory Used#
[2026-09-10 22:16:01] Production.INFO: ==11843== Lock acquired, processing the job...
[2026-09-10 22:16:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 22:16:02] Production.INFO: ==11843== Releasing lock...
[2026-09-10 22:16:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 22:16:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 22:16:02] Production.INFO: ==11850== Lock acquired, processing the job...
[2026-09-10 22:16:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 22:16:03] Production.INFO: ==11848== Lock acquired, processing the job...
[2026-09-10 22:16:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 22:16:03] Production.INFO: ==11852== Lock acquired, processing the job...
[2026-09-10 22:16:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 22:16:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 22:16:03] Production.INFO: ==11856== Lock acquired, processing the job...
[2026-09-10 22:16:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 22:16:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 22:16:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 22:16:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 22:16:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 22:16:03] Production.INFO: ==11854== Lock acquired, processing the job...
[2026-09-10 22:16:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 22:16:03] Production.INFO: Account Balance Start.
[2026-09-10 22:16:03] Production.INFO: CreateAllLog Start
[2026-09-10 22:16:03] Production.INFO: 117
[2026-09-10 22:16:03] Production.INFO: Date 2026-09-08
[2026-09-10 22:16:03] Production.INFO: Reseller ==> 0
[2026-09-10 22:16:03] Production.INFO: Date 2026-09-09
[2026-09-10 22:16:03] Production.INFO: Reseller ==> 0
[2026-09-10 22:16:03] Production.INFO: ==11850== Releasing lock...
[2026-09-10 22:16:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 22:16:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 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-09-10 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-09-10 22:16:03] Production.INFO: Date 2026-09-10
[2026-09-10 22:16:03] Production.INFO: Reseller ==> 0
[2026-09-10 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-09-10 22:16:03] Production.INFO: Total Charge 0
[2026-09-10 22:16:03] Production.INFO: CreateAllLog End
[2026-09-10 22:16:03] Production.INFO: ==11856== Releasing lock...
[2026-09-10 22:16:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 22:16:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 22:16:03] Production.INFO: Account Balance End.
[2026-09-10 22:16:03] Production.ERROR: CronJobId end 12
[2026-09-10 22:16:03] Production.INFO: ==11854== Releasing lock...
[2026-09-10 22:16:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 22:16:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 22:16:11] Production.ERROR: CronJobId end10
[2026-09-10 22:16:11] Production.INFO: ==11852== Releasing lock...
[2026-09-10 22:16:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 22:16:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 22:16:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 22:16:13] Production.INFO: ============== Balance Warning START===========
[2026-09-10 22:16:13] Production.INFO: ============== Balance Warning END===========
[2026-09-10 22:16:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 22:16:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 22:16:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 22:16:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 22:16:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 22:16:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 22:16:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 22:16:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 22:16:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 22:16:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 22:16:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 22:16:14] Production.INFO: call_cost start
[2026-09-10 22:16:14] Production.INFO: call_cost end
[2026-09-10 22:16:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 22:16:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 22:16:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 22:16:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 22:16:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 22:16:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 22:16:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 22:16:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 22:16:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 22:16:14] Production.INFO: ==11848== Releasing lock...
[2026-09-10 22:16:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 22:16:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 03:17:01] Production.INFO: ==11918== Lock acquired, processing the job...
[2026-09-11 03:17:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 03:17:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 03:17:01] Production.INFO: neon service started
[2026-09-11 03:17:01] Production.INFO: neon service started
[2026-09-11 03:17:01] Production.INFO: ==11918== Releasing lock...
[2026-09-11 03:17:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 03:17:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 02:17:02] Production.INFO: ==11922== Lock acquired, processing the job...
[2026-09-11 02:17:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 02:17:02] Production.INFO: ==11922== Releasing lock...
[2026-09-11 02:17:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 02:17:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 22:17:02] Production.INFO: ==11920== Lock acquired, processing the job...
[2026-09-10 22:17:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 22:17:02] Production.INFO: ==11920== Releasing lock...
[2026-09-10 22:17:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 22:17:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 22:17:03] Production.INFO: ==11924== Lock acquired, processing the job...
[2026-09-10 22:17:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 22:17:03] Production.INFO: ==11930== Lock acquired, processing the job...
[2026-09-10 22:17:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 22:17:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 22:17:03] Production.INFO: Account Balance Start.
[2026-09-10 22:17:03] Production.INFO: CreateAllLog Start
[2026-09-10 22:17:03] Production.INFO: 117
[2026-09-10 22:17:03] Production.INFO: Date 2026-09-08
[2026-09-10 22:17:03] Production.INFO: Reseller ==> 0
[2026-09-10 22:17:03] Production.INFO: Date 2026-09-09
[2026-09-10 22:17:03] Production.INFO: Reseller ==> 0
[2026-09-10 22:17:03] Production.INFO: Date 2026-09-10
[2026-09-10 22:17:03] Production.INFO: Reseller ==> 0
[2026-09-10 22:17:03] Production.INFO: Total Charge 0
[2026-09-10 22:17:03] Production.INFO: CreateAllLog End
[2026-09-10 22:17:03] Production.INFO: Account Balance End.
[2026-09-10 22:17:03] Production.INFO: ==11926== Lock acquired, processing the job...
[2026-09-10 22:17:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 22:17:03] Production.ERROR: CronJobId end 12
[2026-09-10 22:17:03] Production.INFO: ==11930== Releasing lock...
[2026-09-10 22:17:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 22:17:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 22:17:03] Production.INFO: ==11928== Lock acquired, processing the job...
[2026-09-10 22:17:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 22:17:03] Production.INFO: ==11932== Lock acquired, processing the job...
[2026-09-10 22:17:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 22:17:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 22:17:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 22:17:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 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-09-10 22:17:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 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-09-10 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-09-10 22:17:03] Production.INFO: ==11932== Releasing lock...
[2026-09-10 22:17:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 22:17:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 22:17:04] Production.INFO: ==11926== Releasing lock...
[2026-09-10 22:17:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 22:17:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 22:17:11] Production.ERROR: CronJobId end10
[2026-09-10 22:17:11] Production.INFO: ==11928== Releasing lock...
[2026-09-10 22:17:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 22:17:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 22:17:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 22:17:13] Production.INFO: ============== Balance Warning START===========
[2026-09-10 22:17:13] Production.INFO: ============== Balance Warning END===========
[2026-09-10 22:17:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 22:17:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 22:17:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 22:17:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 22:17:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 22:17:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 22:17:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 22:17:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 22:17:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 22:17:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 22:17:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 22:17:13] Production.INFO: call_cost start
[2026-09-10 22:17:14] Production.INFO: call_cost end
[2026-09-10 22:17:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 22:17:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 22:17:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 22:17:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 22:17:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 22:17:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 22:17:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 22:17:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 22:17:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 22:17:14] Production.INFO: ==11924== Releasing lock...
[2026-09-10 22:17:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 22:17:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 03:18:02] Production.INFO: ==11991== Lock acquired, processing the job...
[2026-09-11 03:18:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 03:18:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 03:18:02] Production.INFO: neon service started
[2026-09-11 03:18:02] Production.INFO: neon service started
[2026-09-11 03:18:02] Production.INFO: ==11991== Releasing lock...
[2026-09-11 03:18:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 03:18:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 02:18:02] Production.INFO: ==11995== Lock acquired, processing the job...
[2026-09-11 02:18:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 02:18:02] Production.INFO: ==11995== Releasing lock...
[2026-09-11 02:18:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 02:18:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 22:18:02] Production.INFO: ==11993== Lock acquired, processing the job...
[2026-09-10 22:18:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 22:18:03] Production.INFO: ==11993== Releasing lock...
[2026-09-10 22:18:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 22:18:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 22:18:03] Production.INFO: ==12003== Lock acquired, processing the job...
[2026-09-10 22:18:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 22:18:03] Production.INFO: ==11997== Lock acquired, processing the job...
[2026-09-10 22:18:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 22:18:03] Production.INFO: ==11999== Lock acquired, processing the job...
[2026-09-10 22:18:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 22:18:03] Production.INFO: Account Balance Start.
[2026-09-10 22:18:03] Production.INFO: CreateAllLog Start
[2026-09-10 22:18:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 22:18:03] Production.INFO: ==12001== Lock acquired, processing the job...
[2026-09-10 22:18:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 22:18:03] Production.INFO: 117
[2026-09-10 22:18:03] Production.INFO: ==12005== Lock acquired, processing the job...
[2026-09-10 22:18:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 22:18:03] Production.INFO: Date 2026-09-08
[2026-09-10 22:18:03] Production.INFO: Reseller ==> 0
[2026-09-10 22:18:04] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 22:18:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 22:18:04] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 22:18:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 22:18:04] Production.INFO: Date 2026-09-09
[2026-09-10 22:18:04] Production.INFO: Reseller ==> 0
[2026-09-10 22:18:04] Production.INFO: Date 2026-09-10
[2026-09-10 22:18:04] Production.INFO: Reseller ==> 0
[2026-09-10 22: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-09-10 22: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-09-10 22:18:04] Production.INFO: Total Charge 0
[2026-09-10 22: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-09-10 22:18:04] Production.INFO: CreateAllLog End
[2026-09-10 22:18:04] Production.INFO: ==12005== Releasing lock...
[2026-09-10 22:18:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 22:18:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 22:18:04] Production.INFO: Account Balance End.
[2026-09-10 22:18:04] Production.ERROR: CronJobId end 12
[2026-09-10 22:18:04] Production.INFO: ==12003== Releasing lock...
[2026-09-10 22:18:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 22:18:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 22:18:04] Production.INFO: ==11999== Releasing lock...
[2026-09-10 22:18:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 22:18:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 22: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,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-09-10 22:18:11] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 22:18:11] Production.INFO: ============== Balance Warning START===========
[2026-09-10 22:18:11] Production.INFO: ============== Balance Warning END===========
[2026-09-10 22:18:11] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 22:18:11] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 22:18:11] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 22:18:11] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 22:18:11] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 22:18:11] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 22:18:11] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 22:18:11] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 22:18:11] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 22:18:11] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 22:18:11] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 22:18:12] Production.INFO: call_cost start
[2026-09-10 22:18:12] Production.INFO: call_cost end
[2026-09-10 22:18:12] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 22:18:12] Production.INFO: ============== Report Schedule START===========
[2026-09-10 22:18:12] Production.INFO: ============== Report Schedule END===========
[2026-09-10 22:18:12] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 22:18:12] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 22:18:12] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 22:18:12] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 22:18:12] Production.INFO: ============== Deal alert START===========
[2026-09-10 22:18:12] Production.INFO: ============== Deal alert END===========
[2026-09-10 22:18:12] Production.INFO: ==11997== Releasing lock...
[2026-09-10 22:18:12] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 22:18:12] Production.INFO: 28.25 MB #Memory Used#
[2026-09-10 22:18:12] Production.ERROR: CronJobId end10
[2026-09-10 22:18:12] Production.INFO: ==12001== Releasing lock...
[2026-09-10 22:18:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 22:18:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 03:19:01] Production.INFO: ==12070== Lock acquired, processing the job...
[2026-09-11 03:19:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 03:19:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 03:19:01] Production.INFO: neon service started
[2026-09-11 03:19:01] Production.INFO: neon service started
[2026-09-11 03:19:01] Production.INFO: ==12070== Releasing lock...
[2026-09-11 03:19:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 03:19:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 22:19:02] Production.INFO: ==12072== Lock acquired, processing the job...
[2026-09-10 22:19:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 02:19:02] Production.INFO: ==12074== Lock acquired, processing the job...
[2026-09-11 02:19:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 02:19:02] Production.INFO: ==12074== Releasing lock...
[2026-09-11 02:19:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 02:19:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 22:19:02] Production.INFO: ==12072== Releasing lock...
[2026-09-10 22:19:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 22:19:02] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 22:19:03] Production.INFO: ==12077== Lock acquired, processing the job...
[2026-09-10 22:19:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 22:19:03] Production.INFO: ==12079== Lock acquired, processing the job...
[2026-09-10 22:19:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 22:19:03] Production.INFO: ==12085== Lock acquired, processing the job...
[2026-09-10 22:19:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 22:19:03] Production.INFO: ==12081== Lock acquired, processing the job...
[2026-09-10 22:19:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 22:19:03] Production.INFO: ==12083== Lock acquired, processing the job...
[2026-09-10 22:19:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 22:19:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 22:19:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 22:19:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 22:19:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 22:19:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 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-09-10 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-09-10 22:19:03] Production.INFO: Account Balance Start.
[2026-09-10 22:19:03] Production.INFO: CreateAllLog Start
[2026-09-10 22:19:03] Production.INFO: 117
[2026-09-10 22:19:03] Production.INFO: Date 2026-09-08
[2026-09-10 22:19:03] Production.INFO: Reseller ==> 0
[2026-09-10 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-09-10 22:19:03] Production.INFO: Date 2026-09-09
[2026-09-10 22:19:03] Production.INFO: Reseller ==> 0
[2026-09-10 22:19:03] Production.INFO: ==12085== Releasing lock...
[2026-09-10 22:19:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 22:19:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 22:19:03] Production.INFO: Date 2026-09-10
[2026-09-10 22:19:03] Production.INFO: Reseller ==> 0
[2026-09-10 22:19:03] Production.INFO: Total Charge 0
[2026-09-10 22:19:03] Production.INFO: CreateAllLog End
[2026-09-10 22:19:03] Production.INFO: Account Balance End.
[2026-09-10 22:19:03] Production.ERROR: CronJobId end 12
[2026-09-10 22:19:03] Production.INFO: ==12083== Releasing lock...
[2026-09-10 22:19:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 22:19:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 22:19:04] Production.INFO: ==12079== Releasing lock...
[2026-09-10 22:19:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 22:19:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 22:19:10] Production.ERROR: CronJobId end10
[2026-09-10 22:19:10] Production.INFO: ==12081== Releasing lock...
[2026-09-10 22:19:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 22:19:10] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 22:19:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 22:19:13] Production.INFO: ============== Balance Warning START===========
[2026-09-10 22:19:13] Production.INFO: ============== Balance Warning END===========
[2026-09-10 22:19:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 22:19:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 22:19:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 22:19:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 22:19:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 22:19:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 22:19:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 22:19:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 22:19:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 22:19:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 22:19:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 22:19:13] Production.INFO: call_cost start
[2026-09-10 22:19:13] Production.INFO: call_cost end
[2026-09-10 22:19:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 22:19:13] Production.INFO: ============== Report Schedule START===========
[2026-09-10 22:19:13] Production.INFO: ============== Report Schedule END===========
[2026-09-10 22:19:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 22:19:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 22:19:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 22:19:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 22:19:13] Production.INFO: ============== Deal alert START===========
[2026-09-10 22:19:13] Production.INFO: ============== Deal alert END===========
[2026-09-10 22:19:13] Production.INFO: ==12077== Releasing lock...
[2026-09-10 22:19:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 22:19:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 03:20:02] Production.INFO: ==12149== Lock acquired, processing the job...
[2026-09-11 03:20:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 03:20:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 03:20:02] Production.INFO: neon service started
[2026-09-11 03:20:02] Production.INFO: neon service started
[2026-09-11 03:20:02] Production.INFO: ==12149== Releasing lock...
[2026-09-11 03:20:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 03:20:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 22:20:02] Production.INFO: ==12151== Lock acquired, processing the job...
[2026-09-10 22:20:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 22:20:02] Production.INFO: ==12151== Releasing lock...
[2026-09-10 22:20:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 22:20:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 02:20:03] Production.INFO: ==12153== Lock acquired, processing the job...
[2026-09-11 02:20:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 02:20:03] Production.INFO: ==12153== Releasing lock...
[2026-09-11 02:20:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 02:20:03] Production.INFO: 25 MB #Memory Used#
[2026-09-10 22:20:03] Production.INFO: ==12155== Lock acquired, processing the job...
[2026-09-10 22:20:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 22:20:03] Production.INFO: ==12159== Lock acquired, processing the job...
[2026-09-10 22:20:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 22:20:03] Production.INFO: ==12161== Lock acquired, processing the job...
[2026-09-10 22:20:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 22:20:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 22:20:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 22:20:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 22:20:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 22:20:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 22:20:03] Production.INFO: Account Balance Start.
[2026-09-10 22:20:03] Production.INFO: CreateAllLog Start
[2026-09-10 22:20:03] Production.INFO: 117
[2026-09-10 22:20:03] Production.INFO: Date 2026-09-08
[2026-09-10 22:20:03] Production.INFO: ==12157== Lock acquired, processing the job...
[2026-09-10 22:20:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 22:20:03] Production.INFO: Reseller ==> 0
[2026-09-10 22:20:03] Production.INFO: Date 2026-09-09
[2026-09-10 22:20:03] Production.INFO: Reseller ==> 0
[2026-09-10 22:20:03] Production.INFO: Date 2026-09-10
[2026-09-10 22:20:03] Production.INFO: Reseller ==> 0
[2026-09-10 22:20:03] Production.INFO: Total Charge 0
[2026-09-10 22:20:03] Production.INFO: CreateAllLog End
[2026-09-10 22:20:03] Production.INFO: ==12163== Lock acquired, processing the job...
[2026-09-10 22:20:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 22:20:03] Production.INFO: Account Balance End.
[2026-09-10 22:20:04] Production.ERROR: CronJobId end 12
[2026-09-10 22:20:04] Production.INFO: ==12161== Releasing lock...
[2026-09-10 22:20:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 22:20:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 22: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-09-10 22: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-09-10 22: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-09-10 22:20:04] Production.INFO: ==12163== Releasing lock...
[2026-09-10 22:20:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 22:20:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 22:20:04] Production.INFO: ==12157== Releasing lock...
[2026-09-10 22:20:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 22:20:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 22:20:12] Production.ERROR: CronJobId end10
[2026-09-10 22:20:12] Production.INFO: ==12159== Releasing lock...
[2026-09-10 22:20:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 22:20:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 22:20:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 22:20:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 22:20:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 22:20:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 22:20:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 22:20:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 22:20:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 22:20:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 22:20:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 22:20:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 22:20:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 22:20:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 22:20:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 22:20:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 22:20:15] Production.INFO: call_cost start
[2026-09-10 22:20:15] Production.INFO: call_cost end
[2026-09-10 22:20:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 22:20:15] Production.INFO: ============== Report Schedule START===========
[2026-09-10 22:20:15] Production.INFO: ============== Report Schedule END===========
[2026-09-10 22:20:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 22:20:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 22:20:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 22:20:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 22:20:15] Production.INFO: ============== Deal alert START===========
[2026-09-10 22:20:15] Production.INFO: ============== Deal alert END===========
[2026-09-10 22:20:15] Production.INFO: ==12155== Releasing lock...
[2026-09-10 22:20:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 22:20:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 03:21:01] Production.INFO: ==12223== Lock acquired, processing the job...
[2026-09-11 03:21:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 03:21:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 03:21:01] Production.INFO: neon service started
[2026-09-11 03:21:01] Production.INFO: neon service started
[2026-09-11 03:21:01] Production.INFO: ==12223== Releasing lock...
[2026-09-11 03:21:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 03:21:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 22:21:01] Production.INFO: ==12225== Lock acquired, processing the job...
[2026-09-10 22:21:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 22:21:02] Production.INFO: ==12225== Releasing lock...
[2026-09-10 22:21:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 22:21:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 02:21:02] Production.INFO: ==12227== Lock acquired, processing the job...
[2026-09-11 02:21:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 02:21:02] Production.INFO: ==12227== Releasing lock...
[2026-09-11 02:21:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 02:21:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 22:21:02] Production.INFO: ==12237== Lock acquired, processing the job...
[2026-09-10 22:21:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 22: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-09-10 22: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-09-10 22:21:03] Production.INFO: ==12229== Lock acquired, processing the job...
[2026-09-10 22:21:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 22: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-09-10 22:21:03] Production.INFO: ==12237== Releasing lock...
[2026-09-10 22:21:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 22:21:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 22:21:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 22:21:03] Production.INFO: ==12231== Lock acquired, processing the job...
[2026-09-10 22:21:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 22:21:03] Production.INFO: ==12235== Lock acquired, processing the job...
[2026-09-10 22:21:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 22:21:03] Production.INFO: ==12233== Lock acquired, processing the job...
[2026-09-10 22:21:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 22:21:03] Production.INFO: Account Balance Start.
[2026-09-10 22:21:03] Production.INFO: CreateAllLog Start
[2026-09-10 22:21:03] Production.INFO: 117
[2026-09-10 22:21:03] Production.INFO: Date 2026-09-08
[2026-09-10 22:21:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 22:21:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 22:21:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 22:21:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 22:21:03] Production.INFO: Reseller ==> 0
[2026-09-10 22:21:03] Production.INFO: Date 2026-09-09
[2026-09-10 22:21:03] Production.INFO: Reseller ==> 0
[2026-09-10 22:21:03] Production.INFO: Date 2026-09-10
[2026-09-10 22:21:03] Production.INFO: Reseller ==> 0
[2026-09-10 22:21:03] Production.INFO: Total Charge 0
[2026-09-10 22:21:03] Production.INFO: CreateAllLog End
[2026-09-10 22:21:03] Production.INFO: Account Balance End.
[2026-09-10 22:21:03] Production.ERROR: CronJobId end 12
[2026-09-10 22:21:03] Production.INFO: ==12235== Releasing lock...
[2026-09-10 22:21:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 22:21:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 22:21:03] Production.INFO: ==12231== Releasing lock...
[2026-09-10 22:21:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 22:21:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 22:21:11] Production.ERROR: CronJobId end10
[2026-09-10 22:21:11] Production.INFO: ==12233== Releasing lock...
[2026-09-10 22:21:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 22:21:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 22:21:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 22:21:13] Production.INFO: ============== Balance Warning START===========
[2026-09-10 22:21:13] Production.INFO: ============== Balance Warning END===========
[2026-09-10 22:21:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 22:21:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 22:21:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 22:21:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 22:21:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 22:21:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 22:21:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 22:21:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 22:21:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 22:21:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 22:21:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 22:21:14] Production.INFO: call_cost start
[2026-09-10 22:21:14] Production.INFO: call_cost end
[2026-09-10 22:21:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 22:21:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 22:21:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 22:21:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 22:21:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 22:21:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 22:21:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 22:21:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 22:21:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 22:21:14] Production.INFO: ==12229== Releasing lock...
[2026-09-10 22:21:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 22:21:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 03:22:02] Production.INFO: ==12296== Lock acquired, processing the job...
[2026-09-11 03:22:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 03:22:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 03:22:02] Production.INFO: neon service started
[2026-09-11 03:22:02] Production.INFO: neon service started
[2026-09-11 03:22:02] Production.INFO: ==12296== Releasing lock...
[2026-09-11 03:22:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 03:22:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 02:22:02] Production.INFO: ==12301== Lock acquired, processing the job...
[2026-09-11 02:22:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 02:22:02] Production.INFO: ==12301== Releasing lock...
[2026-09-11 02:22:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 02:22:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 22:22:02] Production.INFO: ==12299== Lock acquired, processing the job...
[2026-09-10 22:22:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 22:22:02] Production.INFO: ==12299== Releasing lock...
[2026-09-10 22:22:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 22:22:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 22:22:03] Production.INFO: ==12303== Lock acquired, processing the job...
[2026-09-10 22:22:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 22:22:03] Production.INFO: ==12309== Lock acquired, processing the job...
[2026-09-10 22:22:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 22:22:03] Production.INFO: ==12307== Lock acquired, processing the job...
[2026-09-10 22:22:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 22:22:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 22:22:03] Production.INFO: ==12305== Lock acquired, processing the job...
[2026-09-10 22:22:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 22:22:03] Production.INFO: Account Balance Start.
[2026-09-10 22:22:03] Production.INFO: CreateAllLog Start
[2026-09-10 22:22:03] Production.INFO: 117
[2026-09-10 22:22:03] Production.INFO: Date 2026-09-08
[2026-09-10 22:22:03] Production.INFO: ==12311== Lock acquired, processing the job...
[2026-09-10 22:22:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 22:22:03] Production.INFO: Reseller ==> 0
[2026-09-10 22:22:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 22:22:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 22:22:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 22:22:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 22:22:03] Production.INFO: Date 2026-09-09
[2026-09-10 22:22:03] Production.INFO: Reseller ==> 0
[2026-09-10 22:22:03] Production.INFO: Date 2026-09-10
[2026-09-10 22:22:03] Production.INFO: Reseller ==> 0
[2026-09-10 22:22:03] Production.INFO: Total Charge 0
[2026-09-10 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-09-10 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-09-10 22:22:03] Production.INFO: CreateAllLog End
[2026-09-10 22: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-09-10 22:22:04] Production.INFO: ==12311== Releasing lock...
[2026-09-10 22:22:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 22:22:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 22:22:04] Production.INFO: Account Balance End.
[2026-09-10 22:22:04] Production.ERROR: CronJobId end 12
[2026-09-10 22:22:04] Production.INFO: ==12309== Releasing lock...
[2026-09-10 22:22:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 22:22:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 22:22:04] Production.INFO: ==12305== Releasing lock...
[2026-09-10 22:22:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 22:22:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 22:22:11] Production.ERROR: CronJobId end10
[2026-09-10 22:22:11] Production.INFO: ==12307== Releasing lock...
[2026-09-10 22:22:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 22:22:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 22:22:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 22:22:13] Production.INFO: ============== Balance Warning START===========
[2026-09-10 22:22:13] Production.INFO: ============== Balance Warning END===========
[2026-09-10 22:22:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 22:22:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 22:22:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 22:22:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 22:22:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 22:22:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 22:22:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 22:22:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 22:22:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 22:22:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 22:22:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 22:22:14] Production.INFO: call_cost start
[2026-09-10 22:22:14] Production.INFO: call_cost end
[2026-09-10 22:22:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 22:22:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 22:22:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 22:22:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 22:22:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 22:22:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 22:22:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 22:22:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 22:22:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 22:22:14] Production.INFO: ==12303== Releasing lock...
[2026-09-10 22:22:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 22:22:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 03:23:01] Production.INFO: ==12370== Lock acquired, processing the job...
[2026-09-11 03:23:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 03:23:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 03:23:01] Production.INFO: neon service started
[2026-09-11 03:23:01] Production.INFO: neon service started
[2026-09-11 03:23:01] Production.INFO: ==12370== Releasing lock...
[2026-09-11 03:23:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 03:23:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 02:23:01] Production.INFO: ==12374== Lock acquired, processing the job...
[2026-09-11 02:23:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 02:23:01] Production.INFO: ==12374== Releasing lock...
[2026-09-11 02:23:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 02:23:01] Production.INFO: 25 MB #Memory Used#
[2026-09-10 22:23:02] Production.INFO: ==12372== Lock acquired, processing the job...
[2026-09-10 22:23:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 22:23:02] Production.INFO: ==12372== Releasing lock...
[2026-09-10 22:23:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 22:23:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 22:23:02] Production.INFO: ==12381== Lock acquired, processing the job...
[2026-09-10 22:23:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 22:23:02] Production.INFO: ==12377== Lock acquired, processing the job...
[2026-09-10 22:23:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 22:23:03] Production.INFO: ==12379== Lock acquired, processing the job...
[2026-09-10 22:23:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 22:23:03] Production.INFO: ==12383== Lock acquired, processing the job...
[2026-09-10 22:23:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 22:23:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 22:23:03] Production.INFO: ==12385== Lock acquired, processing the job...
[2026-09-10 22:23:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 22:23:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 22:23:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 22:23:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 22:23:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 22:23:03] Production.INFO: Account Balance Start.
[2026-09-10 22:23:03] Production.INFO: CreateAllLog Start
[2026-09-10 22:23:03] Production.INFO: 117
[2026-09-10 22:23:03] Production.INFO: Date 2026-09-08
[2026-09-10 22:23:03] Production.INFO: Reseller ==> 0
[2026-09-10 22:23:03] Production.INFO: Date 2026-09-09
[2026-09-10 22:23:03] Production.INFO: Reseller ==> 0
[2026-09-10 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-09-10 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-09-10 22:23:03] Production.INFO: Date 2026-09-10
[2026-09-10 22:23:03] Production.INFO: Reseller ==> 0
[2026-09-10 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-09-10 22:23:03] Production.INFO: Total Charge 0
[2026-09-10 22:23:03] Production.INFO: CreateAllLog End
[2026-09-10 22:23:03] Production.INFO: ==12385== Releasing lock...
[2026-09-10 22:23:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 22:23:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 22:23:03] Production.INFO: Account Balance End.
[2026-09-10 22:23:03] Production.ERROR: CronJobId end 12
[2026-09-10 22:23:03] Production.INFO: ==12383== Releasing lock...
[2026-09-10 22:23:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 22:23:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 22:23:03] Production.INFO: ==12379== Releasing lock...
[2026-09-10 22:23:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 22:23:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 22:23:11] Production.ERROR: CronJobId end10
[2026-09-10 22:23:11] Production.INFO: ==12381== Releasing lock...
[2026-09-10 22:23:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 22:23:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 22:23:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 22:23:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 22:23:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 22:23:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 22:23:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 22:23:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 22:23:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 22:23:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 22:23:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 22:23:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 22:23:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 22:23:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 22:23:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 22:23:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 22:23:14] Production.INFO: call_cost start
[2026-09-10 22:23:14] Production.INFO: call_cost end
[2026-09-10 22:23:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 22:23:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 22:23:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 22:23:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 22:23:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 22:23:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 22:23:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 22:23:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 22:23:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 22:23:14] Production.INFO: ==12377== Releasing lock...
[2026-09-10 22:23:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 22:23:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 03:24:01] Production.INFO: ==12455== Lock acquired, processing the job...
[2026-09-11 03:24:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 03:24:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 03:24:01] Production.INFO: neon service started
[2026-09-11 03:24:01] Production.INFO: neon service started
[2026-09-11 03:24:01] Production.INFO: ==12455== Releasing lock...
[2026-09-11 03:24:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 03:24:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 02:24:02] Production.INFO: ==12459== Lock acquired, processing the job...
[2026-09-11 02:24:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 02:24:02] Production.INFO: ==12459== Releasing lock...
[2026-09-11 02:24:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 02:24:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 22:24:02] Production.INFO: ==12457== Lock acquired, processing the job...
[2026-09-10 22:24:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 22:24:02] Production.INFO: ==12457== Releasing lock...
[2026-09-10 22:24:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 22:24:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 22:24:03] Production.INFO: ==12469== Lock acquired, processing the job...
[2026-09-10 22:24:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 22: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-09-10 22: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-09-10 22: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-09-10 22:24:03] Production.INFO: ==12469== Releasing lock...
[2026-09-10 22:24:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 22:24:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 22:24:03] Production.INFO: ==12461== Lock acquired, processing the job...
[2026-09-10 22:24:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 22:24:03] Production.INFO: ==12463== Lock acquired, processing the job...
[2026-09-10 22:24:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 22:24:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 22:24:03] Production.INFO: ==12465== Lock acquired, processing the job...
[2026-09-10 22:24:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 22:24:03] Production.INFO: ==12467== Lock acquired, processing the job...
[2026-09-10 22:24:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 22:24:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 22:24:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 22:24:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 22:24:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 22:24:03] Production.INFO: Account Balance Start.
[2026-09-10 22:24:03] Production.INFO: CreateAllLog Start
[2026-09-10 22:24:03] Production.INFO: 117
[2026-09-10 22:24:03] Production.INFO: Date 2026-09-08
[2026-09-10 22:24:03] Production.INFO: Reseller ==> 0
[2026-09-10 22:24:03] Production.INFO: Date 2026-09-09
[2026-09-10 22:24:03] Production.INFO: Reseller ==> 0
[2026-09-10 22:24:03] Production.INFO: Date 2026-09-10
[2026-09-10 22:24:03] Production.INFO: Reseller ==> 0
[2026-09-10 22:24:04] Production.INFO: Total Charge 0
[2026-09-10 22:24:04] Production.INFO: CreateAllLog End
[2026-09-10 22:24:04] Production.INFO: Account Balance End.
[2026-09-10 22:24:04] Production.ERROR: CronJobId end 12
[2026-09-10 22:24:04] Production.INFO: ==12467== Releasing lock...
[2026-09-10 22:24:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 22:24:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 22:24:04] Production.INFO: ==12463== Releasing lock...
[2026-09-10 22:24:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 22:24:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 22:24:10] Production.ERROR: CronJobId end10
[2026-09-10 22:24:10] Production.INFO: ==12465== Releasing lock...
[2026-09-10 22:24:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 22:24:10] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 22:24:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 22:24:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 22:24:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 22:24:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 22:24:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 22:24:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 22:24:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 22:24:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 22:24:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 22:24:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 22:24:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 22:24:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 22:24:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 22:24:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 22:24:14] Production.INFO: call_cost start
[2026-09-10 22:24:14] Production.INFO: call_cost end
[2026-09-10 22:24:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 22:24:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 22:24:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 22:24:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 22:24:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 22:24:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 22:24:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 22:24:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 22:24:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 22:24:14] Production.INFO: ==12461== Releasing lock...
[2026-09-10 22:24:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 22:24:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 03:25:02] Production.INFO: ==12531== Lock acquired, processing the job...
[2026-09-11 03:25:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 03:25:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 03:25:02] Production.INFO: neon service started
[2026-09-11 03:25:02] Production.INFO: neon service started
[2026-09-11 03:25:02] Production.INFO: ==12531== Releasing lock...
[2026-09-11 03:25:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 03:25:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 02:25:02] Production.INFO: ==12535== Lock acquired, processing the job...
[2026-09-11 02:25:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 02:25:02] Production.INFO: ==12535== Releasing lock...
[2026-09-11 02:25:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 02:25:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 22:25:02] Production.INFO: ==12533== Lock acquired, processing the job...
[2026-09-10 22:25:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 22:25:03] Production.INFO: ==12533== Releasing lock...
[2026-09-10 22:25:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 22:25:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 22:25:03] Production.INFO: ==12537== Lock acquired, processing the job...
[2026-09-10 22:25:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-10 22:25:03] Production.INFO: ==12539== Lock acquired, processing the job...
[2026-09-10 22:25:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 22:25:04] Production.ERROR: ========================== active cronjob start =============================
[2026-09-10 22:25:04] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-10 22:25:04] Production.ERROR: CronJob PID - 12539
[2026-09-10 22:25:04] Production.ERROR: CronJob Title - System Alerts
[2026-09-10 22:25:04] Production.ERROR: CronJob ID - 5
[2026-09-10 22:25:04] Production.ERROR: CronJob Last Run Time 2026-09-10 22:25:00
[2026-09-10 22:25:04] Production.ERROR: CronJob Active Minutes 0
[2026-09-10 22:25:04] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-10 22:25:04] Production.ERROR: ========================== active cronjob end =============================
[2026-09-10 22:25:04] Production.INFO: ==12537== Releasing lock...
[2026-09-10 22:25:04] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-10 22:25:04] Production.INFO: 25.5 MB #Memory Used#
[2026-09-10 22:25:04] Production.INFO: ==12541== Lock acquired, processing the job...
[2026-09-10 22:25:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 22:25:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 22:25:04] Production.INFO: ==12545== Lock acquired, processing the job...
[2026-09-10 22:25:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 22:25:04] Production.INFO: ==12543== Lock acquired, processing the job...
[2026-09-10 22:25:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 22:25:04] Production.INFO: ==12547== Lock acquired, processing the job...
[2026-09-10 22:25:04] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-10 22:25:04] Production.ERROR: tblTempUsageDetail_20
[2026-09-10 22:25:04] Production.INFO: Account Balance Start.
[2026-09-10 22:25:04] Production.INFO: CreateAllLog Start
[2026-09-10 22:25:04] Production.INFO: 117
[2026-09-10 22:25:04] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 22:25:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 22:25:04] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 22:25:04] Production.INFO: Date 2026-09-08
[2026-09-10 22:25:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 22:25:04] Production.INFO: ==12550== Lock acquired, processing the job...
[2026-09-10 22:25:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 22:25:04] Production.INFO: Reseller ==> 0
[2026-09-10 22:25:04] Production.INFO: Date 2026-09-09
[2026-09-10 22:25:04] Production.INFO: Reseller ==> 0
[2026-09-10 22:25:04] Production.INFO: Date 2026-09-10
[2026-09-10 22:25:04] Production.INFO: Reseller ==> 0
[2026-09-10 22: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-09-10 22: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-09-10 22:25:04] Production.INFO: Total Charge 0
[2026-09-10 22:25:04] Production.INFO: CreateAllLog End
[2026-09-10 22: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-09-10 22:25:04] Production.INFO: ==12550== Releasing lock...
[2026-09-10 22:25:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 22:25:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 22:25:04] Production.ERROR: done
[2026-09-10 22:25:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-10 22:25:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17980955', 'tblTempUsageDetail_20reseller','2026-09-10','2026-09-10','1' ) start
[2026-09-10 22:25:04] Production.INFO: Account Balance End.
[2026-09-10 22:25:04] Production.ERROR: CronJobId end 12
[2026-09-10 22:25:04] Production.INFO: ==12545== Releasing lock...
[2026-09-10 22:25:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 22:25:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 22:25:05] Production.INFO: ==12541== Releasing lock...
[2026-09-10 22:25:05] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 22:25:05] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 22:25:11] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17980955', 'tblTempUsageDetail_20reseller','2026-09-10','2026-09-10','1' ) end
[2026-09-10 22:25:11] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-10 22:25:11] Production.INFO: ProcessCDR(1,17980955,1,1,2)
[2026-09-10 22:25:11] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17980955,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-10 22:25:11] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17980955,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-10 22:25:11] Production.ERROR: pbx prc_insertCDR start
[2026-09-10 22:25:11] Production.ERROR: pbx prc_insertCDR end
[2026-09-10 22:25:11] Production.INFO: ==12547== Releasing lock...
[2026-09-10 22:25:11] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-10 22:25:11] Production.INFO: 26 MB #Memory Used#
[2026-09-10 22:25:15] Production.ERROR: CronJobId end10
[2026-09-10 22:25:15] Production.INFO: ==12543== Releasing lock...
[2026-09-10 22:25:15] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 22:25:15] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 22:25:17] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 22:25:17] Production.INFO: ============== Balance Warning START===========
[2026-09-10 22:25:17] Production.INFO: ============== Balance Warning END===========
[2026-09-10 22:25:17] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 22:25:17] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 22:25:17] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 22:25:17] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 22:25:17] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 22:25:17] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 22:25:17] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 22:25:17] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 22:25:17] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 22:25:17] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 22:25:17] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 22:25:18] Production.INFO: call_cost start
[2026-09-10 22:25:18] Production.INFO: call_cost end
[2026-09-10 22:25:18] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 22:25:18] Production.INFO: ============== Report Schedule START===========
[2026-09-10 22:25:18] Production.INFO: ============== Report Schedule END===========
[2026-09-10 22:25:18] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 22:25:18] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 22:25:18] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 22:25:18] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 22:25:18] Production.INFO: ============== Deal alert START===========
[2026-09-10 22:25:18] Production.INFO: ============== Deal alert END===========
[2026-09-10 22:25:18] Production.INFO: ==12539== Releasing lock...
[2026-09-10 22:25:18] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 22:25:18] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 03:26:01] Production.INFO: ==12631== Lock acquired, processing the job...
[2026-09-11 03:26:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 03:26:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 03:26:01] Production.INFO: neon service started
[2026-09-11 03:26:01] Production.INFO: neon service started
[2026-09-11 03:26:01] Production.INFO: ==12631== Releasing lock...
[2026-09-11 03:26:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 03:26:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 02:26:02] Production.INFO: ==12635== Lock acquired, processing the job...
[2026-09-11 02:26:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 02:26:02] Production.INFO: ==12635== Releasing lock...
[2026-09-11 02:26:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 02:26:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 22:26:02] Production.INFO: ==12633== Lock acquired, processing the job...
[2026-09-10 22:26:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 22:26:02] Production.INFO: ==12633== Releasing lock...
[2026-09-10 22:26:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 22:26:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 22:26:02] Production.INFO: ==12639== Lock acquired, processing the job...
[2026-09-10 22:26:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 22:26:02] Production.INFO: ==12637== Lock acquired, processing the job...
[2026-09-10 22:26:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 22:26:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 22:26:03] Production.INFO: ==12643== Lock acquired, processing the job...
[2026-09-10 22:26:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 22:26:03] Production.INFO: ==12641== Lock acquired, processing the job...
[2026-09-10 22:26:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 22:26:03] Production.INFO: Account Balance Start.
[2026-09-10 22:26:03] Production.INFO: CreateAllLog Start
[2026-09-10 22:26:03] Production.INFO: 117
[2026-09-10 22:26:03] Production.INFO: Date 2026-09-08
[2026-09-10 22:26:03] Production.INFO: Reseller ==> 0
[2026-09-10 22:26:03] Production.INFO: Date 2026-09-09
[2026-09-10 22:26:03] Production.INFO: Reseller ==> 0
[2026-09-10 22:26:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 22:26:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 22:26:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 22:26:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 22:26:03] Production.INFO: ==12645== Lock acquired, processing the job...
[2026-09-10 22:26:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 22:26:03] Production.INFO: Date 2026-09-10
[2026-09-10 22:26:03] Production.INFO: Reseller ==> 0
[2026-09-10 22:26:03] Production.INFO: Total Charge 0
[2026-09-10 22:26:03] Production.INFO: CreateAllLog End
[2026-09-10 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-09-10 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-09-10 22:26:03] Production.INFO: ==12639== Releasing lock...
[2026-09-10 22:26:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 22:26:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 22: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-09-10 22:26:03] Production.INFO: ==12645== Releasing lock...
[2026-09-10 22:26:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 22:26:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 22:26:03] Production.INFO: Account Balance End.
[2026-09-10 22:26:03] Production.ERROR: CronJobId end 12
[2026-09-10 22:26:03] Production.INFO: ==12643== Releasing lock...
[2026-09-10 22:26:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 22:26:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 22:26:11] Production.ERROR: CronJobId end10
[2026-09-10 22:26:11] Production.INFO: ==12641== Releasing lock...
[2026-09-10 22:26:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 22:26:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 22:26:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 22:26:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 22:26:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 22:26:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 22:26:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 22:26:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 22:26:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 22:26:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 22:26:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 22:26:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 22:26:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 22:26:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 22:26:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 22:26:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 22:26:14] Production.INFO: call_cost start
[2026-09-10 22:26:14] Production.INFO: call_cost end
[2026-09-10 22:26:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 22:26:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 22:26:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 22:26:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 22:26:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 22:26:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 22:26:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 22:26:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 22:26:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 22:26:14] Production.INFO: ==12637== Releasing lock...
[2026-09-10 22:26:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 22:26:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 03:27:02] Production.INFO: ==12707== Lock acquired, processing the job...
[2026-09-11 03:27:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 03:27:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 03:27:02] Production.INFO: neon service started
[2026-09-11 03:27:02] Production.INFO: neon service started
[2026-09-11 03:27:02] Production.INFO: ==12707== Releasing lock...
[2026-09-11 03:27:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 03:27:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 02:27:02] Production.INFO: ==12711== Lock acquired, processing the job...
[2026-09-11 02:27:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 02:27:02] Production.INFO: ==12711== Releasing lock...
[2026-09-11 02:27:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 02:27:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 22:27:02] Production.INFO: ==12709== Lock acquired, processing the job...
[2026-09-10 22:27:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 22:27:02] Production.INFO: ==12709== Releasing lock...
[2026-09-10 22:27:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 22:27:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 22:27:03] Production.INFO: ==12713== Lock acquired, processing the job...
[2026-09-10 22:27:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 22:27:03] Production.INFO: ==12717== Lock acquired, processing the job...
[2026-09-10 22:27:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 22:27:03] Production.INFO: ==12715== Lock acquired, processing the job...
[2026-09-10 22:27:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 22:27:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 22:27:03] Production.INFO: ==12722== Lock acquired, processing the job...
[2026-09-10 22:27:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 22:27:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 22:27:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 22:27:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 22:27:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 22:27:03] Production.INFO: ==12719== Lock acquired, processing the job...
[2026-09-10 22:27:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 22:27:03] Production.INFO: Account Balance Start.
[2026-09-10 22:27:03] Production.INFO: CreateAllLog Start
[2026-09-10 22:27:03] Production.INFO: 117
[2026-09-10 22:27:03] Production.INFO: Date 2026-09-08
[2026-09-10 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-09-10 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-09-10 22:27:03] Production.INFO: Reseller ==> 0
[2026-09-10 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-09-10 22:27:03] Production.INFO: Date 2026-09-09
[2026-09-10 22:27:03] Production.INFO: Reseller ==> 0
[2026-09-10 22:27:03] Production.INFO: ==12722== Releasing lock...
[2026-09-10 22:27:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 22:27:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 22:27:03] Production.INFO: Date 2026-09-10
[2026-09-10 22:27:03] Production.INFO: Reseller ==> 0
[2026-09-10 22:27:04] Production.INFO: Total Charge 0
[2026-09-10 22:27:04] Production.INFO: CreateAllLog End
[2026-09-10 22:27:04] Production.INFO: Account Balance End.
[2026-09-10 22:27:04] Production.ERROR: CronJobId end 12
[2026-09-10 22:27:04] Production.INFO: ==12719== Releasing lock...
[2026-09-10 22:27:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 22:27:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 22:27:04] Production.INFO: ==12715== Releasing lock...
[2026-09-10 22:27:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 22:27:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 22:27:12] Production.ERROR: CronJobId end10
[2026-09-10 22:27:12] Production.INFO: ==12717== Releasing lock...
[2026-09-10 22:27:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 22:27:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 22:27:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 22:27:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 22:27:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 22:27:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 22:27:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 22:27:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 22:27:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 22:27:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 22:27:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 22:27:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 22:27:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 22:27:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 22:27:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 22:27:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 22:27:15] Production.INFO: call_cost start
[2026-09-10 22:27:15] Production.INFO: call_cost end
[2026-09-10 22:27:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 22:27:15] Production.INFO: ============== Report Schedule START===========
[2026-09-10 22:27:15] Production.INFO: ============== Report Schedule END===========
[2026-09-10 22:27:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 22:27:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 22:27:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 22:27:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 22:27:15] Production.INFO: ============== Deal alert START===========
[2026-09-10 22:27:15] Production.INFO: ============== Deal alert END===========
[2026-09-10 22:27:15] Production.INFO: ==12713== Releasing lock...
[2026-09-10 22:27:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 22:27:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 03:28:01] Production.INFO: ==12785== Lock acquired, processing the job...
[2026-09-11 03:28:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 03:28:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 03:28:01] Production.INFO: neon service started
[2026-09-11 03:28:01] Production.INFO: neon service started
[2026-09-11 03:28:01] Production.INFO: ==12785== Releasing lock...
[2026-09-11 03:28:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 03:28:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 22:28:01] Production.INFO: ==12787== Lock acquired, processing the job...
[2026-09-10 22:28:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 22:28:02] Production.INFO: ==12787== Releasing lock...
[2026-09-10 22:28:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 22:28:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 02:28:02] Production.INFO: ==12789== Lock acquired, processing the job...
[2026-09-11 02:28:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 02:28:02] Production.INFO: ==12789== Releasing lock...
[2026-09-11 02:28:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 02:28:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 22:28:02] Production.INFO: ==12791== Lock acquired, processing the job...
[2026-09-10 22:28:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 22:28:02] Production.INFO: ==12793== Lock acquired, processing the job...
[2026-09-10 22:28:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 22:28:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 22:28:03] Production.INFO: ==12800== Lock acquired, processing the job...
[2026-09-10 22:28:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 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-09-10 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-09-10 22:28:03] Production.INFO: ==12796== Lock acquired, processing the job...
[2026-09-10 22:28:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 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-09-10 22:28:03] Production.INFO: ==12800== Releasing lock...
[2026-09-10 22:28:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 22:28:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 22:28:03] Production.INFO: ==12798== Lock acquired, processing the job...
[2026-09-10 22:28:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 22:28:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 22:28:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 22:28:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 22:28:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 22:28:03] Production.INFO: Account Balance Start.
[2026-09-10 22:28:03] Production.INFO: CreateAllLog Start
[2026-09-10 22:28:03] Production.INFO: 117
[2026-09-10 22:28:03] Production.INFO: Date 2026-09-08
[2026-09-10 22:28:03] Production.INFO: Reseller ==> 0
[2026-09-10 22:28:03] Production.INFO: Date 2026-09-09
[2026-09-10 22:28:03] Production.INFO: Reseller ==> 0
[2026-09-10 22:28:03] Production.INFO: Date 2026-09-10
[2026-09-10 22:28:03] Production.INFO: Reseller ==> 0
[2026-09-10 22:28:03] Production.INFO: Total Charge 0
[2026-09-10 22:28:03] Production.INFO: CreateAllLog End
[2026-09-10 22:28:03] Production.INFO: Account Balance End.
[2026-09-10 22:28:03] Production.ERROR: CronJobId end 12
[2026-09-10 22:28:03] Production.INFO: ==12798== Releasing lock...
[2026-09-10 22:28:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 22:28:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 22:28:03] Production.INFO: ==12793== Releasing lock...
[2026-09-10 22:28:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 22:28:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 22:28: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-09-10 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-09-10 22:28:10] Production.ERROR: CronJobId end10
[2026-09-10 22:28:10] Production.INFO: ==12796== Releasing lock...
[2026-09-10 22:28:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 22:28:10] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 22:28:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 22:28:13] Production.INFO: ============== Balance Warning START===========
[2026-09-10 22:28:13] Production.INFO: ============== Balance Warning END===========
[2026-09-10 22:28:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 22:28:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 22:28:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 22:28:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 22:28:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 22:28:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 22:28:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 22:28:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 22:28:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 22:28:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 22:28:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 22:28:13] Production.INFO: call_cost start
[2026-09-10 22:28:13] Production.INFO: call_cost end
[2026-09-10 22:28:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 22:28:13] Production.INFO: ============== Report Schedule START===========
[2026-09-10 22:28:13] Production.INFO: ============== Report Schedule END===========
[2026-09-10 22:28:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 22:28:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 22:28:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 22:28:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 22:28:13] Production.INFO: ============== Deal alert START===========
[2026-09-10 22:28:13] Production.INFO: ============== Deal alert END===========
[2026-09-10 22:28:13] Production.INFO: ==12791== Releasing lock...
[2026-09-10 22:28:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 22:28:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 03:29:01] Production.INFO: ==12861== Lock acquired, processing the job...
[2026-09-11 03:29:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 03:29:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 03:29:01] Production.INFO: neon service started
[2026-09-11 03:29:01] Production.INFO: neon service started
[2026-09-11 03:29:01] Production.INFO: ==12861== Releasing lock...
[2026-09-11 03:29:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 03:29:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 02:29:02] Production.INFO: ==12865== Lock acquired, processing the job...
[2026-09-11 02:29:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 02:29:02] Production.INFO: ==12865== Releasing lock...
[2026-09-11 02:29:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 02:29:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 22:29:02] Production.INFO: ==12863== Lock acquired, processing the job...
[2026-09-10 22:29:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 22:29:02] Production.INFO: ==12863== Releasing lock...
[2026-09-10 22:29:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 22:29:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 22:29:03] Production.INFO: ==12869== Lock acquired, processing the job...
[2026-09-10 22:29:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 22:29:03] Production.INFO: ==12871== Lock acquired, processing the job...
[2026-09-10 22:29:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 22:29:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 22:29:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 22:29:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 22:29:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 22:29:03] Production.INFO: ==12867== Lock acquired, processing the job...
[2026-09-10 22:29:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 22:29:03] Production.INFO: ==12873== Lock acquired, processing the job...
[2026-09-10 22:29:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 22:29:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 22:29:03] Production.INFO: ==12875== Lock acquired, processing the job...
[2026-09-10 22:29:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 22:29:03] Production.INFO: Account Balance Start.
[2026-09-10 22:29:03] Production.INFO: CreateAllLog Start
[2026-09-10 22:29:03] Production.INFO: 117
[2026-09-10 22:29:03] Production.INFO: Date 2026-09-08
[2026-09-10 22:29:03] Production.INFO: Reseller ==> 0
[2026-09-10 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-09-10 22:29:03] Production.INFO: Date 2026-09-09
[2026-09-10 22:29:03] Production.INFO: Reseller ==> 0
[2026-09-10 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-09-10 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-09-10 22:29:03] Production.INFO: Date 2026-09-10
[2026-09-10 22:29:03] Production.INFO: Reseller ==> 0
[2026-09-10 22:29:03] Production.INFO: ==12875== Releasing lock...
[2026-09-10 22:29:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 22:29:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 22:29:03] Production.INFO: Total Charge 0
[2026-09-10 22:29:03] Production.INFO: CreateAllLog End
[2026-09-10 22:29:03] Production.INFO: ==12869== Releasing lock...
[2026-09-10 22:29:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 22:29:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 22:29:04] Production.INFO: Account Balance End.
[2026-09-10 22:29:04] Production.ERROR: CronJobId end 12
[2026-09-10 22:29:04] Production.INFO: ==12873== Releasing lock...
[2026-09-10 22:29:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 22:29:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 22:29:10] Production.ERROR: CronJobId end10
[2026-09-10 22:29:10] Production.INFO: ==12871== Releasing lock...
[2026-09-10 22:29:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 22:29:10] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 22:29:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 22:29:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 22:29:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 22:29:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 22:29:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 22:29:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 22:29:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 22:29:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 22:29:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 22:29:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 22:29:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 22:29:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 22:29:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 22:29:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 22:29:14] Production.INFO: call_cost start
[2026-09-10 22:29:14] Production.INFO: call_cost end
[2026-09-10 22:29:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 22:29:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 22:29:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 22:29:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 22:29:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 22:29:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 22:29:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 22:29:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 22:29:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 22:29:14] Production.INFO: ==12867== Releasing lock...
[2026-09-10 22:29:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 22:29:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 03:30:02] Production.INFO: ==12960== Lock acquired, processing the job...
[2026-09-11 03:30:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 03:30:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 03:30:02] Production.INFO: neon service started
[2026-09-11 03:30:02] Production.INFO: neon service started
[2026-09-11 03:30:02] Production.INFO: ==12960== Releasing lock...
[2026-09-11 03:30:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 03:30:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 02:30:02] Production.INFO: ==12965== Lock acquired, processing the job...
[2026-09-11 02:30:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 02:30:02] Production.INFO: ==12965== Releasing lock...
[2026-09-11 02:30:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 02:30:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 22:30:02] Production.INFO: ==12963== Lock acquired, processing the job...
[2026-09-10 22:30:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 22:30:03] Production.INFO: ==12963== Releasing lock...
[2026-09-10 22:30:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 22:30:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 22:30:03] Production.INFO: ==12967== Lock acquired, processing the job...
[2026-09-10 22:30:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 22:30:03] Production.INFO: ==12969== Lock acquired, processing the job...
[2026-09-10 22:30:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 22:30:03] Production.INFO: ==12971== Lock acquired, processing the job...
[2026-09-10 22:30:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 22:30:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 22:30:04] Production.INFO: ==12973== Lock acquired, processing the job...
[2026-09-10 22:30:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 22:30:04] Production.INFO: ==12975== Lock acquired, processing the job...
[2026-09-10 22:30:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 22:30:04] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 22:30:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 22:30:04] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 22:30:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 22:30:04] Production.INFO: Account Balance Start.
[2026-09-10 22:30:04] Production.INFO: CreateAllLog Start
[2026-09-10 22:30:04] Production.INFO: 117
[2026-09-10 22:30:04] Production.INFO: Date 2026-09-08
[2026-09-10 22:30:04] Production.INFO: Reseller ==> 0
[2026-09-10 22: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-09-10 22: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-09-10 22: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-09-10 22:30:04] Production.INFO: Date 2026-09-09
[2026-09-10 22:30:04] Production.INFO: Reseller ==> 0
[2026-09-10 22:30:04] Production.INFO: ==12975== Releasing lock...
[2026-09-10 22:30:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 22:30:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 22:30:04] Production.INFO: Date 2026-09-10
[2026-09-10 22:30:04] Production.INFO: Reseller ==> 0
[2026-09-10 22:30:04] Production.INFO: Total Charge 0
[2026-09-10 22:30:04] Production.INFO: CreateAllLog End
[2026-09-10 22:30:04] Production.INFO: Account Balance End.
[2026-09-10 22:30:04] Production.ERROR: CronJobId end 12
[2026-09-10 22:30:04] Production.INFO: ==12973== Releasing lock...
[2026-09-10 22:30:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 22:30:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 22:30:04] Production.INFO: ==12969== Releasing lock...
[2026-09-10 22:30:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 22:30:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 22:30:11] Production.ERROR: CronJobId end10
[2026-09-10 22:30:11] Production.INFO: ==12971== Releasing lock...
[2026-09-10 22:30:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 22:30:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 22:30:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 22:30:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 22:30:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 22:30:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 22:30:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 22:30:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 22:30:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 22:30:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 22:30:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 22:30:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 22:30:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 22:30:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 22:30:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 22:30:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 22:30:14] Production.INFO: call_cost start
[2026-09-10 22:30:14] Production.INFO: call_cost end
[2026-09-10 22:30:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 22:30:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 22:30:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 22:30:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 22:30:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 22:30:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 22:30:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 22:30:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 22:30:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 22:30:14] Production.INFO: ==12967== Releasing lock...
[2026-09-10 22:30:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 22:30:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 03:31:01] Production.INFO: ==13039== Lock acquired, processing the job...
[2026-09-11 03:31:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 03:31:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 03:31:01] Production.INFO: neon service started
[2026-09-11 03:31:01] Production.INFO: neon service started
[2026-09-11 03:31:01] Production.INFO: ==13039== Releasing lock...
[2026-09-11 03:31:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 03:31:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 22:31:02] Production.INFO: ==13041== Lock acquired, processing the job...
[2026-09-10 22:31:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 22:31:02] Production.INFO: ==13041== Releasing lock...
[2026-09-10 22:31:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 22:31:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 02:31:02] Production.INFO: ==13043== Lock acquired, processing the job...
[2026-09-11 02:31:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 02:31:02] Production.INFO: ==13043== Releasing lock...
[2026-09-11 02:31:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 02:31:02] Production.INFO: 26 MB #Memory Used#
[2026-09-10 22:31:03] Production.INFO: ==13046== Lock acquired, processing the job...
[2026-09-10 22:31:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 22:31:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 22:31:03] Production.INFO: ==13048== Lock acquired, processing the job...
[2026-09-10 22:31:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 22:31:03] Production.INFO: ==13052== Lock acquired, processing the job...
[2026-09-10 22:31:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 22:31:03] Production.INFO: ==13050== Lock acquired, processing the job...
[2026-09-10 22:31:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 22:31:03] Production.INFO: ==13054== Lock acquired, processing the job...
[2026-09-10 22:31:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 22:31:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 22:31:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 22:31:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 22:31:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 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-09-10 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-09-10 22:31:03] Production.INFO: Account Balance Start.
[2026-09-10 22:31:03] Production.INFO: CreateAllLog Start
[2026-09-10 22: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-09-10 22:31:03] Production.INFO: 117
[2026-09-10 22:31:03] Production.INFO: ==13054== Releasing lock...
[2026-09-10 22:31:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 22:31:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 22:31:03] Production.INFO: Date 2026-09-08
[2026-09-10 22:31:03] Production.INFO: Reseller ==> 0
[2026-09-10 22:31:03] Production.INFO: Date 2026-09-09
[2026-09-10 22:31:03] Production.INFO: Reseller ==> 0
[2026-09-10 22:31:03] Production.INFO: Date 2026-09-10
[2026-09-10 22:31:03] Production.INFO: Reseller ==> 0
[2026-09-10 22:31:03] Production.INFO: Total Charge 0
[2026-09-10 22:31:03] Production.INFO: CreateAllLog End
[2026-09-10 22:31:03] Production.INFO: Account Balance End.
[2026-09-10 22:31:04] Production.ERROR: CronJobId end 12
[2026-09-10 22:31:04] Production.INFO: ==13052== Releasing lock...
[2026-09-10 22:31:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 22:31:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 22:31:04] Production.INFO: ==13048== Releasing lock...
[2026-09-10 22:31:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 22:31:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 22:31:11] Production.ERROR: CronJobId end10
[2026-09-10 22:31:11] Production.INFO: ==13050== Releasing lock...
[2026-09-10 22:31:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 22:31:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 22:31:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 22:31:13] Production.INFO: ============== Balance Warning START===========
[2026-09-10 22:31:13] Production.INFO: ============== Balance Warning END===========
[2026-09-10 22:31:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 22:31:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 22:31:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 22:31:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 22:31:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 22:31:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 22:31:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 22:31:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 22:31:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 22:31:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 22:31:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 22:31:13] Production.INFO: call_cost start
[2026-09-10 22:31:13] Production.INFO: call_cost end
[2026-09-10 22:31:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 22:31:13] Production.INFO: ============== Report Schedule START===========
[2026-09-10 22:31:13] Production.INFO: ============== Report Schedule END===========
[2026-09-10 22:31:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 22:31:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 22:31:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 22:31:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 22:31:13] Production.INFO: ============== Deal alert START===========
[2026-09-10 22:31:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 22:31:14] Production.INFO: ==13046== Releasing lock...
[2026-09-10 22:31:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 22:31:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 03:32:02] Production.INFO: ==13120== Lock acquired, processing the job...
[2026-09-11 03:32:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 03:32:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 03:32:02] Production.INFO: neon service started
[2026-09-11 03:32:02] Production.INFO: neon service started
[2026-09-11 03:32:02] Production.INFO: ==13120== Releasing lock...
[2026-09-11 03:32:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 03:32:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 02:32:02] Production.INFO: ==13127== Lock acquired, processing the job...
[2026-09-11 02:32:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 02:32:02] Production.INFO: ==13127== Releasing lock...
[2026-09-11 02:32:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 02:32:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 22:32:02] Production.INFO: ==13125== Lock acquired, processing the job...
[2026-09-10 22:32:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 22:32:03] Production.INFO: ==13125== Releasing lock...
[2026-09-10 22:32:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 22:32:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 22:32:03] Production.INFO: ==13129== Lock acquired, processing the job...
[2026-09-10 22:32:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 22:32:03] Production.INFO: ==13131== Lock acquired, processing the job...
[2026-09-10 22:32:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 22:32:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 22:32:03] Production.INFO: ==13133== Lock acquired, processing the job...
[2026-09-10 22:32:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 22:32:03] Production.INFO: ==13135== Lock acquired, processing the job...
[2026-09-10 22:32:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 22:32:04] Production.INFO: Account Balance Start.
[2026-09-10 22:32:04] Production.INFO: CreateAllLog Start
[2026-09-10 22:32:04] Production.INFO: 117
[2026-09-10 22:32:04] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 22:32:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 22:32:04] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 22:32:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 22:32:04] Production.INFO: ==13137== Lock acquired, processing the job...
[2026-09-10 22:32:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 22:32:04] Production.INFO: Date 2026-09-08
[2026-09-10 22:32:04] Production.INFO: Reseller ==> 0
[2026-09-10 22:32:04] Production.INFO: Date 2026-09-09
[2026-09-10 22:32:04] Production.INFO: Reseller ==> 0
[2026-09-10 22:32:04] Production.INFO: Date 2026-09-10
[2026-09-10 22: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-09-10 22:32:04] Production.INFO: Reseller ==> 0
[2026-09-10 22: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-09-10 22: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-09-10 22:32:04] Production.INFO: ==13137== Releasing lock...
[2026-09-10 22:32:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 22:32:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 22:32:04] Production.INFO: Total Charge 0
[2026-09-10 22:32:04] Production.INFO: CreateAllLog End
[2026-09-10 22:32:04] Production.INFO: Account Balance End.
[2026-09-10 22:32:04] Production.ERROR: CronJobId end 12
[2026-09-10 22:32:04] Production.INFO: ==13135== Releasing lock...
[2026-09-10 22:32:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 22:32:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 22:32:04] Production.INFO: ==13131== Releasing lock...
[2026-09-10 22:32:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 22:32:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 22:32:11] Production.ERROR: CronJobId end10
[2026-09-10 22:32:11] Production.INFO: ==13133== Releasing lock...
[2026-09-10 22:32:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 22:32:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 22:32:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 22:32:15] Production.INFO: ============== Balance Warning START===========
[2026-09-10 22:32:15] Production.INFO: ============== Balance Warning END===========
[2026-09-10 22:32:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 22:32:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 22:32:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 22:32:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 22:32:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 22:32:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 22:32:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 22:32:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 22:32:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 22:32:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 22:32:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 22:32:15] Production.INFO: call_cost start
[2026-09-10 22:32:15] Production.INFO: call_cost end
[2026-09-10 22:32:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 22:32:15] Production.INFO: ============== Report Schedule START===========
[2026-09-10 22:32:15] Production.INFO: ============== Report Schedule END===========
[2026-09-10 22:32:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 22:32:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 22:32:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 22:32:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 22:32:15] Production.INFO: ============== Deal alert START===========
[2026-09-10 22:32:15] Production.INFO: ============== Deal alert END===========
[2026-09-10 22:32:15] Production.INFO: ==13129== Releasing lock...
[2026-09-10 22:32:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 22:32:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 03:33:01] Production.INFO: ==13201== Lock acquired, processing the job...
[2026-09-11 03:33:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 03:33:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 03:33:01] Production.INFO: neon service started
[2026-09-11 03:33:01] Production.INFO: neon service started
[2026-09-11 03:33:01] Production.INFO: ==13201== Releasing lock...
[2026-09-11 03:33:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 03:33:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 02:33:02] Production.INFO: ==13205== Lock acquired, processing the job...
[2026-09-11 02:33:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 02:33:02] Production.INFO: ==13205== Releasing lock...
[2026-09-11 02:33:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 02:33:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 22:33:02] Production.INFO: ==13203== Lock acquired, processing the job...
[2026-09-10 22:33:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 22:33:02] Production.INFO: ==13203== Releasing lock...
[2026-09-10 22:33:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 22:33:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 22:33:03] Production.INFO: ==13209== Lock acquired, processing the job...
[2026-09-10 22:33:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 22:33:03] Production.INFO: ==13207== Lock acquired, processing the job...
[2026-09-10 22:33:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 22:33:03] Production.INFO: ==13211== Lock acquired, processing the job...
[2026-09-10 22:33:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 22:33:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 22:33:03] Production.INFO: ==13213== Lock acquired, processing the job...
[2026-09-10 22:33:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 22:33:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 22:33:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 22:33:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 22:33:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 22:33:03] Production.INFO: ==13215== Lock acquired, processing the job...
[2026-09-10 22:33:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 22:33:03] Production.INFO: Account Balance Start.
[2026-09-10 22:33:03] Production.INFO: CreateAllLog Start
[2026-09-10 22:33:03] Production.INFO: 117
[2026-09-10 22:33:03] Production.INFO: Date 2026-09-08
[2026-09-10 22:33:03] Production.INFO: Reseller ==> 0
[2026-09-10 22:33:03] Production.INFO: Date 2026-09-09
[2026-09-10 22:33:03] Production.INFO: Reseller ==> 0
[2026-09-10 22:33:03] Production.INFO: Date 2026-09-10
[2026-09-10 22:33:03] Production.INFO: Reseller ==> 0
[2026-09-10 22:33:03] Production.INFO: Total Charge 0
[2026-09-10 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-09-10 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-09-10 22:33:03] Production.INFO: CreateAllLog End
[2026-09-10 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-09-10 22:33:03] Production.INFO: ==13215== Releasing lock...
[2026-09-10 22:33:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 22:33:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 22:33:03] Production.INFO: Account Balance End.
[2026-09-10 22:33:03] Production.ERROR: CronJobId end 12
[2026-09-10 22:33:03] Production.INFO: ==13213== Releasing lock...
[2026-09-10 22:33:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 22:33:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 22:33:03] Production.INFO: ==13209== Releasing lock...
[2026-09-10 22:33:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 22:33:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 22:33:10] Production.ERROR: CronJobId end10
[2026-09-10 22:33:10] Production.INFO: ==13211== Releasing lock...
[2026-09-10 22:33:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 22:33:10] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 22:33:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 22:33:13] Production.INFO: ============== Balance Warning START===========
[2026-09-10 22:33:13] Production.INFO: ============== Balance Warning END===========
[2026-09-10 22:33:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 22:33:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 22:33:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 22:33:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 22:33:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 22:33:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 22:33:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 22:33:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 22:33:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 22:33:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 22:33:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 22:33:14] Production.INFO: call_cost start
[2026-09-10 22:33:14] Production.INFO: call_cost end
[2026-09-10 22:33:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 22:33:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 22:33:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 22:33:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 22:33:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 22:33:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 22:33:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 22:33:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 22:33:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 22:33:14] Production.INFO: ==13207== Releasing lock...
[2026-09-10 22:33:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 22:33:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 03:34:02] Production.INFO: ==13289== Lock acquired, processing the job...
[2026-09-11 03:34:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 03:34:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 03:34:02] Production.INFO: neon service started
[2026-09-11 03:34:02] Production.INFO: neon service started
[2026-09-11 03:34:02] Production.INFO: ==13289== Releasing lock...
[2026-09-11 03:34:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 03:34:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 22:34:02] Production.INFO: ==13291== Lock acquired, processing the job...
[2026-09-10 22:34:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 22:34:02] Production.INFO: ==13291== Releasing lock...
[2026-09-10 22:34:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 22:34:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 02:34:02] Production.INFO: ==13293== Lock acquired, processing the job...
[2026-09-11 02:34:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 02:34:02] Production.INFO: ==13293== Releasing lock...
[2026-09-11 02:34:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 02:34:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 22:34:03] Production.INFO: ==13295== Lock acquired, processing the job...
[2026-09-10 22:34:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 22:34:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 22:34:03] Production.INFO: ==13300== Lock acquired, processing the job...
[2026-09-10 22:34:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 22:34:03] Production.INFO: ==13297== Lock acquired, processing the job...
[2026-09-10 22:34:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 22:34:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 22:34:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 22:34:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 22:34:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 22:34:03] Production.INFO: ==13302== Lock acquired, processing the job...
[2026-09-10 22:34:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 22:34:03] Production.INFO: ==13304== Lock acquired, processing the job...
[2026-09-10 22:34:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 22:34:03] Production.INFO: Account Balance Start.
[2026-09-10 22:34:03] Production.INFO: CreateAllLog Start
[2026-09-10 22:34:03] Production.INFO: 117
[2026-09-10 22:34:03] Production.INFO: Date 2026-09-08
[2026-09-10 22: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-09-10 22:34:03] Production.INFO: Reseller ==> 0
[2026-09-10 22: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-09-10 22: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-09-10 22:34:03] Production.INFO: ==13304== Releasing lock...
[2026-09-10 22:34:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 22:34:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 22:34:03] Production.INFO: Date 2026-09-09
[2026-09-10 22:34:03] Production.INFO: Reseller ==> 0
[2026-09-10 22:34:03] Production.INFO: Date 2026-09-10
[2026-09-10 22:34:03] Production.INFO: Reseller ==> 0
[2026-09-10 22:34:03] Production.INFO: Total Charge 0
[2026-09-10 22:34:03] Production.INFO: CreateAllLog End
[2026-09-10 22:34:04] Production.INFO: Account Balance End.
[2026-09-10 22:34:04] Production.ERROR: CronJobId end 12
[2026-09-10 22:34:04] Production.INFO: ==13302== Releasing lock...
[2026-09-10 22:34:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 22:34:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 22:34:04] Production.INFO: ==13297== Releasing lock...
[2026-09-10 22:34:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 22:34:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 22:34:11] Production.ERROR: CronJobId end10
[2026-09-10 22:34:11] Production.INFO: ==13300== Releasing lock...
[2026-09-10 22:34:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 22:34:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 22:34:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 22:34:13] Production.INFO: ============== Balance Warning START===========
[2026-09-10 22:34:13] Production.INFO: ============== Balance Warning END===========
[2026-09-10 22:34:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 22:34:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 22:34:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 22:34:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 22:34:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 22:34:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 22:34:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 22:34:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 22:34:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 22:34:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 22:34:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 22:34:14] Production.INFO: call_cost start
[2026-09-10 22:34:14] Production.INFO: call_cost end
[2026-09-10 22:34:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 22:34:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 22:34:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 22:34:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 22:34:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 22:34:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 22:34:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 22:34:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 22:34:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 22:34:14] Production.INFO: ==13295== Releasing lock...
[2026-09-10 22:34:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 22:34:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 03:35:01] Production.INFO: ==13365== Lock acquired, processing the job...
[2026-09-11 03:35:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 03:35:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 03:35:01] Production.INFO: neon service started
[2026-09-11 03:35:01] Production.INFO: neon service started
[2026-09-11 03:35:01] Production.INFO: ==13365== Releasing lock...
[2026-09-11 03:35:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 03:35:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 22:35:01] Production.INFO: ==13367== Lock acquired, processing the job...
[2026-09-10 22:35:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 22:35:02] Production.INFO: ==13367== Releasing lock...
[2026-09-10 22:35:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 22:35:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 02:35:02] Production.INFO: ==13369== Lock acquired, processing the job...
[2026-09-11 02:35:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 02:35:02] Production.INFO: ==13369== Releasing lock...
[2026-09-11 02:35:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 02:35:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 22:35:02] Production.INFO: ==13373== Lock acquired, processing the job...
[2026-09-10 22:35:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 22:35:03] Production.INFO: ==13371== Lock acquired, processing the job...
[2026-09-10 22:35:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-10 22:35:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 22:35:03] Production.INFO: ==13377== Lock acquired, processing the job...
[2026-09-10 22:35:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 22:35:03] Production.ERROR: ========================== active cronjob start =============================
[2026-09-10 22:35:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-10 22:35:03] Production.ERROR: CronJob PID - 13373
[2026-09-10 22:35:03] Production.ERROR: CronJob Title - System Alerts
[2026-09-10 22:35:03] Production.ERROR: CronJob ID - 5
[2026-09-10 22:35:03] Production.ERROR: CronJob Last Run Time 2026-09-10 22:35:00
[2026-09-10 22:35:03] Production.ERROR: CronJob Active Minutes 0
[2026-09-10 22:35:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-10 22:35:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-10 22:35:03] Production.ERROR: CronJob PID - 13377
[2026-09-10 22:35:03] Production.ERROR: CronJob Title - Create Customer Summary Live
[2026-09-10 22:35:03] Production.ERROR: CronJob ID - 10
[2026-09-10 22:35:03] Production.ERROR: CronJob Last Run Time 2026-09-10 22:35:00
[2026-09-10 22:35:03] Production.ERROR: CronJob Active Minutes 0
[2026-09-10 22:35:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-10 22:35:03] Production.ERROR: ========================== active cronjob end =============================
[2026-09-10 22:35:03] Production.INFO: ==13371== Releasing lock...
[2026-09-10 22:35:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-10 22:35:03] Production.INFO: 25.5 MB #Memory Used#
[2026-09-10 22:35:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 22:35:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 22:35:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 22:35:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 22:35:03] Production.INFO: ==13375== Lock acquired, processing the job...
[2026-09-10 22:35:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 22:35:03] Production.INFO: ==13381== Lock acquired, processing the job...
[2026-09-10 22:35:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-10 22:35:03] Production.ERROR: tblTempUsageDetail_20
[2026-09-10 22:35:03] Production.INFO: ==13379== Lock acquired, processing the job...
[2026-09-10 22:35:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 22:35:03] Production.INFO: ==13383== Lock acquired, processing the job...
[2026-09-10 22:35:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 22:35:03] Production.ERROR: done
[2026-09-10 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-09-10 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-09-10 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-09-10 22:35:03] Production.INFO: ==13383== Releasing lock...
[2026-09-10 22:35:03] Production.INFO: Account Balance Start.
[2026-09-10 22:35:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 22:35:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 22:35:03] Production.INFO: CreateAllLog Start
[2026-09-10 22:35:03] Production.INFO: 117
[2026-09-10 22:35:03] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-10 22:35:03] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17980996', 'tblTempUsageDetail_20reseller','2026-09-10','2026-09-10','1' ) start
[2026-09-10 22:35:03] Production.INFO: Date 2026-09-08
[2026-09-10 22:35:03] Production.INFO: Reseller ==> 0
[2026-09-10 22:35:03] Production.INFO: Date 2026-09-09
[2026-09-10 22:35:03] Production.INFO: Reseller ==> 0
[2026-09-10 22:35:03] Production.INFO: Date 2026-09-10
[2026-09-10 22:35:03] Production.INFO: Reseller ==> 0
[2026-09-10 22:35:03] Production.INFO: Total Charge 0
[2026-09-10 22:35:03] Production.INFO: CreateAllLog End
[2026-09-10 22:35:04] Production.INFO: Account Balance End.
[2026-09-10 22:35:04] Production.ERROR: CronJobId end 12
[2026-09-10 22:35:04] Production.INFO: ==13379== Releasing lock...
[2026-09-10 22:35:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 22:35:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 22:35:04] Production.INFO: ==13375== Releasing lock...
[2026-09-10 22:35:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 22:35:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 22:35:09] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17980996', 'tblTempUsageDetail_20reseller','2026-09-10','2026-09-10','1' ) end
[2026-09-10 22:35:09] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-10 22:35:09] Production.INFO: ProcessCDR(1,17980996,1,1,2)
[2026-09-10 22:35:09] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17980996,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-10 22:35:09] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17980996,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-10 22:35:09] Production.ERROR: pbx prc_insertCDR start
[2026-09-10 22:35:09] Production.ERROR: pbx prc_insertCDR end
[2026-09-10 22:35:09] Production.INFO: ==13381== Releasing lock...
[2026-09-10 22:35:09] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-10 22:35:09] Production.INFO: 26 MB #Memory Used#
[2026-09-10 22:35:12] Production.ERROR: CronJobId end10
[2026-09-10 22:35:12] Production.INFO: ==13377== Releasing lock...
[2026-09-10 22:35:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 22:35:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 22:35:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 22:35:15] Production.INFO: ============== Balance Warning START===========
[2026-09-10 22:35:15] Production.INFO: ============== Balance Warning END===========
[2026-09-10 22:35:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 22:35:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 22:35:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 22:35:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 22:35:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 22:35:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 22:35:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 22:35:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 22:35:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 22:35:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 22:35:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 22:35:16] Production.INFO: call_cost start
[2026-09-10 22:35:16] Production.INFO: call_cost end
[2026-09-10 22:35:16] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 22:35:16] Production.INFO: ============== Report Schedule START===========
[2026-09-10 22:35:16] Production.INFO: ============== Report Schedule END===========
[2026-09-10 22:35:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 22:35:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 22:35:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 22:35:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 22:35:16] Production.INFO: ============== Deal alert START===========
[2026-09-10 22:35:16] Production.INFO: ============== Deal alert END===========
[2026-09-10 22:35:16] Production.INFO: ==13373== Releasing lock...
[2026-09-10 22:35:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 22:35:16] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 03:36:01] Production.INFO: ==13454== Lock acquired, processing the job...
[2026-09-11 03:36:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 03:36:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 03:36:01] Production.INFO: neon service started
[2026-09-11 03:36:01] Production.INFO: neon service started
[2026-09-11 03:36:01] Production.INFO: ==13454== Releasing lock...
[2026-09-11 03:36:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 03:36:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 02:36:02] Production.INFO: ==13459== Lock acquired, processing the job...
[2026-09-11 02:36:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 02:36:02] Production.INFO: ==13459== Releasing lock...
[2026-09-11 02:36:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 02:36:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 22:36:02] Production.INFO: ==13457== Lock acquired, processing the job...
[2026-09-10 22:36:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 22:36:02] Production.INFO: ==13457== Releasing lock...
[2026-09-10 22:36:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 22:36:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 22:36:03] Production.INFO: ==13463== Lock acquired, processing the job...
[2026-09-10 22:36:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 22:36:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 22:36:03] Production.INFO: ==13471== Lock acquired, processing the job...
[2026-09-10 22:36:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 22:36:03] Production.INFO: ==13465== Lock acquired, processing the job...
[2026-09-10 22:36:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 22:36:03] Production.INFO: ==13469== Lock acquired, processing the job...
[2026-09-10 22:36:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 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-09-10 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-09-10 22:36:03] Production.INFO: ==13467== Lock acquired, processing the job...
[2026-09-10 22:36:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 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-09-10 22:36:03] Production.INFO: ==13471== Releasing lock...
[2026-09-10 22:36:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 22:36:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 22:36:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 22:36:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 22:36:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 22:36:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 22:36:03] Production.INFO: Account Balance Start.
[2026-09-10 22:36:03] Production.INFO: CreateAllLog Start
[2026-09-10 22:36:03] Production.INFO: 117
[2026-09-10 22:36:03] Production.INFO: Date 2026-09-08
[2026-09-10 22:36:03] Production.INFO: Reseller ==> 0
[2026-09-10 22:36:03] Production.INFO: Date 2026-09-09
[2026-09-10 22:36:03] Production.INFO: Reseller ==> 0
[2026-09-10 22:36:03] Production.INFO: Date 2026-09-10
[2026-09-10 22:36:03] Production.INFO: Reseller ==> 0
[2026-09-10 22:36:04] Production.INFO: Total Charge 0
[2026-09-10 22:36:04] Production.INFO: CreateAllLog End
[2026-09-10 22:36:04] Production.INFO: Account Balance End.
[2026-09-10 22:36:04] Production.ERROR: CronJobId end 12
[2026-09-10 22:36:04] Production.INFO: ==13469== Releasing lock...
[2026-09-10 22:36:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 22:36:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 22:36:04] Production.INFO: ==13465== Releasing lock...
[2026-09-10 22:36:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 22:36:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 22:36:11] Production.ERROR: CronJobId end10
[2026-09-10 22:36:11] Production.INFO: ==13467== Releasing lock...
[2026-09-10 22:36:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 22:36:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 22:36:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 22:36:13] Production.INFO: ============== Balance Warning START===========
[2026-09-10 22:36:13] Production.INFO: ============== Balance Warning END===========
[2026-09-10 22:36:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 22:36:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 22:36:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 22:36:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 22:36:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 22:36:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 22:36:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 22:36:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 22:36:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 22:36:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 22:36:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 22:36:14] Production.INFO: call_cost start
[2026-09-10 22:36:14] Production.INFO: call_cost end
[2026-09-10 22:36:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 22:36:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 22:36:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 22:36:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 22:36:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 22:36:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 22:36:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 22:36:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 22:36:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 22:36:14] Production.INFO: ==13463== Releasing lock...
[2026-09-10 22:36:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 22:36:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 03:37:02] Production.INFO: ==13537== Lock acquired, processing the job...
[2026-09-11 03:37:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 03:37:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 03:37:02] Production.INFO: neon service started
[2026-09-11 03:37:02] Production.INFO: neon service started
[2026-09-11 03:37:02] Production.INFO: ==13537== Releasing lock...
[2026-09-11 03:37:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 03:37:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 22:37:02] Production.INFO: ==13539== Lock acquired, processing the job...
[2026-09-10 22:37:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 22:37:02] Production.INFO: ==13539== Releasing lock...
[2026-09-10 22:37:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 22:37:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 02:37:03] Production.INFO: ==13541== Lock acquired, processing the job...
[2026-09-11 02:37:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 02:37:03] Production.INFO: ==13541== Releasing lock...
[2026-09-11 02:37:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 02:37:03] Production.INFO: 25 MB #Memory Used#
[2026-09-10 22:37:03] Production.INFO: ==13544== Lock acquired, processing the job...
[2026-09-10 22:37:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 22:37:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 22:37:03] Production.INFO: ==13548== Lock acquired, processing the job...
[2026-09-10 22:37:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 22:37:03] Production.INFO: ==13546== Lock acquired, processing the job...
[2026-09-10 22:37:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 22:37:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 22:37:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 22:37:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 22:37:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 22:37:03] Production.INFO: ==13552== Lock acquired, processing the job...
[2026-09-10 22:37:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 22:37:03] Production.INFO: ==13550== Lock acquired, processing the job...
[2026-09-10 22:37:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 22:37:04] Production.INFO: Account Balance Start.
[2026-09-10 22:37:04] Production.INFO: CreateAllLog Start
[2026-09-10 22:37:04] Production.INFO: 117
[2026-09-10 22:37:04] Production.INFO: Date 2026-09-08
[2026-09-10 22:37:04] Production.INFO: Reseller ==> 0
[2026-09-10 22:37:04] Production.INFO: Date 2026-09-09
[2026-09-10 22:37:04] Production.INFO: Reseller ==> 0
[2026-09-10 22:37:04] Production.INFO: Date 2026-09-10
[2026-09-10 22:37:04] Production.INFO: Reseller ==> 0
[2026-09-10 22: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-09-10 22: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-09-10 22: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-09-10 22:37:04] Production.INFO: ==13552== Releasing lock...
[2026-09-10 22:37:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 22:37:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 22:37:04] Production.INFO: Total Charge 0
[2026-09-10 22:37:04] Production.INFO: CreateAllLog End
[2026-09-10 22:37:04] Production.INFO: Account Balance End.
[2026-09-10 22:37:04] Production.ERROR: CronJobId end 12
[2026-09-10 22:37:04] Production.INFO: ==13550== Releasing lock...
[2026-09-10 22:37:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 22:37:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 22:37:04] Production.INFO: ==13546== Releasing lock...
[2026-09-10 22:37:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 22:37:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 22:37:11] Production.ERROR: CronJobId end10
[2026-09-10 22:37:11] Production.INFO: ==13548== Releasing lock...
[2026-09-10 22:37:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 22:37:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 22:37:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 22:37:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 22:37:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 22:37:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 22:37:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 22:37:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 22:37:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 22:37:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 22:37:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 22:37:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 22:37:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 22:37:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 22:37:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 22:37:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 22:37:15] Production.INFO: call_cost start
[2026-09-10 22:37:15] Production.INFO: call_cost end
[2026-09-10 22:37:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 22:37:15] Production.INFO: ============== Report Schedule START===========
[2026-09-10 22:37:15] Production.INFO: ============== Report Schedule END===========
[2026-09-10 22:37:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 22:37:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 22:37:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 22:37:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 22:37:15] Production.INFO: ============== Deal alert START===========
[2026-09-10 22:37:15] Production.INFO: ============== Deal alert END===========
[2026-09-10 22:37:15] Production.INFO: ==13544== Releasing lock...
[2026-09-10 22:37:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 22:37:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 03:38:01] Production.INFO: ==13622== Lock acquired, processing the job...
[2026-09-11 03:38:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 03:38:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 03:38:01] Production.INFO: neon service started
[2026-09-11 03:38:01] Production.INFO: neon service started
[2026-09-11 03:38:01] Production.INFO: ==13622== Releasing lock...
[2026-09-11 03:38:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 03:38:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 22:38:02] Production.INFO: ==13625== Lock acquired, processing the job...
[2026-09-10 22:38:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 22:38:02] Production.INFO: ==13625== Releasing lock...
[2026-09-10 22:38:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 22:38:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 02:38:02] Production.INFO: ==13627== Lock acquired, processing the job...
[2026-09-11 02:38:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 02:38:02] Production.INFO: ==13627== Releasing lock...
[2026-09-11 02:38:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 02:38:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 22:38:03] Production.INFO: ==13635== Lock acquired, processing the job...
[2026-09-10 22:38:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 22:38:03] Production.INFO: ==13629== Lock acquired, processing the job...
[2026-09-10 22:38:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 22:38:03] Production.INFO: Account Balance Start.
[2026-09-10 22:38:03] Production.INFO: CreateAllLog Start
[2026-09-10 22:38:03] Production.INFO: 117
[2026-09-10 22:38:03] Production.INFO: Date 2026-09-08
[2026-09-10 22:38:03] Production.INFO: Reseller ==> 0
[2026-09-10 22:38:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 22:38:03] Production.INFO: Date 2026-09-09
[2026-09-10 22:38:03] Production.INFO: Reseller ==> 0
[2026-09-10 22:38:03] Production.INFO: ==13631== Lock acquired, processing the job...
[2026-09-10 22:38:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 22:38:03] Production.INFO: ==13633== Lock acquired, processing the job...
[2026-09-10 22:38:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 22:38:03] Production.INFO: Date 2026-09-10
[2026-09-10 22:38:03] Production.INFO: Reseller ==> 0
[2026-09-10 22:38:03] Production.INFO: Total Charge 0
[2026-09-10 22:38:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 22:38:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 22:38:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 22:38:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 22:38:03] Production.INFO: CreateAllLog End
[2026-09-10 22:38:03] Production.INFO: ==13637== Lock acquired, processing the job...
[2026-09-10 22:38:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 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-09-10 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-09-10 22:38:03] Production.INFO: Account Balance End.
[2026-09-10 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-09-10 22:38:03] Production.ERROR: CronJobId end 12
[2026-09-10 22:38:03] Production.INFO: ==13635== Releasing lock...
[2026-09-10 22:38:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 22:38:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 22:38:03] Production.INFO: ==13637== Releasing lock...
[2026-09-10 22:38:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 22:38:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 22:38:04] Production.INFO: ==13631== Releasing lock...
[2026-09-10 22:38:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 22:38:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 22:38:11] Production.ERROR: CronJobId end10
[2026-09-10 22:38:11] Production.INFO: ==13633== Releasing lock...
[2026-09-10 22:38:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 22:38:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 22:38:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 22:38:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 22:38:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 22:38:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 22:38:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 22:38:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 22:38:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 22:38:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 22:38:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 22:38:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 22:38:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 22:38:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 22:38:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 22:38:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 22:38:14] Production.INFO: call_cost start
[2026-09-10 22:38:14] Production.INFO: call_cost end
[2026-09-10 22:38:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 22:38:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 22:38:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 22:38:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 22:38:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 22:38:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 22:38:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 22:38:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 22:38:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 22:38:14] Production.INFO: ==13629== Releasing lock...
[2026-09-10 22:38:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 22:38:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 03:39:02] Production.INFO: ==13698== Lock acquired, processing the job...
[2026-09-11 03:39:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 03:39:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 03:39:02] Production.INFO: neon service started
[2026-09-11 03:39:02] Production.INFO: neon service started
[2026-09-11 03:39:02] Production.INFO: ==13698== Releasing lock...
[2026-09-11 03:39:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 03:39:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 22:39:02] Production.INFO: ==13700== Lock acquired, processing the job...
[2026-09-10 22:39:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 22:39:02] Production.INFO: ==13700== Releasing lock...
[2026-09-10 22:39:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 22:39:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 02:39:03] Production.INFO: ==13702== Lock acquired, processing the job...
[2026-09-11 02:39:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 02:39:03] Production.INFO: ==13702== Releasing lock...
[2026-09-11 02:39:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 02:39:03] Production.INFO: 25 MB #Memory Used#
[2026-09-10 22:39:03] Production.INFO: ==13708== Lock acquired, processing the job...
[2026-09-10 22:39:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 22:39:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 22:39:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 22:39:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 22:39:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 22:39:03] Production.INFO: ==13704== Lock acquired, processing the job...
[2026-09-10 22:39:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 22:39:03] Production.INFO: ==13706== Lock acquired, processing the job...
[2026-09-10 22:39:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 22:39:03] Production.INFO: ==13710== Lock acquired, processing the job...
[2026-09-10 22:39:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 22:39:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 22:39:03] Production.INFO: Account Balance Start.
[2026-09-10 22:39:03] Production.INFO: CreateAllLog Start
[2026-09-10 22:39:03] Production.INFO: 117
[2026-09-10 22:39:03] Production.INFO: Date 2026-09-08
[2026-09-10 22:39:04] Production.INFO: ==13712== Lock acquired, processing the job...
[2026-09-10 22:39:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 22:39:04] Production.INFO: Reseller ==> 0
[2026-09-10 22:39:04] Production.INFO: Date 2026-09-09
[2026-09-10 22:39:04] Production.INFO: Reseller ==> 0
[2026-09-10 22:39:04] Production.INFO: Date 2026-09-10
[2026-09-10 22:39:04] Production.INFO: Reseller ==> 0
[2026-09-10 22:39:04] Production.INFO: Total Charge 0
[2026-09-10 22: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-09-10 22:39:04] Production.INFO: CreateAllLog End
[2026-09-10 22: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-09-10 22: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-09-10 22:39:04] Production.INFO: ==13712== Releasing lock...
[2026-09-10 22:39:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 22:39:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 22:39:04] Production.INFO: Account Balance End.
[2026-09-10 22:39:04] Production.ERROR: CronJobId end 12
[2026-09-10 22:39:04] Production.INFO: ==13710== Releasing lock...
[2026-09-10 22:39:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 22:39:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 22:39:04] Production.INFO: ==13706== Releasing lock...
[2026-09-10 22:39:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 22:39:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 22:39:12] Production.ERROR: CronJobId end10
[2026-09-10 22:39:12] Production.INFO: ==13708== Releasing lock...
[2026-09-10 22:39:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 22:39:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 22:39:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 22:39:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 22:39:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 22:39:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 22:39:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 22:39:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 22:39:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 22:39:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 22:39:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 22:39:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 22:39:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 22:39:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 22:39:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 22:39:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 22:39:15] Production.INFO: call_cost start
[2026-09-10 22:39:15] Production.INFO: call_cost end
[2026-09-10 22:39:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 22:39:15] Production.INFO: ============== Report Schedule START===========
[2026-09-10 22:39:15] Production.INFO: ============== Report Schedule END===========
[2026-09-10 22:39:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 22:39:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 22:39:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 22:39:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 22:39:15] Production.INFO: ============== Deal alert START===========
[2026-09-10 22:39:15] Production.INFO: ============== Deal alert END===========
[2026-09-10 22:39:15] Production.INFO: ==13704== Releasing lock...
[2026-09-10 22:39:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 22:39:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 03:40:01] Production.INFO: ==13773== Lock acquired, processing the job...
[2026-09-11 03:40:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 03:40:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 03:40:01] Production.INFO: neon service started
[2026-09-11 03:40:01] Production.INFO: neon service started
[2026-09-11 03:40:01] Production.INFO: ==13773== Releasing lock...
[2026-09-11 03:40:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 03:40:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 22:40:02] Production.INFO: ==13775== Lock acquired, processing the job...
[2026-09-10 22:40:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 22:40:02] Production.INFO: ==13775== Releasing lock...
[2026-09-10 22:40:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 22:40:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 02:40:02] Production.INFO: ==13777== Lock acquired, processing the job...
[2026-09-11 02:40:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 02:40:02] Production.INFO: ==13777== Releasing lock...
[2026-09-11 02:40:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 02:40:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 22:40:03] Production.INFO: ==13782== Lock acquired, processing the job...
[2026-09-10 22:40:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 22:40:03] Production.INFO: ==13780== Lock acquired, processing the job...
[2026-09-10 22:40:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 22:40:03] Production.INFO: ==13786== Lock acquired, processing the job...
[2026-09-10 22:40:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 22:40:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 22:40:03] Production.INFO: ==13784== Lock acquired, processing the job...
[2026-09-10 22:40:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 22:40:03] Production.INFO: ==13788== Lock acquired, processing the job...
[2026-09-10 22:40:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 22:40:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 22:40:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 22:40:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 22:40:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 22:40:03] Production.INFO: Account Balance Start.
[2026-09-10 22:40:03] Production.INFO: CreateAllLog Start
[2026-09-10 22:40:03] Production.INFO: 117
[2026-09-10 22:40:03] Production.INFO: Date 2026-09-08
[2026-09-10 22:40:03] Production.INFO: Reseller ==> 0
[2026-09-10 22:40:03] Production.INFO: Date 2026-09-09
[2026-09-10 22:40:03] Production.INFO: Reseller ==> 0
[2026-09-10 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-09-10 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-09-10 22:40:03] Production.INFO: Date 2026-09-10
[2026-09-10 22:40:03] Production.INFO: Reseller ==> 0
[2026-09-10 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-09-10 22:40:03] Production.INFO: ==13788== Releasing lock...
[2026-09-10 22:40:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 22:40:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 22:40:03] Production.INFO: Total Charge 0
[2026-09-10 22:40:03] Production.INFO: CreateAllLog End
[2026-09-10 22:40:03] Production.INFO: Account Balance End.
[2026-09-10 22:40:03] Production.ERROR: CronJobId end 12
[2026-09-10 22:40:03] Production.INFO: ==13786== Releasing lock...
[2026-09-10 22:40:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 22:40:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 22:40:04] Production.INFO: ==13782== Releasing lock...
[2026-09-10 22:40:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 22:40:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 22:40:12] Production.ERROR: CronJobId end10
[2026-09-10 22:40:12] Production.INFO: ==13784== Releasing lock...
[2026-09-10 22:40:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 22:40:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 22:40:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 22:40:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 22:40:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 22:40:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 22:40:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 22:40:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 22:40:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 22:40:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 22:40:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 22:40:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 22:40:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 22:40:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 22:40:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 22:40:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 22:40:14] Production.INFO: call_cost start
[2026-09-10 22:40:14] Production.INFO: call_cost end
[2026-09-10 22:40:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 22:40:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 22:40:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 22:40:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 22:40:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 22:40:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 22:40:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 22:40:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 22:40:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 22:40:14] Production.INFO: ==13780== Releasing lock...
[2026-09-10 22:40:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 22:40:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 03:41:02] Production.INFO: ==13855== Lock acquired, processing the job...
[2026-09-11 03:41:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 03:41:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 03:41:02] Production.INFO: neon service started
[2026-09-11 03:41:02] Production.INFO: neon service started
[2026-09-11 03:41:02] Production.INFO: ==13855== Releasing lock...
[2026-09-11 03:41:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 03:41:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 22:41:02] Production.INFO: ==13857== Lock acquired, processing the job...
[2026-09-10 22:41:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 02:41:02] Production.INFO: ==13859== Lock acquired, processing the job...
[2026-09-11 02:41:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 02:41:02] Production.INFO: ==13859== Releasing lock...
[2026-09-11 02:41:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 02:41:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 22:41:03] Production.INFO: ==13857== Releasing lock...
[2026-09-10 22:41:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 22:41:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 22:41:03] Production.INFO: ==13868== Lock acquired, processing the job...
[2026-09-10 22:41:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 22:41:03] Production.INFO: Account Balance Start.
[2026-09-10 22:41:03] Production.INFO: CreateAllLog Start
[2026-09-10 22:41:03] Production.INFO: 117
[2026-09-10 22:41:03] Production.INFO: Date 2026-09-08
[2026-09-10 22:41:03] Production.INFO: Reseller ==> 0
[2026-09-10 22:41:03] Production.INFO: ==13866== Lock acquired, processing the job...
[2026-09-10 22:41:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 22:41:04] Production.INFO: Date 2026-09-09
[2026-09-10 22:41:04] Production.INFO: Reseller ==> 0
[2026-09-10 22:41:04] Production.INFO: Date 2026-09-10
[2026-09-10 22:41:04] Production.INFO: Reseller ==> 0
[2026-09-10 22:41:04] Production.INFO: Total Charge 0
[2026-09-10 22:41:04] Production.INFO: CreateAllLog End
[2026-09-10 22:41:04] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 22:41:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 22:41:04] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 22:41:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 22:41:04] Production.INFO: ==13862== Lock acquired, processing the job...
[2026-09-10 22:41:04] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 22:41:04] Production.INFO: ==13870== Lock acquired, processing the job...
[2026-09-10 22:41:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 22:41:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 22:41:04] Production.INFO: ==13864== Lock acquired, processing the job...
[2026-09-10 22:41:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 22:41:04] Production.INFO: Account Balance End.
[2026-09-10 22:41:04] Production.ERROR: CronJobId end 12
[2026-09-10 22:41:04] Production.INFO: ==13868== Releasing lock...
[2026-09-10 22:41:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 22:41:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 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-09-10 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-09-10 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-09-10 22:41:04] Production.INFO: ==13870== Releasing lock...
[2026-09-10 22:41:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 22:41:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 22:41:04] Production.INFO: ==13864== Releasing lock...
[2026-09-10 22:41:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 22:41:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 22:41:12] Production.ERROR: CronJobId end10
[2026-09-10 22:41:12] Production.INFO: ==13866== Releasing lock...
[2026-09-10 22:41:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 22:41:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 22:41:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 22:41:13] Production.INFO: ============== Balance Warning START===========
[2026-09-10 22:41:13] Production.INFO: ============== Balance Warning END===========
[2026-09-10 22:41:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 22:41:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 22:41:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 22:41:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 22:41:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 22:41:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 22:41:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 22:41:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 22:41:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 22:41:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 22:41:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 22:41:14] Production.INFO: call_cost start
[2026-09-10 22:41:14] Production.INFO: call_cost end
[2026-09-10 22:41:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 22:41:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 22:41:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 22:41:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 22:41:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 22:41:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 22:41:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 22:41:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 22:41:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 22:41:14] Production.INFO: ==13862== Releasing lock...
[2026-09-10 22:41:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 22:41:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 03:42:01] Production.INFO: ==13933== Lock acquired, processing the job...
[2026-09-11 03:42:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 03:42:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 03:42:01] Production.INFO: neon service started
[2026-09-11 03:42:01] Production.INFO: neon service started
[2026-09-11 03:42:01] Production.INFO: ==13933== Releasing lock...
[2026-09-11 03:42:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 03:42:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 22:42:02] Production.INFO: ==13935== Lock acquired, processing the job...
[2026-09-10 22:42:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 22:42:02] Production.INFO: ==13935== Releasing lock...
[2026-09-10 22:42:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 22:42:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 02:42:02] Production.INFO: ==13937== Lock acquired, processing the job...
[2026-09-11 02:42:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 02:42:02] Production.INFO: ==13937== Releasing lock...
[2026-09-11 02:42:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 02:42:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 22:42:03] Production.INFO: ==13941== Lock acquired, processing the job...
[2026-09-10 22:42:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 22:42:03] Production.INFO: ==13939== Lock acquired, processing the job...
[2026-09-10 22:42:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 22:42:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 22:42:03] Production.INFO: ==13945== Lock acquired, processing the job...
[2026-09-10 22:42:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 22:42:03] Production.INFO: ==13943== Lock acquired, processing the job...
[2026-09-10 22:42:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 22:42:03] Production.INFO: ==13947== Lock acquired, processing the job...
[2026-09-10 22:42:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 22:42:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 22:42:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 22:42:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 22:42:03] Production.INFO: Account Balance Start.
[2026-09-10 22:42:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 22:42:03] Production.INFO: CreateAllLog Start
[2026-09-10 22:42:03] Production.INFO: 117
[2026-09-10 22:42:03] Production.INFO: Date 2026-09-08
[2026-09-10 22:42:03] Production.INFO: Reseller ==> 0
[2026-09-10 22:42:03] Production.INFO: Date 2026-09-09
[2026-09-10 22:42:03] Production.INFO: Reseller ==> 0
[2026-09-10 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-09-10 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-09-10 22:42:03] Production.INFO: Date 2026-09-10
[2026-09-10 22:42:03] Production.INFO: Reseller ==> 0
[2026-09-10 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-09-10 22:42:03] Production.INFO: ==13947== Releasing lock...
[2026-09-10 22:42:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 22:42:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 22:42:03] Production.INFO: Total Charge 0
[2026-09-10 22:42:03] Production.INFO: CreateAllLog End
[2026-09-10 22:42:03] Production.INFO: Account Balance End.
[2026-09-10 22:42:03] Production.ERROR: CronJobId end 12
[2026-09-10 22:42:03] Production.INFO: ==13945== Releasing lock...
[2026-09-10 22:42:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 22:42:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 22:42:03] Production.INFO: ==13941== Releasing lock...
[2026-09-10 22:42:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 22:42:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 22:42:11] Production.ERROR: CronJobId end10
[2026-09-10 22:42:11] Production.INFO: ==13943== Releasing lock...
[2026-09-10 22:42:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 22:42:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 22:42:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 22:42:13] Production.INFO: ============== Balance Warning START===========
[2026-09-10 22:42:13] Production.INFO: ============== Balance Warning END===========
[2026-09-10 22:42:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 22:42:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 22:42:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 22:42:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 22:42:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 22:42:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 22:42:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 22:42:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 22:42:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 22:42:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 22:42:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 22:42:14] Production.INFO: call_cost start
[2026-09-10 22:42:14] Production.INFO: call_cost end
[2026-09-10 22:42:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 22:42:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 22:42:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 22:42:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 22:42:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 22:42:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 22:42:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 22:42:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 22:42:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 22:42:14] Production.INFO: ==13939== Releasing lock...
[2026-09-10 22:42:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 22:42:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 03:43:02] Production.INFO: ==14018== Lock acquired, processing the job...
[2026-09-11 03:43:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 03:43:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 03:43:02] Production.INFO: neon service started
[2026-09-11 03:43:02] Production.INFO: neon service started
[2026-09-11 03:43:02] Production.INFO: ==14018== Releasing lock...
[2026-09-11 03:43:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 03:43:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 02:43:02] Production.INFO: ==14022== Lock acquired, processing the job...
[2026-09-11 02:43:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 02:43:02] Production.INFO: ==14022== Releasing lock...
[2026-09-11 02:43:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 02:43:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 22:43:02] Production.INFO: ==14020== Lock acquired, processing the job...
[2026-09-10 22:43:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 22:43:02] Production.INFO: ==14020== Releasing lock...
[2026-09-10 22:43:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 22:43:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 22:43:03] Production.INFO: ==14024== Lock acquired, processing the job...
[2026-09-10 22:43:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 22:43:03] Production.INFO: ==14026== Lock acquired, processing the job...
[2026-09-10 22:43:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 22:43:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 22:43:03] Production.INFO: ==14028== Lock acquired, processing the job...
[2026-09-10 22:43:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 22:43:03] Production.INFO: ==14032== Lock acquired, processing the job...
[2026-09-10 22:43:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 22:43:03] Production.INFO: ==14030== Lock acquired, processing the job...
[2026-09-10 22:43:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 22:43:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 22:43:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 22:43:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 22:43:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 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-09-10 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-09-10 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-09-10 22:43:03] Production.INFO: ==14032== Releasing lock...
[2026-09-10 22:43:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 22:43:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 22:43:03] Production.INFO: Account Balance Start.
[2026-09-10 22:43:03] Production.INFO: CreateAllLog Start
[2026-09-10 22:43:03] Production.INFO: 117
[2026-09-10 22:43:03] Production.INFO: Date 2026-09-08
[2026-09-10 22:43:03] Production.INFO: Reseller ==> 0
[2026-09-10 22:43:03] Production.INFO: Date 2026-09-09
[2026-09-10 22:43:03] Production.INFO: Reseller ==> 0
[2026-09-10 22:43:04] Production.INFO: Date 2026-09-10
[2026-09-10 22:43:04] Production.INFO: Reseller ==> 0
[2026-09-10 22:43:04] Production.INFO: Total Charge 0
[2026-09-10 22:43:04] Production.INFO: CreateAllLog End
[2026-09-10 22:43:04] Production.INFO: Account Balance End.
[2026-09-10 22:43:04] Production.ERROR: CronJobId end 12
[2026-09-10 22:43:04] Production.INFO: ==14030== Releasing lock...
[2026-09-10 22:43:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 22:43:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 22:43:04] Production.INFO: ==14026== Releasing lock...
[2026-09-10 22:43:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 22:43:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 22:43:11] Production.ERROR: CronJobId end10
[2026-09-10 22:43:11] Production.INFO: ==14028== Releasing lock...
[2026-09-10 22:43:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 22:43:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 22:43:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 22:43:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 22:43:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 22:43:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 22:43:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 22:43:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 22:43:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 22:43:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 22:43:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 22:43:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 22:43:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 22:43:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 22:43:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 22:43:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 22:43:14] Production.INFO: call_cost start
[2026-09-10 22:43:14] Production.INFO: call_cost end
[2026-09-10 22:43:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 22:43:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 22:43:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 22:43:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 22:43:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 22:43:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 22:43:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 22:43:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 22:43:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 22:43:14] Production.INFO: ==14024== Releasing lock...
[2026-09-10 22:43:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 22:43:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 03:44:01] Production.INFO: ==14095== Lock acquired, processing the job...
[2026-09-11 03:44:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 03:44:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 03:44:01] Production.INFO: neon service started
[2026-09-11 03:44:01] Production.INFO: neon service started
[2026-09-11 03:44:01] Production.INFO: ==14095== Releasing lock...
[2026-09-11 03:44:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 03:44:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 02:44:01] Production.INFO: ==14100== Lock acquired, processing the job...
[2026-09-11 02:44:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 02:44:01] Production.INFO: ==14100== Releasing lock...
[2026-09-11 02:44:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 02:44:01] Production.INFO: 25 MB #Memory Used#
[2026-09-10 22:44:02] Production.INFO: ==14098== Lock acquired, processing the job...
[2026-09-10 22:44:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 22:44:02] Production.INFO: ==14098== Releasing lock...
[2026-09-10 22:44:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 22:44:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 22:44:02] Production.INFO: ==14104== Lock acquired, processing the job...
[2026-09-10 22:44:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 22:44:03] Production.INFO: ==14106== Lock acquired, processing the job...
[2026-09-10 22:44:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 22:44:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 22:44:03] Production.INFO: ==14102== Lock acquired, processing the job...
[2026-09-10 22:44:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 22:44:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 22:44:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 22:44:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 22:44:03] Production.INFO: ==14110== Lock acquired, processing the job...
[2026-09-10 22:44:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 22:44:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 22:44:03] Production.INFO: ==14108== Lock acquired, processing the job...
[2026-09-10 22:44:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 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-09-10 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-09-10 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-09-10 22:44:03] Production.INFO: ==14110== Releasing lock...
[2026-09-10 22:44:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 22:44:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 22:44:03] Production.INFO: Account Balance Start.
[2026-09-10 22:44:03] Production.INFO: CreateAllLog Start
[2026-09-10 22:44:03] Production.INFO: 117
[2026-09-10 22:44:03] Production.INFO: Date 2026-09-08
[2026-09-10 22:44:03] Production.INFO: Reseller ==> 0
[2026-09-10 22:44:03] Production.INFO: Date 2026-09-09
[2026-09-10 22:44:03] Production.INFO: Reseller ==> 0
[2026-09-10 22:44:03] Production.INFO: Date 2026-09-10
[2026-09-10 22:44:03] Production.INFO: Reseller ==> 0
[2026-09-10 22:44:03] Production.INFO: Total Charge 0
[2026-09-10 22:44:03] Production.INFO: CreateAllLog End
[2026-09-10 22:44:03] Production.INFO: Account Balance End.
[2026-09-10 22:44:03] Production.ERROR: CronJobId end 12
[2026-09-10 22:44:03] Production.INFO: ==14108== Releasing lock...
[2026-09-10 22:44:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 22:44:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 22:44:04] Production.INFO: ==14104== Releasing lock...
[2026-09-10 22:44:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 22:44:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 22:44:10] Production.ERROR: CronJobId end10
[2026-09-10 22:44:10] Production.INFO: ==14106== Releasing lock...
[2026-09-10 22:44:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 22:44:10] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 22:44:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 22:44:13] Production.INFO: ============== Balance Warning START===========
[2026-09-10 22:44:13] Production.INFO: ============== Balance Warning END===========
[2026-09-10 22:44:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 22:44:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 22:44:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 22:44:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 22:44:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 22:44:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 22:44:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 22:44:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 22:44:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 22:44:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 22:44:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 22:44:14] Production.INFO: call_cost start
[2026-09-10 22:44:14] Production.INFO: call_cost end
[2026-09-10 22:44:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 22:44:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 22:44:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 22:44:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 22:44:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 22:44:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 22:44:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 22:44:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 22:44:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 22:44:14] Production.INFO: ==14102== Releasing lock...
[2026-09-10 22:44:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 22:44:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 03:45:01] Production.INFO: ==14174== Lock acquired, processing the job...
[2026-09-11 03:45:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 03:45:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 03:45:02] Production.INFO: neon service started
[2026-09-11 03:45:02] Production.INFO: neon service started
[2026-09-11 03:45:02] Production.INFO: ==14174== Releasing lock...
[2026-09-11 03:45:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 03:45:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 22:45:02] Production.INFO: ==14176== Lock acquired, processing the job...
[2026-09-10 22:45:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 22:45:02] Production.INFO: ==14176== Releasing lock...
[2026-09-10 22:45:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 22:45:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 02:45:02] Production.INFO: ==14178== Lock acquired, processing the job...
[2026-09-11 02:45:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 02:45:02] Production.INFO: ==14178== Releasing lock...
[2026-09-11 02:45:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 02:45:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 22:45:03] Production.INFO: ==14185== Lock acquired, processing the job...
[2026-09-10 22:45:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 22:45:03] Production.INFO: ==14181== Lock acquired, processing the job...
[2026-09-10 22:45:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-10 22:45:03] Production.INFO: ==14183== Lock acquired, processing the job...
[2026-09-10 22:45:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 22:45:03] Production.INFO: ==14187== Lock acquired, processing the job...
[2026-09-10 22:45:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 22:45:03] Production.ERROR: ========================== active cronjob start =============================
[2026-09-10 22:45:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-10 22:45:03] Production.ERROR: CronJob PID - 14185
[2026-09-10 22:45:03] Production.ERROR: CronJob Title - Account Block
[2026-09-10 22:45:03] Production.ERROR: CronJob ID - 7
[2026-09-10 22:45:03] Production.ERROR: CronJob Last Run Time 2026-09-10 22:45:00
[2026-09-10 22:45:03] Production.ERROR: CronJob Active Minutes 0
[2026-09-10 22:45:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-10 22:45:03] Production.ERROR: ========================== active cronjob end =============================
[2026-09-10 22:45:03] Production.INFO: ==14181== Releasing lock...
[2026-09-10 22:45:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-10 22:45:03] Production.INFO: 25.5 MB #Memory Used#
[2026-09-10 22:45:03] Production.INFO: ==14189== Lock acquired, processing the job...
[2026-09-10 22:45:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 22:45:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 22:45:03] Production.INFO: ==14193== Lock acquired, processing the job...
[2026-09-10 22:45:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 22:45:04] Production.INFO: ==14191== Lock acquired, processing the job...
[2026-09-10 22:45:04] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-10 22:45:04] Production.INFO: Account Balance Start.
[2026-09-10 22:45:04] Production.INFO: CreateAllLog Start
[2026-09-10 22:45:04] Production.INFO: 117
[2026-09-10 22:45:04] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 22:45:04] Production.INFO: Date 2026-09-08
[2026-09-10 22:45:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 22:45:04] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 22:45:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 22:45:04] Production.INFO: Reseller ==> 0
[2026-09-10 22:45:04] Production.ERROR: tblTempUsageDetail_20
[2026-09-10 22: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-09-10 22: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-09-10 22: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-09-10 22:45:04] Production.INFO: ==14193== Releasing lock...
[2026-09-10 22:45:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 22:45:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 22:45:04] Production.INFO: ==14185== Releasing lock...
[2026-09-10 22:45:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 22:45:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 22:45:04] Production.INFO: Date 2026-09-09
[2026-09-10 22:45:04] Production.INFO: Reseller ==> 0
[2026-09-10 22:45:04] Production.ERROR: done
[2026-09-10 22:45:04] Production.INFO: Date 2026-09-10
[2026-09-10 22:45:04] Production.INFO: Reseller ==> 0
[2026-09-10 22:45:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-10 22:45:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17981037', 'tblTempUsageDetail_20reseller','2026-09-10','2026-09-10','1' ) start
[2026-09-10 22:45:04] Production.INFO: Total Charge 0
[2026-09-10 22:45:04] Production.INFO: CreateAllLog End
[2026-09-10 22:45:04] Production.INFO: Account Balance End.
[2026-09-10 22:45:04] Production.ERROR: CronJobId end 12
[2026-09-10 22:45:04] Production.INFO: ==14189== Releasing lock...
[2026-09-10 22:45:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 22:45:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 22:45:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17981037', 'tblTempUsageDetail_20reseller','2026-09-10','2026-09-10','1' ) end
[2026-09-10 22:45:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-10 22:45:10] Production.INFO: ProcessCDR(1,17981037,1,1,2)
[2026-09-10 22:45:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17981037,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-10 22:45:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17981037,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-10 22:45:10] Production.ERROR: pbx prc_insertCDR start
[2026-09-10 22:45:10] Production.ERROR: pbx prc_insertCDR end
[2026-09-10 22:45:10] Production.INFO: ==14191== Releasing lock...
[2026-09-10 22:45:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-10 22:45:10] Production.INFO: 26 MB #Memory Used#
[2026-09-10 22:45:14] Production.ERROR: CronJobId end10
[2026-09-10 22:45:14] Production.INFO: ==14187== Releasing lock...
[2026-09-10 22:45:14] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 22:45:14] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 22:45:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 22:45:16] Production.INFO: ============== Balance Warning START===========
[2026-09-10 22:45:16] Production.INFO: ============== Balance Warning END===========
[2026-09-10 22:45:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 22:45:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 22:45:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 22:45:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 22:45:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 22:45:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 22:45:16] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 22:45:16] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 22:45:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 22:45:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 22:45:16] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 22:45:17] Production.INFO: call_cost start
[2026-09-10 22:45:17] Production.INFO: call_cost end
[2026-09-10 22:45:17] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 22:45:17] Production.INFO: ============== Report Schedule START===========
[2026-09-10 22:45:17] Production.INFO: ============== Report Schedule END===========
[2026-09-10 22:45:17] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 22:45:17] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 22:45:17] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 22:45:17] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 22:45:17] Production.INFO: ============== Deal alert START===========
[2026-09-10 22:45:17] Production.INFO: ============== Deal alert END===========
[2026-09-10 22:45:17] Production.INFO: ==14183== Releasing lock...
[2026-09-10 22:45:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 22:45:17] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 03:46:01] Production.INFO: ==14259== Lock acquired, processing the job...
[2026-09-11 03:46:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 03:46:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 03:46:01] Production.INFO: neon service started
[2026-09-11 03:46:01] Production.INFO: neon service started
[2026-09-11 03:46:01] Production.INFO: ==14259== Releasing lock...
[2026-09-11 03:46:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 03:46:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 22:46:02] Production.INFO: ==14261== Lock acquired, processing the job...
[2026-09-10 22:46:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 02:46:02] Production.INFO: ==14263== Lock acquired, processing the job...
[2026-09-11 02:46:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 02:46:02] Production.INFO: ==14263== Releasing lock...
[2026-09-11 02:46:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 02:46:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 22:46:02] Production.INFO: ==14261== Releasing lock...
[2026-09-10 22:46:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 22:46:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 22:46:03] Production.INFO: ==14266== Lock acquired, processing the job...
[2026-09-10 22:46:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 22:46:03] Production.INFO: ==14268== Lock acquired, processing the job...
[2026-09-10 22:46:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 22:46:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 22:46:03] Production.INFO: ==14274== Lock acquired, processing the job...
[2026-09-10 22:46:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 22:46:03] Production.INFO: ==14270== Lock acquired, processing the job...
[2026-09-10 22:46:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 22:46:03] Production.INFO: ==14272== Lock acquired, processing the job...
[2026-09-10 22:46:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 22:46:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 22:46:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 22:46:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 22:46:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 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-09-10 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-09-10 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-09-10 22:46:03] Production.INFO: ==14274== Releasing lock...
[2026-09-10 22:46:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 22:46:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 22:46:03] Production.INFO: Account Balance Start.
[2026-09-10 22:46:03] Production.INFO: CreateAllLog Start
[2026-09-10 22:46:03] Production.INFO: 117
[2026-09-10 22:46:03] Production.INFO: Date 2026-09-08
[2026-09-10 22:46:03] Production.INFO: Reseller ==> 0
[2026-09-10 22:46:03] Production.INFO: Date 2026-09-09
[2026-09-10 22:46:03] Production.INFO: Reseller ==> 0
[2026-09-10 22:46:03] Production.INFO: Date 2026-09-10
[2026-09-10 22:46:03] Production.INFO: Reseller ==> 0
[2026-09-10 22:46:03] Production.INFO: Total Charge 0
[2026-09-10 22:46:03] Production.INFO: CreateAllLog End
[2026-09-10 22:46:04] Production.INFO: Account Balance End.
[2026-09-10 22:46:04] Production.INFO: ==14268== Releasing lock...
[2026-09-10 22:46:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 22:46:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 22:46:04] Production.ERROR: CronJobId end 12
[2026-09-10 22:46:04] Production.INFO: ==14272== Releasing lock...
[2026-09-10 22:46:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 22:46:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 22:46:11] Production.ERROR: CronJobId end10
[2026-09-10 22:46:11] Production.INFO: ==14270== Releasing lock...
[2026-09-10 22:46:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 22:46:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 22:46:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 22:46:13] Production.INFO: ============== Balance Warning START===========
[2026-09-10 22:46:13] Production.INFO: ============== Balance Warning END===========
[2026-09-10 22:46:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 22:46:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 22:46:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 22:46:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 22:46:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 22:46:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 22:46:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 22:46:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 22:46:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 22:46:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 22:46:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 22:46:14] Production.INFO: call_cost start
[2026-09-10 22:46:14] Production.INFO: call_cost end
[2026-09-10 22:46:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 22:46:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 22:46:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 22:46:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 22:46:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 22:46:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 22:46:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 22:46:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 22:46:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 22:46:14] Production.INFO: ==14266== Releasing lock...
[2026-09-10 22:46:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 22:46:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 03:47:01] Production.INFO: ==14340== Lock acquired, processing the job...
[2026-09-11 03:47:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 03:47:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 03:47:01] Production.INFO: neon service started
[2026-09-11 03:47:01] Production.INFO: neon service started
[2026-09-11 03:47:01] Production.INFO: ==14340== Releasing lock...
[2026-09-11 03:47:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 03:47:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 22:47:02] Production.INFO: ==14342== Lock acquired, processing the job...
[2026-09-10 22:47:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 22:47:02] Production.INFO: ==14342== Releasing lock...
[2026-09-10 22:47:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 22:47:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 02:47:02] Production.INFO: ==14344== Lock acquired, processing the job...
[2026-09-11 02:47:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 02:47:02] Production.INFO: ==14344== Releasing lock...
[2026-09-11 02:47:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 02:47:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 22:47:03] Production.INFO: ==14352== Lock acquired, processing the job...
[2026-09-10 22:47:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 22:47:03] Production.INFO: Account Balance Start.
[2026-09-10 22:47:03] Production.INFO: CreateAllLog Start
[2026-09-10 22:47:03] Production.INFO: 117
[2026-09-10 22:47:03] Production.INFO: Date 2026-09-08
[2026-09-10 22:47:03] Production.INFO: Reseller ==> 0
[2026-09-10 22:47:03] Production.INFO: Date 2026-09-09
[2026-09-10 22:47:03] Production.INFO: Reseller ==> 0
[2026-09-10 22:47:03] Production.INFO: Date 2026-09-10
[2026-09-10 22:47:03] Production.INFO: Reseller ==> 0
[2026-09-10 22:47:03] Production.INFO: Total Charge 0
[2026-09-10 22:47:03] Production.INFO: CreateAllLog End
[2026-09-10 22:47:03] Production.INFO: ==14346== Lock acquired, processing the job...
[2026-09-10 22:47:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 22:47:03] Production.INFO: ==14348== Lock acquired, processing the job...
[2026-09-10 22:47:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 22:47:03] Production.INFO: ==14350== Lock acquired, processing the job...
[2026-09-10 22:47:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 22:47:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 22:47:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 22:47:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 22:47:03] Production.INFO: Account Balance End.
[2026-09-10 22:47:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 22:47:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 22:47:03] Production.ERROR: CronJobId end 12
[2026-09-10 22:47:03] Production.INFO: ==14352== Releasing lock...
[2026-09-10 22:47:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 22:47:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 22:47:03] Production.INFO: ==14354== Lock acquired, processing the job...
[2026-09-10 22:47:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 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-09-10 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-09-10 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-09-10 22:47:03] Production.INFO: ==14354== Releasing lock...
[2026-09-10 22:47:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 22:47:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 22:47:04] Production.INFO: ==14348== Releasing lock...
[2026-09-10 22:47:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 22:47:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 22:47:11] Production.ERROR: CronJobId end10
[2026-09-10 22:47:11] Production.INFO: ==14350== Releasing lock...
[2026-09-10 22:47:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 22:47:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 22:47:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 22:47:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 22:47:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 22:47:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 22:47:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 22:47:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 22:47:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 22:47:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 22:47:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 22:47:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 22:47:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 22:47:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 22:47:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 22:47:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 22:47:15] Production.INFO: call_cost start
[2026-09-10 22:47:15] Production.INFO: call_cost end
[2026-09-10 22:47:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 22:47:15] Production.INFO: ============== Report Schedule START===========
[2026-09-10 22:47:15] Production.INFO: ============== Report Schedule END===========
[2026-09-10 22:47:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 22:47:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 22:47:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 22:47:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 22:47:15] Production.INFO: ============== Deal alert START===========
[2026-09-10 22:47:15] Production.INFO: ============== Deal alert END===========
[2026-09-10 22:47:15] Production.INFO: ==14346== Releasing lock...
[2026-09-10 22:47:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 22:47:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 03:48:01] Production.INFO: ==14420== Lock acquired, processing the job...
[2026-09-11 03:48:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 03:48:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 03:48:01] Production.INFO: neon service started
[2026-09-11 03:48:01] Production.INFO: neon service started
[2026-09-11 03:48:01] Production.INFO: ==14420== Releasing lock...
[2026-09-11 03:48:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 03:48:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 22:48:01] Production.INFO: ==14422== Lock acquired, processing the job...
[2026-09-10 22:48:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 22:48:01] Production.INFO: ==14422== Releasing lock...
[2026-09-10 22:48:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 22:48:01] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 02:48:02] Production.INFO: ==14424== Lock acquired, processing the job...
[2026-09-11 02:48:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 02:48:02] Production.INFO: ==14424== Releasing lock...
[2026-09-11 02:48:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 02:48:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 22:48:02] Production.INFO: ==14432== Lock acquired, processing the job...
[2026-09-10 22:48:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 22:48:02] Production.INFO: Account Balance Start.
[2026-09-10 22:48:02] Production.INFO: CreateAllLog Start
[2026-09-10 22:48:02] Production.INFO: ==14428== Lock acquired, processing the job...
[2026-09-10 22:48:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 22:48:02] Production.INFO: 117
[2026-09-10 22:48:02] Production.INFO: ==14426== Lock acquired, processing the job...
[2026-09-10 22:48:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 22:48:02] Production.INFO: Date 2026-09-08
[2026-09-10 22:48:02] Production.INFO: Reseller ==> 0
[2026-09-10 22:48:02] Production.INFO: Date 2026-09-09
[2026-09-10 22:48:02] Production.INFO: Reseller ==> 0
[2026-09-10 22:48:02] Production.INFO: ==14430== Lock acquired, processing the job...
[2026-09-10 22:48:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 22:48:02] Production.INFO: Date 2026-09-10
[2026-09-10 22:48:02] Production.INFO: Reseller ==> 0
[2026-09-10 22:48:02] Production.INFO: ==14434== Lock acquired, processing the job...
[2026-09-10 22:48:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 22:48:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 22:48:02] Production.INFO: Total Charge 0
[2026-09-10 22:48:02] Production.INFO: CreateAllLog End
[2026-09-10 22:48:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 22:48:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 22:48:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 22:48:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 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-09-10 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-09-10 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-09-10 22:48:03] Production.INFO: ==14434== Releasing lock...
[2026-09-10 22:48:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 22:48:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 22:48:03] Production.INFO: Account Balance End.
[2026-09-10 22:48:03] Production.ERROR: CronJobId end 12
[2026-09-10 22:48:03] Production.INFO: ==14432== Releasing lock...
[2026-09-10 22:48:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 22:48:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 22:48:03] Production.INFO: ==14428== Releasing lock...
[2026-09-10 22:48:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 22:48:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 22:48:11] Production.ERROR: CronJobId end10
[2026-09-10 22:48:11] Production.INFO: ==14430== Releasing lock...
[2026-09-10 22:48:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 22:48:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 22:48:12] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 22:48:12] Production.INFO: ============== Balance Warning START===========
[2026-09-10 22:48:12] Production.INFO: ============== Balance Warning END===========
[2026-09-10 22:48:12] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 22:48:12] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 22:48:12] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 22:48:12] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 22:48:12] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 22:48:12] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 22:48:12] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 22:48:12] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 22:48:12] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 22:48:12] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 22:48:12] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 22:48:13] Production.INFO: call_cost start
[2026-09-10 22:48:13] Production.INFO: call_cost end
[2026-09-10 22:48:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 22:48:13] Production.INFO: ============== Report Schedule START===========
[2026-09-10 22:48:13] Production.INFO: ============== Report Schedule END===========
[2026-09-10 22:48:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 22:48:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 22:48:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 22:48:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 22:48:13] Production.INFO: ============== Deal alert START===========
[2026-09-10 22:48:13] Production.INFO: ============== Deal alert END===========
[2026-09-10 22:48:13] Production.INFO: ==14426== Releasing lock...
[2026-09-10 22:48:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 22:48:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 03:49:01] Production.INFO: ==14496== Lock acquired, processing the job...
[2026-09-11 03:49:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 03:49:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 03:49:01] Production.INFO: neon service started
[2026-09-11 03:49:01] Production.INFO: neon service started
[2026-09-11 03:49:01] Production.INFO: ==14496== Releasing lock...
[2026-09-11 03:49:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 03:49:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 22:49:02] Production.INFO: ==14500== Lock acquired, processing the job...
[2026-09-10 22:49:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 22:49:02] Production.INFO: ==14500== Releasing lock...
[2026-09-10 22:49:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 22:49:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 02:49:02] Production.INFO: ==14502== Lock acquired, processing the job...
[2026-09-11 02:49:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 02:49:02] Production.INFO: ==14502== Releasing lock...
[2026-09-11 02:49:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 02:49:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 22:49:03] Production.INFO: ==14510== Lock acquired, processing the job...
[2026-09-10 22:49:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 22:49:03] Production.INFO: Account Balance Start.
[2026-09-10 22:49:03] Production.INFO: CreateAllLog Start
[2026-09-10 22:49:03] Production.INFO: 117
[2026-09-10 22:49:03] Production.INFO: Date 2026-09-08
[2026-09-10 22:49:03] Production.INFO: Reseller ==> 0
[2026-09-10 22:49:03] Production.INFO: ==14504== Lock acquired, processing the job...
[2026-09-10 22:49:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 22:49:03] Production.INFO: Date 2026-09-09
[2026-09-10 22:49:03] Production.INFO: Reseller ==> 0
[2026-09-10 22:49:03] Production.INFO: Date 2026-09-10
[2026-09-10 22:49:03] Production.INFO: Reseller ==> 0
[2026-09-10 22:49:03] Production.INFO: Total Charge 0
[2026-09-10 22:49:03] Production.INFO: ==14506== Lock acquired, processing the job...
[2026-09-10 22:49:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 22:49:03] Production.INFO: CreateAllLog End
[2026-09-10 22:49:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 22:49:03] Production.INFO: ==14508== Lock acquired, processing the job...
[2026-09-10 22:49:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 22:49:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 22:49:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 22:49:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 22:49:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 22:49:03] Production.INFO: ==14512== Lock acquired, processing the job...
[2026-09-10 22:49:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 22:49:03] Production.INFO: Account Balance End.
[2026-09-10 22:49:03] Production.ERROR: CronJobId end 12
[2026-09-10 22:49:03] Production.INFO: ==14510== Releasing lock...
[2026-09-10 22:49:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 22:49:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 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-09-10 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-09-10 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-09-10 22:49:04] Production.INFO: ==14512== Releasing lock...
[2026-09-10 22:49:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 22:49:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 22:49:04] Production.INFO: ==14506== Releasing lock...
[2026-09-10 22:49:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 22:49:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 22:49:10] Production.ERROR: CronJobId end10
[2026-09-10 22:49:10] Production.INFO: ==14508== Releasing lock...
[2026-09-10 22:49:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 22:49:10] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 22:49:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 22:49:13] Production.INFO: ============== Balance Warning START===========
[2026-09-10 22:49:13] Production.INFO: ============== Balance Warning END===========
[2026-09-10 22:49:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 22:49:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 22:49:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 22:49:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 22:49:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 22:49:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 22:49:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 22:49:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 22:49:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 22:49:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 22:49:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 22:49:14] Production.INFO: call_cost start
[2026-09-10 22:49:14] Production.INFO: call_cost end
[2026-09-10 22:49:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 22:49:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 22:49:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 22:49:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 22:49:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 22:49:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 22:49:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 22:49:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 22:49:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 22:49:14] Production.INFO: ==14504== Releasing lock...
[2026-09-10 22:49:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 22:49:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 03:50:02] Production.INFO: ==14589== Lock acquired, processing the job...
[2026-09-11 03:50:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 03:50:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 03:50:02] Production.INFO: neon service started
[2026-09-11 03:50:02] Production.INFO: neon service started
[2026-09-11 03:50:02] Production.INFO: ==14589== Releasing lock...
[2026-09-11 03:50:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 03:50:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 02:50:02] Production.INFO: ==14593== Lock acquired, processing the job...
[2026-09-11 02:50:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 02:50:02] Production.INFO: ==14593== Releasing lock...
[2026-09-11 02:50:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 02:50:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 22:50:02] Production.INFO: ==14591== Lock acquired, processing the job...
[2026-09-10 22:50:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 22:50:02] Production.INFO: ==14591== Releasing lock...
[2026-09-10 22:50:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 22:50:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 22:50:03] Production.INFO: ==14596== Lock acquired, processing the job...
[2026-09-10 22:50:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 22:50:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 22:50:03] Production.INFO: ==14598== Lock acquired, processing the job...
[2026-09-10 22:50:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 22:50:03] Production.INFO: ==14600== Lock acquired, processing the job...
[2026-09-10 22:50:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 22:50:03] Production.INFO: ==14602== Lock acquired, processing the job...
[2026-09-10 22:50:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 22:50:03] Production.INFO: ==14604== Lock acquired, processing the job...
[2026-09-10 22:50:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 22:50:04] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 22:50:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 22:50:04] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 22:50:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 22: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-09-10 22: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-09-10 22: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-09-10 22:50:04] Production.INFO: Account Balance Start.
[2026-09-10 22:50:04] Production.INFO: CreateAllLog Start
[2026-09-10 22:50:04] Production.INFO: 117
[2026-09-10 22:50:04] Production.INFO: ==14604== Releasing lock...
[2026-09-10 22:50:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 22:50:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 22:50:04] Production.INFO: Date 2026-09-08
[2026-09-10 22:50:04] Production.INFO: Reseller ==> 0
[2026-09-10 22:50:04] Production.INFO: Date 2026-09-09
[2026-09-10 22:50:04] Production.INFO: Reseller ==> 0
[2026-09-10 22:50:04] Production.INFO: Date 2026-09-10
[2026-09-10 22:50:04] Production.INFO: Reseller ==> 0
[2026-09-10 22:50:04] Production.INFO: Total Charge 0
[2026-09-10 22:50:04] Production.INFO: CreateAllLog End
[2026-09-10 22:50:04] Production.INFO: Account Balance End.
[2026-09-10 22:50:04] Production.ERROR: CronJobId end 12
[2026-09-10 22:50:04] Production.INFO: ==14602== Releasing lock...
[2026-09-10 22:50:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 22:50:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 22:50:04] Production.INFO: ==14598== Releasing lock...
[2026-09-10 22:50:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 22:50:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 22:50:11] Production.ERROR: CronJobId end10
[2026-09-10 22:50:11] Production.INFO: ==14600== Releasing lock...
[2026-09-10 22:50:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 22:50:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 22:50:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 22:50:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 22:50:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 22:50:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 22:50:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 22:50:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 22:50:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 22:50:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 22:50:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 22:50:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 22:50:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 22:50:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 22:50:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 22:50:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 22:50:14] Production.INFO: call_cost start
[2026-09-10 22:50:14] Production.INFO: call_cost end
[2026-09-10 22:50:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 22:50:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 22:50:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 22:50:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 22:50:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 22:50:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 22:50:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 22:50:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 22:50:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 22:50:14] Production.INFO: ==14596== Releasing lock...
[2026-09-10 22:50:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 22:50:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 03:51:01] Production.INFO: ==14687== Lock acquired, processing the job...
[2026-09-11 03:51:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 03:51:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 03:51:01] Production.INFO: neon service started
[2026-09-11 03:51:01] Production.INFO: neon service started
[2026-09-11 03:51:01] Production.INFO: ==14687== Releasing lock...
[2026-09-11 03:51:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 03:51:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 02:51:02] Production.INFO: ==14692== Lock acquired, processing the job...
[2026-09-11 02:51:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 02:51:02] Production.INFO: ==14692== Releasing lock...
[2026-09-11 02:51:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 02:51:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 22:51:02] Production.INFO: ==14690== Lock acquired, processing the job...
[2026-09-10 22:51:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 22:51:02] Production.INFO: ==14690== Releasing lock...
[2026-09-10 22:51:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 22:51:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 22:51:03] Production.INFO: ==14696== Lock acquired, processing the job...
[2026-09-10 22:51:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 22:51:03] Production.INFO: ==14694== Lock acquired, processing the job...
[2026-09-10 22:51:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 22:51:03] Production.INFO: ==14698== Lock acquired, processing the job...
[2026-09-10 22:51:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 22:51:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 22:51:03] Production.INFO: ==14700== Lock acquired, processing the job...
[2026-09-10 22:51:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 22:51:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 22:51:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 22:51:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 22:51:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 22:51:03] Production.INFO: ==14702== Lock acquired, processing the job...
[2026-09-10 22:51:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 22:51:03] Production.INFO: Account Balance Start.
[2026-09-10 22:51:03] Production.INFO: CreateAllLog Start
[2026-09-10 22:51:03] Production.INFO: 117
[2026-09-10 22:51:03] Production.INFO: Date 2026-09-08
[2026-09-10 22:51:03] Production.INFO: Reseller ==> 0
[2026-09-10 22:51:04] Production.INFO: Date 2026-09-09
[2026-09-10 22:51:04] Production.INFO: Reseller ==> 0
[2026-09-10 22:51:04] Production.INFO: Date 2026-09-10
[2026-09-10 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-09-10 22:51:04] Production.INFO: Reseller ==> 0
[2026-09-10 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-09-10 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-09-10 22:51:04] Production.INFO: Total Charge 0
[2026-09-10 22:51:04] Production.INFO: CreateAllLog End
[2026-09-10 22:51:04] Production.INFO: ==14702== Releasing lock...
[2026-09-10 22:51:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 22:51:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 22:51:04] Production.INFO: ==14696== Releasing lock...
[2026-09-10 22:51:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 22:51:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 22:51:04] Production.INFO: Account Balance End.
[2026-09-10 22:51:04] Production.ERROR: CronJobId end 12
[2026-09-10 22:51:04] Production.INFO: ==14700== Releasing lock...
[2026-09-10 22:51:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 22:51:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 22:51:16] Production.ERROR: CronJobId end10
[2026-09-10 22:51:16] Production.INFO: ==14698== Releasing lock...
[2026-09-10 22:51:16] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 22:51:16] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 22:51:17] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 22:51:17] Production.INFO: ============== Balance Warning START===========
[2026-09-10 22:51:17] Production.INFO: ============== Balance Warning END===========
[2026-09-10 22:51:17] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 22:51:17] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 22:51:17] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 22:51:17] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 22:51:17] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 22:51:17] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 22:51:17] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 22:51:17] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 22:51:17] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 22:51:17] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 22:51:17] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 22:51:18] Production.INFO: call_cost start
[2026-09-10 22:51:18] Production.INFO: call_cost end
[2026-09-10 22:51:18] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 22:51:18] Production.INFO: ============== Report Schedule START===========
[2026-09-10 22:51:18] Production.INFO: ============== Report Schedule END===========
[2026-09-10 22:51:18] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 22:51:18] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 22:51:18] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 22:51:18] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 22:51:18] Production.INFO: ============== Deal alert START===========
[2026-09-10 22:51:18] Production.INFO: ============== Deal alert END===========
[2026-09-10 22:51:18] Production.INFO: ==14694== Releasing lock...
[2026-09-10 22:51:18] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 22:51:18] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 03:52:02] Production.INFO: ==14769== Lock acquired, processing the job...
[2026-09-11 03:52:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 03:52:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 03:52:02] Production.INFO: neon service started
[2026-09-11 03:52:02] Production.INFO: neon service started
[2026-09-11 03:52:02] Production.INFO: ==14769== Releasing lock...
[2026-09-11 03:52:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 03:52:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 22:52:02] Production.INFO: ==14771== Lock acquired, processing the job...
[2026-09-10 22:52:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 22:52:02] Production.INFO: ==14771== Releasing lock...
[2026-09-10 22:52:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 22:52:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 02:52:03] Production.INFO: ==14773== Lock acquired, processing the job...
[2026-09-11 02:52:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 02:52:03] Production.INFO: ==14773== Releasing lock...
[2026-09-11 02:52:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 02:52:03] Production.INFO: 25 MB #Memory Used#
[2026-09-10 22:52:03] Production.INFO: ==14777== Lock acquired, processing the job...
[2026-09-10 22:52:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 22:52:03] Production.INFO: ==14775== Lock acquired, processing the job...
[2026-09-10 22:52:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 22:52:03] Production.INFO: ==14783== Lock acquired, processing the job...
[2026-09-10 22:52:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 22:52:03] Production.INFO: ==14779== Lock acquired, processing the job...
[2026-09-10 22:52:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 22:52:03] Production.INFO: ==14781== Lock acquired, processing the job...
[2026-09-10 22:52:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 22:52:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 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-09-10 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-09-10 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-09-10 22:52:04] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 22:52:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 22:52:04] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 22:52:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 22:52:04] Production.INFO: ==14783== Releasing lock...
[2026-09-10 22:52:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 22:52:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 22:52:04] Production.INFO: Account Balance Start.
[2026-09-10 22:52:04] Production.INFO: CreateAllLog Start
[2026-09-10 22:52:04] Production.INFO: 117
[2026-09-10 22:52:04] Production.INFO: Date 2026-09-08
[2026-09-10 22:52:04] Production.INFO: Reseller ==> 0
[2026-09-10 22:52:04] Production.INFO: Date 2026-09-09
[2026-09-10 22:52:04] Production.INFO: Reseller ==> 0
[2026-09-10 22:52:04] Production.INFO: Date 2026-09-10
[2026-09-10 22:52:04] Production.INFO: Reseller ==> 0
[2026-09-10 22:52:04] Production.INFO: Total Charge 0
[2026-09-10 22:52:04] Production.INFO: CreateAllLog End
[2026-09-10 22:52:04] Production.INFO: Account Balance End.
[2026-09-10 22:52:04] Production.ERROR: CronJobId end 12
[2026-09-10 22:52:04] Production.INFO: ==14781== Releasing lock...
[2026-09-10 22:52:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 22:52:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 22:52:04] Production.INFO: ==14777== Releasing lock...
[2026-09-10 22:52:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 22:52:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 22:52:12] Production.ERROR: CronJobId end10
[2026-09-10 22:52:12] Production.INFO: ==14779== Releasing lock...
[2026-09-10 22:52:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 22:52:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 22:52:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 22:52:13] Production.INFO: ============== Balance Warning START===========
[2026-09-10 22:52:13] Production.INFO: ============== Balance Warning END===========
[2026-09-10 22:52:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 22:52:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 22:52:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 22:52:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 22:52:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 22:52:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 22:52:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 22:52:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 22:52:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 22:52:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 22:52:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 22:52:13] Production.INFO: call_cost start
[2026-09-10 22:52:13] Production.INFO: call_cost end
[2026-09-10 22:52:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 22:52:13] Production.INFO: ============== Report Schedule START===========
[2026-09-10 22:52:13] Production.INFO: ============== Report Schedule END===========
[2026-09-10 22:52:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 22:52:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 22:52:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 22:52:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 22:52:13] Production.INFO: ============== Deal alert START===========
[2026-09-10 22:52:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 22:52:14] Production.INFO: ==14775== Releasing lock...
[2026-09-10 22:52:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 22:52:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 03:53:01] Production.INFO: ==14852== Lock acquired, processing the job...
[2026-09-11 03:53:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 03:53:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 03:53:01] Production.INFO: neon service started
[2026-09-11 03:53:01] Production.INFO: neon service started
[2026-09-11 03:53:01] Production.INFO: ==14852== Releasing lock...
[2026-09-11 03:53:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 03:53:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 02:53:02] Production.INFO: ==14856== Lock acquired, processing the job...
[2026-09-11 02:53:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 02:53:02] Production.INFO: ==14856== Releasing lock...
[2026-09-11 02:53:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 02:53:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 22:53:02] Production.INFO: ==14854== Lock acquired, processing the job...
[2026-09-10 22:53:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 22:53:02] Production.INFO: ==14854== Releasing lock...
[2026-09-10 22:53:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 22:53:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 22:53:03] Production.INFO: ==14868== Lock acquired, processing the job...
[2026-09-10 22:53:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 22:53:03] Production.INFO: ==14860== Lock acquired, processing the job...
[2026-09-10 22:53:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 22:53:03] Production.INFO: ==14862== Lock acquired, processing the job...
[2026-09-10 22:53:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 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-09-10 22:53:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 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-09-10 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-09-10 22:53:03] Production.INFO: ==14868== Releasing lock...
[2026-09-10 22:53:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 22:53:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 22:53:03] Production.INFO: ==14864== Lock acquired, processing the job...
[2026-09-10 22:53:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 22:53:03] Production.INFO: ==14866== Lock acquired, processing the job...
[2026-09-10 22:53:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 22:53:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 22:53:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 22:53:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 22:53:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 22:53:03] Production.INFO: Account Balance Start.
[2026-09-10 22:53:03] Production.INFO: CreateAllLog Start
[2026-09-10 22:53:03] Production.INFO: 117
[2026-09-10 22:53:03] Production.INFO: Date 2026-09-08
[2026-09-10 22:53:03] Production.INFO: Reseller ==> 0
[2026-09-10 22:53:03] Production.INFO: Date 2026-09-09
[2026-09-10 22:53:03] Production.INFO: Reseller ==> 0
[2026-09-10 22:53:03] Production.INFO: Date 2026-09-10
[2026-09-10 22:53:03] Production.INFO: Reseller ==> 0
[2026-09-10 22:53:04] Production.INFO: Total Charge 0
[2026-09-10 22:53:04] Production.INFO: CreateAllLog End
[2026-09-10 22:53:04] Production.INFO: Account Balance End.
[2026-09-10 22:53:04] Production.ERROR: CronJobId end 12
[2026-09-10 22:53:04] Production.INFO: ==14866== Releasing lock...
[2026-09-10 22:53:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 22:53:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 22:53:04] Production.INFO: ==14862== Releasing lock...
[2026-09-10 22:53:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 22:53:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 22:53:12] Production.ERROR: CronJobId end10
[2026-09-10 22:53:12] Production.INFO: ==14864== Releasing lock...
[2026-09-10 22:53:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 22:53:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 22:53:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 22:53:13] Production.INFO: ============== Balance Warning START===========
[2026-09-10 22:53:13] Production.INFO: ============== Balance Warning END===========
[2026-09-10 22:53:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 22:53:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 22:53:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 22:53:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 22:53:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 22:53:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 22:53:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 22:53:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 22:53:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 22:53:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 22:53:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 22:53:14] Production.INFO: call_cost start
[2026-09-10 22:53:14] Production.INFO: call_cost end
[2026-09-10 22:53:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 22:53:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 22:53:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 22:53:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 22:53:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 22:53:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 22:53:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 22:53:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 22:53:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 22:53:14] Production.INFO: ==14860== Releasing lock...
[2026-09-10 22:53:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 22:53:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 03:54:02] Production.INFO: ==14939== Lock acquired, processing the job...
[2026-09-11 03:54:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 03:54:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 03:54:02] Production.INFO: neon service started
[2026-09-11 03:54:02] Production.INFO: neon service started
[2026-09-11 03:54:02] Production.INFO: ==14939== Releasing lock...
[2026-09-11 03:54:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 03:54:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 22:54:02] Production.INFO: ==14941== Lock acquired, processing the job...
[2026-09-10 22:54:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 22:54:02] Production.INFO: ==14941== Releasing lock...
[2026-09-10 22:54:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 22:54:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 02:54:03] Production.INFO: ==14943== Lock acquired, processing the job...
[2026-09-11 02:54:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 02:54:03] Production.INFO: ==14943== Releasing lock...
[2026-09-11 02:54:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 02:54:03] Production.INFO: 25 MB #Memory Used#
[2026-09-10 22:54:03] Production.INFO: ==14945== Lock acquired, processing the job...
[2026-09-10 22:54:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 22:54:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 22:54:03] Production.INFO: ==14947== Lock acquired, processing the job...
[2026-09-10 22:54:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 22:54:03] Production.INFO: ==14953== Lock acquired, processing the job...
[2026-09-10 22:54:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 22:54:03] Production.INFO: ==14949== Lock acquired, processing the job...
[2026-09-10 22:54:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 22:54:03] Production.INFO: ==14951== Lock acquired, processing the job...
[2026-09-10 22:54:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 22:54:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 22:54:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 22:54:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 22:54:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 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-09-10 22:54:04] Production.INFO: Account Balance Start.
[2026-09-10 22:54:04] Production.INFO: CreateAllLog Start
[2026-09-10 22: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-09-10 22:54:04] Production.INFO: 117
[2026-09-10 22: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-09-10 22:54:04] Production.INFO: ==14953== Releasing lock...
[2026-09-10 22:54:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 22:54:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 22:54:04] Production.INFO: Date 2026-09-08
[2026-09-10 22:54:04] Production.INFO: Reseller ==> 0
[2026-09-10 22:54:04] Production.INFO: Date 2026-09-09
[2026-09-10 22:54:04] Production.INFO: Reseller ==> 0
[2026-09-10 22:54:04] Production.INFO: Date 2026-09-10
[2026-09-10 22:54:04] Production.INFO: Reseller ==> 0
[2026-09-10 22:54:04] Production.INFO: Total Charge 0
[2026-09-10 22:54:04] Production.INFO: CreateAllLog End
[2026-09-10 22:54:04] Production.INFO: Account Balance End.
[2026-09-10 22:54:04] Production.ERROR: CronJobId end 12
[2026-09-10 22:54:04] Production.INFO: ==14951== Releasing lock...
[2026-09-10 22:54:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 22:54:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 22:54:04] Production.INFO: ==14947== Releasing lock...
[2026-09-10 22:54:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 22:54:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 22:54:11] Production.ERROR: CronJobId end10
[2026-09-10 22:54:11] Production.INFO: ==14949== Releasing lock...
[2026-09-10 22:54:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 22:54:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 22:54:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 22:54:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 22:54:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 22:54:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 22:54:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 22:54:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 22:54:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 22:54:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 22:54:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 22:54:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 22:54:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 22:54:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 22:54:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 22:54:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 22:54:14] Production.INFO: call_cost start
[2026-09-10 22:54:14] Production.INFO: call_cost end
[2026-09-10 22:54:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 22:54:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 22:54:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 22:54:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 22:54:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 22:54:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 22:54:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 22:54:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 22:54:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 22:54:14] Production.INFO: ==14945== Releasing lock...
[2026-09-10 22:54:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 22:54:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 03:55:01] Production.INFO: ==15023== Lock acquired, processing the job...
[2026-09-11 03:55:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 03:55:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 03:55:01] Production.INFO: neon service started
[2026-09-11 03:55:01] Production.INFO: neon service started
[2026-09-11 03:55:01] Production.INFO: ==15023== Releasing lock...
[2026-09-11 03:55:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 03:55:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 02:55:02] Production.INFO: ==15028== Lock acquired, processing the job...
[2026-09-11 02:55:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 02:55:02] Production.INFO: ==15028== Releasing lock...
[2026-09-11 02:55:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 02:55:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 22:55:02] Production.INFO: ==15026== Lock acquired, processing the job...
[2026-09-10 22:55:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 22:55:02] Production.INFO: ==15026== Releasing lock...
[2026-09-10 22:55:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 22:55:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 22:55:03] Production.INFO: ==15036== Lock acquired, processing the job...
[2026-09-10 22:55:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 22:55:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 22:55:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 22:55:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 22:55:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 22:55:03] Production.INFO: ==15042== Lock acquired, processing the job...
[2026-09-10 22:55:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 22: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-09-10 22: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-09-10 22: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-09-10 22:55:03] Production.INFO: ==15030== Lock acquired, processing the job...
[2026-09-10 22:55:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-10 22:55:03] Production.INFO: ==15042== Releasing lock...
[2026-09-10 22:55:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 22:55:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 22:55:03] Production.INFO: ==15034== Lock acquired, processing the job...
[2026-09-10 22:55:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 22:55:03] Production.INFO: ==15032== Lock acquired, processing the job...
[2026-09-10 22:55:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 22:55:04] Production.ERROR: ========================== active cronjob start =============================
[2026-09-10 22:55:04] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-10 22:55:04] Production.ERROR: CronJob PID - 15036
[2026-09-10 22:55:04] Production.ERROR: CronJob Title - Create Customer Summary Live
[2026-09-10 22:55:04] Production.ERROR: CronJob ID - 10
[2026-09-10 22:55:04] Production.ERROR: CronJob Last Run Time 2026-09-10 22:55:00
[2026-09-10 22:55:04] Production.ERROR: CronJob Active Minutes 0
[2026-09-10 22:55:04] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-10 22:55:04] Production.ERROR: ========================== active cronjob end =============================
[2026-09-10 22:55:04] Production.INFO: ==15030== Releasing lock...
[2026-09-10 22:55:04] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-10 22:55:04] Production.INFO: 25.5 MB #Memory Used#
[2026-09-10 22:55:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 22:55:04] Production.INFO: ==15038== Lock acquired, processing the job...
[2026-09-10 22:55:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 22:55:04] Production.INFO: ==15040== Lock acquired, processing the job...
[2026-09-10 22:55:04] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-10 22:55:04] Production.ERROR: tblTempUsageDetail_20
[2026-09-10 22:55:04] Production.INFO: Account Balance Start.
[2026-09-10 22:55:04] Production.INFO: CreateAllLog Start
[2026-09-10 22:55:04] Production.INFO: 117
[2026-09-10 22:55:04] Production.INFO: Date 2026-09-08
[2026-09-10 22:55:04] Production.INFO: Reseller ==> 0
[2026-09-10 22:55:04] Production.INFO: Date 2026-09-09
[2026-09-10 22:55:04] Production.INFO: Reseller ==> 0
[2026-09-10 22:55:04] Production.INFO: Date 2026-09-10
[2026-09-10 22:55:04] Production.INFO: Reseller ==> 0
[2026-09-10 22:55:04] Production.INFO: Total Charge 0
[2026-09-10 22:55:04] Production.INFO: CreateAllLog End
[2026-09-10 22:55:04] Production.ERROR: done
[2026-09-10 22:55:04] Production.INFO: ==15034== Releasing lock...
[2026-09-10 22:55:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 22:55:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 22:55:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-10 22:55:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17981078', 'tblTempUsageDetail_20reseller','2026-09-10','2026-09-10','1' ) start
[2026-09-10 22:55:04] Production.INFO: Account Balance End.
[2026-09-10 22:55:05] Production.ERROR: CronJobId end 12
[2026-09-10 22:55:05] Production.INFO: ==15038== Releasing lock...
[2026-09-10 22:55:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 22:55:05] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 22:55:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17981078', 'tblTempUsageDetail_20reseller','2026-09-10','2026-09-10','1' ) end
[2026-09-10 22:55:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-10 22:55:10] Production.INFO: ProcessCDR(1,17981078,1,1,2)
[2026-09-10 22:55:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17981078,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-10 22:55:11] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17981078,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-10 22:55:11] Production.ERROR: pbx prc_insertCDR start
[2026-09-10 22:55:11] Production.ERROR: pbx prc_insertCDR end
[2026-09-10 22:55:11] Production.INFO: ==15040== Releasing lock...
[2026-09-10 22:55:11] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-10 22:55:11] Production.INFO: 26 MB #Memory Used#
[2026-09-10 22:55:14] Production.ERROR: CronJobId end10
[2026-09-10 22:55:14] Production.INFO: ==15036== Releasing lock...
[2026-09-10 22:55:14] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 22:55:14] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 22:55:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 22:55:16] Production.INFO: ============== Balance Warning START===========
[2026-09-10 22:55:16] Production.INFO: ============== Balance Warning END===========
[2026-09-10 22:55:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 22:55:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 22:55:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 22:55:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 22:55:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 22:55:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 22:55:16] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 22:55:16] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 22:55:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 22:55:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 22:55:16] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 22:55:17] Production.INFO: call_cost start
[2026-09-10 22:55:17] Production.INFO: call_cost end
[2026-09-10 22:55:17] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 22:55:17] Production.INFO: ============== Report Schedule START===========
[2026-09-10 22:55:17] Production.INFO: ============== Report Schedule END===========
[2026-09-10 22:55:17] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 22:55:17] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 22:55:17] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 22:55:17] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 22:55:17] Production.INFO: ============== Deal alert START===========
[2026-09-10 22:55:17] Production.INFO: ============== Deal alert END===========
[2026-09-10 22:55:17] Production.INFO: ==15032== Releasing lock...
[2026-09-10 22:55:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 22:55:17] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 03:56:02] Production.INFO: ==15106== Lock acquired, processing the job...
[2026-09-11 03:56:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 03:56:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 03:56:02] Production.INFO: neon service started
[2026-09-11 03:56:02] Production.INFO: neon service started
[2026-09-11 03:56:02] Production.INFO: ==15106== Releasing lock...
[2026-09-11 03:56:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 03:56:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 02:56:02] Production.INFO: ==15110== Lock acquired, processing the job...
[2026-09-11 02:56:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-10 22:56:02] Production.INFO: ==15108== Lock acquired, processing the job...
[2026-09-10 22:56:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 02:56:02] Production.INFO: ==15110== Releasing lock...
[2026-09-11 02:56:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 02:56:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 22:56:03] Production.INFO: ==15108== Releasing lock...
[2026-09-10 22:56:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 22:56:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 22:56:03] Production.INFO: ==15113== Lock acquired, processing the job...
[2026-09-10 22:56:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 22:56:03] Production.INFO: ==15115== Lock acquired, processing the job...
[2026-09-10 22:56:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 22:56:03] Production.INFO: ==15119== Lock acquired, processing the job...
[2026-09-10 22:56:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 22:56:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 22:56:03] Production.INFO: ==15117== Lock acquired, processing the job...
[2026-09-10 22:56:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 22:56:03] Production.INFO: ==15121== Lock acquired, processing the job...
[2026-09-10 22:56:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 22:56:04] Production.INFO: Account Balance Start.
[2026-09-10 22:56:04] Production.INFO: CreateAllLog Start
[2026-09-10 22:56:04] Production.INFO: 117
[2026-09-10 22:56:04] Production.INFO: Date 2026-09-08
[2026-09-10 22:56:04] Production.INFO: Reseller ==> 0
[2026-09-10 22:56:04] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 22:56:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 22:56:04] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 22:56:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 22: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-09-10 22: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-09-10 22: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-09-10 22:56:04] Production.INFO: Date 2026-09-09
[2026-09-10 22:56:04] Production.INFO: Reseller ==> 0
[2026-09-10 22:56:04] Production.INFO: ==15121== Releasing lock...
[2026-09-10 22:56:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 22:56:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 22:56:04] Production.INFO: Date 2026-09-10
[2026-09-10 22:56:04] Production.INFO: Reseller ==> 0
[2026-09-10 22:56:04] Production.INFO: Total Charge 0
[2026-09-10 22:56:04] Production.INFO: CreateAllLog End
[2026-09-10 22:56:04] Production.INFO: Account Balance End.
[2026-09-10 22:56:04] Production.ERROR: CronJobId end 12
[2026-09-10 22:56:04] Production.INFO: ==15119== Releasing lock...
[2026-09-10 22:56:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 22:56:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 22:56:04] Production.INFO: ==15115== Releasing lock...
[2026-09-10 22:56:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 22:56:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 22:56:11] Production.ERROR: CronJobId end10
[2026-09-10 22:56:11] Production.INFO: ==15117== Releasing lock...
[2026-09-10 22:56:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 22:56:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 22:56:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 22:56:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 22:56:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 22:56:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 22:56:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 22:56:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 22:56:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 22:56:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 22:56:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 22:56:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 22:56:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 22:56:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 22:56:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 22:56:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 22:56:15] Production.INFO: call_cost start
[2026-09-10 22:56:15] Production.INFO: call_cost end
[2026-09-10 22:56:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 22:56:15] Production.INFO: ============== Report Schedule START===========
[2026-09-10 22:56:15] Production.INFO: ============== Report Schedule END===========
[2026-09-10 22:56:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 22:56:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 22:56:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 22:56:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 22:56:15] Production.INFO: ============== Deal alert START===========
[2026-09-10 22:56:15] Production.INFO: ============== Deal alert END===========
[2026-09-10 22:56:15] Production.INFO: ==15113== Releasing lock...
[2026-09-10 22:56:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 22:56:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 03:57:01] Production.INFO: ==15192== Lock acquired, processing the job...
[2026-09-11 03:57:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 03:57:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 03:57:01] Production.INFO: neon service started
[2026-09-11 03:57:01] Production.INFO: neon service started
[2026-09-11 03:57:01] Production.INFO: ==15192== Releasing lock...
[2026-09-11 03:57:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 03:57:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 22:57:01] Production.INFO: ==15194== Lock acquired, processing the job...
[2026-09-10 22:57:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 22:57:02] Production.INFO: ==15194== Releasing lock...
[2026-09-10 22:57:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 22:57:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 02:57:02] Production.INFO: ==15196== Lock acquired, processing the job...
[2026-09-11 02:57:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 02:57:02] Production.INFO: ==15196== Releasing lock...
[2026-09-11 02:57:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 02:57:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 22:57:02] Production.INFO: ==15199== Lock acquired, processing the job...
[2026-09-10 22:57:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 22:57:02] Production.INFO: ==15201== Lock acquired, processing the job...
[2026-09-10 22:57:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 22:57:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 22:57:02] Production.INFO: ==15203== Lock acquired, processing the job...
[2026-09-10 22:57:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 22:57:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 22:57:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 22:57:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 22:57:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 22:57:03] Production.INFO: ==15205== Lock acquired, processing the job...
[2026-09-10 22:57:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 22:57:03] Production.INFO: ==15207== Lock acquired, processing the job...
[2026-09-10 22:57:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 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-09-10 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-09-10 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-09-10 22:57:03] Production.INFO: ==15207== Releasing lock...
[2026-09-10 22:57:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 22:57:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 22:57:03] Production.INFO: Account Balance Start.
[2026-09-10 22:57:03] Production.INFO: CreateAllLog Start
[2026-09-10 22:57:03] Production.INFO: 117
[2026-09-10 22:57:03] Production.INFO: Date 2026-09-08
[2026-09-10 22:57:03] Production.INFO: Reseller ==> 0
[2026-09-10 22:57:03] Production.INFO: Date 2026-09-09
[2026-09-10 22:57:03] Production.INFO: Reseller ==> 0
[2026-09-10 22:57:03] Production.INFO: Date 2026-09-10
[2026-09-10 22:57:03] Production.INFO: Reseller ==> 0
[2026-09-10 22:57:03] Production.INFO: Total Charge 0
[2026-09-10 22:57:03] Production.INFO: CreateAllLog End
[2026-09-10 22:57:03] Production.INFO: Account Balance End.
[2026-09-10 22:57:03] Production.ERROR: CronJobId end 12
[2026-09-10 22:57:03] Production.INFO: ==15205== Releasing lock...
[2026-09-10 22:57:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 22:57:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 22:57:03] Production.INFO: ==15201== Releasing lock...
[2026-09-10 22:57:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 22:57:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 22:57:11] Production.ERROR: CronJobId end10
[2026-09-10 22:57:11] Production.INFO: ==15203== Releasing lock...
[2026-09-10 22:57:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 22:57:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 22:57:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 22:57:13] Production.INFO: ============== Balance Warning START===========
[2026-09-10 22:57:13] Production.INFO: ============== Balance Warning END===========
[2026-09-10 22:57:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 22:57:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 22:57:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 22:57:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 22:57:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 22:57:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 22:57:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 22:57:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 22:57:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 22:57:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 22:57:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 22:57:14] Production.INFO: call_cost start
[2026-09-10 22:57:14] Production.INFO: call_cost end
[2026-09-10 22:57:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 22:57:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 22:57:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 22:57:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 22:57:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 22:57:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 22:57:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 22:57:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 22:57:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 22:57:14] Production.INFO: ==15199== Releasing lock...
[2026-09-10 22:57:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 22:57:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 03:58:02] Production.INFO: ==15278== Lock acquired, processing the job...
[2026-09-11 03:58:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 03:58:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 03:58:02] Production.INFO: neon service started
[2026-09-11 03:58:02] Production.INFO: neon service started
[2026-09-11 03:58:02] Production.INFO: ==15278== Releasing lock...
[2026-09-11 03:58:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 03:58:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 22:58:02] Production.INFO: ==15280== Lock acquired, processing the job...
[2026-09-10 22:58:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 22:58:02] Production.INFO: ==15280== Releasing lock...
[2026-09-10 22:58:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 22:58:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 02:58:02] Production.INFO: ==15282== Lock acquired, processing the job...
[2026-09-11 02:58:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 02:58:02] Production.INFO: ==15282== Releasing lock...
[2026-09-11 02:58:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 02:58:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 22:58:03] Production.INFO: ==15284== Lock acquired, processing the job...
[2026-09-10 22:58:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 22:58:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 22:58:03] Production.INFO: ==15286== Lock acquired, processing the job...
[2026-09-10 22:58:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 22:58:03] Production.INFO: ==15288== Lock acquired, processing the job...
[2026-09-10 22:58:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 22:58:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 22:58:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 22:58:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 22:58:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 22:58:03] Production.INFO: ==15290== Lock acquired, processing the job...
[2026-09-10 22:58:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 22:58:03] Production.INFO: ==15292== Lock acquired, processing the job...
[2026-09-10 22:58:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 22:58:03] Production.INFO: Account Balance Start.
[2026-09-10 22:58:03] Production.INFO: CreateAllLog Start
[2026-09-10 22:58:03] Production.INFO: 117
[2026-09-10 22:58:03] Production.INFO: Date 2026-09-08
[2026-09-10 22:58:03] Production.INFO: Reseller ==> 0
[2026-09-10 22: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-09-10 22: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-09-10 22: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-09-10 22:58:03] Production.INFO: ==15292== Releasing lock...
[2026-09-10 22:58:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 22:58:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 22:58:03] Production.INFO: Date 2026-09-09
[2026-09-10 22:58:03] Production.INFO: Reseller ==> 0
[2026-09-10 22:58:03] Production.INFO: Date 2026-09-10
[2026-09-10 22:58:03] Production.INFO: Reseller ==> 0
[2026-09-10 22:58:04] Production.INFO: Total Charge 0
[2026-09-10 22:58:04] Production.INFO: CreateAllLog End
[2026-09-10 22:58:04] Production.INFO: Account Balance End.
[2026-09-10 22:58:04] Production.INFO: ==15286== Releasing lock...
[2026-09-10 22:58:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 22:58:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 22:58:04] Production.ERROR: CronJobId end 12
[2026-09-10 22:58:04] Production.INFO: ==15290== Releasing lock...
[2026-09-10 22:58:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 22:58:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 22:58:11] Production.ERROR: CronJobId end10
[2026-09-10 22:58:11] Production.INFO: ==15288== Releasing lock...
[2026-09-10 22:58:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 22:58:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 22:58:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 22:58:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 22:58:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 22:58:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 22:58:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 22:58:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 22:58:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 22:58:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 22:58:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 22:58:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 22:58:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 22:58:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 22:58:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 22:58:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 22:58:14] Production.INFO: call_cost start
[2026-09-10 22:58:14] Production.INFO: call_cost end
[2026-09-10 22:58:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 22:58:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 22:58:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 22:58:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 22:58:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 22:58:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 22:58:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 22:58:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 22:58:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 22:58:14] Production.INFO: ==15284== Releasing lock...
[2026-09-10 22:58:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 22:58:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 03:59:01] Production.INFO: ==15378== Lock acquired, processing the job...
[2026-09-11 03:59:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 03:59:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 03:59:01] Production.INFO: neon service started
[2026-09-11 03:59:01] Production.INFO: neon service started
[2026-09-11 03:59:01] Production.INFO: ==15378== Releasing lock...
[2026-09-11 03:59:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 03:59:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 02:59:01] Production.INFO: ==15382== Lock acquired, processing the job...
[2026-09-11 02:59:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 02:59:01] Production.INFO: ==15382== Releasing lock...
[2026-09-11 02:59:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 02:59:01] Production.INFO: 25 MB #Memory Used#
[2026-09-10 22:59:02] Production.INFO: ==15380== Lock acquired, processing the job...
[2026-09-10 22:59:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 22:59:02] Production.INFO: ==15380== Releasing lock...
[2026-09-10 22:59:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 22:59:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 22:59:03] Production.INFO: ==15386== Lock acquired, processing the job...
[2026-09-10 22:59:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 22:59:03] Production.INFO: ==15388== Lock acquired, processing the job...
[2026-09-10 22:59:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 22:59:03] Production.INFO: ==15390== Lock acquired, processing the job...
[2026-09-10 22:59:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 22:59:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 22:59:03] Production.INFO: ==15392== Lock acquired, processing the job...
[2026-09-10 22:59:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 22:59:03] Production.INFO: ==15394== Lock acquired, processing the job...
[2026-09-10 22:59:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 22:59:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 22:59:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 22:59:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 22:59:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 22:59:03] Production.INFO: Account Balance Start.
[2026-09-10 22:59:03] Production.INFO: CreateAllLog Start
[2026-09-10 22:59:03] Production.INFO: 117
[2026-09-10 22:59:03] Production.INFO: Date 2026-09-08
[2026-09-10 22:59:03] Production.INFO: Reseller ==> 0
[2026-09-10 22:59:03] Production.INFO: Date 2026-09-09
[2026-09-10 22:59:03] Production.INFO: Reseller ==> 0
[2026-09-10 22: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-09-10 22: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-09-10 22:59:03] Production.INFO: Date 2026-09-10
[2026-09-10 22:59:03] Production.INFO: Reseller ==> 0
[2026-09-10 22: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-09-10 22:59:03] Production.INFO: ==15394== Releasing lock...
[2026-09-10 22:59:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 22:59:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 22:59:03] Production.INFO: Total Charge 0
[2026-09-10 22:59:03] Production.INFO: CreateAllLog End
[2026-09-10 22:59:03] Production.INFO: Account Balance End.
[2026-09-10 22:59:03] Production.ERROR: CronJobId end 12
[2026-09-10 22:59:03] Production.INFO: ==15392== Releasing lock...
[2026-09-10 22:59:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 22:59:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 22:59:03] Production.INFO: ==15388== Releasing lock...
[2026-09-10 22:59:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 22:59:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 22:59:11] Production.ERROR: CronJobId end10
[2026-09-10 22:59:11] Production.INFO: ==15390== Releasing lock...
[2026-09-10 22:59:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 22:59:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 22:59:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 22:59:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 22:59:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 22:59:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 22:59:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 22:59:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 22:59:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 22:59:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 22:59:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 22:59:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 22:59:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 22:59:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 22:59:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 22:59:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 22:59:14] Production.INFO: call_cost start
[2026-09-10 22:59:14] Production.INFO: call_cost end
[2026-09-10 22:59:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 22:59:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 22:59:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 22:59:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 22:59:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 22:59:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 22:59:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 22:59:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 22:59:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 22:59:14] Production.INFO: ==15386== Releasing lock...
[2026-09-10 22:59:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 22:59:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 04:00:01] Production.INFO: ==15463== Lock acquired, processing the job...
[2026-09-11 04:00:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 04:00:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 04:00:01] Production.INFO: neon service started
[2026-09-11 04:00:02] Production.INFO: neon service started
[2026-09-11 04:00:02] Production.INFO: ==15463== Releasing lock...
[2026-09-11 04:00:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 04:00:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 23:00:02] Production.INFO: ==15465== Lock acquired, processing the job...
[2026-09-10 23:00:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 03:00:02] Production.INFO: ==15467== Lock acquired, processing the job...
[2026-09-11 03:00:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 03:00:02] Production.INFO: ==15467== Releasing lock...
[2026-09-11 03:00:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 03:00:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 23:00:02] Production.INFO: ==15465== Releasing lock...
[2026-09-10 23:00:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 23:00:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 23:00:03] Production.INFO: ==15474== Lock acquired, processing the job...
[2026-09-10 23:00:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 23:00:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 23:00:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 23:00:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 23:00:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 23:00:04] Production.INFO: ==15480== Lock acquired, processing the job...
[2026-09-10 23:00:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 23:00:04] Production.INFO: ==15470== Lock acquired, processing the job...
[2026-09-10 23:00:04] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 23:00:04] Production.INFO: ==15472== Lock acquired, processing the job...
[2026-09-10 23:00:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 23:00:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 23: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-09-10 23:00:04] Production.INFO: ==15476== Lock acquired, processing the job...
[2026-09-10 23:00:04] Production.INFO: bulkautopaymentcapture-command-bulkautopaymentcapture-companyid-1-cronjobid-11 #Starts#
[2026-09-10 23: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-09-10 23: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-09-10 23:00:04] Production.INFO: ==15480== Releasing lock...
[2026-09-10 23:00:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 23:00:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 23:00:04] Production.INFO: ==15478== Lock acquired, processing the job...
[2026-09-10 23:00:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 23:00:04] Production.INFO: Account Balance Start.
[2026-09-10 23:00:04] Production.INFO: CreateAllLog Start
[2026-09-10 23:00:04] Production.INFO: 117
[2026-09-10 23:00:04] Production.INFO: Date 2026-09-08
[2026-09-10 23:00:04] Production.INFO: Reseller ==> 0
[2026-09-10 23:00:04] Production.INFO: PaymentMethod - 1
[2026-09-10 23:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '5', '0', '1' )
[2026-09-10 23:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-10 23:00:04] Production.INFO: PaymentMethod - 1
[2026-09-10 23:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '7', '0', '1' )
[2026-09-10 23:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-10 23:00:04] Production.INFO: PaymentMethod - 1
[2026-09-10 23:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '8', '0', '1' )
[2026-09-10 23:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-10 23:00:04] Production.INFO: PaymentMethod - 1
[2026-09-10 23:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '13', '0', '1' )
[2026-09-10 23:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-10 23:00:04] Production.INFO: PaymentMethod - 1
[2026-09-10 23:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '14', '0', '1' )
[2026-09-10 23:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-10 23:00:04] Production.INFO: PaymentMethod - 1
[2026-09-10 23:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '17', '0', '1' )
[2026-09-10 23:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-10 23:00:04] Production.INFO: PaymentMethod - 1
[2026-09-10 23:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '19', '0', '1' )
[2026-09-10 23:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-10 23:00:04] Production.INFO: PaymentMethod - 1
[2026-09-10 23:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '21', '0', '1' )
[2026-09-10 23:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-10 23:00:04] Production.INFO: PaymentMethod - 1
[2026-09-10 23:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '25', '0', '1' )
[2026-09-10 23:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-10 23:00:04] Production.INFO: PaymentMethod - 1
[2026-09-10 23:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '26', '0', '1' )
[2026-09-10 23:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-10 23:00:04] Production.INFO: PaymentMethod - 1
[2026-09-10 23:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '20', '0', '1' )
[2026-09-10 23:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-10 23:00:04] Production.INFO: PaymentMethod - 1
[2026-09-10 23:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '32', '0', '1' )
[2026-09-10 23:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-10 23:00:04] Production.INFO: PaymentMethod - 1
[2026-09-10 23:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '33', '0', '1' )
[2026-09-10 23:00:04] Production.INFO: PaymentPendingInvoice Count - 1
[2026-09-10 23:00:04] Production.INFO: Date 2026-09-09
[2026-09-10 23:00:04] Production.INFO: Reseller ==> 0
[2026-09-10 23:00:04] Production.INFO: PaymentMethod - 1
[2026-09-10 23:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '37', '0', '1' )
[2026-09-10 23:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-10 23:00:04] Production.INFO: PaymentMethod - 1
[2026-09-10 23:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '41', '0', '1' )
[2026-09-10 23:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-10 23:00:04] Production.INFO: PaymentMethod - 1
[2026-09-10 23:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '43', '0', '1' )
[2026-09-10 23:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-10 23:00:04] Production.INFO: PaymentMethod - 1
[2026-09-10 23:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '45', '0', '1' )
[2026-09-10 23:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-10 23:00:04] Production.INFO: PaymentMethod - 1
[2026-09-10 23:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '49', '0', '1' )
[2026-09-10 23:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-10 23:00:04] Production.INFO: PaymentMethod - 1
[2026-09-10 23:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '47', '0', '1' )
[2026-09-10 23:00:04] Production.INFO: Date 2026-09-10
[2026-09-10 23:00:04] Production.INFO: Reseller ==> 0
[2026-09-10 23:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-10 23:00:04] Production.INFO: PaymentMethod - 1
[2026-09-10 23:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '52', '0', '1' )
[2026-09-10 23:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-10 23:00:04] Production.INFO: PaymentMethod - 1
[2026-09-10 23:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '53', '0', '1' )
[2026-09-10 23:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-10 23:00:04] Production.INFO: PaymentMethod - 1
[2026-09-10 23:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '54', '0', '1' )
[2026-09-10 23:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-10 23:00:04] Production.INFO: PaymentMethod - 1
[2026-09-10 23:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '57', '0', '1' )
[2026-09-10 23:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-10 23:00:04] Production.INFO: PaymentMethod - 1
[2026-09-10 23:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '58', '0', '1' )
[2026-09-10 23:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-10 23:00:04] Production.INFO: PaymentMethod - 1
[2026-09-10 23:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '34', '0', '1' )
[2026-09-10 23:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-10 23:00:04] Production.INFO: PaymentMethod - 1
[2026-09-10 23:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '59', '0', '1' )
[2026-09-10 23:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-10 23:00:04] Production.INFO: PaymentMethod - 1
[2026-09-10 23:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '63', '0', '1' )
[2026-09-10 23:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-10 23:00:04] Production.INFO: PaymentMethod - 1
[2026-09-10 23:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '65', '0', '1' )
[2026-09-10 23:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-10 23:00:04] Production.INFO: PaymentMethod - 1
[2026-09-10 23:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '67', '0', '1' )
[2026-09-10 23:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-10 23:00:04] Production.INFO: PaymentMethod - 1
[2026-09-10 23:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '73', '0', '1' )
[2026-09-10 23:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-10 23:00:04] Production.INFO: PaymentMethod - 1
[2026-09-10 23:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '74', '0', '1' )
[2026-09-10 23:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-10 23:00:04] Production.INFO: PaymentMethod - 1
[2026-09-10 23:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '70', '0', '1' )
[2026-09-10 23:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-10 23:00:04] Production.INFO: PaymentMethod - 1
[2026-09-10 23:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '82', '0', '1' )
[2026-09-10 23:00:04] Production.INFO: Total Charge 0
[2026-09-10 23:00:04] Production.INFO: PaymentPendingInvoice Count - 4
[2026-09-10 23:00:04] Production.INFO: PaymentMethod - 1
[2026-09-10 23:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '83', '0', '1' )
[2026-09-10 23:00:04] Production.INFO: CreateAllLog End
[2026-09-10 23:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-10 23:00:04] Production.INFO: PaymentMethod - 1
[2026-09-10 23:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '84', '0', '1' )
[2026-09-10 23:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-10 23:00:04] Production.INFO: PaymentMethod - 1
[2026-09-10 23:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '85', '0', '1' )
[2026-09-10 23:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-10 23:00:04] Production.INFO: PaymentMethod - 1
[2026-09-10 23:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '93', '0', '1' )
[2026-09-10 23:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-10 23:00:04] Production.INFO: PaymentMethod - 1
[2026-09-10 23:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '95', '0', '1' )
[2026-09-10 23:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-10 23:00:04] Production.INFO: PaymentMethod - 1
[2026-09-10 23:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '92', '0', '1' )
[2026-09-10 23:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-10 23:00:04] Production.INFO: PaymentMethod - 1
[2026-09-10 23:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '86', '0', '1' )
[2026-09-10 23:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-10 23:00:04] Production.INFO: PaymentMethod - 1
[2026-09-10 23:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '78', '0', '1' )
[2026-09-10 23:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-10 23:00:04] Production.INFO: PaymentMethod - 1
[2026-09-10 23:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '87', '0', '1' )
[2026-09-10 23:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-10 23:00:04] Production.INFO: PaymentMethod - 1
[2026-09-10 23:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '88', '0', '1' )
[2026-09-10 23:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-10 23:00:04] Production.INFO: PaymentMethod - 1
[2026-09-10 23:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '90', '0', '1' )
[2026-09-10 23:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-10 23:00:04] Production.INFO: PaymentMethod - 1
[2026-09-10 23:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '98', '0', '1' )
[2026-09-10 23:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-10 23:00:04] Production.INFO: PaymentMethod - 1
[2026-09-10 23:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '99', '0', '1' )
[2026-09-10 23:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-10 23:00:04] Production.INFO: PaymentMethod - 1
[2026-09-10 23:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '97', '0', '1' )
[2026-09-10 23:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-10 23:00:04] Production.INFO: PaymentMethod - 1
[2026-09-10 23:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '100', '0', '1' )
[2026-09-10 23:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-10 23:00:04] Production.INFO: PaymentMethod - 1
[2026-09-10 23:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '101', '0', '1' )
[2026-09-10 23:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-10 23:00:04] Production.INFO: PaymentMethod - 1
[2026-09-10 23:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '102', '0', '1' )
[2026-09-10 23:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-10 23:00:04] Production.INFO: PaymentMethod - 1
[2026-09-10 23:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '104', '0', '1' )
[2026-09-10 23:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-10 23:00:04] Production.INFO: PaymentMethod - 1
[2026-09-10 23:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '106', '0', '1' )
[2026-09-10 23:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-10 23:00:04] Production.INFO: PaymentMethod - 1
[2026-09-10 23:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '107', '0', '1' )
[2026-09-10 23:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-10 23:00:04] Production.INFO: PaymentMethod - 1
[2026-09-10 23:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '110', '0', '1' )
[2026-09-10 23:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-10 23:00:04] Production.INFO: PaymentMethod - 1
[2026-09-10 23:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '111', '0', '1' )
[2026-09-10 23:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-10 23:00:04] Production.INFO: PaymentMethod - 1
[2026-09-10 23:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '113', '0', '1' )
[2026-09-10 23:00:04] Production.INFO: PaymentPendingInvoice Count - 1
[2026-09-10 23:00:04] Production.INFO: Outstanding Amount 0.02
[2026-09-10 23:00:04] Production.INFO: Invoice Full Number INV13250
[2026-09-10 23:00:04] Production.INFO: Transaction start
[2026-09-10 23:00:04] Production.INFO: Account Balance End.
[2026-09-10 23:00:04] Production.ERROR: CronJobId end 12
[2026-09-10 23:00:04] Production.INFO: ==15478== Releasing lock...
[2026-09-10 23:00:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 23:00:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 23:00:04] Production.INFO: ==15472== Releasing lock...
[2026-09-10 23:00:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 23:00:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 23:00:05] 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-09-10 23:00:05] Production.INFO: PaymentMethod - 1
[2026-09-10 23:00:05] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '114', '0', '1' )
[2026-09-10 23:00:05] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-10 23:00:05] Production.INFO: PaymentMethod - 1
[2026-09-10 23:00:05] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '115', '0', '1' )
[2026-09-10 23:00:05] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-10 23:00:05] Production.INFO: PaymentMethod - 1
[2026-09-10 23:00:05] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '119', '0', '1' )
[2026-09-10 23:00:05] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-10 23:00:05] Production.INFO: PaymentMethod - 1
[2026-09-10 23:00:05] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '121', '0', '1' )
[2026-09-10 23:00:05] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-10 23:00:05] Production.INFO: PaymentMethod - 1
[2026-09-10 23:00:05] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '123', '0', '1' )
[2026-09-10 23:00:05] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-10 23:00:05] Production.INFO: PaymentMethod - 1
[2026-09-10 23:00:05] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '124', '0', '1' )
[2026-09-10 23:00:05] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-10 23:00:05] Production.INFO: PaymentMethod - 1
[2026-09-10 23:00:05] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '127', '0', '1' )
[2026-09-10 23:00:05] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-10 23:00:05] Production.INFO: PaymentMethod - 1
[2026-09-10 23:00:05] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '131', '0', '1' )
[2026-09-10 23:00:05] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-10 23:00:05] Production.INFO: PaymentMethod - 1
[2026-09-10 23:00:05] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '130', '0', '1' )
[2026-09-10 23:00:05] Production.INFO: PaymentPendingInvoice Count - 10
[2026-09-10 23:00:05] Production.INFO: PaymentMethod - 1
[2026-09-10 23:00:05] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '134', '0', '1' )
[2026-09-10 23:00:05] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-10 23:00:05] Production.INFO: PaymentMethod - 1
[2026-09-10 23:00:05] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '137', '0', '1' )
[2026-09-10 23:00:05] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-10 23:00:05] Production.INFO: PaymentMethod - 1
[2026-09-10 23:00:05] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '138', '0', '1' )
[2026-09-10 23:00:05] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-10 23:00:05] Production.INFO: PaymentMethod - 1
[2026-09-10 23:00:05] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '136', '0', '1' )
[2026-09-10 23:00:05] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-10 23:00:05] Production.INFO: PaymentMethod - 1
[2026-09-10 23:00:05] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '139', '0', '1' )
[2026-09-10 23:00:05] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-10 23:00:05] Production.INFO: PaymentMethod - 1
[2026-09-10 23:00:05] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '140', '0', '1' )
[2026-09-10 23:00:05] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-10 23:00:05] Production.INFO: PaymentMethod - 1
[2026-09-10 23:00:05] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '146', '0', '1' )
[2026-09-10 23:00:05] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-10 23:00:05] Production.INFO: PaymentMethod - 1
[2026-09-10 23:00:05] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '147', '0', '1' )
[2026-09-10 23:00:05] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-10 23:00:05] Production.INFO: PaymentMethod - 1
[2026-09-10 23:00:05] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '151', '0', '1' )
[2026-09-10 23:00:05] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-10 23:00:05] Production.INFO: PaymentMethod - 1
[2026-09-10 23:00:05] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '153', '0', '1' )
[2026-09-10 23:00:05] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-10 23:00:05] Production.INFO: PaymentMethod - 1
[2026-09-10 23:00:05] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '154', '0', '1' )
[2026-09-10 23:00:05] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-10 23:00:05] Production.INFO: PaymentMethod - 1
[2026-09-10 23:00:05] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '155', '0', '1' )
[2026-09-10 23:00:05] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-10 23:00:05] Production.INFO: PaymentMethod - 1
[2026-09-10 23:00:05] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '157', '0', '1' )
[2026-09-10 23:00:05] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-10 23:00:05] Production.INFO: PaymentMethod - 0
[2026-09-10 23:00:05] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '149', '0', '1' )
[2026-09-10 23:00:05] Production.INFO: PaymentPendingInvoice Count - 1
[2026-09-10 23:00:05] Production.INFO: PaymentMethod - 1
[2026-09-10 23:00:05] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '160', '0', '1' )
[2026-09-10 23:00:05] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-10 23:00:05] Production.INFO: PaymentMethod - 1
[2026-09-10 23:00:05] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '152', '0', '1' )
[2026-09-10 23:00:05] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-10 23:00:05] Production.INFO: PaymentMethod - 1
[2026-09-10 23:00:05] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '161', '0', '1' )
[2026-09-10 23:00:05] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-10 23:00:05] Production.INFO: PaymentMethod - 1
[2026-09-10 23:00:05] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '165', '0', '1' )
[2026-09-10 23:00:05] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-10 23:00:05] Production.INFO: PaymentMethod - 1
[2026-09-10 23:00:05] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '166', '0', '1' )
[2026-09-10 23:00:05] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-10 23:00:05] Production.INFO: PaymentMethod - 1
[2026-09-10 23:00:05] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '183', '0', '1' )
[2026-09-10 23:00:05] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-10 23:00:05] Production.INFO: PaymentMethod - 1
[2026-09-10 23:00:05] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '184', '0', '1' )
[2026-09-10 23:00:05] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-10 23:00:05] Production.INFO: PaymentMethod - 1
[2026-09-10 23:00:05] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '185', '0', '1' )
[2026-09-10 23:00:05] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-10 23:00:05] Production.INFO: PaymentMethod - 1
[2026-09-10 23:00:05] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '187', '0', '1' )
[2026-09-10 23:00:05] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-10 23:00:05] Production.INFO: PaymentMethod - 1
[2026-09-10 23:00:05] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '190', '0', '1' )
[2026-09-10 23:00:05] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-10 23:00:05] Production.INFO: PaymentMethod - 1
[2026-09-10 23:00:05] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '192', '0', '1' )
[2026-09-10 23:00:05] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-10 23:00:05] Production.INFO: PaymentMethod - 1
[2026-09-10 23:00:05] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '193', '0', '1' )
[2026-09-10 23:00:05] Production.INFO: PaymentPendingInvoice Count - 4
[2026-09-10 23:00:05] Production.INFO: PaymentMethod - 1
[2026-09-10 23:00:05] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '205', '0', '1' )
[2026-09-10 23:00:05] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-10 23:00:05] Production.INFO: PaymentMethod - 1
[2026-09-10 23:00:05] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '208', '0', '1' )
[2026-09-10 23:00:05] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-10 23:00:05] Production.INFO: PaymentMethod - 1
[2026-09-10 23:00:05] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '206', '0', '1' )
[2026-09-10 23:00:05] Production.INFO: PaymentPendingInvoice Count - 20
[2026-09-10 23:00:05] Production.INFO: PaymentMethod - 1
[2026-09-10 23:00:05] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '182', '0', '1' )
[2026-09-10 23:00:05] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-10 23:00:05] Production.INFO: PaymentMethod - 1
[2026-09-10 23:00:05] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '211', '0', '1' )
[2026-09-10 23:00:05] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-10 23:00:05] Production.INFO: PaymentMethod - 1
[2026-09-10 23:00:05] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '188', '0', '1' )
[2026-09-10 23:00:05] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-10 23:00:05] Production.INFO: PaymentMethod - 1
[2026-09-10 23:00:05] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '218', '0', '1' )
[2026-09-10 23:00:05] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-10 23:00:05] Production.INFO: PaymentMethod - 1
[2026-09-10 23:00:05] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '226', '0', '1' )
[2026-09-10 23:00:05] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-10 23:00:05] Production.INFO: PaymentMethod - 1
[2026-09-10 23:00:05] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '227', '0', '1' )
[2026-09-10 23:00:05] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-10 23:00:05] Production.INFO: PaymentMethod - 1
[2026-09-10 23:00:05] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '189', '0', '1' )
[2026-09-10 23:00:05] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-10 23:00:05] Production.INFO: PaymentMethod - 1
[2026-09-10 23:00:05] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '229', '0', '1' )
[2026-09-10 23:00:05] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-10 23:00:05] Production.INFO: PaymentMethod - 1
[2026-09-10 23:00:05] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '230', '0', '1' )
[2026-09-10 23:00:05] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-10 23:00:05] Production.INFO: PaymentMethod - 1
[2026-09-10 23:00:05] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '232', '0', '1' )
[2026-09-10 23:00:05] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-10 23:00:05] Production.INFO: PaymentMethod - 1
[2026-09-10 23:00:05] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '236', '0', '1' )
[2026-09-10 23:00:05] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-10 23:00:05] Production.INFO: PaymentMethod - 0
[2026-09-10 23:00:05] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '239', '0', '1' )
[2026-09-10 23:00:05] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-10 23:00:05] Production.INFO: PaymentMethod - 1
[2026-09-10 23:00:05] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '241', '0', '1' )
[2026-09-10 23:00:05] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-10 23:00:05] Production.INFO: PaymentMethod - 1
[2026-09-10 23:00:05] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '260', '0', '1' )
[2026-09-10 23:00:05] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-10 23:00:05] Production.INFO: PaymentMethod - 1
[2026-09-10 23:00:05] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '262', '0', '1' )
[2026-09-10 23:00:05] Production.INFO: PaymentPendingInvoice Count - 3
[2026-09-10 23:00:05] Production.INFO: PaymentMethod - 1
[2026-09-10 23:00:05] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '263', '0', '1' )
[2026-09-10 23:00:05] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-10 23:00:05] Production.INFO: PaymentMethod - 1
[2026-09-10 23:00:05] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '264', '0', '1' )
[2026-09-10 23:00:05] Production.INFO: PaymentPendingInvoice Count - 2
[2026-09-10 23:00:05] Production.INFO: PaymentMethod - 1
[2026-09-10 23:00:05] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '266', '0', '1' )
[2026-09-10 23:00:05] Production.INFO: PaymentPendingInvoice Count - 2
[2026-09-10 23:00:08] Production.ERROR: CronJobId end11
[2026-09-10 23:00:08] Production.INFO: ==15476== Releasing lock...
[2026-09-10 23:00:08] Production.INFO: bulkautopaymentcapture-command-bulkautopaymentcapture-companyid-1-cronjobid-11 #Stops#
[2026-09-10 23:00:08] Production.INFO: 33.75 MB #Memory Used#
[2026-09-10 23:00:13] Production.ERROR: CronJobId end10
[2026-09-10 23:00:13] Production.INFO: ==15474== Releasing lock...
[2026-09-10 23:00:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 23:00:13] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 23:00:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 23:00:15] Production.INFO: ============== Balance Warning START===========
[2026-09-10 23:00:15] Production.INFO: ============== Balance Warning END===========
[2026-09-10 23:00:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 23:00:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 23:00:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 23:00:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 23:00:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 23:00:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 23:00:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 23:00:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 23:00:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 23:00:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 23:00:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 23:00:15] Production.INFO: call_cost start
[2026-09-10 23:00:15] Production.INFO: call_cost end
[2026-09-10 23:00:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 23:00:15] Production.INFO: ============== Report Schedule START===========
[2026-09-10 23:00:15] Production.INFO: ============== Report Schedule END===========
[2026-09-10 23:00:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 23:00:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 23:00:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 23:00:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 23:00:15] Production.INFO: ============== Deal alert START===========
[2026-09-10 23:00:15] Production.INFO: ============== Deal alert END===========
[2026-09-10 23:00:15] Production.INFO: ==15470== Releasing lock...
[2026-09-10 23:00:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 23:00:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 04:01:01] Production.INFO: ==15544== Lock acquired, processing the job...
[2026-09-11 04:01:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 04:01:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 04:01:01] Production.INFO: neon service started
[2026-09-11 04:01:01] Production.INFO: neon service started
[2026-09-11 04:01:01] Production.INFO: ==15544== Releasing lock...
[2026-09-11 04:01:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 04:01:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 03:01:01] Production.INFO: ==15559== Lock acquired, processing the job...
[2026-09-11 03:01:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 03:01:01] Production.INFO: ==15559== Releasing lock...
[2026-09-11 03:01:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 03:01:01] Production.INFO: 25 MB #Memory Used#
[2026-09-10 23:01:01] Production.INFO: ==15557== Lock acquired, processing the job...
[2026-09-10 23:01:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 23:01:02] Production.INFO: ==15557== Releasing lock...
[2026-09-10 23:01:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 23:01:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 23:01:02] Production.INFO: ==15561== Lock acquired, processing the job...
[2026-09-10 23:01:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 23:01:03] Production.INFO: ==15563== Lock acquired, processing the job...
[2026-09-10 23:01:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 23:01:03] Production.INFO: ==15569== Lock acquired, processing the job...
[2026-09-10 23:01:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 23:01:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 23:01:03] Production.INFO: ==15565== Lock acquired, processing the job...
[2026-09-10 23:01:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 23:01:03] Production.INFO: ==15567== Lock acquired, processing the job...
[2026-09-10 23:01:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 23: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-09-10 23: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-09-10 23:01:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 23:01:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 23:01:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 23:01:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 23: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-09-10 23:01:03] Production.INFO: Account Balance Start.
[2026-09-10 23:01:03] Production.INFO: CreateAllLog Start
[2026-09-10 23:01:03] Production.INFO: 117
[2026-09-10 23:01:03] Production.INFO: Date 2026-09-08
[2026-09-10 23:01:03] Production.INFO: Reseller ==> 0
[2026-09-10 23:01:03] Production.INFO: ==15569== Releasing lock...
[2026-09-10 23:01:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 23:01:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 23:01:03] Production.INFO: Date 2026-09-09
[2026-09-10 23:01:03] Production.INFO: Reseller ==> 0
[2026-09-10 23:01:03] Production.INFO: Date 2026-09-10
[2026-09-10 23:01:03] Production.INFO: Reseller ==> 0
[2026-09-10 23:01:03] Production.INFO: Total Charge 0
[2026-09-10 23:01:03] Production.INFO: CreateAllLog End
[2026-09-10 23:01:03] Production.INFO: Account Balance End.
[2026-09-10 23:01:03] Production.ERROR: CronJobId end 12
[2026-09-10 23:01:03] Production.INFO: ==15567== Releasing lock...
[2026-09-10 23:01:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 23:01:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 23:01:03] Production.INFO: ==15563== Releasing lock...
[2026-09-10 23:01:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 23:01:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 23:01:10] Production.ERROR: CronJobId end10
[2026-09-10 23:01:10] Production.INFO: ==15565== Releasing lock...
[2026-09-10 23:01:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 23:01:10] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 23:01:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 23:01:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 23:01:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 23:01:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 23:01:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 23:01:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 23:01:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 23:01:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 23:01:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 23:01:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 23:01:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 23:01:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 23:01:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 23:01:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 23:01:15] Production.INFO: call_cost start
[2026-09-10 23:01:15] Production.INFO: call_cost end
[2026-09-10 23:01:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 23:01:15] Production.INFO: ============== Report Schedule START===========
[2026-09-10 23:01:15] Production.INFO: ============== Report Schedule END===========
[2026-09-10 23:01:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 23:01:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 23:01:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 23:01:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 23:01:15] Production.INFO: ============== Deal alert START===========
[2026-09-10 23:01:15] Production.INFO: ============== Deal alert END===========
[2026-09-10 23:01:15] Production.INFO: ==15561== Releasing lock...
[2026-09-10 23:01:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 23:01:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 04:02:01] Production.INFO: ==15646== Lock acquired, processing the job...
[2026-09-11 04:02:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 04:02:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 04:02:01] Production.INFO: neon service started
[2026-09-11 04:02:01] Production.INFO: neon service started
[2026-09-11 04:02:01] Production.INFO: ==15646== Releasing lock...
[2026-09-11 04:02:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 04:02:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 23:02:02] Production.INFO: ==15648== Lock acquired, processing the job...
[2026-09-10 23:02:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 03:02:02] Production.INFO: ==15650== Lock acquired, processing the job...
[2026-09-11 03:02:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 03:02:02] Production.INFO: ==15650== Releasing lock...
[2026-09-11 03:02:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 03:02:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 23:02:02] Production.INFO: ==15648== Releasing lock...
[2026-09-10 23:02:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 23:02:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 23:02:03] Production.INFO: ==15655== Lock acquired, processing the job...
[2026-09-10 23:02:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 23:02:03] Production.INFO: ==15653== Lock acquired, processing the job...
[2026-09-10 23:02:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 23:02:03] Production.INFO: ==15661== Lock acquired, processing the job...
[2026-09-10 23:02:03] Production.INFO: pbxaccountusage-command-pbxaccountusage-companyid-1-cronjobid-16 #Starts#
[2026-09-10 23:02:03] Production.ERROR: tblTempUsageDetail_20
[2026-09-10 23:02:03] Production.INFO: ==15657== Lock acquired, processing the job...
[2026-09-10 23:02:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 23:02:04] Production.INFO: ==15659== Lock acquired, processing the job...
[2026-09-10 23:02:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 23:02:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 23:02:04] Production.INFO: ==15663== Lock acquired, processing the job...
[2026-09-10 23:02:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 23:02:04] Production.INFO: Account Balance Start.
[2026-09-10 23:02:04] Production.INFO: CreateAllLog Start
[2026-09-10 23:02:04] Production.INFO: 117
[2026-09-10 23:02:04] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 23:02:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 23:02:04] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 23:02:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 23:02:04] Production.INFO: Date 2026-09-08
[2026-09-10 23:02:04] Production.INFO: Reseller ==> 0
[2026-09-10 23:02:04] Production.ERROR: done
[2026-09-10 23:02:04] Production.ERROR: tblTempVendorCDR_20
[2026-09-10 23:02:04] Production.INFO: Date 2026-09-09
[2026-09-10 23:02:04] Production.INFO: Reseller ==> 0
[2026-09-10 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-09-10 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-09-10 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-09-10 23:02:04] Production.INFO: Date 2026-09-10
[2026-09-10 23:02:04] Production.INFO: Reseller ==> 0
[2026-09-10 23:02:04] Production.INFO: Total Charge 0
[2026-09-10 23:02:04] Production.INFO: CreateAllLog End
[2026-09-10 23:02:04] Production.INFO: ==15663== Releasing lock...
[2026-09-10 23:02:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 23:02:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 23:02:04] Production.ERROR: done
[2026-09-10 23:02:04] Production.INFO: ==15655== Releasing lock...
[2026-09-10 23:02:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 23:02:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 23: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-09-10 23: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-09-10 23: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-09-10 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: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-09-10 23:02:04] Production.INFO: ==15661== Releasing lock...
[2026-09-10 23:02:04] Production.INFO: pbxaccountusage-command-pbxaccountusage-companyid-1-cronjobid-16 #Stops#
[2026-09-10 23:02:04] Production.INFO: 27.25 MB #Memory Used#
[2026-09-10 23:02:04] Production.INFO: Account Balance End.
[2026-09-10 23:02:04] Production.ERROR: CronJobId end 12
[2026-09-10 23:02:04] Production.INFO: ==15659== Releasing lock...
[2026-09-10 23:02:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 23:02:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 23:02:12] Production.ERROR: CronJobId end10
[2026-09-10 23:02:12] Production.INFO: ==15657== Releasing lock...
[2026-09-10 23:02:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 23:02:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 23:02:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 23:02:15] Production.INFO: ============== Balance Warning START===========
[2026-09-10 23:02:15] Production.INFO: ============== Balance Warning END===========
[2026-09-10 23:02:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 23:02:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 23:02:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 23:02:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 23:02:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 23:02:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 23:02:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 23:02:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 23:02:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 23:02:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 23:02:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 23:02:15] Production.INFO: call_cost start
[2026-09-10 23:02:15] Production.INFO: call_cost end
[2026-09-10 23:02:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 23:02:15] Production.INFO: ============== Report Schedule START===========
[2026-09-10 23:02:15] Production.INFO: ============== Report Schedule END===========
[2026-09-10 23:02:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 23:02:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 23:02:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 23:02:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 23:02:15] Production.INFO: ============== Deal alert START===========
[2026-09-10 23:02:15] Production.INFO: ============== Deal alert END===========
[2026-09-10 23:02:15] Production.INFO: ==15653== Releasing lock...
[2026-09-10 23:02:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 23:02:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 04:03:02] Production.INFO: ==15739== Lock acquired, processing the job...
[2026-09-11 04:03:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 04:03:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 04:03:02] Production.INFO: neon service started
[2026-09-11 04:03:02] Production.INFO: neon service started
[2026-09-11 04:03:02] Production.INFO: ==15739== Releasing lock...
[2026-09-11 04:03:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 04:03:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 23:03:02] Production.INFO: ==15741== Lock acquired, processing the job...
[2026-09-10 23:03:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 03:03:03] Production.INFO: ==15743== Lock acquired, processing the job...
[2026-09-11 03:03:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 03:03:03] Production.INFO: ==15743== Releasing lock...
[2026-09-11 03:03:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 03:03:03] Production.INFO: 25 MB #Memory Used#
[2026-09-10 23:03:03] Production.INFO: ==15741== Releasing lock...
[2026-09-10 23:03:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 23:03:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 23:03:03] Production.INFO: ==15746== Lock acquired, processing the job...
[2026-09-10 23:03:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 23:03:03] Production.INFO: ==15750== Lock acquired, processing the job...
[2026-09-10 23:03:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 23:03:03] Production.INFO: ==15752== Lock acquired, processing the job...
[2026-09-10 23:03:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 23:03:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 23:03:04] Production.INFO: Account Balance Start.
[2026-09-10 23:03:04] Production.INFO: CreateAllLog Start
[2026-09-10 23:03:04] Production.INFO: 117
[2026-09-10 23:03:04] Production.INFO: Date 2026-09-08
[2026-09-10 23:03:04] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 23:03:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 23:03:04] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 23:03:04] Production.INFO: ==15748== Lock acquired, processing the job...
[2026-09-10 23:03:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 23:03:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 23:03:04] Production.INFO: Reseller ==> 0
[2026-09-10 23:03:04] Production.INFO: Date 2026-09-09
[2026-09-10 23:03:04] Production.INFO: Reseller ==> 0
[2026-09-10 23:03:04] Production.INFO: Date 2026-09-10
[2026-09-10 23:03:04] Production.INFO: Reseller ==> 0
[2026-09-10 23:03:04] Production.INFO: Total Charge 0
[2026-09-10 23:03:04] Production.INFO: CreateAllLog End
[2026-09-10 23:03:04] Production.INFO: ==15754== Lock acquired, processing the job...
[2026-09-10 23:03:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 23: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-09-10 23: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-09-10 23: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-09-10 23:03:04] Production.INFO: ==15754== Releasing lock...
[2026-09-10 23:03:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 23:03:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 23:03:04] Production.INFO: Account Balance End.
[2026-09-10 23:03:04] Production.ERROR: CronJobId end 12
[2026-09-10 23:03:04] Production.INFO: ==15752== Releasing lock...
[2026-09-10 23:03:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 23:03:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 23:03:04] Production.INFO: ==15748== Releasing lock...
[2026-09-10 23:03:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 23:03:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 23:03:12] Production.ERROR: CronJobId end10
[2026-09-10 23:03:12] Production.INFO: ==15750== Releasing lock...
[2026-09-10 23:03:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 23:03:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 23:03:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 23:03:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 23:03:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 23:03:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 23:03:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 23:03:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 23:03:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 23:03:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 23:03:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 23:03:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 23:03:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 23:03:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 23:03:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 23:03:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 23:03:15] Production.INFO: call_cost start
[2026-09-10 23:03:15] Production.INFO: call_cost end
[2026-09-10 23:03:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 23:03:15] Production.INFO: ============== Report Schedule START===========
[2026-09-10 23:03:15] Production.INFO: ============== Report Schedule END===========
[2026-09-10 23:03:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 23:03:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 23:03:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 23:03:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 23:03:15] Production.INFO: ============== Deal alert START===========
[2026-09-10 23:03:15] Production.INFO: ============== Deal alert END===========
[2026-09-10 23:03:15] Production.INFO: ==15746== Releasing lock...
[2026-09-10 23:03:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 23:03:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 04:04:01] Production.INFO: ==15821== Lock acquired, processing the job...
[2026-09-11 04:04:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 04:04:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 04:04:01] Production.INFO: neon service started
[2026-09-11 04:04:01] Production.INFO: neon service started
[2026-09-11 04:04:01] Production.INFO: ==15821== Releasing lock...
[2026-09-11 04:04:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 04:04:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 23:04:02] Production.INFO: ==15823== Lock acquired, processing the job...
[2026-09-10 23:04:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 23:04:02] Production.INFO: ==15823== Releasing lock...
[2026-09-10 23:04:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 23:04:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 03:04:02] Production.INFO: ==15825== Lock acquired, processing the job...
[2026-09-11 03:04:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 03:04:02] Production.INFO: ==15825== Releasing lock...
[2026-09-11 03:04:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 03:04:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 23:04:03] Production.INFO: ==15830== Lock acquired, processing the job...
[2026-09-10 23:04:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 23:04:03] Production.INFO: ==15828== Lock acquired, processing the job...
[2026-09-10 23:04:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 23:04:03] Production.INFO: ==15832== Lock acquired, processing the job...
[2026-09-10 23:04:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 23:04:03] Production.INFO: ==15834== Lock acquired, processing the job...
[2026-09-10 23:04:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 23:04:03] Production.INFO: ==15836== Lock acquired, processing the job...
[2026-09-10 23:04:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 23:04:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 23:04:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 23:04:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 23:04:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 23:04:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 23:04:03] Production.INFO: Account Balance Start.
[2026-09-10 23:04:03] Production.INFO: CreateAllLog Start
[2026-09-10 23:04:03] Production.INFO: 117
[2026-09-10 23:04:03] Production.INFO: Date 2026-09-08
[2026-09-10 23:04:03] Production.INFO: Reseller ==> 0
[2026-09-10 23: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-09-10 23: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-09-10 23:04:03] Production.INFO: Date 2026-09-09
[2026-09-10 23:04:03] Production.INFO: Reseller ==> 0
[2026-09-10 23: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-09-10 23:04:03] Production.INFO: ==15836== Releasing lock...
[2026-09-10 23:04:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 23:04:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 23:04:03] Production.INFO: Date 2026-09-10
[2026-09-10 23:04:03] Production.INFO: Reseller ==> 0
[2026-09-10 23:04:03] Production.INFO: Total Charge 0
[2026-09-10 23:04:03] Production.INFO: CreateAllLog End
[2026-09-10 23:04:03] Production.INFO: Account Balance End.
[2026-09-10 23:04:03] Production.ERROR: CronJobId end 12
[2026-09-10 23:04:03] Production.INFO: ==15834== Releasing lock...
[2026-09-10 23:04:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 23:04:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 23:04:03] Production.INFO: ==15830== Releasing lock...
[2026-09-10 23:04:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 23:04:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 23:04:11] Production.ERROR: CronJobId end10
[2026-09-10 23:04:11] Production.INFO: ==15832== Releasing lock...
[2026-09-10 23:04:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 23:04:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 23:04:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 23:04:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 23:04:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 23:04:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 23:04:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 23:04:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 23:04:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 23:04:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 23:04:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 23:04:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 23:04:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 23:04:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 23:04:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 23:04:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 23:04:14] Production.INFO: call_cost start
[2026-09-10 23:04:14] Production.INFO: call_cost end
[2026-09-10 23:04:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 23:04:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 23:04:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 23:04:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 23:04:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 23:04:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 23:04:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 23:04:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 23:04:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 23:04:14] Production.INFO: ==15828== Releasing lock...
[2026-09-10 23:04:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 23:04:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 04:05:02] Production.INFO: ==15894== Lock acquired, processing the job...
[2026-09-11 04:05:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 04:05:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 04:05:02] Production.INFO: neon service started
[2026-09-11 04:05:02] Production.INFO: neon service started
[2026-09-11 04:05:02] Production.INFO: ==15894== Releasing lock...
[2026-09-11 04:05:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 04:05:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 23:05:02] Production.INFO: ==15896== Lock acquired, processing the job...
[2026-09-10 23:05:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 23:05:02] Production.INFO: ==15896== Releasing lock...
[2026-09-10 23:05:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 23:05:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 03:05:02] Production.INFO: ==15898== Lock acquired, processing the job...
[2026-09-11 03:05:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 03:05:02] Production.INFO: ==15898== Releasing lock...
[2026-09-11 03:05:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 03:05:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 23:05:03] Production.INFO: ==15906== Lock acquired, processing the job...
[2026-09-10 23:05:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 23:05:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 23:05:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 23:05:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 23:05:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 23:05:03] Production.INFO: ==15912== Lock acquired, processing the job...
[2026-09-10 23:05:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 23:05:03] Production.INFO: ==15900== Lock acquired, processing the job...
[2026-09-10 23:05:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-10 23:05:03] Production.INFO: ==15902== Lock acquired, processing the job...
[2026-09-10 23:05:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 23:05:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 23:05:03] Production.ERROR: ========================== active cronjob start =============================
[2026-09-10 23:05:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-10 23:05:03] Production.ERROR: CronJob PID - 15902
[2026-09-10 23:05:03] Production.ERROR: CronJob Title - System Alerts
[2026-09-10 23:05:03] Production.ERROR: CronJob ID - 5
[2026-09-10 23:05:03] Production.ERROR: CronJob Last Run Time 2026-09-10 23:05:00
[2026-09-10 23:05:03] Production.ERROR: CronJob Active Minutes 0
[2026-09-10 23:05:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-10 23:05:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-10 23:05:03] Production.ERROR: CronJob PID - 15906
[2026-09-10 23:05:03] Production.ERROR: CronJob Title - Create Customer Summary Live
[2026-09-10 23:05:03] Production.ERROR: CronJob ID - 10
[2026-09-10 23:05:03] Production.ERROR: CronJob Last Run Time 2026-09-10 23:05:00
[2026-09-10 23:05:03] Production.ERROR: CronJob Active Minutes 0
[2026-09-10 23:05:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-10 23:05:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-10 23:05:03] Production.ERROR: CronJob PID - 15912
[2026-09-10 23:05:03] Production.ERROR: CronJob Title - Import PBX Extensions and DIDs
[2026-09-10 23:05:03] Production.INFO: ==15904== Lock acquired, processing the job...
[2026-09-10 23:05:03] Production.ERROR: CronJob ID - 19
[2026-09-10 23:05:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 23:05:03] Production.ERROR: CronJob Last Run Time 2026-09-10 23:05:00
[2026-09-10 23:05:03] Production.ERROR: CronJob Active Minutes 0
[2026-09-10 23:05:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-10 23: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-09-10 23: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-09-10 23:05:03] Production.ERROR: ========================== active cronjob end =============================
[2026-09-10 23:05:03] Production.INFO: ==15900== Releasing lock...
[2026-09-10 23:05:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-10 23:05:03] Production.INFO: 25.5 MB #Memory Used#
[2026-09-10 23: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-09-10 23:05:04] Production.INFO: ==15908== Lock acquired, processing the job...
[2026-09-10 23:05:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 23:05:04] Production.INFO: ==15912== Releasing lock...
[2026-09-10 23:05:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 23:05:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 23:05:04] Production.INFO: ==15910== Lock acquired, processing the job...
[2026-09-10 23:05:04] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-10 23:05:04] Production.INFO: Account Balance Start.
[2026-09-10 23:05:04] Production.INFO: CreateAllLog Start
[2026-09-10 23:05:04] Production.INFO: 117
[2026-09-10 23:05:04] Production.INFO: Date 2026-09-08
[2026-09-10 23:05:04] Production.INFO: Reseller ==> 0
[2026-09-10 23:05:04] Production.ERROR: tblTempUsageDetail_20
[2026-09-10 23:05:04] Production.INFO: Date 2026-09-09
[2026-09-10 23:05:04] Production.INFO: Reseller ==> 0
[2026-09-10 23:05:04] Production.INFO: Date 2026-09-10
[2026-09-10 23:05:04] Production.INFO: Reseller ==> 0
[2026-09-10 23:05:04] Production.ERROR: done
[2026-09-10 23:05:04] Production.INFO: Total Charge 0
[2026-09-10 23:05:04] Production.INFO: CreateAllLog End
[2026-09-10 23:05:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-10 23:05:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17981120', 'tblTempUsageDetail_20reseller','2026-09-10','2026-09-10','1' ) start
[2026-09-10 23:05:04] Production.INFO: Account Balance End.
[2026-09-10 23:05:04] Production.ERROR: CronJobId end 12
[2026-09-10 23:05:04] Production.INFO: ==15908== Releasing lock...
[2026-09-10 23:05:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 23:05:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 23:05:05] Production.INFO: ==15904== Releasing lock...
[2026-09-10 23:05:05] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 23:05:05] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 23:05:11] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17981120', 'tblTempUsageDetail_20reseller','2026-09-10','2026-09-10','1' ) end
[2026-09-10 23:05:11] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-10 23:05:11] Production.INFO: ProcessCDR(1,17981120,1,1,2)
[2026-09-10 23:05:11] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17981120,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-10 23:05:11] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17981120,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-10 23:05:11] Production.ERROR: pbx prc_insertCDR start
[2026-09-10 23:05:11] Production.ERROR: pbx prc_insertCDR end
[2026-09-10 23:05:11] Production.INFO: ==15910== Releasing lock...
[2026-09-10 23:05:11] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-10 23:05:11] Production.INFO: 26 MB #Memory Used#
[2026-09-10 23:05:14] Production.ERROR: CronJobId end10
[2026-09-10 23:05:14] Production.INFO: ==15906== Releasing lock...
[2026-09-10 23:05:14] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 23:05:14] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 23:05:17] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 23:05:17] Production.INFO: ============== Balance Warning START===========
[2026-09-10 23:05:17] Production.INFO: ============== Balance Warning END===========
[2026-09-10 23:05:17] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 23:05:17] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 23:05:17] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 23:05:17] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 23:05:17] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 23:05:17] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 23:05:17] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 23:05:17] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 23:05:17] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 23:05:17] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 23:05:17] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 23:05:17] Production.INFO: call_cost start
[2026-09-10 23:05:17] Production.INFO: call_cost end
[2026-09-10 23:05:17] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 23:05:17] Production.INFO: ============== Report Schedule START===========
[2026-09-10 23:05:17] Production.INFO: ============== Report Schedule END===========
[2026-09-10 23:05:17] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 23:05:17] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 23:05:17] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 23:05:17] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 23:05:17] Production.INFO: ============== Deal alert START===========
[2026-09-10 23:05:17] Production.INFO: ============== Deal alert END===========
[2026-09-10 23:05:17] Production.INFO: ==15902== Releasing lock...
[2026-09-10 23:05:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 23:05:17] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 04:06:01] Production.INFO: ==15978== Lock acquired, processing the job...
[2026-09-11 04:06:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 04:06:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 04:06:01] Production.INFO: neon service started
[2026-09-11 04:06:01] Production.INFO: neon service started
[2026-09-11 04:06:01] Production.INFO: ==15978== Releasing lock...
[2026-09-11 04:06:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 04:06:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 23:06:02] Production.INFO: ==15980== Lock acquired, processing the job...
[2026-09-10 23:06:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 23:06:02] Production.INFO: ==15980== Releasing lock...
[2026-09-10 23:06:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 23:06:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 03:06:02] Production.INFO: ==15982== Lock acquired, processing the job...
[2026-09-11 03:06:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 03:06:02] Production.INFO: ==15982== Releasing lock...
[2026-09-11 03:06:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 03:06:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 23:06:03] Production.INFO: ==15984== Lock acquired, processing the job...
[2026-09-10 23:06:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 23:06:03] Production.INFO: ==15986== Lock acquired, processing the job...
[2026-09-10 23:06:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 23:06:03] Production.INFO: ==15988== Lock acquired, processing the job...
[2026-09-10 23:06:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 23:06:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 23:06:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 23:06:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 23:06:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 23:06:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 23:06:03] Production.INFO: ==15990== Lock acquired, processing the job...
[2026-09-10 23:06:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 23:06:03] Production.INFO: ==15992== Lock acquired, processing the job...
[2026-09-10 23:06:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 23:06:03] Production.INFO: Account Balance Start.
[2026-09-10 23:06:03] Production.INFO: CreateAllLog Start
[2026-09-10 23:06:03] Production.INFO: 117
[2026-09-10 23:06:03] Production.INFO: Date 2026-09-08
[2026-09-10 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-09-10 23:06:03] Production.INFO: Reseller ==> 0
[2026-09-10 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-09-10 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-09-10 23:06:03] Production.INFO: ==15992== Releasing lock...
[2026-09-10 23:06:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 23:06:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 23:06:03] Production.INFO: Date 2026-09-09
[2026-09-10 23:06:03] Production.INFO: Reseller ==> 0
[2026-09-10 23:06:03] Production.INFO: Date 2026-09-10
[2026-09-10 23:06:03] Production.INFO: Reseller ==> 0
[2026-09-10 23:06:03] Production.INFO: Total Charge 0
[2026-09-10 23:06:03] Production.INFO: CreateAllLog End
[2026-09-10 23:06:03] Production.INFO: ==15986== Releasing lock...
[2026-09-10 23:06:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 23:06:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 23:06:03] Production.INFO: Account Balance End.
[2026-09-10 23:06:03] Production.ERROR: CronJobId end 12
[2026-09-10 23:06:03] Production.INFO: ==15990== Releasing lock...
[2026-09-10 23:06:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 23:06:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 23:06:11] Production.ERROR: CronJobId end10
[2026-09-10 23:06:11] Production.INFO: ==15988== Releasing lock...
[2026-09-10 23:06:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 23:06:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 23:06:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 23:06:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 23:06:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 23:06:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 23:06:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 23:06:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 23:06:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 23:06:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 23:06:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 23:06:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 23:06:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 23:06:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 23:06:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 23:06:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 23:06:14] Production.INFO: call_cost start
[2026-09-10 23:06:14] Production.INFO: call_cost end
[2026-09-10 23:06:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 23:06:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 23:06:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 23:06:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 23:06:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 23:06:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 23:06:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 23:06:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 23:06:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 23:06:14] Production.INFO: ==15984== Releasing lock...
[2026-09-10 23:06:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 23:06:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 04:07:02] Production.INFO: ==16062== Lock acquired, processing the job...
[2026-09-11 04:07:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 04:07:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 04:07:02] Production.INFO: neon service started
[2026-09-11 04:07:02] Production.INFO: neon service started
[2026-09-11 04:07:02] Production.INFO: ==16062== Releasing lock...
[2026-09-11 04:07:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 04:07:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 23:07:02] Production.INFO: ==16064== Lock acquired, processing the job...
[2026-09-10 23:07:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 03:07:02] Production.INFO: ==16066== Lock acquired, processing the job...
[2026-09-11 03:07:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 03:07:02] Production.INFO: ==16066== Releasing lock...
[2026-09-11 03:07:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 03:07:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 23:07:02] Production.INFO: ==16064== Releasing lock...
[2026-09-10 23:07:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 23:07:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 23:07:03] Production.INFO: ==16069== Lock acquired, processing the job...
[2026-09-10 23:07:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 23:07:03] Production.INFO: ==16071== Lock acquired, processing the job...
[2026-09-10 23:07:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 23:07:03] Production.INFO: ==16073== Lock acquired, processing the job...
[2026-09-10 23:07:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 23:07:03] Production.INFO: ==16075== Lock acquired, processing the job...
[2026-09-10 23:07:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 23:07:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 23:07:03] Production.INFO: ==16077== Lock acquired, processing the job...
[2026-09-10 23:07:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 23:07:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 23:07:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 23:07:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 23:07:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 23:07:04] Production.INFO: Account Balance Start.
[2026-09-10 23:07:04] Production.INFO: CreateAllLog Start
[2026-09-10 23:07:04] Production.INFO: 117
[2026-09-10 23:07:04] Production.INFO: Date 2026-09-08
[2026-09-10 23:07:04] Production.INFO: Reseller ==> 0
[2026-09-10 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-09-10 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-09-10 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-09-10 23:07:04] Production.INFO: ==16077== Releasing lock...
[2026-09-10 23:07:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 23:07:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 23:07:04] Production.INFO: Date 2026-09-09
[2026-09-10 23:07:04] Production.INFO: Reseller ==> 0
[2026-09-10 23:07:04] Production.INFO: Date 2026-09-10
[2026-09-10 23:07:04] Production.INFO: Reseller ==> 0
[2026-09-10 23:07:04] Production.INFO: Total Charge 0
[2026-09-10 23:07:04] Production.INFO: CreateAllLog End
[2026-09-10 23:07:04] Production.INFO: Account Balance End.
[2026-09-10 23:07:04] Production.ERROR: CronJobId end 12
[2026-09-10 23:07:04] Production.INFO: ==16075== Releasing lock...
[2026-09-10 23:07:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 23:07:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 23:07:04] Production.INFO: ==16071== Releasing lock...
[2026-09-10 23:07:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 23:07:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 23:07:11] Production.ERROR: CronJobId end10
[2026-09-10 23:07:11] Production.INFO: ==16073== Releasing lock...
[2026-09-10 23:07:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 23:07:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 23:07:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 23:07:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 23:07:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 23:07:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 23:07:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 23:07:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 23:07:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 23:07:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 23:07:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 23:07:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 23:07:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 23:07:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 23:07:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 23:07:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 23:07:14] Production.INFO: call_cost start
[2026-09-10 23:07:14] Production.INFO: call_cost end
[2026-09-10 23:07:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 23:07:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 23:07:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 23:07:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 23:07:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 23:07:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 23:07:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 23:07:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 23:07:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 23:07:14] Production.INFO: ==16069== Releasing lock...
[2026-09-10 23:07:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 23:07:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 04:08:01] Production.INFO: ==16150== Lock acquired, processing the job...
[2026-09-11 04:08:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 04:08:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 04:08:01] Production.INFO: neon service started
[2026-09-11 04:08:01] Production.INFO: neon service started
[2026-09-11 04:08:01] Production.INFO: ==16150== Releasing lock...
[2026-09-11 04:08:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 04:08:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 23:08:02] Production.INFO: ==16153== Lock acquired, processing the job...
[2026-09-10 23:08:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 03:08:02] Production.INFO: ==16155== Lock acquired, processing the job...
[2026-09-11 03:08:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 03:08:02] Production.INFO: ==16155== Releasing lock...
[2026-09-11 03:08:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 03:08:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 23:08:02] Production.INFO: ==16153== Releasing lock...
[2026-09-10 23:08:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 23:08:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 23:08:03] Production.INFO: ==16157== Lock acquired, processing the job...
[2026-09-10 23:08:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 23:08:03] Production.INFO: ==16159== Lock acquired, processing the job...
[2026-09-10 23:08:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 23:08:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 23:08:03] Production.INFO: ==16161== Lock acquired, processing the job...
[2026-09-10 23:08:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 23:08:03] Production.INFO: ==16165== Lock acquired, processing the job...
[2026-09-10 23:08:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 23:08:03] Production.INFO: ==16163== Lock acquired, processing the job...
[2026-09-10 23:08:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 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-09-10 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-09-10 23:08:03] Production.INFO: Account Balance Start.
[2026-09-10 23:08:03] Production.INFO: CreateAllLog Start
[2026-09-10 23:08:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 23:08:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 23:08:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 23:08:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 23:08:03] Production.INFO: 117
[2026-09-10 23:08:03] Production.INFO: Date 2026-09-08
[2026-09-10 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-09-10 23:08:03] Production.INFO: Reseller ==> 0
[2026-09-10 23:08:03] Production.INFO: ==16165== Releasing lock...
[2026-09-10 23:08:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 23:08:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 23:08:03] Production.INFO: Date 2026-09-09
[2026-09-10 23:08:03] Production.INFO: Reseller ==> 0
[2026-09-10 23:08:03] Production.INFO: Date 2026-09-10
[2026-09-10 23:08:03] Production.INFO: Reseller ==> 0
[2026-09-10 23:08:03] Production.INFO: Total Charge 0
[2026-09-10 23:08:03] Production.INFO: CreateAllLog End
[2026-09-10 23:08:03] Production.INFO: Account Balance End.
[2026-09-10 23:08:03] Production.ERROR: CronJobId end 12
[2026-09-10 23:08:03] Production.INFO: ==16163== Releasing lock...
[2026-09-10 23:08:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 23:08:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 23:08:04] Production.INFO: ==16159== Releasing lock...
[2026-09-10 23:08:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 23:08:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 23:08:11] Production.ERROR: CronJobId end10
[2026-09-10 23:08:11] Production.INFO: ==16161== Releasing lock...
[2026-09-10 23:08:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 23:08:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 23:08:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 23:08:13] Production.INFO: ============== Balance Warning START===========
[2026-09-10 23:08:13] Production.INFO: ============== Balance Warning END===========
[2026-09-10 23:08:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 23:08:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 23:08:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 23:08:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 23:08:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 23:08:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 23:08:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 23:08:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 23:08:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 23:08:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 23:08:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 23:08:13] Production.INFO: call_cost start
[2026-09-10 23:08:13] Production.INFO: call_cost end
[2026-09-10 23:08:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 23:08:13] Production.INFO: ============== Report Schedule START===========
[2026-09-10 23:08:13] Production.INFO: ============== Report Schedule END===========
[2026-09-10 23:08:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 23:08:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 23:08:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 23:08:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 23:08:13] Production.INFO: ============== Deal alert START===========
[2026-09-10 23:08:13] Production.INFO: ============== Deal alert END===========
[2026-09-10 23:08:13] Production.INFO: ==16157== Releasing lock...
[2026-09-10 23:08:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 23:08:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 04:09:01] Production.INFO: ==16231== Lock acquired, processing the job...
[2026-09-11 04:09:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 04:09:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 04:09:01] Production.INFO: neon service started
[2026-09-11 04:09:02] Production.INFO: neon service started
[2026-09-11 04:09:02] Production.INFO: ==16231== Releasing lock...
[2026-09-11 04:09:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 04:09:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 23:09:02] Production.INFO: ==16233== Lock acquired, processing the job...
[2026-09-10 23:09:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 03:09:02] Production.INFO: ==16235== Lock acquired, processing the job...
[2026-09-11 03:09:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 03:09:02] Production.INFO: ==16235== Releasing lock...
[2026-09-11 03:09:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 03:09:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 23:09:02] Production.INFO: ==16233== Releasing lock...
[2026-09-10 23:09:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 23:09:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 23:09:03] Production.INFO: ==16238== Lock acquired, processing the job...
[2026-09-10 23:09:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 23:09:03] Production.INFO: ==16240== Lock acquired, processing the job...
[2026-09-10 23:09:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 23:09:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 23:09:03] Production.INFO: ==16244== Lock acquired, processing the job...
[2026-09-10 23:09:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 23:09:03] Production.INFO: ==16242== Lock acquired, processing the job...
[2026-09-10 23:09:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 23:09:03] Production.INFO: ==16246== Lock acquired, processing the job...
[2026-09-10 23:09:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 23:09:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 23:09:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 23:09:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 23:09:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 23:09:03] Production.INFO: Account Balance Start.
[2026-09-10 23:09:03] Production.INFO: CreateAllLog Start
[2026-09-10 23:09:03] Production.INFO: 117
[2026-09-10 23:09:03] Production.INFO: Date 2026-09-08
[2026-09-10 23:09:03] Production.INFO: Reseller ==> 0
[2026-09-10 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-09-10 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-09-10 23:09:03] Production.INFO: Date 2026-09-09
[2026-09-10 23:09:03] Production.INFO: Reseller ==> 0
[2026-09-10 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-09-10 23:09:03] Production.INFO: Date 2026-09-10
[2026-09-10 23:09:03] Production.INFO: Reseller ==> 0
[2026-09-10 23:09:04] Production.INFO: ==16246== Releasing lock...
[2026-09-10 23:09:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 23:09:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 23:09:04] Production.INFO: Total Charge 0
[2026-09-10 23:09:04] Production.INFO: CreateAllLog End
[2026-09-10 23:09:04] Production.INFO: Account Balance End.
[2026-09-10 23:09:04] Production.ERROR: CronJobId end 12
[2026-09-10 23:09:04] Production.INFO: ==16244== Releasing lock...
[2026-09-10 23:09:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 23:09:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 23:09:04] Production.INFO: ==16240== Releasing lock...
[2026-09-10 23:09:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 23:09:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 23:09:12] Production.ERROR: CronJobId end10
[2026-09-10 23:09:12] Production.INFO: ==16242== Releasing lock...
[2026-09-10 23:09:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 23:09:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 23:09:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 23:09:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 23:09:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 23:09:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 23:09:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 23:09:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 23:09:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 23:09:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 23:09:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 23:09:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 23:09:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 23:09:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 23:09:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 23:09:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 23:09:14] Production.INFO: call_cost start
[2026-09-10 23:09:14] Production.INFO: call_cost end
[2026-09-10 23:09:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 23:09:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 23:09:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 23:09:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 23:09:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 23:09:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 23:09:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 23:09:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 23:09:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 23:09:14] Production.INFO: ==16238== Releasing lock...
[2026-09-10 23:09:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 23:09:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 04:10:01] Production.INFO: ==16312== Lock acquired, processing the job...
[2026-09-11 04:10:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 04:10:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 04:10:01] Production.INFO: neon service started
[2026-09-11 04:10:01] Production.INFO: neon service started
[2026-09-11 04:10:01] Production.INFO: ==16312== Releasing lock...
[2026-09-11 04:10:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 04:10:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 23:10:02] Production.INFO: ==16314== Lock acquired, processing the job...
[2026-09-10 23:10:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 03:10:02] Production.INFO: ==16316== Lock acquired, processing the job...
[2026-09-11 03:10:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 03:10:02] Production.INFO: ==16316== Releasing lock...
[2026-09-11 03:10:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 03:10:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 23:10:02] Production.INFO: ==16314== Releasing lock...
[2026-09-10 23:10:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 23:10:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 23:10:02] Production.INFO: ==16325== Lock acquired, processing the job...
[2026-09-10 23:10:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 23:10:03] Production.INFO: Account Balance Start.
[2026-09-10 23:10:03] Production.INFO: CreateAllLog Start
[2026-09-10 23:10:03] Production.INFO: 117
[2026-09-10 23:10:03] Production.INFO: Date 2026-09-08
[2026-09-10 23:10:03] Production.INFO: Reseller ==> 0
[2026-09-10 23:10:03] Production.INFO: Date 2026-09-09
[2026-09-10 23:10:03] Production.INFO: Reseller ==> 0
[2026-09-10 23:10:03] Production.INFO: Date 2026-09-10
[2026-09-10 23:10:03] Production.INFO: Reseller ==> 0
[2026-09-10 23:10:03] Production.INFO: Total Charge 0
[2026-09-10 23:10:03] Production.INFO: CreateAllLog End
[2026-09-10 23:10:03] Production.INFO: ==16319== Lock acquired, processing the job...
[2026-09-10 23:10:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 23:10:03] Production.INFO: ==16321== Lock acquired, processing the job...
[2026-09-10 23:10:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 23:10:03] Production.INFO: Account Balance End.
[2026-09-10 23:10:03] Production.INFO: ==16323== Lock acquired, processing the job...
[2026-09-10 23:10:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 23:10:03] Production.ERROR: CronJobId end 12
[2026-09-10 23:10:03] Production.INFO: ==16325== Releasing lock...
[2026-09-10 23:10:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 23:10:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 23:10:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 23:10:03] Production.INFO: ==16327== Lock acquired, processing the job...
[2026-09-10 23:10:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 23:10:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 23:10:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 23:10:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 23:10:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 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-09-10 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-09-10 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-09-10 23:10:03] Production.INFO: ==16327== Releasing lock...
[2026-09-10 23:10:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 23:10:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 23:10:04] Production.INFO: ==16321== Releasing lock...
[2026-09-10 23:10:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 23:10:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 23:10:11] Production.ERROR: CronJobId end10
[2026-09-10 23:10:11] Production.INFO: ==16323== Releasing lock...
[2026-09-10 23:10:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 23:10:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 23:10:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 23:10:13] Production.INFO: ============== Balance Warning START===========
[2026-09-10 23:10:13] Production.INFO: ============== Balance Warning END===========
[2026-09-10 23:10:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 23:10:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 23:10:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 23:10:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 23:10:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 23:10:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 23:10:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 23:10:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 23:10:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 23:10:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 23:10:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 23:10:13] Production.INFO: call_cost start
[2026-09-10 23:10:13] Production.INFO: call_cost end
[2026-09-10 23:10:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 23:10:13] Production.INFO: ============== Report Schedule START===========
[2026-09-10 23:10:13] Production.INFO: ============== Report Schedule END===========
[2026-09-10 23:10:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 23:10:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 23:10:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 23:10:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 23:10:13] Production.INFO: ============== Deal alert START===========
[2026-09-10 23:10:13] Production.INFO: ============== Deal alert END===========
[2026-09-10 23:10:13] Production.INFO: ==16319== Releasing lock...
[2026-09-10 23:10:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 23:10:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 04:11:01] Production.INFO: ==16391== Lock acquired, processing the job...
[2026-09-11 04:11:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 04:11:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 04:11:01] Production.INFO: neon service started
[2026-09-11 04:11:01] Production.INFO: neon service started
[2026-09-11 04:11:01] Production.INFO: ==16391== Releasing lock...
[2026-09-11 04:11:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 04:11:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 03:11:02] Production.INFO: ==16395== Lock acquired, processing the job...
[2026-09-11 03:11:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 03:11:02] Production.INFO: ==16395== Releasing lock...
[2026-09-11 03:11:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 03:11:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 23:11:02] Production.INFO: ==16393== Lock acquired, processing the job...
[2026-09-10 23:11:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 23:11:02] Production.INFO: ==16393== Releasing lock...
[2026-09-10 23:11:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 23:11:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 23:11:03] Production.INFO: ==16398== Lock acquired, processing the job...
[2026-09-10 23:11:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 23:11:03] Production.INFO: ==16400== Lock acquired, processing the job...
[2026-09-10 23:11:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 23:11:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 23:11:03] Production.INFO: ==16404== Lock acquired, processing the job...
[2026-09-10 23:11:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 23:11:03] Production.INFO: ==16402== Lock acquired, processing the job...
[2026-09-10 23:11:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 23:11:03] Production.INFO: ==16406== Lock acquired, processing the job...
[2026-09-10 23:11:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 23:11:03] Production.INFO: Account Balance Start.
[2026-09-10 23:11:03] Production.INFO: CreateAllLog Start
[2026-09-10 23:11:03] Production.INFO: 117
[2026-09-10 23:11:03] Production.INFO: Date 2026-09-08
[2026-09-10 23:11:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 23:11:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 23:11:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 23:11:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 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-09-10 23:11:03] Production.INFO: Reseller ==> 0
[2026-09-10 23: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-09-10 23: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-09-10 23:11:03] Production.INFO: ==16406== Releasing lock...
[2026-09-10 23:11:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 23:11:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 23:11:03] Production.INFO: Date 2026-09-09
[2026-09-10 23:11:03] Production.INFO: Reseller ==> 0
[2026-09-10 23:11:03] Production.INFO: Date 2026-09-10
[2026-09-10 23:11:03] Production.INFO: Reseller ==> 0
[2026-09-10 23:11:03] Production.INFO: Total Charge 0
[2026-09-10 23:11:03] Production.INFO: CreateAllLog End
[2026-09-10 23:11:03] Production.INFO: Account Balance End.
[2026-09-10 23:11:03] Production.ERROR: CronJobId end 12
[2026-09-10 23:11:03] Production.INFO: ==16404== Releasing lock...
[2026-09-10 23:11:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 23:11:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 23:11:04] Production.INFO: ==16400== Releasing lock...
[2026-09-10 23:11:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 23:11:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 23:11:10] Production.ERROR: CronJobId end10
[2026-09-10 23:11:10] Production.INFO: ==16402== Releasing lock...
[2026-09-10 23:11:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 23:11:10] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 23:11:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 23:11:13] Production.INFO: ============== Balance Warning START===========
[2026-09-10 23:11:13] Production.INFO: ============== Balance Warning END===========
[2026-09-10 23:11:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 23:11:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 23:11:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 23:11:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 23:11:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 23:11:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 23:11:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 23:11:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 23:11:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 23:11:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 23:11:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 23:11:14] Production.INFO: call_cost start
[2026-09-10 23:11:14] Production.INFO: call_cost end
[2026-09-10 23:11:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 23:11:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 23:11:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 23:11:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 23:11:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 23:11:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 23:11:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 23:11:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 23:11:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 23:11:14] Production.INFO: ==16398== Releasing lock...
[2026-09-10 23:11:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 23:11:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 04:12:02] Production.INFO: ==16474== Lock acquired, processing the job...
[2026-09-11 04:12:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 04:12:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 04:12:02] Production.INFO: neon service started
[2026-09-11 04:12:02] Production.INFO: neon service started
[2026-09-11 04:12:02] Production.INFO: ==16474== Releasing lock...
[2026-09-11 04:12:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 04:12:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 23:12:02] Production.INFO: ==16476== Lock acquired, processing the job...
[2026-09-10 23:12:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 23:12:03] Production.INFO: ==16476== Releasing lock...
[2026-09-10 23:12:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 23:12:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 03:12:03] Production.INFO: ==16478== Lock acquired, processing the job...
[2026-09-11 03:12:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 03:12:03] Production.INFO: ==16478== Releasing lock...
[2026-09-11 03:12:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 03:12:03] Production.INFO: 25 MB #Memory Used#
[2026-09-10 23:12:03] Production.INFO: ==16489== Lock acquired, processing the job...
[2026-09-10 23:12:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 23:12:03] Production.INFO: ==16484== Lock acquired, processing the job...
[2026-09-10 23:12:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 23:12:03] Production.INFO: Account Balance Start.
[2026-09-10 23:12:03] Production.INFO: CreateAllLog Start
[2026-09-10 23:12:03] Production.INFO: 117
[2026-09-10 23:12:03] Production.INFO: Date 2026-09-08
[2026-09-10 23:12:03] Production.INFO: Reseller ==> 0
[2026-09-10 23:12:03] Production.INFO: Date 2026-09-09
[2026-09-10 23:12:03] Production.INFO: Reseller ==> 0
[2026-09-10 23:12:03] Production.INFO: Date 2026-09-10
[2026-09-10 23:12:03] Production.INFO: Reseller ==> 0
[2026-09-10 23:12:03] Production.INFO: Total Charge 0
[2026-09-10 23:12:03] Production.INFO: CreateAllLog End
[2026-09-10 23:12:04] Production.INFO: ==16491== Lock acquired, processing the job...
[2026-09-10 23:12:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 23:12:04] Production.INFO: ==16482== Lock acquired, processing the job...
[2026-09-10 23:12:04] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 23:12:04] Production.INFO: ==16487== Lock acquired, processing the job...
[2026-09-10 23:12:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 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-09-10 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-09-10 23:12:04] Production.INFO: Account Balance End.
[2026-09-10 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-09-10 23:12:04] Production.INFO: ==16491== Releasing lock...
[2026-09-10 23:12:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 23:12:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 23:12:04] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 23:12:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 23:12:04] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 23:12:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 23:12:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 23:12:04] Production.ERROR: CronJobId end 12
[2026-09-10 23:12:04] Production.INFO: ==16489== Releasing lock...
[2026-09-10 23:12:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 23:12:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 23:12:04] Production.INFO: ==16484== Releasing lock...
[2026-09-10 23:12:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 23:12:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 23:12:11] Production.ERROR: CronJobId end10
[2026-09-10 23:12:11] Production.INFO: ==16487== Releasing lock...
[2026-09-10 23:12:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 23:12:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 23:12:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 23:12:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 23:12:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 23:12:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 23:12:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 23:12:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 23:12:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 23:12:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 23:12:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 23:12:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 23:12:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 23:12:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 23:12:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 23:12:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 23:12:14] Production.INFO: call_cost start
[2026-09-10 23:12:14] Production.INFO: call_cost end
[2026-09-10 23:12:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 23:12:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 23:12:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 23:12:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 23:12:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 23:12:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 23:12:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 23:12:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 23:12:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 23:12:14] Production.INFO: ==16482== Releasing lock...
[2026-09-10 23:12:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 23:12:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 04:13:01] Production.INFO: ==16552== Lock acquired, processing the job...
[2026-09-11 04:13:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 04:13:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 04:13:01] Production.INFO: neon service started
[2026-09-11 04:13:01] Production.INFO: neon service started
[2026-09-11 04:13:01] Production.INFO: ==16552== Releasing lock...
[2026-09-11 04:13:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 04:13:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 23:13:01] Production.INFO: ==16554== Lock acquired, processing the job...
[2026-09-10 23:13:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 23:13:02] Production.INFO: ==16554== Releasing lock...
[2026-09-10 23:13:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 23:13:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 03:13:02] Production.INFO: ==16556== Lock acquired, processing the job...
[2026-09-11 03:13:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 03:13:02] Production.INFO: ==16556== Releasing lock...
[2026-09-11 03:13:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 03:13:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 23:13:02] Production.INFO: ==16559== Lock acquired, processing the job...
[2026-09-10 23:13:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 23:13:02] Production.INFO: ==16561== Lock acquired, processing the job...
[2026-09-10 23:13:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 23:13:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 23:13:03] Production.INFO: ==16563== Lock acquired, processing the job...
[2026-09-10 23:13:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 23:13:03] Production.INFO: ==16565== Lock acquired, processing the job...
[2026-09-10 23:13:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 23:13:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 23:13:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 23:13:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 23:13:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 23:13:03] Production.INFO: ==16567== Lock acquired, processing the job...
[2026-09-10 23:13:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 23:13:03] Production.INFO: Account Balance Start.
[2026-09-10 23:13:03] Production.INFO: CreateAllLog Start
[2026-09-10 23:13:03] Production.INFO: 117
[2026-09-10 23:13:03] Production.INFO: Date 2026-09-08
[2026-09-10 23:13:03] Production.INFO: Reseller ==> 0
[2026-09-10 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-09-10 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-09-10 23:13:03] Production.INFO: Date 2026-09-09
[2026-09-10 23:13:03] Production.INFO: Reseller ==> 0
[2026-09-10 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-09-10 23:13:03] Production.INFO: ==16567== Releasing lock...
[2026-09-10 23:13:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 23:13:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 23:13:03] Production.INFO: Date 2026-09-10
[2026-09-10 23:13:03] Production.INFO: Reseller ==> 0
[2026-09-10 23:13:03] Production.INFO: Total Charge 0
[2026-09-10 23:13:03] Production.INFO: ==16561== Releasing lock...
[2026-09-10 23:13:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 23:13:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 23:13:03] Production.INFO: CreateAllLog End
[2026-09-10 23:13:03] Production.INFO: Account Balance End.
[2026-09-10 23:13:03] Production.ERROR: CronJobId end 12
[2026-09-10 23:13:03] Production.INFO: ==16565== Releasing lock...
[2026-09-10 23:13:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 23:13:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 23:13:12] Production.ERROR: CronJobId end10
[2026-09-10 23:13:12] Production.INFO: ==16563== Releasing lock...
[2026-09-10 23:13:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 23:13:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 23:13:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 23:13:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 23:13:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 23:13:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 23:13:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 23:13:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 23:13:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 23:13:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 23:13:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 23:13:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 23:13:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 23:13:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 23:13:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 23:13:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 23:13:14] Production.INFO: call_cost start
[2026-09-10 23:13:14] Production.INFO: call_cost end
[2026-09-10 23:13:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 23:13:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 23:13:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 23:13:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 23:13:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 23:13:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 23:13:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 23:13:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 23:13:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 23:13:14] Production.INFO: ==16559== Releasing lock...
[2026-09-10 23:13:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 23:13:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 04:14:02] Production.INFO: ==16643== Lock acquired, processing the job...
[2026-09-11 04:14:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 04:14:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 04:14:02] Production.INFO: neon service started
[2026-09-11 04:14:02] Production.INFO: neon service started
[2026-09-11 04:14:02] Production.INFO: ==16643== Releasing lock...
[2026-09-11 04:14:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 04:14:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 03:14:02] Production.INFO: ==16647== Lock acquired, processing the job...
[2026-09-11 03:14:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 03:14:02] Production.INFO: ==16647== Releasing lock...
[2026-09-11 03:14:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 03:14:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 23:14:02] Production.INFO: ==16645== Lock acquired, processing the job...
[2026-09-10 23:14:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 23:14:02] Production.INFO: ==16645== Releasing lock...
[2026-09-10 23:14:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 23:14:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 23:14:03] Production.INFO: ==16650== Lock acquired, processing the job...
[2026-09-10 23:14:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 23:14:03] Production.INFO: ==16652== Lock acquired, processing the job...
[2026-09-10 23:14:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 23:14:03] Production.INFO: ==16654== Lock acquired, processing the job...
[2026-09-10 23:14:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 23:14:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 23:14:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 23:14:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 23:14:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 23:14:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 23:14:03] Production.INFO: ==16658== Lock acquired, processing the job...
[2026-09-10 23:14:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 23:14:03] Production.INFO: ==16656== Lock acquired, processing the job...
[2026-09-10 23:14:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 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-09-10 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-09-10 23:14:03] Production.INFO: Account Balance Start.
[2026-09-10 23:14:03] Production.INFO: CreateAllLog Start
[2026-09-10 23:14:03] Production.INFO: 117
[2026-09-10 23:14:03] Production.INFO: Date 2026-09-08
[2026-09-10 23:14:03] Production.INFO: Reseller ==> 0
[2026-09-10 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-09-10 23:14:03] Production.INFO: ==16658== Releasing lock...
[2026-09-10 23:14:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 23:14:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 23:14:03] Production.INFO: Date 2026-09-09
[2026-09-10 23:14:03] Production.INFO: Reseller ==> 0
[2026-09-10 23:14:04] Production.INFO: Date 2026-09-10
[2026-09-10 23:14:04] Production.INFO: Reseller ==> 0
[2026-09-10 23:14:04] Production.INFO: Total Charge 0
[2026-09-10 23:14:04] Production.INFO: CreateAllLog End
[2026-09-10 23:14:04] Production.INFO: Account Balance End.
[2026-09-10 23:14:04] Production.ERROR: CronJobId end 12
[2026-09-10 23:14:04] Production.INFO: ==16656== Releasing lock...
[2026-09-10 23:14:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 23:14:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 23:14:04] Production.INFO: ==16652== Releasing lock...
[2026-09-10 23:14:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 23:14:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 23:14:11] Production.ERROR: CronJobId end10
[2026-09-10 23:14:11] Production.INFO: ==16654== Releasing lock...
[2026-09-10 23:14:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 23:14:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 23:14:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 23:14:13] Production.INFO: ============== Balance Warning START===========
[2026-09-10 23:14:13] Production.INFO: ============== Balance Warning END===========
[2026-09-10 23:14:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 23:14:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 23:14:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 23:14:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 23:14:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 23:14:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 23:14:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 23:14:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 23:14:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 23:14:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 23:14:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 23:14:14] Production.INFO: call_cost start
[2026-09-10 23:14:14] Production.INFO: call_cost end
[2026-09-10 23:14:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 23:14:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 23:14:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 23:14:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 23:14:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 23:14:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 23:14:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 23:14:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 23:14:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 23:14:14] Production.INFO: ==16650== Releasing lock...
[2026-09-10 23:14:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 23:14:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 04:15:01] Production.INFO: ==16725== Lock acquired, processing the job...
[2026-09-11 04:15:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 04:15:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 04:15:01] Production.INFO: neon service started
[2026-09-11 04:15:01] Production.INFO: neon service started
[2026-09-11 04:15:01] Production.INFO: ==16725== Releasing lock...
[2026-09-11 04:15:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 04:15:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 23:15:01] Production.INFO: ==16727== Lock acquired, processing the job...
[2026-09-10 23:15:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 23:15:02] Production.INFO: ==16727== Releasing lock...
[2026-09-10 23:15:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 23:15:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 03:15:02] Production.INFO: ==16729== Lock acquired, processing the job...
[2026-09-11 03:15:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 03:15:02] Production.INFO: ==16729== Releasing lock...
[2026-09-11 03:15:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 03:15:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 23:15:03] Production.INFO: ==16737== Lock acquired, processing the job...
[2026-09-10 23:15:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 23:15:03] Production.INFO: ==16731== Lock acquired, processing the job...
[2026-09-10 23:15:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-10 23:15:03] Production.INFO: ==16733== Lock acquired, processing the job...
[2026-09-10 23:15:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 23:15:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 23:15:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 23:15:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 23:15:03] Production.INFO: ==16741== Lock acquired, processing the job...
[2026-09-10 23:15:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-10 23:15:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 23:15:03] Production.INFO: ==16735== Lock acquired, processing the job...
[2026-09-10 23:15:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 23:15:03] Production.ERROR: ========================== active cronjob start =============================
[2026-09-10 23:15:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-10 23:15:03] Production.ERROR: CronJob PID - 16733
[2026-09-10 23:15:03] Production.ERROR: CronJob Title - System Alerts
[2026-09-10 23:15:03] Production.ERROR: CronJob ID - 5
[2026-09-10 23:15:03] Production.ERROR: CronJob Last Run Time 2026-09-10 23:15:00
[2026-09-10 23:15:03] Production.ERROR: CronJob Active Minutes 0
[2026-09-10 23:15:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-10 23:15:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-10 23:15:03] Production.ERROR: CronJob PID - 16737
[2026-09-10 23:15:03] Production.ERROR: CronJob Title - Create Customer Summary Live
[2026-09-10 23:15:03] Production.ERROR: CronJob ID - 10
[2026-09-10 23:15:03] Production.ERROR: CronJob Last Run Time 2026-09-10 23:15:00
[2026-09-10 23:15:03] Production.ERROR: CronJob Active Minutes 0
[2026-09-10 23:15:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-10 23:15:03] Production.INFO: ==16743== Lock acquired, processing the job...
[2026-09-10 23:15:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 23:15:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 23:15:03] Production.INFO: ==16739== Lock acquired, processing the job...
[2026-09-10 23:15:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 23:15:03] Production.ERROR: tblTempUsageDetail_20
[2026-09-10 23:15:03] Production.ERROR: ========================== active cronjob end =============================
[2026-09-10 23:15:03] Production.INFO: ==16731== Releasing lock...
[2026-09-10 23:15:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-10 23:15:03] Production.INFO: 25.5 MB #Memory Used#
[2026-09-10 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-09-10 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-09-10 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-09-10 23:15:03] Production.INFO: ==16743== Releasing lock...
[2026-09-10 23:15:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 23:15:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 23:15:03] Production.INFO: Account Balance Start.
[2026-09-10 23:15:03] Production.INFO: CreateAllLog Start
[2026-09-10 23:15:03] Production.INFO: 117
[2026-09-10 23:15:03] Production.INFO: Date 2026-09-08
[2026-09-10 23:15:03] Production.INFO: Reseller ==> 0
[2026-09-10 23:15:03] Production.ERROR: done
[2026-09-10 23:15:03] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-10 23:15:03] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17981161', 'tblTempUsageDetail_20reseller','2026-09-10','2026-09-10','1' ) start
[2026-09-10 23:15:03] Production.INFO: Date 2026-09-09
[2026-09-10 23:15:03] Production.INFO: Reseller ==> 0
[2026-09-10 23:15:03] Production.INFO: Date 2026-09-10
[2026-09-10 23:15:03] Production.INFO: Reseller ==> 0
[2026-09-10 23:15:03] Production.INFO: Total Charge 0
[2026-09-10 23:15:04] Production.INFO: CreateAllLog End
[2026-09-10 23:15:04] Production.INFO: Account Balance End.
[2026-09-10 23:15:04] Production.ERROR: CronJobId end 12
[2026-09-10 23:15:04] Production.INFO: ==16739== Releasing lock...
[2026-09-10 23:15:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 23:15:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 23:15:04] Production.INFO: ==16735== Releasing lock...
[2026-09-10 23:15:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 23:15:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 23:15:09] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17981161', 'tblTempUsageDetail_20reseller','2026-09-10','2026-09-10','1' ) end
[2026-09-10 23:15:09] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-10 23:15:09] Production.INFO: ProcessCDR(1,17981161,1,1,2)
[2026-09-10 23:15:09] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17981161,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-10 23:15:09] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17981161,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-10 23:15:09] Production.ERROR: pbx prc_insertCDR start
[2026-09-10 23:15:09] Production.ERROR: pbx prc_insertCDR end
[2026-09-10 23:15:10] Production.INFO: ==16741== Releasing lock...
[2026-09-10 23:15:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-10 23:15:10] Production.INFO: 26 MB #Memory Used#
[2026-09-10 23:15:14] Production.ERROR: CronJobId end10
[2026-09-10 23:15:14] Production.INFO: ==16737== Releasing lock...
[2026-09-10 23:15:14] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 23:15:14] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 23:15:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 23:15:16] Production.INFO: ============== Balance Warning START===========
[2026-09-10 23:15:16] Production.INFO: ============== Balance Warning END===========
[2026-09-10 23:15:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 23:15:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 23:15:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 23:15:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 23:15:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 23:15:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 23:15:16] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 23:15:16] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 23:15:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 23:15:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 23:15:16] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 23:15:16] Production.INFO: call_cost start
[2026-09-10 23:15:16] Production.INFO: call_cost end
[2026-09-10 23:15:16] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 23:15:16] Production.INFO: ============== Report Schedule START===========
[2026-09-10 23:15:16] Production.INFO: ============== Report Schedule END===========
[2026-09-10 23:15:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 23:15:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 23:15:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 23:15:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 23:15:16] Production.INFO: ============== Deal alert START===========
[2026-09-10 23:15:16] Production.INFO: ============== Deal alert END===========
[2026-09-10 23:15:16] Production.INFO: ==16733== Releasing lock...
[2026-09-10 23:15:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 23:15:16] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 04:16:01] Production.INFO: ==16817== Lock acquired, processing the job...
[2026-09-11 04:16:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 04:16:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 04:16:01] Production.INFO: neon service started
[2026-09-11 04:16:01] Production.INFO: neon service started
[2026-09-11 04:16:01] Production.INFO: ==16817== Releasing lock...
[2026-09-11 04:16:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 04:16:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 23:16:02] Production.INFO: ==16820== Lock acquired, processing the job...
[2026-09-10 23:16:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 23:16:02] Production.INFO: ==16820== Releasing lock...
[2026-09-10 23:16:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 23:16:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 03:16:02] Production.INFO: ==16822== Lock acquired, processing the job...
[2026-09-11 03:16:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 03:16:02] Production.INFO: ==16822== Releasing lock...
[2026-09-11 03:16:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 03:16:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 23:16:03] Production.INFO: ==16825== Lock acquired, processing the job...
[2026-09-10 23:16:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 23:16:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 23:16:03] Production.INFO: ==16829== Lock acquired, processing the job...
[2026-09-10 23:16:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 23:16:03] Production.INFO: ==16827== Lock acquired, processing the job...
[2026-09-10 23:16:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 23:16:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 23:16:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 23:16:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 23:16:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 23:16:03] Production.INFO: ==16831== Lock acquired, processing the job...
[2026-09-10 23:16:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 23:16:03] Production.INFO: ==16833== Lock acquired, processing the job...
[2026-09-10 23:16:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 23:16:03] Production.INFO: Account Balance Start.
[2026-09-10 23:16:03] Production.INFO: CreateAllLog Start
[2026-09-10 23:16:03] Production.INFO: 117
[2026-09-10 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-09-10 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-09-10 23:16:03] Production.INFO: Date 2026-09-08
[2026-09-10 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-09-10 23:16:03] Production.INFO: ==16833== Releasing lock...
[2026-09-10 23:16:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 23:16:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 23:16:03] Production.INFO: Reseller ==> 0
[2026-09-10 23:16:03] Production.INFO: Date 2026-09-09
[2026-09-10 23:16:03] Production.INFO: Reseller ==> 0
[2026-09-10 23:16:03] Production.INFO: Date 2026-09-10
[2026-09-10 23:16:03] Production.INFO: Reseller ==> 0
[2026-09-10 23:16:03] Production.INFO: Total Charge 0
[2026-09-10 23:16:04] Production.INFO: CreateAllLog End
[2026-09-10 23:16:04] Production.INFO: ==16827== Releasing lock...
[2026-09-10 23:16:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 23:16:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 23:16:04] Production.INFO: Account Balance End.
[2026-09-10 23:16:04] Production.ERROR: CronJobId end 12
[2026-09-10 23:16:04] Production.INFO: ==16831== Releasing lock...
[2026-09-10 23:16:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 23:16:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 23:16:12] Production.ERROR: CronJobId end10
[2026-09-10 23:16:12] Production.INFO: ==16829== Releasing lock...
[2026-09-10 23:16:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 23:16:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 23:16:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 23:16:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 23:16:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 23:16:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 23:16:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 23:16:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 23:16:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 23:16:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 23:16:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 23:16:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 23:16:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 23:16:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 23:16:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 23:16:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 23:16:15] Production.INFO: call_cost start
[2026-09-10 23:16:15] Production.INFO: call_cost end
[2026-09-10 23:16:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 23:16:15] Production.INFO: ============== Report Schedule START===========
[2026-09-10 23:16:15] Production.INFO: ============== Report Schedule END===========
[2026-09-10 23:16:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 23:16:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 23:16:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 23:16:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 23:16:15] Production.INFO: ============== Deal alert START===========
[2026-09-10 23:16:15] Production.INFO: ============== Deal alert END===========
[2026-09-10 23:16:15] Production.INFO: ==16825== Releasing lock...
[2026-09-10 23:16:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 23:16:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 04:17:01] Production.INFO: ==16916== Lock acquired, processing the job...
[2026-09-11 04:17:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 04:17:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 04:17:01] Production.INFO: neon service started
[2026-09-11 04:17:01] Production.INFO: neon service started
[2026-09-11 04:17:01] Production.INFO: ==16916== Releasing lock...
[2026-09-11 04:17:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 04:17:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 23:17:01] Production.INFO: ==16918== Lock acquired, processing the job...
[2026-09-10 23:17:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 23:17:01] Production.INFO: ==16918== Releasing lock...
[2026-09-10 23:17:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 23:17:01] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 03:17:02] Production.INFO: ==16920== Lock acquired, processing the job...
[2026-09-11 03:17:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 03:17:02] Production.INFO: ==16920== Releasing lock...
[2026-09-11 03:17:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 03:17:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 23:17:02] Production.INFO: ==16922== Lock acquired, processing the job...
[2026-09-10 23:17:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 23:17:02] Production.INFO: ==16924== Lock acquired, processing the job...
[2026-09-10 23:17:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 23:17:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 23:17:02] Production.INFO: ==16928== Lock acquired, processing the job...
[2026-09-10 23:17:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 23:17:02] Production.INFO: ==16926== Lock acquired, processing the job...
[2026-09-10 23:17:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 23:17:02] Production.INFO: Account Balance Start.
[2026-09-10 23:17:02] Production.INFO: CreateAllLog Start
[2026-09-10 23:17:02] Production.INFO: 117
[2026-09-10 23:17:02] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 23:17:02] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 23:17:02] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 23:17:02] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 23:17:02] Production.INFO: Date 2026-09-08
[2026-09-10 23:17:02] Production.INFO: ==16930== Lock acquired, processing the job...
[2026-09-10 23:17:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 23:17:02] Production.INFO: Reseller ==> 0
[2026-09-10 23:17:03] Production.INFO: Date 2026-09-09
[2026-09-10 23:17:03] Production.INFO: Reseller ==> 0
[2026-09-10 23:17:03] Production.INFO: Date 2026-09-10
[2026-09-10 23:17:03] Production.INFO: Reseller ==> 0
[2026-09-10 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-09-10 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-09-10 23:17:03] Production.INFO: Total Charge 0
[2026-09-10 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-09-10 23:17:03] Production.INFO: CreateAllLog End
[2026-09-10 23:17:03] Production.INFO: ==16930== Releasing lock...
[2026-09-10 23:17:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 23:17:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 23:17:03] Production.INFO: Account Balance End.
[2026-09-10 23:17:03] Production.ERROR: CronJobId end 12
[2026-09-10 23:17:03] Production.INFO: ==16928== Releasing lock...
[2026-09-10 23:17:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 23:17:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 23:17:03] Production.INFO: ==16924== Releasing lock...
[2026-09-10 23:17:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 23:17:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 23:17:11] Production.ERROR: CronJobId end10
[2026-09-10 23:17:11] Production.INFO: ==16926== Releasing lock...
[2026-09-10 23:17:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 23:17:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 23:17:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 23:17:13] Production.INFO: ============== Balance Warning START===========
[2026-09-10 23:17:13] Production.INFO: ============== Balance Warning END===========
[2026-09-10 23:17:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 23:17:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 23:17:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 23:17:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 23:17:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 23:17:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 23:17:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 23:17:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 23:17:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 23:17:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 23:17:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 23:17:13] Production.INFO: call_cost start
[2026-09-10 23:17:13] Production.INFO: call_cost end
[2026-09-10 23:17:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 23:17:13] Production.INFO: ============== Report Schedule START===========
[2026-09-10 23:17:13] Production.INFO: ============== Report Schedule END===========
[2026-09-10 23:17:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 23:17:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 23:17:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 23:17:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 23:17:13] Production.INFO: ============== Deal alert START===========
[2026-09-10 23:17:13] Production.INFO: ============== Deal alert END===========
[2026-09-10 23:17:13] Production.INFO: ==16922== Releasing lock...
[2026-09-10 23:17:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 23:17:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 04:18:01] Production.INFO: ==16997== Lock acquired, processing the job...
[2026-09-11 04:18:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 04:18:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 04:18:01] Production.INFO: neon service started
[2026-09-11 04:18:01] Production.INFO: neon service started
[2026-09-11 04:18:01] Production.INFO: ==16997== Releasing lock...
[2026-09-11 04:18:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 04:18:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 23:18:02] Production.INFO: ==17000== Lock acquired, processing the job...
[2026-09-10 23:18:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 23:18:02] Production.INFO: ==17000== Releasing lock...
[2026-09-10 23:18:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 23:18:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 03:18:02] Production.INFO: ==17002== Lock acquired, processing the job...
[2026-09-11 03:18:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 03:18:02] Production.INFO: ==17002== Releasing lock...
[2026-09-11 03:18:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 03:18:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 23:18:03] Production.INFO: ==17010== Lock acquired, processing the job...
[2026-09-10 23:18:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 23:18:03] Production.INFO: Account Balance Start.
[2026-09-10 23:18:03] Production.INFO: CreateAllLog Start
[2026-09-10 23:18:03] Production.INFO: 117
[2026-09-10 23:18:03] Production.INFO: Date 2026-09-08
[2026-09-10 23:18:03] Production.INFO: Reseller ==> 0
[2026-09-10 23:18:03] Production.INFO: Date 2026-09-09
[2026-09-10 23:18:03] Production.INFO: Reseller ==> 0
[2026-09-10 23:18:03] Production.INFO: ==17004== Lock acquired, processing the job...
[2026-09-10 23:18:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 23:18:03] Production.INFO: ==17008== Lock acquired, processing the job...
[2026-09-10 23:18:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 23:18:03] Production.INFO: Date 2026-09-10
[2026-09-10 23:18:03] Production.INFO: Reseller ==> 0
[2026-09-10 23:18:03] Production.INFO: ==17006== Lock acquired, processing the job...
[2026-09-10 23:18:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 23:18:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 23:18:03] Production.INFO: Total Charge 0
[2026-09-10 23:18:03] Production.INFO: CreateAllLog End
[2026-09-10 23:18:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 23:18:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 23:18:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 23:18:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 23:18:03] Production.INFO: ==17012== Lock acquired, processing the job...
[2026-09-10 23:18:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 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-09-10 23:18:03] Production.INFO: Account Balance End.
[2026-09-10 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-09-10 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-09-10 23:18:03] Production.INFO: ==17012== Releasing lock...
[2026-09-10 23:18:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 23:18:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 23:18:03] Production.ERROR: CronJobId end 12
[2026-09-10 23:18:03] Production.INFO: ==17010== Releasing lock...
[2026-09-10 23:18:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 23:18:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 23:18:04] Production.INFO: ==17006== Releasing lock...
[2026-09-10 23:18:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 23:18:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 23:18:10] Production.ERROR: CronJobId end10
[2026-09-10 23:18:10] Production.INFO: ==17008== Releasing lock...
[2026-09-10 23:18:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 23:18:10] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 23:18:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 23:18:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 23:18:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 23:18:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 23:18:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 23:18:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 23:18:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 23:18:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 23:18:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 23:18:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 23:18:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 23:18:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 23:18:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 23:18:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 23:18:14] Production.INFO: call_cost start
[2026-09-10 23:18:14] Production.INFO: call_cost end
[2026-09-10 23:18:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 23:18:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 23:18:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 23:18:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 23:18:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 23:18:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 23:18:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 23:18:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 23:18:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 23:18:14] Production.INFO: ==17004== Releasing lock...
[2026-09-10 23:18:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 23:18:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 04:19:02] Production.INFO: ==17085== Lock acquired, processing the job...
[2026-09-11 04:19:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 04:19:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 04:19:02] Production.INFO: neon service started
[2026-09-11 04:19:02] Production.INFO: neon service started
[2026-09-11 04:19:02] Production.INFO: ==17085== Releasing lock...
[2026-09-11 04:19:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 04:19:02] Production.INFO: 25.5 MB #Memory Used#
[2026-09-11 03:19:02] Production.INFO: ==17089== Lock acquired, processing the job...
[2026-09-11 03:19:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 03:19:02] Production.INFO: ==17089== Releasing lock...
[2026-09-11 03:19:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 03:19:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 23:19:02] Production.INFO: ==17087== Lock acquired, processing the job...
[2026-09-10 23:19:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 23:19:02] Production.INFO: ==17087== Releasing lock...
[2026-09-10 23:19:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 23:19:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 23:19:03] Production.INFO: ==17092== Lock acquired, processing the job...
[2026-09-10 23:19:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 23:19:03] Production.INFO: ==17096== Lock acquired, processing the job...
[2026-09-10 23:19:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 23:19:03] Production.INFO: ==17100== Lock acquired, processing the job...
[2026-09-10 23:19:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 23:19:03] Production.INFO: ==17094== Lock acquired, processing the job...
[2026-09-10 23:19:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 23:19:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 23:19:03] Production.INFO: ==17098== Lock acquired, processing the job...
[2026-09-10 23:19:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 23:19:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 23:19:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 23:19:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 23:19:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 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-09-10 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-09-10 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-09-10 23:19:03] Production.INFO: ==17100== Releasing lock...
[2026-09-10 23:19:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 23:19:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 23:19:04] Production.INFO: Account Balance Start.
[2026-09-10 23:19:04] Production.INFO: CreateAllLog Start
[2026-09-10 23:19:04] Production.INFO: 117
[2026-09-10 23:19:04] Production.INFO: Date 2026-09-08
[2026-09-10 23:19:04] Production.INFO: Reseller ==> 0
[2026-09-10 23:19:04] Production.INFO: Date 2026-09-09
[2026-09-10 23:19:04] Production.INFO: Reseller ==> 0
[2026-09-10 23:19:04] Production.INFO: Date 2026-09-10
[2026-09-10 23:19:04] Production.INFO: Reseller ==> 0
[2026-09-10 23:19:04] Production.INFO: Total Charge 0
[2026-09-10 23:19:04] Production.INFO: CreateAllLog End
[2026-09-10 23:19:04] Production.INFO: Account Balance End.
[2026-09-10 23:19:04] Production.ERROR: CronJobId end 12
[2026-09-10 23:19:04] Production.INFO: ==17098== Releasing lock...
[2026-09-10 23:19:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 23:19:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 23:19:04] Production.INFO: ==17094== Releasing lock...
[2026-09-10 23:19:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 23:19:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 23:19:11] Production.ERROR: CronJobId end10
[2026-09-10 23:19:11] Production.INFO: ==17096== Releasing lock...
[2026-09-10 23:19:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 23:19:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 23:19:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 23:19:15] Production.INFO: ============== Balance Warning START===========
[2026-09-10 23:19:15] Production.INFO: ============== Balance Warning END===========
[2026-09-10 23:19:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 23:19:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 23:19:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 23:19:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 23:19:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 23:19:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 23:19:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 23:19:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 23:19:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 23:19:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 23:19:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 23:19:15] Production.INFO: call_cost start
[2026-09-10 23:19:15] Production.INFO: call_cost end
[2026-09-10 23:19:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 23:19:15] Production.INFO: ============== Report Schedule START===========
[2026-09-10 23:19:15] Production.INFO: ============== Report Schedule END===========
[2026-09-10 23:19:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 23:19:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 23:19:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 23:19:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 23:19:15] Production.INFO: ============== Deal alert START===========
[2026-09-10 23:19:15] Production.INFO: ============== Deal alert END===========
[2026-09-10 23:19:15] Production.INFO: ==17092== Releasing lock...
[2026-09-10 23:19:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 23:19:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 04:20:01] Production.INFO: ==17160== Lock acquired, processing the job...
[2026-09-11 04:20:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 04:20:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 04:20:01] Production.INFO: neon service started
[2026-09-11 04:20:01] Production.INFO: neon service started
[2026-09-11 04:20:01] Production.INFO: ==17160== Releasing lock...
[2026-09-11 04:20:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 04:20:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 23:20:01] Production.INFO: ==17162== Lock acquired, processing the job...
[2026-09-10 23:20:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 23:20:02] Production.INFO: ==17162== Releasing lock...
[2026-09-10 23:20:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 23:20:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 03:20:02] Production.INFO: ==17164== Lock acquired, processing the job...
[2026-09-11 03:20:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 03:20:02] Production.INFO: ==17164== Releasing lock...
[2026-09-11 03:20:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 03:20:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 23:20:03] Production.INFO: ==17175== Lock acquired, processing the job...
[2026-09-10 23:20:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 23:20:03] Production.INFO: ==17167== Lock acquired, processing the job...
[2026-09-10 23:20:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 23:20:03] Production.INFO: ==17169== Lock acquired, processing the job...
[2026-09-10 23:20:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 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-09-10 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-09-10 23:20:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 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-09-10 23:20:03] Production.INFO: ==17175== Releasing lock...
[2026-09-10 23:20:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 23:20:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 23:20:03] Production.INFO: ==17171== Lock acquired, processing the job...
[2026-09-10 23:20:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 23:20:03] Production.INFO: ==17173== Lock acquired, processing the job...
[2026-09-10 23:20:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 23:20:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 23:20:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 23:20:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 23:20:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 23:20:03] Production.INFO: Account Balance Start.
[2026-09-10 23:20:03] Production.INFO: CreateAllLog Start
[2026-09-10 23:20:03] Production.INFO: 117
[2026-09-10 23:20:03] Production.INFO: Date 2026-09-08
[2026-09-10 23:20:03] Production.INFO: Reseller ==> 0
[2026-09-10 23:20:03] Production.INFO: Date 2026-09-09
[2026-09-10 23:20:03] Production.INFO: Reseller ==> 0
[2026-09-10 23:20:03] Production.INFO: Date 2026-09-10
[2026-09-10 23:20:03] Production.INFO: Reseller ==> 0
[2026-09-10 23:20:03] Production.INFO: Total Charge 0
[2026-09-10 23:20:03] Production.INFO: CreateAllLog End
[2026-09-10 23:20:03] Production.INFO: Account Balance End.
[2026-09-10 23:20:03] Production.ERROR: CronJobId end 12
[2026-09-10 23:20:03] Production.INFO: ==17173== Releasing lock...
[2026-09-10 23:20:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 23:20:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 23:20:04] Production.INFO: ==17169== Releasing lock...
[2026-09-10 23:20:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 23:20:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 23:20:11] Production.ERROR: CronJobId end10
[2026-09-10 23:20:11] Production.INFO: ==17171== Releasing lock...
[2026-09-10 23:20:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 23:20:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 23:20:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 23:20:13] Production.INFO: ============== Balance Warning START===========
[2026-09-10 23:20:13] Production.INFO: ============== Balance Warning END===========
[2026-09-10 23:20:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 23:20:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 23:20:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 23:20:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 23:20:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 23:20:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 23:20:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 23:20:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 23:20:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 23:20:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 23:20:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 23:20:14] Production.INFO: call_cost start
[2026-09-10 23:20:14] Production.INFO: call_cost end
[2026-09-10 23:20:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 23:20:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 23:20:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 23:20:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 23:20:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 23:20:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 23:20:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 23:20:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 23:20:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 23:20:14] Production.INFO: ==17167== Releasing lock...
[2026-09-10 23:20:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 23:20:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 04:21:02] Production.INFO: ==17247== Lock acquired, processing the job...
[2026-09-11 04:21:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 04:21:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 04:21:02] Production.INFO: neon service started
[2026-09-11 04:21:02] Production.INFO: neon service started
[2026-09-11 04:21:02] Production.INFO: ==17247== Releasing lock...
[2026-09-11 04:21:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 04:21:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 03:21:02] Production.INFO: ==17252== Lock acquired, processing the job...
[2026-09-11 03:21:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 03:21:02] Production.INFO: ==17252== Releasing lock...
[2026-09-11 03:21:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 03:21:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 23:21:02] Production.INFO: ==17249== Lock acquired, processing the job...
[2026-09-10 23:21:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 23:21:02] Production.INFO: ==17249== Releasing lock...
[2026-09-10 23:21:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 23:21:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 23:21:03] Production.INFO: ==17254== Lock acquired, processing the job...
[2026-09-10 23:21:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 23:21:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 23:21:03] Production.INFO: ==17258== Lock acquired, processing the job...
[2026-09-10 23:21:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 23:21:03] Production.INFO: ==17256== Lock acquired, processing the job...
[2026-09-10 23:21:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 23:21:03] Production.INFO: ==17262== Lock acquired, processing the job...
[2026-09-10 23:21:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 23:21:03] Production.INFO: ==17260== Lock acquired, processing the job...
[2026-09-10 23:21:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 23:21:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 23:21:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 23:21:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 23:21:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 23:21:03] Production.INFO: Account Balance Start.
[2026-09-10 23:21:03] Production.INFO: CreateAllLog Start
[2026-09-10 23:21:03] Production.INFO: 117
[2026-09-10 23:21:03] Production.INFO: Date 2026-09-08
[2026-09-10 23:21:03] Production.INFO: Reseller ==> 0
[2026-09-10 23: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-09-10 23: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-09-10 23: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-09-10 23:21:03] Production.INFO: ==17262== Releasing lock...
[2026-09-10 23:21:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 23:21:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 23:21:04] Production.INFO: Date 2026-09-09
[2026-09-10 23:21:04] Production.INFO: Reseller ==> 0
[2026-09-10 23:21:04] Production.INFO: Date 2026-09-10
[2026-09-10 23:21:04] Production.INFO: Reseller ==> 0
[2026-09-10 23:21:04] Production.INFO: Total Charge 0
[2026-09-10 23:21:04] Production.INFO: CreateAllLog End
[2026-09-10 23:21:04] Production.INFO: Account Balance End.
[2026-09-10 23:21:04] Production.ERROR: CronJobId end 12
[2026-09-10 23:21:04] Production.INFO: ==17260== Releasing lock...
[2026-09-10 23:21:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 23:21:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 23:21:04] Production.INFO: ==17256== Releasing lock...
[2026-09-10 23:21:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 23:21:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 23:21:11] Production.ERROR: CronJobId end10
[2026-09-10 23:21:11] Production.INFO: ==17258== Releasing lock...
[2026-09-10 23:21:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 23:21:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 23:21:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 23:21:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 23:21:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 23:21:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 23:21:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 23:21:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 23:21:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 23:21:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 23:21:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 23:21:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 23:21:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 23:21:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 23:21:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 23:21:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 23:21:14] Production.INFO: call_cost start
[2026-09-10 23:21:14] Production.INFO: call_cost end
[2026-09-10 23:21:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 23:21:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 23:21:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 23:21:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 23:21:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 23:21:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 23:21:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 23:21:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 23:21:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 23:21:14] Production.INFO: ==17254== Releasing lock...
[2026-09-10 23:21:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 23:21:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 04:22:01] Production.INFO: ==17327== Lock acquired, processing the job...
[2026-09-11 04:22:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 04:22:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 04:22:01] Production.INFO: neon service started
[2026-09-11 04:22:01] Production.INFO: neon service started
[2026-09-11 04:22:01] Production.INFO: ==17327== Releasing lock...
[2026-09-11 04:22:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 04:22:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 23:22:01] Production.INFO: ==17329== Lock acquired, processing the job...
[2026-09-10 23:22:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 23:22:02] Production.INFO: ==17329== Releasing lock...
[2026-09-10 23:22:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 23:22:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 03:22:02] Production.INFO: ==17331== Lock acquired, processing the job...
[2026-09-11 03:22:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 03:22:02] Production.INFO: ==17331== Releasing lock...
[2026-09-11 03:22:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 03:22:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 23:22:02] Production.INFO: ==17334== Lock acquired, processing the job...
[2026-09-10 23:22:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 23:22:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 23:22:02] Production.INFO: ==17336== Lock acquired, processing the job...
[2026-09-10 23:22:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 23:22:02] Production.INFO: ==17340== Lock acquired, processing the job...
[2026-09-10 23:22:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 23:22:03] Production.INFO: ==17338== Lock acquired, processing the job...
[2026-09-10 23:22:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 23:22:03] Production.INFO: Account Balance Start.
[2026-09-10 23:22:03] Production.INFO: CreateAllLog Start
[2026-09-10 23:22:03] Production.INFO: 117
[2026-09-10 23:22:03] Production.INFO: Date 2026-09-08
[2026-09-10 23:22:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 23:22:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 23:22:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 23:22:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 23:22:03] Production.INFO: Reseller ==> 0
[2026-09-10 23:22:03] Production.INFO: ==17342== Lock acquired, processing the job...
[2026-09-10 23:22:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 23:22:03] Production.INFO: Date 2026-09-09
[2026-09-10 23:22:03] Production.INFO: Reseller ==> 0
[2026-09-10 23:22:03] Production.INFO: Date 2026-09-10
[2026-09-10 23:22:03] Production.INFO: Reseller ==> 0
[2026-09-10 23:22:03] Production.INFO: Total Charge 0
[2026-09-10 23:22:03] Production.INFO: CreateAllLog End
[2026-09-10 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-09-10 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-09-10 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-09-10 23:22:03] Production.INFO: ==17342== Releasing lock...
[2026-09-10 23:22:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 23:22:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 23:22:03] Production.INFO: Account Balance End.
[2026-09-10 23:22:03] Production.ERROR: CronJobId end 12
[2026-09-10 23:22:03] Production.INFO: ==17340== Releasing lock...
[2026-09-10 23:22:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 23:22:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 23:22:03] Production.INFO: ==17336== Releasing lock...
[2026-09-10 23:22:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 23:22:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 23:22:12] Production.ERROR: CronJobId end10
[2026-09-10 23:22:12] Production.INFO: ==17338== Releasing lock...
[2026-09-10 23:22:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 23:22:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 23:22:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 23:22:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 23:22:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 23:22:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 23:22:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 23:22:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 23:22:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 23:22:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 23:22:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 23:22:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 23:22:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 23:22:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 23:22:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 23:22:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 23:22:14] Production.INFO: call_cost start
[2026-09-10 23:22:14] Production.INFO: call_cost end
[2026-09-10 23:22:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 23:22:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 23:22:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 23:22:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 23:22:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 23:22:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 23:22:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 23:22:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 23:22:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 23:22:14] Production.INFO: ==17334== Releasing lock...
[2026-09-10 23:22:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 23:22:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 04:23:01] Production.INFO: ==17399== Lock acquired, processing the job...
[2026-09-11 04:23:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 04:23:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 04:23:01] Production.INFO: neon service started
[2026-09-11 04:23:01] Production.INFO: neon service started
[2026-09-11 04:23:01] Production.INFO: ==17399== Releasing lock...
[2026-09-11 04:23:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 04:23:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 23:23:02] Production.INFO: ==17401== Lock acquired, processing the job...
[2026-09-10 23:23:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 03:23:02] Production.INFO: ==17403== Lock acquired, processing the job...
[2026-09-11 03:23:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 03:23:02] Production.INFO: ==17403== Releasing lock...
[2026-09-11 03:23:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 03:23:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 23:23:02] Production.INFO: ==17401== Releasing lock...
[2026-09-10 23:23:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 23:23:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 23:23:03] Production.INFO: ==17406== Lock acquired, processing the job...
[2026-09-10 23:23:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 23:23:03] Production.INFO: ==17408== Lock acquired, processing the job...
[2026-09-10 23:23:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 23:23:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 23:23:03] Production.INFO: ==17414== Lock acquired, processing the job...
[2026-09-10 23:23:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 23:23:03] Production.INFO: ==17410== Lock acquired, processing the job...
[2026-09-10 23:23:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 23:23:03] Production.INFO: ==17412== Lock acquired, processing the job...
[2026-09-10 23:23:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 23:23:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 23:23:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 23:23:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 23:23:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 23: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-09-10 23: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-09-10 23:23:03] Production.INFO: Account Balance Start.
[2026-09-10 23:23:03] Production.INFO: CreateAllLog Start
[2026-09-10 23:23:03] Production.INFO: 117
[2026-09-10 23: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-09-10 23:23:03] Production.INFO: ==17414== Releasing lock...
[2026-09-10 23:23:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 23:23:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 23:23:03] Production.INFO: Date 2026-09-08
[2026-09-10 23:23:03] Production.INFO: Reseller ==> 0
[2026-09-10 23:23:03] Production.INFO: Date 2026-09-09
[2026-09-10 23:23:03] Production.INFO: Reseller ==> 0
[2026-09-10 23:23:03] Production.INFO: Date 2026-09-10
[2026-09-10 23:23:03] Production.INFO: Reseller ==> 0
[2026-09-10 23:23:04] Production.INFO: Total Charge 0
[2026-09-10 23:23:04] Production.INFO: CreateAllLog End
[2026-09-10 23:23:04] Production.INFO: Account Balance End.
[2026-09-10 23:23:04] Production.ERROR: CronJobId end 12
[2026-09-10 23:23:04] Production.INFO: ==17412== Releasing lock...
[2026-09-10 23:23:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 23:23:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 23:23:04] Production.INFO: ==17408== Releasing lock...
[2026-09-10 23:23:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 23:23:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 23:23:12] Production.ERROR: CronJobId end10
[2026-09-10 23:23:12] Production.INFO: ==17410== Releasing lock...
[2026-09-10 23:23:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 23:23:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 23:23:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 23:23:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 23:23:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 23:23:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 23:23:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 23:23:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 23:23:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 23:23:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 23:23:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 23:23:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 23:23:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 23:23:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 23:23:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 23:23:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 23:23:14] Production.INFO: call_cost start
[2026-09-10 23:23:14] Production.INFO: call_cost end
[2026-09-10 23:23:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 23:23:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 23:23:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 23:23:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 23:23:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 23:23:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 23:23:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 23:23:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 23:23:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 23:23:14] Production.INFO: ==17406== Releasing lock...
[2026-09-10 23:23:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 23:23:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 04:24:02] Production.INFO: ==17489== Lock acquired, processing the job...
[2026-09-11 04:24:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 04:24:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 04:24:02] Production.INFO: neon service started
[2026-09-11 04:24:02] Production.INFO: neon service started
[2026-09-11 04:24:02] Production.INFO: ==17489== Releasing lock...
[2026-09-11 04:24:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 04:24:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 23:24:02] Production.INFO: ==17491== Lock acquired, processing the job...
[2026-09-10 23:24:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 03:24:02] Production.INFO: ==17493== Lock acquired, processing the job...
[2026-09-11 03:24:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 03:24:02] Production.INFO: ==17493== Releasing lock...
[2026-09-11 03:24:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 03:24:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 23:24:03] Production.INFO: ==17491== Releasing lock...
[2026-09-10 23:24:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 23:24:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 23:24:03] Production.INFO: ==17497== Lock acquired, processing the job...
[2026-09-10 23:24:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 23:24:03] Production.INFO: ==17500== Lock acquired, processing the job...
[2026-09-10 23:24:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 23:24:03] Production.INFO: ==17495== Lock acquired, processing the job...
[2026-09-10 23:24:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 23:24:04] Production.INFO: ==17504== Lock acquired, processing the job...
[2026-09-10 23:24:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 23:24:04] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 23:24:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 23:24:04] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 23:24:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 23:24:04] Production.INFO: ==17502== Lock acquired, processing the job...
[2026-09-10 23:24:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 23:24:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 23: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-09-10 23: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-09-10 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-09-10 23:24:04] Production.INFO: ==17504== Releasing lock...
[2026-09-10 23:24:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 23:24:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 23:24:04] Production.INFO: Account Balance Start.
[2026-09-10 23:24:04] Production.INFO: CreateAllLog Start
[2026-09-10 23:24:04] Production.INFO: 117
[2026-09-10 23:24:04] Production.INFO: Date 2026-09-08
[2026-09-10 23:24:04] Production.INFO: Reseller ==> 0
[2026-09-10 23:24:04] Production.INFO: Date 2026-09-09
[2026-09-10 23:24:04] Production.INFO: Reseller ==> 0
[2026-09-10 23:24:04] Production.INFO: Date 2026-09-10
[2026-09-10 23:24:04] Production.INFO: Reseller ==> 0
[2026-09-10 23:24:04] Production.INFO: Total Charge 0
[2026-09-10 23:24:04] Production.INFO: CreateAllLog End
[2026-09-10 23:24:04] Production.INFO: Account Balance End.
[2026-09-10 23:24:04] Production.INFO: ==17497== Releasing lock...
[2026-09-10 23:24:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 23:24:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 23:24:04] Production.ERROR: CronJobId end 12
[2026-09-10 23:24:04] Production.INFO: ==17502== Releasing lock...
[2026-09-10 23:24:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 23:24:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 23:24:11] Production.ERROR: CronJobId end10
[2026-09-10 23:24:11] Production.INFO: ==17500== Releasing lock...
[2026-09-10 23:24:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 23:24:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 23:24:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 23:24:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 23:24:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 23:24:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 23:24:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 23:24:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 23:24:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 23:24:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 23:24:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 23:24:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 23:24:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 23:24:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 23:24:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 23:24:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 23:24:15] Production.INFO: call_cost start
[2026-09-10 23:24:15] Production.INFO: call_cost end
[2026-09-10 23:24:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 23:24:15] Production.INFO: ============== Report Schedule START===========
[2026-09-10 23:24:15] Production.INFO: ============== Report Schedule END===========
[2026-09-10 23:24:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 23:24:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 23:24:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 23:24:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 23:24:15] Production.INFO: ============== Deal alert START===========
[2026-09-10 23:24:15] Production.INFO: ============== Deal alert END===========
[2026-09-10 23:24:15] Production.INFO: ==17495== Releasing lock...
[2026-09-10 23:24:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 23:24:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 04:25:01] Production.INFO: ==17573== Lock acquired, processing the job...
[2026-09-11 04:25:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 04:25:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 04:25:01] Production.INFO: neon service started
[2026-09-11 04:25:01] Production.INFO: neon service started
[2026-09-11 04:25:01] Production.INFO: ==17573== Releasing lock...
[2026-09-11 04:25:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 04:25:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 03:25:02] Production.INFO: ==17577== Lock acquired, processing the job...
[2026-09-11 03:25:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 03:25:02] Production.INFO: ==17577== Releasing lock...
[2026-09-11 03:25:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 03:25:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 23:25:02] Production.INFO: ==17575== Lock acquired, processing the job...
[2026-09-10 23:25:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 23:25:02] Production.INFO: ==17575== Releasing lock...
[2026-09-10 23:25:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 23:25:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 23:25:03] Production.INFO: ==17580== Lock acquired, processing the job...
[2026-09-10 23:25:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-10 23:25:03] Production.ERROR: ========================== active cronjob start =============================
[2026-09-10 23:25:03] Production.INFO: ==17584== Lock acquired, processing the job...
[2026-09-10 23:25:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 23:25:03] Production.INFO: ==17582== Lock acquired, processing the job...
[2026-09-10 23:25:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 23:25:03] Production.ERROR: ========================== active cronjob end =============================
[2026-09-10 23:25:03] Production.INFO: ==17580== Releasing lock...
[2026-09-10 23:25:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-10 23:25:03] Production.INFO: 25.5 MB #Memory Used#
[2026-09-10 23:25:03] Production.INFO: ==17586== Lock acquired, processing the job...
[2026-09-10 23:25:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 23:25:03] Production.INFO: ==17588== Lock acquired, processing the job...
[2026-09-10 23:25:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 23:25:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 23:25:03] Production.INFO: ==17592== Lock acquired, processing the job...
[2026-09-10 23:25:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 23:25:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 23:25:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 23:25:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 23:25:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 23:25:03] Production.INFO: ==17590== Lock acquired, processing the job...
[2026-09-10 23:25:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-10 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-09-10 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-09-10 23:25:03] Production.ERROR: tblTempUsageDetail_20
[2026-09-10 23:25:03] Production.INFO: Account Balance Start.
[2026-09-10 23:25:03] Production.INFO: CreateAllLog Start
[2026-09-10 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-09-10 23:25:03] Production.INFO: 117
[2026-09-10 23:25:03] Production.INFO: ==17592== Releasing lock...
[2026-09-10 23:25:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 23:25:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 23:25:03] Production.INFO: Date 2026-09-08
[2026-09-10 23:25:03] Production.INFO: Reseller ==> 0
[2026-09-10 23:25:04] Production.INFO: Date 2026-09-09
[2026-09-10 23:25:04] Production.INFO: Reseller ==> 0
[2026-09-10 23:25:04] Production.INFO: Date 2026-09-10
[2026-09-10 23:25:04] Production.INFO: Reseller ==> 0
[2026-09-10 23:25:04] Production.INFO: Total Charge 0
[2026-09-10 23:25:04] Production.INFO: CreateAllLog End
[2026-09-10 23:25:04] Production.ERROR: done
[2026-09-10 23:25:04] Production.INFO: ==17584== Releasing lock...
[2026-09-10 23:25:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 23:25:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 23:25:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-10 23:25:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17981202', 'tblTempUsageDetail_20reseller','2026-09-10','2026-09-10','1' ) start
[2026-09-10 23:25:04] Production.INFO: Account Balance End.
[2026-09-10 23:25:04] Production.ERROR: CronJobId end 12
[2026-09-10 23:25:04] Production.INFO: ==17588== Releasing lock...
[2026-09-10 23:25:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 23:25:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 23:25:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17981202', 'tblTempUsageDetail_20reseller','2026-09-10','2026-09-10','1' ) end
[2026-09-10 23:25:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-10 23:25:10] Production.INFO: ProcessCDR(1,17981202,1,1,2)
[2026-09-10 23:25:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17981202,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-10 23:25:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17981202,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-10 23:25:10] Production.ERROR: pbx prc_insertCDR start
[2026-09-10 23:25:10] Production.ERROR: pbx prc_insertCDR end
[2026-09-10 23:25:10] Production.INFO: ==17590== Releasing lock...
[2026-09-10 23:25:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-10 23:25:10] Production.INFO: 26 MB #Memory Used#
[2026-09-10 23:25:14] Production.ERROR: CronJobId end10
[2026-09-10 23:25:14] Production.INFO: ==17586== Releasing lock...
[2026-09-10 23:25:14] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 23:25:14] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 23:25:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 23:25:16] Production.INFO: ============== Balance Warning START===========
[2026-09-10 23:25:16] Production.INFO: ============== Balance Warning END===========
[2026-09-10 23:25:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 23:25:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 23:25:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 23:25:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 23:25:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 23:25:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 23:25:16] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 23:25:16] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 23:25:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 23:25:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 23:25:16] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 23:25:17] Production.INFO: call_cost start
[2026-09-10 23:25:17] Production.INFO: call_cost end
[2026-09-10 23:25:17] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 23:25:17] Production.INFO: ============== Report Schedule START===========
[2026-09-10 23:25:17] Production.INFO: ============== Report Schedule END===========
[2026-09-10 23:25:17] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 23:25:17] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 23:25:17] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 23:25:17] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 23:25:17] Production.INFO: ============== Deal alert START===========
[2026-09-10 23:25:17] Production.INFO: ============== Deal alert END===========
[2026-09-10 23:25:17] Production.INFO: ==17582== Releasing lock...
[2026-09-10 23:25:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 23:25:17] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 04:26:02] Production.INFO: ==17651== Lock acquired, processing the job...
[2026-09-11 04:26:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 04:26:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 04:26:02] Production.INFO: neon service started
[2026-09-11 04:26:02] Production.INFO: neon service started
[2026-09-11 04:26:02] Production.INFO: ==17651== Releasing lock...
[2026-09-11 04:26:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 04:26:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 23:26:02] Production.INFO: ==17653== Lock acquired, processing the job...
[2026-09-10 23:26:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 23:26:02] Production.INFO: ==17653== Releasing lock...
[2026-09-10 23:26:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 23:26:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 03:26:02] Production.INFO: ==17655== Lock acquired, processing the job...
[2026-09-11 03:26:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 03:26:02] Production.INFO: ==17655== Releasing lock...
[2026-09-11 03:26:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 03:26:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 23:26:03] Production.INFO: ==17657== Lock acquired, processing the job...
[2026-09-10 23:26:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 23:26:03] Production.INFO: ==17659== Lock acquired, processing the job...
[2026-09-10 23:26:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 23:26:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 23:26:03] Production.INFO: ==17661== Lock acquired, processing the job...
[2026-09-10 23:26:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 23:26:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 23:26:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 23:26:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 23:26:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 23:26:03] Production.INFO: ==17663== Lock acquired, processing the job...
[2026-09-10 23:26:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 23:26:03] Production.INFO: Account Balance Start.
[2026-09-10 23:26:03] Production.INFO: CreateAllLog Start
[2026-09-10 23:26:03] Production.INFO: 117
[2026-09-10 23:26:03] Production.INFO: Date 2026-09-08
[2026-09-10 23:26:03] Production.INFO: ==17665== Lock acquired, processing the job...
[2026-09-10 23:26:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 23:26:03] Production.INFO: Reseller ==> 0
[2026-09-10 23:26:03] Production.INFO: Date 2026-09-09
[2026-09-10 23:26:03] Production.INFO: Reseller ==> 0
[2026-09-10 23:26:03] Production.INFO: Date 2026-09-10
[2026-09-10 23: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-09-10 23:26:03] Production.INFO: Reseller ==> 0
[2026-09-10 23: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-09-10 23: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-09-10 23:26:03] Production.INFO: ==17665== Releasing lock...
[2026-09-10 23:26:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 23:26:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 23:26:03] Production.INFO: Total Charge 0
[2026-09-10 23:26:03] Production.INFO: CreateAllLog End
[2026-09-10 23:26:04] Production.INFO: Account Balance End.
[2026-09-10 23:26:04] Production.ERROR: CronJobId end 12
[2026-09-10 23:26:04] Production.INFO: ==17663== Releasing lock...
[2026-09-10 23:26:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 23:26:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 23:26:04] Production.INFO: ==17659== Releasing lock...
[2026-09-10 23:26:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 23:26:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 23:26:11] Production.ERROR: CronJobId end10
[2026-09-10 23:26:11] Production.INFO: ==17661== Releasing lock...
[2026-09-10 23:26:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 23:26:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 23:26:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 23:26:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 23:26:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 23:26:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 23:26:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 23:26:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 23:26:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 23:26:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 23:26:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 23:26:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 23:26:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 23:26:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 23:26:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 23:26:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 23:26:14] Production.INFO: call_cost start
[2026-09-10 23:26:14] Production.INFO: call_cost end
[2026-09-10 23:26:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 23:26:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 23:26:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 23:26:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 23:26:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 23:26:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 23:26:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 23:26:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 23:26:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 23:26:14] Production.INFO: ==17657== Releasing lock...
[2026-09-10 23:26:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 23:26:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 04:27:01] Production.INFO: ==17735== Lock acquired, processing the job...
[2026-09-11 04:27:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 04:27:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 04:27:01] Production.INFO: neon service started
[2026-09-11 04:27:01] Production.INFO: neon service started
[2026-09-11 04:27:01] Production.INFO: ==17735== Releasing lock...
[2026-09-11 04:27:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 04:27:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 23:27:01] Production.INFO: ==17737== Lock acquired, processing the job...
[2026-09-10 23:27:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 23:27:02] Production.INFO: ==17737== Releasing lock...
[2026-09-10 23:27:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 23:27:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 03:27:02] Production.INFO: ==17739== Lock acquired, processing the job...
[2026-09-11 03:27:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 03:27:02] Production.INFO: ==17739== Releasing lock...
[2026-09-11 03:27:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 03:27:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 23:27:02] Production.INFO: ==17741== Lock acquired, processing the job...
[2026-09-10 23:27:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 23:27:02] Production.INFO: ==17743== Lock acquired, processing the job...
[2026-09-10 23:27:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 23:27:02] Production.INFO: ==17745== Lock acquired, processing the job...
[2026-09-10 23:27:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 23:27:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 23:27:02] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 23:27:02] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 23:27:02] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 23:27:02] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 23:27:03] Production.INFO: ==17747== Lock acquired, processing the job...
[2026-09-10 23:27:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 23:27:03] Production.INFO: ==17749== Lock acquired, processing the job...
[2026-09-10 23:27:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 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-09-10 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-09-10 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-09-10 23:27:03] Production.INFO: ==17749== Releasing lock...
[2026-09-10 23:27:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 23:27:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 23:27:03] Production.INFO: Account Balance Start.
[2026-09-10 23:27:03] Production.INFO: CreateAllLog Start
[2026-09-10 23:27:03] Production.INFO: 117
[2026-09-10 23:27:03] Production.INFO: Date 2026-09-08
[2026-09-10 23:27:03] Production.INFO: Reseller ==> 0
[2026-09-10 23:27:03] Production.INFO: Date 2026-09-09
[2026-09-10 23:27:03] Production.INFO: Reseller ==> 0
[2026-09-10 23:27:03] Production.INFO: Date 2026-09-10
[2026-09-10 23:27:03] Production.INFO: Reseller ==> 0
[2026-09-10 23:27:03] Production.INFO: Total Charge 0
[2026-09-10 23:27:03] Production.INFO: CreateAllLog End
[2026-09-10 23:27:03] Production.INFO: Account Balance End.
[2026-09-10 23:27:03] Production.ERROR: CronJobId end 12
[2026-09-10 23:27:03] Production.INFO: ==17747== Releasing lock...
[2026-09-10 23:27:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 23:27:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 23:27:03] Production.INFO: ==17743== Releasing lock...
[2026-09-10 23:27:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 23:27:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 23:27:11] Production.ERROR: CronJobId end10
[2026-09-10 23:27:11] Production.INFO: ==17745== Releasing lock...
[2026-09-10 23:27:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 23:27:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 23:27:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 23:27:13] Production.INFO: ============== Balance Warning START===========
[2026-09-10 23:27:13] Production.INFO: ============== Balance Warning END===========
[2026-09-10 23:27:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 23:27:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 23:27:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 23:27:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 23:27:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 23:27:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 23:27:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 23:27:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 23:27:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 23:27:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 23:27:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 23:27:14] Production.INFO: call_cost start
[2026-09-10 23:27:14] Production.INFO: call_cost end
[2026-09-10 23:27:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 23:27:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 23:27:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 23:27:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 23:27:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 23:27:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 23:27:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 23:27:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 23:27:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 23:27:14] Production.INFO: ==17741== Releasing lock...
[2026-09-10 23:27:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 23:27:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 04:28:01] Production.INFO: ==17820== Lock acquired, processing the job...
[2026-09-11 04:28:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 04:28:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 04:28:01] Production.INFO: neon service started
[2026-09-11 04:28:01] Production.INFO: neon service started
[2026-09-11 04:28:01] Production.INFO: ==17820== Releasing lock...
[2026-09-11 04:28:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 04:28:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 03:28:02] Production.INFO: ==17824== Lock acquired, processing the job...
[2026-09-11 03:28:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 03:28:02] Production.INFO: ==17824== Releasing lock...
[2026-09-11 03:28:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 03:28:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 23:28:02] Production.INFO: ==17822== Lock acquired, processing the job...
[2026-09-10 23:28:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 23:28:02] Production.INFO: ==17822== Releasing lock...
[2026-09-10 23:28:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 23:28:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 23:28:03] Production.INFO: ==17835== Lock acquired, processing the job...
[2026-09-10 23:28:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 23:28:03] Production.INFO: ==17827== Lock acquired, processing the job...
[2026-09-10 23:28:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 23:28:03] Production.INFO: ==17833== Lock acquired, processing the job...
[2026-09-10 23:28:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 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-09-10 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-09-10 23:28:03] Production.INFO: ==17829== Lock acquired, processing the job...
[2026-09-10 23:28:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 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-09-10 23:28:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 23:28:03] Production.INFO: ==17835== Releasing lock...
[2026-09-10 23:28:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 23:28:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 23:28:03] Production.INFO: Account Balance Start.
[2026-09-10 23:28:03] Production.INFO: CreateAllLog Start
[2026-09-10 23:28:03] Production.INFO: 117
[2026-09-10 23:28:03] Production.INFO: ==17831== Lock acquired, processing the job...
[2026-09-10 23:28:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 23:28:03] Production.INFO: Date 2026-09-08
[2026-09-10 23:28:03] Production.INFO: Reseller ==> 0
[2026-09-10 23:28:03] Production.INFO: Date 2026-09-09
[2026-09-10 23:28:03] Production.INFO: Reseller ==> 0
[2026-09-10 23:28:03] Production.INFO: Date 2026-09-10
[2026-09-10 23:28:03] Production.INFO: Reseller ==> 0
[2026-09-10 23:28:03] Production.INFO: Total Charge 0
[2026-09-10 23:28:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 23:28:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 23:28:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 23:28:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 23:28:03] Production.INFO: CreateAllLog End
[2026-09-10 23:28:04] Production.INFO: Account Balance End.
[2026-09-10 23:28:04] Production.ERROR: CronJobId end 12
[2026-09-10 23:28:04] Production.INFO: ==17833== Releasing lock...
[2026-09-10 23:28:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 23:28:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 23:28:04] Production.INFO: ==17829== Releasing lock...
[2026-09-10 23:28:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 23:28:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 23:28:11] Production.ERROR: CronJobId end10
[2026-09-10 23:28:11] Production.INFO: ==17831== Releasing lock...
[2026-09-10 23:28:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 23:28:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 23:28:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 23:28:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 23:28:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 23:28:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 23:28:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 23:28:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 23:28:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 23:28:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 23:28:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 23:28:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 23:28:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 23:28:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 23:28:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 23:28:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 23:28:14] Production.INFO: call_cost start
[2026-09-10 23:28:14] Production.INFO: call_cost end
[2026-09-10 23:28:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 23:28:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 23:28:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 23:28:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 23:28:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 23:28:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 23:28:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 23:28:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 23:28:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 23:28:14] Production.INFO: ==17827== Releasing lock...
[2026-09-10 23:28:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 23:28:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 04:29:01] Production.INFO: ==17908== Lock acquired, processing the job...
[2026-09-11 04:29:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 04:29:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 04:29:01] Production.INFO: neon service started
[2026-09-11 04:29:01] Production.INFO: neon service started
[2026-09-11 04:29:01] Production.INFO: ==17908== Releasing lock...
[2026-09-11 04:29:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 04:29:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 23:29:01] Production.INFO: ==17910== Lock acquired, processing the job...
[2026-09-10 23:29:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 23:29:01] Production.INFO: ==17910== Releasing lock...
[2026-09-10 23:29:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 23:29:01] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 03:29:02] Production.INFO: ==17912== Lock acquired, processing the job...
[2026-09-11 03:29:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 03:29:02] Production.INFO: ==17912== Releasing lock...
[2026-09-11 03:29:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 03:29:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 23:29:02] Production.INFO: ==17914== Lock acquired, processing the job...
[2026-09-10 23:29:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 23:29:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 23:29:02] Production.INFO: ==17916== Lock acquired, processing the job...
[2026-09-10 23:29:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 23:29:02] Production.INFO: ==17919== Lock acquired, processing the job...
[2026-09-10 23:29:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 23:29:02] Production.INFO: ==17921== Lock acquired, processing the job...
[2026-09-10 23:29:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 23:29:02] Production.INFO: Account Balance Start.
[2026-09-10 23:29:02] Production.INFO: CreateAllLog Start
[2026-09-10 23:29:02] Production.INFO: 117
[2026-09-10 23:29:02] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 23:29:02] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 23:29:02] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 23:29:02] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 23:29:02] Production.INFO: ==17923== Lock acquired, processing the job...
[2026-09-10 23:29:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 23:29:02] Production.INFO: Date 2026-09-08
[2026-09-10 23:29:03] Production.INFO: Reseller ==> 0
[2026-09-10 23:29:03] Production.INFO: Date 2026-09-09
[2026-09-10 23:29:03] Production.INFO: Reseller ==> 0
[2026-09-10 23:29:03] Production.INFO: Date 2026-09-10
[2026-09-10 23:29:03] Production.INFO: Reseller ==> 0
[2026-09-10 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-09-10 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-09-10 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-09-10 23:29:03] Production.INFO: ==17923== Releasing lock...
[2026-09-10 23:29:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 23:29:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 23:29:03] Production.INFO: Total Charge 0
[2026-09-10 23:29:03] Production.INFO: CreateAllLog End
[2026-09-10 23:29:03] Production.INFO: Account Balance End.
[2026-09-10 23:29:03] Production.ERROR: CronJobId end 12
[2026-09-10 23:29:03] Production.INFO: ==17921== Releasing lock...
[2026-09-10 23:29:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 23:29:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 23:29:03] Production.INFO: ==17916== Releasing lock...
[2026-09-10 23:29:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 23:29:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 23:29:10] Production.ERROR: CronJobId end10
[2026-09-10 23:29:10] Production.INFO: ==17919== Releasing lock...
[2026-09-10 23:29:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 23:29:10] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 23:29:12] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 23:29:12] Production.INFO: ============== Balance Warning START===========
[2026-09-10 23:29:12] Production.INFO: ============== Balance Warning END===========
[2026-09-10 23:29:12] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 23:29:12] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 23:29:12] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 23:29:12] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 23:29:12] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 23:29:12] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 23:29:12] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 23:29:12] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 23:29:12] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 23:29:12] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 23:29:12] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 23:29:13] Production.INFO: call_cost start
[2026-09-10 23:29:13] Production.INFO: call_cost end
[2026-09-10 23:29:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 23:29:13] Production.INFO: ============== Report Schedule START===========
[2026-09-10 23:29:13] Production.INFO: ============== Report Schedule END===========
[2026-09-10 23:29:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 23:29:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 23:29:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 23:29:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 23:29:13] Production.INFO: ============== Deal alert START===========
[2026-09-10 23:29:13] Production.INFO: ============== Deal alert END===========
[2026-09-10 23:29:13] Production.INFO: ==17914== Releasing lock...
[2026-09-10 23:29:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 23:29:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 04:30:01] Production.INFO: ==17991== Lock acquired, processing the job...
[2026-09-11 04:30:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 04:30:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 04:30:01] Production.INFO: neon service started
[2026-09-11 04:30:01] Production.INFO: neon service started
[2026-09-11 04:30:01] Production.INFO: ==17991== Releasing lock...
[2026-09-11 04:30:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 04:30:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 23:30:02] Production.INFO: ==17995== Lock acquired, processing the job...
[2026-09-10 23:30:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 03:30:02] Production.INFO: ==17997== Lock acquired, processing the job...
[2026-09-11 03:30:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 03:30:02] Production.INFO: ==17997== Releasing lock...
[2026-09-11 03:30:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 03:30:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 23:30:02] Production.INFO: ==17995== Releasing lock...
[2026-09-10 23:30:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 23:30:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 23:30:03] Production.INFO: ==18000== Lock acquired, processing the job...
[2026-09-10 23:30:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 23:30:03] Production.INFO: ==18006== Lock acquired, processing the job...
[2026-09-10 23:30:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 23:30:03] Production.INFO: ==18002== Lock acquired, processing the job...
[2026-09-10 23:30:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 23:30:03] Production.INFO: ==18004== Lock acquired, processing the job...
[2026-09-10 23:30:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 23:30:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 23:30:03] Production.INFO: ==18008== Lock acquired, processing the job...
[2026-09-10 23:30:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 23:30:03] Production.INFO: Account Balance Start.
[2026-09-10 23:30:03] Production.INFO: CreateAllLog Start
[2026-09-10 23:30:03] Production.INFO: 117
[2026-09-10 23:30:03] Production.INFO: Date 2026-09-08
[2026-09-10 23:30:03] Production.INFO: Reseller ==> 0
[2026-09-10 23:30:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 23:30:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 23:30:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 23:30:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 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-09-10 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-09-10 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-09-10 23:30:03] Production.INFO: ==18008== Releasing lock...
[2026-09-10 23:30:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 23:30:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 23:30:03] Production.INFO: Date 2026-09-09
[2026-09-10 23:30:03] Production.INFO: Reseller ==> 0
[2026-09-10 23:30:03] Production.INFO: Date 2026-09-10
[2026-09-10 23:30:03] Production.INFO: Reseller ==> 0
[2026-09-10 23:30:03] Production.INFO: Total Charge 0
[2026-09-10 23:30:03] Production.INFO: CreateAllLog End
[2026-09-10 23:30:04] Production.INFO: Account Balance End.
[2026-09-10 23:30:04] Production.ERROR: CronJobId end 12
[2026-09-10 23:30:04] Production.INFO: ==18006== Releasing lock...
[2026-09-10 23:30:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 23:30:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 23:30:04] Production.INFO: ==18002== Releasing lock...
[2026-09-10 23:30:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 23:30:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 23:30:12] Production.ERROR: CronJobId end10
[2026-09-10 23:30:12] Production.INFO: ==18004== Releasing lock...
[2026-09-10 23:30:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 23:30:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 23:30:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 23:30:13] Production.INFO: ============== Balance Warning START===========
[2026-09-10 23:30:13] Production.INFO: ============== Balance Warning END===========
[2026-09-10 23:30:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 23:30:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 23:30:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 23:30:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 23:30:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 23:30:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 23:30:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 23:30:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 23:30:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 23:30:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 23:30:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 23:30:14] Production.INFO: call_cost start
[2026-09-10 23:30:14] Production.INFO: call_cost end
[2026-09-10 23:30:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 23:30:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 23:30:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 23:30:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 23:30:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 23:30:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 23:30:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 23:30:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 23:30:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 23:30:14] Production.INFO: ==18000== Releasing lock...
[2026-09-10 23:30:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 23:30:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 04:31:02] Production.INFO: ==18085== Lock acquired, processing the job...
[2026-09-11 04:31:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 04:31:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 04:31:02] Production.INFO: neon service started
[2026-09-11 04:31:02] Production.INFO: neon service started
[2026-09-11 04:31:02] Production.INFO: ==18085== Releasing lock...
[2026-09-11 04:31:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 04:31:02] Production.INFO: 25.5 MB #Memory Used#
[2026-09-10 23:31:02] Production.INFO: ==18087== Lock acquired, processing the job...
[2026-09-10 23:31:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 03:31:02] Production.INFO: ==18089== Lock acquired, processing the job...
[2026-09-11 03:31:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 03:31:02] Production.INFO: ==18089== Releasing lock...
[2026-09-11 03:31:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 03:31:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 23:31:03] Production.INFO: ==18087== Releasing lock...
[2026-09-10 23:31:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 23:31:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 23:31:03] Production.INFO: ==18092== Lock acquired, processing the job...
[2026-09-10 23:31:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 23:31:04] Production.INFO: ==18094== Lock acquired, processing the job...
[2026-09-10 23:31:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 23:31:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 23:31:04] Production.INFO: ==18096== Lock acquired, processing the job...
[2026-09-10 23:31:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 23:31:04] Production.INFO: ==18098== Lock acquired, processing the job...
[2026-09-10 23:31:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 23:31:04] Production.INFO: ==18100== Lock acquired, processing the job...
[2026-09-10 23:31:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 23:31:04] Production.INFO: Account Balance Start.
[2026-09-10 23:31:04] Production.INFO: CreateAllLog Start
[2026-09-10 23:31:04] Production.INFO: 117
[2026-09-10 23:31:04] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 23:31:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 23:31:04] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 23:31:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 23:31:04] Production.INFO: Date 2026-09-08
[2026-09-10 23:31:04] Production.INFO: Reseller ==> 0
[2026-09-10 23:31:04] Production.INFO: Date 2026-09-09
[2026-09-10 23:31:04] Production.INFO: Reseller ==> 0
[2026-09-10 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-09-10 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-09-10 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-09-10 23:31:04] Production.INFO: Date 2026-09-10
[2026-09-10 23:31:04] Production.INFO: Reseller ==> 0
[2026-09-10 23:31:04] Production.INFO: ==18100== Releasing lock...
[2026-09-10 23:31:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 23:31:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 23:31:04] Production.INFO: Total Charge 0
[2026-09-10 23:31:04] Production.INFO: CreateAllLog End
[2026-09-10 23:31:04] Production.INFO: Account Balance End.
[2026-09-10 23:31:04] Production.ERROR: CronJobId end 12
[2026-09-10 23:31:04] Production.INFO: ==18098== Releasing lock...
[2026-09-10 23:31:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 23:31:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 23:31:04] Production.INFO: ==18094== Releasing lock...
[2026-09-10 23:31:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 23:31:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 23:31:12] Production.ERROR: CronJobId end10
[2026-09-10 23:31:12] Production.INFO: ==18096== Releasing lock...
[2026-09-10 23:31:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 23:31:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 23:31:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 23:31:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 23:31:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 23:31:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 23:31:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 23:31:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 23:31:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 23:31:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 23:31:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 23:31:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 23:31:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 23:31:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 23:31:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 23:31:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 23:31:14] Production.INFO: call_cost start
[2026-09-10 23:31:14] Production.INFO: call_cost end
[2026-09-10 23:31:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 23:31:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 23:31:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 23:31:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 23:31:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 23:31:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 23:31:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 23:31:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 23:31:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 23:31:14] Production.INFO: ==18092== Releasing lock...
[2026-09-10 23:31:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 23:31:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 04:32:01] Production.INFO: ==18167== Lock acquired, processing the job...
[2026-09-11 04:32:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 04:32:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 04:32:01] Production.INFO: neon service started
[2026-09-11 04:32:01] Production.INFO: neon service started
[2026-09-11 04:32:01] Production.INFO: ==18167== Releasing lock...
[2026-09-11 04:32:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 04:32:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 23:32:02] Production.INFO: ==18169== Lock acquired, processing the job...
[2026-09-10 23:32:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 23:32:02] Production.INFO: ==18169== Releasing lock...
[2026-09-10 23:32:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 23:32:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 03:32:02] Production.INFO: ==18171== Lock acquired, processing the job...
[2026-09-11 03:32:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 03:32:02] Production.INFO: ==18171== Releasing lock...
[2026-09-11 03:32:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 03:32:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 23:32:02] Production.INFO: ==18177== Lock acquired, processing the job...
[2026-09-10 23:32:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 23:32:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 23:32:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 23:32:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 23:32:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 23:32:03] Production.INFO: ==18173== Lock acquired, processing the job...
[2026-09-10 23:32:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 23:32:03] Production.INFO: ==18175== Lock acquired, processing the job...
[2026-09-10 23:32:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 23:32:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 23:32:03] Production.INFO: ==18179== Lock acquired, processing the job...
[2026-09-10 23:32:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 23:32:03] Production.INFO: ==18181== Lock acquired, processing the job...
[2026-09-10 23:32:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 23:32:03] Production.INFO: Account Balance Start.
[2026-09-10 23:32:03] Production.INFO: CreateAllLog Start
[2026-09-10 23:32:03] Production.INFO: 117
[2026-09-10 23:32:03] Production.INFO: Date 2026-09-08
[2026-09-10 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-09-10 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-09-10 23:32:03] Production.INFO: Reseller ==> 0
[2026-09-10 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-09-10 23:32:03] Production.INFO: ==18181== Releasing lock...
[2026-09-10 23:32:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 23:32:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 23:32:03] Production.INFO: Date 2026-09-09
[2026-09-10 23:32:03] Production.INFO: Reseller ==> 0
[2026-09-10 23:32:03] Production.INFO: Date 2026-09-10
[2026-09-10 23:32:03] Production.INFO: Reseller ==> 0
[2026-09-10 23:32:03] Production.INFO: Total Charge 0
[2026-09-10 23:32:03] Production.INFO: CreateAllLog End
[2026-09-10 23:32:04] Production.INFO: ==18175== Releasing lock...
[2026-09-10 23:32:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 23:32:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 23:32:04] Production.INFO: Account Balance End.
[2026-09-10 23:32:04] Production.ERROR: CronJobId end 12
[2026-09-10 23:32:04] Production.INFO: ==18179== Releasing lock...
[2026-09-10 23:32:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 23:32:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 23:32:11] Production.ERROR: CronJobId end10
[2026-09-10 23:32:11] Production.INFO: ==18177== Releasing lock...
[2026-09-10 23:32:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 23:32:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 23:32:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 23:32:15] Production.INFO: ============== Balance Warning START===========
[2026-09-10 23:32:15] Production.INFO: ============== Balance Warning END===========
[2026-09-10 23:32:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 23:32:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 23:32:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 23:32:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 23:32:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 23:32:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 23:32:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 23:32:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 23:32:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 23:32:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 23:32:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 23:32:15] Production.INFO: call_cost start
[2026-09-10 23:32:15] Production.INFO: call_cost end
[2026-09-10 23:32:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 23:32:15] Production.INFO: ============== Report Schedule START===========
[2026-09-10 23:32:15] Production.INFO: ============== Report Schedule END===========
[2026-09-10 23:32:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 23:32:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 23:32:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 23:32:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 23:32:15] Production.INFO: ============== Deal alert START===========
[2026-09-10 23:32:15] Production.INFO: ============== Deal alert END===========
[2026-09-10 23:32:15] Production.INFO: ==18173== Releasing lock...
[2026-09-10 23:32:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 23:32:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 04:33:02] Production.INFO: ==18254== Lock acquired, processing the job...
[2026-09-11 04:33:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 04:33:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 04:33:02] Production.INFO: neon service started
[2026-09-11 04:33:02] Production.INFO: neon service started
[2026-09-11 04:33:02] Production.INFO: ==18254== Releasing lock...
[2026-09-11 04:33:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 04:33:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 23:33:02] Production.INFO: ==18256== Lock acquired, processing the job...
[2026-09-10 23:33:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 03:33:02] Production.INFO: ==18258== Lock acquired, processing the job...
[2026-09-11 03:33:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 03:33:02] Production.INFO: ==18258== Releasing lock...
[2026-09-11 03:33:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 03:33:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 23:33:03] Production.INFO: ==18256== Releasing lock...
[2026-09-10 23:33:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 23:33:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 23:33:03] Production.INFO: ==18261== Lock acquired, processing the job...
[2026-09-10 23:33:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 23:33:03] Production.INFO: ==18263== Lock acquired, processing the job...
[2026-09-10 23:33:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 23:33:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 23:33:03] Production.INFO: ==18265== Lock acquired, processing the job...
[2026-09-10 23:33:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 23:33:03] Production.INFO: ==18267== Lock acquired, processing the job...
[2026-09-10 23:33:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 23:33:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 23:33:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 23:33:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 23:33:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 23:33:03] Production.INFO: Account Balance Start.
[2026-09-10 23:33:03] Production.INFO: CreateAllLog Start
[2026-09-10 23:33:03] Production.INFO: 117
[2026-09-10 23:33:03] Production.INFO: Date 2026-09-08
[2026-09-10 23:33:04] Production.INFO: Reseller ==> 0
[2026-09-10 23:33:04] Production.INFO: ==18269== Lock acquired, processing the job...
[2026-09-10 23:33:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 23:33:04] Production.INFO: Date 2026-09-09
[2026-09-10 23:33:04] Production.INFO: Reseller ==> 0
[2026-09-10 23: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-09-10 23: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-09-10 23: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-09-10 23:33:04] Production.INFO: Date 2026-09-10
[2026-09-10 23:33:04] Production.INFO: Reseller ==> 0
[2026-09-10 23:33:04] Production.INFO: ==18269== Releasing lock...
[2026-09-10 23:33:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 23:33:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 23:33:04] Production.INFO: Total Charge 0
[2026-09-10 23:33:04] Production.INFO: CreateAllLog End
[2026-09-10 23:33:04] Production.INFO: Account Balance End.
[2026-09-10 23:33:04] Production.ERROR: CronJobId end 12
[2026-09-10 23:33:04] Production.INFO: ==18267== Releasing lock...
[2026-09-10 23:33:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 23:33:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 23:33:04] Production.INFO: ==18263== Releasing lock...
[2026-09-10 23:33:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 23:33:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 23:33:11] Production.ERROR: CronJobId end10
[2026-09-10 23:33:11] Production.INFO: ==18265== Releasing lock...
[2026-09-10 23:33:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 23:33:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 23:33:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 23:33:15] Production.INFO: ============== Balance Warning START===========
[2026-09-10 23:33:15] Production.INFO: ============== Balance Warning END===========
[2026-09-10 23:33:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 23:33:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 23:33:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 23:33:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 23:33:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 23:33:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 23:33:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 23:33:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 23:33:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 23:33:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 23:33:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 23:33:15] Production.INFO: call_cost start
[2026-09-10 23:33:15] Production.INFO: call_cost end
[2026-09-10 23:33:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 23:33:15] Production.INFO: ============== Report Schedule START===========
[2026-09-10 23:33:15] Production.INFO: ============== Report Schedule END===========
[2026-09-10 23:33:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 23:33:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 23:33:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 23:33:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 23:33:15] Production.INFO: ============== Deal alert START===========
[2026-09-10 23:33:15] Production.INFO: ============== Deal alert END===========
[2026-09-10 23:33:15] Production.INFO: ==18261== Releasing lock...
[2026-09-10 23:33:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 23:33:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 04:34:01] Production.INFO: ==18333== Lock acquired, processing the job...
[2026-09-11 04:34:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 04:34:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 04:34:01] Production.INFO: neon service started
[2026-09-11 04:34:01] Production.INFO: neon service started
[2026-09-11 04:34:01] Production.INFO: ==18333== Releasing lock...
[2026-09-11 04:34:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 04:34:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 23:34:01] Production.INFO: ==18335== Lock acquired, processing the job...
[2026-09-10 23:34:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 23:34:02] Production.INFO: ==18335== Releasing lock...
[2026-09-10 23:34:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 23:34:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 03:34:02] Production.INFO: ==18337== Lock acquired, processing the job...
[2026-09-11 03:34:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 03:34:02] Production.INFO: ==18337== Releasing lock...
[2026-09-11 03:34:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 03:34:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 23:34:02] Production.INFO: ==18339== Lock acquired, processing the job...
[2026-09-10 23:34:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 23:34:02] Production.INFO: ==18347== Lock acquired, processing the job...
[2026-09-10 23:34:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 23:34:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 23:34:02] Production.INFO: ==18345== Lock acquired, processing the job...
[2026-09-10 23:34:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 23:34:03] Production.INFO: ==18341== Lock acquired, processing the job...
[2026-09-10 23:34:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 23: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-09-10 23: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-09-10 23: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-09-10 23:34:03] Production.INFO: ==18343== Lock acquired, processing the job...
[2026-09-10 23:34:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 23:34:03] Production.INFO: Account Balance Start.
[2026-09-10 23:34:03] Production.INFO: CreateAllLog Start
[2026-09-10 23:34:03] Production.INFO: 117
[2026-09-10 23:34:03] Production.INFO: ==18347== Releasing lock...
[2026-09-10 23:34:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 23:34:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 23:34:03] Production.INFO: Date 2026-09-08
[2026-09-10 23:34:03] Production.INFO: Reseller ==> 0
[2026-09-10 23:34:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 23:34:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 23:34:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 23:34:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 23:34:03] Production.INFO: Date 2026-09-09
[2026-09-10 23:34:03] Production.INFO: Reseller ==> 0
[2026-09-10 23:34:03] Production.INFO: Date 2026-09-10
[2026-09-10 23:34:03] Production.INFO: Reseller ==> 0
[2026-09-10 23:34:03] Production.INFO: Total Charge 0
[2026-09-10 23:34:03] Production.INFO: CreateAllLog End
[2026-09-10 23:34:03] Production.INFO: Account Balance End.
[2026-09-10 23:34:03] Production.ERROR: CronJobId end 12
[2026-09-10 23:34:03] Production.INFO: ==18345== Releasing lock...
[2026-09-10 23:34:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 23:34:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 23:34:03] Production.INFO: ==18341== Releasing lock...
[2026-09-10 23:34:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 23:34:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 23:34:11] Production.ERROR: CronJobId end10
[2026-09-10 23:34:11] Production.INFO: ==18343== Releasing lock...
[2026-09-10 23:34:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 23:34:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 23:34:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 23:34:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 23:34:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 23:34:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 23:34:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 23:34:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 23:34:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 23:34:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 23:34:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 23:34:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 23:34:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 23:34:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 23:34:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 23:34:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 23:34:14] Production.INFO: call_cost start
[2026-09-10 23:34:14] Production.INFO: call_cost end
[2026-09-10 23:34:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 23:34:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 23:34:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 23:34:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 23:34:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 23:34:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 23:34:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 23:34:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 23:34:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 23:34:14] Production.INFO: ==18339== Releasing lock...
[2026-09-10 23:34:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 23:34:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 04:35:01] Production.INFO: ==18411== Lock acquired, processing the job...
[2026-09-11 04:35:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 04:35:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 04:35:01] Production.INFO: neon service started
[2026-09-11 04:35:01] Production.INFO: neon service started
[2026-09-11 04:35:01] Production.INFO: ==18411== Releasing lock...
[2026-09-11 04:35:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 04:35:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 03:35:02] Production.INFO: ==18415== Lock acquired, processing the job...
[2026-09-11 03:35:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 03:35:02] Production.INFO: ==18415== Releasing lock...
[2026-09-11 03:35:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 03:35:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 23:35:02] Production.INFO: ==18413== Lock acquired, processing the job...
[2026-09-10 23:35:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 23:35:02] Production.INFO: ==18413== Releasing lock...
[2026-09-10 23:35:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 23:35:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 23:35:03] Production.INFO: ==18418== Lock acquired, processing the job...
[2026-09-10 23:35:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-10 23:35:03] Production.INFO: ==18424== Lock acquired, processing the job...
[2026-09-10 23:35:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 23:35:03] Production.INFO: ==18422== Lock acquired, processing the job...
[2026-09-10 23:35:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 23:35:03] Production.INFO: ==18420== Lock acquired, processing the job...
[2026-09-10 23:35:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 23:35:03] Production.ERROR: ========================== active cronjob start =============================
[2026-09-10 23:35:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-10 23:35:03] Production.ERROR: CronJob PID - 18420
[2026-09-10 23:35:03] Production.ERROR: CronJob Title - System Alerts
[2026-09-10 23:35:03] Production.ERROR: CronJob ID - 5
[2026-09-10 23:35:03] Production.ERROR: CronJob Last Run Time 2026-09-10 23:35:00
[2026-09-10 23:35:03] Production.ERROR: CronJob Active Minutes 0
[2026-09-10 23:35:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-10 23:35:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-10 23:35:03] Production.ERROR: CronJob PID - 18422
[2026-09-10 23:35:03] Production.ERROR: CronJob Title - Account Block
[2026-09-10 23:35:03] Production.ERROR: CronJob ID - 7
[2026-09-10 23:35:03] Production.ERROR: CronJob Last Run Time 2026-09-10 23:35:00
[2026-09-10 23:35:03] Production.ERROR: CronJob Active Minutes 0
[2026-09-10 23:35:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-10 23:35:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-10 23:35:03] Production.ERROR: CronJob PID - 18424
[2026-09-10 23:35:03] Production.ERROR: CronJob Title - Create Customer Summary Live
[2026-09-10 23:35:03] Production.ERROR: CronJob ID - 10
[2026-09-10 23:35:03] Production.ERROR: CronJob Last Run Time 2026-09-10 23:35:00
[2026-09-10 23:35:03] Production.ERROR: CronJob Active Minutes 0
[2026-09-10 23:35:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-10 23:35:03] Production.INFO: ==18430== Lock acquired, processing the job...
[2026-09-10 23:35:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 23:35:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 23:35:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 23:35:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 23:35:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 23:35:03] Production.INFO: ==18426== Lock acquired, processing the job...
[2026-09-10 23:35:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 23:35:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 23:35:03] Production.ERROR: ========================== active cronjob end =============================
[2026-09-10 23:35:03] Production.INFO: ==18418== Releasing lock...
[2026-09-10 23:35:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-10 23:35:03] Production.INFO: 25.5 MB #Memory Used#
[2026-09-10 23:35:03] Production.INFO: ==18428== Lock acquired, processing the job...
[2026-09-10 23:35:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-10 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-09-10 23: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-09-10 23:35:04] Production.INFO: Account Balance Start.
[2026-09-10 23:35:04] Production.INFO: CreateAllLog Start
[2026-09-10 23:35:04] Production.INFO: 117
[2026-09-10 23:35:04] Production.INFO: Date 2026-09-08
[2026-09-10 23:35:04] Production.INFO: Reseller ==> 0
[2026-09-10 23: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-09-10 23:35:04] Production.ERROR: tblTempUsageDetail_20
[2026-09-10 23:35:04] Production.INFO: ==18430== Releasing lock...
[2026-09-10 23:35:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 23:35:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 23:35:04] Production.INFO: Date 2026-09-09
[2026-09-10 23:35:04] Production.INFO: Reseller ==> 0
[2026-09-10 23:35:04] Production.INFO: Date 2026-09-10
[2026-09-10 23:35:04] Production.INFO: Reseller ==> 0
[2026-09-10 23:35:04] Production.ERROR: done
[2026-09-10 23:35:04] Production.INFO: Total Charge 0
[2026-09-10 23:35:04] Production.INFO: CreateAllLog End
[2026-09-10 23:35:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-10 23:35:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17981243', 'tblTempUsageDetail_20reseller','2026-09-10','2026-09-10','1' ) start
[2026-09-10 23:35:04] Production.INFO: Account Balance End.
[2026-09-10 23:35:04] Production.ERROR: CronJobId end 12
[2026-09-10 23:35:04] Production.INFO: ==18426== Releasing lock...
[2026-09-10 23:35:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 23:35:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 23:35:04] Production.INFO: ==18422== Releasing lock...
[2026-09-10 23:35:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 23:35:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 23:35:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17981243', 'tblTempUsageDetail_20reseller','2026-09-10','2026-09-10','1' ) end
[2026-09-10 23:35:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-10 23:35:10] Production.INFO: ProcessCDR(1,17981243,1,1,2)
[2026-09-10 23:35:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17981243,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-10 23:35:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17981243,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-10 23:35:10] Production.ERROR: pbx prc_insertCDR start
[2026-09-10 23:35:10] Production.ERROR: pbx prc_insertCDR end
[2026-09-10 23:35:10] Production.INFO: ==18428== Releasing lock...
[2026-09-10 23:35:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-10 23:35:10] Production.INFO: 26 MB #Memory Used#
[2026-09-10 23:35:14] Production.ERROR: CronJobId end10
[2026-09-10 23:35:14] Production.INFO: ==18424== Releasing lock...
[2026-09-10 23:35:14] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 23:35:14] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 23:35:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 23:35:16] Production.INFO: ============== Balance Warning START===========
[2026-09-10 23:35:16] Production.INFO: ============== Balance Warning END===========
[2026-09-10 23:35:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 23:35:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 23:35:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 23:35:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 23:35:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 23:35:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 23:35:16] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 23:35:16] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 23:35:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 23:35:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 23:35:16] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 23:35:17] Production.INFO: call_cost start
[2026-09-10 23:35:17] Production.INFO: call_cost end
[2026-09-10 23:35:17] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 23:35:17] Production.INFO: ============== Report Schedule START===========
[2026-09-10 23:35:17] Production.INFO: ============== Report Schedule END===========
[2026-09-10 23:35:17] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 23:35:17] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 23:35:17] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 23:35:17] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 23:35:17] Production.INFO: ============== Deal alert START===========
[2026-09-10 23:35:17] Production.INFO: ============== Deal alert END===========
[2026-09-10 23:35:17] Production.INFO: ==18420== Releasing lock...
[2026-09-10 23:35:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 23:35:17] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 04:36:02] Production.INFO: ==18500== Lock acquired, processing the job...
[2026-09-11 04:36:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 04:36:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 04:36:02] Production.INFO: neon service started
[2026-09-11 04:36:02] Production.INFO: neon service started
[2026-09-11 04:36:02] Production.INFO: ==18500== Releasing lock...
[2026-09-11 04:36:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 04:36:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 03:36:02] Production.INFO: ==18504== Lock acquired, processing the job...
[2026-09-11 03:36:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 03:36:02] Production.INFO: ==18504== Releasing lock...
[2026-09-11 03:36:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 03:36:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 23:36:02] Production.INFO: ==18502== Lock acquired, processing the job...
[2026-09-10 23:36:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 23:36:03] Production.INFO: ==18502== Releasing lock...
[2026-09-10 23:36:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 23:36:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 23:36:03] Production.INFO: ==18507== Lock acquired, processing the job...
[2026-09-10 23:36:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 23:36:03] Production.INFO: ==18511== Lock acquired, processing the job...
[2026-09-10 23:36:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 23:36:03] Production.INFO: ==18515== Lock acquired, processing the job...
[2026-09-10 23:36:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 23:36:04] Production.INFO: ==18509== Lock acquired, processing the job...
[2026-09-10 23:36:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 23:36:04] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 23:36:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 23:36:04] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 23:36:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 23:36:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 23:36:04] Production.INFO: ==18513== Lock acquired, processing the job...
[2026-09-10 23:36:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 23: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-09-10 23: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-09-10 23: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-09-10 23:36:04] Production.INFO: ==18515== Releasing lock...
[2026-09-10 23:36:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 23:36:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 23:36:04] Production.INFO: Account Balance Start.
[2026-09-10 23:36:04] Production.INFO: CreateAllLog Start
[2026-09-10 23:36:04] Production.INFO: 117
[2026-09-10 23:36:04] Production.INFO: Date 2026-09-08
[2026-09-10 23:36:04] Production.INFO: Reseller ==> 0
[2026-09-10 23:36:04] Production.INFO: Date 2026-09-09
[2026-09-10 23:36:04] Production.INFO: Reseller ==> 0
[2026-09-10 23:36:04] Production.INFO: Date 2026-09-10
[2026-09-10 23:36:04] Production.INFO: Reseller ==> 0
[2026-09-10 23:36:04] Production.INFO: Total Charge 0
[2026-09-10 23:36:04] Production.INFO: CreateAllLog End
[2026-09-10 23:36:04] Production.INFO: Account Balance End.
[2026-09-10 23:36:04] Production.ERROR: CronJobId end 12
[2026-09-10 23:36:04] Production.INFO: ==18513== Releasing lock...
[2026-09-10 23:36:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 23:36:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 23:36:04] Production.INFO: ==18509== Releasing lock...
[2026-09-10 23:36:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 23:36:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 23:36:12] Production.ERROR: CronJobId end10
[2026-09-10 23:36:12] Production.INFO: ==18511== Releasing lock...
[2026-09-10 23:36:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 23:36:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 23:36:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 23:36:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 23:36:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 23:36:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 23:36:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 23:36:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 23:36:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 23:36:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 23:36:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 23:36:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 23:36:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 23:36:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 23:36:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 23:36:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 23:36:14] Production.INFO: call_cost start
[2026-09-10 23:36:14] Production.INFO: call_cost end
[2026-09-10 23:36:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 23:36:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 23:36:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 23:36:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 23:36:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 23:36:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 23:36:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 23:36:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 23:36:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 23:36:14] Production.INFO: ==18507== Releasing lock...
[2026-09-10 23:36:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 23:36:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 04:37:01] Production.INFO: ==18579== Lock acquired, processing the job...
[2026-09-11 04:37:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 04:37:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 04:37:01] Production.INFO: neon service started
[2026-09-11 04:37:01] Production.INFO: neon service started
[2026-09-11 04:37:01] Production.INFO: ==18579== Releasing lock...
[2026-09-11 04:37:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 04:37:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 03:37:02] Production.INFO: ==18583== Lock acquired, processing the job...
[2026-09-11 03:37:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 03:37:02] Production.INFO: ==18583== Releasing lock...
[2026-09-11 03:37:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 03:37:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 23:37:02] Production.INFO: ==18581== Lock acquired, processing the job...
[2026-09-10 23:37:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 23:37:02] Production.INFO: ==18581== Releasing lock...
[2026-09-10 23:37:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 23:37:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 23:37:03] Production.INFO: ==18588== Lock acquired, processing the job...
[2026-09-10 23:37:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 23:37:03] Production.INFO: ==18590== Lock acquired, processing the job...
[2026-09-10 23:37:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 23:37:03] Production.INFO: ==18586== Lock acquired, processing the job...
[2026-09-10 23:37:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 23:37:03] Production.INFO: ==18592== Lock acquired, processing the job...
[2026-09-10 23:37:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 23:37:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 23:37:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 23:37:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 23:37:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 23:37:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 23:37:03] Production.INFO: Account Balance Start.
[2026-09-10 23:37:03] Production.INFO: CreateAllLog Start
[2026-09-10 23:37:03] Production.INFO: 117
[2026-09-10 23:37:03] Production.INFO: ==18594== Lock acquired, processing the job...
[2026-09-10 23:37:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 23:37:03] Production.INFO: Date 2026-09-08
[2026-09-10 23:37:03] Production.INFO: Reseller ==> 0
[2026-09-10 23:37:03] Production.INFO: Date 2026-09-09
[2026-09-10 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-09-10 23:37:03] Production.INFO: Reseller ==> 0
[2026-09-10 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-09-10 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-09-10 23:37:03] Production.INFO: Date 2026-09-10
[2026-09-10 23:37:03] Production.INFO: Reseller ==> 0
[2026-09-10 23:37:03] Production.INFO: ==18594== Releasing lock...
[2026-09-10 23:37:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 23:37:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 23:37:03] Production.INFO: Total Charge 0
[2026-09-10 23:37:03] Production.INFO: CreateAllLog End
[2026-09-10 23:37:04] Production.INFO: Account Balance End.
[2026-09-10 23:37:04] Production.ERROR: CronJobId end 12
[2026-09-10 23:37:04] Production.INFO: ==18592== Releasing lock...
[2026-09-10 23:37:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 23:37:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 23:37:04] Production.INFO: ==18588== Releasing lock...
[2026-09-10 23:37:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 23:37:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 23:37:11] Production.ERROR: CronJobId end10
[2026-09-10 23:37:11] Production.INFO: ==18590== Releasing lock...
[2026-09-10 23:37:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 23:37:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 23:37:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 23:37:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 23:37:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 23:37:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 23:37:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 23:37:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 23:37:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 23:37:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 23:37:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 23:37:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 23:37:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 23:37:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 23:37:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 23:37:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 23:37:14] Production.INFO: call_cost start
[2026-09-10 23:37:14] Production.INFO: call_cost end
[2026-09-10 23:37:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 23:37:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 23:37:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 23:37:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 23:37:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 23:37:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 23:37:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 23:37:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 23:37:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 23:37:14] Production.INFO: ==18586== Releasing lock...
[2026-09-10 23:37:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 23:37:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 04:38:02] Production.INFO: ==18668== Lock acquired, processing the job...
[2026-09-11 04:38:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 04:38:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 04:38:02] Production.INFO: neon service started
[2026-09-11 04:38:02] Production.INFO: neon service started
[2026-09-11 04:38:02] Production.INFO: ==18668== Releasing lock...
[2026-09-11 04:38:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 04:38:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 03:38:02] Production.INFO: ==18672== Lock acquired, processing the job...
[2026-09-11 03:38:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 03:38:02] Production.INFO: ==18672== Releasing lock...
[2026-09-11 03:38:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 03:38:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 23:38:02] Production.INFO: ==18670== Lock acquired, processing the job...
[2026-09-10 23:38:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 23:38:03] Production.INFO: ==18670== Releasing lock...
[2026-09-10 23:38:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 23:38:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 23:38:03] Production.INFO: ==18675== Lock acquired, processing the job...
[2026-09-10 23:38:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 23:38:03] Production.INFO: ==18677== Lock acquired, processing the job...
[2026-09-10 23:38:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 23:38:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 23:38:03] Production.INFO: ==18681== Lock acquired, processing the job...
[2026-09-10 23:38:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 23:38:03] Production.INFO: ==18679== Lock acquired, processing the job...
[2026-09-10 23:38:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 23:38:04] Production.INFO: Account Balance Start.
[2026-09-10 23:38:04] Production.INFO: CreateAllLog Start
[2026-09-10 23:38:04] Production.INFO: 117
[2026-09-10 23:38:04] Production.INFO: ==18683== Lock acquired, processing the job...
[2026-09-10 23:38:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 23:38:04] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 23:38:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 23:38:04] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 23:38:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 23:38:04] Production.INFO: Date 2026-09-08
[2026-09-10 23:38:04] Production.INFO: Reseller ==> 0
[2026-09-10 23:38:04] Production.INFO: Date 2026-09-09
[2026-09-10 23:38:04] Production.INFO: Reseller ==> 0
[2026-09-10 23: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-09-10 23: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-09-10 23:38:04] Production.INFO: Date 2026-09-10
[2026-09-10 23:38:04] Production.INFO: Reseller ==> 0
[2026-09-10 23: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-09-10 23:38:04] Production.INFO: Total Charge 0
[2026-09-10 23:38:04] Production.INFO: ==18683== Releasing lock...
[2026-09-10 23:38:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 23:38:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 23:38:04] Production.INFO: CreateAllLog End
[2026-09-10 23:38:04] Production.INFO: Account Balance End.
[2026-09-10 23:38:04] Production.ERROR: CronJobId end 12
[2026-09-10 23:38:04] Production.INFO: ==18681== Releasing lock...
[2026-09-10 23:38:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 23:38:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 23:38:04] Production.INFO: ==18677== Releasing lock...
[2026-09-10 23:38:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 23:38:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 23:38:12] Production.ERROR: CronJobId end10
[2026-09-10 23:38:12] Production.INFO: ==18679== Releasing lock...
[2026-09-10 23:38:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 23:38:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 23:38:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 23:38:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 23:38:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 23:38:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 23:38:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 23:38:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 23:38:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 23:38:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 23:38:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 23:38:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 23:38:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 23:38:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 23:38:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 23:38:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 23:38:15] Production.INFO: call_cost start
[2026-09-10 23:38:15] Production.INFO: call_cost end
[2026-09-10 23:38:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 23:38:15] Production.INFO: ============== Report Schedule START===========
[2026-09-10 23:38:15] Production.INFO: ============== Report Schedule END===========
[2026-09-10 23:38:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 23:38:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 23:38:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 23:38:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 23:38:15] Production.INFO: ============== Deal alert START===========
[2026-09-10 23:38:15] Production.INFO: ============== Deal alert END===========
[2026-09-10 23:38:15] Production.INFO: ==18675== Releasing lock...
[2026-09-10 23:38:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 23:38:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 04:39:01] Production.INFO: ==18739== Lock acquired, processing the job...
[2026-09-11 04:39:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 04:39:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 04:39:01] Production.INFO: neon service started
[2026-09-11 04:39:01] Production.INFO: neon service started
[2026-09-11 04:39:01] Production.INFO: ==18739== Releasing lock...
[2026-09-11 04:39:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 04:39:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 23:39:02] Production.INFO: ==18741== Lock acquired, processing the job...
[2026-09-10 23:39:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 23:39:02] Production.INFO: ==18741== Releasing lock...
[2026-09-10 23:39:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 23:39:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 03:39:02] Production.INFO: ==18743== Lock acquired, processing the job...
[2026-09-11 03:39:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 03:39:02] Production.INFO: ==18743== Releasing lock...
[2026-09-11 03:39:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 03:39:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 23:39:03] Production.INFO: ==18754== Lock acquired, processing the job...
[2026-09-10 23:39:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 23: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-09-10 23: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-09-10 23: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-09-10 23:39:03] Production.INFO: ==18754== Releasing lock...
[2026-09-10 23:39:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 23:39:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 23:39:03] Production.INFO: ==18746== Lock acquired, processing the job...
[2026-09-10 23:39:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 23:39:03] Production.INFO: ==18748== Lock acquired, processing the job...
[2026-09-10 23:39:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 23:39:03] Production.INFO: ==18750== Lock acquired, processing the job...
[2026-09-10 23:39:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 23:39:03] Production.INFO: ==18752== Lock acquired, processing the job...
[2026-09-10 23:39:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 23:39:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 23:39:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 23:39:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 23:39:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 23:39:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 23:39:03] Production.INFO: Account Balance Start.
[2026-09-10 23:39:03] Production.INFO: CreateAllLog Start
[2026-09-10 23:39:03] Production.INFO: 117
[2026-09-10 23:39:03] Production.INFO: Date 2026-09-08
[2026-09-10 23:39:03] Production.INFO: Reseller ==> 0
[2026-09-10 23:39:03] Production.INFO: Date 2026-09-09
[2026-09-10 23:39:03] Production.INFO: Reseller ==> 0
[2026-09-10 23:39:03] Production.INFO: Date 2026-09-10
[2026-09-10 23:39:03] Production.INFO: Reseller ==> 0
[2026-09-10 23:39:03] Production.INFO: Total Charge 0
[2026-09-10 23:39:03] Production.INFO: CreateAllLog End
[2026-09-10 23:39:03] Production.INFO: Account Balance End.
[2026-09-10 23:39:03] Production.ERROR: CronJobId end 12
[2026-09-10 23:39:03] Production.INFO: ==18752== Releasing lock...
[2026-09-10 23:39:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 23:39:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 23:39:04] Production.INFO: ==18748== Releasing lock...
[2026-09-10 23:39:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 23:39:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 23:39:10] Production.ERROR: CronJobId end10
[2026-09-10 23:39:10] Production.INFO: ==18750== Releasing lock...
[2026-09-10 23:39:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 23:39:10] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 23:39:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 23:39:13] Production.INFO: ============== Balance Warning START===========
[2026-09-10 23:39:13] Production.INFO: ============== Balance Warning END===========
[2026-09-10 23:39:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 23:39:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 23:39:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 23:39:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 23:39:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 23:39:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 23:39:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 23:39:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 23:39:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 23:39:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 23:39:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 23:39:13] Production.INFO: call_cost start
[2026-09-10 23:39:13] Production.INFO: call_cost end
[2026-09-10 23:39:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 23:39:13] Production.INFO: ============== Report Schedule START===========
[2026-09-10 23:39:13] Production.INFO: ============== Report Schedule END===========
[2026-09-10 23:39:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 23:39:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 23:39:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 23:39:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 23:39:13] Production.INFO: ============== Deal alert START===========
[2026-09-10 23:39:13] Production.INFO: ============== Deal alert END===========
[2026-09-10 23:39:13] Production.INFO: ==18746== Releasing lock...
[2026-09-10 23:39:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 23:39:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 04:40:02] Production.INFO: ==18819== Lock acquired, processing the job...
[2026-09-11 04:40:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 04:40:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 04:40:02] Production.INFO: neon service started
[2026-09-11 04:40:02] Production.INFO: neon service started
[2026-09-11 04:40:02] Production.INFO: ==18819== Releasing lock...
[2026-09-11 04:40:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 04:40:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 23:40:02] Production.INFO: ==18821== Lock acquired, processing the job...
[2026-09-10 23:40:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 23:40:02] Production.INFO: ==18821== Releasing lock...
[2026-09-10 23:40:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 23:40:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 03:40:03] Production.INFO: ==18823== Lock acquired, processing the job...
[2026-09-11 03:40:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 03:40:03] Production.INFO: ==18823== Releasing lock...
[2026-09-11 03:40:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 03:40:03] Production.INFO: 25 MB #Memory Used#
[2026-09-10 23:40:03] Production.INFO: ==18828== Lock acquired, processing the job...
[2026-09-10 23:40:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 23:40:03] Production.INFO: ==18826== Lock acquired, processing the job...
[2026-09-10 23:40:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 23:40:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 23:40:03] Production.INFO: ==18832== Lock acquired, processing the job...
[2026-09-10 23:40:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 23:40:03] Production.INFO: ==18830== Lock acquired, processing the job...
[2026-09-10 23:40:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 23:40:03] Production.INFO: Account Balance Start.
[2026-09-10 23:40:03] Production.INFO: CreateAllLog Start
[2026-09-10 23:40:03] Production.INFO: 117
[2026-09-10 23:40:03] Production.INFO: Date 2026-09-08
[2026-09-10 23:40:03] Production.INFO: Reseller ==> 0
[2026-09-10 23:40:03] Production.INFO: ==18834== Lock acquired, processing the job...
[2026-09-10 23:40:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 23:40:03] Production.INFO: Date 2026-09-09
[2026-09-10 23:40:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 23:40:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 23:40:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 23:40:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 23:40:03] Production.INFO: Reseller ==> 0
[2026-09-10 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-09-10 23: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-09-10 23: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-09-10 23:40:04] Production.INFO: ==18834== Releasing lock...
[2026-09-10 23:40:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 23:40:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 23:40:04] Production.INFO: Date 2026-09-10
[2026-09-10 23:40:04] Production.INFO: Reseller ==> 0
[2026-09-10 23:40:04] Production.INFO: Total Charge 0
[2026-09-10 23:40:04] Production.INFO: CreateAllLog End
[2026-09-10 23:40:04] Production.INFO: ==18828== Releasing lock...
[2026-09-10 23:40:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 23:40:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 23:40:04] Production.INFO: Account Balance End.
[2026-09-10 23:40:04] Production.ERROR: CronJobId end 12
[2026-09-10 23:40:04] Production.INFO: ==18832== Releasing lock...
[2026-09-10 23:40:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 23:40:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 23:40:12] Production.ERROR: CronJobId end10
[2026-09-10 23:40:12] Production.INFO: ==18830== Releasing lock...
[2026-09-10 23:40:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 23:40:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 23:40:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 23:40:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 23:40:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 23:40:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 23:40:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 23:40:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 23:40:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 23:40:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 23:40:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 23:40:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 23:40:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 23:40:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 23:40:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 23:40:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 23:40:14] Production.INFO: call_cost start
[2026-09-10 23:40:14] Production.INFO: call_cost end
[2026-09-10 23:40:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 23:40:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 23:40:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 23:40:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 23:40:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 23:40:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 23:40:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 23:40:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 23:40:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 23:40:14] Production.INFO: ==18826== Releasing lock...
[2026-09-10 23:40:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 23:40:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 04:41:01] Production.INFO: ==18900== Lock acquired, processing the job...
[2026-09-11 04:41:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 04:41:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 04:41:01] Production.INFO: neon service started
[2026-09-11 04:41:01] Production.INFO: neon service started
[2026-09-11 04:41:01] Production.INFO: ==18900== Releasing lock...
[2026-09-11 04:41:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 04:41:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 23:41:01] Production.INFO: ==18902== Lock acquired, processing the job...
[2026-09-10 23:41:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 23:41:02] Production.INFO: ==18902== Releasing lock...
[2026-09-10 23:41:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 23:41:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 03:41:02] Production.INFO: ==18904== Lock acquired, processing the job...
[2026-09-11 03:41:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 03:41:02] Production.INFO: ==18904== Releasing lock...
[2026-09-11 03:41:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 03:41:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 23:41:02] Production.INFO: ==18907== Lock acquired, processing the job...
[2026-09-10 23:41:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 23:41:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 23:41:03] Production.INFO: ==18909== Lock acquired, processing the job...
[2026-09-10 23:41:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 23:41:03] Production.INFO: ==18913== Lock acquired, processing the job...
[2026-09-10 23:41:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 23:41:03] Production.INFO: ==18911== Lock acquired, processing the job...
[2026-09-10 23:41:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 23:41:03] Production.INFO: ==18915== Lock acquired, processing the job...
[2026-09-10 23:41:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 23:41:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 23:41:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 23:41:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 23:41:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 23: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-09-10 23: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-09-10 23:41:03] Production.INFO: Account Balance Start.
[2026-09-10 23:41:03] Production.INFO: CreateAllLog Start
[2026-09-10 23:41:03] Production.INFO: 117
[2026-09-10 23:41:03] Production.INFO: Date 2026-09-08
[2026-09-10 23:41:03] Production.INFO: Reseller ==> 0
[2026-09-10 23: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-09-10 23:41:03] Production.INFO: Date 2026-09-09
[2026-09-10 23:41:03] Production.INFO: Reseller ==> 0
[2026-09-10 23:41:03] Production.INFO: ==18915== Releasing lock...
[2026-09-10 23:41:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 23:41:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 23:41:03] Production.INFO: Date 2026-09-10
[2026-09-10 23:41:03] Production.INFO: Reseller ==> 0
[2026-09-10 23:41:03] Production.INFO: Total Charge 0
[2026-09-10 23:41:03] Production.INFO: CreateAllLog End
[2026-09-10 23:41:03] Production.INFO: Account Balance End.
[2026-09-10 23:41:03] Production.ERROR: CronJobId end 12
[2026-09-10 23:41:03] Production.INFO: ==18913== Releasing lock...
[2026-09-10 23:41:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 23:41:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 23:41:03] Production.INFO: ==18909== Releasing lock...
[2026-09-10 23:41:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 23:41:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 23:41:11] Production.ERROR: CronJobId end10
[2026-09-10 23:41:11] Production.INFO: ==18911== Releasing lock...
[2026-09-10 23:41:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 23:41:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 23:41:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 23:41:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 23:41:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 23:41:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 23:41:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 23:41:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 23:41:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 23:41:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 23:41:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 23:41:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 23:41:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 23:41:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 23:41:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 23:41:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 23:41:14] Production.INFO: call_cost start
[2026-09-10 23:41:14] Production.INFO: call_cost end
[2026-09-10 23:41:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 23:41:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 23:41:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 23:41:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 23:41:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 23:41:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 23:41:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 23:41:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 23:41:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 23:41:14] Production.INFO: ==18907== Releasing lock...
[2026-09-10 23:41:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 23:41:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 04:42:02] Production.INFO: ==18981== Lock acquired, processing the job...
[2026-09-11 04:42:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 04:42:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 04:42:02] Production.INFO: neon service started
[2026-09-11 04:42:02] Production.INFO: neon service started
[2026-09-11 04:42:02] Production.INFO: ==18981== Releasing lock...
[2026-09-11 04:42:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 04:42:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 23:42:02] Production.INFO: ==18983== Lock acquired, processing the job...
[2026-09-10 23:42:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 03:42:02] Production.INFO: ==18985== Lock acquired, processing the job...
[2026-09-11 03:42:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 03:42:02] Production.INFO: ==18985== Releasing lock...
[2026-09-11 03:42:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 03:42:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 23:42:02] Production.INFO: ==18983== Releasing lock...
[2026-09-10 23:42:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 23:42:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 23:42:03] Production.INFO: ==18988== Lock acquired, processing the job...
[2026-09-10 23:42:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 23:42:03] Production.INFO: ==18990== Lock acquired, processing the job...
[2026-09-10 23:42:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 23:42:03] Production.INFO: ==18992== Lock acquired, processing the job...
[2026-09-10 23:42:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 23:42:03] Production.INFO: ==18994== Lock acquired, processing the job...
[2026-09-10 23:42:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 23:42:03] Production.INFO: ==18996== Lock acquired, processing the job...
[2026-09-10 23:42:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 23:42:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 23:42:03] Production.INFO: Account Balance Start.
[2026-09-10 23:42:03] Production.INFO: CreateAllLog Start
[2026-09-10 23:42:03] Production.INFO: 117
[2026-09-10 23:42:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 23:42:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 23:42:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 23:42:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 23:42:03] Production.INFO: Date 2026-09-08
[2026-09-10 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-09-10 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-09-10 23:42:04] Production.INFO: Reseller ==> 0
[2026-09-10 23: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-09-10 23:42:04] Production.INFO: ==18996== Releasing lock...
[2026-09-10 23:42:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 23:42:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 23:42:04] Production.INFO: Date 2026-09-09
[2026-09-10 23:42:04] Production.INFO: Reseller ==> 0
[2026-09-10 23:42:04] Production.INFO: Date 2026-09-10
[2026-09-10 23:42:04] Production.INFO: Reseller ==> 0
[2026-09-10 23:42:04] Production.INFO: Total Charge 0
[2026-09-10 23:42:04] Production.INFO: CreateAllLog End
[2026-09-10 23:42:04] Production.INFO: Account Balance End.
[2026-09-10 23:42:04] Production.ERROR: CronJobId end 12
[2026-09-10 23:42:04] Production.INFO: ==18994== Releasing lock...
[2026-09-10 23:42:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 23:42:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 23:42:04] Production.INFO: ==18990== Releasing lock...
[2026-09-10 23:42:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 23:42:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 23:42:12] Production.ERROR: CronJobId end10
[2026-09-10 23:42:12] Production.INFO: ==18992== Releasing lock...
[2026-09-10 23:42:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 23:42:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 23:42:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 23:42:15] Production.INFO: ============== Balance Warning START===========
[2026-09-10 23:42:15] Production.INFO: ============== Balance Warning END===========
[2026-09-10 23:42:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 23:42:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 23:42:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 23:42:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 23:42:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 23:42:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 23:42:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 23:42:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 23:42:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 23:42:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 23:42:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 23:42:15] Production.INFO: call_cost start
[2026-09-10 23:42:15] Production.INFO: call_cost end
[2026-09-10 23:42:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 23:42:15] Production.INFO: ============== Report Schedule START===========
[2026-09-10 23:42:15] Production.INFO: ============== Report Schedule END===========
[2026-09-10 23:42:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 23:42:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 23:42:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 23:42:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 23:42:15] Production.INFO: ============== Deal alert START===========
[2026-09-10 23:42:15] Production.INFO: ============== Deal alert END===========
[2026-09-10 23:42:15] Production.INFO: ==18988== Releasing lock...
[2026-09-10 23:42:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 23:42:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 04:43:01] Production.INFO: ==19067== Lock acquired, processing the job...
[2026-09-11 04:43:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 04:43:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 04:43:01] Production.INFO: neon service started
[2026-09-11 04:43:01] Production.INFO: neon service started
[2026-09-11 04:43:01] Production.INFO: ==19067== Releasing lock...
[2026-09-11 04:43:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 04:43:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 23:43:01] Production.INFO: ==19070== Lock acquired, processing the job...
[2026-09-10 23:43:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 23:43:02] Production.INFO: ==19070== Releasing lock...
[2026-09-10 23:43:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 23:43:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 03:43:02] Production.INFO: ==19072== Lock acquired, processing the job...
[2026-09-11 03:43:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 03:43:02] Production.INFO: ==19072== Releasing lock...
[2026-09-11 03:43:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 03:43:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 23:43:03] Production.INFO: ==19078== Lock acquired, processing the job...
[2026-09-10 23:43:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 23:43:03] Production.INFO: ==19076== Lock acquired, processing the job...
[2026-09-10 23:43:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 23:43:03] Production.INFO: ==19074== Lock acquired, processing the job...
[2026-09-10 23:43:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 23:43:03] Production.INFO: ==19082== Lock acquired, processing the job...
[2026-09-10 23:43:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 23:43:03] Production.INFO: ==19080== Lock acquired, processing the job...
[2026-09-10 23:43:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 23:43:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 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-09-10 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-09-10 23:43:03] Production.INFO: Account Balance Start.
[2026-09-10 23:43:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 23:43:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 23:43:03] Production.INFO: CreateAllLog Start
[2026-09-10 23:43:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 23:43:03] Production.INFO: 117
[2026-09-10 23:43:03] Production.INFO: Date 2026-09-08
[2026-09-10 23:43:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 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-09-10 23:43:03] Production.INFO: Reseller ==> 0
[2026-09-10 23:43:03] Production.INFO: Date 2026-09-09
[2026-09-10 23:43:03] Production.INFO: Reseller ==> 0
[2026-09-10 23:43:03] Production.INFO: ==19082== Releasing lock...
[2026-09-10 23:43:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 23:43:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 23:43:03] Production.INFO: Date 2026-09-10
[2026-09-10 23:43:03] Production.INFO: Reseller ==> 0
[2026-09-10 23:43:03] Production.INFO: Total Charge 0
[2026-09-10 23:43:03] Production.INFO: CreateAllLog End
[2026-09-10 23:43:03] Production.INFO: Account Balance End.
[2026-09-10 23:43:03] Production.ERROR: CronJobId end 12
[2026-09-10 23:43:03] Production.INFO: ==19080== Releasing lock...
[2026-09-10 23:43:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 23:43:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 23:43:03] Production.INFO: ==19076== Releasing lock...
[2026-09-10 23:43:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 23:43:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 23:43:11] Production.ERROR: CronJobId end10
[2026-09-10 23:43:11] Production.INFO: ==19078== Releasing lock...
[2026-09-10 23:43:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 23:43:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 23:43:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 23:43:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 23:43:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 23:43:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 23:43:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 23:43:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 23:43:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 23:43:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 23:43:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 23:43:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 23:43:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 23:43:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 23:43:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 23:43:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 23:43:14] Production.INFO: call_cost start
[2026-09-10 23:43:14] Production.INFO: call_cost end
[2026-09-10 23:43:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 23:43:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 23:43:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 23:43:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 23:43:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 23:43:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 23:43:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 23:43:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 23:43:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 23:43:14] Production.INFO: ==19074== Releasing lock...
[2026-09-10 23:43:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 23:43:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 04:44:02] Production.INFO: ==19149== Lock acquired, processing the job...
[2026-09-11 04:44:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 04:44:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 04:44:02] Production.INFO: neon service started
[2026-09-11 04:44:02] Production.INFO: neon service started
[2026-09-11 04:44:02] Production.INFO: ==19149== Releasing lock...
[2026-09-11 04:44:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 04:44:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 03:44:02] Production.INFO: ==19153== Lock acquired, processing the job...
[2026-09-11 03:44:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 03:44:02] Production.INFO: ==19153== Releasing lock...
[2026-09-11 03:44:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 03:44:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 23:44:02] Production.INFO: ==19151== Lock acquired, processing the job...
[2026-09-10 23:44:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 23:44:02] Production.INFO: ==19151== Releasing lock...
[2026-09-10 23:44:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 23:44:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 23:44:03] Production.INFO: ==19155== Lock acquired, processing the job...
[2026-09-10 23:44:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 23:44:03] Production.INFO: ==19157== Lock acquired, processing the job...
[2026-09-10 23:44:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 23:44:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 23:44:03] Production.INFO: ==19159== Lock acquired, processing the job...
[2026-09-10 23:44:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 23:44:03] Production.INFO: ==19161== Lock acquired, processing the job...
[2026-09-10 23:44:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 23:44:03] Production.INFO: Account Balance Start.
[2026-09-10 23:44:03] Production.INFO: CreateAllLog Start
[2026-09-10 23:44:03] Production.INFO: 117
[2026-09-10 23:44:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 23:44:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 23:44:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 23:44:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 23:44:03] Production.INFO: ==19164== Lock acquired, processing the job...
[2026-09-10 23:44:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 23:44:03] Production.INFO: Date 2026-09-08
[2026-09-10 23:44:03] Production.INFO: Reseller ==> 0
[2026-09-10 23:44:03] Production.INFO: Date 2026-09-09
[2026-09-10 23:44:03] Production.INFO: Reseller ==> 0
[2026-09-10 23:44:03] Production.INFO: Date 2026-09-10
[2026-09-10 23:44:03] Production.INFO: Reseller ==> 0
[2026-09-10 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-09-10 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-09-10 23:44:03] Production.INFO: Total Charge 0
[2026-09-10 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-09-10 23:44:04] Production.INFO: CreateAllLog End
[2026-09-10 23:44:04] Production.INFO: ==19164== Releasing lock...
[2026-09-10 23:44:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 23:44:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 23:44:04] Production.INFO: Account Balance End.
[2026-09-10 23:44:04] Production.ERROR: CronJobId end 12
[2026-09-10 23:44:04] Production.INFO: ==19161== Releasing lock...
[2026-09-10 23:44:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 23:44:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 23:44:04] Production.INFO: ==19157== Releasing lock...
[2026-09-10 23:44:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 23:44:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 23:44:12] Production.ERROR: CronJobId end10
[2026-09-10 23:44:12] Production.INFO: ==19159== Releasing lock...
[2026-09-10 23:44:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 23:44:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 23:44:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 23:44:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 23:44:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 23:44:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 23:44:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 23:44:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 23:44:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 23:44:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 23:44:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 23:44:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 23:44:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 23:44:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 23:44:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 23:44:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 23:44:14] Production.INFO: call_cost start
[2026-09-10 23:44:14] Production.INFO: call_cost end
[2026-09-10 23:44:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 23:44:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 23:44:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 23:44:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 23:44:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 23:44:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 23:44:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 23:44:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 23:44:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 23:44:14] Production.INFO: ==19155== Releasing lock...
[2026-09-10 23:44:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 23:44:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 04:45:01] Production.INFO: ==19229== Lock acquired, processing the job...
[2026-09-11 04:45:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 04:45:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 04:45:01] Production.INFO: neon service started
[2026-09-11 04:45:01] Production.INFO: neon service started
[2026-09-11 04:45:01] Production.INFO: ==19229== Releasing lock...
[2026-09-11 04:45:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 04:45:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 23:45:01] Production.INFO: ==19231== Lock acquired, processing the job...
[2026-09-10 23:45:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 23:45:02] Production.INFO: ==19231== Releasing lock...
[2026-09-10 23:45:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 23:45:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 03:45:02] Production.INFO: ==19233== Lock acquired, processing the job...
[2026-09-11 03:45:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 03:45:02] Production.INFO: ==19233== Releasing lock...
[2026-09-11 03:45:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 03:45:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 23:45:03] Production.INFO: ==19244== Lock acquired, processing the job...
[2026-09-10 23:45:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 23:45:03] Production.INFO: ==19248== Lock acquired, processing the job...
[2026-09-10 23:45:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 23:45:03] Production.INFO: ==19238== Lock acquired, processing the job...
[2026-09-10 23:45:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 23:45:03] Production.INFO: ==19236== Lock acquired, processing the job...
[2026-09-10 23:45:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-10 23:45:03] Production.INFO: Account Balance Start.
[2026-09-10 23:45:03] Production.INFO: CreateAllLog Start
[2026-09-10 23:45:03] Production.INFO: 117
[2026-09-10 23:45:03] Production.INFO: Date 2026-09-08
[2026-09-10 23:45:03] Production.INFO: Reseller ==> 0
[2026-09-10 23:45:03] Production.INFO: ==19246== Lock acquired, processing the job...
[2026-09-10 23:45:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-10 23:45:03] Production.ERROR: ========================== active cronjob start =============================
[2026-09-10 23:45:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-10 23:45:03] Production.ERROR: CronJob PID - 19244
[2026-09-10 23:45:03] Production.ERROR: CronJob Title - Prepaid Account Balance
[2026-09-10 23:45:03] Production.ERROR: CronJob ID - 12
[2026-09-10 23:45:03] Production.ERROR: CronJob Last Run Time 2026-09-10 23:45:00
[2026-09-10 23:45:03] Production.ERROR: CronJob Active Minutes 0
[2026-09-10 23:45:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-10 23:45:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-10 23:45:03] Production.ERROR: CronJob PID - 19248
[2026-09-10 23:45:03] Production.ERROR: CronJob Title - Import PBX Extensions and DIDs
[2026-09-10 23:45:03] Production.ERROR: CronJob ID - 19
[2026-09-10 23:45:03] Production.ERROR: CronJob Last Run Time 2026-09-10 23:45:00
[2026-09-10 23:45:03] Production.ERROR: CronJob Active Minutes 0
[2026-09-10 23:45:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-10 23:45:03] Production.ERROR: ========================== active cronjob end =============================
[2026-09-10 23:45:03] Production.INFO: ==19236== Releasing lock...
[2026-09-10 23:45:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-10 23:45:03] Production.INFO: 25.5 MB #Memory Used#
[2026-09-10 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-09-10 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-09-10 23:45:03] Production.ERROR: tblTempUsageDetail_20
[2026-09-10 23:45:03] Production.INFO: Date 2026-09-09
[2026-09-10 23:45:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 23:45:03] Production.INFO: Reseller ==> 0
[2026-09-10 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-09-10 23:45:03] Production.INFO: ==19248== Releasing lock...
[2026-09-10 23:45:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 23:45:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 23:45:03] Production.INFO: ==19240== Lock acquired, processing the job...
[2026-09-10 23:45:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 23:45:03] Production.INFO: Date 2026-09-10
[2026-09-10 23:45:03] Production.INFO: Reseller ==> 0
[2026-09-10 23:45:03] Production.INFO: ==19242== Lock acquired, processing the job...
[2026-09-10 23:45:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 23:45:03] Production.INFO: Total Charge 0
[2026-09-10 23:45:03] Production.INFO: CreateAllLog End
[2026-09-10 23:45:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 23:45:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 23:45:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 23:45:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 23:45:03] Production.ERROR: done
[2026-09-10 23:45:03] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-10 23:45:03] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17981284', 'tblTempUsageDetail_20reseller','2026-09-10','2026-09-10','1' ) start
[2026-09-10 23:45:03] Production.INFO: Account Balance End.
[2026-09-10 23:45:03] Production.ERROR: CronJobId end 12
[2026-09-10 23:45:03] Production.INFO: ==19244== Releasing lock...
[2026-09-10 23:45:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 23:45:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 23:45:04] Production.INFO: ==19240== Releasing lock...
[2026-09-10 23:45:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 23:45:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 23:45:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17981284', 'tblTempUsageDetail_20reseller','2026-09-10','2026-09-10','1' ) end
[2026-09-10 23:45:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-10 23:45:10] Production.INFO: ProcessCDR(1,17981284,1,1,2)
[2026-09-10 23:45:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17981284,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-10 23:45:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17981284,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-10 23:45:10] Production.ERROR: pbx prc_insertCDR start
[2026-09-10 23:45:10] Production.ERROR: pbx prc_insertCDR end
[2026-09-10 23:45:10] Production.INFO: ==19246== Releasing lock...
[2026-09-10 23:45:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-10 23:45:10] Production.INFO: 26 MB #Memory Used#
[2026-09-10 23:45:14] Production.ERROR: CronJobId end10
[2026-09-10 23:45:14] Production.INFO: ==19242== Releasing lock...
[2026-09-10 23:45:14] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 23:45:14] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 23:45:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 23:45:16] Production.INFO: ============== Balance Warning START===========
[2026-09-10 23:45:16] Production.INFO: ============== Balance Warning END===========
[2026-09-10 23:45:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 23:45:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 23:45:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 23:45:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 23:45:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 23:45:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 23:45:16] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 23:45:16] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 23:45:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 23:45:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 23:45:16] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 23:45:16] Production.INFO: call_cost start
[2026-09-10 23:45:16] Production.INFO: call_cost end
[2026-09-10 23:45:16] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 23:45:16] Production.INFO: ============== Report Schedule START===========
[2026-09-10 23:45:16] Production.INFO: ============== Report Schedule END===========
[2026-09-10 23:45:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 23:45:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 23:45:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 23:45:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 23:45:16] Production.INFO: ============== Deal alert START===========
[2026-09-10 23:45:16] Production.INFO: ============== Deal alert END===========
[2026-09-10 23:45:16] Production.INFO: ==19238== Releasing lock...
[2026-09-10 23:45:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 23:45:16] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 04:46:01] Production.INFO: ==19319== Lock acquired, processing the job...
[2026-09-11 04:46:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 04:46:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 04:46:01] Production.INFO: neon service started
[2026-09-11 04:46:01] Production.INFO: neon service started
[2026-09-11 04:46:01] Production.INFO: ==19319== Releasing lock...
[2026-09-11 04:46:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 04:46:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 23:46:02] Production.INFO: ==19321== Lock acquired, processing the job...
[2026-09-10 23:46:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 03:46:02] Production.INFO: ==19323== Lock acquired, processing the job...
[2026-09-11 03:46:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 03:46:02] Production.INFO: ==19323== Releasing lock...
[2026-09-11 03:46:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 03:46:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 23:46:02] Production.INFO: ==19321== Releasing lock...
[2026-09-10 23:46:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 23:46:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 23:46:03] Production.INFO: ==19326== Lock acquired, processing the job...
[2026-09-10 23:46:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 23:46:03] Production.INFO: ==19330== Lock acquired, processing the job...
[2026-09-10 23:46:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 23:46:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 23:46:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 23:46:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 23:46:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 23:46:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 23:46:03] Production.INFO: ==19328== Lock acquired, processing the job...
[2026-09-10 23:46:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 23:46:03] Production.INFO: ==19332== Lock acquired, processing the job...
[2026-09-10 23:46:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 23:46:03] Production.INFO: ==19334== Lock acquired, processing the job...
[2026-09-10 23:46:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 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-09-10 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-09-10 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-09-10 23:46:03] Production.INFO: ==19334== Releasing lock...
[2026-09-10 23:46:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 23:46:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 23:46:04] Production.INFO: Account Balance Start.
[2026-09-10 23:46:04] Production.INFO: CreateAllLog Start
[2026-09-10 23:46:04] Production.INFO: 117
[2026-09-10 23:46:04] Production.INFO: Date 2026-09-08
[2026-09-10 23:46:04] Production.INFO: Reseller ==> 0
[2026-09-10 23:46:04] Production.INFO: Date 2026-09-09
[2026-09-10 23:46:04] Production.INFO: Reseller ==> 0
[2026-09-10 23:46:04] Production.INFO: Date 2026-09-10
[2026-09-10 23:46:04] Production.INFO: Reseller ==> 0
[2026-09-10 23:46:04] Production.INFO: Total Charge 0
[2026-09-10 23:46:04] Production.INFO: CreateAllLog End
[2026-09-10 23:46:04] Production.INFO: Account Balance End.
[2026-09-10 23:46:04] Production.ERROR: CronJobId end 12
[2026-09-10 23:46:04] Production.INFO: ==19332== Releasing lock...
[2026-09-10 23:46:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 23:46:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 23:46:04] Production.INFO: ==19328== Releasing lock...
[2026-09-10 23:46:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 23:46:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 23:46:11] Production.ERROR: CronJobId end10
[2026-09-10 23:46:11] Production.INFO: ==19330== Releasing lock...
[2026-09-10 23:46:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 23:46:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 23:46:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 23:46:15] Production.INFO: ============== Balance Warning START===========
[2026-09-10 23:46:15] Production.INFO: ============== Balance Warning END===========
[2026-09-10 23:46:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 23:46:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 23:46:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 23:46:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 23:46:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 23:46:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 23:46:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 23:46:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 23:46:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 23:46:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 23:46:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 23:46:15] Production.INFO: call_cost start
[2026-09-10 23:46:15] Production.INFO: call_cost end
[2026-09-10 23:46:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 23:46:15] Production.INFO: ============== Report Schedule START===========
[2026-09-10 23:46:15] Production.INFO: ============== Report Schedule END===========
[2026-09-10 23:46:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 23:46:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 23:46:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 23:46:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 23:46:15] Production.INFO: ============== Deal alert START===========
[2026-09-10 23:46:15] Production.INFO: ============== Deal alert END===========
[2026-09-10 23:46:15] Production.INFO: ==19326== Releasing lock...
[2026-09-10 23:46:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 23:46:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 04:47:02] Production.INFO: ==19398== Lock acquired, processing the job...
[2026-09-11 04:47:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 04:47:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 04:47:02] Production.INFO: neon service started
[2026-09-11 04:47:02] Production.INFO: neon service started
[2026-09-11 04:47:02] Production.INFO: ==19398== Releasing lock...
[2026-09-11 04:47:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 04:47:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 03:47:02] Production.INFO: ==19402== Lock acquired, processing the job...
[2026-09-11 03:47:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 03:47:02] Production.INFO: ==19402== Releasing lock...
[2026-09-11 03:47:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 03:47:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 23:47:02] Production.INFO: ==19400== Lock acquired, processing the job...
[2026-09-10 23:47:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 23:47:03] Production.INFO: ==19400== Releasing lock...
[2026-09-10 23:47:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 23:47:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 23:47:03] Production.INFO: ==19405== Lock acquired, processing the job...
[2026-09-10 23:47:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 23:47:03] Production.INFO: ==19411== Lock acquired, processing the job...
[2026-09-10 23:47:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 23:47:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 23:47:03] Production.INFO: ==19409== Lock acquired, processing the job...
[2026-09-10 23:47:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 23:47:03] Production.INFO: ==19413== Lock acquired, processing the job...
[2026-09-10 23:47:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 23:47:03] Production.INFO: ==19407== Lock acquired, processing the job...
[2026-09-10 23:47:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 23:47:04] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 23:47:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 23:47:04] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 23:47:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 23:47:04] Production.INFO: Account Balance Start.
[2026-09-10 23:47:04] Production.INFO: CreateAllLog Start
[2026-09-10 23:47:04] Production.INFO: 117
[2026-09-10 23: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-09-10 23:47:04] Production.INFO: Date 2026-09-08
[2026-09-10 23: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-09-10 23:47:04] Production.INFO: Reseller ==> 0
[2026-09-10 23: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-09-10 23:47:04] Production.INFO: ==19413== Releasing lock...
[2026-09-10 23:47:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 23:47:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 23:47:04] Production.INFO: Date 2026-09-09
[2026-09-10 23:47:04] Production.INFO: Reseller ==> 0
[2026-09-10 23:47:04] Production.INFO: Date 2026-09-10
[2026-09-10 23:47:04] Production.INFO: Reseller ==> 0
[2026-09-10 23:47:04] Production.INFO: Total Charge 0
[2026-09-10 23:47:04] Production.INFO: CreateAllLog End
[2026-09-10 23:47:04] Production.INFO: Account Balance End.
[2026-09-10 23:47:04] Production.ERROR: CronJobId end 12
[2026-09-10 23:47:04] Production.INFO: ==19411== Releasing lock...
[2026-09-10 23:47:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 23:47:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 23:47:04] Production.INFO: ==19407== Releasing lock...
[2026-09-10 23:47:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 23:47:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 23:47:12] Production.ERROR: CronJobId end10
[2026-09-10 23:47:12] Production.INFO: ==19409== Releasing lock...
[2026-09-10 23:47:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 23:47:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 23:47:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 23:47:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 23:47:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 23:47:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 23:47:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 23:47:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 23:47:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 23:47:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 23:47:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 23:47:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 23:47:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 23:47:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 23:47:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 23:47:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 23:47:14] Production.INFO: call_cost start
[2026-09-10 23:47:14] Production.INFO: call_cost end
[2026-09-10 23:47:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 23:47:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 23:47:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 23:47:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 23:47:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 23:47:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 23:47:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 23:47:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 23:47:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 23:47:14] Production.INFO: ==19405== Releasing lock...
[2026-09-10 23:47:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 23:47:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 04:48:01] Production.INFO: ==19475== Lock acquired, processing the job...
[2026-09-11 04:48:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 04:48:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 04:48:01] Production.INFO: neon service started
[2026-09-11 04:48:01] Production.INFO: neon service started
[2026-09-11 04:48:01] Production.INFO: ==19475== Releasing lock...
[2026-09-11 04:48:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 04:48:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 23:48:02] Production.INFO: ==19477== Lock acquired, processing the job...
[2026-09-10 23:48:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 03:48:02] Production.INFO: ==19479== Lock acquired, processing the job...
[2026-09-11 03:48:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 03:48:02] Production.INFO: ==19479== Releasing lock...
[2026-09-11 03:48:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 03:48:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 23:48:02] Production.INFO: ==19477== Releasing lock...
[2026-09-10 23:48:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 23:48:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 23:48:03] Production.INFO: ==19484== Lock acquired, processing the job...
[2026-09-10 23:48:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 23:48:03] Production.INFO: ==19486== Lock acquired, processing the job...
[2026-09-10 23:48:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 23:48:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 23:48:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 23:48:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 23:48:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 23:48:03] Production.INFO: ==19488== Lock acquired, processing the job...
[2026-09-10 23:48:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 23:48:03] Production.INFO: ==19482== Lock acquired, processing the job...
[2026-09-10 23:48:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 23:48:03] Production.INFO: ==19490== Lock acquired, processing the job...
[2026-09-10 23:48:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 23:48:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 23:48:03] Production.INFO: Account Balance Start.
[2026-09-10 23:48:03] Production.INFO: CreateAllLog Start
[2026-09-10 23:48:03] Production.INFO: 117
[2026-09-10 23:48:03] Production.INFO: Date 2026-09-08
[2026-09-10 23:48:03] Production.INFO: Reseller ==> 0
[2026-09-10 23:48:03] Production.INFO: Date 2026-09-09
[2026-09-10 23:48:03] Production.INFO: Reseller ==> 0
[2026-09-10 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-09-10 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-09-10 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-09-10 23:48:03] Production.INFO: ==19490== Releasing lock...
[2026-09-10 23:48:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 23:48:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 23:48:03] Production.INFO: Date 2026-09-10
[2026-09-10 23:48:03] Production.INFO: Reseller ==> 0
[2026-09-10 23:48:03] Production.INFO: Total Charge 0
[2026-09-10 23:48:03] Production.INFO: ==19484== Releasing lock...
[2026-09-10 23:48:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 23:48:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 23:48:04] Production.INFO: CreateAllLog End
[2026-09-10 23:48:04] Production.INFO: Account Balance End.
[2026-09-10 23:48:04] Production.ERROR: CronJobId end 12
[2026-09-10 23:48:04] Production.INFO: ==19488== Releasing lock...
[2026-09-10 23:48:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 23:48:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 23:48:11] Production.ERROR: CronJobId end10
[2026-09-10 23:48:11] Production.INFO: ==19486== Releasing lock...
[2026-09-10 23:48:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 23:48:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 23:48:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 23:48:13] Production.INFO: ============== Balance Warning START===========
[2026-09-10 23:48:13] Production.INFO: ============== Balance Warning END===========
[2026-09-10 23:48:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 23:48:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 23:48:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 23:48:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 23:48:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 23:48:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 23:48:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 23:48:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 23:48:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 23:48:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 23:48:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 23:48:14] Production.INFO: call_cost start
[2026-09-10 23:48:14] Production.INFO: call_cost end
[2026-09-10 23:48:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 23:48:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 23:48:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 23:48:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 23:48:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 23:48:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 23:48:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 23:48:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 23:48:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 23:48:14] Production.INFO: ==19482== Releasing lock...
[2026-09-10 23:48:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 23:48:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 04:49:02] Production.INFO: ==19559== Lock acquired, processing the job...
[2026-09-11 04:49:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 04:49:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 04:49:02] Production.INFO: neon service started
[2026-09-11 04:49:02] Production.INFO: neon service started
[2026-09-11 04:49:02] Production.INFO: ==19559== Releasing lock...
[2026-09-11 04:49:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 04:49:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 23:49:02] Production.INFO: ==19561== Lock acquired, processing the job...
[2026-09-10 23:49:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 23:49:02] Production.INFO: ==19561== Releasing lock...
[2026-09-10 23:49:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 23:49:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 03:49:02] Production.INFO: ==19563== Lock acquired, processing the job...
[2026-09-11 03:49:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 03:49:03] Production.INFO: ==19563== Releasing lock...
[2026-09-11 03:49:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 03:49:03] Production.INFO: 25 MB #Memory Used#
[2026-09-10 23:49:03] Production.INFO: ==19567== Lock acquired, processing the job...
[2026-09-10 23:49:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 23:49:03] Production.INFO: ==19565== Lock acquired, processing the job...
[2026-09-10 23:49:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 23:49:03] Production.INFO: ==19573== Lock acquired, processing the job...
[2026-09-10 23:49:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 23:49:03] Production.INFO: ==19569== Lock acquired, processing the job...
[2026-09-10 23:49:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 23:49:03] Production.INFO: ==19571== Lock acquired, processing the job...
[2026-09-10 23:49:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 23:49:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 23: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-09-10 23: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-09-10 23:49:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 23:49:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 23:49:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 23:49:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 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-09-10 23:49:03] Production.INFO: ==19573== Releasing lock...
[2026-09-10 23:49:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 23:49:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 23:49:03] Production.INFO: Account Balance Start.
[2026-09-10 23:49:03] Production.INFO: CreateAllLog Start
[2026-09-10 23:49:03] Production.INFO: 117
[2026-09-10 23:49:03] Production.INFO: Date 2026-09-08
[2026-09-10 23:49:03] Production.INFO: Reseller ==> 0
[2026-09-10 23:49:03] Production.INFO: Date 2026-09-09
[2026-09-10 23:49:03] Production.INFO: Reseller ==> 0
[2026-09-10 23:49:03] Production.INFO: Date 2026-09-10
[2026-09-10 23:49:03] Production.INFO: Reseller ==> 0
[2026-09-10 23:49:03] Production.INFO: Total Charge 0
[2026-09-10 23:49:03] Production.INFO: CreateAllLog End
[2026-09-10 23:49:04] Production.INFO: Account Balance End.
[2026-09-10 23:49:04] Production.ERROR: CronJobId end 12
[2026-09-10 23:49:04] Production.INFO: ==19571== Releasing lock...
[2026-09-10 23:49:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 23:49:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 23:49:04] Production.INFO: ==19567== Releasing lock...
[2026-09-10 23:49:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 23:49:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 23:49:11] Production.ERROR: CronJobId end10
[2026-09-10 23:49:11] Production.INFO: ==19569== Releasing lock...
[2026-09-10 23:49:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 23:49:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 23:49:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 23:49:13] Production.INFO: ============== Balance Warning START===========
[2026-09-10 23:49:13] Production.INFO: ============== Balance Warning END===========
[2026-09-10 23:49:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 23:49:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 23:49:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 23:49:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 23:49:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 23:49:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 23:49:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 23:49:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 23:49:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 23:49:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 23:49:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 23:49:14] Production.INFO: call_cost start
[2026-09-10 23:49:14] Production.INFO: call_cost end
[2026-09-10 23:49:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 23:49:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 23:49:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 23:49:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 23:49:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 23:49:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 23:49:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 23:49:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 23:49:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 23:49:14] Production.INFO: ==19565== Releasing lock...
[2026-09-10 23:49:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 23:49:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 04:50:01] Production.INFO: ==19637== Lock acquired, processing the job...
[2026-09-11 04:50:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 04:50:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 04:50:01] Production.INFO: neon service started
[2026-09-11 04:50:01] Production.INFO: neon service started
[2026-09-11 04:50:01] Production.INFO: ==19637== Releasing lock...
[2026-09-11 04:50:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 04:50:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 23:50:01] Production.INFO: ==19639== Lock acquired, processing the job...
[2026-09-10 23:50:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 23:50:02] Production.INFO: ==19639== Releasing lock...
[2026-09-10 23:50:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 23:50:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 03:50:02] Production.INFO: ==19641== Lock acquired, processing the job...
[2026-09-11 03:50:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 03:50:02] Production.INFO: ==19641== Releasing lock...
[2026-09-11 03:50:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 03:50:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 23:50:02] Production.INFO: ==19645== Lock acquired, processing the job...
[2026-09-10 23:50:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 23:50:02] Production.INFO: ==19649== Lock acquired, processing the job...
[2026-09-10 23:50:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 23:50:02] Production.INFO: Account Balance Start.
[2026-09-10 23:50:02] Production.INFO: CreateAllLog Start
[2026-09-10 23:50:02] Production.INFO: 117
[2026-09-10 23:50:02] Production.INFO: Date 2026-09-08
[2026-09-10 23:50:03] Production.INFO: ==19651== Lock acquired, processing the job...
[2026-09-10 23:50:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 23:50:03] Production.INFO: Reseller ==> 0
[2026-09-10 23:50:03] Production.INFO: Date 2026-09-09
[2026-09-10 23:50:03] Production.INFO: Reseller ==> 0
[2026-09-10 23:50:03] Production.INFO: Date 2026-09-10
[2026-09-10 23:50:03] Production.INFO: Reseller ==> 0
[2026-09-10 23:50:03] Production.INFO: ==19643== Lock acquired, processing the job...
[2026-09-10 23:50:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 23:50:03] Production.INFO: Total Charge 0
[2026-09-10 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-09-10 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-09-10 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-09-10 23:50:03] Production.INFO: CreateAllLog End
[2026-09-10 23:50:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 23:50:03] Production.INFO: ==19647== Lock acquired, processing the job...
[2026-09-10 23:50:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 23:50:03] Production.INFO: ==19651== Releasing lock...
[2026-09-10 23:50:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 23:50:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 23:50:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 23:50:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 23:50:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 23:50:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 23:50:03] Production.INFO: Account Balance End.
[2026-09-10 23:50:03] Production.ERROR: CronJobId end 12
[2026-09-10 23:50:03] Production.INFO: ==19649== Releasing lock...
[2026-09-10 23:50:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 23:50:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 23:50:03] Production.INFO: ==19645== Releasing lock...
[2026-09-10 23:50:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 23:50:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 23:50:10] Production.ERROR: CronJobId end10
[2026-09-10 23:50:10] Production.INFO: ==19647== Releasing lock...
[2026-09-10 23:50:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 23:50:10] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 23:50:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 23:50:13] Production.INFO: ============== Balance Warning START===========
[2026-09-10 23:50:13] Production.INFO: ============== Balance Warning END===========
[2026-09-10 23:50:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 23:50:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 23:50:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 23:50:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 23:50:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 23:50:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 23:50:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 23:50:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 23:50:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 23:50:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 23:50:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 23:50:13] Production.INFO: call_cost start
[2026-09-10 23:50:13] Production.INFO: call_cost end
[2026-09-10 23:50:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 23:50:13] Production.INFO: ============== Report Schedule START===========
[2026-09-10 23:50:13] Production.INFO: ============== Report Schedule END===========
[2026-09-10 23:50:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 23:50:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 23:50:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 23:50:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 23:50:13] Production.INFO: ============== Deal alert START===========
[2026-09-10 23:50:13] Production.INFO: ============== Deal alert END===========
[2026-09-10 23:50:13] Production.INFO: ==19643== Releasing lock...
[2026-09-10 23:50:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 23:50:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 04:51:01] Production.INFO: ==19716== Lock acquired, processing the job...
[2026-09-11 04:51:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 04:51:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 04:51:01] Production.INFO: neon service started
[2026-09-11 04:51:02] Production.INFO: neon service started
[2026-09-11 04:51:02] Production.INFO: ==19716== Releasing lock...
[2026-09-11 04:51:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 04:51:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 23:51:02] Production.INFO: ==19718== Lock acquired, processing the job...
[2026-09-10 23:51:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 23:51:02] Production.INFO: ==19718== Releasing lock...
[2026-09-10 23:51:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 23:51:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 03:51:02] Production.INFO: ==19720== Lock acquired, processing the job...
[2026-09-11 03:51:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 03:51:02] Production.INFO: ==19720== Releasing lock...
[2026-09-11 03:51:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 03:51:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 23:51:03] Production.INFO: ==19724== Lock acquired, processing the job...
[2026-09-10 23:51:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 23:51:03] Production.INFO: ==19722== Lock acquired, processing the job...
[2026-09-10 23:51:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 23:51:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 23:51:03] Production.INFO: ==19726== Lock acquired, processing the job...
[2026-09-10 23:51:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 23:51:03] Production.INFO: ==19728== Lock acquired, processing the job...
[2026-09-10 23:51:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 23:51:03] Production.INFO: ==19730== Lock acquired, processing the job...
[2026-09-10 23:51:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 23:51:03] Production.INFO: Account Balance Start.
[2026-09-10 23:51:03] Production.INFO: CreateAllLog Start
[2026-09-10 23:51:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 23:51:03] Production.INFO: 117
[2026-09-10 23:51:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 23:51:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 23:51:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 23:51:03] Production.INFO: Date 2026-09-08
[2026-09-10 23:51:03] Production.INFO: Reseller ==> 0
[2026-09-10 23:51:03] Production.INFO: Date 2026-09-09
[2026-09-10 23:51:03] Production.INFO: Reseller ==> 0
[2026-09-10 23:51:03] Production.INFO: Date 2026-09-10
[2026-09-10 23:51:03] Production.INFO: Reseller ==> 0
[2026-09-10 23:51:04] Production.INFO: Total Charge 0
[2026-09-10 23: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-09-10 23: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-09-10 23:51:04] Production.INFO: CreateAllLog End
[2026-09-10 23: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-09-10 23:51:04] Production.INFO: ==19730== Releasing lock...
[2026-09-10 23:51:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 23:51:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 23:51:04] Production.INFO: ==19724== Releasing lock...
[2026-09-10 23:51:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 23:51:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 23:51:04] Production.INFO: Account Balance End.
[2026-09-10 23:51:04] Production.ERROR: CronJobId end 12
[2026-09-10 23:51:04] Production.INFO: ==19728== Releasing lock...
[2026-09-10 23:51:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 23:51:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 23:51:13] Production.ERROR: CronJobId end10
[2026-09-10 23:51:13] Production.INFO: ==19726== Releasing lock...
[2026-09-10 23:51:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 23:51:13] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 23:51:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 23:51:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 23:51:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 23:51:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 23:51:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 23:51:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 23:51:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 23:51:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 23:51:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 23:51:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 23:51:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 23:51:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 23:51:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 23:51:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 23:51:14] Production.INFO: call_cost start
[2026-09-10 23:51:14] Production.INFO: call_cost end
[2026-09-10 23:51:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 23:51:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 23:51:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 23:51:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 23:51:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 23:51:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 23:51:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 23:51:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 23:51:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 23:51:14] Production.INFO: ==19722== Releasing lock...
[2026-09-10 23:51:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 23:51:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 04:52:01] Production.INFO: ==19808== Lock acquired, processing the job...
[2026-09-11 04:52:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 04:52:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 04:52:01] Production.INFO: neon service started
[2026-09-11 04:52:01] Production.INFO: neon service started
[2026-09-11 04:52:01] Production.INFO: ==19808== Releasing lock...
[2026-09-11 04:52:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 04:52:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 23:52:02] Production.INFO: ==19810== Lock acquired, processing the job...
[2026-09-10 23:52:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 03:52:02] Production.INFO: ==19812== Lock acquired, processing the job...
[2026-09-11 03:52:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 03:52:02] Production.INFO: ==19812== Releasing lock...
[2026-09-11 03:52:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 03:52:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 23:52:02] Production.INFO: ==19810== Releasing lock...
[2026-09-10 23:52:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 23:52:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 23:52:02] Production.INFO: ==19819== Lock acquired, processing the job...
[2026-09-10 23:52:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 23:52:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 23:52:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 23:52:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 23:52:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 23:52:03] Production.INFO: ==19815== Lock acquired, processing the job...
[2026-09-10 23:52:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 23:52:03] Production.INFO: ==19817== Lock acquired, processing the job...
[2026-09-10 23:52:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 23:52:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 23:52:03] Production.INFO: ==19821== Lock acquired, processing the job...
[2026-09-10 23:52:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 23:52:03] Production.INFO: ==19823== Lock acquired, processing the job...
[2026-09-10 23:52:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 23:52:03] Production.INFO: Account Balance Start.
[2026-09-10 23:52:03] Production.INFO: CreateAllLog Start
[2026-09-10 23:52:03] Production.INFO: 117
[2026-09-10 23:52:03] Production.INFO: Date 2026-09-08
[2026-09-10 23:52:03] Production.INFO: Reseller ==> 0
[2026-09-10 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-09-10 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-09-10 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-09-10 23:52:03] Production.INFO: Date 2026-09-09
[2026-09-10 23:52:03] Production.INFO: Reseller ==> 0
[2026-09-10 23:52:03] Production.INFO: ==19823== Releasing lock...
[2026-09-10 23:52:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 23:52:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 23:52:03] Production.INFO: Date 2026-09-10
[2026-09-10 23:52:03] Production.INFO: Reseller ==> 0
[2026-09-10 23:52:03] Production.INFO: Total Charge 0
[2026-09-10 23:52:03] Production.INFO: CreateAllLog End
[2026-09-10 23:52:03] Production.INFO: Account Balance End.
[2026-09-10 23:52:04] Production.ERROR: CronJobId end 12
[2026-09-10 23:52:04] Production.INFO: ==19821== Releasing lock...
[2026-09-10 23:52:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 23:52:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 23:52:04] Production.INFO: ==19817== Releasing lock...
[2026-09-10 23:52:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 23:52:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 23:52:12] Production.ERROR: CronJobId end10
[2026-09-10 23:52:12] Production.INFO: ==19819== Releasing lock...
[2026-09-10 23:52:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 23:52:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 23:52:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 23:52:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 23:52:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 23:52:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 23:52:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 23:52:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 23:52:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 23:52:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 23:52:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 23:52:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 23:52:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 23:52:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 23:52:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 23:52:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 23:52:15] Production.INFO: call_cost start
[2026-09-10 23:52:15] Production.INFO: call_cost end
[2026-09-10 23:52:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 23:52:15] Production.INFO: ============== Report Schedule START===========
[2026-09-10 23:52:15] Production.INFO: ============== Report Schedule END===========
[2026-09-10 23:52:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 23:52:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 23:52:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 23:52:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 23:52:15] Production.INFO: ============== Deal alert START===========
[2026-09-10 23:52:15] Production.INFO: ============== Deal alert END===========
[2026-09-10 23:52:15] Production.INFO: ==19815== Releasing lock...
[2026-09-10 23:52:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 23:52:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 04:53:01] Production.INFO: ==19885== Lock acquired, processing the job...
[2026-09-11 04:53:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 04:53:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 04:53:01] Production.INFO: neon service started
[2026-09-11 04:53:01] Production.INFO: neon service started
[2026-09-11 04:53:01] Production.INFO: ==19885== Releasing lock...
[2026-09-11 04:53:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 04:53:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 03:53:02] Production.INFO: ==19890== Lock acquired, processing the job...
[2026-09-11 03:53:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 03:53:02] Production.INFO: ==19890== Releasing lock...
[2026-09-11 03:53:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 03:53:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 23:53:02] Production.INFO: ==19888== Lock acquired, processing the job...
[2026-09-10 23:53:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 23:53:02] Production.INFO: ==19888== Releasing lock...
[2026-09-10 23:53:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 23:53:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 23:53:03] Production.INFO: ==19898== Lock acquired, processing the job...
[2026-09-10 23:53:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 23:53:03] Production.INFO: ==19892== Lock acquired, processing the job...
[2026-09-10 23:53:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 23:53:03] Production.INFO: Account Balance Start.
[2026-09-10 23:53:03] Production.INFO: CreateAllLog Start
[2026-09-10 23:53:03] Production.INFO: 117
[2026-09-10 23:53:03] Production.INFO: ==19894== Lock acquired, processing the job...
[2026-09-10 23:53:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 23:53:03] Production.INFO: Date 2026-09-08
[2026-09-10 23:53:03] Production.INFO: ==19896== Lock acquired, processing the job...
[2026-09-10 23:53:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 23:53:03] Production.INFO: Reseller ==> 0
[2026-09-10 23:53:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 23:53:03] Production.INFO: Date 2026-09-09
[2026-09-10 23:53:03] Production.INFO: Reseller ==> 0
[2026-09-10 23:53:03] Production.INFO: Date 2026-09-10
[2026-09-10 23:53:03] Production.INFO: Reseller ==> 0
[2026-09-10 23:53:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 23:53:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 23:53:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 23:53:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 23:53:03] Production.INFO: Total Charge 0
[2026-09-10 23:53:03] Production.INFO: ==19900== Lock acquired, processing the job...
[2026-09-10 23:53:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 23:53:03] Production.INFO: CreateAllLog End
[2026-09-10 23: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-09-10 23: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-09-10 23:53:03] Production.INFO: Account Balance End.
[2026-09-10 23: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-09-10 23:53:03] Production.INFO: ==19900== Releasing lock...
[2026-09-10 23:53:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 23:53:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 23:53:04] Production.ERROR: CronJobId end 12
[2026-09-10 23:53:04] Production.INFO: ==19898== Releasing lock...
[2026-09-10 23:53:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 23:53:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 23:53:04] Production.INFO: ==19894== Releasing lock...
[2026-09-10 23:53:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 23:53:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 23:53:11] Production.ERROR: CronJobId end10
[2026-09-10 23:53:11] Production.INFO: ==19896== Releasing lock...
[2026-09-10 23:53:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 23:53:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 23:53:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 23:53:15] Production.INFO: ============== Balance Warning START===========
[2026-09-10 23:53:15] Production.INFO: ============== Balance Warning END===========
[2026-09-10 23:53:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 23:53:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 23:53:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 23:53:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 23:53:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 23:53:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 23:53:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 23:53:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 23:53:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 23:53:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 23:53:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 23:53:15] Production.INFO: call_cost start
[2026-09-10 23:53:15] Production.INFO: call_cost end
[2026-09-10 23:53:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 23:53:15] Production.INFO: ============== Report Schedule START===========
[2026-09-10 23:53:15] Production.INFO: ============== Report Schedule END===========
[2026-09-10 23:53:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 23:53:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 23:53:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 23:53:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 23:53:15] Production.INFO: ============== Deal alert START===========
[2026-09-10 23:53:15] Production.INFO: ============== Deal alert END===========
[2026-09-10 23:53:15] Production.INFO: ==19892== Releasing lock...
[2026-09-10 23:53:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 23:53:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 04:54:01] Production.INFO: ==19961== Lock acquired, processing the job...
[2026-09-11 04:54:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 04:54:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 04:54:01] Production.INFO: neon service started
[2026-09-11 04:54:01] Production.INFO: neon service started
[2026-09-11 04:54:01] Production.INFO: ==19961== Releasing lock...
[2026-09-11 04:54:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 04:54:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 23:54:01] Production.INFO: ==19963== Lock acquired, processing the job...
[2026-09-10 23:54:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 23:54:02] Production.INFO: ==19963== Releasing lock...
[2026-09-10 23:54:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 23:54:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 03:54:02] Production.INFO: ==19965== Lock acquired, processing the job...
[2026-09-11 03:54:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 03:54:02] Production.INFO: ==19965== Releasing lock...
[2026-09-11 03:54:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 03:54:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 23:54:02] Production.INFO: ==19967== Lock acquired, processing the job...
[2026-09-10 23:54:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 23:54:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 23:54:02] Production.INFO: ==19973== Lock acquired, processing the job...
[2026-09-10 23:54:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 23:54:02] Production.INFO: ==19975== Lock acquired, processing the job...
[2026-09-10 23:54:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 23:54:02] Production.INFO: ==19969== Lock acquired, processing the job...
[2026-09-10 23:54:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 23:54:03] Production.INFO: ==19971== Lock acquired, processing the job...
[2026-09-10 23:54:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 23:54:03] Production.INFO: Account Balance Start.
[2026-09-10 23:54:03] Production.INFO: CreateAllLog Start
[2026-09-10 23:54:03] Production.INFO: 117
[2026-09-10 23:54:03] Production.INFO: Date 2026-09-08
[2026-09-10 23:54:03] Production.INFO: Reseller ==> 0
[2026-09-10 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-09-10 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-09-10 23:54:03] Production.INFO: Date 2026-09-09
[2026-09-10 23:54:03] Production.INFO: Reseller ==> 0
[2026-09-10 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-09-10 23:54:03] Production.INFO: Date 2026-09-10
[2026-09-10 23:54:03] Production.INFO: Reseller ==> 0
[2026-09-10 23:54:03] Production.INFO: ==19975== Releasing lock...
[2026-09-10 23:54:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 23:54:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 23:54:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 23:54:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 23:54:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 23:54:03] Production.INFO: Total Charge 0
[2026-09-10 23:54:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 23:54:03] Production.INFO: CreateAllLog End
[2026-09-10 23:54:03] Production.INFO: Account Balance End.
[2026-09-10 23:54:03] Production.ERROR: CronJobId end 12
[2026-09-10 23:54:03] Production.INFO: ==19973== Releasing lock...
[2026-09-10 23:54:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 23:54:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 23:54:03] Production.INFO: ==19969== Releasing lock...
[2026-09-10 23:54:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 23:54:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 23:54:12] Production.ERROR: CronJobId end10
[2026-09-10 23:54:12] Production.INFO: ==19971== Releasing lock...
[2026-09-10 23:54:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 23:54:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 23:54:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 23:54:13] Production.INFO: ============== Balance Warning START===========
[2026-09-10 23:54:13] Production.INFO: ============== Balance Warning END===========
[2026-09-10 23:54:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 23:54:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 23:54:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 23:54:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 23:54:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 23:54:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 23:54:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 23:54:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 23:54:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 23:54:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 23:54:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 23:54:14] Production.INFO: call_cost start
[2026-09-10 23:54:14] Production.INFO: call_cost end
[2026-09-10 23:54:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 23:54:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 23:54:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 23:54:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 23:54:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 23:54:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 23:54:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 23:54:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 23:54:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 23:54:14] Production.INFO: ==19967== Releasing lock...
[2026-09-10 23:54:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 23:54:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 04:55:01] Production.INFO: ==20053== Lock acquired, processing the job...
[2026-09-11 04:55:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 04:55:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 04:55:01] Production.INFO: neon service started
[2026-09-11 04:55:01] Production.INFO: neon service started
[2026-09-11 04:55:01] Production.INFO: ==20053== Releasing lock...
[2026-09-11 04:55:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 04:55:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 23:55:02] Production.INFO: ==20055== Lock acquired, processing the job...
[2026-09-10 23:55:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 23:55:02] Production.INFO: ==20055== Releasing lock...
[2026-09-10 23:55:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 23:55:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 03:55:02] Production.INFO: ==20057== Lock acquired, processing the job...
[2026-09-11 03:55:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 03:55:02] Production.INFO: ==20057== Releasing lock...
[2026-09-11 03:55:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 03:55:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 23:55:03] Production.INFO: ==20060== Lock acquired, processing the job...
[2026-09-10 23:55:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-10 23:55:03] Production.ERROR: ========================== active cronjob start =============================
[2026-09-10 23:55:03] Production.INFO: ==20062== Lock acquired, processing the job...
[2026-09-10 23:55:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 23:55:03] Production.ERROR: ========================== active cronjob end =============================
[2026-09-10 23:55:03] Production.INFO: ==20060== Releasing lock...
[2026-09-10 23:55:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-10 23:55:03] Production.INFO: 25.5 MB #Memory Used#
[2026-09-10 23:55:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 23:55:03] Production.INFO: ==20064== Lock acquired, processing the job...
[2026-09-10 23:55:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 23:55:03] Production.INFO: ==20066== Lock acquired, processing the job...
[2026-09-10 23:55:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 23:55:03] Production.INFO: ==20070== Lock acquired, processing the job...
[2026-09-10 23:55:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-10 23:55:03] Production.INFO: ==20068== Lock acquired, processing the job...
[2026-09-10 23:55:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 23:55:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 23:55:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 23:55:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 23:55:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 23:55:03] Production.ERROR: tblTempUsageDetail_20
[2026-09-10 23:55:03] Production.INFO: ==20072== Lock acquired, processing the job...
[2026-09-10 23:55:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 23:55:03] Production.INFO: Account Balance Start.
[2026-09-10 23:55:04] Production.INFO: CreateAllLog Start
[2026-09-10 23:55:04] Production.INFO: 117
[2026-09-10 23:55:04] Production.INFO: Date 2026-09-08
[2026-09-10 23:55:04] Production.INFO: Reseller ==> 0
[2026-09-10 23:55:04] Production.INFO: Date 2026-09-09
[2026-09-10 23:55:04] Production.INFO: Reseller ==> 0
[2026-09-10 23: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-09-10 23: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-09-10 23:55:04] Production.INFO: Date 2026-09-10
[2026-09-10 23:55:04] Production.INFO: Reseller ==> 0
[2026-09-10 23: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-09-10 23:55:04] Production.INFO: ==20072== Releasing lock...
[2026-09-10 23:55:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 23:55:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 23:55:04] Production.INFO: Total Charge 0
[2026-09-10 23:55:04] Production.INFO: CreateAllLog End
[2026-09-10 23:55:04] Production.ERROR: done
[2026-09-10 23:55:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-10 23:55:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17981325', 'tblTempUsageDetail_20reseller','2026-09-10','2026-09-10','1' ) start
[2026-09-10 23:55:04] Production.INFO: Account Balance End.
[2026-09-10 23:55:04] Production.ERROR: CronJobId end 12
[2026-09-10 23:55:04] Production.INFO: ==20068== Releasing lock...
[2026-09-10 23:55:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 23:55:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 23:55:05] Production.INFO: ==20064== Releasing lock...
[2026-09-10 23:55:05] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 23:55:05] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 23:55:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17981325', 'tblTempUsageDetail_20reseller','2026-09-10','2026-09-10','1' ) end
[2026-09-10 23:55:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-10 23:55:10] Production.INFO: ProcessCDR(1,17981325,1,1,2)
[2026-09-10 23:55:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17981325,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-10 23:55:11] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17981325,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-10 23:55:11] Production.ERROR: pbx prc_insertCDR start
[2026-09-10 23:55:11] Production.ERROR: pbx prc_insertCDR end
[2026-09-10 23:55:11] Production.INFO: ==20070== Releasing lock...
[2026-09-10 23:55:11] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-10 23:55:11] Production.INFO: 26 MB #Memory Used#
[2026-09-10 23:55:15] Production.ERROR: CronJobId end10
[2026-09-10 23:55:15] Production.INFO: ==20066== Releasing lock...
[2026-09-10 23:55:15] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 23:55:15] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 23:55:17] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 23:55:17] Production.INFO: ============== Balance Warning START===========
[2026-09-10 23:55:17] Production.INFO: ============== Balance Warning END===========
[2026-09-10 23:55:17] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 23:55:17] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 23:55:17] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 23:55:17] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 23:55:17] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 23:55:17] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 23:55:17] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 23:55:17] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 23:55:17] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 23:55:17] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 23:55:17] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 23:55:17] Production.INFO: call_cost start
[2026-09-10 23:55:17] Production.INFO: call_cost end
[2026-09-10 23:55:17] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 23:55:17] Production.INFO: ============== Report Schedule START===========
[2026-09-10 23:55:17] Production.INFO: ============== Report Schedule END===========
[2026-09-10 23:55:17] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 23:55:17] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 23:55:17] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 23:55:17] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 23:55:17] Production.INFO: ============== Deal alert START===========
[2026-09-10 23:55:17] Production.INFO: ============== Deal alert END===========
[2026-09-10 23:55:17] Production.INFO: ==20062== Releasing lock...
[2026-09-10 23:55:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 23:55:17] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 04:56:02] Production.INFO: ==20131== Lock acquired, processing the job...
[2026-09-11 04:56:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 04:56:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 04:56:02] Production.INFO: neon service started
[2026-09-11 04:56:02] Production.INFO: neon service started
[2026-09-11 04:56:02] Production.INFO: ==20131== Releasing lock...
[2026-09-11 04:56:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 04:56:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 23:56:02] Production.INFO: ==20133== Lock acquired, processing the job...
[2026-09-10 23:56:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 23:56:03] Production.INFO: ==20133== Releasing lock...
[2026-09-10 23:56:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 23:56:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 03:56:03] Production.INFO: ==20135== Lock acquired, processing the job...
[2026-09-11 03:56:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 03:56:03] Production.INFO: ==20135== Releasing lock...
[2026-09-11 03:56:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 03:56:03] Production.INFO: 25 MB #Memory Used#
[2026-09-10 23:56:03] Production.INFO: ==20142== Lock acquired, processing the job...
[2026-09-10 23:56:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 23:56:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 23:56:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 23:56:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 23:56:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 23:56:04] Production.INFO: ==20138== Lock acquired, processing the job...
[2026-09-10 23:56:04] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 23:56:04] Production.INFO: ==20140== Lock acquired, processing the job...
[2026-09-10 23:56:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 23:56:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 23:56:04] Production.INFO: ==20144== Lock acquired, processing the job...
[2026-09-10 23:56:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 23:56:04] Production.INFO: ==20146== Lock acquired, processing the job...
[2026-09-10 23:56:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 23:56:04] Production.INFO: Account Balance Start.
[2026-09-10 23:56:04] Production.INFO: CreateAllLog Start
[2026-09-10 23:56:04] Production.INFO: 117
[2026-09-10 23:56:04] Production.INFO: Date 2026-09-08
[2026-09-10 23: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-09-10 23: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-09-10 23:56:04] Production.INFO: Reseller ==> 0
[2026-09-10 23: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-09-10 23:56:04] Production.INFO: ==20146== Releasing lock...
[2026-09-10 23:56:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 23:56:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 23:56:04] Production.INFO: Date 2026-09-09
[2026-09-10 23:56:04] Production.INFO: Reseller ==> 0
[2026-09-10 23:56:04] Production.INFO: Date 2026-09-10
[2026-09-10 23:56:04] Production.INFO: Reseller ==> 0
[2026-09-10 23:56:04] Production.INFO: Total Charge 0
[2026-09-10 23:56:04] Production.INFO: CreateAllLog End
[2026-09-10 23:56:04] Production.INFO: Account Balance End.
[2026-09-10 23:56:04] Production.ERROR: CronJobId end 12
[2026-09-10 23:56:04] Production.INFO: ==20144== Releasing lock...
[2026-09-10 23:56:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 23:56:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 23:56:05] Production.INFO: ==20140== Releasing lock...
[2026-09-10 23:56:05] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 23:56:05] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 23:56:11] Production.ERROR: CronJobId end10
[2026-09-10 23:56:11] Production.INFO: ==20142== Releasing lock...
[2026-09-10 23:56:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 23:56:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 23:56:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 23:56:15] Production.INFO: ============== Balance Warning START===========
[2026-09-10 23:56:15] Production.INFO: ============== Balance Warning END===========
[2026-09-10 23:56:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 23:56:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 23:56:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 23:56:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 23:56:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 23:56:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 23:56:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 23:56:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 23:56:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 23:56:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 23:56:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 23:56:15] Production.INFO: call_cost start
[2026-09-10 23:56:15] Production.INFO: call_cost end
[2026-09-10 23:56:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 23:56:15] Production.INFO: ============== Report Schedule START===========
[2026-09-10 23:56:15] Production.INFO: ============== Report Schedule END===========
[2026-09-10 23:56:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 23:56:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 23:56:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 23:56:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 23:56:15] Production.INFO: ============== Deal alert START===========
[2026-09-10 23:56:15] Production.INFO: ============== Deal alert END===========
[2026-09-10 23:56:15] Production.INFO: ==20138== Releasing lock...
[2026-09-10 23:56:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 23:56:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 04:57:01] Production.INFO: ==20216== Lock acquired, processing the job...
[2026-09-11 04:57:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 04:57:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 04:57:01] Production.INFO: neon service started
[2026-09-11 04:57:01] Production.INFO: neon service started
[2026-09-11 04:57:01] Production.INFO: ==20216== Releasing lock...
[2026-09-11 04:57:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 04:57:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 03:57:02] Production.INFO: ==20221== Lock acquired, processing the job...
[2026-09-11 03:57:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 03:57:02] Production.INFO: ==20221== Releasing lock...
[2026-09-11 03:57:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 03:57:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 23:57:02] Production.INFO: ==20219== Lock acquired, processing the job...
[2026-09-10 23:57:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 23:57:02] Production.INFO: ==20219== Releasing lock...
[2026-09-10 23:57:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 23:57:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-10 23:57:03] Production.INFO: ==20223== Lock acquired, processing the job...
[2026-09-10 23:57:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 23:57:03] Production.INFO: ==20225== Lock acquired, processing the job...
[2026-09-10 23:57:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 23:57:03] Production.INFO: ==20227== Lock acquired, processing the job...
[2026-09-10 23:57:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 23:57:03] Production.INFO: ==20231== Lock acquired, processing the job...
[2026-09-10 23:57:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 23:57:03] Production.INFO: ==20229== Lock acquired, processing the job...
[2026-09-10 23:57:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 23:57:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 23:57:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 23:57:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 23:57:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 23:57:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 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-09-10 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-09-10 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-09-10 23:57:03] Production.INFO: ==20231== Releasing lock...
[2026-09-10 23:57:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 23:57:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 23:57:03] Production.INFO: Account Balance Start.
[2026-09-10 23:57:03] Production.INFO: CreateAllLog Start
[2026-09-10 23:57:03] Production.INFO: 117
[2026-09-10 23:57:03] Production.INFO: Date 2026-09-08
[2026-09-10 23:57:03] Production.INFO: Reseller ==> 0
[2026-09-10 23:57:03] Production.INFO: Date 2026-09-09
[2026-09-10 23:57:03] Production.INFO: Reseller ==> 0
[2026-09-10 23:57:03] Production.INFO: Date 2026-09-10
[2026-09-10 23:57:03] Production.INFO: Reseller ==> 0
[2026-09-10 23:57:03] Production.INFO: Total Charge 0
[2026-09-10 23:57:03] Production.INFO: CreateAllLog End
[2026-09-10 23:57:04] Production.INFO: Account Balance End.
[2026-09-10 23:57:04] Production.ERROR: CronJobId end 12
[2026-09-10 23:57:04] Production.INFO: ==20229== Releasing lock...
[2026-09-10 23:57:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 23:57:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 23:57:04] Production.INFO: ==20225== Releasing lock...
[2026-09-10 23:57:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 23:57:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 23:57:12] Production.ERROR: CronJobId end10
[2026-09-10 23:57:12] Production.INFO: ==20227== Releasing lock...
[2026-09-10 23:57:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 23:57:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 23:57:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 23:57:13] Production.INFO: ============== Balance Warning START===========
[2026-09-10 23:57:13] Production.INFO: ============== Balance Warning END===========
[2026-09-10 23:57:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 23:57:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 23:57:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 23:57:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 23:57:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 23:57:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 23:57:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 23:57:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 23:57:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 23:57:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 23:57:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 23:57:14] Production.INFO: call_cost start
[2026-09-10 23:57:14] Production.INFO: call_cost end
[2026-09-10 23:57:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 23:57:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 23:57:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 23:57:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 23:57:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 23:57:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 23:57:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 23:57:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 23:57:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 23:57:14] Production.INFO: ==20223== Releasing lock...
[2026-09-10 23:57:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 23:57:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 04:58:02] Production.INFO: ==20305== Lock acquired, processing the job...
[2026-09-11 04:58:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 04:58:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 04:58:02] Production.INFO: neon service started
[2026-09-11 04:58:02] Production.INFO: neon service started
[2026-09-11 04:58:02] Production.INFO: ==20305== Releasing lock...
[2026-09-11 04:58:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 04:58:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 23:58:02] Production.INFO: ==20307== Lock acquired, processing the job...
[2026-09-10 23:58:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 23:58:02] Production.INFO: ==20307== Releasing lock...
[2026-09-10 23:58:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 23:58:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 03:58:02] Production.INFO: ==20310== Lock acquired, processing the job...
[2026-09-11 03:58:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 03:58:03] Production.INFO: ==20310== Releasing lock...
[2026-09-11 03:58:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 03:58:03] Production.INFO: 25 MB #Memory Used#
[2026-09-10 23:58:03] Production.INFO: ==20314== Lock acquired, processing the job...
[2026-09-10 23:58:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 23:58:03] Production.INFO: ==20320== Lock acquired, processing the job...
[2026-09-10 23:58:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 23:58:03] Production.INFO: ==20318== Lock acquired, processing the job...
[2026-09-10 23:58:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 23: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-09-10 23:58:03] Production.INFO: ==20312== Lock acquired, processing the job...
[2026-09-10 23:58:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 23: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-09-10 23:58:03] Production.INFO: Account Balance Start.
[2026-09-10 23:58:03] Production.INFO: CreateAllLog Start
[2026-09-10 23:58:03] Production.INFO: 117
[2026-09-10 23: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-09-10 23:58:03] Production.INFO: ==20320== Releasing lock...
[2026-09-10 23:58:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 23:58:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 23:58:03] Production.INFO: Date 2026-09-08
[2026-09-10 23:58:03] Production.INFO: Reseller ==> 0
[2026-09-10 23:58:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 23:58:03] Production.INFO: Date 2026-09-09
[2026-09-10 23:58:03] Production.INFO: Reseller ==> 0
[2026-09-10 23:58:03] Production.INFO: ==20316== Lock acquired, processing the job...
[2026-09-10 23:58:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 23:58:03] Production.INFO: Date 2026-09-10
[2026-09-10 23:58:03] Production.INFO: Reseller ==> 0
[2026-09-10 23:58:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 23:58:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 23:58:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 23:58:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 23:58:04] Production.INFO: Total Charge 0
[2026-09-10 23:58:04] Production.INFO: CreateAllLog End
[2026-09-10 23:58:04] Production.INFO: ==20314== Releasing lock...
[2026-09-10 23:58:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 23:58:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 23:58:04] Production.INFO: Account Balance End.
[2026-09-10 23:58:04] Production.ERROR: CronJobId end 12
[2026-09-10 23:58:04] Production.INFO: ==20318== Releasing lock...
[2026-09-10 23:58:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 23:58:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 23:58:11] Production.ERROR: CronJobId end10
[2026-09-10 23:58:11] Production.INFO: ==20316== Releasing lock...
[2026-09-10 23:58:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 23:58:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 23:58:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 23:58:15] Production.INFO: ============== Balance Warning START===========
[2026-09-10 23:58:15] Production.INFO: ============== Balance Warning END===========
[2026-09-10 23:58:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 23:58:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 23:58:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 23:58:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 23:58:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 23:58:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 23:58:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 23:58:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 23:58:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 23:58:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 23:58:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 23:58:16] Production.INFO: call_cost start
[2026-09-10 23:58:16] Production.INFO: call_cost end
[2026-09-10 23:58:16] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 23:58:16] Production.INFO: ============== Report Schedule START===========
[2026-09-10 23:58:16] Production.INFO: ============== Report Schedule END===========
[2026-09-10 23:58:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 23:58:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 23:58:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 23:58:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 23:58:16] Production.INFO: ============== Deal alert START===========
[2026-09-10 23:58:16] Production.INFO: ============== Deal alert END===========
[2026-09-10 23:58:16] Production.INFO: ==20312== Releasing lock...
[2026-09-10 23:58:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 23:58:16] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 04:59:01] Production.INFO: ==20389== Lock acquired, processing the job...
[2026-09-11 04:59:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 04:59:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 04:59:01] Production.INFO: neon service started
[2026-09-11 04:59:01] Production.INFO: neon service started
[2026-09-11 04:59:01] Production.INFO: ==20389== Releasing lock...
[2026-09-11 04:59:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 04:59:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-10 23:59:02] Production.INFO: ==20391== Lock acquired, processing the job...
[2026-09-10 23:59:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-10 23:59:02] Production.INFO: ==20391== Releasing lock...
[2026-09-10 23:59:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-10 23:59:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 03:59:02] Production.INFO: ==20393== Lock acquired, processing the job...
[2026-09-11 03:59:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 03:59:02] Production.INFO: ==20393== Releasing lock...
[2026-09-11 03:59:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 03:59:02] Production.INFO: 25 MB #Memory Used#
[2026-09-10 23:59:02] Production.INFO: ==20395== Lock acquired, processing the job...
[2026-09-10 23:59:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-10 23:59:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-10 23:59:03] Production.INFO: ==20397== Lock acquired, processing the job...
[2026-09-10 23:59:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-10 23:59:03] Production.INFO: ==20399== Lock acquired, processing the job...
[2026-09-10 23:59:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-10 23:59:03] Production.ERROR: tmp_tblUsageDetailsReport_120260910Live done
[2026-09-10 23:59:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910Live done
[2026-09-10 23:59:03] Production.ERROR: CALL prc_updateLiveTables(1,120260910Live)
[2026-09-10 23:59:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-10','2026-09-10','120260910Live')
[2026-09-10 23:59:03] Production.INFO: ==20401== Lock acquired, processing the job...
[2026-09-10 23:59:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-10 23:59:03] Production.INFO: ==20403== Lock acquired, processing the job...
[2026-09-10 23:59:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-10 23:59:03] Production.INFO: Account Balance Start.
[2026-09-10 23:59:03] Production.INFO: CreateAllLog Start
[2026-09-10 23:59:03] Production.INFO: 117
[2026-09-10 23:59:03] Production.INFO: Date 2026-09-08
[2026-09-10 23:59:03] Production.INFO: Reseller ==> 0
[2026-09-10 23:59:03] Production.INFO: Date 2026-09-09
[2026-09-10 23:59:03] Production.INFO: Reseller ==> 0
[2026-09-10 23:59:03] Production.INFO: Date 2026-09-10
[2026-09-10 23:59:03] Production.INFO: Reseller ==> 0
[2026-09-10 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-09-10 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-09-10 23:59:03] Production.INFO: Total Charge 0
[2026-09-10 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-09-10 23:59:03] Production.INFO: ==20403== Releasing lock...
[2026-09-10 23:59:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-10 23:59:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-10 23:59:03] Production.INFO: CreateAllLog End
[2026-09-10 23:59:03] Production.INFO: Account Balance End.
[2026-09-10 23:59:03] Production.ERROR: CronJobId end 12
[2026-09-10 23:59:03] Production.INFO: ==20401== Releasing lock...
[2026-09-10 23:59:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-10 23:59:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-10 23:59:03] Production.INFO: ==20397== Releasing lock...
[2026-09-10 23:59:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-10 23:59:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-10 23:59:11] Production.ERROR: CronJobId end10
[2026-09-10 23:59:11] Production.INFO: ==20399== Releasing lock...
[2026-09-10 23:59:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-10 23:59:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-10 23:59:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-10 23:59:14] Production.INFO: ============== Balance Warning START===========
[2026-09-10 23:59:14] Production.INFO: ============== Balance Warning END===========
[2026-09-10 23:59:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-10 23:59:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-10 23:59:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-10 23:59:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-10 23:59:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-10 23:59:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-10 23:59:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-10 23:59:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-10 23:59:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-10 23:59:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-10 23:59:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-10 23:59:14] Production.INFO: call_cost start
[2026-09-10 23:59:14] Production.INFO: call_cost end
[2026-09-10 23:59:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-10 23:59:14] Production.INFO: ============== Report Schedule START===========
[2026-09-10 23:59:14] Production.INFO: ============== Report Schedule END===========
[2026-09-10 23:59:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-10 23:59:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-10 23:59:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-10 23:59:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-10 23:59:14] Production.INFO: ============== Deal alert START===========
[2026-09-10 23:59:14] Production.INFO: ============== Deal alert END===========
[2026-09-10 23:59:14] Production.INFO: ==20395== Releasing lock...
[2026-09-10 23:59:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-10 23:59:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 05:00:02] Production.INFO: ==20472== Lock acquired, processing the job...
[2026-09-11 05:00:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 05:00:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 05:00:02] Production.INFO: neon service started
[2026-09-11 05:00:02] Production.INFO: neon service started
[2026-09-11 05:00:02] Production.INFO: ==20472== Releasing lock...
[2026-09-11 05:00:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 05:00:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 04:00:02] Production.INFO: ==20476== Lock acquired, processing the job...
[2026-09-11 04:00:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 04:00:02] Production.INFO: ==20476== Releasing lock...
[2026-09-11 04:00:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 04:00:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 00:00:02] Production.INFO: ==20474== Lock acquired, processing the job...
[2026-09-11 00:00:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 00:00:02] Production.INFO: ==20474== Releasing lock...
[2026-09-11 00:00:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 00:00:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 00:00:03] Production.INFO: ==20478== Lock acquired, processing the job...
[2026-09-11 00:00:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 00:00:03] Production.INFO: ==20480== Lock acquired, processing the job...
[2026-09-11 00:00:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 00:00:03] Production.INFO: ==20484== Lock acquired, processing the job...
[2026-09-11 00:00:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 00:00:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 00:00:03] Production.INFO: ==20482== Lock acquired, processing the job...
[2026-09-11 00:00:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 00:00:03] Production.INFO: ==20486== Lock acquired, processing the job...
[2026-09-11 00:00:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 00:00:03] Production.INFO: Account Balance Start.
[2026-09-11 00:00:03] Production.INFO: CreateAllLog Start
[2026-09-11 00:00:03] Production.INFO: 117
[2026-09-11 00:00:03] Production.INFO: Date 2026-09-08
[2026-09-11 00:00:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:00:03] Production.INFO: Date 2026-09-09
[2026-09-11 00:00:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 00:00:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 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-09-11 00:00:03] Production.INFO: ==20486== Releasing lock...
[2026-09-11 00:00:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 00:00:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 00:00:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 00:00:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 00:00:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 00:00:04] Production.INFO: Date 2026-09-10
[2026-09-11 00:00:04] Production.INFO: Reseller ==> 0
[2026-09-11 00:00:04] Production.INFO: Date 2026-09-11
[2026-09-11 00:00:04] Production.INFO: Reseller ==> 0
[2026-09-11 00:00:04] Production.INFO: Total Charge 0
[2026-09-11 00:00:04] Production.INFO: CreateAllLog End
[2026-09-11 00:00:04] Production.INFO: Account Balance End.
[2026-09-11 00:00:04] Production.ERROR: CronJobId end 12
[2026-09-11 00:00:04] Production.INFO: ==20484== Releasing lock...
[2026-09-11 00:00:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 00:00:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 00:00:04] Production.INFO: ==20480== Releasing lock...
[2026-09-11 00:00:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 00:00:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 00:00:12] Production.ERROR: CronJobId end10
[2026-09-11 00:00:12] Production.INFO: ==20482== Releasing lock...
[2026-09-11 00:00:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 00:00:12] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 00:00:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 00:00:15] Production.INFO: ============== Balance Warning START===========
[2026-09-11 00:00:15] Production.INFO: ============== Balance Warning END===========
[2026-09-11 00:00:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 00:00:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 00:00:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 00:00:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 00:00:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 00:00:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 00:00:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 00:00:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 00:00:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 00:00:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 00:00:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 00:00:15] Production.INFO: call_cost start
[2026-09-11 00:00:15] Production.INFO: call_cost end
[2026-09-11 00:00:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 00:00:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 00:00:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 00:00:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 00:00:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 00:00:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 00:00:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 00:00:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 00:00:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 00:00:15] Production.INFO: ==20478== Releasing lock...
[2026-09-11 00:00:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 00:00:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 05:01:01] Production.INFO: ==20557== Lock acquired, processing the job...
[2026-09-11 05:01:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 05:01:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 05:01:01] Production.INFO: neon service started
[2026-09-11 05:01:01] Production.INFO: neon service started
[2026-09-11 05:01:01] Production.INFO: ==20557== Releasing lock...
[2026-09-11 05:01:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 05:01:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 04:01:02] Production.INFO: ==20573== Lock acquired, processing the job...
[2026-09-11 04:01:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 04:01:02] Production.INFO: ==20573== Releasing lock...
[2026-09-11 04:01:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 04:01:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 00:01:02] Production.INFO: ==20571== Lock acquired, processing the job...
[2026-09-11 00:01:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 00:01:02] Production.INFO: ==20571== Releasing lock...
[2026-09-11 00:01:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 00:01:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 00:01:03] Production.INFO: ==20578== Lock acquired, processing the job...
[2026-09-11 00:01:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 00:01:03] Production.INFO: ==20576== Lock acquired, processing the job...
[2026-09-11 00:01:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 00:01:03] Production.INFO: ==20582== Lock acquired, processing the job...
[2026-09-11 00:01:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 00:01:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 00:01:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 00:01:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 00:01:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 00:01:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 00:01:03] Production.INFO: ==20580== Lock acquired, processing the job...
[2026-09-11 00:01:03] Production.INFO: createsummary-command-createsummary-companyid-1-cronjobid-9 #Starts#
[2026-09-11 00:01:03] Production.INFO: ==20584== Lock acquired, processing the job...
[2026-09-11 00:01:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 00:01:03] Production.INFO: ==20586== Lock acquired, processing the job...
[2026-09-11 00:01:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 00:01:03] Production.ERROR: tmp_tblUsageDetailsReport_120260907 done
[2026-09-11 00:01:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260907 done
[2026-09-11 00:01:03] Production.ERROR: DELETE FROM tmp_tblUsageDetailsReport_120260907
[2026-09-11 00:01:03] Production.INFO: Account Balance Start.
[2026-09-11 00:01:03] Production.INFO: CreateAllLog Start
[2026-09-11 00:01:03] Production.INFO: 117
[2026-09-11 00: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-09-11 00: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-09-11 00:01:03] Production.INFO: Date 2026-09-08
[2026-09-11 00: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-09-11 00:01:03] Production.INFO: ==20586== Releasing lock...
[2026-09-11 00:01:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 00:01:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 00:01:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:01:03] Production.INFO: ==20578== Releasing lock...
[2026-09-11 00:01:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 00:01:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 00:01:04] Production.INFO: Date 2026-09-09
[2026-09-11 00:01:04] Production.INFO: Reseller ==> 0
[2026-09-11 00:01:04] Production.INFO: call prc_generateSummary(1,'2026-09-07','2026-09-07','120260907')
[2026-09-11 00:01:04] Production.INFO: Date 2026-09-10
[2026-09-11 00:01:04] Production.INFO: Reseller ==> 0
[2026-09-11 00:01:04] Production.INFO: Date 2026-09-11
[2026-09-11 00:01:04] Production.INFO: Reseller ==> 0
[2026-09-11 00:01:04] Production.INFO: Total Charge 0
[2026-09-11 00:01:04] Production.INFO: CreateAllLog End
[2026-09-11 00:01:04] Production.INFO: Account Balance End.
[2026-09-11 00:01:04] Production.ERROR: CronJobId end 12
[2026-09-11 00:01:04] Production.INFO: ==20584== Releasing lock...
[2026-09-11 00:01:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 00:01:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 00:01:11] Production.INFO: call prc_generateVendorSummary(1,'2026-09-07','2026-09-07','120260907')
[2026-09-11 00:01:15] Production.ERROR: tmp_tblUsageDetailsReport_120260908 done
[2026-09-11 00:01:15] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260908 done
[2026-09-11 00:01:15] Production.ERROR: DELETE FROM tmp_tblUsageDetailsReport_120260908
[2026-09-11 00:01:15] Production.INFO: call prc_generateSummary(1,'2026-09-08','2026-09-08','120260908')
[2026-09-11 00:01:20] Production.INFO: call prc_generateVendorSummary(1,'2026-09-08','2026-09-08','120260908')
[2026-09-11 00:01:20] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 00:01:20] Production.INFO: ============== Balance Warning START===========
[2026-09-11 00:01:20] Production.INFO: ============== Balance Warning END===========
[2026-09-11 00:01:20] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 00:01:20] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 00:01:20] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 00:01:20] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 00:01:20] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 00:01:20] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 00:01:20] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 00:01:20] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 00:01:20] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 00:01:20] Production.ERROR: CronJobId end10
[2026-09-11 00:01:20] Production.INFO: ==20582== Releasing lock...
[2026-09-11 00:01:20] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 00:01:20] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 00:01:20] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 00:01:20] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 00:01:21] Production.INFO: call_cost start
[2026-09-11 00:01:21] Production.INFO: call_cost end
[2026-09-11 00:01:21] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 00:01:21] Production.INFO: ============== Report Schedule START===========
[2026-09-11 00:01:21] Production.INFO: ============== Report Schedule END===========
[2026-09-11 00:01:21] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 00:01:21] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 00:01:21] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 00:01:21] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 00:01:21] Production.INFO: ============== Deal alert START===========
[2026-09-11 00:01:21] Production.INFO: ============== Deal alert END===========
[2026-09-11 00:01:21] Production.INFO: ==20576== Releasing lock...
[2026-09-11 00:01:21] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 00:01:21] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 00:01:23] Production.ERROR: tmp_tblUsageDetailsReport_120260909 done
[2026-09-11 00:01:23] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260909 done
[2026-09-11 00:01:23] Production.ERROR: DELETE FROM tmp_tblUsageDetailsReport_120260909
[2026-09-11 00:01:23] Production.INFO: call prc_generateSummary(1,'2026-09-09','2026-09-09','120260909')
[2026-09-11 00:01:26] Production.INFO: call prc_generateVendorSummary(1,'2026-09-09','2026-09-09','120260909')
[2026-09-11 00:01:30] Production.ERROR: tmp_tblUsageDetailsReport_120260910 done
[2026-09-11 00:01:30] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260910 done
[2026-09-11 00:01:30] Production.ERROR: DELETE FROM tmp_tblUsageDetailsReport_120260910
[2026-09-11 00:01:30] Production.INFO: call prc_generateSummary(1,'2026-09-10','2026-09-10','120260910')
[2026-09-11 00:01:33] Production.INFO: call prc_generateVendorSummary(1,'2026-09-10','2026-09-10','120260910')
[2026-09-11 00:01:36] Production.ERROR: CronJobId end9
[2026-09-11 00:01:36] Production.INFO: ==20580== Releasing lock...
[2026-09-11 00:01:36] Production.INFO: createsummary-command-createsummary-companyid-1-cronjobid-9 #Stops#
[2026-09-11 00:01:36] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 05:02:02] Production.INFO: ==20659== Lock acquired, processing the job...
[2026-09-11 05:02:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 05:02:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 05:02:02] Production.INFO: neon service started
[2026-09-11 05:02:02] Production.INFO: neon service started
[2026-09-11 05:02:02] Production.INFO: ==20659== Releasing lock...
[2026-09-11 05:02:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 05:02:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 04:02:02] Production.INFO: ==20663== Lock acquired, processing the job...
[2026-09-11 04:02:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 04:02:02] Production.INFO: ==20663== Releasing lock...
[2026-09-11 04:02:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 04:02:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 00:02:02] Production.INFO: ==20661== Lock acquired, processing the job...
[2026-09-11 00:02:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 00:02:02] Production.INFO: ==20661== Releasing lock...
[2026-09-11 00:02:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 00:02:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 00:02:03] Production.INFO: ==20668== Lock acquired, processing the job...
[2026-09-11 00:02:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 00:02:03] Production.INFO: ==20674== Lock acquired, processing the job...
[2026-09-11 00:02:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 00:02:03] Production.INFO: ==20670== Lock acquired, processing the job...
[2026-09-11 00:02:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 00:02:03] Production.INFO: ==20672== Lock acquired, processing the job...
[2026-09-11 00:02:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 00:02:03] Production.INFO: Account Balance Start.
[2026-09-11 00:02:03] Production.INFO: CreateAllLog Start
[2026-09-11 00:02:03] Production.INFO: 117
[2026-09-11 00:02:03] Production.INFO: Date 2026-09-08
[2026-09-11 00:02:03] Production.INFO: ==20679== Lock acquired, processing the job...
[2026-09-11 00:02:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 00:02:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:02:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 00:02:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 00:02:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 00:02:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 00:02:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 00:02:03] Production.INFO: Date 2026-09-09
[2026-09-11 00:02:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:02:03] Production.INFO: Date 2026-09-10
[2026-09-11 00:02:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:02:03] Production.INFO: ==20676== Lock acquired, processing the job...
[2026-09-11 00:02:03] Production.INFO: pbxaccountusage-command-pbxaccountusage-companyid-1-cronjobid-16 #Starts#
[2026-09-11 00: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-09-11 00: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-09-11 00:02:04] Production.INFO: Date 2026-09-11
[2026-09-11 00:02:04] Production.INFO: Reseller ==> 0
[2026-09-11 00: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-09-11 00:02:04] Production.INFO: ==20679== Releasing lock...
[2026-09-11 00:02:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 00:02:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 00:02:04] Production.ERROR: tblTempUsageDetail_20
[2026-09-11 00:02:04] Production.INFO: Total Charge 0
[2026-09-11 00:02:04] Production.INFO: CreateAllLog End
[2026-09-11 00:02:04] Production.ERROR: done
[2026-09-11 00:02:04] Production.ERROR: tblTempVendorCDR_20
[2026-09-11 00:02:04] Production.ERROR: done
[2026-09-11 00:02:04] Production.INFO: Account Balance End.
[2026-09-11 00:02:04] Production.ERROR: CronJobId end 12
[2026-09-11 00:02:04] Production.INFO: ==20674== Releasing lock...
[2026-09-11 00:02:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 00:02:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 00:02:04] Production.INFO: next invoice date
[2026-09-11 00:02:04] Production.INFO: 2026-10-11
[2026-09-11 00:02:04] Production.INFO: getdaysdiff
[2026-09-11 00:02:04] Production.INFO: +30
[2026-09-11 00:02:04] Production.INFO: call prc_setAccountDiscountPlan (229,16,1,30,30,'RMScheduler',2026-09-11 00:02:04,1,0,,,0)
[2026-09-11 00:02:04] Production.INFO: next invoice date
[2026-09-11 00:02:04] Production.INFO: 2026-10-11
[2026-09-11 00:02:04] Production.INFO: getdaysdiff
[2026-09-11 00:02:04] Production.INFO: +30
[2026-09-11 00:02:04] Production.INFO: call prc_setAccountDiscountPlan (229,13,2,30,30,'RMScheduler',2026-09-11 00:02:04,1,0,,,0)
[2026-09-11 00:02:04] Production.INFO: ==20670== Releasing lock...
[2026-09-11 00:02:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 00:02:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 00: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-09-11 00: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-09-11 00: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-09-11 00: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-09-11 00:02:04] Production.INFO: ==20676== Releasing lock...
[2026-09-11 00:02:04] Production.INFO: pbxaccountusage-command-pbxaccountusage-companyid-1-cronjobid-16 #Stops#
[2026-09-11 00:02:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 00:02:11] Production.ERROR: CronJobId end10
[2026-09-11 00:02:11] Production.INFO: ==20672== Releasing lock...
[2026-09-11 00:02:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 00:02:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 00:02:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 00:02:15] Production.INFO: ============== Balance Warning START===========
[2026-09-11 00:02:15] Production.INFO: ============== Balance Warning END===========
[2026-09-11 00:02:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 00:02:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 00:02:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 00:02:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 00:02:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 00:02:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 00:02:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 00:02:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 00:02:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 00:02:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 00:02:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 00:02:15] Production.INFO: call_cost start
[2026-09-11 00:02:15] Production.INFO: call_cost end
[2026-09-11 00:02:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 00:02:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 00:02:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 00:02:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 00:02:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 00:02:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 00:02:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 00:02:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 00:02:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 00:02:15] Production.INFO: ==20668== Releasing lock...
[2026-09-11 00:02:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 00:02:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 05:03:01] Production.INFO: ==20742== Lock acquired, processing the job...
[2026-09-11 05:03:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 05:03:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 05:03:01] Production.INFO: neon service started
[2026-09-11 05:03:01] Production.INFO: neon service started
[2026-09-11 05:03:01] Production.INFO: ==20742== Releasing lock...
[2026-09-11 05:03:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 05:03:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 00:03:02] Production.INFO: ==20744== Lock acquired, processing the job...
[2026-09-11 00:03:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 04:03:02] Production.INFO: ==20746== Lock acquired, processing the job...
[2026-09-11 04:03:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 04:03:02] Production.INFO: ==20746== Releasing lock...
[2026-09-11 04:03:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 04:03:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 00:03:02] Production.INFO: ==20744== Releasing lock...
[2026-09-11 00:03:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 00:03:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 00:03:03] Production.INFO: ==20751== Lock acquired, processing the job...
[2026-09-11 00:03:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 00:03:03] Production.INFO: ==20753== Lock acquired, processing the job...
[2026-09-11 00:03:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 00:03:03] Production.INFO: ==20749== Lock acquired, processing the job...
[2026-09-11 00:03:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 00:03:03] Production.INFO: ==20755== Lock acquired, processing the job...
[2026-09-11 00:03:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 00:03:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 00:03:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 00:03:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 00:03:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 00:03:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 00:03:03] Production.INFO: ==20757== Lock acquired, processing the job...
[2026-09-11 00:03:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 00:03:03] Production.INFO: Account Balance Start.
[2026-09-11 00:03:03] Production.INFO: CreateAllLog Start
[2026-09-11 00:03:03] Production.INFO: 117
[2026-09-11 00:03:03] Production.INFO: Date 2026-09-08
[2026-09-11 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-09-11 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-09-11 00:03:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 00:03:03] Production.INFO: ==20757== Releasing lock...
[2026-09-11 00:03:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 00:03:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 00:03:03] Production.INFO: Date 2026-09-09
[2026-09-11 00:03:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:03:03] Production.INFO: Date 2026-09-10
[2026-09-11 00:03:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:03:03] Production.INFO: Date 2026-09-11
[2026-09-11 00:03:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:03:03] Production.INFO: Total Charge 0
[2026-09-11 00:03:03] Production.INFO: CreateAllLog End
[2026-09-11 00:03:03] Production.INFO: Account Balance End.
[2026-09-11 00:03:03] Production.ERROR: CronJobId end 12
[2026-09-11 00:03:03] Production.INFO: ==20755== Releasing lock...
[2026-09-11 00:03:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 00:03:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 00:03:03] Production.INFO: ==20751== Releasing lock...
[2026-09-11 00:03:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 00:03:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 00:03:10] Production.ERROR: CronJobId end10
[2026-09-11 00:03:10] Production.INFO: ==20753== Releasing lock...
[2026-09-11 00:03:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 00:03:10] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 00:03:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 00:03:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 00:03:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 00:03:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 00:03:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 00:03:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 00:03:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 00:03:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 00:03:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 00:03:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 00:03:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 00:03:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 00:03:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 00:03:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 00:03:13] Production.INFO: call_cost start
[2026-09-11 00:03:13] Production.INFO: call_cost end
[2026-09-11 00:03:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 00:03:13] Production.INFO: ============== Report Schedule START===========
[2026-09-11 00:03:13] Production.INFO: ============== Report Schedule END===========
[2026-09-11 00:03:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 00:03:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 00:03:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 00:03:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 00:03:13] Production.INFO: ============== Deal alert START===========
[2026-09-11 00:03:13] Production.INFO: ============== Deal alert END===========
[2026-09-11 00:03:13] Production.INFO: ==20749== Releasing lock...
[2026-09-11 00:03:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 00:03:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 05:04:01] Production.INFO: ==20819== Lock acquired, processing the job...
[2026-09-11 05:04:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 05:04:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 05:04:01] Production.INFO: neon service started
[2026-09-11 05:04:01] Production.INFO: neon service started
[2026-09-11 05:04:01] Production.INFO: ==20819== Releasing lock...
[2026-09-11 05:04:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 05:04:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 04:04:02] Production.INFO: ==20823== Lock acquired, processing the job...
[2026-09-11 04:04:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 04:04:02] Production.INFO: ==20823== Releasing lock...
[2026-09-11 04:04:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 04:04:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 00:04:02] Production.INFO: ==20821== Lock acquired, processing the job...
[2026-09-11 00:04:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 00:04:02] Production.INFO: ==20821== Releasing lock...
[2026-09-11 00:04:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 00:04:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 00:04:03] Production.INFO: ==20826== Lock acquired, processing the job...
[2026-09-11 00:04:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 00:04:03] Production.INFO: ==20832== Lock acquired, processing the job...
[2026-09-11 00:04:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 00:04:03] Production.INFO: ==20830== Lock acquired, processing the job...
[2026-09-11 00:04:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 00:04:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 00:04:03] Production.INFO: ==20828== Lock acquired, processing the job...
[2026-09-11 00:04:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 00:04:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 00:04:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 00:04:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 00:04:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 00:04:03] Production.INFO: ==20834== Lock acquired, processing the job...
[2026-09-11 00:04:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 00:04:03] Production.INFO: Account Balance Start.
[2026-09-11 00:04:03] Production.INFO: CreateAllLog Start
[2026-09-11 00:04:03] Production.INFO: 117
[2026-09-11 00:04:03] Production.INFO: Date 2026-09-08
[2026-09-11 00:04:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:04:03] Production.INFO: Date 2026-09-09
[2026-09-11 00:04:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:04:03] Production.INFO: Date 2026-09-10
[2026-09-11 00:04:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 00:04:03] Production.INFO: Date 2026-09-11
[2026-09-11 00:04:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 00:04:03] Production.INFO: ==20834== Releasing lock...
[2026-09-11 00:04:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 00:04:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 00:04:03] Production.INFO: Total Charge 0
[2026-09-11 00:04:03] Production.INFO: CreateAllLog End
[2026-09-11 00:04:04] Production.INFO: Account Balance End.
[2026-09-11 00:04:04] Production.ERROR: CronJobId end 12
[2026-09-11 00:04:04] Production.INFO: ==20832== Releasing lock...
[2026-09-11 00:04:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 00:04:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 00:04:04] Production.INFO: ==20828== Releasing lock...
[2026-09-11 00:04:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 00:04:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 00:04:12] Production.ERROR: CronJobId end10
[2026-09-11 00:04:12] Production.INFO: ==20830== Releasing lock...
[2026-09-11 00:04:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 00:04:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 00:04:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 00:04:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 00:04:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 00:04:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 00:04:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 00:04:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 00:04:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 00:04:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 00:04:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 00:04:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 00:04:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 00:04:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 00:04:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 00:04:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 00:04:15] Production.INFO: call_cost start
[2026-09-11 00:04:15] Production.INFO: call_cost end
[2026-09-11 00:04:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 00:04:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 00:04:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 00:04:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 00:04:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 00:04:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 00:04:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 00:04:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 00:04:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 00:04:15] Production.INFO: ==20826== Releasing lock...
[2026-09-11 00:04:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 00:04:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 05:05:02] Production.INFO: ==20908== Lock acquired, processing the job...
[2026-09-11 05:05:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 05:05:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 05:05:02] Production.INFO: neon service started
[2026-09-11 05:05:02] Production.INFO: neon service started
[2026-09-11 05:05:02] Production.INFO: ==20908== Releasing lock...
[2026-09-11 05:05:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 05:05:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 04:05:02] Production.INFO: ==20913== Lock acquired, processing the job...
[2026-09-11 04:05:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 04:05:02] Production.INFO: ==20913== Releasing lock...
[2026-09-11 04:05:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 04:05:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 00:05:02] Production.INFO: ==20911== Lock acquired, processing the job...
[2026-09-11 00:05:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 00:05:03] Production.INFO: ==20911== Releasing lock...
[2026-09-11 00:05:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 00:05:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 00:05:03] Production.INFO: ==20915== Lock acquired, processing the job...
[2026-09-11 00:05:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-11 00:05:03] Production.ERROR: ========================== active cronjob start =============================
[2026-09-11 00:05:04] Production.INFO: ==20917== Lock acquired, processing the job...
[2026-09-11 00:05:04] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 00:05:04] Production.ERROR: ========================== active cronjob end =============================
[2026-09-11 00:05:04] Production.INFO: ==20915== Releasing lock...
[2026-09-11 00:05:04] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-11 00:05:04] Production.INFO: 25.5 MB #Memory Used#
[2026-09-11 00:05:04] Production.INFO: ==20921== Lock acquired, processing the job...
[2026-09-11 00:05:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 00:05:04] Production.INFO: ==20919== Lock acquired, processing the job...
[2026-09-11 00:05:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 00:05:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 00:05:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 00:05:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 00:05:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 00:05:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 00:05:04] Production.INFO: ==20925== Lock acquired, processing the job...
[2026-09-11 00:05:04] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-11 00:05:04] Production.INFO: ==20927== Lock acquired, processing the job...
[2026-09-11 00:05:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 00:05:04] Production.INFO: ==20923== Lock acquired, processing the job...
[2026-09-11 00:05:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 00:05:04] Production.ERROR: tblTempUsageDetail_20
[2026-09-11 00:05:04] Production.INFO: Account Balance Start.
[2026-09-11 00:05:04] Production.INFO: CreateAllLog Start
[2026-09-11 00:05:04] Production.INFO: 117
[2026-09-11 00:05:04] Production.ERROR: done
[2026-09-11 00: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-09-11 00:05:04] Production.INFO: Date 2026-09-08
[2026-09-11 00: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-09-11 00:05:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-11 00:05:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17981367', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) start
[2026-09-11 00: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-09-11 00:05:04] Production.INFO: Reseller ==> 0
[2026-09-11 00:05:04] Production.INFO: ==20927== Releasing lock...
[2026-09-11 00:05:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 00:05:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 00:05:04] Production.INFO: Date 2026-09-09
[2026-09-11 00:05:04] Production.INFO: Reseller ==> 0
[2026-09-11 00:05:04] Production.INFO: Date 2026-09-10
[2026-09-11 00:05:04] Production.INFO: Reseller ==> 0
[2026-09-11 00:05:04] Production.INFO: Date 2026-09-11
[2026-09-11 00:05:04] Production.INFO: Reseller ==> 0
[2026-09-11 00:05:05] Production.INFO: Total Charge 0
[2026-09-11 00:05:05] Production.INFO: CreateAllLog End
[2026-09-11 00:05:05] Production.INFO: Account Balance End.
[2026-09-11 00:05:05] Production.ERROR: CronJobId end 12
[2026-09-11 00:05:05] Production.INFO: ==20923== Releasing lock...
[2026-09-11 00:05:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 00:05:05] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 00:05:05] Production.INFO: ==20919== Releasing lock...
[2026-09-11 00:05:05] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 00:05:05] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 00:05:09] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17981367', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) end
[2026-09-11 00:05:09] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-11 00:05:09] Production.INFO: ProcessCDR(1,17981367,1,1,2)
[2026-09-11 00:05:09] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17981367,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 00:05:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17981367,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 00:05:10] Production.ERROR: pbx prc_insertCDR start
[2026-09-11 00:05:10] Production.ERROR: pbx prc_insertCDR end
[2026-09-11 00:05:10] Production.INFO: ==20925== Releasing lock...
[2026-09-11 00:05:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-11 00:05:10] Production.INFO: 26 MB #Memory Used#
[2026-09-11 00:05:14] Production.ERROR: CronJobId end10
[2026-09-11 00:05:14] Production.INFO: ==20921== Releasing lock...
[2026-09-11 00:05:14] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 00:05:14] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 00:05:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 00:05:16] Production.INFO: ============== Balance Warning START===========
[2026-09-11 00:05:16] Production.INFO: ============== Balance Warning END===========
[2026-09-11 00:05:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 00:05:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 00:05:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 00:05:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 00:05:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 00:05:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 00:05:16] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 00:05:16] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 00:05:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 00:05:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 00:05:16] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 00:05:17] Production.INFO: call_cost start
[2026-09-11 00:05:17] Production.INFO: call_cost end
[2026-09-11 00:05:17] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 00:05:17] Production.INFO: ============== Report Schedule START===========
[2026-09-11 00:05:17] Production.INFO: ============== Report Schedule END===========
[2026-09-11 00:05:17] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 00:05:17] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 00:05:17] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 00:05:17] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 00:05:17] Production.INFO: ============== Deal alert START===========
[2026-09-11 00:05:17] Production.INFO: ============== Deal alert END===========
[2026-09-11 00:05:17] Production.INFO: ==20917== Releasing lock...
[2026-09-11 00:05:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 00:05:17] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 05:06:01] Production.INFO: ==20984== Lock acquired, processing the job...
[2026-09-11 05:06:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 05:06:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 05:06:01] Production.INFO: neon service started
[2026-09-11 05:06:01] Production.INFO: neon service started
[2026-09-11 05:06:01] Production.INFO: ==20984== Releasing lock...
[2026-09-11 05:06:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 05:06:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 00:06:02] Production.INFO: ==20986== Lock acquired, processing the job...
[2026-09-11 00:06:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 00:06:02] Production.INFO: ==20986== Releasing lock...
[2026-09-11 00:06:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 00:06:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 04:06:02] Production.INFO: ==20988== Lock acquired, processing the job...
[2026-09-11 04:06:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 04:06:02] Production.INFO: ==20988== Releasing lock...
[2026-09-11 04:06:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 04:06:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 00:06:03] Production.INFO: ==20990== Lock acquired, processing the job...
[2026-09-11 00:06:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 00:06:03] Production.INFO: ==20994== Lock acquired, processing the job...
[2026-09-11 00:06:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 00:06:03] Production.INFO: ==20992== Lock acquired, processing the job...
[2026-09-11 00:06:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 00:06:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 00:06:03] Production.INFO: ==20998== Lock acquired, processing the job...
[2026-09-11 00:06:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 00:06:03] Production.INFO: ==20996== Lock acquired, processing the job...
[2026-09-11 00:06:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 00:06:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 00:06:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 00:06:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 00:06:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 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-09-11 00:06:03] Production.INFO: Account Balance Start.
[2026-09-11 00:06:03] Production.INFO: CreateAllLog Start
[2026-09-11 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-09-11 00:06:03] Production.INFO: 117
[2026-09-11 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-09-11 00:06:03] Production.INFO: Date 2026-09-08
[2026-09-11 00:06:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:06:03] Production.INFO: ==20998== Releasing lock...
[2026-09-11 00:06:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 00:06:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 00:06:03] Production.INFO: Date 2026-09-09
[2026-09-11 00:06:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:06:03] Production.INFO: Date 2026-09-10
[2026-09-11 00:06:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:06:03] Production.INFO: Date 2026-09-11
[2026-09-11 00:06:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:06:03] Production.INFO: Total Charge 0
[2026-09-11 00:06:03] Production.INFO: CreateAllLog End
[2026-09-11 00:06:03] Production.INFO: Account Balance End.
[2026-09-11 00:06:04] Production.ERROR: CronJobId end 12
[2026-09-11 00:06:04] Production.INFO: ==20996== Releasing lock...
[2026-09-11 00:06:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 00:06:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 00:06:04] Production.INFO: ==20992== Releasing lock...
[2026-09-11 00:06:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 00:06:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 00:06:11] Production.ERROR: CronJobId end10
[2026-09-11 00:06:11] Production.INFO: ==20994== Releasing lock...
[2026-09-11 00:06:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 00:06:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 00:06:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 00:06:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 00:06:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 00:06:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 00:06:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 00:06:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 00:06:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 00:06:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 00:06:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 00:06:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 00:06:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 00:06:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 00:06:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 00:06:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 00:06:14] Production.INFO: call_cost start
[2026-09-11 00:06:14] Production.INFO: call_cost end
[2026-09-11 00:06:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 00:06:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 00:06:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 00:06:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 00:06:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 00:06:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 00:06:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 00:06:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 00:06:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 00:06:14] Production.INFO: ==20990== Releasing lock...
[2026-09-11 00:06:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 00:06:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 05:07:02] Production.INFO: ==21064== Lock acquired, processing the job...
[2026-09-11 05:07:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 05:07:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 05:07:02] Production.INFO: neon service started
[2026-09-11 05:07:02] Production.INFO: neon service started
[2026-09-11 05:07:02] Production.INFO: ==21064== Releasing lock...
[2026-09-11 05:07:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 05:07:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 00:07:02] Production.INFO: ==21066== Lock acquired, processing the job...
[2026-09-11 00:07:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 00:07:02] Production.INFO: ==21066== Releasing lock...
[2026-09-11 00:07:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 00:07:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 04:07:03] Production.INFO: ==21068== Lock acquired, processing the job...
[2026-09-11 04:07:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 04:07:03] Production.INFO: ==21068== Releasing lock...
[2026-09-11 04:07:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 04:07:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 00:07:03] Production.INFO: ==21076== Lock acquired, processing the job...
[2026-09-11 00:07:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 00:07:03] Production.INFO: Account Balance Start.
[2026-09-11 00:07:03] Production.INFO: CreateAllLog Start
[2026-09-11 00:07:03] Production.INFO: 117
[2026-09-11 00:07:03] Production.INFO: Date 2026-09-08
[2026-09-11 00:07:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:07:03] Production.INFO: ==21072== Lock acquired, processing the job...
[2026-09-11 00:07:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 00:07:03] Production.INFO: ==21070== Lock acquired, processing the job...
[2026-09-11 00:07:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 00:07:03] Production.INFO: Date 2026-09-09
[2026-09-11 00:07:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:07:03] Production.INFO: ==21074== Lock acquired, processing the job...
[2026-09-11 00:07:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 00:07:03] Production.INFO: Date 2026-09-10
[2026-09-11 00:07:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:07:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 00:07:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 00:07:03] Production.INFO: Date 2026-09-11
[2026-09-11 00:07:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:07:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 00:07:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 00:07:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 00:07:03] Production.INFO: Total Charge 0
[2026-09-11 00:07:03] Production.INFO: CreateAllLog End
[2026-09-11 00:07:04] Production.INFO: Account Balance End.
[2026-09-11 00:07:04] Production.INFO: ==21078== Lock acquired, processing the job...
[2026-09-11 00:07:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 00:07:04] Production.ERROR: CronJobId end 12
[2026-09-11 00:07:04] Production.INFO: ==21076== Releasing lock...
[2026-09-11 00:07:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 00:07:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 00: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-09-11 00: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-09-11 00: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-09-11 00:07:04] Production.INFO: ==21078== Releasing lock...
[2026-09-11 00:07:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 00:07:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 00:07:04] Production.INFO: ==21072== Releasing lock...
[2026-09-11 00:07:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 00:07:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 00:07:12] Production.ERROR: CronJobId end10
[2026-09-11 00:07:12] Production.INFO: ==21074== Releasing lock...
[2026-09-11 00:07:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 00:07:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 00:07:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 00:07:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 00:07:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 00:07:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 00:07:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 00:07:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 00:07:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 00:07:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 00:07:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 00:07:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 00:07:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 00:07:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 00:07:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 00:07:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 00:07:14] Production.INFO: call_cost start
[2026-09-11 00:07:14] Production.INFO: call_cost end
[2026-09-11 00:07:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 00:07:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 00:07:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 00:07:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 00:07:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 00:07:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 00:07:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 00:07:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 00:07:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 00:07:14] Production.INFO: ==21070== Releasing lock...
[2026-09-11 00:07:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 00:07:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 05:08:01] Production.INFO: ==21149== Lock acquired, processing the job...
[2026-09-11 05:08:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 05:08:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 05:08:01] Production.INFO: neon service started
[2026-09-11 05:08:01] Production.INFO: neon service started
[2026-09-11 05:08:01] Production.INFO: ==21149== Releasing lock...
[2026-09-11 05:08:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 05:08:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 00:08:02] Production.INFO: ==21151== Lock acquired, processing the job...
[2026-09-11 00:08:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 04:08:02] Production.INFO: ==21153== Lock acquired, processing the job...
[2026-09-11 04:08:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 04:08:02] Production.INFO: ==21153== Releasing lock...
[2026-09-11 04:08:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 04:08:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 00:08:02] Production.INFO: ==21151== Releasing lock...
[2026-09-11 00:08:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 00:08:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 00:08:03] Production.INFO: ==21159== Lock acquired, processing the job...
[2026-09-11 00:08:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 00:08:03] Production.INFO: ==21165== Lock acquired, processing the job...
[2026-09-11 00:08:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 00:08:03] Production.INFO: ==21157== Lock acquired, processing the job...
[2026-09-11 00:08:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 00:08:03] Production.INFO: ==21161== Lock acquired, processing the job...
[2026-09-11 00:08:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 00:08:03] Production.INFO: ==21163== Lock acquired, processing the job...
[2026-09-11 00:08:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 00:08:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 00:08:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 00:08:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 00:08:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 00:08:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 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-09-11 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-09-11 00:08:03] Production.INFO: Account Balance Start.
[2026-09-11 00:08:03] Production.INFO: CreateAllLog Start
[2026-09-11 00:08:03] Production.INFO: 117
[2026-09-11 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-09-11 00:08:03] Production.INFO: ==21165== Releasing lock...
[2026-09-11 00:08:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 00:08:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 00:08:03] Production.INFO: Date 2026-09-08
[2026-09-11 00:08:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:08:03] Production.INFO: Date 2026-09-09
[2026-09-11 00:08:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:08:03] Production.INFO: Date 2026-09-10
[2026-09-11 00:08:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:08:03] Production.INFO: Date 2026-09-11
[2026-09-11 00:08:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:08:03] Production.INFO: Total Charge 0
[2026-09-11 00:08:03] Production.INFO: CreateAllLog End
[2026-09-11 00:08:03] Production.INFO: ==21159== Releasing lock...
[2026-09-11 00:08:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 00:08:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 00:08:03] Production.INFO: Account Balance End.
[2026-09-11 00:08:04] Production.ERROR: CronJobId end 12
[2026-09-11 00:08:04] Production.INFO: ==21163== Releasing lock...
[2026-09-11 00:08:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 00:08:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 00:08:12] Production.ERROR: CronJobId end10
[2026-09-11 00:08:12] Production.INFO: ==21161== Releasing lock...
[2026-09-11 00:08:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 00:08:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 00:08:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 00:08:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 00:08:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 00:08:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 00:08:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 00:08:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 00:08:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 00:08:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 00:08:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 00:08:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 00:08:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 00:08:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 00:08:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 00:08:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 00:08:14] Production.INFO: call_cost start
[2026-09-11 00:08:14] Production.INFO: call_cost end
[2026-09-11 00:08:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 00:08:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 00:08:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 00:08:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 00:08:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 00:08:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 00:08:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 00:08:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 00:08:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 00:08:14] Production.INFO: ==21157== Releasing lock...
[2026-09-11 00:08:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 00:08:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 05:09:02] Production.INFO: ==21233== Lock acquired, processing the job...
[2026-09-11 05:09:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 05:09:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 05:09:02] Production.INFO: neon service started
[2026-09-11 05:09:02] Production.INFO: neon service started
[2026-09-11 05:09:02] Production.INFO: ==21233== Releasing lock...
[2026-09-11 05:09:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 05:09:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 04:09:02] Production.INFO: ==21237== Lock acquired, processing the job...
[2026-09-11 04:09:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 00:09:02] Production.INFO: ==21235== Lock acquired, processing the job...
[2026-09-11 00:09:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 04:09:02] Production.INFO: ==21237== Releasing lock...
[2026-09-11 04:09:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 04:09:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 00:09:02] Production.INFO: ==21235== Releasing lock...
[2026-09-11 00:09:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 00:09:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 00:09:03] Production.INFO: ==21240== Lock acquired, processing the job...
[2026-09-11 00:09:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 00:09:03] Production.INFO: ==21242== Lock acquired, processing the job...
[2026-09-11 00:09:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 00:09:03] Production.INFO: ==21248== Lock acquired, processing the job...
[2026-09-11 00:09:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 00:09:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 00:09:03] Production.INFO: ==21244== Lock acquired, processing the job...
[2026-09-11 00:09:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 00:09:03] Production.INFO: ==21246== Lock acquired, processing the job...
[2026-09-11 00:09:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 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-09-11 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-09-11 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-09-11 00:09:03] Production.INFO: ==21248== Releasing lock...
[2026-09-11 00:09:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 00:09:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 00:09:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 00:09:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 00:09:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 00:09:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 00:09:04] Production.INFO: Account Balance Start.
[2026-09-11 00:09:04] Production.INFO: CreateAllLog Start
[2026-09-11 00:09:04] Production.INFO: 117
[2026-09-11 00:09:04] Production.INFO: Date 2026-09-08
[2026-09-11 00:09:04] Production.INFO: Reseller ==> 0
[2026-09-11 00:09:04] Production.INFO: Date 2026-09-09
[2026-09-11 00:09:04] Production.INFO: Reseller ==> 0
[2026-09-11 00:09:04] Production.INFO: Date 2026-09-10
[2026-09-11 00:09:04] Production.INFO: Reseller ==> 0
[2026-09-11 00:09:04] Production.INFO: Date 2026-09-11
[2026-09-11 00:09:04] Production.INFO: Reseller ==> 0
[2026-09-11 00:09:04] Production.INFO: Total Charge 0
[2026-09-11 00:09:04] Production.INFO: CreateAllLog End
[2026-09-11 00:09:04] Production.INFO: Account Balance End.
[2026-09-11 00:09:04] Production.ERROR: CronJobId end 12
[2026-09-11 00:09:04] Production.INFO: ==21246== Releasing lock...
[2026-09-11 00:09:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 00:09:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 00:09:04] Production.INFO: ==21242== Releasing lock...
[2026-09-11 00:09:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 00:09:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 00:09:11] Production.ERROR: CronJobId end10
[2026-09-11 00:09:11] Production.INFO: ==21244== Releasing lock...
[2026-09-11 00:09:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 00:09:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 00:09:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 00:09:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 00:09:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 00:09:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 00:09:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 00:09:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 00:09:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 00:09:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 00:09:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 00:09:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 00:09:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 00:09:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 00:09:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 00:09:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 00:09:15] Production.INFO: call_cost start
[2026-09-11 00:09:15] Production.INFO: call_cost end
[2026-09-11 00:09:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 00:09:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 00:09:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 00:09:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 00:09:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 00:09:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 00:09:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 00:09:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 00:09:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 00:09:15] Production.INFO: ==21240== Releasing lock...
[2026-09-11 00:09:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 00:09:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 05:10:01] Production.INFO: ==21309== Lock acquired, processing the job...
[2026-09-11 05:10:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 05:10:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 05:10:01] Production.INFO: neon service started
[2026-09-11 05:10:01] Production.INFO: neon service started
[2026-09-11 05:10:01] Production.INFO: ==21309== Releasing lock...
[2026-09-11 05:10:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 05:10:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 00:10:02] Production.INFO: ==21311== Lock acquired, processing the job...
[2026-09-11 00:10:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 00:10:02] Production.INFO: ==21311== Releasing lock...
[2026-09-11 00:10:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 00:10:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 04:10:02] Production.INFO: ==21313== Lock acquired, processing the job...
[2026-09-11 04:10:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 04:10:02] Production.INFO: ==21313== Releasing lock...
[2026-09-11 04:10:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 04:10:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 00:10:03] Production.INFO: ==21316== Lock acquired, processing the job...
[2026-09-11 00:10:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 00:10:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 00:10:03] Production.INFO: ==21320== Lock acquired, processing the job...
[2026-09-11 00:10:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 00:10:03] Production.INFO: ==21322== Lock acquired, processing the job...
[2026-09-11 00:10:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 00:10:03] Production.INFO: ==21318== Lock acquired, processing the job...
[2026-09-11 00:10:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 00:10:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 00:10:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 00:10:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 00:10:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 00:10:03] Production.INFO: Account Balance Start.
[2026-09-11 00:10:03] Production.INFO: CreateAllLog Start
[2026-09-11 00:10:03] Production.INFO: 117
[2026-09-11 00:10:03] Production.INFO: ==21324== Lock acquired, processing the job...
[2026-09-11 00:10:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 00:10:03] Production.INFO: Date 2026-09-08
[2026-09-11 00:10:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:10:03] Production.INFO: Date 2026-09-09
[2026-09-11 00:10:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:10:03] Production.INFO: Date 2026-09-10
[2026-09-11 00:10:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:10:03] Production.INFO: Date 2026-09-11
[2026-09-11 00:10:03] Production.INFO: Reseller ==> 0
[2026-09-11 00: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-09-11 00: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-09-11 00: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-09-11 00:10:03] Production.INFO: ==21324== Releasing lock...
[2026-09-11 00:10:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 00:10:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 00:10:03] Production.INFO: Total Charge 0
[2026-09-11 00:10:03] Production.INFO: CreateAllLog End
[2026-09-11 00:10:03] Production.INFO: Account Balance End.
[2026-09-11 00:10:03] Production.ERROR: CronJobId end 12
[2026-09-11 00:10:03] Production.INFO: ==21322== Releasing lock...
[2026-09-11 00:10:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 00:10:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 00:10:04] Production.INFO: ==21318== Releasing lock...
[2026-09-11 00:10:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 00:10:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 00:10:12] Production.ERROR: CronJobId end10
[2026-09-11 00:10:12] Production.INFO: ==21320== Releasing lock...
[2026-09-11 00:10:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 00:10:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 00:10:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 00:10:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 00:10:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 00:10:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 00:10:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 00:10:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 00:10:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 00:10:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 00:10:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 00:10:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 00:10:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 00:10:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 00:10:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 00:10:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 00:10:14] Production.INFO: call_cost start
[2026-09-11 00:10:14] Production.INFO: call_cost end
[2026-09-11 00:10:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 00:10:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 00:10:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 00:10:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 00:10:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 00:10:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 00:10:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 00:10:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 00:10:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 00:10:14] Production.INFO: ==21316== Releasing lock...
[2026-09-11 00:10:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 00:10:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 05:11:02] Production.INFO: ==21408== Lock acquired, processing the job...
[2026-09-11 05:11:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 05:11:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 05:11:02] Production.INFO: neon service started
[2026-09-11 05:11:02] Production.INFO: neon service started
[2026-09-11 05:11:02] Production.INFO: ==21408== Releasing lock...
[2026-09-11 05:11:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 05:11:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 00:11:02] Production.INFO: ==21411== Lock acquired, processing the job...
[2026-09-11 00:11:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 04:11:02] Production.INFO: ==21413== Lock acquired, processing the job...
[2026-09-11 04:11:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 04:11:02] Production.INFO: ==21413== Releasing lock...
[2026-09-11 04:11:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 04:11:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 00:11:03] Production.INFO: ==21411== Releasing lock...
[2026-09-11 00:11:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 00:11:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 00:11:03] Production.INFO: ==21417== Lock acquired, processing the job...
[2026-09-11 00:11:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 00:11:03] Production.INFO: ==21415== Lock acquired, processing the job...
[2026-09-11 00:11:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 00:11:03] Production.INFO: ==21421== Lock acquired, processing the job...
[2026-09-11 00:11:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 00:11:03] Production.INFO: ==21419== Lock acquired, processing the job...
[2026-09-11 00:11:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 00:11:03] Production.INFO: ==21423== Lock acquired, processing the job...
[2026-09-11 00:11:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 00:11:03] Production.INFO: Account Balance Start.
[2026-09-11 00:11:03] Production.INFO: CreateAllLog Start
[2026-09-11 00:11:03] Production.INFO: 117
[2026-09-11 00:11:03] Production.INFO: Date 2026-09-08
[2026-09-11 00:11:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 00:11:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:11:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 00:11:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 00:11:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 00:11:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 00:11:03] Production.INFO: Date 2026-09-09
[2026-09-11 00:11:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 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-09-11 00:11:03] Production.INFO: ==21423== Releasing lock...
[2026-09-11 00:11:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 00:11:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 00:11:03] Production.INFO: Date 2026-09-10
[2026-09-11 00:11:04] Production.INFO: Reseller ==> 0
[2026-09-11 00:11:04] Production.INFO: Date 2026-09-11
[2026-09-11 00:11:04] Production.INFO: Reseller ==> 0
[2026-09-11 00:11:04] Production.INFO: Total Charge 0
[2026-09-11 00:11:04] Production.INFO: CreateAllLog End
[2026-09-11 00:11:04] Production.INFO: Account Balance End.
[2026-09-11 00:11:04] Production.ERROR: CronJobId end 12
[2026-09-11 00:11:04] Production.INFO: ==21421== Releasing lock...
[2026-09-11 00:11:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 00:11:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 00:11:04] Production.INFO: ==21417== Releasing lock...
[2026-09-11 00:11:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 00:11:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 00:11:11] Production.ERROR: CronJobId end10
[2026-09-11 00:11:11] Production.INFO: ==21419== Releasing lock...
[2026-09-11 00:11:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 00:11:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 00:11:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 00:11:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 00:11:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 00:11:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 00:11:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 00:11:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 00:11:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 00:11:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 00:11:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 00:11:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 00:11:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 00:11:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 00:11:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 00:11:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 00:11:14] Production.INFO: call_cost start
[2026-09-11 00:11:14] Production.INFO: call_cost end
[2026-09-11 00:11:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 00:11:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 00:11:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 00:11:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 00:11:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 00:11:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 00:11:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 00:11:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 00:11:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 00:11:14] Production.INFO: ==21415== Releasing lock...
[2026-09-11 00:11:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 00:11:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 05:12:01] Production.INFO: ==21487== Lock acquired, processing the job...
[2026-09-11 05:12:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 05:12:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 05:12:01] Production.INFO: neon service started
[2026-09-11 05:12:01] Production.INFO: neon service started
[2026-09-11 05:12:01] Production.INFO: ==21487== Releasing lock...
[2026-09-11 05:12:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 05:12:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 00:12:02] Production.INFO: ==21490== Lock acquired, processing the job...
[2026-09-11 00:12:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 04:12:02] Production.INFO: ==21492== Lock acquired, processing the job...
[2026-09-11 04:12:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 04:12:02] Production.INFO: ==21492== Releasing lock...
[2026-09-11 04:12:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 04:12:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 00:12:02] Production.INFO: ==21490== Releasing lock...
[2026-09-11 00:12:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 00:12:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 00:12:03] Production.INFO: ==21496== Lock acquired, processing the job...
[2026-09-11 00:12:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 00:12:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 00:12:03] Production.INFO: ==21498== Lock acquired, processing the job...
[2026-09-11 00:12:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 00:12:03] Production.INFO: ==21500== Lock acquired, processing the job...
[2026-09-11 00:12:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 00:12:03] Production.INFO: ==21502== Lock acquired, processing the job...
[2026-09-11 00:12:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 00:12:03] Production.INFO: ==21504== Lock acquired, processing the job...
[2026-09-11 00:12:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 00:12:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 00:12:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 00:12:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 00:12:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 00:12:03] Production.INFO: Account Balance Start.
[2026-09-11 00:12:03] Production.INFO: CreateAllLog Start
[2026-09-11 00:12:03] Production.INFO: 117
[2026-09-11 00:12:03] Production.INFO: Date 2026-09-08
[2026-09-11 00:12:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 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-09-11 00:12:03] Production.INFO: Date 2026-09-09
[2026-09-11 00:12:03] Production.INFO: ==21504== Releasing lock...
[2026-09-11 00:12:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 00:12:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 00:12:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:12:03] Production.INFO: Date 2026-09-10
[2026-09-11 00:12:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:12:03] Production.INFO: Date 2026-09-11
[2026-09-11 00:12:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:12:03] Production.INFO: Total Charge 0
[2026-09-11 00:12:03] Production.INFO: CreateAllLog End
[2026-09-11 00:12:03] Production.INFO: Account Balance End.
[2026-09-11 00:12:03] Production.ERROR: CronJobId end 12
[2026-09-11 00:12:03] Production.INFO: ==21502== Releasing lock...
[2026-09-11 00:12:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 00:12:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 00:12:04] Production.INFO: ==21498== Releasing lock...
[2026-09-11 00:12:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 00:12:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 00:12:12] Production.ERROR: CronJobId end10
[2026-09-11 00:12:12] Production.INFO: ==21500== Releasing lock...
[2026-09-11 00:12:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 00:12:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 00:12:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 00:12:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 00:12:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 00:12:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 00:12:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 00:12:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 00:12:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 00:12:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 00:12:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 00:12:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 00:12:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 00:12:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 00:12:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 00:12:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 00:12:14] Production.INFO: call_cost start
[2026-09-11 00:12:14] Production.INFO: call_cost end
[2026-09-11 00:12:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 00:12:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 00:12:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 00:12:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 00:12:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 00:12:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 00:12:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 00:12:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 00:12:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 00:12:14] Production.INFO: ==21496== Releasing lock...
[2026-09-11 00:12:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 00:12:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 05:13:01] Production.INFO: ==21570== Lock acquired, processing the job...
[2026-09-11 05:13:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 05:13:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 05:13:01] Production.INFO: neon service started
[2026-09-11 05:13:02] Production.INFO: neon service started
[2026-09-11 05:13:02] Production.INFO: ==21570== Releasing lock...
[2026-09-11 05:13:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 05:13:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 00:13:02] Production.INFO: ==21572== Lock acquired, processing the job...
[2026-09-11 00:13:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 00:13:02] Production.INFO: ==21572== Releasing lock...
[2026-09-11 00:13:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 00:13:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 04:13:02] Production.INFO: ==21574== Lock acquired, processing the job...
[2026-09-11 04:13:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 04:13:02] Production.INFO: ==21574== Releasing lock...
[2026-09-11 04:13:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 04:13:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 00:13:03] Production.INFO: ==21581== Lock acquired, processing the job...
[2026-09-11 00:13:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 00:13:03] Production.INFO: ==21583== Lock acquired, processing the job...
[2026-09-11 00:13:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 00:13:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 00:13:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 00:13:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 00:13:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 00:13:03] Production.INFO: ==21577== Lock acquired, processing the job...
[2026-09-11 00:13:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 00:13:03] Production.INFO: Account Balance Start.
[2026-09-11 00:13:03] Production.INFO: CreateAllLog Start
[2026-09-11 00:13:03] Production.INFO: 117
[2026-09-11 00:13:03] Production.INFO: Date 2026-09-08
[2026-09-11 00:13:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:13:03] Production.INFO: ==21579== Lock acquired, processing the job...
[2026-09-11 00:13:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 00:13:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 00:13:03] Production.INFO: Date 2026-09-09
[2026-09-11 00:13:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:13:03] Production.INFO: ==21585== Lock acquired, processing the job...
[2026-09-11 00:13:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 00:13:03] Production.INFO: Date 2026-09-10
[2026-09-11 00:13:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:13:03] Production.INFO: Date 2026-09-11
[2026-09-11 00:13:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:13:03] Production.INFO: Total Charge 0
[2026-09-11 00:13:03] Production.INFO: CreateAllLog End
[2026-09-11 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-09-11 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-09-11 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-09-11 00:13:03] Production.INFO: ==21585== Releasing lock...
[2026-09-11 00:13:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 00:13:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 00:13:03] Production.INFO: Account Balance End.
[2026-09-11 00:13:03] Production.ERROR: CronJobId end 12
[2026-09-11 00:13:03] Production.INFO: ==21583== Releasing lock...
[2026-09-11 00:13:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 00:13:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 00:13:04] Production.INFO: ==21579== Releasing lock...
[2026-09-11 00:13:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 00:13:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 00:13:11] Production.ERROR: CronJobId end10
[2026-09-11 00:13:11] Production.INFO: ==21581== Releasing lock...
[2026-09-11 00:13:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 00:13:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 00:13:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 00:13:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 00:13:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 00:13:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 00:13:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 00:13:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 00:13:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 00:13:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 00:13:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 00:13:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 00:13:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 00:13:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 00:13:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 00:13:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 00:13:13] Production.INFO: call_cost start
[2026-09-11 00:13:13] Production.INFO: call_cost end
[2026-09-11 00:13:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 00:13:13] Production.INFO: ============== Report Schedule START===========
[2026-09-11 00:13:13] Production.INFO: ============== Report Schedule END===========
[2026-09-11 00:13:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 00:13:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 00:13:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 00:13:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 00:13:13] Production.INFO: ============== Deal alert START===========
[2026-09-11 00:13:13] Production.INFO: ============== Deal alert END===========
[2026-09-11 00:13:13] Production.INFO: ==21577== Releasing lock...
[2026-09-11 00:13:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 00:13:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 05:14:01] Production.INFO: ==21644== Lock acquired, processing the job...
[2026-09-11 05:14:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 05:14:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 05:14:01] Production.INFO: neon service started
[2026-09-11 05:14:01] Production.INFO: neon service started
[2026-09-11 05:14:01] Production.INFO: ==21644== Releasing lock...
[2026-09-11 05:14:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 05:14:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 04:14:01] Production.INFO: ==21648== Lock acquired, processing the job...
[2026-09-11 04:14:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 04:14:01] Production.INFO: ==21648== Releasing lock...
[2026-09-11 04:14:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 04:14:01] Production.INFO: 25 MB #Memory Used#
[2026-09-11 00:14:01] Production.INFO: ==21646== Lock acquired, processing the job...
[2026-09-11 00:14:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 00:14:02] Production.INFO: ==21646== Releasing lock...
[2026-09-11 00:14:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 00:14:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 00:14:02] Production.INFO: ==21653== Lock acquired, processing the job...
[2026-09-11 00:14:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 00:14:02] Production.INFO: ==21651== Lock acquired, processing the job...
[2026-09-11 00:14:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 00:14:02] Production.INFO: ==21657== Lock acquired, processing the job...
[2026-09-11 00:14:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 00:14:02] Production.INFO: ==21655== Lock acquired, processing the job...
[2026-09-11 00:14:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 00:14:02] Production.INFO: ==21659== Lock acquired, processing the job...
[2026-09-11 00:14:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 00:14:03] Production.INFO: Account Balance Start.
[2026-09-11 00:14:03] Production.INFO: CreateAllLog Start
[2026-09-11 00:14:03] Production.INFO: 117
[2026-09-11 00:14:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 00:14:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 00:14:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 00:14:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 00:14:03] Production.INFO: Date 2026-09-08
[2026-09-11 00:14:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:14:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 00:14:03] Production.INFO: Date 2026-09-09
[2026-09-11 00:14:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:14:03] Production.INFO: Date 2026-09-10
[2026-09-11 00:14:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:14:03] Production.INFO: Date 2026-09-11
[2026-09-11 00:14:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:14:03] Production.INFO: Total Charge 0
[2026-09-11 00:14:03] Production.INFO: CreateAllLog End
[2026-09-11 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-09-11 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-09-11 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-09-11 00:14:03] Production.INFO: ==21659== Releasing lock...
[2026-09-11 00:14:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 00:14:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 00:14:03] Production.INFO: Account Balance End.
[2026-09-11 00:14:03] Production.ERROR: CronJobId end 12
[2026-09-11 00:14:03] Production.INFO: ==21657== Releasing lock...
[2026-09-11 00:14:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 00:14:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 00:14:03] Production.INFO: ==21653== Releasing lock...
[2026-09-11 00:14:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 00:14:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 00:14:12] Production.ERROR: CronJobId end10
[2026-09-11 00:14:12] Production.INFO: ==21655== Releasing lock...
[2026-09-11 00:14:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 00:14:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 00:14:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 00:14:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 00:14:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 00:14:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 00:14:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 00:14:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 00:14:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 00:14:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 00:14:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 00:14:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 00:14:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 00:14:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 00:14:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 00:14:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 00:14:14] Production.INFO: call_cost start
[2026-09-11 00:14:14] Production.INFO: call_cost end
[2026-09-11 00:14:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 00:14:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 00:14:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 00:14:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 00:14:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 00:14:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 00:14:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 00:14:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 00:14:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 00:14:14] Production.INFO: ==21651== Releasing lock...
[2026-09-11 00:14:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 00:14:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 05:15:01] Production.INFO: ==21723== Lock acquired, processing the job...
[2026-09-11 05:15:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 05:15:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 05:15:01] Production.INFO: neon service started
[2026-09-11 05:15:01] Production.INFO: neon service started
[2026-09-11 05:15:01] Production.INFO: ==21723== Releasing lock...
[2026-09-11 05:15:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 05:15:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 00:15:02] Production.INFO: ==21725== Lock acquired, processing the job...
[2026-09-11 00:15:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 00:15:02] Production.INFO: ==21725== Releasing lock...
[2026-09-11 00:15:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 00:15:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 04:15:02] Production.INFO: ==21727== Lock acquired, processing the job...
[2026-09-11 04:15:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 04:15:02] Production.INFO: ==21727== Releasing lock...
[2026-09-11 04:15:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 04:15:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 00:15:03] Production.INFO: ==21729== Lock acquired, processing the job...
[2026-09-11 00:15:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-11 00:15:03] Production.INFO: ==21734== Lock acquired, processing the job...
[2026-09-11 00:15:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 00:15:03] Production.INFO: ==21738== Lock acquired, processing the job...
[2026-09-11 00:15:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 00:15:03] Production.ERROR: ========================== active cronjob start =============================
[2026-09-11 00:15:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-11 00:15:03] Production.ERROR: CronJob PID - 21734
[2026-09-11 00:15:03] Production.ERROR: CronJob Title - Account Block
[2026-09-11 00:15:03] Production.ERROR: CronJob ID - 7
[2026-09-11 00:15:03] Production.ERROR: CronJob Last Run Time 2026-09-11 00:15:00
[2026-09-11 00:15:03] Production.ERROR: CronJob Active Minutes 0
[2026-09-11 00:15:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-11 00:15:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-11 00:15:03] Production.ERROR: CronJob PID - 21738
[2026-09-11 00:15:03] Production.ERROR: CronJob Title - Prepaid Account Balance
[2026-09-11 00:15:03] Production.ERROR: CronJob ID - 12
[2026-09-11 00:15:03] Production.ERROR: CronJob Last Run Time 2026-09-11 00:15:00
[2026-09-11 00:15:03] Production.ERROR: CronJob Active Minutes 0
[2026-09-11 00:15:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-11 00:15:03] Production.INFO: ==21740== Lock acquired, processing the job...
[2026-09-11 00:15:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-11 00:15:03] Production.ERROR: ========================== active cronjob end =============================
[2026-09-11 00:15:03] Production.INFO: ==21729== Releasing lock...
[2026-09-11 00:15:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-11 00:15:03] Production.INFO: 25.5 MB #Memory Used#
[2026-09-11 00:15:03] Production.ERROR: tblTempUsageDetail_20
[2026-09-11 00:15:03] Production.INFO: Account Balance Start.
[2026-09-11 00:15:03] Production.INFO: CreateAllLog Start
[2026-09-11 00:15:03] Production.INFO: 117
[2026-09-11 00:15:03] Production.INFO: Date 2026-09-08
[2026-09-11 00:15:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:15:03] Production.INFO: ==21731== Lock acquired, processing the job...
[2026-09-11 00:15:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 00:15:03] Production.INFO: Date 2026-09-09
[2026-09-11 00:15:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:15:03] Production.INFO: ==21742== Lock acquired, processing the job...
[2026-09-11 00:15:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 00:15:03] Production.INFO: ==21736== Lock acquired, processing the job...
[2026-09-11 00:15:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 00:15:03] Production.INFO: Date 2026-09-10
[2026-09-11 00:15:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:15:03] Production.INFO: Date 2026-09-11
[2026-09-11 00:15:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:15:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 00:15:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 00:15:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 00:15:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 00:15:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 00:15:03] Production.INFO: Total Charge 0
[2026-09-11 00:15:03] Production.INFO: CreateAllLog End
[2026-09-11 00: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-09-11 00: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-09-11 00: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-09-11 00:15:03] Production.INFO: ==21742== Releasing lock...
[2026-09-11 00:15:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 00:15:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 00:15:03] Production.ERROR: done
[2026-09-11 00:15:04] Production.INFO: Account Balance End.
[2026-09-11 00:15:04] Production.ERROR: CronJobId end 12
[2026-09-11 00:15:04] Production.INFO: ==21738== Releasing lock...
[2026-09-11 00:15:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 00:15:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 00:15:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-11 00:15:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17981408', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) start
[2026-09-11 00:15:04] Production.INFO: ==21734== Releasing lock...
[2026-09-11 00:15:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 00:15:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 00:15:09] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17981408', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) end
[2026-09-11 00:15:09] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-11 00:15:09] Production.INFO: ProcessCDR(1,17981408,1,1,2)
[2026-09-11 00:15:09] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17981408,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 00:15:09] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17981408,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 00:15:09] Production.ERROR: pbx prc_insertCDR start
[2026-09-11 00:15:09] Production.ERROR: pbx prc_insertCDR end
[2026-09-11 00:15:09] Production.INFO: ==21740== Releasing lock...
[2026-09-11 00:15:09] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-11 00:15:09] Production.INFO: 26 MB #Memory Used#
[2026-09-11 00:15:13] Production.ERROR: CronJobId end10
[2026-09-11 00:15:13] Production.INFO: ==21736== Releasing lock...
[2026-09-11 00:15:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 00:15:13] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 00:15:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 00:15:16] Production.INFO: ============== Balance Warning START===========
[2026-09-11 00:15:16] Production.INFO: ============== Balance Warning END===========
[2026-09-11 00:15:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 00:15:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 00:15:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 00:15:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 00:15:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 00:15:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 00:15:16] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 00:15:16] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 00:15:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 00:15:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 00:15:16] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 00:15:16] Production.INFO: call_cost start
[2026-09-11 00:15:16] Production.INFO: call_cost end
[2026-09-11 00:15:16] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 00:15:16] Production.INFO: ============== Report Schedule START===========
[2026-09-11 00:15:16] Production.INFO: ============== Report Schedule END===========
[2026-09-11 00:15:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 00:15:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 00:15:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 00:15:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 00:15:16] Production.INFO: ============== Deal alert START===========
[2026-09-11 00:15:16] Production.INFO: ============== Deal alert END===========
[2026-09-11 00:15:16] Production.INFO: ==21731== Releasing lock...
[2026-09-11 00:15:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 00:15:16] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 05:16:02] Production.INFO: ==21812== Lock acquired, processing the job...
[2026-09-11 05:16:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 05:16:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 05:16:02] Production.INFO: neon service started
[2026-09-11 05:16:02] Production.INFO: neon service started
[2026-09-11 05:16:02] Production.INFO: ==21812== Releasing lock...
[2026-09-11 05:16:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 05:16:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 00:16:02] Production.INFO: ==21814== Lock acquired, processing the job...
[2026-09-11 00:16:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 00:16:02] Production.INFO: ==21814== Releasing lock...
[2026-09-11 00:16:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 00:16:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 04:16:03] Production.INFO: ==21816== Lock acquired, processing the job...
[2026-09-11 04:16:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 04:16:03] Production.INFO: ==21816== Releasing lock...
[2026-09-11 04:16:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 04:16:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 00:16:03] Production.INFO: ==21820== Lock acquired, processing the job...
[2026-09-11 00:16:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 00:16:04] Production.INFO: ==21818== Lock acquired, processing the job...
[2026-09-11 00:16:04] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 00:16:04] Production.INFO: ==21822== Lock acquired, processing the job...
[2026-09-11 00:16:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 00:16:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 00:16:04] Production.INFO: ==21826== Lock acquired, processing the job...
[2026-09-11 00:16:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 00:16:04] Production.INFO: ==21824== Lock acquired, processing the job...
[2026-09-11 00:16:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 00:16:04] Production.INFO: Account Balance Start.
[2026-09-11 00:16:04] Production.INFO: CreateAllLog Start
[2026-09-11 00:16:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 00:16:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 00:16:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 00:16:04] Production.INFO: 117
[2026-09-11 00:16:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 00:16:04] Production.INFO: Date 2026-09-08
[2026-09-11 00:16:04] Production.INFO: Reseller ==> 0
[2026-09-11 00: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-09-11 00: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-09-11 00: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-09-11 00:16:04] Production.INFO: ==21826== Releasing lock...
[2026-09-11 00:16:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 00:16:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 00:16:04] Production.INFO: Date 2026-09-09
[2026-09-11 00:16:04] Production.INFO: Reseller ==> 0
[2026-09-11 00:16:04] Production.INFO: Date 2026-09-10
[2026-09-11 00:16:04] Production.INFO: Reseller ==> 0
[2026-09-11 00:16:04] Production.INFO: Date 2026-09-11
[2026-09-11 00:16:04] Production.INFO: Reseller ==> 0
[2026-09-11 00:16:04] Production.INFO: Total Charge 0
[2026-09-11 00:16:04] Production.INFO: CreateAllLog End
[2026-09-11 00:16:04] Production.INFO: Account Balance End.
[2026-09-11 00:16:04] Production.ERROR: CronJobId end 12
[2026-09-11 00:16:04] Production.INFO: ==21824== Releasing lock...
[2026-09-11 00:16:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 00:16:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 00:16:04] Production.INFO: ==21820== Releasing lock...
[2026-09-11 00:16:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 00:16:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 00:16:11] Production.ERROR: CronJobId end10
[2026-09-11 00:16:11] Production.INFO: ==21822== Releasing lock...
[2026-09-11 00:16:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 00:16:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 00:16:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 00:16:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 00:16:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 00:16:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 00:16:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 00:16:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 00:16:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 00:16:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 00:16:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 00:16:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 00:16:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 00:16:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 00:16:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 00:16:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 00:16:15] Production.INFO: call_cost start
[2026-09-11 00:16:15] Production.INFO: call_cost end
[2026-09-11 00:16:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 00:16:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 00:16:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 00:16:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 00:16:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 00:16:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 00:16:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 00:16:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 00:16:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 00:16:15] Production.INFO: ==21818== Releasing lock...
[2026-09-11 00:16:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 00:16:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 05:17:01] Production.INFO: ==21895== Lock acquired, processing the job...
[2026-09-11 05:17:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 05:17:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 05:17:01] Production.INFO: neon service started
[2026-09-11 05:17:01] Production.INFO: neon service started
[2026-09-11 05:17:01] Production.INFO: ==21895== Releasing lock...
[2026-09-11 05:17:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 05:17:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 04:17:02] Production.INFO: ==21899== Lock acquired, processing the job...
[2026-09-11 04:17:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 04:17:02] Production.INFO: ==21899== Releasing lock...
[2026-09-11 04:17:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 04:17:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 00:17:02] Production.INFO: ==21897== Lock acquired, processing the job...
[2026-09-11 00:17:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 00:17:02] Production.INFO: ==21897== Releasing lock...
[2026-09-11 00:17:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 00:17:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 00:17:03] Production.INFO: ==21902== Lock acquired, processing the job...
[2026-09-11 00:17:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 00:17:03] Production.INFO: ==21904== Lock acquired, processing the job...
[2026-09-11 00:17:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 00:17:03] Production.INFO: ==21906== Lock acquired, processing the job...
[2026-09-11 00:17:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 00:17:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 00:17:03] Production.INFO: ==21908== Lock acquired, processing the job...
[2026-09-11 00:17:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 00:17:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 00:17:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 00:17:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 00:17:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 00:17:03] Production.INFO: ==21910== Lock acquired, processing the job...
[2026-09-11 00:17:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 00:17:03] Production.INFO: Account Balance Start.
[2026-09-11 00:17:03] Production.INFO: CreateAllLog Start
[2026-09-11 00:17:03] Production.INFO: 117
[2026-09-11 00:17:03] Production.INFO: Date 2026-09-08
[2026-09-11 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-09-11 00:17:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 00:17:03] Production.INFO: ==21910== Releasing lock...
[2026-09-11 00:17:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 00:17:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 00:17:03] Production.INFO: Date 2026-09-09
[2026-09-11 00:17:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:17:03] Production.INFO: Date 2026-09-10
[2026-09-11 00:17:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:17:03] Production.INFO: Date 2026-09-11
[2026-09-11 00:17:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:17:03] Production.INFO: Total Charge 0
[2026-09-11 00:17:03] Production.INFO: CreateAllLog End
[2026-09-11 00:17:03] Production.INFO: ==21904== Releasing lock...
[2026-09-11 00:17:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 00:17:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 00:17:04] Production.INFO: Account Balance End.
[2026-09-11 00:17:04] Production.ERROR: CronJobId end 12
[2026-09-11 00:17:04] Production.INFO: ==21908== Releasing lock...
[2026-09-11 00:17:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 00:17:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 00:17:11] Production.ERROR: CronJobId end10
[2026-09-11 00:17:11] Production.INFO: ==21906== Releasing lock...
[2026-09-11 00:17:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 00:17:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 00:17:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 00:17:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 00:17:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 00:17:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 00:17:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 00:17:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 00:17:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 00:17:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 00:17:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 00:17:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 00:17:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 00:17:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 00:17:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 00:17:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 00:17:14] Production.INFO: call_cost start
[2026-09-11 00:17:14] Production.INFO: call_cost end
[2026-09-11 00:17:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 00:17:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 00:17:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 00:17:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 00:17:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 00:17:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 00:17:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 00:17:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 00:17:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 00:17:14] Production.INFO: ==21902== Releasing lock...
[2026-09-11 00:17:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 00:17:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 05:18:02] Production.INFO: ==21977== Lock acquired, processing the job...
[2026-09-11 05:18:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 05:18:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 05:18:02] Production.INFO: neon service started
[2026-09-11 05:18:02] Production.INFO: neon service started
[2026-09-11 05:18:02] Production.INFO: ==21977== Releasing lock...
[2026-09-11 05:18:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 05:18:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 04:18:02] Production.INFO: ==21981== Lock acquired, processing the job...
[2026-09-11 04:18:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 04:18:02] Production.INFO: ==21981== Releasing lock...
[2026-09-11 04:18:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 04:18:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 00:18:02] Production.INFO: ==21979== Lock acquired, processing the job...
[2026-09-11 00:18:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 00:18:02] Production.INFO: ==21979== Releasing lock...
[2026-09-11 00:18:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 00:18:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 00:18:03] Production.INFO: ==21983== Lock acquired, processing the job...
[2026-09-11 00:18:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 00:18:03] Production.INFO: ==21985== Lock acquired, processing the job...
[2026-09-11 00:18:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 00:18:03] Production.INFO: ==21987== Lock acquired, processing the job...
[2026-09-11 00:18:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 00:18:03] Production.INFO: ==21989== Lock acquired, processing the job...
[2026-09-11 00:18:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 00:18:03] Production.INFO: ==21991== Lock acquired, processing the job...
[2026-09-11 00:18:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 00:18:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 00:18:03] Production.INFO: Account Balance Start.
[2026-09-11 00:18:03] Production.INFO: CreateAllLog Start
[2026-09-11 00:18:03] Production.INFO: 117
[2026-09-11 00:18:03] Production.INFO: Date 2026-09-08
[2026-09-11 00:18:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:18:03] Production.INFO: Date 2026-09-09
[2026-09-11 00:18:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:18:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 00:18:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 00:18:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 00:18:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 00:18:03] Production.INFO: Date 2026-09-10
[2026-09-11 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-09-11 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-09-11 00:18:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 00:18:03] Production.INFO: Date 2026-09-11
[2026-09-11 00:18:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:18:03] Production.INFO: ==21991== Releasing lock...
[2026-09-11 00:18:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 00:18:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 00:18:03] Production.INFO: Total Charge 0
[2026-09-11 00:18:03] Production.INFO: CreateAllLog End
[2026-09-11 00:18:04] Production.INFO: Account Balance End.
[2026-09-11 00:18:04] Production.ERROR: CronJobId end 12
[2026-09-11 00:18:04] Production.INFO: ==21989== Releasing lock...
[2026-09-11 00:18:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 00:18:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 00:18:04] Production.INFO: ==21985== Releasing lock...
[2026-09-11 00:18:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 00:18:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 00:18:12] Production.ERROR: CronJobId end10
[2026-09-11 00:18:12] Production.INFO: ==21987== Releasing lock...
[2026-09-11 00:18:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 00:18:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 00:18:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 00:18:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 00:18:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 00:18:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 00:18:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 00:18:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 00:18:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 00:18:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 00:18:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 00:18:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 00:18:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 00:18:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 00:18:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 00:18:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 00:18:15] Production.INFO: call_cost start
[2026-09-11 00:18:15] Production.INFO: call_cost end
[2026-09-11 00:18:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 00:18:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 00:18:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 00:18:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 00:18:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 00:18:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 00:18:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 00:18:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 00:18:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 00:18:15] Production.INFO: ==21983== Releasing lock...
[2026-09-11 00:18:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 00:18:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 05:19:01] Production.INFO: ==22058== Lock acquired, processing the job...
[2026-09-11 05:19:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 05:19:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 05:19:01] Production.INFO: neon service started
[2026-09-11 05:19:01] Production.INFO: neon service started
[2026-09-11 05:19:01] Production.INFO: ==22058== Releasing lock...
[2026-09-11 05:19:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 05:19:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 04:19:01] Production.INFO: ==22062== Lock acquired, processing the job...
[2026-09-11 04:19:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 04:19:01] Production.INFO: ==22062== Releasing lock...
[2026-09-11 04:19:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 04:19:01] Production.INFO: 25 MB #Memory Used#
[2026-09-11 00:19:02] Production.INFO: ==22060== Lock acquired, processing the job...
[2026-09-11 00:19:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 00:19:02] Production.INFO: ==22060== Releasing lock...
[2026-09-11 00:19:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 00:19:02] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 00:19:02] Production.INFO: ==22068== Lock acquired, processing the job...
[2026-09-11 00:19:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 00:19:02] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 00:19:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 00:19:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 00:19:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 00:19:03] Production.INFO: ==22064== Lock acquired, processing the job...
[2026-09-11 00:19:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 00:19:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 00:19:03] Production.INFO: ==22066== Lock acquired, processing the job...
[2026-09-11 00:19:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 00:19:03] Production.INFO: ==22072== Lock acquired, processing the job...
[2026-09-11 00:19:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 00:19:03] Production.INFO: ==22070== Lock acquired, processing the job...
[2026-09-11 00:19:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 00:19:03] Production.INFO: Account Balance Start.
[2026-09-11 00:19:03] Production.INFO: CreateAllLog Start
[2026-09-11 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-09-11 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-09-11 00:19:03] Production.INFO: 117
[2026-09-11 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-09-11 00:19:03] Production.INFO: Date 2026-09-08
[2026-09-11 00:19:03] Production.INFO: ==22072== Releasing lock...
[2026-09-11 00:19:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 00:19:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 00:19:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:19:03] Production.INFO: Date 2026-09-09
[2026-09-11 00:19:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:19:03] Production.INFO: Date 2026-09-10
[2026-09-11 00:19:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:19:03] Production.INFO: Date 2026-09-11
[2026-09-11 00:19:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:19:03] Production.INFO: Total Charge 0
[2026-09-11 00:19:03] Production.INFO: CreateAllLog End
[2026-09-11 00:19:03] Production.INFO: Account Balance End.
[2026-09-11 00:19:03] Production.ERROR: CronJobId end 12
[2026-09-11 00:19:03] Production.INFO: ==22070== Releasing lock...
[2026-09-11 00:19:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 00:19:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 00:19:04] Production.INFO: ==22066== Releasing lock...
[2026-09-11 00:19:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 00:19:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 00:19:11] Production.ERROR: CronJobId end10
[2026-09-11 00:19:11] Production.INFO: ==22068== Releasing lock...
[2026-09-11 00:19:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 00:19:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 00:19:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 00:19:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 00:19:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 00:19:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 00:19:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 00:19:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 00:19:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 00:19:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 00:19:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 00:19:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 00:19:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 00:19:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 00:19:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 00:19:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 00:19:14] Production.INFO: call_cost start
[2026-09-11 00:19:14] Production.INFO: call_cost end
[2026-09-11 00:19:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 00:19:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 00:19:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 00:19:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 00:19:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 00:19:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 00:19:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 00:19:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 00:19:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 00:19:14] Production.INFO: ==22064== Releasing lock...
[2026-09-11 00:19:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 00:19:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 05:20:01] Production.INFO: ==22141== Lock acquired, processing the job...
[2026-09-11 05:20:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 05:20:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 05:20:01] Production.INFO: neon service started
[2026-09-11 05:20:01] Production.INFO: neon service started
[2026-09-11 05:20:01] Production.INFO: ==22141== Releasing lock...
[2026-09-11 05:20:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 05:20:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 04:20:02] Production.INFO: ==22145== Lock acquired, processing the job...
[2026-09-11 04:20:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 04:20:02] Production.INFO: ==22145== Releasing lock...
[2026-09-11 04:20:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 04:20:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 00:20:02] Production.INFO: ==22143== Lock acquired, processing the job...
[2026-09-11 00:20:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 00:20:02] Production.INFO: ==22143== Releasing lock...
[2026-09-11 00:20:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 00:20:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 00:20:03] Production.INFO: ==22147== Lock acquired, processing the job...
[2026-09-11 00:20:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 00:20:03] Production.INFO: ==22153== Lock acquired, processing the job...
[2026-09-11 00:20:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 00:20:03] Production.INFO: ==22149== Lock acquired, processing the job...
[2026-09-11 00:20:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 00:20:03] Production.INFO: ==22151== Lock acquired, processing the job...
[2026-09-11 00:20:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 00:20:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 00:20:03] Production.INFO: ==22155== Lock acquired, processing the job...
[2026-09-11 00:20:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 00:20:03] Production.INFO: Account Balance Start.
[2026-09-11 00:20:03] Production.INFO: CreateAllLog Start
[2026-09-11 00:20:03] Production.INFO: 117
[2026-09-11 00:20:03] Production.INFO: Date 2026-09-08
[2026-09-11 00:20:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:20:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 00:20:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 00:20:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 00:20:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 00:20:03] Production.INFO: Date 2026-09-09
[2026-09-11 00:20:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 00:20:03] Production.INFO: Date 2026-09-10
[2026-09-11 00:20:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 00:20:03] Production.INFO: ==22155== Releasing lock...
[2026-09-11 00:20:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 00:20:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 00:20:03] Production.INFO: Date 2026-09-11
[2026-09-11 00:20:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:20:03] Production.INFO: Total Charge 0
[2026-09-11 00:20:03] Production.INFO: CreateAllLog End
[2026-09-11 00:20:04] Production.INFO: Account Balance End.
[2026-09-11 00:20:04] Production.ERROR: CronJobId end 12
[2026-09-11 00:20:04] Production.INFO: ==22153== Releasing lock...
[2026-09-11 00:20:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 00:20:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 00:20:04] Production.INFO: ==22149== Releasing lock...
[2026-09-11 00:20:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 00:20:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 00:20:11] Production.ERROR: CronJobId end10
[2026-09-11 00:20:11] Production.INFO: ==22151== Releasing lock...
[2026-09-11 00:20:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 00:20:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 00:20:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 00:20:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 00:20:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 00:20:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 00:20:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 00:20:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 00:20:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 00:20:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 00:20:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 00:20:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 00:20:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 00:20:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 00:20:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 00:20:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 00:20:14] Production.INFO: call_cost start
[2026-09-11 00:20:14] Production.INFO: call_cost end
[2026-09-11 00:20:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 00:20:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 00:20:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 00:20:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 00:20:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 00:20:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 00:20:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 00:20:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 00:20:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 00:20:14] Production.INFO: ==22147== Releasing lock...
[2026-09-11 00:20:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 00:20:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 05:21:01] Production.INFO: ==22228== Lock acquired, processing the job...
[2026-09-11 05:21:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 05:21:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 05:21:01] Production.INFO: neon service started
[2026-09-11 05:21:01] Production.INFO: neon service started
[2026-09-11 05:21:01] Production.INFO: ==22228== Releasing lock...
[2026-09-11 05:21:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 05:21:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 04:21:01] Production.INFO: ==22232== Lock acquired, processing the job...
[2026-09-11 04:21:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 04:21:01] Production.INFO: ==22232== Releasing lock...
[2026-09-11 04:21:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 04:21:01] Production.INFO: 25 MB #Memory Used#
[2026-09-11 00:21:01] Production.INFO: ==22230== Lock acquired, processing the job...
[2026-09-11 00:21:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 00:21:02] Production.INFO: ==22230== Releasing lock...
[2026-09-11 00:21:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 00:21:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 00:21:02] Production.INFO: ==22240== Lock acquired, processing the job...
[2026-09-11 00:21:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 00:21:02] Production.INFO: ==22234== Lock acquired, processing the job...
[2026-09-11 00:21:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 00:21:03] Production.INFO: ==22236== Lock acquired, processing the job...
[2026-09-11 00:21:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 00:21:03] Production.INFO: ==22242== Lock acquired, processing the job...
[2026-09-11 00:21:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 00:21:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 00:21:03] Production.INFO: ==22238== Lock acquired, processing the job...
[2026-09-11 00:21:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 00:21:03] Production.INFO: Account Balance Start.
[2026-09-11 00:21:03] Production.INFO: CreateAllLog Start
[2026-09-11 00:21:03] Production.INFO: 117
[2026-09-11 00:21:03] Production.INFO: Date 2026-09-08
[2026-09-11 00:21:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:21:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 00:21:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 00:21:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 00:21:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 00:21:03] Production.INFO: Date 2026-09-09
[2026-09-11 00:21:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 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-09-11 00:21:03] Production.INFO: ==22242== Releasing lock...
[2026-09-11 00:21:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 00:21:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 00:21:03] Production.INFO: Date 2026-09-10
[2026-09-11 00:21:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:21:03] Production.INFO: Date 2026-09-11
[2026-09-11 00:21:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:21:03] Production.INFO: Total Charge 0
[2026-09-11 00:21:03] Production.INFO: CreateAllLog End
[2026-09-11 00:21:03] Production.INFO: Account Balance End.
[2026-09-11 00:21:03] Production.ERROR: CronJobId end 12
[2026-09-11 00:21:03] Production.INFO: ==22240== Releasing lock...
[2026-09-11 00:21:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 00:21:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 00:21:03] Production.INFO: ==22236== Releasing lock...
[2026-09-11 00:21:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 00:21:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 00:21:11] Production.ERROR: CronJobId end10
[2026-09-11 00:21:11] Production.INFO: ==22238== Releasing lock...
[2026-09-11 00:21:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 00:21:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 00:21:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 00:21:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 00:21:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 00:21:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 00:21:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 00:21:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 00:21:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 00:21:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 00:21:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 00:21:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 00:21:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 00:21:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 00:21:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 00:21:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 00:21:14] Production.INFO: call_cost start
[2026-09-11 00:21:14] Production.INFO: call_cost end
[2026-09-11 00:21:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 00:21:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 00:21:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 00:21:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 00:21:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 00:21:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 00:21:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 00:21:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 00:21:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 00:21:14] Production.INFO: ==22234== Releasing lock...
[2026-09-11 00:21:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 00:21:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 05:22:01] Production.INFO: ==22308== Lock acquired, processing the job...
[2026-09-11 05:22:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 05:22:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 05:22:01] Production.INFO: neon service started
[2026-09-11 05:22:01] Production.INFO: neon service started
[2026-09-11 05:22:01] Production.INFO: ==22308== Releasing lock...
[2026-09-11 05:22:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 05:22:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 00:22:02] Production.INFO: ==22310== Lock acquired, processing the job...
[2026-09-11 00:22:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 00:22:02] Production.INFO: ==22310== Releasing lock...
[2026-09-11 00:22:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 00:22:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 04:22:02] Production.INFO: ==22312== Lock acquired, processing the job...
[2026-09-11 04:22:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 04:22:02] Production.INFO: ==22312== Releasing lock...
[2026-09-11 04:22:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 04:22:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 00:22:03] Production.INFO: ==22318== Lock acquired, processing the job...
[2026-09-11 00:22:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 00:22:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 00:22:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 00:22:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 00:22:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 00:22:03] Production.INFO: ==22314== Lock acquired, processing the job...
[2026-09-11 00:22:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 00:22:03] Production.INFO: ==22316== Lock acquired, processing the job...
[2026-09-11 00:22:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 00:22:03] Production.INFO: ==22320== Lock acquired, processing the job...
[2026-09-11 00:22:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 00:22:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 00:22:03] Production.INFO: ==22322== Lock acquired, processing the job...
[2026-09-11 00:22:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 00:22:03] Production.INFO: Account Balance Start.
[2026-09-11 00:22:03] Production.INFO: CreateAllLog Start
[2026-09-11 00:22:03] Production.INFO: 117
[2026-09-11 00:22:03] Production.INFO: Date 2026-09-08
[2026-09-11 00:22:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 00:22:03] Production.INFO: Date 2026-09-09
[2026-09-11 00:22:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 00:22:03] Production.INFO: ==22322== Releasing lock...
[2026-09-11 00:22:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 00:22:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 00:22:03] Production.INFO: Date 2026-09-10
[2026-09-11 00:22:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:22:04] Production.INFO: Date 2026-09-11
[2026-09-11 00:22:04] Production.INFO: Reseller ==> 0
[2026-09-11 00:22:04] Production.INFO: Total Charge 0
[2026-09-11 00:22:04] Production.INFO: CreateAllLog End
[2026-09-11 00:22:04] Production.INFO: ==22316== Releasing lock...
[2026-09-11 00:22:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 00:22:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 00:22:04] Production.INFO: Account Balance End.
[2026-09-11 00:22:04] Production.ERROR: CronJobId end 12
[2026-09-11 00:22:04] Production.INFO: ==22320== Releasing lock...
[2026-09-11 00:22:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 00:22:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 00:22:11] Production.ERROR: CronJobId end10
[2026-09-11 00:22:11] Production.INFO: ==22318== Releasing lock...
[2026-09-11 00:22:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 00:22:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 00:22:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 00:22:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 00:22:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 00:22:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 00:22:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 00:22:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 00:22:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 00:22:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 00:22:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 00:22:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 00:22:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 00:22:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 00:22:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 00:22:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 00:22:14] Production.INFO: call_cost start
[2026-09-11 00:22:14] Production.INFO: call_cost end
[2026-09-11 00:22:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 00:22:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 00:22:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 00:22:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 00:22:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 00:22:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 00:22:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 00:22:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 00:22:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 00:22:14] Production.INFO: ==22314== Releasing lock...
[2026-09-11 00:22:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 00:22:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 05:23:02] Production.INFO: ==22384== Lock acquired, processing the job...
[2026-09-11 05:23:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 05:23:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 05:23:02] Production.INFO: neon service started
[2026-09-11 05:23:02] Production.INFO: neon service started
[2026-09-11 05:23:02] Production.INFO: ==22384== Releasing lock...
[2026-09-11 05:23:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 05:23:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 04:23:02] Production.INFO: ==22388== Lock acquired, processing the job...
[2026-09-11 04:23:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 04:23:02] Production.INFO: ==22388== Releasing lock...
[2026-09-11 04:23:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 04:23:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 00:23:02] Production.INFO: ==22386== Lock acquired, processing the job...
[2026-09-11 00:23:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 00:23:02] Production.INFO: ==22386== Releasing lock...
[2026-09-11 00:23:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 00:23:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 00:23:03] Production.INFO: ==22391== Lock acquired, processing the job...
[2026-09-11 00:23:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 00:23:03] Production.INFO: ==22395== Lock acquired, processing the job...
[2026-09-11 00:23:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 00:23:03] Production.INFO: ==22393== Lock acquired, processing the job...
[2026-09-11 00:23:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 00:23:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 00:23:03] Production.INFO: ==22397== Lock acquired, processing the job...
[2026-09-11 00:23:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 00:23:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 00:23:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 00:23:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 00:23:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 00:23:03] Production.INFO: ==22399== Lock acquired, processing the job...
[2026-09-11 00:23:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 00:23:03] Production.INFO: Account Balance Start.
[2026-09-11 00:23:03] Production.INFO: CreateAllLog Start
[2026-09-11 00:23:03] Production.INFO: 117
[2026-09-11 00:23:03] Production.INFO: Date 2026-09-08
[2026-09-11 00:23:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:23:04] Production.INFO: Date 2026-09-09
[2026-09-11 00:23:04] Production.INFO: Reseller ==> 0
[2026-09-11 00: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-09-11 00: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-09-11 00:23:04] Production.INFO: Date 2026-09-10
[2026-09-11 00:23:04] Production.INFO: Reseller ==> 0
[2026-09-11 00: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-09-11 00:23:04] Production.INFO: Date 2026-09-11
[2026-09-11 00:23:04] Production.INFO: Reseller ==> 0
[2026-09-11 00:23:04] Production.INFO: ==22399== Releasing lock...
[2026-09-11 00:23:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 00:23:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 00:23:04] Production.INFO: Total Charge 0
[2026-09-11 00:23:04] Production.INFO: CreateAllLog End
[2026-09-11 00:23:04] Production.INFO: Account Balance End.
[2026-09-11 00:23:04] Production.ERROR: CronJobId end 12
[2026-09-11 00:23:04] Production.INFO: ==22397== Releasing lock...
[2026-09-11 00:23:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 00:23:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 00:23:04] Production.INFO: ==22393== Releasing lock...
[2026-09-11 00:23:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 00:23:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 00:23:12] Production.ERROR: CronJobId end10
[2026-09-11 00:23:12] Production.INFO: ==22395== Releasing lock...
[2026-09-11 00:23:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 00:23:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 00:23:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 00:23:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 00:23:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 00:23:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 00:23:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 00:23:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 00:23:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 00:23:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 00:23:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 00:23:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 00:23:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 00:23:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 00:23:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 00:23:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 00:23:15] Production.INFO: call_cost start
[2026-09-11 00:23:15] Production.INFO: call_cost end
[2026-09-11 00:23:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 00:23:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 00:23:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 00:23:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 00:23:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 00:23:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 00:23:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 00:23:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 00:23:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 00:23:15] Production.INFO: ==22391== Releasing lock...
[2026-09-11 00:23:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 00:23:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 05:24:01] Production.INFO: ==22507== Lock acquired, processing the job...
[2026-09-11 05:24:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 05:24:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 05:24:01] Production.INFO: neon service started
[2026-09-11 05:24:01] Production.INFO: neon service started
[2026-09-11 05:24:01] Production.INFO: ==22507== Releasing lock...
[2026-09-11 05:24:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 05:24:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 00:24:02] Production.INFO: ==22509== Lock acquired, processing the job...
[2026-09-11 00:24:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 00:24:02] Production.INFO: ==22509== Releasing lock...
[2026-09-11 00:24:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 00:24:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 04:24:02] Production.INFO: ==22511== Lock acquired, processing the job...
[2026-09-11 04:24:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 04:24:02] Production.INFO: ==22511== Releasing lock...
[2026-09-11 04:24:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 04:24:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 00:24:03] Production.INFO: ==22514== Lock acquired, processing the job...
[2026-09-11 00:24:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 00:24:03] Production.INFO: ==22516== Lock acquired, processing the job...
[2026-09-11 00:24:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 00:24:03] Production.INFO: ==22518== Lock acquired, processing the job...
[2026-09-11 00:24:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 00:24:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 00:24:03] Production.INFO: ==22520== Lock acquired, processing the job...
[2026-09-11 00:24:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 00:24:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 00:24:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 00:24:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 00:24:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 00:24:03] Production.INFO: ==22522== Lock acquired, processing the job...
[2026-09-11 00:24:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 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-09-11 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-09-11 00:24:03] Production.INFO: Account Balance Start.
[2026-09-11 00:24:03] Production.INFO: CreateAllLog Start
[2026-09-11 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-09-11 00:24:03] Production.INFO: 117
[2026-09-11 00:24:03] Production.INFO: ==22522== Releasing lock...
[2026-09-11 00:24:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 00:24:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 00:24:03] Production.INFO: Date 2026-09-08
[2026-09-11 00:24:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:24:03] Production.INFO: Date 2026-09-09
[2026-09-11 00:24:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:24:03] Production.INFO: Date 2026-09-10
[2026-09-11 00:24:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:24:03] Production.INFO: Date 2026-09-11
[2026-09-11 00:24:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:24:03] Production.INFO: Total Charge 0
[2026-09-11 00:24:03] Production.INFO: CreateAllLog End
[2026-09-11 00:24:03] Production.INFO: ==22516== Releasing lock...
[2026-09-11 00:24:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 00:24:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 00:24:03] Production.INFO: Account Balance End.
[2026-09-11 00:24:04] Production.ERROR: CronJobId end 12
[2026-09-11 00:24:04] Production.INFO: ==22520== Releasing lock...
[2026-09-11 00:24:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 00:24:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 00:24:10] Production.ERROR: CronJobId end10
[2026-09-11 00:24:10] Production.INFO: ==22518== Releasing lock...
[2026-09-11 00:24:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 00:24:10] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 00:24:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 00:24:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 00:24:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 00:24:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 00:24:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 00:24:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 00:24:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 00:24:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 00:24:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 00:24:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 00:24:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 00:24:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 00:24:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 00:24:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 00:24:14] Production.INFO: call_cost start
[2026-09-11 00:24:14] Production.INFO: call_cost end
[2026-09-11 00:24:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 00:24:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 00:24:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 00:24:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 00:24:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 00:24:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 00:24:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 00:24:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 00:24:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 00:24:14] Production.INFO: ==22514== Releasing lock...
[2026-09-11 00:24:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 00:24:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 05:25:02] Production.INFO: ==22594== Lock acquired, processing the job...
[2026-09-11 05:25:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 05:25:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 05:25:02] Production.INFO: neon service started
[2026-09-11 05:25:02] Production.INFO: neon service started
[2026-09-11 05:25:02] Production.INFO: ==22594== Releasing lock...
[2026-09-11 05:25:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 05:25:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 00:25:02] Production.INFO: ==22596== Lock acquired, processing the job...
[2026-09-11 00:25:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 00:25:02] Production.INFO: ==22596== Releasing lock...
[2026-09-11 00:25:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 00:25:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 04:25:02] Production.INFO: ==22598== Lock acquired, processing the job...
[2026-09-11 04:25:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 04:25:02] Production.INFO: ==22598== Releasing lock...
[2026-09-11 04:25:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 04:25:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 00:25:03] Production.INFO: ==22601== Lock acquired, processing the job...
[2026-09-11 00:25:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-11 00:25:03] Production.INFO: ==22603== Lock acquired, processing the job...
[2026-09-11 00:25:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 00:25:03] Production.ERROR: ========================== active cronjob start =============================
[2026-09-11 00:25:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-11 00:25:03] Production.ERROR: CronJob PID - 22603
[2026-09-11 00:25:03] Production.ERROR: CronJob Title - System Alerts
[2026-09-11 00:25:03] Production.ERROR: CronJob ID - 5
[2026-09-11 00:25:03] Production.ERROR: CronJob Last Run Time 2026-09-11 00:25:00
[2026-09-11 00:25:03] Production.ERROR: CronJob Active Minutes 0
[2026-09-11 00:25:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-11 00:25:03] Production.ERROR: ========================== active cronjob end =============================
[2026-09-11 00:25:03] Production.INFO: ==22601== Releasing lock...
[2026-09-11 00:25:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-11 00:25:03] Production.INFO: 25.5 MB #Memory Used#
[2026-09-11 00:25:03] Production.INFO: ==22607== Lock acquired, processing the job...
[2026-09-11 00:25:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 00:25:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 00:25:03] Production.INFO: ==22605== Lock acquired, processing the job...
[2026-09-11 00:25:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 00:25:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 00:25:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 00:25:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 00:25:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 00:25:03] Production.INFO: ==22613== Lock acquired, processing the job...
[2026-09-11 00:25:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 00:25:03] Production.INFO: ==22611== Lock acquired, processing the job...
[2026-09-11 00:25:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-11 00:25:03] Production.INFO: ==22609== Lock acquired, processing the job...
[2026-09-11 00:25:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 00:25:04] Production.ERROR: tblTempUsageDetail_20
[2026-09-11 00: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-09-11 00: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-09-11 00: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-09-11 00:25:04] Production.INFO: ==22613== Releasing lock...
[2026-09-11 00:25:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 00:25:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 00:25:04] Production.INFO: Account Balance Start.
[2026-09-11 00:25:04] Production.INFO: CreateAllLog Start
[2026-09-11 00:25:04] Production.INFO: 117
[2026-09-11 00:25:04] Production.INFO: Date 2026-09-08
[2026-09-11 00:25:04] Production.INFO: Reseller ==> 0
[2026-09-11 00:25:04] Production.ERROR: done
[2026-09-11 00:25:04] Production.INFO: Date 2026-09-09
[2026-09-11 00:25:04] Production.INFO: Reseller ==> 0
[2026-09-11 00:25:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-11 00:25:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17981449', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) start
[2026-09-11 00:25:04] Production.INFO: Date 2026-09-10
[2026-09-11 00:25:04] Production.INFO: Reseller ==> 0
[2026-09-11 00:25:04] Production.INFO: Date 2026-09-11
[2026-09-11 00:25:04] Production.INFO: Reseller ==> 0
[2026-09-11 00:25:04] Production.INFO: Total Charge 0
[2026-09-11 00:25:04] Production.INFO: CreateAllLog End
[2026-09-11 00:25:04] Production.INFO: ==22605== Releasing lock...
[2026-09-11 00:25:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 00:25:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 00:25:04] Production.INFO: Account Balance End.
[2026-09-11 00:25:04] Production.ERROR: CronJobId end 12
[2026-09-11 00:25:04] Production.INFO: ==22609== Releasing lock...
[2026-09-11 00:25:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 00:25:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 00:25:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17981449', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) end
[2026-09-11 00:25:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-11 00:25:10] Production.INFO: ProcessCDR(1,17981449,1,1,2)
[2026-09-11 00:25:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17981449,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 00:25:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17981449,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 00:25:10] Production.ERROR: pbx prc_insertCDR start
[2026-09-11 00:25:10] Production.ERROR: pbx prc_insertCDR end
[2026-09-11 00:25:10] Production.INFO: ==22611== Releasing lock...
[2026-09-11 00:25:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-11 00:25:10] Production.INFO: 26 MB #Memory Used#
[2026-09-11 00:25:13] Production.ERROR: CronJobId end10
[2026-09-11 00:25:13] Production.INFO: ==22607== Releasing lock...
[2026-09-11 00:25:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 00:25:13] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 00:25:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 00:25:16] Production.INFO: ============== Balance Warning START===========
[2026-09-11 00:25:16] Production.INFO: ============== Balance Warning END===========
[2026-09-11 00:25:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 00:25:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 00:25:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 00:25:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 00:25:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 00:25:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 00:25:16] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 00:25:16] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 00:25:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 00:25:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 00:25:16] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 00:25:16] Production.INFO: call_cost start
[2026-09-11 00:25:16] Production.INFO: call_cost end
[2026-09-11 00:25:16] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 00:25:16] Production.INFO: ============== Report Schedule START===========
[2026-09-11 00:25:16] Production.INFO: ============== Report Schedule END===========
[2026-09-11 00:25:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 00:25:17] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 00:25:17] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 00:25:17] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 00:25:17] Production.INFO: ============== Deal alert START===========
[2026-09-11 00:25:17] Production.INFO: ============== Deal alert END===========
[2026-09-11 00:25:17] Production.INFO: ==22603== Releasing lock...
[2026-09-11 00:25:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 00:25:17] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 05:26:01] Production.INFO: ==22676== Lock acquired, processing the job...
[2026-09-11 05:26:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 05:26:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 05:26:01] Production.INFO: neon service started
[2026-09-11 05:26:01] Production.INFO: neon service started
[2026-09-11 05:26:01] Production.INFO: ==22676== Releasing lock...
[2026-09-11 05:26:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 05:26:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 00:26:02] Production.INFO: ==22678== Lock acquired, processing the job...
[2026-09-11 00:26:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 04:26:02] Production.INFO: ==22680== Lock acquired, processing the job...
[2026-09-11 04:26:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 04:26:02] Production.INFO: ==22680== Releasing lock...
[2026-09-11 04:26:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 04:26:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 00:26:02] Production.INFO: ==22678== Releasing lock...
[2026-09-11 00:26:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 00:26:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 00:26:03] Production.INFO: ==22683== Lock acquired, processing the job...
[2026-09-11 00:26:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 00:26:03] Production.INFO: ==22687== Lock acquired, processing the job...
[2026-09-11 00:26:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 00:26:03] Production.INFO: ==22685== Lock acquired, processing the job...
[2026-09-11 00:26:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 00:26:03] Production.INFO: ==22689== Lock acquired, processing the job...
[2026-09-11 00:26:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 00:26:03] Production.INFO: ==22691== Lock acquired, processing the job...
[2026-09-11 00:26:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 00:26:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 00:26:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 00:26:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 00:26:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 00:26:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 00:26:03] Production.INFO: Account Balance Start.
[2026-09-11 00:26:03] Production.INFO: CreateAllLog Start
[2026-09-11 00:26:03] Production.INFO: 117
[2026-09-11 00:26:03] Production.INFO: Date 2026-09-08
[2026-09-11 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-09-11 00:26:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 00:26:03] Production.INFO: ==22691== Releasing lock...
[2026-09-11 00:26:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 00:26:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 00:26:03] Production.INFO: Date 2026-09-09
[2026-09-11 00:26:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:26:03] Production.INFO: Date 2026-09-10
[2026-09-11 00:26:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:26:03] Production.INFO: Date 2026-09-11
[2026-09-11 00:26:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:26:03] Production.INFO: Total Charge 0
[2026-09-11 00:26:03] Production.INFO: CreateAllLog End
[2026-09-11 00:26:03] Production.INFO: Account Balance End.
[2026-09-11 00:26:03] Production.ERROR: CronJobId end 12
[2026-09-11 00:26:03] Production.INFO: ==22689== Releasing lock...
[2026-09-11 00:26:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 00:26:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 00:26:03] Production.INFO: ==22685== Releasing lock...
[2026-09-11 00:26:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 00:26:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 00:26:11] Production.ERROR: CronJobId end10
[2026-09-11 00:26:11] Production.INFO: ==22687== Releasing lock...
[2026-09-11 00:26:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 00:26:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 00:26:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 00:26:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 00:26:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 00:26:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 00:26:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 00:26:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 00:26:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 00:26:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 00:26:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 00:26:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 00:26:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 00:26:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 00:26:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 00:26:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 00:26:14] Production.INFO: call_cost start
[2026-09-11 00:26:14] Production.INFO: call_cost end
[2026-09-11 00:26:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 00:26:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 00:26:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 00:26:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 00:26:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 00:26:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 00:26:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 00:26:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 00:26:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 00:26:14] Production.INFO: ==22683== Releasing lock...
[2026-09-11 00:26:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 00:26:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 05:27:02] Production.INFO: ==22758== Lock acquired, processing the job...
[2026-09-11 05:27:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 05:27:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 05:27:02] Production.INFO: neon service started
[2026-09-11 05:27:02] Production.INFO: neon service started
[2026-09-11 05:27:02] Production.INFO: ==22758== Releasing lock...
[2026-09-11 05:27:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 05:27:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 00:27:02] Production.INFO: ==22761== Lock acquired, processing the job...
[2026-09-11 00:27:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 00:27:02] Production.INFO: ==22761== Releasing lock...
[2026-09-11 00:27:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 00:27:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 04:27:02] Production.INFO: ==22763== Lock acquired, processing the job...
[2026-09-11 04:27:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 04:27:02] Production.INFO: ==22763== Releasing lock...
[2026-09-11 04:27:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 04:27:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 00:27:03] Production.INFO: ==22765== Lock acquired, processing the job...
[2026-09-11 00:27:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 00:27:03] Production.INFO: ==22767== Lock acquired, processing the job...
[2026-09-11 00:27:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 00:27:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 00:27:03] Production.INFO: ==22773== Lock acquired, processing the job...
[2026-09-11 00:27:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 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-09-11 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-09-11 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-09-11 00:27:03] Production.INFO: ==22771== Lock acquired, processing the job...
[2026-09-11 00:27:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 00:27:03] Production.INFO: ==22773== Releasing lock...
[2026-09-11 00:27:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 00:27:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 00:27:03] Production.INFO: ==22769== Lock acquired, processing the job...
[2026-09-11 00:27:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 00:27:03] Production.INFO: Account Balance Start.
[2026-09-11 00:27:03] Production.INFO: CreateAllLog Start
[2026-09-11 00:27:03] Production.INFO: 117
[2026-09-11 00:27:03] Production.INFO: Date 2026-09-08
[2026-09-11 00:27:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:27:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 00:27:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 00:27:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 00:27:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 00:27:03] Production.INFO: Date 2026-09-09
[2026-09-11 00:27:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:27:03] Production.INFO: Date 2026-09-10
[2026-09-11 00:27:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:27:04] Production.INFO: Date 2026-09-11
[2026-09-11 00:27:04] Production.INFO: Reseller ==> 0
[2026-09-11 00:27:04] Production.INFO: Total Charge 0
[2026-09-11 00:27:04] Production.INFO: CreateAllLog End
[2026-09-11 00:27:04] Production.INFO: ==22767== Releasing lock...
[2026-09-11 00:27:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 00:27:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 00:27:04] Production.INFO: Account Balance End.
[2026-09-11 00:27:04] Production.ERROR: CronJobId end 12
[2026-09-11 00:27:04] Production.INFO: ==22771== Releasing lock...
[2026-09-11 00:27:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 00:27:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 00:27:12] Production.ERROR: CronJobId end10
[2026-09-11 00:27:12] Production.INFO: ==22769== Releasing lock...
[2026-09-11 00:27:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 00:27:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 00:27:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 00:27:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 00:27:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 00:27:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 00:27:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 00:27:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 00:27:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 00:27:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 00:27:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 00:27:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 00:27:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 00:27:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 00:27:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 00:27:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 00:27:14] Production.INFO: call_cost start
[2026-09-11 00:27:14] Production.INFO: call_cost end
[2026-09-11 00:27:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 00:27:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 00:27:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 00:27:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 00:27:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 00:27:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 00:27:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 00:27:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 00:27:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 00:27:14] Production.INFO: ==22765== Releasing lock...
[2026-09-11 00:27:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 00:27:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 05:28:01] Production.INFO: ==22838== Lock acquired, processing the job...
[2026-09-11 05:28:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 05:28:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 05:28:01] Production.INFO: neon service started
[2026-09-11 05:28:01] Production.INFO: neon service started
[2026-09-11 05:28:01] Production.INFO: ==22838== Releasing lock...
[2026-09-11 05:28:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 05:28:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 04:28:01] Production.INFO: ==22842== Lock acquired, processing the job...
[2026-09-11 04:28:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 04:28:01] Production.INFO: ==22842== Releasing lock...
[2026-09-11 04:28:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 04:28:01] Production.INFO: 25 MB #Memory Used#
[2026-09-11 00:28:02] Production.INFO: ==22840== Lock acquired, processing the job...
[2026-09-11 00:28:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 00:28:02] Production.INFO: ==22840== Releasing lock...
[2026-09-11 00:28:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 00:28:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 00:28:03] Production.INFO: ==22845== Lock acquired, processing the job...
[2026-09-11 00:28:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 00:28:03] Production.INFO: ==22847== Lock acquired, processing the job...
[2026-09-11 00:28:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 00:28:03] Production.INFO: ==22849== Lock acquired, processing the job...
[2026-09-11 00:28:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 00:28:03] Production.INFO: ==22851== Lock acquired, processing the job...
[2026-09-11 00:28:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 00:28:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 00:28:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 00:28:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 00:28:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 00:28:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 00:28:03] Production.INFO: Account Balance Start.
[2026-09-11 00:28:03] Production.INFO: CreateAllLog Start
[2026-09-11 00:28:03] Production.INFO: 117
[2026-09-11 00:28:03] Production.INFO: Date 2026-09-08
[2026-09-11 00:28:03] Production.INFO: ==22853== Lock acquired, processing the job...
[2026-09-11 00:28:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 00:28:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:28:03] Production.INFO: Date 2026-09-09
[2026-09-11 00:28:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:28:03] Production.INFO: Date 2026-09-10
[2026-09-11 00:28:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 00:28:03] Production.INFO: Date 2026-09-11
[2026-09-11 00:28:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 00:28:03] Production.INFO: ==22853== Releasing lock...
[2026-09-11 00:28:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 00:28:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 00:28:03] Production.INFO: Total Charge 0
[2026-09-11 00:28:03] Production.INFO: CreateAllLog End
[2026-09-11 00:28:03] Production.INFO: Account Balance End.
[2026-09-11 00:28:03] Production.ERROR: CronJobId end 12
[2026-09-11 00:28:03] Production.INFO: ==22851== Releasing lock...
[2026-09-11 00:28:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 00:28:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 00:28:04] Production.INFO: ==22847== Releasing lock...
[2026-09-11 00:28:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 00:28:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 00:28:11] Production.ERROR: CronJobId end10
[2026-09-11 00:28:11] Production.INFO: ==22849== Releasing lock...
[2026-09-11 00:28:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 00:28:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 00:28:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 00:28:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 00:28:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 00:28:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 00:28:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 00:28:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 00:28:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 00:28:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 00:28:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 00:28:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 00:28:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 00:28:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 00:28:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 00:28:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 00:28:14] Production.INFO: call_cost start
[2026-09-11 00:28:14] Production.INFO: call_cost end
[2026-09-11 00:28:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 00:28:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 00:28:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 00:28:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 00:28:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 00:28:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 00:28:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 00:28:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 00:28:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 00:28:14] Production.INFO: ==22845== Releasing lock...
[2026-09-11 00:28:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 00:28:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 05:29:02] Production.INFO: ==22921== Lock acquired, processing the job...
[2026-09-11 05:29:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 05:29:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 05:29:02] Production.INFO: neon service started
[2026-09-11 05:29:02] Production.INFO: neon service started
[2026-09-11 05:29:02] Production.INFO: ==22921== Releasing lock...
[2026-09-11 05:29:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 05:29:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 00:29:02] Production.INFO: ==22923== Lock acquired, processing the job...
[2026-09-11 00:29:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 00:29:02] Production.INFO: ==22923== Releasing lock...
[2026-09-11 00:29:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 00:29:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 04:29:02] Production.INFO: ==22925== Lock acquired, processing the job...
[2026-09-11 04:29:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 04:29:03] Production.INFO: ==22925== Releasing lock...
[2026-09-11 04:29:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 04:29:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 00:29:03] Production.INFO: ==22927== Lock acquired, processing the job...
[2026-09-11 00:29:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 00:29:03] Production.INFO: ==22929== Lock acquired, processing the job...
[2026-09-11 00:29:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 00:29:03] Production.INFO: ==22931== Lock acquired, processing the job...
[2026-09-11 00:29:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 00:29:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 00:29:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 00:29:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 00:29:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 00:29:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 00:29:03] Production.INFO: ==22933== Lock acquired, processing the job...
[2026-09-11 00:29:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 00:29:03] Production.INFO: ==22935== Lock acquired, processing the job...
[2026-09-11 00:29:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 00:29:03] Production.INFO: Account Balance Start.
[2026-09-11 00:29:03] Production.INFO: CreateAllLog Start
[2026-09-11 00:29:03] Production.INFO: 117
[2026-09-11 00:29:03] Production.INFO: Date 2026-09-08
[2026-09-11 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-09-11 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-09-11 00:29:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 00:29:03] Production.INFO: ==22935== Releasing lock...
[2026-09-11 00:29:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 00:29:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 00:29:03] Production.INFO: Date 2026-09-09
[2026-09-11 00:29:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:29:03] Production.INFO: Date 2026-09-10
[2026-09-11 00:29:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:29:04] Production.INFO: Date 2026-09-11
[2026-09-11 00:29:04] Production.INFO: Reseller ==> 0
[2026-09-11 00:29:04] Production.INFO: Total Charge 0
[2026-09-11 00:29:04] Production.INFO: CreateAllLog End
[2026-09-11 00:29:04] Production.INFO: ==22929== Releasing lock...
[2026-09-11 00:29:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 00:29:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 00:29:04] Production.INFO: Account Balance End.
[2026-09-11 00:29:04] Production.ERROR: CronJobId end 12
[2026-09-11 00:29:04] Production.INFO: ==22933== Releasing lock...
[2026-09-11 00:29:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 00:29:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 00:29:11] Production.ERROR: CronJobId end10
[2026-09-11 00:29:11] Production.INFO: ==22931== Releasing lock...
[2026-09-11 00:29:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 00:29:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 00:29:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 00:29:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 00:29:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 00:29:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 00:29:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 00:29:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 00:29:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 00:29:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 00:29:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 00:29:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 00:29:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 00:29:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 00:29:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 00:29:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 00:29:15] Production.INFO: call_cost start
[2026-09-11 00:29:15] Production.INFO: call_cost end
[2026-09-11 00:29:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 00:29:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 00:29:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 00:29:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 00:29:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 00:29:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 00:29:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 00:29:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 00:29:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 00:29:15] Production.INFO: ==22927== Releasing lock...
[2026-09-11 00:29:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 00:29:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 05:30:01] Production.INFO: ==23002== Lock acquired, processing the job...
[2026-09-11 05:30:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 05:30:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 05:30:01] Production.INFO: neon service started
[2026-09-11 05:30:01] Production.INFO: neon service started
[2026-09-11 05:30:01] Production.INFO: ==23002== Releasing lock...
[2026-09-11 05:30:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 05:30:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 00:30:01] Production.INFO: ==23004== Lock acquired, processing the job...
[2026-09-11 00:30:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 00:30:02] Production.INFO: ==23004== Releasing lock...
[2026-09-11 00:30:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 00:30:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 04:30:02] Production.INFO: ==23006== Lock acquired, processing the job...
[2026-09-11 04:30:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 04:30:02] Production.INFO: ==23006== Releasing lock...
[2026-09-11 04:30:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 04:30:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 00:30:02] Production.INFO: ==23009== Lock acquired, processing the job...
[2026-09-11 00:30:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 00:30:02] Production.INFO: ==23011== Lock acquired, processing the job...
[2026-09-11 00:30:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 00:30:02] Production.INFO: ==23013== Lock acquired, processing the job...
[2026-09-11 00:30:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 00:30:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 00:30:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 00:30:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 00:30:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 00:30:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 00:30:03] Production.INFO: ==23017== Lock acquired, processing the job...
[2026-09-11 00:30:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 00:30:03] Production.INFO: ==23015== Lock acquired, processing the job...
[2026-09-11 00:30:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 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-09-11 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-09-11 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-09-11 00:30:03] Production.INFO: ==23017== Releasing lock...
[2026-09-11 00:30:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 00:30:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 00:30:03] Production.INFO: Account Balance Start.
[2026-09-11 00:30:03] Production.INFO: CreateAllLog Start
[2026-09-11 00:30:03] Production.INFO: 117
[2026-09-11 00:30:03] Production.INFO: Date 2026-09-08
[2026-09-11 00:30:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:30:03] Production.INFO: Date 2026-09-09
[2026-09-11 00:30:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:30:03] Production.INFO: Date 2026-09-10
[2026-09-11 00:30:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:30:03] Production.INFO: Date 2026-09-11
[2026-09-11 00:30:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:30:03] Production.INFO: Total Charge 0
[2026-09-11 00:30:03] Production.INFO: ==23011== Releasing lock...
[2026-09-11 00:30:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 00:30:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 00:30:03] Production.INFO: CreateAllLog End
[2026-09-11 00:30:03] Production.INFO: Account Balance End.
[2026-09-11 00:30:04] Production.ERROR: CronJobId end 12
[2026-09-11 00:30:04] Production.INFO: ==23015== Releasing lock...
[2026-09-11 00:30:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 00:30:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 00:30:11] Production.ERROR: CronJobId end10
[2026-09-11 00:30:11] Production.INFO: ==23013== Releasing lock...
[2026-09-11 00:30:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 00:30:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 00:30:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 00:30:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 00:30:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 00:30:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 00:30:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 00:30:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 00:30:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 00:30:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 00:30:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 00:30:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 00:30:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 00:30:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 00:30:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 00:30:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 00:30:14] Production.INFO: call_cost start
[2026-09-11 00:30:14] Production.INFO: call_cost end
[2026-09-11 00:30:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 00:30:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 00:30:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 00:30:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 00:30:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 00:30:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 00:30:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 00:30:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 00:30:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 00:30:14] Production.INFO: ==23009== Releasing lock...
[2026-09-11 00:30:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 00:30:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 05:31:01] Production.INFO: ==23082== Lock acquired, processing the job...
[2026-09-11 05:31:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 05:31:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 05:31:01] Production.INFO: neon service started
[2026-09-11 05:31:01] Production.INFO: neon service started
[2026-09-11 05:31:01] Production.INFO: ==23082== Releasing lock...
[2026-09-11 05:31:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 05:31:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 00:31:02] Production.INFO: ==23084== Lock acquired, processing the job...
[2026-09-11 00:31:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 04:31:02] Production.INFO: ==23086== Lock acquired, processing the job...
[2026-09-11 04:31:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 04:31:02] Production.INFO: ==23086== Releasing lock...
[2026-09-11 04:31:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 04:31:02] Production.INFO: 26 MB #Memory Used#
[2026-09-11 00:31:02] Production.INFO: ==23084== Releasing lock...
[2026-09-11 00:31:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 00:31:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 00:31:03] Production.INFO: ==23090== Lock acquired, processing the job...
[2026-09-11 00:31:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 00:31:03] Production.INFO: ==23092== Lock acquired, processing the job...
[2026-09-11 00:31:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 00:31:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 00:31:03] Production.INFO: ==23094== Lock acquired, processing the job...
[2026-09-11 00:31:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 00:31:03] Production.INFO: ==23098== Lock acquired, processing the job...
[2026-09-11 00:31:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 00:31:03] Production.INFO: ==23096== Lock acquired, processing the job...
[2026-09-11 00:31:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 00:31:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 00:31:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 00:31:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 00:31:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 00: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-09-11 00:31:03] Production.INFO: Account Balance Start.
[2026-09-11 00:31:03] Production.INFO: CreateAllLog Start
[2026-09-11 00:31:03] Production.INFO: 117
[2026-09-11 00: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-09-11 00:31:03] Production.INFO: Date 2026-09-08
[2026-09-11 00: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-09-11 00:31:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:31:03] Production.INFO: ==23098== Releasing lock...
[2026-09-11 00:31:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 00:31:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 00:31:04] Production.INFO: Date 2026-09-09
[2026-09-11 00:31:04] Production.INFO: Reseller ==> 0
[2026-09-11 00:31:04] Production.INFO: Date 2026-09-10
[2026-09-11 00:31:04] Production.INFO: Reseller ==> 0
[2026-09-11 00:31:04] Production.INFO: Date 2026-09-11
[2026-09-11 00:31:04] Production.INFO: Reseller ==> 0
[2026-09-11 00:31:04] Production.INFO: Total Charge 0
[2026-09-11 00:31:04] Production.INFO: CreateAllLog End
[2026-09-11 00:31:04] Production.INFO: Account Balance End.
[2026-09-11 00:31:04] Production.ERROR: CronJobId end 12
[2026-09-11 00:31:04] Production.INFO: ==23096== Releasing lock...
[2026-09-11 00:31:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 00:31:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 00:31:04] Production.INFO: ==23092== Releasing lock...
[2026-09-11 00:31:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 00:31:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 00:31:11] Production.ERROR: CronJobId end10
[2026-09-11 00:31:11] Production.INFO: ==23094== Releasing lock...
[2026-09-11 00:31:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 00:31:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 00:31:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 00:31:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 00:31:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 00:31:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 00:31:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 00:31:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 00:31:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 00:31:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 00:31:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 00:31:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 00:31:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 00:31:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 00:31:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 00:31:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 00:31:14] Production.INFO: call_cost start
[2026-09-11 00:31:14] Production.INFO: call_cost end
[2026-09-11 00:31:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 00:31:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 00:31:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 00:31:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 00:31:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 00:31:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 00:31:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 00:31:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 00:31:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 00:31:14] Production.INFO: ==23090== Releasing lock...
[2026-09-11 00:31:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 00:31:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 05:32:01] Production.INFO: ==23161== Lock acquired, processing the job...
[2026-09-11 05:32:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 05:32:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 05:32:01] Production.INFO: neon service started
[2026-09-11 05:32:01] Production.INFO: neon service started
[2026-09-11 05:32:01] Production.INFO: ==23161== Releasing lock...
[2026-09-11 05:32:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 05:32:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 04:32:01] Production.INFO: ==23165== Lock acquired, processing the job...
[2026-09-11 04:32:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 04:32:01] Production.INFO: ==23165== Releasing lock...
[2026-09-11 04:32:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 04:32:01] Production.INFO: 25 MB #Memory Used#
[2026-09-11 00:32:01] Production.INFO: ==23163== Lock acquired, processing the job...
[2026-09-11 00:32:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 00:32:02] Production.INFO: ==23163== Releasing lock...
[2026-09-11 00:32:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 00:32:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 00:32:02] Production.INFO: ==23170== Lock acquired, processing the job...
[2026-09-11 00:32:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 00:32:02] Production.INFO: ==23168== Lock acquired, processing the job...
[2026-09-11 00:32:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 00:32:02] Production.INFO: ==23172== Lock acquired, processing the job...
[2026-09-11 00:32:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 00:32:03] Production.INFO: ==23174== Lock acquired, processing the job...
[2026-09-11 00:32:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 00:32:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 00:32:03] Production.INFO: Account Balance Start.
[2026-09-11 00:32:03] Production.INFO: CreateAllLog Start
[2026-09-11 00:32:03] Production.INFO: 117
[2026-09-11 00:32:03] Production.INFO: Date 2026-09-08
[2026-09-11 00:32:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:32:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 00:32:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 00:32:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 00:32:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 00:32:03] Production.INFO: Date 2026-09-09
[2026-09-11 00:32:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:32:03] Production.INFO: Date 2026-09-10
[2026-09-11 00:32:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:32:03] Production.INFO: ==23176== Lock acquired, processing the job...
[2026-09-11 00:32:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 00:32:03] Production.INFO: Date 2026-09-11
[2026-09-11 00:32:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:32:03] Production.INFO: Total Charge 0
[2026-09-11 00:32:03] Production.INFO: CreateAllLog End
[2026-09-11 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-09-11 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-09-11 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-09-11 00:32:03] Production.INFO: Account Balance End.
[2026-09-11 00:32:03] Production.INFO: ==23176== Releasing lock...
[2026-09-11 00:32:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 00:32:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 00:32:03] Production.ERROR: CronJobId end 12
[2026-09-11 00:32:03] Production.INFO: ==23174== Releasing lock...
[2026-09-11 00:32:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 00:32:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 00:32:03] Production.INFO: ==23170== Releasing lock...
[2026-09-11 00:32:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 00:32:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 00:32:12] Production.ERROR: CronJobId end10
[2026-09-11 00:32:12] Production.INFO: ==23172== Releasing lock...
[2026-09-11 00:32:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 00:32:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 00:32:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 00:32:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 00:32:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 00:32:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 00:32:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 00:32:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 00:32:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 00:32:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 00:32:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 00:32:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 00:32:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 00:32:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 00:32:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 00:32:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 00:32:14] Production.INFO: call_cost start
[2026-09-11 00:32:14] Production.INFO: call_cost end
[2026-09-11 00:32:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 00:32:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 00:32:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 00:32:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 00:32:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 00:32:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 00:32:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 00:32:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 00:32:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 00:32:14] Production.INFO: ==23168== Releasing lock...
[2026-09-11 00:32:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 00:32:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 05:33:01] Production.INFO: ==23240== Lock acquired, processing the job...
[2026-09-11 05:33:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 05:33:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 05:33:01] Production.INFO: neon service started
[2026-09-11 05:33:01] Production.INFO: neon service started
[2026-09-11 05:33:01] Production.INFO: ==23240== Releasing lock...
[2026-09-11 05:33:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 05:33:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 00:33:02] Production.INFO: ==23242== Lock acquired, processing the job...
[2026-09-11 00:33:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 00:33:02] Production.INFO: ==23242== Releasing lock...
[2026-09-11 00:33:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 00:33:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 04:33:02] Production.INFO: ==23244== Lock acquired, processing the job...
[2026-09-11 04:33:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 04:33:02] Production.INFO: ==23244== Releasing lock...
[2026-09-11 04:33:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 04:33:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 00:33:03] Production.INFO: ==23246== Lock acquired, processing the job...
[2026-09-11 00:33:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 00:33:03] Production.INFO: ==23248== Lock acquired, processing the job...
[2026-09-11 00:33:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 00:33:03] Production.INFO: ==23250== Lock acquired, processing the job...
[2026-09-11 00:33:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 00:33:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 00:33:03] Production.INFO: ==23253== Lock acquired, processing the job...
[2026-09-11 00:33:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 00:33:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 00:33:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 00:33:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 00:33:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 00:33:03] Production.INFO: ==23255== Lock acquired, processing the job...
[2026-09-11 00:33:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 00:33:03] Production.INFO: Account Balance Start.
[2026-09-11 00:33:03] Production.INFO: CreateAllLog Start
[2026-09-11 00:33:03] Production.INFO: 117
[2026-09-11 00:33:03] Production.INFO: Date 2026-09-08
[2026-09-11 00:33:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 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-09-11 00:33:03] Production.INFO: ==23255== Releasing lock...
[2026-09-11 00:33:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 00:33:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 00:33:03] Production.INFO: Date 2026-09-09
[2026-09-11 00:33:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:33:03] Production.INFO: Date 2026-09-10
[2026-09-11 00:33:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:33:03] Production.INFO: Date 2026-09-11
[2026-09-11 00:33:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:33:03] Production.INFO: Total Charge 0
[2026-09-11 00:33:03] Production.INFO: CreateAllLog End
[2026-09-11 00:33:03] Production.INFO: Account Balance End.
[2026-09-11 00:33:03] Production.ERROR: CronJobId end 12
[2026-09-11 00:33:03] Production.INFO: ==23253== Releasing lock...
[2026-09-11 00:33:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 00:33:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 00:33:04] Production.INFO: ==23248== Releasing lock...
[2026-09-11 00:33:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 00:33:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 00:33:11] Production.ERROR: CronJobId end10
[2026-09-11 00:33:11] Production.INFO: ==23250== Releasing lock...
[2026-09-11 00:33:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 00:33:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 00:33:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 00:33:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 00:33:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 00:33:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 00:33:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 00:33:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 00:33:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 00:33:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 00:33:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 00:33:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 00:33:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 00:33:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 00:33:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 00:33:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 00:33:13] Production.INFO: call_cost start
[2026-09-11 00:33:13] Production.INFO: call_cost end
[2026-09-11 00:33:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 00:33:13] Production.INFO: ============== Report Schedule START===========
[2026-09-11 00:33:13] Production.INFO: ============== Report Schedule END===========
[2026-09-11 00:33:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 00:33:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 00:33:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 00:33:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 00:33:13] Production.INFO: ============== Deal alert START===========
[2026-09-11 00:33:13] Production.INFO: ============== Deal alert END===========
[2026-09-11 00:33:13] Production.INFO: ==23246== Releasing lock...
[2026-09-11 00:33:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 00:33:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 05:34:02] Production.INFO: ==23321== Lock acquired, processing the job...
[2026-09-11 05:34:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 05:34:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 05:34:02] Production.INFO: neon service started
[2026-09-11 05:34:02] Production.INFO: neon service started
[2026-09-11 05:34:02] Production.INFO: ==23321== Releasing lock...
[2026-09-11 05:34:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 05:34:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 00:34:02] Production.INFO: ==23323== Lock acquired, processing the job...
[2026-09-11 00:34:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 00:34:02] Production.INFO: ==23323== Releasing lock...
[2026-09-11 00:34:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 00:34:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 04:34:03] Production.INFO: ==23325== Lock acquired, processing the job...
[2026-09-11 04:34:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 04:34:03] Production.INFO: ==23325== Releasing lock...
[2026-09-11 04:34:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 04:34:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 00:34:03] Production.INFO: ==23327== Lock acquired, processing the job...
[2026-09-11 00:34:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 00:34:03] Production.INFO: ==23329== Lock acquired, processing the job...
[2026-09-11 00:34:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 00:34:03] Production.INFO: ==23331== Lock acquired, processing the job...
[2026-09-11 00:34:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 00:34:03] Production.INFO: ==23333== Lock acquired, processing the job...
[2026-09-11 00:34:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 00:34:03] Production.INFO: ==23335== Lock acquired, processing the job...
[2026-09-11 00:34:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 00:34:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 00:34:03] Production.INFO: Account Balance Start.
[2026-09-11 00:34:03] Production.INFO: CreateAllLog Start
[2026-09-11 00:34:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 00:34:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 00:34:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 00:34:03] Production.INFO: 117
[2026-09-11 00:34:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 00:34:03] Production.INFO: Date 2026-09-08
[2026-09-11 00:34:03] Production.INFO: Reseller ==> 0
[2026-09-11 00: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-09-11 00: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-09-11 00: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-09-11 00:34:04] Production.INFO: ==23335== Releasing lock...
[2026-09-11 00:34:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 00:34:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 00:34:04] Production.INFO: Date 2026-09-09
[2026-09-11 00:34:04] Production.INFO: Reseller ==> 0
[2026-09-11 00:34:04] Production.INFO: Date 2026-09-10
[2026-09-11 00:34:04] Production.INFO: Reseller ==> 0
[2026-09-11 00:34:04] Production.INFO: Date 2026-09-11
[2026-09-11 00:34:04] Production.INFO: Reseller ==> 0
[2026-09-11 00:34:04] Production.INFO: Total Charge 0
[2026-09-11 00:34:04] Production.INFO: CreateAllLog End
[2026-09-11 00:34:04] Production.INFO: Account Balance End.
[2026-09-11 00:34:04] Production.ERROR: CronJobId end 12
[2026-09-11 00:34:04] Production.INFO: ==23333== Releasing lock...
[2026-09-11 00:34:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 00:34:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 00:34:04] Production.INFO: ==23329== Releasing lock...
[2026-09-11 00:34:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 00:34:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 00:34:11] Production.ERROR: CronJobId end10
[2026-09-11 00:34:11] Production.INFO: ==23331== Releasing lock...
[2026-09-11 00:34:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 00:34:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 00:34:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 00:34:15] Production.INFO: ============== Balance Warning START===========
[2026-09-11 00:34:15] Production.INFO: ============== Balance Warning END===========
[2026-09-11 00:34:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 00:34:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 00:34:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 00:34:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 00:34:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 00:34:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 00:34:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 00:34:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 00:34:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 00:34:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 00:34:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 00:34:15] Production.INFO: call_cost start
[2026-09-11 00:34:15] Production.INFO: call_cost end
[2026-09-11 00:34:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 00:34:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 00:34:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 00:34:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 00:34:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 00:34:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 00:34:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 00:34:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 00:34:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 00:34:15] Production.INFO: ==23327== Releasing lock...
[2026-09-11 00:34:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 00:34:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 05:35:01] Production.INFO: ==23405== Lock acquired, processing the job...
[2026-09-11 05:35:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 05:35:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 05:35:01] Production.INFO: neon service started
[2026-09-11 05:35:01] Production.INFO: neon service started
[2026-09-11 05:35:01] Production.INFO: ==23405== Releasing lock...
[2026-09-11 05:35:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 05:35:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 04:35:02] Production.INFO: ==23409== Lock acquired, processing the job...
[2026-09-11 04:35:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 04:35:02] Production.INFO: ==23409== Releasing lock...
[2026-09-11 04:35:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 04:35:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 00:35:02] Production.INFO: ==23407== Lock acquired, processing the job...
[2026-09-11 00:35:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 00:35:02] Production.INFO: ==23407== Releasing lock...
[2026-09-11 00:35:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 00:35:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 00:35:03] Production.INFO: ==23413== Lock acquired, processing the job...
[2026-09-11 00:35:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-11 00:35:03] Production.INFO: ==23415== Lock acquired, processing the job...
[2026-09-11 00:35:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 00:35:03] Production.INFO: ==23419== Lock acquired, processing the job...
[2026-09-11 00:35:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 00:35:03] Production.INFO: ==23417== Lock acquired, processing the job...
[2026-09-11 00:35:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 00:35:03] Production.ERROR: ========================== active cronjob start =============================
[2026-09-11 00:35:03] Production.ERROR: ========================== active cronjob end =============================
[2026-09-11 00:35:03] Production.INFO: ==23413== Releasing lock...
[2026-09-11 00:35:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-11 00:35:03] Production.INFO: 25.5 MB #Memory Used#
[2026-09-11 00:35:03] Production.INFO: ==23421== Lock acquired, processing the job...
[2026-09-11 00:35:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 00:35:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 00:35:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 00:35:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 00:35:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 00:35:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 00:35:03] Production.INFO: ==23423== Lock acquired, processing the job...
[2026-09-11 00:35:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-11 00:35:03] Production.INFO: ==23425== Lock acquired, processing the job...
[2026-09-11 00:35:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 00:35:03] Production.ERROR: tblTempUsageDetail_20
[2026-09-11 00:35:03] Production.INFO: Account Balance Start.
[2026-09-11 00:35:03] Production.INFO: CreateAllLog Start
[2026-09-11 00:35:03] Production.INFO: 117
[2026-09-11 00:35:03] Production.INFO: Date 2026-09-08
[2026-09-11 00:35:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:35:03] Production.INFO: Date 2026-09-09
[2026-09-11 00:35:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:35:03] Production.INFO: Date 2026-09-10
[2026-09-11 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-09-11 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-09-11 00:35:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 00:35:03] Production.INFO: ==23425== Releasing lock...
[2026-09-11 00:35:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 00:35:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 00:35:03] Production.INFO: Date 2026-09-11
[2026-09-11 00:35:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:35:03] Production.INFO: Total Charge 0
[2026-09-11 00:35:03] Production.INFO: CreateAllLog End
[2026-09-11 00:35:04] Production.ERROR: done
[2026-09-11 00:35:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-11 00:35:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17981490', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) start
[2026-09-11 00:35:04] Production.INFO: Account Balance End.
[2026-09-11 00:35:04] Production.ERROR: CronJobId end 12
[2026-09-11 00:35:04] Production.INFO: ==23421== Releasing lock...
[2026-09-11 00:35:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 00:35:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 00:35:04] Production.INFO: ==23417== Releasing lock...
[2026-09-11 00:35:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 00:35:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 00:35:09] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17981490', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) end
[2026-09-11 00:35:09] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-11 00:35:09] Production.INFO: ProcessCDR(1,17981490,1,1,2)
[2026-09-11 00:35:09] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17981490,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 00:35:09] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17981490,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 00:35:09] Production.ERROR: pbx prc_insertCDR start
[2026-09-11 00:35:09] Production.ERROR: pbx prc_insertCDR end
[2026-09-11 00:35:09] Production.INFO: ==23423== Releasing lock...
[2026-09-11 00:35:09] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-11 00:35:09] Production.INFO: 26 MB #Memory Used#
[2026-09-11 00:35:14] Production.ERROR: CronJobId end10
[2026-09-11 00:35:14] Production.INFO: ==23419== Releasing lock...
[2026-09-11 00:35:14] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 00:35:14] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 00:35:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 00:35:16] Production.INFO: ============== Balance Warning START===========
[2026-09-11 00:35:16] Production.INFO: ============== Balance Warning END===========
[2026-09-11 00:35:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 00:35:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 00:35:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 00:35:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 00:35:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 00:35:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 00:35:16] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 00:35:16] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 00:35:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 00:35:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 00:35:16] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 00:35:16] Production.INFO: call_cost start
[2026-09-11 00:35:16] Production.INFO: call_cost end
[2026-09-11 00:35:16] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 00:35:16] Production.INFO: ============== Report Schedule START===========
[2026-09-11 00:35:16] Production.INFO: ============== Report Schedule END===========
[2026-09-11 00:35:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 00:35:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 00:35:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 00:35:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 00:35:16] Production.INFO: ============== Deal alert START===========
[2026-09-11 00:35:16] Production.INFO: ============== Deal alert END===========
[2026-09-11 00:35:16] Production.INFO: ==23415== Releasing lock...
[2026-09-11 00:35:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 00:35:16] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 05:36:02] Production.INFO: ==23483== Lock acquired, processing the job...
[2026-09-11 05:36:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 05:36:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 05:36:02] Production.INFO: neon service started
[2026-09-11 05:36:02] Production.INFO: neon service started
[2026-09-11 05:36:02] Production.INFO: ==23483== Releasing lock...
[2026-09-11 05:36:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 05:36:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 00:36:02] Production.INFO: ==23485== Lock acquired, processing the job...
[2026-09-11 00:36:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 04:36:02] Production.INFO: ==23487== Lock acquired, processing the job...
[2026-09-11 04:36:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 04:36:02] Production.INFO: ==23487== Releasing lock...
[2026-09-11 04:36:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 04:36:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 00:36:02] Production.INFO: ==23485== Releasing lock...
[2026-09-11 00:36:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 00:36:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 00:36:03] Production.INFO: ==23490== Lock acquired, processing the job...
[2026-09-11 00:36:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 00:36:03] Production.INFO: ==23492== Lock acquired, processing the job...
[2026-09-11 00:36:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 00:36:03] Production.INFO: ==23494== Lock acquired, processing the job...
[2026-09-11 00:36:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 00:36:03] Production.INFO: ==23496== Lock acquired, processing the job...
[2026-09-11 00:36:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 00:36:03] Production.INFO: ==23498== Lock acquired, processing the job...
[2026-09-11 00:36:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 00:36:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 00:36:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 00:36:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 00:36:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 00:36:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 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-09-11 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-09-11 00:36:03] Production.INFO: Account Balance Start.
[2026-09-11 00:36:03] Production.INFO: CreateAllLog Start
[2026-09-11 00:36:03] Production.INFO: 117
[2026-09-11 00: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-09-11 00:36:04] Production.INFO: Date 2026-09-08
[2026-09-11 00:36:04] Production.INFO: Reseller ==> 0
[2026-09-11 00:36:04] Production.INFO: ==23498== Releasing lock...
[2026-09-11 00:36:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 00:36:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 00:36:04] Production.INFO: Date 2026-09-09
[2026-09-11 00:36:04] Production.INFO: Reseller ==> 0
[2026-09-11 00:36:04] Production.INFO: Date 2026-09-10
[2026-09-11 00:36:04] Production.INFO: Reseller ==> 0
[2026-09-11 00:36:04] Production.INFO: Date 2026-09-11
[2026-09-11 00:36:04] Production.INFO: Reseller ==> 0
[2026-09-11 00:36:04] Production.INFO: Total Charge 0
[2026-09-11 00:36:04] Production.INFO: CreateAllLog End
[2026-09-11 00:36:04] Production.INFO: Account Balance End.
[2026-09-11 00:36:04] Production.ERROR: CronJobId end 12
[2026-09-11 00:36:04] Production.INFO: ==23496== Releasing lock...
[2026-09-11 00:36:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 00:36:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 00:36:04] Production.INFO: ==23492== Releasing lock...
[2026-09-11 00:36:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 00:36:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 00:36:12] Production.ERROR: CronJobId end10
[2026-09-11 00:36:12] Production.INFO: ==23494== Releasing lock...
[2026-09-11 00:36:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 00:36:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 00:36:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 00:36:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 00:36:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 00:36:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 00:36:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 00:36:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 00:36:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 00:36:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 00:36:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 00:36:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 00:36:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 00:36:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 00:36:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 00:36:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 00:36:14] Production.INFO: call_cost start
[2026-09-11 00:36:14] Production.INFO: call_cost end
[2026-09-11 00:36:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 00:36:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 00:36:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 00:36:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 00:36:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 00:36:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 00:36:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 00:36:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 00:36:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 00:36:14] Production.INFO: ==23490== Releasing lock...
[2026-09-11 00:36:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 00:36:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 05:37:01] Production.INFO: ==23557== Lock acquired, processing the job...
[2026-09-11 05:37:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 05:37:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 05:37:01] Production.INFO: neon service started
[2026-09-11 05:37:01] Production.INFO: neon service started
[2026-09-11 05:37:01] Production.INFO: ==23557== Releasing lock...
[2026-09-11 05:37:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 05:37:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 00:37:01] Production.INFO: ==23559== Lock acquired, processing the job...
[2026-09-11 00:37:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 00:37:02] Production.INFO: ==23559== Releasing lock...
[2026-09-11 00:37:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 00:37:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 04:37:02] Production.INFO: ==23561== Lock acquired, processing the job...
[2026-09-11 04:37:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 04:37:02] Production.INFO: ==23561== Releasing lock...
[2026-09-11 04:37:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 04:37:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 00:37:02] Production.INFO: ==23563== Lock acquired, processing the job...
[2026-09-11 00:37:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 00:37:02] Production.INFO: ==23565== Lock acquired, processing the job...
[2026-09-11 00:37:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 00:37:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 00:37:02] Production.INFO: ==23569== Lock acquired, processing the job...
[2026-09-11 00:37:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 00:37:02] Production.INFO: ==23567== Lock acquired, processing the job...
[2026-09-11 00:37:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 00:37:02] Production.INFO: ==23571== Lock acquired, processing the job...
[2026-09-11 00:37:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 00:37:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 00:37:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 00:37:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 00:37:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 00:37:03] Production.INFO: Account Balance Start.
[2026-09-11 00:37:03] Production.INFO: CreateAllLog Start
[2026-09-11 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-09-11 00:37:03] Production.INFO: 117
[2026-09-11 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-09-11 00:37:03] Production.INFO: Date 2026-09-08
[2026-09-11 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-09-11 00:37:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:37:03] Production.INFO: ==23571== Releasing lock...
[2026-09-11 00:37:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 00:37:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 00:37:03] Production.INFO: Date 2026-09-09
[2026-09-11 00:37:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:37:03] Production.INFO: Date 2026-09-10
[2026-09-11 00:37:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:37:03] Production.INFO: Date 2026-09-11
[2026-09-11 00:37:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:37:03] Production.INFO: Total Charge 0
[2026-09-11 00:37:03] Production.INFO: CreateAllLog End
[2026-09-11 00:37:03] Production.INFO: Account Balance End.
[2026-09-11 00:37:03] Production.ERROR: CronJobId end 12
[2026-09-11 00:37:03] Production.INFO: ==23569== Releasing lock...
[2026-09-11 00:37:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 00:37:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 00:37:03] Production.INFO: ==23565== Releasing lock...
[2026-09-11 00:37:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 00:37:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 00:37:10] Production.ERROR: CronJobId end10
[2026-09-11 00:37:10] Production.INFO: ==23567== Releasing lock...
[2026-09-11 00:37:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 00:37:10] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 00:37:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 00:37:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 00:37:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 00:37:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 00:37:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 00:37:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 00:37:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 00:37:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 00:37:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 00:37:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 00:37:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 00:37:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 00:37:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 00:37:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 00:37:14] Production.INFO: call_cost start
[2026-09-11 00:37:14] Production.INFO: call_cost end
[2026-09-11 00:37:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 00:37:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 00:37:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 00:37:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 00:37:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 00:37:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 00:37:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 00:37:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 00:37:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 00:37:14] Production.INFO: ==23563== Releasing lock...
[2026-09-11 00:37:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 00:37:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 05:38:01] Production.INFO: ==23632== Lock acquired, processing the job...
[2026-09-11 05:38:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 05:38:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 05:38:01] Production.INFO: neon service started
[2026-09-11 05:38:01] Production.INFO: neon service started
[2026-09-11 05:38:01] Production.INFO: ==23632== Releasing lock...
[2026-09-11 05:38:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 05:38:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 00:38:02] Production.INFO: ==23634== Lock acquired, processing the job...
[2026-09-11 00:38:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 00:38:02] Production.INFO: ==23634== Releasing lock...
[2026-09-11 00:38:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 00:38:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 04:38:02] Production.INFO: ==23636== Lock acquired, processing the job...
[2026-09-11 04:38:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 04:38:02] Production.INFO: ==23636== Releasing lock...
[2026-09-11 04:38:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 04:38:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 00:38:03] Production.INFO: ==23639== Lock acquired, processing the job...
[2026-09-11 00:38:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 00:38:03] Production.INFO: ==23643== Lock acquired, processing the job...
[2026-09-11 00:38:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 00:38:03] Production.INFO: ==23647== Lock acquired, processing the job...
[2026-09-11 00:38:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 00:38:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 00:38:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 00:38:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 00:38:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 00:38:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 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-09-11 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-09-11 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-09-11 00:38:03] Production.INFO: ==23647== Releasing lock...
[2026-09-11 00:38:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 00:38:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 00:38:03] Production.INFO: ==23641== Lock acquired, processing the job...
[2026-09-11 00:38:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 00:38:03] Production.INFO: ==23645== Lock acquired, processing the job...
[2026-09-11 00:38:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 00:38:03] Production.INFO: Account Balance Start.
[2026-09-11 00:38:03] Production.INFO: CreateAllLog Start
[2026-09-11 00:38:03] Production.INFO: 117
[2026-09-11 00:38:03] Production.INFO: Date 2026-09-08
[2026-09-11 00:38:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:38:03] Production.INFO: Date 2026-09-09
[2026-09-11 00:38:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:38:03] Production.INFO: Date 2026-09-10
[2026-09-11 00:38:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:38:03] Production.INFO: Date 2026-09-11
[2026-09-11 00:38:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:38:03] Production.INFO: Total Charge 0
[2026-09-11 00:38:03] Production.INFO: CreateAllLog End
[2026-09-11 00:38:04] Production.INFO: Account Balance End.
[2026-09-11 00:38:04] Production.ERROR: CronJobId end 12
[2026-09-11 00:38:04] Production.INFO: ==23645== Releasing lock...
[2026-09-11 00:38:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 00:38:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 00:38:04] Production.INFO: ==23641== Releasing lock...
[2026-09-11 00:38:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 00:38:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 00:38:11] Production.ERROR: CronJobId end10
[2026-09-11 00:38:11] Production.INFO: ==23643== Releasing lock...
[2026-09-11 00:38:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 00:38:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 00:38:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 00:38:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 00:38:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 00:38:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 00:38:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 00:38:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 00:38:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 00:38:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 00:38:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 00:38:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 00:38:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 00:38:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 00:38:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 00:38:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 00:38:14] Production.INFO: call_cost start
[2026-09-11 00:38:14] Production.INFO: call_cost end
[2026-09-11 00:38:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 00:38:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 00:38:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 00:38:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 00:38:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 00:38:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 00:38:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 00:38:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 00:38:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 00:38:14] Production.INFO: ==23639== Releasing lock...
[2026-09-11 00:38:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 00:38:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 05:39:01] Production.INFO: ==23717== Lock acquired, processing the job...
[2026-09-11 05:39:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 05:39:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 05:39:01] Production.INFO: neon service started
[2026-09-11 05:39:01] Production.INFO: neon service started
[2026-09-11 05:39:01] Production.INFO: ==23717== Releasing lock...
[2026-09-11 05:39:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 05:39:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 00:39:01] Production.INFO: ==23719== Lock acquired, processing the job...
[2026-09-11 00:39:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 00:39:01] Production.INFO: ==23719== Releasing lock...
[2026-09-11 00:39:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 00:39:01] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 04:39:02] Production.INFO: ==23721== Lock acquired, processing the job...
[2026-09-11 04:39:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 04:39:02] Production.INFO: ==23721== Releasing lock...
[2026-09-11 04:39:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 04:39:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 00:39:02] Production.INFO: ==23723== Lock acquired, processing the job...
[2026-09-11 00:39:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 00:39:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 00:39:02] Production.INFO: ==23729== Lock acquired, processing the job...
[2026-09-11 00:39:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 00:39:02] Production.INFO: ==23727== Lock acquired, processing the job...
[2026-09-11 00:39:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 00:39:02] Production.INFO: ==23725== Lock acquired, processing the job...
[2026-09-11 00:39:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 00:39:02] Production.INFO: Account Balance Start.
[2026-09-11 00:39:02] Production.INFO: CreateAllLog Start
[2026-09-11 00:39:02] Production.INFO: 117
[2026-09-11 00:39:02] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 00:39:02] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 00:39:02] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 00:39:02] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 00:39:02] Production.INFO: ==23731== Lock acquired, processing the job...
[2026-09-11 00:39:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 00:39:02] Production.INFO: Date 2026-09-08
[2026-09-11 00:39:02] Production.INFO: Reseller ==> 0
[2026-09-11 00:39:03] Production.INFO: Date 2026-09-09
[2026-09-11 00:39:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 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-09-11 00:39:03] Production.INFO: Date 2026-09-10
[2026-09-11 00:39:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:39:03] Production.INFO: ==23731== Releasing lock...
[2026-09-11 00:39:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 00:39:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 00:39:03] Production.INFO: Date 2026-09-11
[2026-09-11 00:39:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:39:03] Production.INFO: Total Charge 0
[2026-09-11 00:39:03] Production.INFO: CreateAllLog End
[2026-09-11 00:39:03] Production.INFO: Account Balance End.
[2026-09-11 00:39:03] Production.ERROR: CronJobId end 12
[2026-09-11 00:39:03] Production.INFO: ==23729== Releasing lock...
[2026-09-11 00:39:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 00:39:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 00:39:03] Production.INFO: ==23725== Releasing lock...
[2026-09-11 00:39:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 00:39:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 00:39:11] Production.ERROR: CronJobId end10
[2026-09-11 00:39:11] Production.INFO: ==23727== Releasing lock...
[2026-09-11 00:39:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 00:39:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 00:39:12] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 00:39:12] Production.INFO: ============== Balance Warning START===========
[2026-09-11 00:39:12] Production.INFO: ============== Balance Warning END===========
[2026-09-11 00:39:12] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 00:39:12] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 00:39:12] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 00:39:12] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 00:39:12] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 00:39:12] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 00:39:12] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 00:39:12] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 00:39:12] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 00:39:12] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 00:39:12] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 00:39:13] Production.INFO: call_cost start
[2026-09-11 00:39:13] Production.INFO: call_cost end
[2026-09-11 00:39:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 00:39:13] Production.INFO: ============== Report Schedule START===========
[2026-09-11 00:39:13] Production.INFO: ============== Report Schedule END===========
[2026-09-11 00:39:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 00:39:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 00:39:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 00:39:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 00:39:13] Production.INFO: ============== Deal alert START===========
[2026-09-11 00:39:13] Production.INFO: ============== Deal alert END===========
[2026-09-11 00:39:13] Production.INFO: ==23723== Releasing lock...
[2026-09-11 00:39:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 00:39:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 05:40:01] Production.INFO: ==23802== Lock acquired, processing the job...
[2026-09-11 05:40:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 05:40:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 05:40:01] Production.INFO: neon service started
[2026-09-11 05:40:01] Production.INFO: neon service started
[2026-09-11 05:40:01] Production.INFO: ==23802== Releasing lock...
[2026-09-11 05:40:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 05:40:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 00:40:02] Production.INFO: ==23804== Lock acquired, processing the job...
[2026-09-11 00:40:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 00:40:02] Production.INFO: ==23804== Releasing lock...
[2026-09-11 00:40:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 00:40:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 04:40:02] Production.INFO: ==23806== Lock acquired, processing the job...
[2026-09-11 04:40:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 04:40:02] Production.INFO: ==23806== Releasing lock...
[2026-09-11 04:40:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 04:40:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 00:40:03] Production.INFO: ==23814== Lock acquired, processing the job...
[2026-09-11 00:40:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 00:40:03] Production.INFO: ==23812== Lock acquired, processing the job...
[2026-09-11 00:40:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 00:40:03] Production.INFO: ==23808== Lock acquired, processing the job...
[2026-09-11 00:40:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 00:40:03] Production.INFO: ==23810== Lock acquired, processing the job...
[2026-09-11 00:40:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 00:40:03] Production.INFO: Account Balance Start.
[2026-09-11 00:40:03] Production.INFO: CreateAllLog Start
[2026-09-11 00:40:03] Production.INFO: 117
[2026-09-11 00:40:03] Production.INFO: Date 2026-09-08
[2026-09-11 00:40:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 00:40:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:40:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 00:40:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 00:40:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 00:40:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 00:40:03] Production.INFO: Date 2026-09-09
[2026-09-11 00:40:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:40:03] Production.INFO: ==23816== Lock acquired, processing the job...
[2026-09-11 00:40:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 00:40:03] Production.INFO: Date 2026-09-10
[2026-09-11 00:40:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:40:03] Production.INFO: Date 2026-09-11
[2026-09-11 00:40:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:40:03] Production.INFO: Total Charge 0
[2026-09-11 00:40:03] Production.INFO: CreateAllLog End
[2026-09-11 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-09-11 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-09-11 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-09-11 00:40:03] Production.INFO: ==23816== Releasing lock...
[2026-09-11 00:40:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 00:40:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 00:40:04] Production.INFO: Account Balance End.
[2026-09-11 00:40:04] Production.ERROR: CronJobId end 12
[2026-09-11 00:40:04] Production.INFO: ==23814== Releasing lock...
[2026-09-11 00:40:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 00:40:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 00:40:04] Production.INFO: ==23810== Releasing lock...
[2026-09-11 00:40:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 00:40:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 00:40:11] Production.ERROR: CronJobId end10
[2026-09-11 00:40:11] Production.INFO: ==23812== Releasing lock...
[2026-09-11 00:40:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 00:40:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 00:40:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 00:40:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 00:40:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 00:40:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 00:40:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 00:40:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 00:40:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 00:40:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 00:40:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 00:40:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 00:40:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 00:40:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 00:40:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 00:40:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 00:40:13] Production.INFO: call_cost start
[2026-09-11 00:40:13] Production.INFO: call_cost end
[2026-09-11 00:40:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 00:40:13] Production.INFO: ============== Report Schedule START===========
[2026-09-11 00:40:13] Production.INFO: ============== Report Schedule END===========
[2026-09-11 00:40:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 00:40:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 00:40:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 00:40:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 00:40:13] Production.INFO: ============== Deal alert START===========
[2026-09-11 00:40:13] Production.INFO: ============== Deal alert END===========
[2026-09-11 00:40:14] Production.INFO: ==23808== Releasing lock...
[2026-09-11 00:40:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 00:40:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 05:41:02] Production.INFO: ==23877== Lock acquired, processing the job...
[2026-09-11 05:41:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 05:41:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 05:41:02] Production.INFO: neon service started
[2026-09-11 05:41:02] Production.INFO: neon service started
[2026-09-11 05:41:02] Production.INFO: ==23877== Releasing lock...
[2026-09-11 05:41:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 05:41:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 00:41:02] Production.INFO: ==23880== Lock acquired, processing the job...
[2026-09-11 00:41:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 04:41:03] Production.INFO: ==23882== Lock acquired, processing the job...
[2026-09-11 04:41:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 04:41:03] Production.INFO: ==23882== Releasing lock...
[2026-09-11 04:41:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 04:41:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 00:41:03] Production.INFO: ==23880== Releasing lock...
[2026-09-11 00:41:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 00:41:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 00:41:04] Production.INFO: ==23890== Lock acquired, processing the job...
[2026-09-11 00:41:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 00:41:04] Production.INFO: ==23884== Lock acquired, processing the job...
[2026-09-11 00:41:04] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 00:41:04] Production.INFO: ==23886== Lock acquired, processing the job...
[2026-09-11 00:41:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 00:41:04] Production.INFO: ==23888== Lock acquired, processing the job...
[2026-09-11 00:41:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 00:41:04] Production.INFO: ==23892== Lock acquired, processing the job...
[2026-09-11 00:41:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 00:41:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 00:41:04] Production.INFO: Account Balance Start.
[2026-09-11 00:41:04] Production.INFO: CreateAllLog Start
[2026-09-11 00:41:04] Production.INFO: 117
[2026-09-11 00:41:04] Production.INFO: Date 2026-09-08
[2026-09-11 00:41:04] Production.INFO: Reseller ==> 0
[2026-09-11 00:41:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 00:41:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 00:41:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 00:41:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 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-09-11 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-09-11 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-09-11 00:41:04] Production.INFO: ==23892== Releasing lock...
[2026-09-11 00:41:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 00:41:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 00:41:04] Production.INFO: Date 2026-09-09
[2026-09-11 00:41:04] Production.INFO: Reseller ==> 0
[2026-09-11 00:41:04] Production.INFO: Date 2026-09-10
[2026-09-11 00:41:04] Production.INFO: Reseller ==> 0
[2026-09-11 00:41:04] Production.INFO: Date 2026-09-11
[2026-09-11 00:41:04] Production.INFO: Reseller ==> 0
[2026-09-11 00:41:04] Production.INFO: Total Charge 0
[2026-09-11 00:41:04] Production.INFO: CreateAllLog End
[2026-09-11 00:41:04] Production.INFO: Account Balance End.
[2026-09-11 00:41:04] Production.ERROR: CronJobId end 12
[2026-09-11 00:41:04] Production.INFO: ==23890== Releasing lock...
[2026-09-11 00:41:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 00:41:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 00:41:04] Production.INFO: ==23886== Releasing lock...
[2026-09-11 00:41:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 00:41:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 00:41:12] Production.ERROR: CronJobId end10
[2026-09-11 00:41:12] Production.INFO: ==23888== Releasing lock...
[2026-09-11 00:41:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 00:41:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 00:41:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 00:41:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 00:41:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 00:41:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 00:41:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 00:41:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 00:41:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 00:41:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 00:41:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 00:41:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 00:41:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 00:41:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 00:41:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 00:41:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 00:41:14] Production.INFO: call_cost start
[2026-09-11 00:41:14] Production.INFO: call_cost end
[2026-09-11 00:41:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 00:41:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 00:41:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 00:41:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 00:41:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 00:41:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 00:41:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 00:41:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 00:41:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 00:41:14] Production.INFO: ==23884== Releasing lock...
[2026-09-11 00:41:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 00:41:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 05:42:01] Production.INFO: ==23954== Lock acquired, processing the job...
[2026-09-11 05:42:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 05:42:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 05:42:01] Production.INFO: neon service started
[2026-09-11 05:42:01] Production.INFO: neon service started
[2026-09-11 05:42:01] Production.INFO: ==23954== Releasing lock...
[2026-09-11 05:42:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 05:42:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 00:42:02] Production.INFO: ==23956== Lock acquired, processing the job...
[2026-09-11 00:42:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 00:42:02] Production.INFO: ==23956== Releasing lock...
[2026-09-11 00:42:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 00:42:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 04:42:02] Production.INFO: ==23958== Lock acquired, processing the job...
[2026-09-11 04:42:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 04:42:02] Production.INFO: ==23958== Releasing lock...
[2026-09-11 04:42:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 04:42:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 00:42:03] Production.INFO: ==23960== Lock acquired, processing the job...
[2026-09-11 00:42:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 00:42:03] Production.INFO: ==23962== Lock acquired, processing the job...
[2026-09-11 00:42:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 00:42:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 00:42:03] Production.INFO: ==23968== Lock acquired, processing the job...
[2026-09-11 00:42:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 00:42:03] Production.INFO: ==23964== Lock acquired, processing the job...
[2026-09-11 00:42:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 00:42:03] Production.INFO: ==23966== Lock acquired, processing the job...
[2026-09-11 00:42:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 00:42:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 00:42:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 00:42:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 00:42:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 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-09-11 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-09-11 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-09-11 00:42:03] Production.INFO: Account Balance Start.
[2026-09-11 00:42:03] Production.INFO: CreateAllLog Start
[2026-09-11 00:42:03] Production.INFO: 117
[2026-09-11 00:42:03] Production.INFO: Date 2026-09-08
[2026-09-11 00:42:03] Production.INFO: ==23968== Releasing lock...
[2026-09-11 00:42:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 00:42:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 00:42:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:42:03] Production.INFO: Date 2026-09-09
[2026-09-11 00:42:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:42:03] Production.INFO: Date 2026-09-10
[2026-09-11 00:42:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:42:03] Production.INFO: Date 2026-09-11
[2026-09-11 00:42:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:42:03] Production.INFO: Total Charge 0
[2026-09-11 00:42:03] Production.INFO: CreateAllLog End
[2026-09-11 00:42:04] Production.INFO: ==23962== Releasing lock...
[2026-09-11 00:42:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 00:42:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 00:42:04] Production.INFO: Account Balance End.
[2026-09-11 00:42:04] Production.ERROR: CronJobId end 12
[2026-09-11 00:42:04] Production.INFO: ==23966== Releasing lock...
[2026-09-11 00:42:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 00:42:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 00:42:11] Production.ERROR: CronJobId end10
[2026-09-11 00:42:11] Production.INFO: ==23964== Releasing lock...
[2026-09-11 00:42:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 00:42:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 00:42:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 00:42:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 00:42:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 00:42:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 00:42:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 00:42:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 00:42:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 00:42:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 00:42:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 00:42:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 00:42:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 00:42:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 00:42:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 00:42:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 00:42:13] Production.INFO: call_cost start
[2026-09-11 00:42:13] Production.INFO: call_cost end
[2026-09-11 00:42:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 00:42:13] Production.INFO: ============== Report Schedule START===========
[2026-09-11 00:42:13] Production.INFO: ============== Report Schedule END===========
[2026-09-11 00:42:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 00:42:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 00:42:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 00:42:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 00:42:13] Production.INFO: ============== Deal alert START===========
[2026-09-11 00:42:13] Production.INFO: ============== Deal alert END===========
[2026-09-11 00:42:13] Production.INFO: ==23960== Releasing lock...
[2026-09-11 00:42:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 00:42:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 05:43:02] Production.INFO: ==24042== Lock acquired, processing the job...
[2026-09-11 05:43:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 05:43:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 05:43:02] Production.INFO: neon service started
[2026-09-11 05:43:02] Production.INFO: neon service started
[2026-09-11 05:43:02] Production.INFO: ==24042== Releasing lock...
[2026-09-11 05:43:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 05:43:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 00:43:02] Production.INFO: ==24044== Lock acquired, processing the job...
[2026-09-11 00:43:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 04:43:02] Production.INFO: ==24046== Lock acquired, processing the job...
[2026-09-11 04:43:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 04:43:02] Production.INFO: ==24046== Releasing lock...
[2026-09-11 04:43:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 04:43:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 00:43:02] Production.INFO: ==24044== Releasing lock...
[2026-09-11 00:43:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 00:43:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 00:43:03] Production.INFO: ==24049== Lock acquired, processing the job...
[2026-09-11 00:43:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 00:43:03] Production.INFO: ==24051== Lock acquired, processing the job...
[2026-09-11 00:43:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 00:43:03] Production.INFO: ==24053== Lock acquired, processing the job...
[2026-09-11 00:43:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 00:43:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 00:43:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 00:43:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 00:43:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 00:43:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 00:43:03] Production.INFO: ==24055== Lock acquired, processing the job...
[2026-09-11 00:43:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 00:43:03] Production.INFO: ==24057== Lock acquired, processing the job...
[2026-09-11 00:43:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 00:43:03] Production.INFO: Account Balance Start.
[2026-09-11 00:43:03] Production.INFO: CreateAllLog Start
[2026-09-11 00:43:03] Production.INFO: 117
[2026-09-11 00:43:03] Production.INFO: Date 2026-09-08
[2026-09-11 00:43:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 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-09-11 00:43:03] Production.INFO: ==24057== Releasing lock...
[2026-09-11 00:43:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 00:43:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 00:43:03] Production.INFO: Date 2026-09-09
[2026-09-11 00:43:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:43:04] Production.INFO: Date 2026-09-10
[2026-09-11 00:43:04] Production.INFO: Reseller ==> 0
[2026-09-11 00:43:04] Production.INFO: Date 2026-09-11
[2026-09-11 00:43:04] Production.INFO: Reseller ==> 0
[2026-09-11 00:43:04] Production.INFO: Total Charge 0
[2026-09-11 00:43:04] Production.INFO: CreateAllLog End
[2026-09-11 00:43:04] Production.INFO: Account Balance End.
[2026-09-11 00:43:04] Production.ERROR: CronJobId end 12
[2026-09-11 00:43:04] Production.INFO: ==24055== Releasing lock...
[2026-09-11 00:43:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 00:43:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 00:43:04] Production.INFO: ==24051== Releasing lock...
[2026-09-11 00:43:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 00:43:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 00:43:11] Production.ERROR: CronJobId end10
[2026-09-11 00:43:11] Production.INFO: ==24053== Releasing lock...
[2026-09-11 00:43:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 00:43:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 00:43:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 00:43:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 00:43:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 00:43:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 00:43:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 00:43:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 00:43:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 00:43:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 00:43:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 00:43:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 00:43:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 00:43:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 00:43:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 00:43:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 00:43:14] Production.INFO: call_cost start
[2026-09-11 00:43:14] Production.INFO: call_cost end
[2026-09-11 00:43:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 00:43:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 00:43:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 00:43:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 00:43:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 00:43:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 00:43:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 00:43:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 00:43:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 00:43:14] Production.INFO: ==24049== Releasing lock...
[2026-09-11 00:43:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 00:43:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 05:44:01] Production.INFO: ==24118== Lock acquired, processing the job...
[2026-09-11 05:44:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 05:44:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 05:44:01] Production.INFO: neon service started
[2026-09-11 05:44:01] Production.INFO: neon service started
[2026-09-11 05:44:01] Production.INFO: ==24118== Releasing lock...
[2026-09-11 05:44:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 05:44:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 00:44:01] Production.INFO: ==24120== Lock acquired, processing the job...
[2026-09-11 00:44:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 00:44:02] Production.INFO: ==24120== Releasing lock...
[2026-09-11 00:44:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 00:44:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 04:44:02] Production.INFO: ==24122== Lock acquired, processing the job...
[2026-09-11 04:44:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 04:44:02] Production.INFO: ==24122== Releasing lock...
[2026-09-11 04:44:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 04:44:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 00:44:02] Production.INFO: ==24128== Lock acquired, processing the job...
[2026-09-11 00:44:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 00:44:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 00:44:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 00:44:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 00:44:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 00:44:03] Production.INFO: ==24124== Lock acquired, processing the job...
[2026-09-11 00:44:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 00:44:03] Production.INFO: ==24126== Lock acquired, processing the job...
[2026-09-11 00:44:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 00:44:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 00:44:03] Production.INFO: ==24130== Lock acquired, processing the job...
[2026-09-11 00:44:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 00:44:03] Production.INFO: ==24132== Lock acquired, processing the job...
[2026-09-11 00:44:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 00:44:03] Production.INFO: Account Balance Start.
[2026-09-11 00:44:03] Production.INFO: CreateAllLog Start
[2026-09-11 00:44:03] Production.INFO: 117
[2026-09-11 00:44:03] Production.INFO: Date 2026-09-08
[2026-09-11 00:44:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:44:03] Production.INFO: Date 2026-09-09
[2026-09-11 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-09-11 00:44:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 00:44:03] Production.INFO: Date 2026-09-10
[2026-09-11 00:44:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:44:03] Production.INFO: ==24132== Releasing lock...
[2026-09-11 00:44:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 00:44:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 00:44:03] Production.INFO: Date 2026-09-11
[2026-09-11 00:44:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:44:03] Production.INFO: Total Charge 0
[2026-09-11 00:44:03] Production.INFO: CreateAllLog End
[2026-09-11 00:44:03] Production.INFO: Account Balance End.
[2026-09-11 00:44:03] Production.ERROR: CronJobId end 12
[2026-09-11 00:44:03] Production.INFO: ==24130== Releasing lock...
[2026-09-11 00:44:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 00:44:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 00:44:04] Production.INFO: ==24126== Releasing lock...
[2026-09-11 00:44:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 00:44:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 00:44:12] Production.ERROR: CronJobId end10
[2026-09-11 00:44:12] Production.INFO: ==24128== Releasing lock...
[2026-09-11 00:44:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 00:44:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 00:44:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 00:44:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 00:44:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 00:44:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 00:44:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 00:44:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 00:44:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 00:44:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 00:44:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 00:44:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 00:44:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 00:44:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 00:44:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 00:44:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 00:44:14] Production.INFO: call_cost start
[2026-09-11 00:44:14] Production.INFO: call_cost end
[2026-09-11 00:44:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 00:44:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 00:44:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 00:44:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 00:44:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 00:44:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 00:44:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 00:44:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 00:44:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 00:44:14] Production.INFO: ==24124== Releasing lock...
[2026-09-11 00:44:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 00:44:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 05:45:02] Production.INFO: ==24203== Lock acquired, processing the job...
[2026-09-11 05:45:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 05:45:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 05:45:02] Production.INFO: neon service started
[2026-09-11 05:45:02] Production.INFO: neon service started
[2026-09-11 05:45:02] Production.INFO: ==24203== Releasing lock...
[2026-09-11 05:45:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 05:45:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 00:45:02] Production.INFO: ==24205== Lock acquired, processing the job...
[2026-09-11 00:45:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 00:45:02] Production.INFO: ==24205== Releasing lock...
[2026-09-11 00:45:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 00:45:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 04:45:02] Production.INFO: ==24207== Lock acquired, processing the job...
[2026-09-11 04:45:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 04:45:02] Production.INFO: ==24207== Releasing lock...
[2026-09-11 04:45:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 04:45:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 00:45:03] Production.INFO: ==24209== Lock acquired, processing the job...
[2026-09-11 00:45:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-11 00:45:03] Production.INFO: ==24211== Lock acquired, processing the job...
[2026-09-11 00:45:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 00:45:03] Production.ERROR: ========================== active cronjob start =============================
[2026-09-11 00:45:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-11 00:45:03] Production.ERROR: CronJob PID - 24211
[2026-09-11 00:45:03] Production.ERROR: CronJob Title - System Alerts
[2026-09-11 00:45:03] Production.ERROR: CronJob ID - 5
[2026-09-11 00:45:03] Production.ERROR: CronJob Last Run Time 2026-09-11 00:45:00
[2026-09-11 00:45:03] Production.ERROR: CronJob Active Minutes 0
[2026-09-11 00:45:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-11 00:45:03] Production.ERROR: ========================== active cronjob end =============================
[2026-09-11 00:45:03] Production.INFO: ==24209== Releasing lock...
[2026-09-11 00:45:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-11 00:45:03] Production.INFO: 25.5 MB #Memory Used#
[2026-09-11 00:45:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 00:45:03] Production.INFO: ==24213== Lock acquired, processing the job...
[2026-09-11 00:45:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 00:45:03] Production.INFO: ==24216== Lock acquired, processing the job...
[2026-09-11 00:45:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 00:45:03] Production.INFO: ==24222== Lock acquired, processing the job...
[2026-09-11 00:45:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 00:45:03] Production.INFO: ==24218== Lock acquired, processing the job...
[2026-09-11 00:45:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 00:45:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 00:45:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 00:45:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 00:45:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 00:45:03] Production.INFO: ==24220== Lock acquired, processing the job...
[2026-09-11 00:45:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-11 00:45:03] Production.ERROR: tblTempUsageDetail_20
[2026-09-11 00: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-09-11 00: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-09-11 00:45:04] Production.INFO: Account Balance Start.
[2026-09-11 00:45:04] Production.INFO: CreateAllLog Start
[2026-09-11 00:45:04] Production.INFO: 117
[2026-09-11 00:45:04] Production.INFO: Date 2026-09-08
[2026-09-11 00: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-09-11 00:45:04] Production.INFO: Reseller ==> 0
[2026-09-11 00:45:04] Production.INFO: ==24222== Releasing lock...
[2026-09-11 00:45:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 00:45:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 00:45:04] Production.INFO: Date 2026-09-09
[2026-09-11 00:45:04] Production.INFO: Reseller ==> 0
[2026-09-11 00:45:04] Production.INFO: Date 2026-09-10
[2026-09-11 00:45:04] Production.INFO: Reseller ==> 0
[2026-09-11 00:45:04] Production.INFO: Date 2026-09-11
[2026-09-11 00:45:04] Production.INFO: Reseller ==> 0
[2026-09-11 00:45:04] Production.INFO: Total Charge 0
[2026-09-11 00:45:04] Production.ERROR: done
[2026-09-11 00:45:04] Production.INFO: CreateAllLog End
[2026-09-11 00:45:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-11 00:45:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17981531', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) start
[2026-09-11 00:45:04] Production.INFO: Account Balance End.
[2026-09-11 00:45:04] Production.ERROR: CronJobId end 12
[2026-09-11 00:45:04] Production.INFO: ==24218== Releasing lock...
[2026-09-11 00:45:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 00:45:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 00:45:04] Production.INFO: ==24213== Releasing lock...
[2026-09-11 00:45:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 00:45:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 00:45:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17981531', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) end
[2026-09-11 00:45:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-11 00:45:10] Production.INFO: ProcessCDR(1,17981531,1,1,2)
[2026-09-11 00:45:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17981531,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 00:45:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17981531,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 00:45:10] Production.ERROR: pbx prc_insertCDR start
[2026-09-11 00:45:10] Production.ERROR: pbx prc_insertCDR end
[2026-09-11 00:45:10] Production.INFO: ==24220== Releasing lock...
[2026-09-11 00:45:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-11 00:45:10] Production.INFO: 26 MB #Memory Used#
[2026-09-11 00:45:13] 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-09-11 00:45:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 00:45:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 00:45:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 00:45:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 00:45:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 00:45:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 00:45:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 00:45:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 00:45:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 00:45:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 00:45:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 00:45:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 00:45:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 00:45:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 00:45:14] Production.INFO: call_cost start
[2026-09-11 00:45:14] Production.INFO: call_cost end
[2026-09-11 00:45:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 00:45:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 00:45:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 00:45:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 00:45:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 00:45:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 00:45:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 00:45:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 00:45:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 00:45:14] Production.INFO: ==24211== Releasing lock...
[2026-09-11 00:45:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 00:45:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 00:45:14] Production.ERROR: CronJobId end10
[2026-09-11 00:45:14] Production.INFO: ==24216== Releasing lock...
[2026-09-11 00:45:14] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 00:45:14] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 05:46:01] Production.INFO: ==24286== Lock acquired, processing the job...
[2026-09-11 05:46:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 05:46:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 05:46:01] Production.INFO: neon service started
[2026-09-11 05:46:01] Production.INFO: neon service started
[2026-09-11 05:46:01] Production.INFO: ==24286== Releasing lock...
[2026-09-11 05:46:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 05:46:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 00:46:02] Production.INFO: ==24288== Lock acquired, processing the job...
[2026-09-11 00:46:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 04:46:02] Production.INFO: ==24290== Lock acquired, processing the job...
[2026-09-11 04:46:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 04:46:02] Production.INFO: ==24290== Releasing lock...
[2026-09-11 04:46:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 04:46:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 00:46:02] Production.INFO: ==24288== Releasing lock...
[2026-09-11 00:46:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 00:46:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 00:46:03] Production.INFO: ==24293== Lock acquired, processing the job...
[2026-09-11 00:46:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 00:46:03] Production.INFO: ==24295== Lock acquired, processing the job...
[2026-09-11 00:46:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 00:46:03] Production.INFO: ==24299== Lock acquired, processing the job...
[2026-09-11 00:46:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 00:46:03] Production.INFO: ==24297== Lock acquired, processing the job...
[2026-09-11 00:46:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 00:46:03] Production.INFO: ==24301== Lock acquired, processing the job...
[2026-09-11 00:46:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 00:46:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 00:46:03] Production.INFO: Account Balance Start.
[2026-09-11 00:46:03] Production.INFO: CreateAllLog Start
[2026-09-11 00:46:03] Production.INFO: 117
[2026-09-11 00:46:03] Production.INFO: Date 2026-09-08
[2026-09-11 00:46:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 00:46:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 00:46:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 00:46:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 00:46:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 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-09-11 00:46:03] Production.INFO: Date 2026-09-09
[2026-09-11 00:46:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:46:03] Production.INFO: ==24301== Releasing lock...
[2026-09-11 00:46:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 00:46:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 00:46:03] Production.INFO: Date 2026-09-10
[2026-09-11 00:46:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:46:03] Production.INFO: Date 2026-09-11
[2026-09-11 00:46:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:46:03] Production.INFO: Total Charge 0
[2026-09-11 00:46:03] Production.INFO: CreateAllLog End
[2026-09-11 00:46:03] Production.INFO: Account Balance End.
[2026-09-11 00:46:03] Production.ERROR: CronJobId end 12
[2026-09-11 00:46:03] Production.INFO: ==24299== Releasing lock...
[2026-09-11 00:46:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 00:46:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 00:46:03] Production.INFO: ==24295== Releasing lock...
[2026-09-11 00:46:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 00:46:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 00:46:12] Production.ERROR: CronJobId end10
[2026-09-11 00:46:12] Production.INFO: ==24297== Releasing lock...
[2026-09-11 00:46:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 00:46:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 00:46:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 00:46:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 00:46:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 00:46:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 00:46:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 00:46:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 00:46:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 00:46:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 00:46:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 00:46:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 00:46:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 00:46:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 00:46:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 00:46:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 00:46:14] Production.INFO: call_cost start
[2026-09-11 00:46:14] Production.INFO: call_cost end
[2026-09-11 00:46:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 00:46:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 00:46:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 00:46:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 00:46:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 00:46:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 00:46:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 00:46:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 00:46:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 00:46:14] Production.INFO: ==24293== Releasing lock...
[2026-09-11 00:46:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 00:46:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 05:47:01] Production.INFO: ==24367== Lock acquired, processing the job...
[2026-09-11 05:47:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 05:47:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 05:47:01] Production.INFO: neon service started
[2026-09-11 05:47:01] Production.INFO: neon service started
[2026-09-11 05:47:01] Production.INFO: ==24367== Releasing lock...
[2026-09-11 05:47:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 05:47:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 00:47:02] Production.INFO: ==24369== Lock acquired, processing the job...
[2026-09-11 00:47:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 04:47:02] Production.INFO: ==24371== Lock acquired, processing the job...
[2026-09-11 04:47:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 04:47:02] Production.INFO: ==24371== Releasing lock...
[2026-09-11 04:47:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 04:47:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 00:47:02] Production.INFO: ==24369== Releasing lock...
[2026-09-11 00:47:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 00:47:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 00:47:03] Production.INFO: ==24382== Lock acquired, processing the job...
[2026-09-11 00:47:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 00:47:03] Production.INFO: ==24374== Lock acquired, processing the job...
[2026-09-11 00:47:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 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-09-11 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-09-11 00:47:03] Production.INFO: ==24378== Lock acquired, processing the job...
[2026-09-11 00:47:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 00:47:03] Production.INFO: ==24376== Lock acquired, processing the job...
[2026-09-11 00:47:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 00:47:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 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-09-11 00:47:03] Production.INFO: ==24382== Releasing lock...
[2026-09-11 00:47:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 00:47:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 00:47:03] Production.INFO: ==24380== Lock acquired, processing the job...
[2026-09-11 00:47:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 00:47:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 00:47:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 00:47:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 00:47:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 00:47:03] Production.INFO: Account Balance Start.
[2026-09-11 00:47:03] Production.INFO: CreateAllLog Start
[2026-09-11 00:47:03] Production.INFO: 117
[2026-09-11 00:47:03] Production.INFO: Date 2026-09-08
[2026-09-11 00:47:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:47:03] Production.INFO: Date 2026-09-09
[2026-09-11 00:47:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:47:04] Production.INFO: Date 2026-09-10
[2026-09-11 00:47:04] Production.INFO: Reseller ==> 0
[2026-09-11 00:47:04] Production.INFO: Date 2026-09-11
[2026-09-11 00:47:04] Production.INFO: Reseller ==> 0
[2026-09-11 00:47:04] Production.INFO: Total Charge 0
[2026-09-11 00:47:04] Production.INFO: CreateAllLog End
[2026-09-11 00:47:04] Production.INFO: Account Balance End.
[2026-09-11 00:47:04] Production.ERROR: CronJobId end 12
[2026-09-11 00:47:04] Production.INFO: ==24380== Releasing lock...
[2026-09-11 00:47:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 00:47:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 00:47:04] Production.INFO: ==24376== Releasing lock...
[2026-09-11 00:47:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 00:47:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 00:47:11] Production.ERROR: CronJobId end10
[2026-09-11 00:47:11] Production.INFO: ==24378== Releasing lock...
[2026-09-11 00:47:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 00:47:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 00:47:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 00:47:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 00:47:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 00:47:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 00:47:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 00:47:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 00:47:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 00:47:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 00:47:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 00:47:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 00:47:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 00:47:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 00:47:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 00:47:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 00:47:14] Production.INFO: call_cost start
[2026-09-11 00:47:14] Production.INFO: call_cost end
[2026-09-11 00:47:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 00:47:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 00:47:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 00:47:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 00:47:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 00:47:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 00:47:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 00:47:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 00:47:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 00:47:14] Production.INFO: ==24374== Releasing lock...
[2026-09-11 00:47:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 00:47:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 05:48:02] Production.INFO: ==24451== Lock acquired, processing the job...
[2026-09-11 05:48:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 05:48:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 05:48:02] Production.INFO: neon service started
[2026-09-11 05:48:02] Production.INFO: neon service started
[2026-09-11 05:48:02] Production.INFO: ==24451== Releasing lock...
[2026-09-11 05:48:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 05:48:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 00:48:02] Production.INFO: ==24453== Lock acquired, processing the job...
[2026-09-11 00:48:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 00:48:02] Production.INFO: ==24453== Releasing lock...
[2026-09-11 00:48:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 00:48:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 04:48:03] Production.INFO: ==24455== Lock acquired, processing the job...
[2026-09-11 04:48:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 04:48:03] Production.INFO: ==24455== Releasing lock...
[2026-09-11 04:48:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 04:48:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 00:48:03] Production.INFO: ==24459== Lock acquired, processing the job...
[2026-09-11 00:48:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 00:48:03] Production.INFO: ==24461== Lock acquired, processing the job...
[2026-09-11 00:48:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 00:48:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 00:48:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 00:48:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 00:48:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 00:48:03] Production.INFO: ==24457== Lock acquired, processing the job...
[2026-09-11 00:48:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 00:48:03] Production.INFO: ==24466== Lock acquired, processing the job...
[2026-09-11 00:48:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 00:48:03] Production.INFO: ==24463== Lock acquired, processing the job...
[2026-09-11 00:48:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 00:48:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 00:48:03] Production.INFO: Account Balance Start.
[2026-09-11 00:48:03] Production.INFO: CreateAllLog Start
[2026-09-11 00:48:03] Production.INFO: 117
[2026-09-11 00:48:03] Production.INFO: Date 2026-09-08
[2026-09-11 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-09-11 00:48:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 00:48:04] Production.INFO: ==24466== Releasing lock...
[2026-09-11 00:48:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 00:48:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 00:48:04] Production.INFO: Date 2026-09-09
[2026-09-11 00:48:04] Production.INFO: Reseller ==> 0
[2026-09-11 00:48:04] Production.INFO: Date 2026-09-10
[2026-09-11 00:48:04] Production.INFO: Reseller ==> 0
[2026-09-11 00:48:04] Production.INFO: Date 2026-09-11
[2026-09-11 00:48:04] Production.INFO: Reseller ==> 0
[2026-09-11 00:48:04] Production.INFO: Total Charge 0
[2026-09-11 00:48:04] Production.INFO: CreateAllLog End
[2026-09-11 00:48:04] Production.INFO: Account Balance End.
[2026-09-11 00:48:04] Production.ERROR: CronJobId end 12
[2026-09-11 00:48:04] Production.INFO: ==24463== Releasing lock...
[2026-09-11 00:48:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 00:48:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 00:48:04] Production.INFO: ==24459== Releasing lock...
[2026-09-11 00:48:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 00:48:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 00:48:11] Production.ERROR: CronJobId end10
[2026-09-11 00:48:11] Production.INFO: ==24461== Releasing lock...
[2026-09-11 00:48:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 00:48:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 00:48:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 00:48:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 00:48:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 00:48:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 00:48:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 00:48:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 00:48:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 00:48:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 00:48:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 00:48:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 00:48:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 00:48:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 00:48:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 00:48:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 00:48:15] Production.INFO: call_cost start
[2026-09-11 00:48:15] Production.INFO: call_cost end
[2026-09-11 00:48:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 00:48:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 00:48:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 00:48:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 00:48:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 00:48:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 00:48:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 00:48:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 00:48:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 00:48:15] Production.INFO: ==24457== Releasing lock...
[2026-09-11 00:48:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 00:48:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 05:49:01] Production.INFO: ==24526== Lock acquired, processing the job...
[2026-09-11 05:49:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 05:49:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 05:49:01] Production.INFO: neon service started
[2026-09-11 05:49:01] Production.INFO: neon service started
[2026-09-11 05:49:01] Production.INFO: ==24526== Releasing lock...
[2026-09-11 05:49:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 05:49:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 00:49:02] Production.INFO: ==24528== Lock acquired, processing the job...
[2026-09-11 00:49:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 00:49:02] Production.INFO: ==24528== Releasing lock...
[2026-09-11 00:49:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 00:49:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 04:49:02] Production.INFO: ==24530== Lock acquired, processing the job...
[2026-09-11 04:49:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 04:49:02] Production.INFO: ==24530== Releasing lock...
[2026-09-11 04:49:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 04:49:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 00:49:02] Production.INFO: ==24538== Lock acquired, processing the job...
[2026-09-11 00:49:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 00:49:03] Production.INFO: Account Balance Start.
[2026-09-11 00:49:03] Production.INFO: CreateAllLog Start
[2026-09-11 00:49:03] Production.INFO: 117
[2026-09-11 00:49:03] Production.INFO: Date 2026-09-08
[2026-09-11 00:49:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:49:03] Production.INFO: ==24540== Lock acquired, processing the job...
[2026-09-11 00:49:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 00:49:03] Production.INFO: Date 2026-09-09
[2026-09-11 00:49:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:49:03] Production.INFO: Date 2026-09-10
[2026-09-11 00:49:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:49:03] Production.INFO: ==24534== Lock acquired, processing the job...
[2026-09-11 00:49:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 00:49:03] Production.INFO: Date 2026-09-11
[2026-09-11 00:49:03] Production.INFO: Reseller ==> 0
[2026-09-11 00: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-09-11 00: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-09-11 00:49:03] Production.INFO: ==24536== Lock acquired, processing the job...
[2026-09-11 00:49:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 00: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-09-11 00:49:03] Production.INFO: Total Charge 0
[2026-09-11 00:49:03] Production.INFO: ==24532== Lock acquired, processing the job...
[2026-09-11 00:49:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 00:49:03] Production.INFO: ==24540== Releasing lock...
[2026-09-11 00:49:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 00:49:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 00:49:03] Production.INFO: CreateAllLog End
[2026-09-11 00:49:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 00:49:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 00:49:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 00:49:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 00:49:03] Production.INFO: Account Balance End.
[2026-09-11 00:49:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 00:49:03] Production.ERROR: CronJobId end 12
[2026-09-11 00:49:03] Production.INFO: ==24538== Releasing lock...
[2026-09-11 00:49:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 00:49:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 00:49:03] Production.INFO: ==24534== Releasing lock...
[2026-09-11 00:49:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 00:49:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 00:49:10] Production.ERROR: CronJobId end10
[2026-09-11 00:49:10] Production.INFO: ==24536== Releasing lock...
[2026-09-11 00:49:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 00:49:10] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 00:49:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 00:49:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 00:49:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 00:49:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 00:49:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 00:49:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 00:49:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 00:49:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 00:49:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 00:49:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 00:49:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 00:49:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 00:49:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 00:49:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 00:49:15] Production.INFO: call_cost start
[2026-09-11 00:49:15] Production.INFO: call_cost end
[2026-09-11 00:49:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 00:49:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 00:49:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 00:49:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 00:49:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 00:49:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 00:49:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 00:49:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 00:49:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 00:49:15] Production.INFO: ==24532== Releasing lock...
[2026-09-11 00:49:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 00:49:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 05:50:02] Production.INFO: ==24610== Lock acquired, processing the job...
[2026-09-11 05:50:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 05:50:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 05:50:02] Production.INFO: neon service started
[2026-09-11 05:50:02] Production.INFO: neon service started
[2026-09-11 05:50:02] Production.INFO: ==24610== Releasing lock...
[2026-09-11 05:50:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 05:50:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 04:50:02] Production.INFO: ==24615== Lock acquired, processing the job...
[2026-09-11 04:50:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 04:50:02] Production.INFO: ==24615== Releasing lock...
[2026-09-11 04:50:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 04:50:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 00:50:02] Production.INFO: ==24613== Lock acquired, processing the job...
[2026-09-11 00:50:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 00:50:02] Production.INFO: ==24613== Releasing lock...
[2026-09-11 00:50:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 00:50:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 00:50:03] Production.INFO: ==24619== Lock acquired, processing the job...
[2026-09-11 00:50:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 00:50:03] Production.INFO: ==24617== Lock acquired, processing the job...
[2026-09-11 00:50:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 00:50:03] Production.INFO: ==24621== Lock acquired, processing the job...
[2026-09-11 00:50:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 00:50:03] Production.INFO: ==24623== Lock acquired, processing the job...
[2026-09-11 00:50:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 00:50:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 00:50:03] Production.INFO: ==24625== Lock acquired, processing the job...
[2026-09-11 00:50:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 00:50:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 00:50:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 00:50:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 00:50:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 00:50:03] Production.INFO: Account Balance Start.
[2026-09-11 00:50:03] Production.INFO: CreateAllLog Start
[2026-09-11 00:50:03] Production.INFO: 117
[2026-09-11 00:50:03] Production.INFO: Date 2026-09-08
[2026-09-11 00:50:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 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-09-11 00:50:03] Production.INFO: ==24625== Releasing lock...
[2026-09-11 00:50:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 00:50:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 00:50:04] Production.INFO: Date 2026-09-09
[2026-09-11 00:50:04] Production.INFO: Reseller ==> 0
[2026-09-11 00:50:04] Production.INFO: Date 2026-09-10
[2026-09-11 00:50:04] Production.INFO: Reseller ==> 0
[2026-09-11 00:50:04] Production.INFO: Date 2026-09-11
[2026-09-11 00:50:04] Production.INFO: Reseller ==> 0
[2026-09-11 00:50:04] Production.INFO: Total Charge 0
[2026-09-11 00:50:04] Production.INFO: CreateAllLog End
[2026-09-11 00:50:04] Production.INFO: ==24619== Releasing lock...
[2026-09-11 00:50:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 00:50:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 00:50:04] Production.INFO: Account Balance End.
[2026-09-11 00:50:04] Production.ERROR: CronJobId end 12
[2026-09-11 00:50:04] Production.INFO: ==24623== Releasing lock...
[2026-09-11 00:50:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 00:50:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 00:50:11] Production.ERROR: CronJobId end10
[2026-09-11 00:50:11] Production.INFO: ==24621== Releasing lock...
[2026-09-11 00:50:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 00:50:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 00:50:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 00:50:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 00:50:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 00:50:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 00:50:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 00:50:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 00:50:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 00:50:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 00:50:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 00:50:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 00:50:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 00:50:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 00:50:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 00:50:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 00:50:14] Production.INFO: call_cost start
[2026-09-11 00:50:14] Production.INFO: call_cost end
[2026-09-11 00:50:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 00:50:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 00:50:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 00:50:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 00:50:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 00:50:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 00:50:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 00:50:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 00:50:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 00:50:14] Production.INFO: ==24617== Releasing lock...
[2026-09-11 00:50:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 00:50:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 05:51:01] Production.INFO: ==24686== Lock acquired, processing the job...
[2026-09-11 05:51:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 05:51:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 05:51:01] Production.INFO: neon service started
[2026-09-11 05:51:01] Production.INFO: neon service started
[2026-09-11 05:51:01] Production.INFO: ==24686== Releasing lock...
[2026-09-11 05:51:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 05:51:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 00:51:01] Production.INFO: ==24688== Lock acquired, processing the job...
[2026-09-11 00:51:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 00:51:02] Production.INFO: ==24688== Releasing lock...
[2026-09-11 00:51:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 00:51:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 04:51:02] Production.INFO: ==24690== Lock acquired, processing the job...
[2026-09-11 04:51:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 04:51:02] Production.INFO: ==24690== Releasing lock...
[2026-09-11 04:51:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 04:51:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 00:51:02] Production.INFO: ==24697== Lock acquired, processing the job...
[2026-09-11 00:51:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 00:51:02] Production.INFO: ==24695== Lock acquired, processing the job...
[2026-09-11 00:51:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 00:51:02] Production.INFO: ==24693== Lock acquired, processing the job...
[2026-09-11 00:51:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 00:51:02] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 00:51:02] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 00:51:02] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 00:51:02] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 00:51:02] Production.INFO: ==24699== Lock acquired, processing the job...
[2026-09-11 00:51:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 00:51:02] Production.INFO: ==24701== Lock acquired, processing the job...
[2026-09-11 00:51:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 00:51:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 00:51:03] Production.INFO: Account Balance Start.
[2026-09-11 00:51:03] Production.INFO: CreateAllLog Start
[2026-09-11 00:51:03] Production.INFO: 117
[2026-09-11 00:51:03] Production.INFO: Date 2026-09-08
[2026-09-11 00: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-09-11 00: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-09-11 00:51:03] Production.INFO: Reseller ==> 0
[2026-09-11 00: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-09-11 00:51:03] Production.INFO: ==24701== Releasing lock...
[2026-09-11 00:51:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 00:51:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 00:51:03] Production.INFO: Date 2026-09-09
[2026-09-11 00:51:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:51:03] Production.INFO: Date 2026-09-10
[2026-09-11 00:51:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:51:03] Production.INFO: Date 2026-09-11
[2026-09-11 00:51:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:51:03] Production.INFO: Total Charge 0
[2026-09-11 00:51:03] Production.INFO: CreateAllLog End
[2026-09-11 00:51:03] Production.INFO: ==24695== Releasing lock...
[2026-09-11 00:51:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 00:51:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 00:51:03] Production.INFO: Account Balance End.
[2026-09-11 00:51:03] Production.ERROR: CronJobId end 12
[2026-09-11 00:51:03] Production.INFO: ==24699== Releasing lock...
[2026-09-11 00:51:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 00:51:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 00:51:10] Production.ERROR: CronJobId end10
[2026-09-11 00:51:10] Production.INFO: ==24697== Releasing lock...
[2026-09-11 00:51:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 00:51:10] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 00:51:12] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 00:51:12] Production.INFO: ============== Balance Warning START===========
[2026-09-11 00:51:12] Production.INFO: ============== Balance Warning END===========
[2026-09-11 00:51:12] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 00:51:12] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 00:51:12] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 00:51:12] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 00:51:12] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 00:51:12] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 00:51:12] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 00:51:12] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 00:51:12] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 00:51:12] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 00:51:12] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 00:51:13] Production.INFO: call_cost start
[2026-09-11 00:51:13] Production.INFO: call_cost end
[2026-09-11 00:51:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 00:51:13] Production.INFO: ============== Report Schedule START===========
[2026-09-11 00:51:13] Production.INFO: ============== Report Schedule END===========
[2026-09-11 00:51:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 00:51:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 00:51:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 00:51:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 00:51:13] Production.INFO: ============== Deal alert START===========
[2026-09-11 00:51:13] Production.INFO: ============== Deal alert END===========
[2026-09-11 00:51:13] Production.INFO: ==24693== Releasing lock...
[2026-09-11 00:51:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 00:51:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 05:52:01] Production.INFO: ==24770== Lock acquired, processing the job...
[2026-09-11 05:52:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 05:52:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 05:52:01] Production.INFO: neon service started
[2026-09-11 05:52:01] Production.INFO: neon service started
[2026-09-11 05:52:01] Production.INFO: ==24770== Releasing lock...
[2026-09-11 05:52:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 05:52:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 00:52:02] Production.INFO: ==24773== Lock acquired, processing the job...
[2026-09-11 00:52:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 00:52:02] Production.INFO: ==24773== Releasing lock...
[2026-09-11 00:52:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 00:52:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 04:52:02] Production.INFO: ==24776== Lock acquired, processing the job...
[2026-09-11 04:52:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 04:52:02] Production.INFO: ==24776== Releasing lock...
[2026-09-11 04:52:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 04:52:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 00:52:03] Production.INFO: ==24787== Lock acquired, processing the job...
[2026-09-11 00:52:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 00:52:03] Production.INFO: ==24779== Lock acquired, processing the job...
[2026-09-11 00:52:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 00:52:03] Production.INFO: ==24783== Lock acquired, processing the job...
[2026-09-11 00:52:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 00: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-09-11 00: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-09-11 00:52:03] Production.INFO: ==24781== Lock acquired, processing the job...
[2026-09-11 00:52:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 00: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-09-11 00:52:03] Production.INFO: ==24787== Releasing lock...
[2026-09-11 00:52:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 00:52:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 00:52:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 00:52:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 00:52:03] Production.INFO: ==24785== Lock acquired, processing the job...
[2026-09-11 00:52:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 00:52:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 00:52:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 00:52:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 00:52:03] Production.INFO: Account Balance Start.
[2026-09-11 00:52:03] Production.INFO: CreateAllLog Start
[2026-09-11 00:52:03] Production.INFO: 117
[2026-09-11 00:52:03] Production.INFO: Date 2026-09-08
[2026-09-11 00:52:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:52:03] Production.INFO: Date 2026-09-09
[2026-09-11 00:52:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:52:03] Production.INFO: Date 2026-09-10
[2026-09-11 00:52:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:52:03] Production.INFO: Date 2026-09-11
[2026-09-11 00:52:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:52:03] Production.INFO: Total Charge 0
[2026-09-11 00:52:03] Production.INFO: CreateAllLog End
[2026-09-11 00:52:04] Production.INFO: Account Balance End.
[2026-09-11 00:52:04] Production.ERROR: CronJobId end 12
[2026-09-11 00:52:04] Production.INFO: ==24785== Releasing lock...
[2026-09-11 00:52:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 00:52:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 00:52:04] Production.INFO: ==24781== Releasing lock...
[2026-09-11 00:52:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 00:52:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 00:52:11] Production.ERROR: CronJobId end10
[2026-09-11 00:52:11] Production.INFO: ==24783== Releasing lock...
[2026-09-11 00:52:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 00:52:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 00:52:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 00:52:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 00:52:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 00:52:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 00:52:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 00:52:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 00:52:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 00:52:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 00:52:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 00:52:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 00:52:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 00:52:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 00:52:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 00:52:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 00:52:14] Production.INFO: call_cost start
[2026-09-11 00:52:14] Production.INFO: call_cost end
[2026-09-11 00:52:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 00:52:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 00:52:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 00:52:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 00:52:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 00:52:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 00:52:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 00:52:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 00:52:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 00:52:14] Production.INFO: ==24779== Releasing lock...
[2026-09-11 00:52:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 00:52:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 05:53:02] Production.INFO: ==24854== Lock acquired, processing the job...
[2026-09-11 05:53:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 05:53:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 05:53:02] Production.INFO: neon service started
[2026-09-11 05:53:02] Production.INFO: neon service started
[2026-09-11 05:53:02] Production.INFO: ==24854== Releasing lock...
[2026-09-11 05:53:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 05:53:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 04:53:02] Production.INFO: ==24858== Lock acquired, processing the job...
[2026-09-11 04:53:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 04:53:02] Production.INFO: ==24858== Releasing lock...
[2026-09-11 04:53:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 04:53:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 00:53:02] Production.INFO: ==24856== Lock acquired, processing the job...
[2026-09-11 00:53:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 00:53:03] Production.INFO: ==24856== Releasing lock...
[2026-09-11 00:53:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 00:53:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 00:53:03] Production.INFO: ==24867== Lock acquired, processing the job...
[2026-09-11 00:53:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 00:53:03] Production.INFO: ==24861== Lock acquired, processing the job...
[2026-09-11 00:53:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 00:53:03] Production.INFO: ==24863== Lock acquired, processing the job...
[2026-09-11 00:53:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 00:53:04] Production.INFO: ==24869== Lock acquired, processing the job...
[2026-09-11 00:53:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 00:53:04] Production.INFO: ==24865== Lock acquired, processing the job...
[2026-09-11 00:53:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 00:53:04] Production.INFO: Account Balance Start.
[2026-09-11 00:53:04] Production.INFO: CreateAllLog Start
[2026-09-11 00:53:04] Production.INFO: 117
[2026-09-11 00:53:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 00:53:04] Production.INFO: Date 2026-09-08
[2026-09-11 00:53:04] Production.INFO: Reseller ==> 0
[2026-09-11 00:53:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 00:53:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 00:53:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 00:53:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 00:53:04] Production.INFO: Date 2026-09-09
[2026-09-11 00:53:04] Production.INFO: Reseller ==> 0
[2026-09-11 00: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-09-11 00: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-09-11 00:53:04] Production.INFO: Date 2026-09-10
[2026-09-11 00:53:04] Production.INFO: Reseller ==> 0
[2026-09-11 00: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-09-11 00:53:04] Production.INFO: Date 2026-09-11
[2026-09-11 00:53:04] Production.INFO: ==24869== Releasing lock...
[2026-09-11 00:53:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 00:53:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 00:53:04] Production.INFO: Reseller ==> 0
[2026-09-11 00:53:04] Production.INFO: Total Charge 0
[2026-09-11 00:53:04] Production.INFO: CreateAllLog End
[2026-09-11 00:53:04] Production.INFO: Account Balance End.
[2026-09-11 00:53:04] Production.ERROR: CronJobId end 12
[2026-09-11 00:53:04] Production.INFO: ==24867== Releasing lock...
[2026-09-11 00:53:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 00:53:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 00:53:04] Production.INFO: ==24863== Releasing lock...
[2026-09-11 00:53:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 00:53:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 00:53:13] Production.ERROR: CronJobId end10
[2026-09-11 00:53:13] Production.INFO: ==24865== Releasing lock...
[2026-09-11 00:53:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 00:53:13] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 00:53:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 00:53:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 00:53:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 00:53:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 00:53:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 00:53:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 00:53:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 00:53:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 00:53:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 00:53:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 00:53:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 00:53:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 00:53:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 00:53:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 00:53:15] Production.INFO: call_cost start
[2026-09-11 00:53:15] Production.INFO: call_cost end
[2026-09-11 00:53:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 00:53:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 00:53:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 00:53:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 00:53:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 00:53:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 00:53:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 00:53:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 00:53:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 00:53:15] Production.INFO: ==24861== Releasing lock...
[2026-09-11 00:53:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 00:53:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 05:54:01] Production.INFO: ==24933== Lock acquired, processing the job...
[2026-09-11 05:54:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 05:54:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 05:54:01] Production.INFO: neon service started
[2026-09-11 05:54:02] Production.INFO: neon service started
[2026-09-11 05:54:02] Production.INFO: ==24933== Releasing lock...
[2026-09-11 05:54:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 05:54:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 00:54:02] Production.INFO: ==24935== Lock acquired, processing the job...
[2026-09-11 00:54:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 04:54:02] Production.INFO: ==24937== Lock acquired, processing the job...
[2026-09-11 04:54:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 04:54:02] Production.INFO: ==24937== Releasing lock...
[2026-09-11 04:54:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 04:54:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 00:54:02] Production.INFO: ==24935== Releasing lock...
[2026-09-11 00:54:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 00:54:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 00:54:03] Production.INFO: ==24944== Lock acquired, processing the job...
[2026-09-11 00:54:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 00:54:03] Production.INFO: ==24946== Lock acquired, processing the job...
[2026-09-11 00:54:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 00:54:03] Production.INFO: ==24948== Lock acquired, processing the job...
[2026-09-11 00:54:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 00:54:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 00:54:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 00:54:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 00:54:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 00:54:03] Production.INFO: ==24942== Lock acquired, processing the job...
[2026-09-11 00:54:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 00:54:03] Production.INFO: Account Balance Start.
[2026-09-11 00:54:03] Production.INFO: CreateAllLog Start
[2026-09-11 00:54:03] Production.INFO: 117
[2026-09-11 00:54:03] Production.INFO: ==24940== Lock acquired, processing the job...
[2026-09-11 00:54:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 00:54:03] Production.INFO: Date 2026-09-08
[2026-09-11 00:54:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 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-09-11 00:54:03] Production.INFO: ==24948== Releasing lock...
[2026-09-11 00:54:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 00:54:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 00:54:03] Production.INFO: Date 2026-09-09
[2026-09-11 00:54:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:54:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 00:54:03] Production.INFO: Date 2026-09-10
[2026-09-11 00:54:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:54:03] Production.INFO: Date 2026-09-11
[2026-09-11 00:54:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:54:03] Production.INFO: Total Charge 0
[2026-09-11 00:54:03] Production.INFO: CreateAllLog End
[2026-09-11 00:54:04] Production.INFO: Account Balance End.
[2026-09-11 00:54:04] Production.ERROR: CronJobId end 12
[2026-09-11 00:54:04] Production.INFO: ==24946== Releasing lock...
[2026-09-11 00:54:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 00:54:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 00:54:04] Production.INFO: ==24942== Releasing lock...
[2026-09-11 00:54:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 00:54:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 00:54:11] Production.ERROR: CronJobId end10
[2026-09-11 00:54:11] Production.INFO: ==24944== Releasing lock...
[2026-09-11 00:54:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 00:54:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 00:54:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 00:54:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 00:54:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 00:54:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 00:54:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 00:54:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 00:54:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 00:54:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 00:54:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 00:54:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 00:54:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 00:54:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 00:54:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 00:54:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 00:54:14] Production.INFO: call_cost start
[2026-09-11 00:54:14] Production.INFO: call_cost end
[2026-09-11 00:54:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 00:54:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 00:54:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 00:54:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 00:54:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 00:54:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 00:54:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 00:54:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 00:54:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 00:54:14] Production.INFO: ==24940== Releasing lock...
[2026-09-11 00:54:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 00:54:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 05:55:01] Production.INFO: ==25016== Lock acquired, processing the job...
[2026-09-11 05:55:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 05:55:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 05:55:01] Production.INFO: neon service started
[2026-09-11 05:55:01] Production.INFO: neon service started
[2026-09-11 05:55:01] Production.INFO: ==25016== Releasing lock...
[2026-09-11 05:55:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 05:55:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 00:55:01] Production.INFO: ==25018== Lock acquired, processing the job...
[2026-09-11 00:55:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 00:55:02] Production.INFO: ==25018== Releasing lock...
[2026-09-11 00:55:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 00:55:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 04:55:02] Production.INFO: ==25020== Lock acquired, processing the job...
[2026-09-11 04:55:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 04:55:02] Production.INFO: ==25020== Releasing lock...
[2026-09-11 04:55:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 04:55:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 00:55:03] Production.INFO: ==25030== Lock acquired, processing the job...
[2026-09-11 00:55:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 00:55:03] Production.INFO: ==25022== Lock acquired, processing the job...
[2026-09-11 00:55:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-11 00:55:03] Production.ERROR: ========================== active cronjob start =============================
[2026-09-11 00:55:03] Production.INFO: Account Balance Start.
[2026-09-11 00:55:03] Production.INFO: CreateAllLog Start
[2026-09-11 00:55:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-11 00:55:03] Production.ERROR: CronJob PID - 25030
[2026-09-11 00:55:03] Production.ERROR: CronJob Title - Prepaid Account Balance
[2026-09-11 00:55:03] Production.ERROR: CronJob ID - 12
[2026-09-11 00:55:03] Production.ERROR: CronJob Last Run Time 2026-09-11 00:55:00
[2026-09-11 00:55:03] Production.ERROR: CronJob Active Minutes 0
[2026-09-11 00:55:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-11 00:55:03] Production.INFO: 117
[2026-09-11 00:55:03] Production.ERROR: ========================== active cronjob end =============================
[2026-09-11 00:55:03] Production.INFO: ==25022== Releasing lock...
[2026-09-11 00:55:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-11 00:55:03] Production.INFO: 25.5 MB #Memory Used#
[2026-09-11 00:55:03] Production.INFO: Date 2026-09-08
[2026-09-11 00:55:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:55:03] Production.INFO: Date 2026-09-09
[2026-09-11 00:55:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:55:03] Production.INFO: ==25024== Lock acquired, processing the job...
[2026-09-11 00:55:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 00:55:03] Production.INFO: Date 2026-09-10
[2026-09-11 00:55:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:55:03] Production.INFO: ==25026== Lock acquired, processing the job...
[2026-09-11 00:55:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 00:55:03] Production.INFO: Date 2026-09-11
[2026-09-11 00:55:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:55:03] Production.INFO: Total Charge 0
[2026-09-11 00:55:03] Production.INFO: CreateAllLog End
[2026-09-11 00:55:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 00:55:03] Production.INFO: ==25028== Lock acquired, processing the job...
[2026-09-11 00:55:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 00:55:03] Production.INFO: ==25032== Lock acquired, processing the job...
[2026-09-11 00:55:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-11 00:55:03] Production.INFO: Account Balance End.
[2026-09-11 00:55:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 00:55:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 00:55:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 00:55:03] Production.ERROR: CronJobId end 12
[2026-09-11 00:55:03] Production.INFO: ==25030== Releasing lock...
[2026-09-11 00:55:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 00:55:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 00:55:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 00:55:03] Production.INFO: ==25034== Lock acquired, processing the job...
[2026-09-11 00:55:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 00:55:03] Production.ERROR: tblTempUsageDetail_20
[2026-09-11 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-09-11 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-09-11 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-09-11 00:55:04] Production.ERROR: done
[2026-09-11 00:55:04] Production.INFO: ==25034== Releasing lock...
[2026-09-11 00:55:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 00:55:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 00:55:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-11 00:55:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17981572', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) start
[2026-09-11 00:55:04] Production.INFO: ==25026== Releasing lock...
[2026-09-11 00:55:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 00:55:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 00:55:09] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17981572', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) end
[2026-09-11 00:55:09] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-11 00:55:09] Production.INFO: ProcessCDR(1,17981572,1,1,2)
[2026-09-11 00:55:09] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17981572,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 00:55:09] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17981572,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 00:55:09] Production.ERROR: pbx prc_insertCDR start
[2026-09-11 00:55:09] Production.ERROR: pbx prc_insertCDR end
[2026-09-11 00:55:09] Production.INFO: ==25032== Releasing lock...
[2026-09-11 00:55:09] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-11 00:55:09] Production.INFO: 26 MB #Memory Used#
[2026-09-11 00:55:13] Production.ERROR: CronJobId end10
[2026-09-11 00:55:13] Production.INFO: ==25028== Releasing lock...
[2026-09-11 00:55:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 00:55:13] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 00:55:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 00:55:16] Production.INFO: ============== Balance Warning START===========
[2026-09-11 00:55:16] Production.INFO: ============== Balance Warning END===========
[2026-09-11 00:55:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 00:55:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 00:55:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 00:55:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 00:55:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 00:55:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 00:55:16] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 00:55:16] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 00:55:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 00:55:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 00:55:16] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 00:55:16] Production.INFO: call_cost start
[2026-09-11 00:55:16] Production.INFO: call_cost end
[2026-09-11 00:55:16] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 00:55:16] Production.INFO: ============== Report Schedule START===========
[2026-09-11 00:55:16] Production.INFO: ============== Report Schedule END===========
[2026-09-11 00:55:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 00:55:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 00:55:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 00:55:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 00:55:16] Production.INFO: ============== Deal alert START===========
[2026-09-11 00:55:16] Production.INFO: ============== Deal alert END===========
[2026-09-11 00:55:16] Production.INFO: ==25024== Releasing lock...
[2026-09-11 00:55:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 00:55:16] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 05:56:01] Production.INFO: ==25106== Lock acquired, processing the job...
[2026-09-11 05:56:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 05:56:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 05:56:01] Production.INFO: neon service started
[2026-09-11 05:56:01] Production.INFO: neon service started
[2026-09-11 05:56:01] Production.INFO: ==25106== Releasing lock...
[2026-09-11 05:56:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 05:56:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 00:56:02] Production.INFO: ==25108== Lock acquired, processing the job...
[2026-09-11 00:56:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 00:56:02] Production.INFO: ==25108== Releasing lock...
[2026-09-11 00:56:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 00:56:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 04:56:02] Production.INFO: ==25110== Lock acquired, processing the job...
[2026-09-11 04:56:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 04:56:02] Production.INFO: ==25110== Releasing lock...
[2026-09-11 04:56:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 04:56:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 00:56:03] Production.INFO: ==25112== Lock acquired, processing the job...
[2026-09-11 00:56:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 00:56:03] Production.INFO: ==25114== Lock acquired, processing the job...
[2026-09-11 00:56:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 00:56:03] Production.INFO: ==25118== Lock acquired, processing the job...
[2026-09-11 00:56:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 00:56:03] Production.INFO: ==25116== Lock acquired, processing the job...
[2026-09-11 00:56:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 00:56:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 00:56:03] Production.INFO: ==25120== Lock acquired, processing the job...
[2026-09-11 00:56:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 00:56:03] Production.INFO: Account Balance Start.
[2026-09-11 00:56:03] Production.INFO: CreateAllLog Start
[2026-09-11 00:56:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 00:56:03] Production.INFO: 117
[2026-09-11 00:56:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 00:56:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 00:56:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 00:56:03] Production.INFO: Date 2026-09-08
[2026-09-11 00:56:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 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-09-11 00:56:03] Production.INFO: Date 2026-09-09
[2026-09-11 00:56:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:56:03] Production.INFO: ==25120== Releasing lock...
[2026-09-11 00:56:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 00:56:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 00:56:03] Production.INFO: Date 2026-09-10
[2026-09-11 00:56:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:56:03] Production.INFO: Date 2026-09-11
[2026-09-11 00:56:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:56:03] Production.INFO: Total Charge 0
[2026-09-11 00:56:03] Production.INFO: CreateAllLog End
[2026-09-11 00:56:04] Production.INFO: Account Balance End.
[2026-09-11 00:56:04] Production.INFO: ==25114== Releasing lock...
[2026-09-11 00:56:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 00:56:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 00:56:04] Production.ERROR: CronJobId end 12
[2026-09-11 00:56:04] Production.INFO: ==25118== Releasing lock...
[2026-09-11 00:56:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 00:56:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 00:56:12] Production.ERROR: CronJobId end10
[2026-09-11 00:56:12] Production.INFO: ==25116== Releasing lock...
[2026-09-11 00:56:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 00:56:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 00:56:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 00:56:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 00:56:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 00:56:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 00:56:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 00:56:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 00:56:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 00:56:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 00:56:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 00:56:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 00:56:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 00:56:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 00:56:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 00:56:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 00:56:15] Production.INFO: call_cost start
[2026-09-11 00:56:15] Production.INFO: call_cost end
[2026-09-11 00:56:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 00:56:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 00:56:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 00:56:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 00:56:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 00:56:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 00:56:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 00:56:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 00:56:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 00:56:15] Production.INFO: ==25112== Releasing lock...
[2026-09-11 00:56:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 00:56:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 05:57:01] Production.INFO: ==25184== Lock acquired, processing the job...
[2026-09-11 05:57:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 05:57:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 05:57:01] Production.INFO: neon service started
[2026-09-11 05:57:01] Production.INFO: neon service started
[2026-09-11 05:57:01] Production.INFO: ==25184== Releasing lock...
[2026-09-11 05:57:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 05:57:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 00:57:01] Production.INFO: ==25186== Lock acquired, processing the job...
[2026-09-11 00:57:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 00:57:01] Production.INFO: ==25186== Releasing lock...
[2026-09-11 00:57:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 00:57:01] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 04:57:02] Production.INFO: ==25188== Lock acquired, processing the job...
[2026-09-11 04:57:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 04:57:02] Production.INFO: ==25188== Releasing lock...
[2026-09-11 04:57:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 04:57:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 00:57:02] Production.INFO: ==25192== Lock acquired, processing the job...
[2026-09-11 00:57:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 00:57:02] Production.INFO: ==25190== Lock acquired, processing the job...
[2026-09-11 00:57:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 00:57:02] Production.INFO: ==25194== Lock acquired, processing the job...
[2026-09-11 00:57:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 00:57:02] Production.INFO: ==25198== Lock acquired, processing the job...
[2026-09-11 00:57:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 00:57:02] Production.INFO: ==25196== Lock acquired, processing the job...
[2026-09-11 00:57:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 00:57:02] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 00:57:02] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 00:57:02] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 00:57:02] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 00:57:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 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-09-11 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-09-11 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-09-11 00:57:03] Production.INFO: ==25198== Releasing lock...
[2026-09-11 00:57:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 00:57:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 00:57:03] Production.INFO: Account Balance Start.
[2026-09-11 00:57:03] Production.INFO: CreateAllLog Start
[2026-09-11 00:57:03] Production.INFO: 117
[2026-09-11 00:57:03] Production.INFO: Date 2026-09-08
[2026-09-11 00:57:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:57:03] Production.INFO: Date 2026-09-09
[2026-09-11 00:57:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:57:03] Production.INFO: Date 2026-09-10
[2026-09-11 00:57:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:57:03] Production.INFO: Date 2026-09-11
[2026-09-11 00:57:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:57:03] Production.INFO: ==25192== Releasing lock...
[2026-09-11 00:57:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 00:57:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 00:57:03] Production.INFO: Total Charge 0
[2026-09-11 00:57:03] Production.INFO: CreateAllLog End
[2026-09-11 00:57:03] Production.INFO: Account Balance End.
[2026-09-11 00:57:03] Production.ERROR: CronJobId end 12
[2026-09-11 00:57:03] Production.INFO: ==25196== Releasing lock...
[2026-09-11 00:57:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 00:57:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 00:57:11] Production.ERROR: CronJobId end10
[2026-09-11 00:57:11] Production.INFO: ==25194== Releasing lock...
[2026-09-11 00:57:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 00:57:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 00:57:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 00:57:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 00:57:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 00:57:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 00:57:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 00:57:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 00:57:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 00:57:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 00:57:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 00:57:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 00:57:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 00:57:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 00:57:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 00:57:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 00:57:13] Production.INFO: call_cost start
[2026-09-11 00:57:13] Production.INFO: call_cost end
[2026-09-11 00:57:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 00:57:13] Production.INFO: ============== Report Schedule START===========
[2026-09-11 00:57:13] Production.INFO: ============== Report Schedule END===========
[2026-09-11 00:57:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 00:57:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 00:57:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 00:57:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 00:57:13] Production.INFO: ============== Deal alert START===========
[2026-09-11 00:57:13] Production.INFO: ============== Deal alert END===========
[2026-09-11 00:57:13] Production.INFO: ==25190== Releasing lock...
[2026-09-11 00:57:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 00:57:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 05:58:01] Production.INFO: ==25264== Lock acquired, processing the job...
[2026-09-11 05:58:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 05:58:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 05:58:01] Production.INFO: neon service started
[2026-09-11 05:58:01] Production.INFO: neon service started
[2026-09-11 05:58:01] Production.INFO: ==25264== Releasing lock...
[2026-09-11 05:58:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 05:58:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 00:58:02] Production.INFO: ==25267== Lock acquired, processing the job...
[2026-09-11 00:58:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 00:58:02] Production.INFO: ==25267== Releasing lock...
[2026-09-11 00:58:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 00:58:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 04:58:02] Production.INFO: ==25269== Lock acquired, processing the job...
[2026-09-11 04:58:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 04:58:02] Production.INFO: ==25269== Releasing lock...
[2026-09-11 04:58:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 04:58:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 00:58:03] Production.INFO: ==25271== Lock acquired, processing the job...
[2026-09-11 00:58:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 00:58:03] Production.INFO: ==25279== Lock acquired, processing the job...
[2026-09-11 00:58:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 00:58:03] Production.INFO: ==25273== Lock acquired, processing the job...
[2026-09-11 00:58:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 00:58:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 00:58:03] Production.INFO: ==25275== Lock acquired, processing the job...
[2026-09-11 00:58:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 00:58:03] Production.INFO: ==25277== Lock acquired, processing the job...
[2026-09-11 00:58:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 00:58:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 00:58:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 00:58:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 00:58:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 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-09-11 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-09-11 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-09-11 00:58:03] Production.INFO: ==25279== Releasing lock...
[2026-09-11 00:58:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 00:58:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 00:58:03] Production.INFO: Account Balance Start.
[2026-09-11 00:58:03] Production.INFO: CreateAllLog Start
[2026-09-11 00:58:03] Production.INFO: 117
[2026-09-11 00:58:03] Production.INFO: Date 2026-09-08
[2026-09-11 00:58:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:58:03] Production.INFO: Date 2026-09-09
[2026-09-11 00:58:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:58:03] Production.INFO: Date 2026-09-10
[2026-09-11 00:58:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:58:03] Production.INFO: Date 2026-09-11
[2026-09-11 00:58:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:58:03] Production.INFO: Total Charge 0
[2026-09-11 00:58:03] Production.INFO: CreateAllLog End
[2026-09-11 00:58:04] Production.INFO: ==25273== Releasing lock...
[2026-09-11 00:58:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 00:58:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 00:58:04] Production.INFO: Account Balance End.
[2026-09-11 00:58:04] Production.ERROR: CronJobId end 12
[2026-09-11 00:58:04] Production.INFO: ==25277== Releasing lock...
[2026-09-11 00:58:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 00:58:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 00:58:11] Production.ERROR: CronJobId end10
[2026-09-11 00:58:11] Production.INFO: ==25275== Releasing lock...
[2026-09-11 00:58:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 00:58:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 00:58:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 00:58:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 00:58:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 00:58:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 00:58:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 00:58:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 00:58:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 00:58:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 00:58:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 00:58:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 00:58:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 00:58:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 00:58:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 00:58:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 00:58:14] Production.INFO: call_cost start
[2026-09-11 00:58:14] Production.INFO: call_cost end
[2026-09-11 00:58:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 00:58:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 00:58:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 00:58:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 00:58:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 00:58:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 00:58:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 00:58:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 00:58:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 00:58:14] Production.INFO: ==25271== Releasing lock...
[2026-09-11 00:58:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 00:58:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 05:59:02] Production.INFO: ==25345== Lock acquired, processing the job...
[2026-09-11 05:59:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 05:59:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 05:59:02] Production.INFO: neon service started
[2026-09-11 05:59:02] Production.INFO: neon service started
[2026-09-11 05:59:02] Production.INFO: ==25345== Releasing lock...
[2026-09-11 05:59:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 05:59:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 04:59:02] Production.INFO: ==25349== Lock acquired, processing the job...
[2026-09-11 04:59:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 04:59:02] Production.INFO: ==25349== Releasing lock...
[2026-09-11 04:59:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 04:59:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 00:59:02] Production.INFO: ==25347== Lock acquired, processing the job...
[2026-09-11 00:59:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 00:59:02] Production.INFO: ==25347== Releasing lock...
[2026-09-11 00:59:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 00:59:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 00:59:03] Production.INFO: ==25351== Lock acquired, processing the job...
[2026-09-11 00:59:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 00:59:03] Production.INFO: ==25353== Lock acquired, processing the job...
[2026-09-11 00:59:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 00:59:03] Production.INFO: ==25357== Lock acquired, processing the job...
[2026-09-11 00:59:03] Production.INFO: ==25355== Lock acquired, processing the job...
[2026-09-11 00:59:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 00:59:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 00:59:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 00:59:03] Production.INFO: Account Balance Start.
[2026-09-11 00:59:03] Production.INFO: CreateAllLog Start
[2026-09-11 00:59:03] Production.INFO: 117
[2026-09-11 00:59:03] Production.INFO: Date 2026-09-08
[2026-09-11 00:59:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 00:59:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 00:59:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 00:59:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 00:59:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:59:03] Production.INFO: ==25359== Lock acquired, processing the job...
[2026-09-11 00:59:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 00:59:03] Production.INFO: Date 2026-09-09
[2026-09-11 00:59:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:59:03] Production.INFO: Date 2026-09-10
[2026-09-11 00:59:03] Production.INFO: Reseller ==> 0
[2026-09-11 00:59:03] Production.INFO: Date 2026-09-11
[2026-09-11 00:59:04] Production.INFO: Reseller ==> 0
[2026-09-11 00:59:04] Production.INFO: Total Charge 0
[2026-09-11 00: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-09-11 00: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-09-11 00:59:04] Production.INFO: CreateAllLog End
[2026-09-11 00: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-09-11 00:59:04] Production.INFO: ==25359== Releasing lock...
[2026-09-11 00:59:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 00:59:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 00:59:04] Production.INFO: Account Balance End.
[2026-09-11 00:59:04] Production.ERROR: CronJobId end 12
[2026-09-11 00:59:04] Production.INFO: ==25357== Releasing lock...
[2026-09-11 00:59:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 00:59:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 00:59:04] Production.INFO: ==25353== Releasing lock...
[2026-09-11 00:59:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 00:59:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 00:59:11] Production.ERROR: CronJobId end10
[2026-09-11 00:59:11] Production.INFO: ==25355== Releasing lock...
[2026-09-11 00:59:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 00:59:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 00:59:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 00:59:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 00:59:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 00:59:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 00:59:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 00:59:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 00:59:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 00:59:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 00:59:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 00:59:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 00:59:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 00:59:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 00:59:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 00:59:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 00:59:14] Production.INFO: call_cost start
[2026-09-11 00:59:15] Production.INFO: call_cost end
[2026-09-11 00:59:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 00:59:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 00:59:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 00:59:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 00:59:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 00:59:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 00:59:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 00:59:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 00:59:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 00:59:15] Production.INFO: ==25351== Releasing lock...
[2026-09-11 00:59:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 00:59:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 06:00:01] Production.INFO: ==25427== Lock acquired, processing the job...
[2026-09-11 06:00:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 06:00:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 06:00:01] Production.INFO: neon service started
[2026-09-11 06:00:01] Production.INFO: neon service started
[2026-09-11 06:00:01] Production.INFO: ==25427== Releasing lock...
[2026-09-11 06:00:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 06:00:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 01:00:01] Production.INFO: ==25429== Lock acquired, processing the job...
[2026-09-11 01:00:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 01:00:02] Production.INFO: ==25429== Releasing lock...
[2026-09-11 01:00:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 01:00:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 05:00:02] Production.INFO: ==25431== Lock acquired, processing the job...
[2026-09-11 05:00:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 05:00:02] Production.INFO: ==25431== Releasing lock...
[2026-09-11 05:00:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 05:00:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 01:00:02] Production.INFO: ==25442== Lock acquired, processing the job...
[2026-09-11 01:00:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 01:00: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-09-11 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-09-11 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-09-11 01:00:03] Production.INFO: ==25442== Releasing lock...
[2026-09-11 01:00:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 01:00:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 01:00:03] Production.INFO: ==25434== Lock acquired, processing the job...
[2026-09-11 01:00:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 01:00:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 01:00:03] Production.INFO: ==25436== Lock acquired, processing the job...
[2026-09-11 01:00:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 01:00:03] Production.INFO: ==25438== Lock acquired, processing the job...
[2026-09-11 01:00:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 01:00:03] Production.INFO: ==25440== Lock acquired, processing the job...
[2026-09-11 01:00:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 01:00:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 01:00:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 01:00:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 01:00:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 01:00:03] Production.INFO: Account Balance Start.
[2026-09-11 01:00:03] Production.INFO: CreateAllLog Start
[2026-09-11 01:00:03] Production.INFO: 117
[2026-09-11 01:00:03] Production.INFO: Date 2026-09-08
[2026-09-11 01:00:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:00:03] Production.INFO: Date 2026-09-09
[2026-09-11 01:00:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:00:03] Production.INFO: Date 2026-09-10
[2026-09-11 01:00:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:00:03] Production.INFO: Date 2026-09-11
[2026-09-11 01:00:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:00:03] Production.INFO: Total Charge 0
[2026-09-11 01:00:03] Production.INFO: CreateAllLog End
[2026-09-11 01:00:03] Production.INFO: Account Balance End.
[2026-09-11 01:00:03] Production.ERROR: CronJobId end 12
[2026-09-11 01:00:03] Production.INFO: ==25440== Releasing lock...
[2026-09-11 01:00:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 01:00:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 01:00:04] Production.INFO: ==25436== Releasing lock...
[2026-09-11 01:00:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 01:00:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 01:00:11] Production.ERROR: CronJobId end10
[2026-09-11 01:00:11] Production.INFO: ==25438== Releasing lock...
[2026-09-11 01:00:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 01:00:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 01:00:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 01:00:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 01:00:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 01:00:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 01:00:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 01:00:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 01:00:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 01:00:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 01:00:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 01:00:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 01:00:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 01:00:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 01:00:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 01:00:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 01:00:14] Production.INFO: call_cost start
[2026-09-11 01:00:14] Production.INFO: call_cost end
[2026-09-11 01:00:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 01:00:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 01:00:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 01:00:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 01:00:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 01:00:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 01:00:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 01:00:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 01:00:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 01:00:14] Production.INFO: ==25434== Releasing lock...
[2026-09-11 01:00:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 01:00:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 06:01:01] Production.INFO: ==25513== Lock acquired, processing the job...
[2026-09-11 06:01:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 06:01:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 06:01:01] Production.INFO: neon service started
[2026-09-11 06:01:02] Production.INFO: neon service started
[2026-09-11 06:01:02] Production.INFO: ==25513== Releasing lock...
[2026-09-11 06:01:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 06:01:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 01:01:02] Production.INFO: ==25522== Lock acquired, processing the job...
[2026-09-11 01:01:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 01:01:02] Production.INFO: ==25522== Releasing lock...
[2026-09-11 01:01:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 01:01:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 05:01:02] Production.INFO: ==25524== Lock acquired, processing the job...
[2026-09-11 05:01:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 05:01:02] Production.INFO: ==25524== Releasing lock...
[2026-09-11 05:01:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 05:01:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 01:01:03] Production.INFO: ==25526== Lock acquired, processing the job...
[2026-09-11 01:01:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 01:01:03] Production.INFO: ==25530== Lock acquired, processing the job...
[2026-09-11 01:01:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 01:01:03] Production.INFO: ==25528== Lock acquired, processing the job...
[2026-09-11 01:01:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 01:01:03] Production.INFO: ==25532== Lock acquired, processing the job...
[2026-09-11 01:01:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 01:01:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 01:01:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 01:01:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 01:01:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 01:01:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 01:01:03] Production.INFO: ==25534== Lock acquired, processing the job...
[2026-09-11 01:01:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 01:01:03] Production.INFO: Account Balance Start.
[2026-09-11 01:01:03] Production.INFO: CreateAllLog Start
[2026-09-11 01:01:03] Production.INFO: 117
[2026-09-11 01:01:03] Production.INFO: Date 2026-09-08
[2026-09-11 01:01:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 01:01:03] Production.INFO: Date 2026-09-09
[2026-09-11 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-09-11 01:01:03] Production.INFO: Reseller ==> 0
[2026-09-11 01: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-09-11 01:01:03] Production.INFO: ==25534== Releasing lock...
[2026-09-11 01:01:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 01:01:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 01:01:03] Production.INFO: Date 2026-09-10
[2026-09-11 01:01:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:01:03] Production.INFO: Date 2026-09-11
[2026-09-11 01:01:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:01:03] Production.INFO: Total Charge 0
[2026-09-11 01:01:03] Production.INFO: CreateAllLog End
[2026-09-11 01:01:03] Production.INFO: Account Balance End.
[2026-09-11 01:01:04] Production.ERROR: CronJobId end 12
[2026-09-11 01:01:04] Production.INFO: ==25532== Releasing lock...
[2026-09-11 01:01:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 01:01:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 01:01:04] Production.INFO: ==25528== Releasing lock...
[2026-09-11 01:01:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 01:01:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 01:01:12] Production.ERROR: CronJobId end10
[2026-09-11 01:01:12] Production.INFO: ==25530== Releasing lock...
[2026-09-11 01:01:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 01:01:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 01:01:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 01:01:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 01:01:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 01:01:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 01:01:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 01:01:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 01:01:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 01:01:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 01:01:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 01:01:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 01:01:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 01:01:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 01:01:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 01:01:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 01:01:14] Production.INFO: call_cost start
[2026-09-11 01:01:14] Production.INFO: call_cost end
[2026-09-11 01:01:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 01:01:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 01:01:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 01:01:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 01:01:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 01:01:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 01:01:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 01:01:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 01:01:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 01:01:14] Production.INFO: ==25526== Releasing lock...
[2026-09-11 01:01:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 01:01:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 06:02:01] Production.INFO: ==25602== Lock acquired, processing the job...
[2026-09-11 06:02:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 06:02:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 06:02:01] Production.INFO: neon service started
[2026-09-11 06:02:01] Production.INFO: neon service started
[2026-09-11 06:02:01] Production.INFO: ==25602== Releasing lock...
[2026-09-11 06:02:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 06:02:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 05:02:01] Production.INFO: ==25606== Lock acquired, processing the job...
[2026-09-11 05:02:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 05:02:01] Production.INFO: ==25606== Releasing lock...
[2026-09-11 05:02:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 05:02:01] Production.INFO: 25 MB #Memory Used#
[2026-09-11 01:02:02] Production.INFO: ==25604== Lock acquired, processing the job...
[2026-09-11 01:02:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 01:02:02] Production.INFO: ==25604== Releasing lock...
[2026-09-11 01:02:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 01:02:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 01:02:03] Production.INFO: ==25612== Lock acquired, processing the job...
[2026-09-11 01:02:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 01:02:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 01:02:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 01:02:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 01:02:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 01:02:03] Production.INFO: ==25618== Lock acquired, processing the job...
[2026-09-11 01:02:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 01:02:03] Production.INFO: ==25608== Lock acquired, processing the job...
[2026-09-11 01:02:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 01:02:03] Production.INFO: ==25610== Lock acquired, processing the job...
[2026-09-11 01:02:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 01:02:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 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-09-11 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-09-11 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-09-11 01:02:03] Production.INFO: ==25614== Lock acquired, processing the job...
[2026-09-11 01:02:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 01:02:03] Production.INFO: ==25616== Lock acquired, processing the job...
[2026-09-11 01:02:03] Production.INFO: pbxaccountusage-command-pbxaccountusage-companyid-1-cronjobid-16 #Starts#
[2026-09-11 01:02:03] Production.INFO: ==25618== Releasing lock...
[2026-09-11 01:02:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 01:02:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 01:02:03] Production.ERROR: tblTempUsageDetail_20
[2026-09-11 01:02:03] Production.INFO: Account Balance Start.
[2026-09-11 01:02:03] Production.INFO: CreateAllLog Start
[2026-09-11 01:02:03] Production.INFO: 117
[2026-09-11 01:02:03] Production.INFO: Date 2026-09-08
[2026-09-11 01:02:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:02:03] Production.INFO: Date 2026-09-09
[2026-09-11 01:02:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:02:03] Production.ERROR: done
[2026-09-11 01:02:03] Production.ERROR: tblTempVendorCDR_20
[2026-09-11 01:02:03] Production.INFO: Date 2026-09-10
[2026-09-11 01:02:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:02:04] Production.ERROR: done
[2026-09-11 01:02:04] Production.INFO: Date 2026-09-11
[2026-09-11 01:02:04] Production.INFO: Reseller ==> 0
[2026-09-11 01:02:04] Production.INFO: Total Charge 0
[2026-09-11 01:02:04] Production.INFO: CreateAllLog End
[2026-09-11 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-09-11 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-09-11 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-09-11 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-09-11 01:02:04] Production.INFO: ==25616== Releasing lock...
[2026-09-11 01:02:04] Production.INFO: pbxaccountusage-command-pbxaccountusage-companyid-1-cronjobid-16 #Stops#
[2026-09-11 01:02:04] Production.INFO: 27.25 MB #Memory Used#
[2026-09-11 01:02:04] Production.INFO: Account Balance End.
[2026-09-11 01:02:04] Production.ERROR: CronJobId end 12
[2026-09-11 01:02:04] Production.INFO: ==25614== Releasing lock...
[2026-09-11 01:02:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 01:02:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 01:02:04] Production.INFO: ==25610== Releasing lock...
[2026-09-11 01:02:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 01:02:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 01:02:13] Production.ERROR: CronJobId end10
[2026-09-11 01:02:13] Production.INFO: ==25612== Releasing lock...
[2026-09-11 01:02:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 01:02:13] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 01:02:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 01:02:15] Production.INFO: ============== Balance Warning START===========
[2026-09-11 01:02:15] Production.INFO: ============== Balance Warning END===========
[2026-09-11 01:02:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 01:02:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 01:02:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 01:02:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 01:02:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 01:02:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 01:02:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 01:02:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 01:02:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 01:02:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 01:02:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 01:02:15] Production.INFO: call_cost start
[2026-09-11 01:02:15] Production.INFO: call_cost end
[2026-09-11 01:02:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 01:02:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 01:02:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 01:02:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 01:02:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 01:02:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 01:02:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 01:02:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 01:02:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 01:02:15] Production.INFO: ==25608== Releasing lock...
[2026-09-11 01:02:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 01:02:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 06:03:01] Production.INFO: ==25685== Lock acquired, processing the job...
[2026-09-11 06:03:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 06:03:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 06:03:01] Production.INFO: neon service started
[2026-09-11 06:03:01] Production.INFO: neon service started
[2026-09-11 06:03:01] Production.INFO: ==25685== Releasing lock...
[2026-09-11 06:03:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 06:03:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 01:03:02] Production.INFO: ==25688== Lock acquired, processing the job...
[2026-09-11 01:03:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 01:03:02] Production.INFO: ==25688== Releasing lock...
[2026-09-11 01:03:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 01:03:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 05:03:02] Production.INFO: ==25690== Lock acquired, processing the job...
[2026-09-11 05:03:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 05:03:02] Production.INFO: ==25690== Releasing lock...
[2026-09-11 05:03:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 05:03:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 01:03:03] Production.INFO: ==25692== Lock acquired, processing the job...
[2026-09-11 01:03:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 01:03:03] Production.INFO: ==25694== Lock acquired, processing the job...
[2026-09-11 01:03:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 01:03:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 01:03:03] Production.INFO: ==25698== Lock acquired, processing the job...
[2026-09-11 01:03:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 01:03:03] Production.INFO: ==25696== Lock acquired, processing the job...
[2026-09-11 01:03:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 01:03:03] Production.INFO: ==25700== Lock acquired, processing the job...
[2026-09-11 01:03:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 01:03:03] Production.INFO: Account Balance Start.
[2026-09-11 01:03:03] Production.INFO: CreateAllLog Start
[2026-09-11 01:03:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 01:03:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 01:03:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 01:03:03] Production.INFO: 117
[2026-09-11 01:03:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 01:03:03] Production.INFO: Date 2026-09-08
[2026-09-11 01:03:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:03:03] Production.INFO: Date 2026-09-09
[2026-09-11 01:03:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 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-09-11 01:03:03] Production.INFO: ==25700== Releasing lock...
[2026-09-11 01:03:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 01:03:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 01:03:03] Production.INFO: Date 2026-09-10
[2026-09-11 01:03:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:03:03] Production.INFO: Date 2026-09-11
[2026-09-11 01:03:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:03:03] Production.INFO: Total Charge 0
[2026-09-11 01:03:03] Production.INFO: CreateAllLog End
[2026-09-11 01:03:03] Production.INFO: Account Balance End.
[2026-09-11 01:03:03] Production.ERROR: CronJobId end 12
[2026-09-11 01:03:03] Production.INFO: ==25698== Releasing lock...
[2026-09-11 01:03:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 01:03:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 01:03:04] Production.INFO: ==25694== Releasing lock...
[2026-09-11 01:03:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 01:03:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 01:03:11] Production.ERROR: CronJobId end10
[2026-09-11 01:03:11] Production.INFO: ==25696== Releasing lock...
[2026-09-11 01:03:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 01:03:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 01:03:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 01:03:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 01:03:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 01:03:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 01:03:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 01:03:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 01:03:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 01:03:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 01:03:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 01:03:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 01:03:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 01:03:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 01:03:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 01:03:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 01:03:14] Production.INFO: call_cost start
[2026-09-11 01:03:14] Production.INFO: call_cost end
[2026-09-11 01:03:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 01:03:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 01:03:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 01:03:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 01:03:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 01:03:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 01:03:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 01:03:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 01:03:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 01:03:14] Production.INFO: ==25692== Releasing lock...
[2026-09-11 01:03:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 01:03:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 06:04:02] Production.INFO: ==25765== Lock acquired, processing the job...
[2026-09-11 06:04:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 06:04:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 06:04:02] Production.INFO: neon service started
[2026-09-11 06:04:02] Production.INFO: neon service started
[2026-09-11 06:04:02] Production.INFO: ==25765== Releasing lock...
[2026-09-11 06:04:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 06:04:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 01:04:03] Production.INFO: ==25768== Lock acquired, processing the job...
[2026-09-11 01:04:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 05:04:03] Production.INFO: ==25770== Lock acquired, processing the job...
[2026-09-11 05:04:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 05:04:03] Production.INFO: ==25770== Releasing lock...
[2026-09-11 05:04:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 05:04:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 01:04:03] Production.INFO: ==25768== Releasing lock...
[2026-09-11 01:04:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 01:04:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 01:04:04] Production.INFO: ==25774== Lock acquired, processing the job...
[2026-09-11 01:04:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 01:04:04] Production.INFO: ==25772== Lock acquired, processing the job...
[2026-09-11 01:04:04] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 01:04:04] Production.INFO: ==25780== Lock acquired, processing the job...
[2026-09-11 01:04:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 01:04:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 01:04:04] Production.INFO: ==25776== Lock acquired, processing the job...
[2026-09-11 01:04:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 01:04:04] Production.INFO: ==25778== Lock acquired, processing the job...
[2026-09-11 01:04:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 01:04:04] Production.INFO: Account Balance Start.
[2026-09-11 01: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-09-11 01:04:04] Production.INFO: CreateAllLog Start
[2026-09-11 01:04:04] Production.INFO: 117
[2026-09-11 01:04:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 01:04:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 01:04:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 01:04:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 01: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-09-11 01:04:04] Production.INFO: Date 2026-09-08
[2026-09-11 01: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-09-11 01:04:04] Production.INFO: Reseller ==> 0
[2026-09-11 01:04:04] Production.INFO: ==25780== Releasing lock...
[2026-09-11 01:04:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 01:04:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 01:04:04] Production.INFO: Date 2026-09-09
[2026-09-11 01:04:04] Production.INFO: Reseller ==> 0
[2026-09-11 01:04:04] Production.INFO: Date 2026-09-10
[2026-09-11 01:04:04] Production.INFO: Reseller ==> 0
[2026-09-11 01:04:04] Production.INFO: Date 2026-09-11
[2026-09-11 01:04:04] Production.INFO: Reseller ==> 0
[2026-09-11 01:04:04] Production.INFO: Total Charge 0
[2026-09-11 01:04:04] Production.INFO: CreateAllLog End
[2026-09-11 01:04:04] Production.INFO: Account Balance End.
[2026-09-11 01:04:04] Production.ERROR: CronJobId end 12
[2026-09-11 01:04:04] Production.INFO: ==25778== Releasing lock...
[2026-09-11 01:04:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 01:04:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 01:04:04] Production.INFO: ==25774== Releasing lock...
[2026-09-11 01:04:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 01:04:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 01:04:12] Production.ERROR: CronJobId end10
[2026-09-11 01:04:12] Production.INFO: ==25776== Releasing lock...
[2026-09-11 01:04:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 01:04:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 01:04:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 01:04:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 01:04:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 01:04:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 01:04:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 01:04:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 01:04:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 01:04:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 01:04:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 01:04:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 01:04:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 01:04:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 01:04:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 01:04:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 01:04:14] Production.INFO: call_cost start
[2026-09-11 01:04:14] Production.INFO: call_cost end
[2026-09-11 01:04:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 01:04:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 01:04:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 01:04:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 01:04:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 01:04:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 01:04:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 01:04:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 01:04:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 01:04:14] Production.INFO: ==25772== Releasing lock...
[2026-09-11 01:04:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 01:04:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 06:05:01] Production.INFO: ==25849== Lock acquired, processing the job...
[2026-09-11 06:05:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 06:05:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 06:05:01] Production.INFO: neon service started
[2026-09-11 06:05:01] Production.INFO: neon service started
[2026-09-11 06:05:01] Production.INFO: ==25849== Releasing lock...
[2026-09-11 06:05:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 06:05:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 05:05:02] Production.INFO: ==25853== Lock acquired, processing the job...
[2026-09-11 05:05:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 05:05:02] Production.INFO: ==25853== Releasing lock...
[2026-09-11 05:05:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 05:05:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 01:05:02] Production.INFO: ==25851== Lock acquired, processing the job...
[2026-09-11 01:05:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 01:05:02] Production.INFO: ==25851== Releasing lock...
[2026-09-11 01:05:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 01:05:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 01:05:03] Production.INFO: ==25856== Lock acquired, processing the job...
[2026-09-11 01:05:03] Production.INFO: ==25860== Lock acquired, processing the job...
[2026-09-11 01:05:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 01:05:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-11 01:05:03] Production.INFO: ==25858== Lock acquired, processing the job...
[2026-09-11 01:05:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 01:05:03] Production.INFO: ==25864== Lock acquired, processing the job...
[2026-09-11 01:05:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 01:05:03] Production.ERROR: ========================== active cronjob start =============================
[2026-09-11 01:05:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-11 01:05:03] Production.ERROR: CronJob PID - 25860
[2026-09-11 01:05:03] Production.ERROR: CronJob Title - Account Block
[2026-09-11 01:05:03] Production.ERROR: CronJob ID - 7
[2026-09-11 01:05:03] Production.ERROR: CronJob Last Run Time 2026-09-11 01:05:00
[2026-09-11 01:05:03] Production.ERROR: CronJob Active Minutes 0
[2026-09-11 01:05:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-11 01:05:03] Production.ERROR: ========================== active cronjob end =============================
[2026-09-11 01:05:03] Production.INFO: ==25856== Releasing lock...
[2026-09-11 01:05:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-11 01:05:03] Production.INFO: 25.5 MB #Memory Used#
[2026-09-11 01:05:03] Production.INFO: ==25868== Lock acquired, processing the job...
[2026-09-11 01:05:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 01:05:03] Production.INFO: ==25862== Lock acquired, processing the job...
[2026-09-11 01:05:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 01:05:03] Production.INFO: ==25866== Lock acquired, processing the job...
[2026-09-11 01:05:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-11 01:05:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 01:05:03] Production.INFO: Account Balance Start.
[2026-09-11 01:05:03] Production.INFO: CreateAllLog Start
[2026-09-11 01:05:03] Production.INFO: 117
[2026-09-11 01:05:03] Production.ERROR: tblTempUsageDetail_20
[2026-09-11 01:05:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 01:05:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 01:05:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 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-09-11 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-09-11 01:05:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 01:05:03] Production.INFO: Date 2026-09-08
[2026-09-11 01: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-09-11 01:05:04] Production.INFO: Reseller ==> 0
[2026-09-11 01:05:04] Production.INFO: ==25868== Releasing lock...
[2026-09-11 01:05:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 01:05:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 01:05:04] Production.INFO: Date 2026-09-09
[2026-09-11 01:05:04] Production.INFO: Reseller ==> 0
[2026-09-11 01:05:04] Production.INFO: Date 2026-09-10
[2026-09-11 01:05:04] Production.INFO: Reseller ==> 0
[2026-09-11 01:05:04] Production.INFO: Date 2026-09-11
[2026-09-11 01:05:04] Production.INFO: Reseller ==> 0
[2026-09-11 01:05:04] Production.ERROR: done
[2026-09-11 01:05:04] Production.INFO: Total Charge 0
[2026-09-11 01:05:04] Production.INFO: CreateAllLog End
[2026-09-11 01:05:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-11 01:05:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17981614', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) start
[2026-09-11 01:05:04] Production.INFO: Account Balance End.
[2026-09-11 01:05:04] Production.ERROR: CronJobId end 12
[2026-09-11 01:05:04] Production.INFO: ==25864== Releasing lock...
[2026-09-11 01:05:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 01:05:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 01:05:04] Production.INFO: ==25860== Releasing lock...
[2026-09-11 01:05:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 01:05:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 01:05:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17981614', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) end
[2026-09-11 01:05:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-11 01:05:10] Production.INFO: ProcessCDR(1,17981614,1,1,2)
[2026-09-11 01:05:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17981614,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 01:05:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17981614,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 01:05:10] Production.ERROR: pbx prc_insertCDR start
[2026-09-11 01:05:10] Production.ERROR: pbx prc_insertCDR end
[2026-09-11 01:05:10] Production.INFO: ==25866== Releasing lock...
[2026-09-11 01:05:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-11 01:05:10] Production.INFO: 26 MB #Memory Used#
[2026-09-11 01:05:13] Production.ERROR: CronJobId end10
[2026-09-11 01:05:13] Production.INFO: ==25862== Releasing lock...
[2026-09-11 01:05:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 01:05:13] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 01:05:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 01:05:16] Production.INFO: ============== Balance Warning START===========
[2026-09-11 01:05:16] Production.INFO: ============== Balance Warning END===========
[2026-09-11 01:05:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 01:05:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 01:05:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 01:05:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 01:05:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 01:05:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 01:05:16] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 01:05:16] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 01:05:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 01:05:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 01:05:16] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 01:05:16] Production.INFO: call_cost start
[2026-09-11 01:05:16] Production.INFO: call_cost end
[2026-09-11 01:05:16] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 01:05:16] Production.INFO: ============== Report Schedule START===========
[2026-09-11 01:05:16] Production.INFO: ============== Report Schedule END===========
[2026-09-11 01:05:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 01:05:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 01:05:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 01:05:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 01:05:16] Production.INFO: ============== Deal alert START===========
[2026-09-11 01:05:16] Production.INFO: ============== Deal alert END===========
[2026-09-11 01:05:16] Production.INFO: ==25858== Releasing lock...
[2026-09-11 01:05:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 01:05:16] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 06:06:02] Production.INFO: ==25930== Lock acquired, processing the job...
[2026-09-11 06:06:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 06:06:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 06:06:02] Production.INFO: neon service started
[2026-09-11 06:06:02] Production.INFO: neon service started
[2026-09-11 06:06:02] Production.INFO: ==25930== Releasing lock...
[2026-09-11 06:06:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 06:06:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 05:06:02] Production.INFO: ==25934== Lock acquired, processing the job...
[2026-09-11 05:06:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 05:06:02] Production.INFO: ==25934== Releasing lock...
[2026-09-11 05:06:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 05:06:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 01:06:02] Production.INFO: ==25932== Lock acquired, processing the job...
[2026-09-11 01:06:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 01:06:03] Production.INFO: ==25932== Releasing lock...
[2026-09-11 01:06:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 01:06:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 01:06:03] Production.INFO: ==25937== Lock acquired, processing the job...
[2026-09-11 01:06:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 01:06:03] Production.INFO: ==25939== Lock acquired, processing the job...
[2026-09-11 01:06:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 01:06:03] Production.INFO: ==25941== Lock acquired, processing the job...
[2026-09-11 01:06:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 01:06:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 01:06:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 01:06:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 01:06:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 01:06:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 01:06:03] Production.INFO: ==25943== Lock acquired, processing the job...
[2026-09-11 01:06:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 01:06:03] Production.INFO: ==25945== Lock acquired, processing the job...
[2026-09-11 01:06:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 01:06:04] Production.INFO: Account Balance Start.
[2026-09-11 01:06:04] Production.INFO: CreateAllLog Start
[2026-09-11 01:06:04] Production.INFO: 117
[2026-09-11 01:06:04] Production.INFO: Date 2026-09-08
[2026-09-11 01:06:04] Production.INFO: Reseller ==> 0
[2026-09-11 01:06:04] Production.INFO: Date 2026-09-09
[2026-09-11 01:06:04] Production.INFO: Reseller ==> 0
[2026-09-11 01:06:04] Production.INFO: Date 2026-09-10
[2026-09-11 01:06:04] Production.INFO: Reseller ==> 0
[2026-09-11 01: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-09-11 01: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-09-11 01: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-09-11 01:06:04] Production.INFO: ==25945== Releasing lock...
[2026-09-11 01:06:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 01:06:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 01:06:04] Production.INFO: Date 2026-09-11
[2026-09-11 01:06:04] Production.INFO: Reseller ==> 0
[2026-09-11 01:06:04] Production.INFO: Total Charge 0
[2026-09-11 01:06:04] Production.INFO: CreateAllLog End
[2026-09-11 01:06:04] Production.INFO: Account Balance End.
[2026-09-11 01:06:04] Production.ERROR: CronJobId end 12
[2026-09-11 01:06:04] Production.INFO: ==25943== Releasing lock...
[2026-09-11 01:06:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 01:06:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 01:06:04] Production.INFO: ==25939== Releasing lock...
[2026-09-11 01:06:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 01:06:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 01:06:12] Production.ERROR: CronJobId end10
[2026-09-11 01:06:12] Production.INFO: ==25941== Releasing lock...
[2026-09-11 01:06:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 01:06:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 01:06:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 01:06:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 01:06:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 01:06:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 01:06:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 01:06:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 01:06:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 01:06:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 01:06:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 01:06:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 01:06:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 01:06:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 01:06:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 01:06:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 01:06:15] Production.INFO: call_cost start
[2026-09-11 01:06:15] Production.INFO: call_cost end
[2026-09-11 01:06:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 01:06:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 01:06:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 01:06:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 01:06:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 01:06:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 01:06:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 01:06:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 01:06:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 01:06:15] Production.INFO: ==25937== Releasing lock...
[2026-09-11 01:06:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 01:06:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 06:07:01] Production.INFO: ==26017== Lock acquired, processing the job...
[2026-09-11 06:07:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 06:07:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 06:07:01] Production.INFO: neon service started
[2026-09-11 06:07:01] Production.INFO: neon service started
[2026-09-11 06:07:01] Production.INFO: ==26017== Releasing lock...
[2026-09-11 06:07:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 06:07:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 05:07:02] Production.INFO: ==26021== Lock acquired, processing the job...
[2026-09-11 05:07:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 05:07:02] Production.INFO: ==26021== Releasing lock...
[2026-09-11 05:07:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 05:07:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 01:07:02] Production.INFO: ==26019== Lock acquired, processing the job...
[2026-09-11 01:07:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 01:07:02] Production.INFO: ==26019== Releasing lock...
[2026-09-11 01:07:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 01:07:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 01:07:03] Production.INFO: ==26028== Lock acquired, processing the job...
[2026-09-11 01:07:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 01:07:03] Production.INFO: ==26024== Lock acquired, processing the job...
[2026-09-11 01:07:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 01:07:03] Production.INFO: ==26026== Lock acquired, processing the job...
[2026-09-11 01:07:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 01:07:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 01:07:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 01:07:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 01:07:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 01:07:03] Production.INFO: ==26030== Lock acquired, processing the job...
[2026-09-11 01:07:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 01:07:03] Production.INFO: ==26032== Lock acquired, processing the job...
[2026-09-11 01:07:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 01:07:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 01:07:03] Production.INFO: Account Balance Start.
[2026-09-11 01:07:03] Production.INFO: CreateAllLog Start
[2026-09-11 01:07:03] Production.INFO: 117
[2026-09-11 01:07:03] Production.INFO: Date 2026-09-08
[2026-09-11 01:07:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 01:07:03] Production.INFO: Date 2026-09-09
[2026-09-11 01:07:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 01:07:03] Production.INFO: ==26032== Releasing lock...
[2026-09-11 01:07:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 01:07:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 01:07:03] Production.INFO: Date 2026-09-10
[2026-09-11 01:07:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:07:03] Production.INFO: Date 2026-09-11
[2026-09-11 01:07:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:07:03] Production.INFO: Total Charge 0
[2026-09-11 01:07:03] Production.INFO: CreateAllLog End
[2026-09-11 01:07:03] Production.INFO: Account Balance End.
[2026-09-11 01:07:04] Production.ERROR: CronJobId end 12
[2026-09-11 01:07:04] Production.INFO: ==26030== Releasing lock...
[2026-09-11 01:07:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 01:07:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 01:07:04] Production.INFO: ==26026== Releasing lock...
[2026-09-11 01:07:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 01:07:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 01:07:11] Production.ERROR: CronJobId end10
[2026-09-11 01:07:11] Production.INFO: ==26028== Releasing lock...
[2026-09-11 01:07:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 01:07:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 01:07:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 01:07:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 01:07:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 01:07:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 01:07:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 01:07:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 01:07:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 01:07:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 01:07:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 01:07:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 01:07:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 01:07:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 01:07:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 01:07:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 01:07:14] Production.INFO: call_cost start
[2026-09-11 01:07:14] Production.INFO: call_cost end
[2026-09-11 01:07:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 01:07:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 01:07:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 01:07:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 01:07:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 01:07:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 01:07:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 01:07:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 01:07:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 01:07:14] Production.INFO: ==26024== Releasing lock...
[2026-09-11 01:07:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 01:07:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 06:08:02] Production.INFO: ==26091== Lock acquired, processing the job...
[2026-09-11 06:08:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 06:08:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 06:08:02] Production.INFO: neon service started
[2026-09-11 06:08:02] Production.INFO: neon service started
[2026-09-11 06:08:02] Production.INFO: ==26091== Releasing lock...
[2026-09-11 06:08:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 06:08:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 01:08:02] Production.INFO: ==26093== Lock acquired, processing the job...
[2026-09-11 01:08:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 05:08:02] Production.INFO: ==26095== Lock acquired, processing the job...
[2026-09-11 05:08:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 05:08:02] Production.INFO: ==26095== Releasing lock...
[2026-09-11 05:08:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 05:08:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 01:08:03] Production.INFO: ==26093== Releasing lock...
[2026-09-11 01:08:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 01:08:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 01:08:03] Production.INFO: ==26106== Lock acquired, processing the job...
[2026-09-11 01:08:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 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-09-11 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-09-11 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-09-11 01:08:03] Production.INFO: ==26098== Lock acquired, processing the job...
[2026-09-11 01:08:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 01:08:03] Production.INFO: ==26106== Releasing lock...
[2026-09-11 01:08:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 01:08:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 01:08:04] Production.INFO: ==26100== Lock acquired, processing the job...
[2026-09-11 01:08:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 01:08:04] Production.INFO: ==26102== Lock acquired, processing the job...
[2026-09-11 01:08:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 01:08:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 01:08:04] Production.INFO: ==26104== Lock acquired, processing the job...
[2026-09-11 01:08:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 01:08:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 01:08:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 01:08:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 01:08:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 01:08:04] Production.INFO: Account Balance Start.
[2026-09-11 01:08:04] Production.INFO: CreateAllLog Start
[2026-09-11 01:08:04] Production.INFO: 117
[2026-09-11 01:08:04] Production.INFO: Date 2026-09-08
[2026-09-11 01:08:04] Production.INFO: Reseller ==> 0
[2026-09-11 01:08:04] Production.INFO: Date 2026-09-09
[2026-09-11 01:08:04] Production.INFO: Reseller ==> 0
[2026-09-11 01:08:04] Production.INFO: Date 2026-09-10
[2026-09-11 01:08:04] Production.INFO: Reseller ==> 0
[2026-09-11 01:08:04] Production.INFO: Date 2026-09-11
[2026-09-11 01:08:04] Production.INFO: Reseller ==> 0
[2026-09-11 01:08:04] Production.INFO: Total Charge 0
[2026-09-11 01:08:04] Production.INFO: CreateAllLog End
[2026-09-11 01:08:04] Production.INFO: Account Balance End.
[2026-09-11 01:08:04] Production.ERROR: CronJobId end 12
[2026-09-11 01:08:04] Production.INFO: ==26104== Releasing lock...
[2026-09-11 01:08:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 01:08:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 01:08:04] Production.INFO: ==26100== Releasing lock...
[2026-09-11 01:08:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 01:08:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 01:08:12] Production.ERROR: CronJobId end10
[2026-09-11 01:08:12] Production.INFO: ==26102== Releasing lock...
[2026-09-11 01:08:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 01:08:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 01:08:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 01:08:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 01:08:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 01:08:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 01:08:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 01:08:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 01:08:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 01:08:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 01:08:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 01:08:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 01:08:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 01:08:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 01:08:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 01:08:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 01:08:14] Production.INFO: call_cost start
[2026-09-11 01:08:14] Production.INFO: call_cost end
[2026-09-11 01:08:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 01:08:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 01:08:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 01:08:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 01:08:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 01:08:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 01:08:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 01:08:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 01:08:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 01:08:14] Production.INFO: ==26098== Releasing lock...
[2026-09-11 01:08:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 01:08:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 06:09:01] Production.INFO: ==26166== Lock acquired, processing the job...
[2026-09-11 06:09:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 06:09:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 06:09:01] Production.INFO: neon service started
[2026-09-11 06:09:01] Production.INFO: neon service started
[2026-09-11 06:09:01] Production.INFO: ==26166== Releasing lock...
[2026-09-11 06:09:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 06:09:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 05:09:02] Production.INFO: ==26170== Lock acquired, processing the job...
[2026-09-11 05:09:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 01:09:02] Production.INFO: ==26168== Lock acquired, processing the job...
[2026-09-11 01:09:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 05:09:02] Production.INFO: ==26170== Releasing lock...
[2026-09-11 05:09:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 05:09:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 01:09:02] Production.INFO: ==26168== Releasing lock...
[2026-09-11 01:09:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 01:09:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 01:09:03] Production.INFO: ==26174== Lock acquired, processing the job...
[2026-09-11 01:09:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 01:09:03] Production.INFO: ==26176== Lock acquired, processing the job...
[2026-09-11 01:09:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 01:09:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 01:09:03] Production.INFO: ==26180== Lock acquired, processing the job...
[2026-09-11 01:09:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 01:09:03] Production.INFO: ==26178== Lock acquired, processing the job...
[2026-09-11 01:09:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 01:09:03] Production.INFO: ==26183== Lock acquired, processing the job...
[2026-09-11 01:09:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 01:09:03] Production.INFO: Account Balance Start.
[2026-09-11 01:09:03] Production.INFO: CreateAllLog Start
[2026-09-11 01:09:03] Production.INFO: 117
[2026-09-11 01:09:03] Production.INFO: Date 2026-09-08
[2026-09-11 01:09:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:09:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 01:09:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 01:09:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 01:09:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 01:09:03] Production.INFO: Date 2026-09-09
[2026-09-11 01:09:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 01:09:03] Production.INFO: Date 2026-09-10
[2026-09-11 01:09:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 01:09:03] Production.INFO: Date 2026-09-11
[2026-09-11 01:09:03] Production.INFO: ==26183== Releasing lock...
[2026-09-11 01:09:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 01:09:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 01:09:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:09:03] Production.INFO: Total Charge 0
[2026-09-11 01:09:03] Production.INFO: CreateAllLog End
[2026-09-11 01:09:03] Production.INFO: Account Balance End.
[2026-09-11 01:09:03] Production.ERROR: CronJobId end 12
[2026-09-11 01:09:03] Production.INFO: ==26180== Releasing lock...
[2026-09-11 01:09:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 01:09:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 01:09:04] Production.INFO: ==26176== Releasing lock...
[2026-09-11 01:09:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 01:09:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 01:09:11] Production.ERROR: CronJobId end10
[2026-09-11 01:09:11] Production.INFO: ==26178== Releasing lock...
[2026-09-11 01:09:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 01:09:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 01:09:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 01:09:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 01:09:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 01:09:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 01:09:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 01:09:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 01:09:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 01:09:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 01:09:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 01:09:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 01:09:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 01:09:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 01:09:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 01:09:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 01:09:14] Production.INFO: call_cost start
[2026-09-11 01:09:14] Production.INFO: call_cost end
[2026-09-11 01:09:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 01:09:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 01:09:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 01:09:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 01:09:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 01:09:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 01:09:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 01:09:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 01:09:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 01:09:14] Production.INFO: ==26174== Releasing lock...
[2026-09-11 01:09:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 01:09:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 06:10:01] Production.INFO: ==26254== Lock acquired, processing the job...
[2026-09-11 06:10:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 06:10:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 06:10:02] Production.INFO: neon service started
[2026-09-11 06:10:02] Production.INFO: neon service started
[2026-09-11 06:10:02] Production.INFO: ==26254== Releasing lock...
[2026-09-11 06:10:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 06:10:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 01:10:02] Production.INFO: ==26256== Lock acquired, processing the job...
[2026-09-11 01:10:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 01:10:02] Production.INFO: ==26256== Releasing lock...
[2026-09-11 01:10:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 01:10:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 05:10:02] Production.INFO: ==26258== Lock acquired, processing the job...
[2026-09-11 05:10:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 05:10:02] Production.INFO: ==26258== Releasing lock...
[2026-09-11 05:10:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 05:10:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 01:10:03] Production.INFO: ==26268== Lock acquired, processing the job...
[2026-09-11 01:10:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 01:10:03] Production.INFO: ==26264== Lock acquired, processing the job...
[2026-09-11 01:10:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 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-09-11 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-09-11 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-09-11 01:10:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 01:10:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 01:10:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 01:10:03] Production.INFO: ==26268== Releasing lock...
[2026-09-11 01:10:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 01:10:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 01:10:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 01:10:03] Production.INFO: ==26260== Lock acquired, processing the job...
[2026-09-11 01:10:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 01:10:03] Production.INFO: ==26262== Lock acquired, processing the job...
[2026-09-11 01:10:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 01:10:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 01:10:03] Production.INFO: ==26266== Lock acquired, processing the job...
[2026-09-11 01:10:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 01:10:03] Production.INFO: Account Balance Start.
[2026-09-11 01:10:03] Production.INFO: CreateAllLog Start
[2026-09-11 01:10:03] Production.INFO: 117
[2026-09-11 01:10:03] Production.INFO: Date 2026-09-08
[2026-09-11 01:10:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:10:04] Production.INFO: Date 2026-09-09
[2026-09-11 01:10:04] Production.INFO: Reseller ==> 0
[2026-09-11 01:10:04] Production.INFO: Date 2026-09-10
[2026-09-11 01:10:04] Production.INFO: Reseller ==> 0
[2026-09-11 01:10:04] Production.INFO: Date 2026-09-11
[2026-09-11 01:10:04] Production.INFO: Reseller ==> 0
[2026-09-11 01:10:04] Production.INFO: Total Charge 0
[2026-09-11 01:10:04] Production.INFO: CreateAllLog End
[2026-09-11 01:10:04] Production.INFO: ==26262== Releasing lock...
[2026-09-11 01:10:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 01:10:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 01:10:04] Production.INFO: Account Balance End.
[2026-09-11 01:10:04] Production.ERROR: CronJobId end 12
[2026-09-11 01:10:04] Production.INFO: ==26266== Releasing lock...
[2026-09-11 01:10:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 01:10:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 01:10:11] Production.ERROR: CronJobId end10
[2026-09-11 01:10:11] Production.INFO: ==26264== Releasing lock...
[2026-09-11 01:10:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 01:10:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 01:10:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 01:10:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 01:10:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 01:10:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 01:10:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 01:10:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 01:10:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 01:10:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 01:10:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 01:10:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 01:10:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 01:10:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 01:10:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 01:10:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 01:10:15] Production.INFO: call_cost start
[2026-09-11 01:10:15] Production.INFO: call_cost end
[2026-09-11 01:10:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 01:10:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 01:10:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 01:10:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 01:10:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 01:10:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 01:10:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 01:10:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 01:10:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 01:10:15] Production.INFO: ==26260== Releasing lock...
[2026-09-11 01:10:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 01:10:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 06:11:01] Production.INFO: ==26335== Lock acquired, processing the job...
[2026-09-11 06:11:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 06:11:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 06:11:01] Production.INFO: neon service started
[2026-09-11 06:11:01] Production.INFO: neon service started
[2026-09-11 06:11:01] Production.INFO: ==26335== Releasing lock...
[2026-09-11 06:11:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 06:11:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 01:11:01] Production.INFO: ==26337== Lock acquired, processing the job...
[2026-09-11 01:11:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 01:11:02] Production.INFO: ==26337== Releasing lock...
[2026-09-11 01:11:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 01:11:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 05:11:02] Production.INFO: ==26339== Lock acquired, processing the job...
[2026-09-11 05:11:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 05:11:02] Production.INFO: ==26339== Releasing lock...
[2026-09-11 05:11:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 05:11:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 01:11:02] Production.INFO: ==26350== Lock acquired, processing the job...
[2026-09-11 01:11:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 01:11:03] Production.INFO: ==26341== Lock acquired, processing the job...
[2026-09-11 01:11:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 01:11:03] Production.INFO: ==26343== Lock acquired, processing the job...
[2026-09-11 01:11:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 01: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-09-11 01:11:03] Production.INFO: ==26345== Lock acquired, processing the job...
[2026-09-11 01:11:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 01: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-09-11 01: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-09-11 01:11:03] Production.INFO: ==26350== Releasing lock...
[2026-09-11 01:11:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 01:11:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 01:11:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 01:11:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 01:11:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 01:11:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 01:11:03] Production.INFO: ==26348== Lock acquired, processing the job...
[2026-09-11 01:11:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 01:11:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 01:11:03] Production.INFO: Account Balance Start.
[2026-09-11 01:11:03] Production.INFO: CreateAllLog Start
[2026-09-11 01:11:03] Production.INFO: 117
[2026-09-11 01:11:03] Production.INFO: Date 2026-09-08
[2026-09-11 01:11:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:11:03] Production.INFO: Date 2026-09-09
[2026-09-11 01:11:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:11:03] Production.INFO: Date 2026-09-10
[2026-09-11 01:11:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:11:03] Production.INFO: Date 2026-09-11
[2026-09-11 01:11:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:11:03] Production.INFO: Total Charge 0
[2026-09-11 01:11:03] Production.INFO: CreateAllLog End
[2026-09-11 01:11:03] Production.INFO: Account Balance End.
[2026-09-11 01:11:03] Production.ERROR: CronJobId end 12
[2026-09-11 01:11:03] Production.INFO: ==26348== Releasing lock...
[2026-09-11 01:11:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 01:11:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 01:11:04] Production.INFO: ==26343== Releasing lock...
[2026-09-11 01:11:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 01:11:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 01:11:10] Production.ERROR: CronJobId end10
[2026-09-11 01:11:10] Production.INFO: ==26345== Releasing lock...
[2026-09-11 01:11:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 01:11:10] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 01:11:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 01:11:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 01:11:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 01:11:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 01:11:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 01:11:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 01:11:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 01:11:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 01:11:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 01:11:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 01:11:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 01:11:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 01:11:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 01:11:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 01:11:15] Production.INFO: call_cost start
[2026-09-11 01:11:15] Production.INFO: call_cost end
[2026-09-11 01:11:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 01:11:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 01:11:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 01:11:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 01:11:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 01:11:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 01:11:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 01:11:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 01:11:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 01:11:15] Production.INFO: ==26341== Releasing lock...
[2026-09-11 01:11:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 01:11:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 06:12:01] Production.INFO: ==26417== Lock acquired, processing the job...
[2026-09-11 06:12:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 06:12:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 06:12:01] Production.INFO: neon service started
[2026-09-11 06:12:01] Production.INFO: neon service started
[2026-09-11 06:12:01] Production.INFO: ==26417== Releasing lock...
[2026-09-11 06:12:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 06:12:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 01:12:02] Production.INFO: ==26419== Lock acquired, processing the job...
[2026-09-11 01:12:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 01:12:02] Production.INFO: ==26419== Releasing lock...
[2026-09-11 01:12:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 01:12:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 05:12:02] Production.INFO: ==26421== Lock acquired, processing the job...
[2026-09-11 05:12:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 05:12:02] Production.INFO: ==26421== Releasing lock...
[2026-09-11 05:12:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 05:12:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 01:12:03] Production.INFO: ==26423== Lock acquired, processing the job...
[2026-09-11 01:12:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 01:12:03] Production.INFO: ==26425== Lock acquired, processing the job...
[2026-09-11 01:12:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 01:12:03] Production.INFO: ==26427== Lock acquired, processing the job...
[2026-09-11 01:12:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 01:12:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 01:12:03] Production.INFO: ==26431== Lock acquired, processing the job...
[2026-09-11 01:12:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 01:12:03] Production.INFO: ==26429== Lock acquired, processing the job...
[2026-09-11 01:12:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 01:12:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 01:12:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 01:12:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 01:12:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 01:12:03] Production.INFO: Account Balance Start.
[2026-09-11 01:12:03] Production.INFO: CreateAllLog Start
[2026-09-11 01:12:03] Production.INFO: 117
[2026-09-11 01:12:03] Production.INFO: Date 2026-09-08
[2026-09-11 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-09-11 01:12:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 01:12:03] Production.INFO: ==26431== Releasing lock...
[2026-09-11 01:12:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 01:12:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 01:12:03] Production.INFO: Date 2026-09-09
[2026-09-11 01:12:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:12:03] Production.INFO: Date 2026-09-10
[2026-09-11 01:12:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:12:03] Production.INFO: Date 2026-09-11
[2026-09-11 01:12:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:12:03] Production.INFO: Total Charge 0
[2026-09-11 01:12:03] Production.INFO: CreateAllLog End
[2026-09-11 01:12:04] Production.INFO: Account Balance End.
[2026-09-11 01:12:04] Production.ERROR: CronJobId end 12
[2026-09-11 01:12:04] Production.INFO: ==26429== Releasing lock...
[2026-09-11 01:12:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 01:12:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 01:12:04] Production.INFO: ==26425== Releasing lock...
[2026-09-11 01:12:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 01:12:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 01:12:11] Production.ERROR: CronJobId end10
[2026-09-11 01:12:11] Production.INFO: ==26427== Releasing lock...
[2026-09-11 01:12:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 01:12:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 01:12:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 01:12:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 01:12:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 01:12:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 01:12:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 01:12:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 01:12:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 01:12:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 01:12:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 01:12:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 01:12:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 01:12:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 01:12:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 01:12:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 01:12:13] Production.INFO: call_cost start
[2026-09-11 01:12:13] Production.INFO: call_cost end
[2026-09-11 01:12:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 01:12:13] Production.INFO: ============== Report Schedule START===========
[2026-09-11 01:12:13] Production.INFO: ============== Report Schedule END===========
[2026-09-11 01:12:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 01:12:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 01:12:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 01:12:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 01:12:13] Production.INFO: ============== Deal alert START===========
[2026-09-11 01:12:13] Production.INFO: ============== Deal alert END===========
[2026-09-11 01:12:13] Production.INFO: ==26423== Releasing lock...
[2026-09-11 01:12:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 01:12:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 06:13:01] Production.INFO: ==26491== Lock acquired, processing the job...
[2026-09-11 06:13:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 06:13:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 06:13:01] Production.INFO: neon service started
[2026-09-11 06:13:01] Production.INFO: neon service started
[2026-09-11 06:13:01] Production.INFO: ==26491== Releasing lock...
[2026-09-11 06:13:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 06:13:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 05:13:01] Production.INFO: ==26495== Lock acquired, processing the job...
[2026-09-11 05:13:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 05:13:01] Production.INFO: ==26495== Releasing lock...
[2026-09-11 05:13:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 05:13:01] Production.INFO: 25 MB #Memory Used#
[2026-09-11 01:13:01] Production.INFO: ==26493== Lock acquired, processing the job...
[2026-09-11 01:13:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 01:13:02] Production.INFO: ==26493== Releasing lock...
[2026-09-11 01:13:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 01:13:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 01:13:02] Production.INFO: ==26499== Lock acquired, processing the job...
[2026-09-11 01:13:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 01:13:02] Production.INFO: ==26497== Lock acquired, processing the job...
[2026-09-11 01:13:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 01:13:02] Production.INFO: ==26501== Lock acquired, processing the job...
[2026-09-11 01:13:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 01:13:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 01:13:02] Production.INFO: ==26503== Lock acquired, processing the job...
[2026-09-11 01:13:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 01:13:02] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 01:13:02] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 01:13:02] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 01:13:02] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 01:13:02] Production.INFO: ==26505== Lock acquired, processing the job...
[2026-09-11 01:13:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 01:13:03] Production.INFO: Account Balance Start.
[2026-09-11 01:13:03] Production.INFO: CreateAllLog Start
[2026-09-11 01:13:03] Production.INFO: 117
[2026-09-11 01:13:03] Production.INFO: Date 2026-09-08
[2026-09-11 01:13:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:13:03] Production.INFO: Date 2026-09-09
[2026-09-11 01:13:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 01:13:03] Production.INFO: Date 2026-09-10
[2026-09-11 01:13:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 01:13:03] Production.INFO: Date 2026-09-11
[2026-09-11 01:13:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:13:03] Production.INFO: ==26505== Releasing lock...
[2026-09-11 01:13:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 01:13:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 01:13:03] Production.INFO: Total Charge 0
[2026-09-11 01:13:03] Production.INFO: CreateAllLog End
[2026-09-11 01:13:03] Production.INFO: Account Balance End.
[2026-09-11 01:13:03] Production.ERROR: CronJobId end 12
[2026-09-11 01:13:03] Production.INFO: ==26503== Releasing lock...
[2026-09-11 01:13:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 01:13:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 01:13:03] Production.INFO: ==26499== Releasing lock...
[2026-09-11 01:13:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 01:13:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 01:13:10] Production.ERROR: CronJobId end10
[2026-09-11 01:13:10] Production.INFO: ==26501== Releasing lock...
[2026-09-11 01:13:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 01:13:10] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 01:13:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 01:13:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 01:13:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 01:13:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 01:13:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 01:13:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 01:13:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 01:13:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 01:13:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 01:13:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 01:13:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 01:13:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 01:13:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 01:13:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 01:13:13] Production.INFO: call_cost start
[2026-09-11 01:13:13] Production.INFO: call_cost end
[2026-09-11 01:13:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 01:13:13] Production.INFO: ============== Report Schedule START===========
[2026-09-11 01:13:13] Production.INFO: ============== Report Schedule END===========
[2026-09-11 01:13:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 01:13:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 01:13:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 01:13:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 01:13:13] Production.INFO: ============== Deal alert START===========
[2026-09-11 01:13:13] Production.INFO: ============== Deal alert END===========
[2026-09-11 01:13:13] Production.INFO: ==26497== Releasing lock...
[2026-09-11 01:13:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 01:13:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 06:14:01] Production.INFO: ==26575== Lock acquired, processing the job...
[2026-09-11 06:14:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 06:14:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 06:14:01] Production.INFO: neon service started
[2026-09-11 06:14:01] Production.INFO: neon service started
[2026-09-11 06:14:01] Production.INFO: ==26575== Releasing lock...
[2026-09-11 06:14:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 06:14:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 01:14:02] Production.INFO: ==26577== Lock acquired, processing the job...
[2026-09-11 01:14:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 01:14:02] Production.INFO: ==26577== Releasing lock...
[2026-09-11 01:14:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 01:14:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 05:14:02] Production.INFO: ==26579== Lock acquired, processing the job...
[2026-09-11 05:14:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 05:14:02] Production.INFO: ==26579== Releasing lock...
[2026-09-11 05:14:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 05:14:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 01:14:02] Production.INFO: ==26582== Lock acquired, processing the job...
[2026-09-11 01:14:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 01:14:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 01:14:03] Production.INFO: ==26590== Lock acquired, processing the job...
[2026-09-11 01:14:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 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-09-11 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-09-11 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-09-11 01:14:03] Production.INFO: ==26590== Releasing lock...
[2026-09-11 01:14:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 01:14:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 01:14:03] Production.INFO: ==26586== Lock acquired, processing the job...
[2026-09-11 01:14:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 01:14:03] Production.INFO: ==26584== Lock acquired, processing the job...
[2026-09-11 01:14:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 01:14:03] Production.INFO: ==26588== Lock acquired, processing the job...
[2026-09-11 01:14:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 01:14:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 01:14:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 01:14:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 01:14:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 01:14:03] Production.INFO: Account Balance Start.
[2026-09-11 01:14:03] Production.INFO: CreateAllLog Start
[2026-09-11 01:14:03] Production.INFO: 117
[2026-09-11 01:14:03] Production.INFO: Date 2026-09-08
[2026-09-11 01:14:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:14:03] Production.INFO: Date 2026-09-09
[2026-09-11 01:14:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:14:03] Production.INFO: Date 2026-09-10
[2026-09-11 01:14:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:14:03] Production.INFO: Date 2026-09-11
[2026-09-11 01:14:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:14:03] Production.INFO: Total Charge 0
[2026-09-11 01:14:03] Production.INFO: CreateAllLog End
[2026-09-11 01:14:04] Production.INFO: Account Balance End.
[2026-09-11 01:14:04] Production.ERROR: CronJobId end 12
[2026-09-11 01:14:04] Production.INFO: ==26588== Releasing lock...
[2026-09-11 01:14:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 01:14:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 01:14:04] Production.INFO: ==26584== Releasing lock...
[2026-09-11 01:14:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 01:14:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 01:14:11] Production.ERROR: CronJobId end10
[2026-09-11 01:14:11] Production.INFO: ==26586== Releasing lock...
[2026-09-11 01:14:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 01:14:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 01:14:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 01:14:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 01:14:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 01:14:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 01:14:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 01:14:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 01:14:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 01:14:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 01:14:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 01:14:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 01:14:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 01:14:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 01:14:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 01:14:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 01:14:14] Production.INFO: call_cost start
[2026-09-11 01:14:14] Production.INFO: call_cost end
[2026-09-11 01:14:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 01:14:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 01:14:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 01:14:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 01:14:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 01:14:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 01:14:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 01:14:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 01:14:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 01:14:14] Production.INFO: ==26582== Releasing lock...
[2026-09-11 01:14:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 01:14:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 06:15:02] Production.INFO: ==26654== Lock acquired, processing the job...
[2026-09-11 06:15:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 06:15:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 06:15:02] Production.INFO: neon service started
[2026-09-11 06:15:02] Production.INFO: neon service started
[2026-09-11 06:15:02] Production.INFO: ==26654== Releasing lock...
[2026-09-11 06:15:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 06:15:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 01:15:02] Production.INFO: ==26656== Lock acquired, processing the job...
[2026-09-11 01:15:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 05:15:02] Production.INFO: ==26658== Lock acquired, processing the job...
[2026-09-11 05:15:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 05:15:02] Production.INFO: ==26658== Releasing lock...
[2026-09-11 05:15:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 05:15:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 01:15:03] Production.INFO: ==26656== Releasing lock...
[2026-09-11 01:15:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 01:15:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 01:15:03] Production.INFO: ==26661== Lock acquired, processing the job...
[2026-09-11 01:15:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-11 01:15:03] Production.ERROR: ========================== active cronjob start =============================
[2026-09-11 01:15:03] Production.INFO: ==26665== Lock acquired, processing the job...
[2026-09-11 01:15:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 01:15:03] Production.ERROR: ========================== active cronjob end =============================
[2026-09-11 01:15:03] Production.INFO: ==26661== Releasing lock...
[2026-09-11 01:15:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-11 01:15:03] Production.INFO: 25.5 MB #Memory Used#
[2026-09-11 01:15:04] Production.INFO: ==26669== Lock acquired, processing the job...
[2026-09-11 01:15:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 01:15:04] Production.INFO: Account Balance Start.
[2026-09-11 01:15:04] Production.INFO: CreateAllLog Start
[2026-09-11 01:15:04] Production.INFO: 117
[2026-09-11 01:15:04] Production.INFO: Date 2026-09-08
[2026-09-11 01:15:04] Production.INFO: Reseller ==> 0
[2026-09-11 01:15:04] Production.INFO: Date 2026-09-09
[2026-09-11 01:15:04] Production.INFO: Reseller ==> 0
[2026-09-11 01:15:04] Production.INFO: ==26663== Lock acquired, processing the job...
[2026-09-11 01:15:04] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 01:15:04] Production.INFO: Date 2026-09-10
[2026-09-11 01:15:04] Production.INFO: Reseller ==> 0
[2026-09-11 01:15:04] Production.INFO: ==26671== Lock acquired, processing the job...
[2026-09-11 01:15:04] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-11 01:15:04] Production.INFO: ==26667== Lock acquired, processing the job...
[2026-09-11 01:15:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 01:15:04] Production.INFO: Date 2026-09-11
[2026-09-11 01:15:04] Production.INFO: Reseller ==> 0
[2026-09-11 01:15:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 01:15:04] Production.ERROR: tblTempUsageDetail_20
[2026-09-11 01:15:04] Production.INFO: Total Charge 0
[2026-09-11 01:15:04] Production.INFO: ==26673== Lock acquired, processing the job...
[2026-09-11 01:15:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 01:15:04] Production.INFO: CreateAllLog End
[2026-09-11 01:15:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 01:15:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 01:15:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 01:15:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 01:15:04] Production.INFO: Account Balance End.
[2026-09-11 01:15:04] Production.ERROR: CronJobId end 12
[2026-09-11 01:15:04] Production.INFO: ==26669== Releasing lock...
[2026-09-11 01:15:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 01:15:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 01: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-09-11 01: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-09-11 01:15:04] Production.ERROR: done
[2026-09-11 01:15:04] Production.INFO: ==26665== Releasing lock...
[2026-09-11 01:15:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 01:15:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 01: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-09-11 01:15:04] Production.INFO: ==26673== Releasing lock...
[2026-09-11 01:15:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 01:15:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 01:15:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-11 01:15:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17981655', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) start
[2026-09-11 01:15:11] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17981655', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) end
[2026-09-11 01:15:11] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-11 01:15:11] Production.INFO: ProcessCDR(1,17981655,1,1,2)
[2026-09-11 01:15:11] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17981655,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 01:15:11] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17981655,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 01:15:11] Production.ERROR: pbx prc_insertCDR start
[2026-09-11 01:15:11] Production.ERROR: pbx prc_insertCDR end
[2026-09-11 01:15:11] Production.INFO: ==26671== Releasing lock...
[2026-09-11 01:15:11] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-11 01:15:11] Production.INFO: 26 MB #Memory Used#
[2026-09-11 01:15:14] Production.ERROR: CronJobId end10
[2026-09-11 01:15:14] Production.INFO: ==26667== Releasing lock...
[2026-09-11 01:15:14] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 01:15:14] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 01:15:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 01:15:16] Production.INFO: ============== Balance Warning START===========
[2026-09-11 01:15:16] Production.INFO: ============== Balance Warning END===========
[2026-09-11 01:15:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 01:15:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 01:15:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 01:15:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 01:15:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 01:15:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 01:15:16] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 01:15:16] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 01:15:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 01:15:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 01:15:16] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 01:15:17] Production.INFO: call_cost start
[2026-09-11 01:15:17] Production.INFO: call_cost end
[2026-09-11 01:15:17] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 01:15:17] Production.INFO: ============== Report Schedule START===========
[2026-09-11 01:15:17] Production.INFO: ============== Report Schedule END===========
[2026-09-11 01:15:17] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 01:15:17] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 01:15:17] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 01:15:17] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 01:15:17] Production.INFO: ============== Deal alert START===========
[2026-09-11 01:15:17] Production.INFO: ============== Deal alert END===========
[2026-09-11 01:15:17] Production.INFO: ==26663== Releasing lock...
[2026-09-11 01:15:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 01:15:17] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 06:16:01] Production.INFO: ==26734== Lock acquired, processing the job...
[2026-09-11 06:16:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 06:16:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 06:16:01] Production.INFO: neon service started
[2026-09-11 06:16:01] Production.INFO: neon service started
[2026-09-11 06:16:01] Production.INFO: ==26734== Releasing lock...
[2026-09-11 06:16:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 06:16:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 01:16:02] Production.INFO: ==26736== Lock acquired, processing the job...
[2026-09-11 01:16:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 01:16:02] Production.INFO: ==26736== Releasing lock...
[2026-09-11 01:16:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 01:16:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 05:16:02] Production.INFO: ==26738== Lock acquired, processing the job...
[2026-09-11 05:16:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 05:16:02] Production.INFO: ==26738== Releasing lock...
[2026-09-11 05:16:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 05:16:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 01:16:03] Production.INFO: ==26741== Lock acquired, processing the job...
[2026-09-11 01:16:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 01:16:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 01:16:03] Production.INFO: ==26743== Lock acquired, processing the job...
[2026-09-11 01:16:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 01:16:03] Production.INFO: ==26749== Lock acquired, processing the job...
[2026-09-11 01:16:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 01:16:03] Production.INFO: ==26747== Lock acquired, processing the job...
[2026-09-11 01:16:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 01:16:03] Production.INFO: ==26745== Lock acquired, processing the job...
[2026-09-11 01:16:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 01:16:03] Production.INFO: Account Balance Start.
[2026-09-11 01:16:03] Production.INFO: CreateAllLog Start
[2026-09-11 01:16:03] Production.INFO: 117
[2026-09-11 01:16:03] Production.INFO: Date 2026-09-08
[2026-09-11 01:16:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 01:16:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 01:16:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 01:16:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 01: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-09-11 01: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-09-11 01:16:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:16:03] Production.INFO: Date 2026-09-09
[2026-09-11 01:16:03] Production.INFO: Reseller ==> 0
[2026-09-11 01: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-09-11 01:16:03] Production.INFO: Date 2026-09-10
[2026-09-11 01:16:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:16:03] Production.INFO: ==26749== Releasing lock...
[2026-09-11 01:16:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 01:16:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 01:16:03] Production.INFO: Date 2026-09-11
[2026-09-11 01:16:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:16:03] Production.INFO: Total Charge 0
[2026-09-11 01:16:03] Production.INFO: CreateAllLog End
[2026-09-11 01:16:03] Production.INFO: Account Balance End.
[2026-09-11 01:16:03] Production.ERROR: CronJobId end 12
[2026-09-11 01:16:03] Production.INFO: ==26747== Releasing lock...
[2026-09-11 01:16:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 01:16:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 01:16:03] Production.INFO: ==26743== Releasing lock...
[2026-09-11 01:16:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 01:16:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 01:16:10] Production.ERROR: CronJobId end10
[2026-09-11 01:16:10] Production.INFO: ==26745== Releasing lock...
[2026-09-11 01:16:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 01:16:10] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 01:16:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 01:16:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 01:16:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 01:16:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 01:16:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 01:16:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 01:16:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 01:16:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 01:16:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 01:16:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 01:16:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 01:16:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 01:16:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 01:16:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 01:16:13] Production.INFO: call_cost start
[2026-09-11 01:16:13] Production.INFO: call_cost end
[2026-09-11 01:16:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 01:16:13] Production.INFO: ============== Report Schedule START===========
[2026-09-11 01:16:13] Production.INFO: ============== Report Schedule END===========
[2026-09-11 01:16:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 01:16:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 01:16:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 01:16:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 01:16:13] Production.INFO: ============== Deal alert START===========
[2026-09-11 01:16:13] Production.INFO: ============== Deal alert END===========
[2026-09-11 01:16:13] Production.INFO: ==26741== Releasing lock...
[2026-09-11 01:16:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 01:16:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 06:17:02] Production.INFO: ==26816== Lock acquired, processing the job...
[2026-09-11 06:17:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 06:17:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 06:17:02] Production.INFO: neon service started
[2026-09-11 06:17:02] Production.INFO: neon service started
[2026-09-11 06:17:02] Production.INFO: ==26816== Releasing lock...
[2026-09-11 06:17:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 06:17:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 01:17:02] Production.INFO: ==26818== Lock acquired, processing the job...
[2026-09-11 01:17:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 01:17:02] Production.INFO: ==26818== Releasing lock...
[2026-09-11 01:17:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 01:17:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 05:17:02] Production.INFO: ==26820== Lock acquired, processing the job...
[2026-09-11 05:17:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 05:17:02] Production.INFO: ==26820== Releasing lock...
[2026-09-11 05:17:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 05:17:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 01:17:03] Production.INFO: ==26822== Lock acquired, processing the job...
[2026-09-11 01:17:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 01:17:03] Production.INFO: ==26824== Lock acquired, processing the job...
[2026-09-11 01:17:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 01:17:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 01:17:03] Production.INFO: ==26826== Lock acquired, processing the job...
[2026-09-11 01:17:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 01:17:03] Production.INFO: ==26828== Lock acquired, processing the job...
[2026-09-11 01:17:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 01:17:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 01:17:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 01:17:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 01:17:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 01:17:03] Production.INFO: Account Balance Start.
[2026-09-11 01:17:03] Production.INFO: CreateAllLog Start
[2026-09-11 01:17:03] Production.INFO: 117
[2026-09-11 01:17:03] Production.INFO: Date 2026-09-08
[2026-09-11 01:17:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:17:03] Production.INFO: ==26830== Lock acquired, processing the job...
[2026-09-11 01:17:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 01:17:03] Production.INFO: Date 2026-09-09
[2026-09-11 01:17:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:17:03] Production.INFO: Date 2026-09-10
[2026-09-11 01:17:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 01:17:03] Production.INFO: Date 2026-09-11
[2026-09-11 01:17:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 01:17:03] Production.INFO: Total Charge 0
[2026-09-11 01:17:03] Production.INFO: ==26830== Releasing lock...
[2026-09-11 01:17:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 01:17:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 01:17:03] Production.INFO: CreateAllLog End
[2026-09-11 01:17:04] Production.INFO: Account Balance End.
[2026-09-11 01:17:04] Production.ERROR: CronJobId end 12
[2026-09-11 01:17:04] Production.INFO: ==26828== Releasing lock...
[2026-09-11 01:17:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 01:17:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 01:17:04] Production.INFO: ==26824== Releasing lock...
[2026-09-11 01:17:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 01:17:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 01:17:11] Production.ERROR: CronJobId end10
[2026-09-11 01:17:11] Production.INFO: ==26826== Releasing lock...
[2026-09-11 01:17:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 01:17:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 01:17:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 01:17:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 01:17:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 01:17:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 01:17:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 01:17:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 01:17:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 01:17:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 01:17:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 01:17:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 01:17:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 01:17:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 01:17:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 01:17:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 01:17:14] Production.INFO: call_cost start
[2026-09-11 01:17:14] Production.INFO: call_cost end
[2026-09-11 01:17:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 01:17:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 01:17:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 01:17:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 01:17:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 01:17:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 01:17:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 01:17:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 01:17:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 01:17:14] Production.INFO: ==26822== Releasing lock...
[2026-09-11 01:17:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 01:17:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 06:18:01] Production.INFO: ==26901== Lock acquired, processing the job...
[2026-09-11 06:18:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 06:18:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 06:18:01] Production.INFO: neon service started
[2026-09-11 06:18:01] Production.INFO: neon service started
[2026-09-11 06:18:01] Production.INFO: ==26901== Releasing lock...
[2026-09-11 06:18:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 06:18:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 01:18:01] Production.INFO: ==26903== Lock acquired, processing the job...
[2026-09-11 01:18:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 01:18:02] Production.INFO: ==26903== Releasing lock...
[2026-09-11 01:18:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 01:18:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 05:18:02] Production.INFO: ==26905== Lock acquired, processing the job...
[2026-09-11 05:18:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 05:18:02] Production.INFO: ==26905== Releasing lock...
[2026-09-11 05:18:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 05:18:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 01:18:02] Production.INFO: ==26909== Lock acquired, processing the job...
[2026-09-11 01:18:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 01:18:02] Production.INFO: ==26911== Lock acquired, processing the job...
[2026-09-11 01:18:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 01:18:02] Production.INFO: ==26913== Lock acquired, processing the job...
[2026-09-11 01:18:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 01:18:02] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 01:18:02] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 01:18:02] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 01:18:02] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 01:18:02] Production.INFO: ==26907== Lock acquired, processing the job...
[2026-09-11 01:18:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 01:18:03] Production.INFO: ==26915== Lock acquired, processing the job...
[2026-09-11 01:18:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 01:18:03] Production.INFO: Account Balance Start.
[2026-09-11 01:18:03] Production.INFO: CreateAllLog Start
[2026-09-11 01:18:03] Production.INFO: 117
[2026-09-11 01:18:03] Production.INFO: Date 2026-09-08
[2026-09-11 01:18:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 01:18:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 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-09-11 01:18:03] Production.INFO: ==26915== Releasing lock...
[2026-09-11 01:18:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 01:18:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 01:18:03] Production.INFO: Date 2026-09-09
[2026-09-11 01:18:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:18:03] Production.INFO: Date 2026-09-10
[2026-09-11 01:18:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:18:03] Production.INFO: Date 2026-09-11
[2026-09-11 01:18:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:18:03] Production.INFO: Total Charge 0
[2026-09-11 01:18:03] Production.INFO: CreateAllLog End
[2026-09-11 01:18:03] Production.INFO: ==26909== Releasing lock...
[2026-09-11 01:18:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 01:18:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 01:18:03] Production.INFO: Account Balance End.
[2026-09-11 01:18:03] Production.ERROR: CronJobId end 12
[2026-09-11 01:18:03] Production.INFO: ==26913== Releasing lock...
[2026-09-11 01:18:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 01:18:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 01:18:10] Production.ERROR: CronJobId end10
[2026-09-11 01:18:10] Production.INFO: ==26911== Releasing lock...
[2026-09-11 01:18:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 01:18:10] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 01:18:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 01:18:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 01:18:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 01:18:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 01:18:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 01:18:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 01:18:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 01:18:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 01:18:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 01:18:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 01:18:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 01:18:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 01:18:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 01:18:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 01:18:14] Production.INFO: call_cost start
[2026-09-11 01:18:14] Production.INFO: call_cost end
[2026-09-11 01:18:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 01:18:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 01:18:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 01:18:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 01:18:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 01:18:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 01:18:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 01:18:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 01:18:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 01:18:14] Production.INFO: ==26907== Releasing lock...
[2026-09-11 01:18:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 01:18:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 06:19:01] Production.INFO: ==26982== Lock acquired, processing the job...
[2026-09-11 06:19:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 06:19:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 06:19:01] Production.INFO: neon service started
[2026-09-11 06:19:01] Production.INFO: neon service started
[2026-09-11 06:19:01] Production.INFO: ==26982== Releasing lock...
[2026-09-11 06:19:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 06:19:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 01:19:02] Production.INFO: ==26984== Lock acquired, processing the job...
[2026-09-11 01:19:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 01:19:02] Production.INFO: ==26984== Releasing lock...
[2026-09-11 01:19:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 01:19:02] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 05:19:02] Production.INFO: ==26986== Lock acquired, processing the job...
[2026-09-11 05:19:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 05:19:02] Production.INFO: ==26986== Releasing lock...
[2026-09-11 05:19:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 05:19:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 01:19:03] Production.INFO: ==26988== Lock acquired, processing the job...
[2026-09-11 01:19:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 01:19:03] Production.INFO: ==26990== Lock acquired, processing the job...
[2026-09-11 01:19:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 01:19:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 01:19:03] Production.INFO: ==26992== Lock acquired, processing the job...
[2026-09-11 01:19:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 01:19:03] Production.INFO: ==26994== Lock acquired, processing the job...
[2026-09-11 01:19:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 01:19:03] Production.INFO: ==26996== Lock acquired, processing the job...
[2026-09-11 01:19:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 01:19:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 01:19:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 01:19:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 01:19:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 01:19:03] Production.INFO: Account Balance Start.
[2026-09-11 01:19:03] Production.INFO: CreateAllLog Start
[2026-09-11 01:19:03] Production.INFO: 117
[2026-09-11 01:19:03] Production.INFO: Date 2026-09-08
[2026-09-11 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-09-11 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-09-11 01:19:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 01:19:03] Production.INFO: ==26996== Releasing lock...
[2026-09-11 01:19:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 01:19:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 01:19:03] Production.INFO: Date 2026-09-09
[2026-09-11 01:19:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:19:03] Production.INFO: Date 2026-09-10
[2026-09-11 01:19:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:19:03] Production.INFO: Date 2026-09-11
[2026-09-11 01:19:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:19:03] Production.INFO: Total Charge 0
[2026-09-11 01:19:03] Production.INFO: CreateAllLog End
[2026-09-11 01:19:04] Production.INFO: Account Balance End.
[2026-09-11 01:19:04] Production.ERROR: CronJobId end 12
[2026-09-11 01:19:04] Production.INFO: ==26994== Releasing lock...
[2026-09-11 01:19:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 01:19:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 01:19:04] Production.INFO: ==26990== Releasing lock...
[2026-09-11 01:19:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 01:19:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 01:19:11] Production.ERROR: CronJobId end10
[2026-09-11 01:19:11] Production.INFO: ==26992== Releasing lock...
[2026-09-11 01:19:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 01:19:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 01:19:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 01:19:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 01:19:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 01:19:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 01:19:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 01:19:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 01:19:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 01:19:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 01:19:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 01:19:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 01:19:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 01:19:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 01:19:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 01:19:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 01:19:14] Production.INFO: call_cost start
[2026-09-11 01:19:14] Production.INFO: call_cost end
[2026-09-11 01:19:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 01:19:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 01:19:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 01:19:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 01:19:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 01:19:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 01:19:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 01:19:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 01:19:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 01:19:14] Production.INFO: ==26988== Releasing lock...
[2026-09-11 01:19:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 01:19:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 06:20:02] Production.INFO: ==27061== Lock acquired, processing the job...
[2026-09-11 06:20:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 06:20:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 06:20:02] Production.INFO: neon service started
[2026-09-11 06:20:02] Production.INFO: neon service started
[2026-09-11 06:20:02] Production.INFO: ==27061== Releasing lock...
[2026-09-11 06:20:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 06:20:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 05:20:02] Production.INFO: ==27065== Lock acquired, processing the job...
[2026-09-11 05:20:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 05:20:02] Production.INFO: ==27065== Releasing lock...
[2026-09-11 05:20:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 05:20:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 01:20:02] Production.INFO: ==27063== Lock acquired, processing the job...
[2026-09-11 01:20:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 01:20:03] Production.INFO: ==27063== Releasing lock...
[2026-09-11 01:20:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 01:20:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 01:20:03] Production.INFO: ==27068== Lock acquired, processing the job...
[2026-09-11 01:20:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 01:20:03] Production.INFO: ==27072== Lock acquired, processing the job...
[2026-09-11 01:20:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 01:20:03] Production.INFO: ==27076== Lock acquired, processing the job...
[2026-09-11 01:20:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 01:20:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 01:20:03] Production.INFO: ==27070== Lock acquired, processing the job...
[2026-09-11 01:20:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 01:20:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 01:20:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 01:20:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 01:20:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 01:20:03] Production.INFO: ==27074== Lock acquired, processing the job...
[2026-09-11 01:20:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 01:20:04] Production.INFO: Account Balance Start.
[2026-09-11 01:20:04] Production.INFO: CreateAllLog Start
[2026-09-11 01:20:04] Production.INFO: 117
[2026-09-11 01:20:04] Production.INFO: Date 2026-09-08
[2026-09-11 01: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-09-11 01: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-09-11 01:20:04] Production.INFO: Reseller ==> 0
[2026-09-11 01: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-09-11 01:20:04] Production.INFO: ==27076== Releasing lock...
[2026-09-11 01:20:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 01:20:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 01:20:04] Production.INFO: Date 2026-09-09
[2026-09-11 01:20:04] Production.INFO: Reseller ==> 0
[2026-09-11 01:20:04] Production.INFO: Date 2026-09-10
[2026-09-11 01:20:04] Production.INFO: Reseller ==> 0
[2026-09-11 01:20:04] Production.INFO: Date 2026-09-11
[2026-09-11 01:20:04] Production.INFO: Reseller ==> 0
[2026-09-11 01:20:04] Production.INFO: Total Charge 0
[2026-09-11 01:20:04] Production.INFO: CreateAllLog End
[2026-09-11 01:20:04] Production.INFO: Account Balance End.
[2026-09-11 01:20:04] Production.ERROR: CronJobId end 12
[2026-09-11 01:20:04] Production.INFO: ==27074== Releasing lock...
[2026-09-11 01:20:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 01:20:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 01:20:05] Production.INFO: ==27070== Releasing lock...
[2026-09-11 01:20:05] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 01:20:05] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 01:20:11] Production.ERROR: CronJobId end10
[2026-09-11 01:20:11] Production.INFO: ==27072== Releasing lock...
[2026-09-11 01:20:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 01:20:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 01:20:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 01:20:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 01:20:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 01:20:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 01:20:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 01:20:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 01:20:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 01:20:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 01:20:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 01:20:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 01:20:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 01:20:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 01:20:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 01:20:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 01:20:14] Production.INFO: call_cost start
[2026-09-11 01:20:14] Production.INFO: call_cost end
[2026-09-11 01:20:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 01:20:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 01:20:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 01:20:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 01:20:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 01:20:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 01:20:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 01:20:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 01:20:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 01:20:14] Production.INFO: ==27068== Releasing lock...
[2026-09-11 01:20:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 01:20:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 06:21:01] Production.INFO: ==27146== Lock acquired, processing the job...
[2026-09-11 06:21:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 06:21:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 06:21:01] Production.INFO: neon service started
[2026-09-11 06:21:01] Production.INFO: neon service started
[2026-09-11 06:21:01] Production.INFO: ==27146== Releasing lock...
[2026-09-11 06:21:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 06:21:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 01:21:02] Production.INFO: ==27148== Lock acquired, processing the job...
[2026-09-11 01:21:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 01:21:02] Production.INFO: ==27148== Releasing lock...
[2026-09-11 01:21:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 01:21:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 05:21:02] Production.INFO: ==27150== Lock acquired, processing the job...
[2026-09-11 05:21:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 05:21:02] Production.INFO: ==27150== Releasing lock...
[2026-09-11 05:21:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 05:21:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 01:21:03] Production.INFO: ==27156== Lock acquired, processing the job...
[2026-09-11 01:21:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 01:21:03] Production.INFO: ==27152== Lock acquired, processing the job...
[2026-09-11 01:21:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 01:21:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 01:21:03] Production.INFO: ==27154== Lock acquired, processing the job...
[2026-09-11 01:21:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 01:21:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 01:21:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 01:21:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 01:21:03] Production.INFO: ==27158== Lock acquired, processing the job...
[2026-09-11 01:21:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 01:21:03] Production.INFO: Account Balance Start.
[2026-09-11 01:21:03] Production.INFO: CreateAllLog Start
[2026-09-11 01:21:03] Production.INFO: 117
[2026-09-11 01:21:03] Production.INFO: Date 2026-09-08
[2026-09-11 01:21:03] Production.INFO: ==27160== Lock acquired, processing the job...
[2026-09-11 01:21:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 01:21:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:21:03] Production.INFO: Date 2026-09-09
[2026-09-11 01:21:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 01:21:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:21:03] Production.INFO: Date 2026-09-10
[2026-09-11 01:21:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 01: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-09-11 01:21:03] Production.INFO: ==27160== Releasing lock...
[2026-09-11 01:21:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 01:21:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 01:21:03] Production.INFO: Date 2026-09-11
[2026-09-11 01:21:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:21:03] Production.INFO: Total Charge 0
[2026-09-11 01:21:03] Production.INFO: CreateAllLog End
[2026-09-11 01:21:03] Production.INFO: Account Balance End.
[2026-09-11 01:21:03] Production.ERROR: CronJobId end 12
[2026-09-11 01:21:03] Production.INFO: ==27158== Releasing lock...
[2026-09-11 01:21:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 01:21:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 01:21:04] Production.INFO: ==27154== Releasing lock...
[2026-09-11 01:21:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 01:21:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 01:21:10] Production.ERROR: CronJobId end10
[2026-09-11 01:21:10] Production.INFO: ==27156== Releasing lock...
[2026-09-11 01:21:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 01:21:10] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 01:21:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 01:21:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 01:21:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 01:21:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 01:21:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 01:21:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 01:21:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 01:21:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 01:21:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 01:21:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 01:21:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 01:21:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 01:21:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 01:21:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 01:21:14] Production.INFO: call_cost start
[2026-09-11 01:21:14] Production.INFO: call_cost end
[2026-09-11 01:21:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 01:21:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 01:21:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 01:21:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 01:21:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 01:21:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 01:21:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 01:21:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 01:21:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 01:21:14] Production.INFO: ==27152== Releasing lock...
[2026-09-11 01:21:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 01:21:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 06:22:02] Production.INFO: ==27227== Lock acquired, processing the job...
[2026-09-11 06:22:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 06:22:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 06:22:02] Production.INFO: neon service started
[2026-09-11 06:22:02] Production.INFO: neon service started
[2026-09-11 06:22:02] Production.INFO: ==27227== Releasing lock...
[2026-09-11 06:22:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 06:22:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 01:22:02] Production.INFO: ==27229== Lock acquired, processing the job...
[2026-09-11 01:22:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 05:22:02] Production.INFO: ==27231== Lock acquired, processing the job...
[2026-09-11 05:22:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 05:22:02] Production.INFO: ==27231== Releasing lock...
[2026-09-11 05:22:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 05:22:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 01:22:03] Production.INFO: ==27229== Releasing lock...
[2026-09-11 01:22:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 01:22:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 01:22:03] Production.INFO: ==27234== Lock acquired, processing the job...
[2026-09-11 01:22:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 01:22:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 01:22:03] Production.INFO: ==27240== Lock acquired, processing the job...
[2026-09-11 01:22:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 01:22:03] Production.INFO: ==27236== Lock acquired, processing the job...
[2026-09-11 01:22:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 01:22:03] Production.INFO: ==27238== Lock acquired, processing the job...
[2026-09-11 01:22:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 01:22:04] Production.INFO: ==27242== Lock acquired, processing the job...
[2026-09-11 01:22:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 01:22:04] Production.INFO: Account Balance Start.
[2026-09-11 01:22:04] Production.INFO: CreateAllLog Start
[2026-09-11 01:22:04] Production.INFO: 117
[2026-09-11 01:22:04] Production.INFO: Date 2026-09-08
[2026-09-11 01:22:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 01:22:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 01:22:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 01:22:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 01:22:04] Production.INFO: Reseller ==> 0
[2026-09-11 01:22:04] Production.INFO: Date 2026-09-09
[2026-09-11 01:22:04] Production.INFO: Reseller ==> 0
[2026-09-11 01:22:04] Production.INFO: Date 2026-09-10
[2026-09-11 01:22:04] Production.INFO: Reseller ==> 0
[2026-09-11 01: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-09-11 01: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-09-11 01: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-09-11 01:22:04] Production.INFO: ==27242== Releasing lock...
[2026-09-11 01:22:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 01:22:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 01:22:04] Production.INFO: Date 2026-09-11
[2026-09-11 01:22:04] Production.INFO: Reseller ==> 0
[2026-09-11 01:22:04] Production.INFO: Total Charge 0
[2026-09-11 01:22:04] Production.INFO: CreateAllLog End
[2026-09-11 01:22:04] Production.INFO: Account Balance End.
[2026-09-11 01:22:04] Production.ERROR: CronJobId end 12
[2026-09-11 01:22:04] Production.INFO: ==27240== Releasing lock...
[2026-09-11 01:22:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 01:22:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 01:22:04] Production.INFO: ==27236== Releasing lock...
[2026-09-11 01:22:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 01:22:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 01:22:11] Production.ERROR: CronJobId end10
[2026-09-11 01:22:11] Production.INFO: ==27238== Releasing lock...
[2026-09-11 01:22:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 01:22:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 01:22:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 01:22:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 01:22:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 01:22:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 01:22:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 01:22:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 01:22:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 01:22:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 01:22:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 01:22:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 01:22:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 01:22:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 01:22:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 01:22:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 01:22:14] Production.INFO: call_cost start
[2026-09-11 01:22:14] Production.INFO: call_cost end
[2026-09-11 01:22:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 01:22:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 01:22:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 01:22:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 01:22:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 01:22:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 01:22:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 01:22:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 01:22:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 01:22:14] Production.INFO: ==27234== Releasing lock...
[2026-09-11 01:22:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 01:22:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 06:23:01] Production.INFO: ==27304== Lock acquired, processing the job...
[2026-09-11 06:23:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 06:23:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 06:23:01] Production.INFO: neon service started
[2026-09-11 06:23:01] Production.INFO: neon service started
[2026-09-11 06:23:01] Production.INFO: ==27304== Releasing lock...
[2026-09-11 06:23:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 06:23:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 01:23:01] Production.INFO: ==27306== Lock acquired, processing the job...
[2026-09-11 01:23:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 01:23:02] Production.INFO: ==27306== Releasing lock...
[2026-09-11 01:23:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 01:23:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 05:23:02] Production.INFO: ==27308== Lock acquired, processing the job...
[2026-09-11 05:23:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 05:23:02] Production.INFO: ==27308== Releasing lock...
[2026-09-11 05:23:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 05:23:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 01:23:02] Production.INFO: ==27316== Lock acquired, processing the job...
[2026-09-11 01:23:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 01:23:02] Production.INFO: Account Balance Start.
[2026-09-11 01:23:02] Production.INFO: CreateAllLog Start
[2026-09-11 01:23:02] Production.INFO: 117
[2026-09-11 01:23:02] Production.INFO: Date 2026-09-08
[2026-09-11 01:23:02] Production.INFO: Reseller ==> 0
[2026-09-11 01:23:02] Production.INFO: Date 2026-09-09
[2026-09-11 01:23:02] Production.INFO: Reseller ==> 0
[2026-09-11 01:23:02] Production.INFO: Date 2026-09-10
[2026-09-11 01:23:02] Production.INFO: Reseller ==> 0
[2026-09-11 01:23:03] Production.INFO: ==27310== Lock acquired, processing the job...
[2026-09-11 01:23:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 01:23:03] Production.INFO: Date 2026-09-11
[2026-09-11 01:23:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:23:03] Production.INFO: Total Charge 0
[2026-09-11 01:23:03] Production.INFO: CreateAllLog End
[2026-09-11 01:23:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 01:23:03] Production.INFO: ==27312== Lock acquired, processing the job...
[2026-09-11 01:23:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 01:23:03] Production.INFO: ==27314== Lock acquired, processing the job...
[2026-09-11 01:23:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 01:23:03] Production.INFO: Account Balance End.
[2026-09-11 01:23:03] Production.ERROR: CronJobId end 12
[2026-09-11 01:23:03] Production.INFO: ==27316== Releasing lock...
[2026-09-11 01:23:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 01:23:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 01:23:03] Production.INFO: ==27318== Lock acquired, processing the job...
[2026-09-11 01:23:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 01:23:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 01:23:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 01:23:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 01:23:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 01: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-09-11 01: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-09-11 01: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-09-11 01:23:03] Production.INFO: ==27318== Releasing lock...
[2026-09-11 01:23:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 01:23:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 01:23:03] Production.INFO: ==27312== Releasing lock...
[2026-09-11 01:23:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 01:23:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 01:23:11] Production.ERROR: CronJobId end10
[2026-09-11 01:23:11] Production.INFO: ==27314== Releasing lock...
[2026-09-11 01:23:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 01:23:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 01:23:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 01:23:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 01:23:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 01:23:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 01:23:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 01:23:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 01:23:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 01:23:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 01:23:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 01:23:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 01:23:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 01:23:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 01:23:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 01:23:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 01:23:13] Production.INFO: call_cost start
[2026-09-11 01:23:13] Production.INFO: call_cost end
[2026-09-11 01:23:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 01:23:13] Production.INFO: ============== Report Schedule START===========
[2026-09-11 01:23:13] Production.INFO: ============== Report Schedule END===========
[2026-09-11 01:23:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 01:23:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 01:23:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 01:23:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 01:23:13] Production.INFO: ============== Deal alert START===========
[2026-09-11 01:23:13] Production.INFO: ============== Deal alert END===========
[2026-09-11 01:23:13] Production.INFO: ==27310== Releasing lock...
[2026-09-11 01:23:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 01:23:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 06:24:01] Production.INFO: ==27388== Lock acquired, processing the job...
[2026-09-11 06:24:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 06:24:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 06:24:01] Production.INFO: neon service started
[2026-09-11 06:24:02] Production.INFO: neon service started
[2026-09-11 06:24:02] Production.INFO: ==27388== Releasing lock...
[2026-09-11 06:24:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 06:24:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 01:24:02] Production.INFO: ==27390== Lock acquired, processing the job...
[2026-09-11 01:24:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 01:24:02] Production.INFO: ==27390== Releasing lock...
[2026-09-11 01:24:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 01:24:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 05:24:02] Production.INFO: ==27392== Lock acquired, processing the job...
[2026-09-11 05:24:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 05:24:02] Production.INFO: ==27392== Releasing lock...
[2026-09-11 05:24:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 05:24:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 01:24:03] Production.INFO: ==27396== Lock acquired, processing the job...
[2026-09-11 01:24:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 01:24:03] Production.INFO: ==27394== Lock acquired, processing the job...
[2026-09-11 01:24:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 01:24:03] Production.INFO: ==27398== Lock acquired, processing the job...
[2026-09-11 01:24:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 01:24:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 01:24:03] Production.INFO: ==27400== Lock acquired, processing the job...
[2026-09-11 01:24:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 01:24:03] Production.INFO: ==27402== Lock acquired, processing the job...
[2026-09-11 01:24:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 01:24:03] Production.INFO: Account Balance Start.
[2026-09-11 01:24:03] Production.INFO: CreateAllLog Start
[2026-09-11 01:24:03] Production.INFO: 117
[2026-09-11 01:24:03] Production.INFO: Date 2026-09-08
[2026-09-11 01:24:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 01:24:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 01:24:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 01:24:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 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-09-11 01:24:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 01:24:03] Production.INFO: ==27402== Releasing lock...
[2026-09-11 01:24:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 01:24:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 01:24:03] Production.INFO: Date 2026-09-09
[2026-09-11 01:24:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:24:03] Production.INFO: Date 2026-09-10
[2026-09-11 01:24:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:24:03] Production.INFO: Date 2026-09-11
[2026-09-11 01:24:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:24:03] Production.INFO: Total Charge 0
[2026-09-11 01:24:03] Production.INFO: CreateAllLog End
[2026-09-11 01:24:04] Production.INFO: Account Balance End.
[2026-09-11 01:24:04] Production.ERROR: CronJobId end 12
[2026-09-11 01:24:04] Production.INFO: ==27400== Releasing lock...
[2026-09-11 01:24:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 01:24:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 01:24:04] Production.INFO: ==27396== Releasing lock...
[2026-09-11 01:24:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 01:24:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 01:24:11] Production.ERROR: CronJobId end10
[2026-09-11 01:24:11] Production.INFO: ==27398== Releasing lock...
[2026-09-11 01:24:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 01:24:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 01:24:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 01:24:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 01:24:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 01:24:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 01:24:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 01:24:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 01:24:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 01:24:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 01:24:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 01:24:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 01:24:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 01:24:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 01:24:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 01:24:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 01:24:14] Production.INFO: call_cost start
[2026-09-11 01:24:14] Production.INFO: call_cost end
[2026-09-11 01:24:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 01:24:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 01:24:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 01:24:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 01:24:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 01:24:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 01:24:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 01:24:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 01:24:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 01:24:14] Production.INFO: ==27394== Releasing lock...
[2026-09-11 01:24:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 01:24:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 06:25:01] Production.INFO: ==27466== Lock acquired, processing the job...
[2026-09-11 06:25:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 06:25:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 06:25:01] Production.INFO: neon service started
[2026-09-11 06:25:01] Production.INFO: neon service started
[2026-09-11 06:25:01] Production.INFO: ==27466== Releasing lock...
[2026-09-11 06:25:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 06:25:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 01:25:01] Production.INFO: ==27468== Lock acquired, processing the job...
[2026-09-11 01:25:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 01:25:02] Production.INFO: ==27468== Releasing lock...
[2026-09-11 01:25:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 01:25:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 05:25:02] Production.INFO: ==27470== Lock acquired, processing the job...
[2026-09-11 05:25:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 05:25:02] Production.INFO: ==27470== Releasing lock...
[2026-09-11 05:25:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 05:25:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 01:25:02] Production.INFO: ==27472== Lock acquired, processing the job...
[2026-09-11 01:25:02] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-11 01:25:03] Production.INFO: ==27474== Lock acquired, processing the job...
[2026-09-11 01:25:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 01:25:03] Production.ERROR: ========================== active cronjob start =============================
[2026-09-11 01:25:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-11 01:25:03] Production.ERROR: CronJob PID - 27474
[2026-09-11 01:25:03] Production.ERROR: CronJob Title - System Alerts
[2026-09-11 01:25:03] Production.ERROR: CronJob ID - 5
[2026-09-11 01:25:03] Production.ERROR: CronJob Last Run Time 2026-09-11 01:25:00
[2026-09-11 01:25:03] Production.ERROR: CronJob Active Minutes 0
[2026-09-11 01:25:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-11 01:25:03] Production.ERROR: ========================== active cronjob end =============================
[2026-09-11 01:25:03] Production.INFO: ==27472== Releasing lock...
[2026-09-11 01:25:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-11 01:25:03] Production.INFO: 25.5 MB #Memory Used#
[2026-09-11 01:25:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 01:25:03] Production.INFO: ==27478== Lock acquired, processing the job...
[2026-09-11 01:25:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 01:25:03] Production.INFO: ==27476== Lock acquired, processing the job...
[2026-09-11 01:25:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 01:25:03] Production.INFO: ==27482== Lock acquired, processing the job...
[2026-09-11 01:25:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-11 01:25:03] Production.INFO: ==27480== Lock acquired, processing the job...
[2026-09-11 01:25:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 01:25:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 01:25:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 01:25:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 01:25:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 01:25:03] Production.INFO: Account Balance Start.
[2026-09-11 01:25:03] Production.ERROR: tblTempUsageDetail_20
[2026-09-11 01:25:03] Production.INFO: CreateAllLog Start
[2026-09-11 01:25:03] Production.INFO: 117
[2026-09-11 01:25:03] Production.INFO: ==27484== Lock acquired, processing the job...
[2026-09-11 01:25:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 01:25:03] Production.INFO: Date 2026-09-08
[2026-09-11 01:25:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:25:03] Production.INFO: Date 2026-09-09
[2026-09-11 01:25:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 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-09-11 01:25:03] Production.INFO: ==27484== Releasing lock...
[2026-09-11 01:25:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 01:25:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 01:25:03] Production.INFO: Date 2026-09-10
[2026-09-11 01:25:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:25:03] Production.INFO: Date 2026-09-11
[2026-09-11 01:25:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:25:03] Production.INFO: Total Charge 0
[2026-09-11 01:25:03] Production.INFO: CreateAllLog End
[2026-09-11 01:25:03] Production.ERROR: done
[2026-09-11 01:25:03] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-11 01:25:03] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17981696', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) start
[2026-09-11 01:25:03] Production.INFO: Account Balance End.
[2026-09-11 01:25:03] Production.ERROR: CronJobId end 12
[2026-09-11 01:25:03] Production.INFO: ==27480== Releasing lock...
[2026-09-11 01:25:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 01:25:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 01:25:04] Production.INFO: ==27476== Releasing lock...
[2026-09-11 01:25:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 01:25:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 01:25:09] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17981696', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) end
[2026-09-11 01:25:09] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-11 01:25:09] Production.INFO: ProcessCDR(1,17981696,1,1,2)
[2026-09-11 01:25:09] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17981696,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 01:25:09] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17981696,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 01:25:09] Production.ERROR: pbx prc_insertCDR start
[2026-09-11 01:25:09] Production.ERROR: pbx prc_insertCDR end
[2026-09-11 01:25:09] Production.INFO: ==27482== Releasing lock...
[2026-09-11 01:25:09] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-11 01:25:09] Production.INFO: 26 MB #Memory Used#
[2026-09-11 01:25:13] Production.ERROR: CronJobId end10
[2026-09-11 01:25:13] Production.INFO: ==27478== Releasing lock...
[2026-09-11 01:25:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 01:25:13] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 01:25:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 01:25:15] Production.INFO: ============== Balance Warning START===========
[2026-09-11 01:25:15] Production.INFO: ============== Balance Warning END===========
[2026-09-11 01:25:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 01:25:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 01:25:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 01:25:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 01:25:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 01:25:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 01:25:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 01:25:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 01:25:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 01:25:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 01:25:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 01:25:16] Production.INFO: call_cost start
[2026-09-11 01:25:16] Production.INFO: call_cost end
[2026-09-11 01:25:16] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 01:25:16] Production.INFO: ============== Report Schedule START===========
[2026-09-11 01:25:16] Production.INFO: ============== Report Schedule END===========
[2026-09-11 01:25:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 01:25:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 01:25:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 01:25:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 01:25:16] Production.INFO: ============== Deal alert START===========
[2026-09-11 01:25:16] Production.INFO: ============== Deal alert END===========
[2026-09-11 01:25:16] Production.INFO: ==27474== Releasing lock...
[2026-09-11 01:25:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 01:25:16] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 06:26:01] Production.INFO: ==27563== Lock acquired, processing the job...
[2026-09-11 06:26:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 06:26:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 06:26:01] Production.INFO: neon service started
[2026-09-11 06:26:01] Production.INFO: neon service started
[2026-09-11 06:26:01] Production.INFO: ==27563== Releasing lock...
[2026-09-11 06:26:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 06:26:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 01:26:02] Production.INFO: ==27565== Lock acquired, processing the job...
[2026-09-11 01:26:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 05:26:02] Production.INFO: ==27567== Lock acquired, processing the job...
[2026-09-11 05:26:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 05:26:02] Production.INFO: ==27567== Releasing lock...
[2026-09-11 05:26:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 05:26:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 01:26:02] Production.INFO: ==27565== Releasing lock...
[2026-09-11 01:26:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 01:26:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 01:26:03] Production.INFO: ==27576== Lock acquired, processing the job...
[2026-09-11 01:26:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 01:26:03] Production.INFO: Account Balance Start.
[2026-09-11 01:26:03] Production.INFO: CreateAllLog Start
[2026-09-11 01:26:03] Production.INFO: 117
[2026-09-11 01:26:03] Production.INFO: Date 2026-09-08
[2026-09-11 01:26:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:26:03] Production.INFO: Date 2026-09-09
[2026-09-11 01:26:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:26:03] Production.INFO: Date 2026-09-10
[2026-09-11 01:26:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:26:03] Production.INFO: Date 2026-09-11
[2026-09-11 01:26:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:26:03] Production.INFO: Total Charge 0
[2026-09-11 01:26:03] Production.INFO: CreateAllLog End
[2026-09-11 01:26:03] Production.INFO: Account Balance End.
[2026-09-11 01:26:03] Production.INFO: ==27570== Lock acquired, processing the job...
[2026-09-11 01:26:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 01:26:03] Production.ERROR: CronJobId end 12
[2026-09-11 01:26:03] Production.INFO: ==27576== Releasing lock...
[2026-09-11 01:26:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 01:26:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 01:26:03] Production.INFO: ==27572== Lock acquired, processing the job...
[2026-09-11 01:26:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 01:26:03] Production.INFO: ==27574== Lock acquired, processing the job...
[2026-09-11 01:26:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 01:26:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 01:26:03] Production.INFO: ==27578== Lock acquired, processing the job...
[2026-09-11 01:26:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 01:26:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 01:26:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 01:26:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 01:26:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 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-09-11 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-09-11 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-09-11 01:26:04] Production.INFO: ==27578== Releasing lock...
[2026-09-11 01:26:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 01:26:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 01:26:04] Production.INFO: ==27572== Releasing lock...
[2026-09-11 01:26:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 01:26:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 01:26:10] Production.ERROR: CronJobId end10
[2026-09-11 01:26:10] Production.INFO: ==27574== Releasing lock...
[2026-09-11 01:26:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 01:26:10] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 01:26:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 01:26:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 01:26:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 01:26:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 01:26:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 01:26:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 01:26:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 01:26:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 01:26:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 01:26:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 01:26:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 01:26:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 01:26:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 01:26:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 01:26:14] Production.INFO: call_cost start
[2026-09-11 01:26:14] Production.INFO: call_cost end
[2026-09-11 01:26:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 01:26:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 01:26:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 01:26:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 01:26:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 01:26:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 01:26:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 01:26:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 01:26:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 01:26:14] Production.INFO: ==27570== Releasing lock...
[2026-09-11 01:26:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 01:26:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 06:27:02] Production.INFO: ==27647== Lock acquired, processing the job...
[2026-09-11 06:27:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 06:27:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 06:27:02] Production.INFO: neon service started
[2026-09-11 06:27:02] Production.INFO: neon service started
[2026-09-11 06:27:02] Production.INFO: ==27647== Releasing lock...
[2026-09-11 06:27:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 06:27:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 01:27:02] Production.INFO: ==27649== Lock acquired, processing the job...
[2026-09-11 01:27:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 05:27:02] Production.INFO: ==27651== Lock acquired, processing the job...
[2026-09-11 05:27:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 05:27:02] Production.INFO: ==27651== Releasing lock...
[2026-09-11 05:27:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 05:27:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 01:27:03] Production.INFO: ==27649== Releasing lock...
[2026-09-11 01:27:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 01:27:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 01:27:03] Production.INFO: ==27654== Lock acquired, processing the job...
[2026-09-11 01:27:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 01:27:03] Production.INFO: ==27658== Lock acquired, processing the job...
[2026-09-11 01:27:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 01:27:03] Production.INFO: ==27660== Lock acquired, processing the job...
[2026-09-11 01:27:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 01:27:03] Production.INFO: ==27656== Lock acquired, processing the job...
[2026-09-11 01:27:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 01:27:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 01:27:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 01:27:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 01:27:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 01:27:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 01:27:04] Production.INFO: Account Balance Start.
[2026-09-11 01:27:04] Production.INFO: CreateAllLog Start
[2026-09-11 01:27:04] Production.INFO: 117
[2026-09-11 01:27:04] Production.INFO: ==27662== Lock acquired, processing the job...
[2026-09-11 01:27:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 01:27:04] Production.INFO: Date 2026-09-08
[2026-09-11 01:27:04] Production.INFO: Reseller ==> 0
[2026-09-11 01:27:04] Production.INFO: Date 2026-09-09
[2026-09-11 01:27:04] Production.INFO: Reseller ==> 0
[2026-09-11 01:27:04] Production.INFO: Date 2026-09-10
[2026-09-11 01:27:04] Production.INFO: Reseller ==> 0
[2026-09-11 01: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-09-11 01: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-09-11 01:27:04] Production.INFO: Date 2026-09-11
[2026-09-11 01:27:04] Production.INFO: Reseller ==> 0
[2026-09-11 01: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-09-11 01:27:04] Production.INFO: ==27662== Releasing lock...
[2026-09-11 01:27:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 01:27:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 01:27:04] Production.INFO: Total Charge 0
[2026-09-11 01:27:04] Production.INFO: CreateAllLog End
[2026-09-11 01:27:04] Production.INFO: Account Balance End.
[2026-09-11 01:27:04] Production.ERROR: CronJobId end 12
[2026-09-11 01:27:04] Production.INFO: ==27660== Releasing lock...
[2026-09-11 01:27:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 01:27:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 01:27:04] Production.INFO: ==27656== Releasing lock...
[2026-09-11 01:27:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 01:27:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 01:27:11] Production.ERROR: CronJobId end10
[2026-09-11 01:27:11] Production.INFO: ==27658== Releasing lock...
[2026-09-11 01:27:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 01:27:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 01:27:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 01:27:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 01:27:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 01:27:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 01:27:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 01:27:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 01:27:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 01:27:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 01:27:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 01:27:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 01:27:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 01:27:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 01:27:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 01:27:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 01:27:14] Production.INFO: call_cost start
[2026-09-11 01:27:14] Production.INFO: call_cost end
[2026-09-11 01:27:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 01:27:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 01:27:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 01:27:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 01:27:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 01:27:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 01:27:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 01:27:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 01:27:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 01:27:14] Production.INFO: ==27654== Releasing lock...
[2026-09-11 01:27:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 01:27:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 06:28:01] Production.INFO: ==27737== Lock acquired, processing the job...
[2026-09-11 06:28:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 06:28:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 06:28:01] Production.INFO: neon service started
[2026-09-11 06:28:01] Production.INFO: neon service started
[2026-09-11 06:28:01] Production.INFO: ==27737== Releasing lock...
[2026-09-11 06:28:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 06:28:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 01:28:02] Production.INFO: ==27739== Lock acquired, processing the job...
[2026-09-11 01:28:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 01:28:02] Production.INFO: ==27739== Releasing lock...
[2026-09-11 01:28:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 01:28:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 05:28:02] Production.INFO: ==27741== Lock acquired, processing the job...
[2026-09-11 05:28:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 05:28:02] Production.INFO: ==27741== Releasing lock...
[2026-09-11 05:28:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 05:28:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 01:28:03] Production.INFO: ==27745== Lock acquired, processing the job...
[2026-09-11 01:28:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 01:28:03] Production.INFO: ==27743== Lock acquired, processing the job...
[2026-09-11 01:28:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 01:28:03] Production.INFO: ==27747== Lock acquired, processing the job...
[2026-09-11 01:28:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 01:28:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 01:28:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 01:28:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 01:28:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 01:28:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 01:28:03] Production.INFO: ==27751== Lock acquired, processing the job...
[2026-09-11 01:28:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 01:28:03] Production.INFO: ==27749== Lock acquired, processing the job...
[2026-09-11 01:28:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 01:28:03] Production.INFO: Account Balance Start.
[2026-09-11 01:28:03] Production.INFO: CreateAllLog Start
[2026-09-11 01:28:03] Production.INFO: 117
[2026-09-11 01:28:03] Production.INFO: Date 2026-09-08
[2026-09-11 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-09-11 01:28:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 01:28:03] Production.INFO: Date 2026-09-09
[2026-09-11 01:28:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 01:28:03] Production.INFO: Date 2026-09-10
[2026-09-11 01:28:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:28:03] Production.INFO: ==27751== Releasing lock...
[2026-09-11 01:28:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 01:28:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 01:28:03] Production.INFO: Date 2026-09-11
[2026-09-11 01:28:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:28:03] Production.INFO: Total Charge 0
[2026-09-11 01:28:03] Production.INFO: CreateAllLog End
[2026-09-11 01:28:03] Production.INFO: ==27745== Releasing lock...
[2026-09-11 01:28:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 01:28:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 01:28:03] Production.INFO: Account Balance End.
[2026-09-11 01:28:03] Production.ERROR: CronJobId end 12
[2026-09-11 01:28:03] Production.INFO: ==27749== Releasing lock...
[2026-09-11 01:28:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 01:28:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 01:28:10] Production.ERROR: CronJobId end10
[2026-09-11 01:28:10] Production.INFO: ==27747== Releasing lock...
[2026-09-11 01:28:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 01:28:10] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 01:28:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 01:28:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 01:28:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 01:28:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 01:28:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 01:28:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 01:28:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 01:28:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 01:28:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 01:28:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 01:28:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 01:28:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 01:28:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 01:28:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 01:28:13] Production.INFO: call_cost start
[2026-09-11 01:28:13] Production.INFO: call_cost end
[2026-09-11 01:28:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 01:28:13] Production.INFO: ============== Report Schedule START===========
[2026-09-11 01:28:13] Production.INFO: ============== Report Schedule END===========
[2026-09-11 01:28:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 01:28:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 01:28:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 01:28:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 01:28:13] Production.INFO: ============== Deal alert START===========
[2026-09-11 01:28:13] Production.INFO: ============== Deal alert END===========
[2026-09-11 01:28:13] Production.INFO: ==27743== Releasing lock...
[2026-09-11 01:28:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 01:28:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 06:29:02] Production.INFO: ==27819== Lock acquired, processing the job...
[2026-09-11 06:29:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 06:29:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 06:29:02] Production.INFO: neon service started
[2026-09-11 06:29:02] Production.INFO: neon service started
[2026-09-11 06:29:02] Production.INFO: ==27819== Releasing lock...
[2026-09-11 06:29:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 06:29:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 01:29:02] Production.INFO: ==27821== Lock acquired, processing the job...
[2026-09-11 01:29:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 01:29:02] Production.INFO: ==27821== Releasing lock...
[2026-09-11 01:29:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 01:29:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 05:29:03] Production.INFO: ==27823== Lock acquired, processing the job...
[2026-09-11 05:29:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 05:29:03] Production.INFO: ==27823== Releasing lock...
[2026-09-11 05:29:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 05:29:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 01:29:03] Production.INFO: ==27834== Lock acquired, processing the job...
[2026-09-11 01:29:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 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-09-11 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-09-11 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-09-11 01:29:03] Production.INFO: ==27825== Lock acquired, processing the job...
[2026-09-11 01:29:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 01:29:03] Production.INFO: ==27834== Releasing lock...
[2026-09-11 01:29:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 01:29:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 01:29:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 01:29:03] Production.INFO: ==27829== Lock acquired, processing the job...
[2026-09-11 01:29:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 01:29:03] Production.INFO: ==27827== Lock acquired, processing the job...
[2026-09-11 01:29:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 01:29:03] Production.INFO: ==27831== Lock acquired, processing the job...
[2026-09-11 01:29:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 01:29:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 01:29:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 01:29:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 01:29:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 01:29:04] Production.INFO: Account Balance Start.
[2026-09-11 01:29:04] Production.INFO: CreateAllLog Start
[2026-09-11 01:29:04] Production.INFO: 117
[2026-09-11 01:29:04] Production.INFO: Date 2026-09-08
[2026-09-11 01:29:04] Production.INFO: Reseller ==> 0
[2026-09-11 01:29:04] Production.INFO: Date 2026-09-09
[2026-09-11 01:29:04] Production.INFO: Reseller ==> 0
[2026-09-11 01:29:04] Production.INFO: Date 2026-09-10
[2026-09-11 01:29:04] Production.INFO: Reseller ==> 0
[2026-09-11 01:29:04] Production.INFO: Date 2026-09-11
[2026-09-11 01:29:04] Production.INFO: Reseller ==> 0
[2026-09-11 01:29:04] Production.INFO: Total Charge 0
[2026-09-11 01:29:04] Production.INFO: CreateAllLog End
[2026-09-11 01:29:04] Production.INFO: Account Balance End.
[2026-09-11 01:29:04] Production.ERROR: CronJobId end 12
[2026-09-11 01:29:04] Production.INFO: ==27831== Releasing lock...
[2026-09-11 01:29:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 01:29:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 01:29:04] Production.INFO: ==27827== Releasing lock...
[2026-09-11 01:29:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 01:29:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 01:29:11] Production.ERROR: CronJobId end10
[2026-09-11 01:29:11] Production.INFO: ==27829== Releasing lock...
[2026-09-11 01:29:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 01:29:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 01:29:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 01:29:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 01:29:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 01:29:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 01:29:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 01:29:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 01:29:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 01:29:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 01:29:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 01:29:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 01:29:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 01:29:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 01:29:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 01:29:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 01:29:14] Production.INFO: call_cost start
[2026-09-11 01:29:14] Production.INFO: call_cost end
[2026-09-11 01:29:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 01:29:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 01:29:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 01:29:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 01:29:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 01:29:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 01:29:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 01:29:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 01:29:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 01:29:14] Production.INFO: ==27825== Releasing lock...
[2026-09-11 01:29:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 01:29:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 06:30:01] Production.INFO: ==27902== Lock acquired, processing the job...
[2026-09-11 06:30:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 06:30:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 06:30:01] Production.INFO: neon service started
[2026-09-11 06:30:01] Production.INFO: neon service started
[2026-09-11 06:30:01] Production.INFO: ==27902== Releasing lock...
[2026-09-11 06:30:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 06:30:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 05:30:02] Production.INFO: ==27906== Lock acquired, processing the job...
[2026-09-11 05:30:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 05:30:02] Production.INFO: ==27906== Releasing lock...
[2026-09-11 05:30:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 05:30:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 01:30:02] Production.INFO: ==27904== Lock acquired, processing the job...
[2026-09-11 01:30:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 01:30:02] Production.INFO: ==27904== Releasing lock...
[2026-09-11 01:30:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 01:30:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 01:30:03] Production.INFO: ==27909== Lock acquired, processing the job...
[2026-09-11 01:30:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 01:30:03] Production.INFO: ==27911== Lock acquired, processing the job...
[2026-09-11 01:30:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 01:30:03] Production.INFO: ==27913== Lock acquired, processing the job...
[2026-09-11 01:30:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 01:30:03] Production.INFO: ==27917== Lock acquired, processing the job...
[2026-09-11 01:30:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 01:30:03] Production.INFO: ==27915== Lock acquired, processing the job...
[2026-09-11 01:30:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 01:30:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 01:30:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 01:30:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 01:30:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 01:30:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 01: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-09-11 01: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-09-11 01: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-09-11 01:30:03] Production.INFO: ==27917== Releasing lock...
[2026-09-11 01:30:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 01:30:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 01:30:03] Production.INFO: Account Balance Start.
[2026-09-11 01:30:03] Production.INFO: CreateAllLog Start
[2026-09-11 01:30:03] Production.INFO: 117
[2026-09-11 01:30:03] Production.INFO: Date 2026-09-08
[2026-09-11 01:30:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:30:03] Production.INFO: Date 2026-09-09
[2026-09-11 01:30:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:30:03] Production.INFO: Date 2026-09-10
[2026-09-11 01:30:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:30:03] Production.INFO: Date 2026-09-11
[2026-09-11 01:30:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:30:03] Production.INFO: Total Charge 0
[2026-09-11 01:30:03] Production.INFO: CreateAllLog End
[2026-09-11 01:30:04] Production.INFO: Account Balance End.
[2026-09-11 01:30:04] Production.ERROR: CronJobId end 12
[2026-09-11 01:30:04] Production.INFO: ==27915== Releasing lock...
[2026-09-11 01:30:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 01:30:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 01:30:04] Production.INFO: ==27911== Releasing lock...
[2026-09-11 01:30:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 01:30:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 01:30:11] Production.ERROR: CronJobId end10
[2026-09-11 01:30:11] Production.INFO: ==27913== Releasing lock...
[2026-09-11 01:30:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 01:30:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 01:30:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 01:30:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 01:30:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 01:30:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 01:30:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 01:30:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 01:30:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 01:30:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 01:30:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 01:30:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 01:30:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 01:30:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 01:30:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 01:30:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 01:30:14] Production.INFO: call_cost start
[2026-09-11 01:30:14] Production.INFO: call_cost end
[2026-09-11 01:30:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 01:30:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 01:30:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 01:30:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 01:30:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 01:30:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 01:30:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 01:30:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 01:30:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 01:30:14] Production.INFO: ==27909== Releasing lock...
[2026-09-11 01:30:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 01:30:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 06:31:02] Production.INFO: ==27994== Lock acquired, processing the job...
[2026-09-11 06:31:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 06:31:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 06:31:02] Production.INFO: neon service started
[2026-09-11 06:31:02] Production.INFO: neon service started
[2026-09-11 06:31:02] Production.INFO: ==27994== Releasing lock...
[2026-09-11 06:31:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 06:31:02] Production.INFO: 25.5 MB #Memory Used#
[2026-09-11 01:31:02] Production.INFO: ==27996== Lock acquired, processing the job...
[2026-09-11 01:31:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 05:31:02] Production.INFO: ==27998== Lock acquired, processing the job...
[2026-09-11 05:31:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 05:31:02] Production.INFO: ==27998== Releasing lock...
[2026-09-11 05:31:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 05:31:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 01:31:02] Production.INFO: ==27996== Releasing lock...
[2026-09-11 01:31:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 01:31:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 01:31:03] Production.INFO: ==28003== Lock acquired, processing the job...
[2026-09-11 01:31:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 01:31:03] Production.INFO: ==28005== Lock acquired, processing the job...
[2026-09-11 01:31:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 01:31:03] Production.INFO: ==28007== Lock acquired, processing the job...
[2026-09-11 01:31:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 01:31:03] Production.INFO: ==28011== Lock acquired, processing the job...
[2026-09-11 01:31:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 01:31:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 01:31:03] Production.INFO: ==28009== Lock acquired, processing the job...
[2026-09-11 01:31:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 01:31:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 01:31:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 01:31:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 01:31:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 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-09-11 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-09-11 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-09-11 01:31:04] Production.INFO: ==28011== Releasing lock...
[2026-09-11 01:31:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 01:31:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 01:31:04] Production.INFO: Account Balance Start.
[2026-09-11 01:31:04] Production.INFO: CreateAllLog Start
[2026-09-11 01:31:04] Production.INFO: 117
[2026-09-11 01:31:04] Production.INFO: Date 2026-09-08
[2026-09-11 01:31:04] Production.INFO: Reseller ==> 0
[2026-09-11 01:31:04] Production.INFO: Date 2026-09-09
[2026-09-11 01:31:04] Production.INFO: Reseller ==> 0
[2026-09-11 01:31:04] Production.INFO: Date 2026-09-10
[2026-09-11 01:31:04] Production.INFO: Reseller ==> 0
[2026-09-11 01:31:04] Production.INFO: Date 2026-09-11
[2026-09-11 01:31:04] Production.INFO: Reseller ==> 0
[2026-09-11 01:31:04] Production.INFO: Total Charge 0
[2026-09-11 01:31:04] Production.INFO: CreateAllLog End
[2026-09-11 01:31:04] Production.INFO: ==28005== Releasing lock...
[2026-09-11 01:31:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 01:31:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 01:31:04] Production.INFO: Account Balance End.
[2026-09-11 01:31:04] Production.ERROR: CronJobId end 12
[2026-09-11 01:31:04] Production.INFO: ==28009== Releasing lock...
[2026-09-11 01:31:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 01:31:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 01:31:11] Production.ERROR: CronJobId end10
[2026-09-11 01:31:11] Production.INFO: ==28007== Releasing lock...
[2026-09-11 01:31:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 01:31:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 01:31:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 01:31:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 01:31:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 01:31:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 01:31:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 01:31:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 01:31:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 01:31:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 01:31:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 01:31:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 01:31:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 01:31:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 01:31:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 01:31:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 01:31:14] Production.INFO: call_cost start
[2026-09-11 01:31:14] Production.INFO: call_cost end
[2026-09-11 01:31:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 01:31:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 01:31:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 01:31:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 01:31:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 01:31:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 01:31:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 01:31:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 01:31:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 01:31:14] Production.INFO: ==28003== Releasing lock...
[2026-09-11 01:31:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 01:31:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 06:32:01] Production.INFO: ==28078== Lock acquired, processing the job...
[2026-09-11 06:32:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 06:32:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 06:32:01] Production.INFO: neon service started
[2026-09-11 06:32:01] Production.INFO: neon service started
[2026-09-11 06:32:01] Production.INFO: ==28078== Releasing lock...
[2026-09-11 06:32:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 06:32:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 01:32:01] Production.INFO: ==28080== Lock acquired, processing the job...
[2026-09-11 01:32:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 01:32:02] Production.INFO: ==28080== Releasing lock...
[2026-09-11 01:32:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 01:32:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 05:32:02] Production.INFO: ==28082== Lock acquired, processing the job...
[2026-09-11 05:32:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 05:32:02] Production.INFO: ==28082== Releasing lock...
[2026-09-11 05:32:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 05:32:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 01:32:02] Production.INFO: ==28089== Lock acquired, processing the job...
[2026-09-11 01:32:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 01:32:02] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 01:32:02] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 01:32:02] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 01:32:02] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 01:32:03] Production.INFO: ==28085== Lock acquired, processing the job...
[2026-09-11 01:32:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 01:32:03] Production.INFO: ==28087== Lock acquired, processing the job...
[2026-09-11 01:32:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 01:32:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 01:32:03] Production.INFO: ==28091== Lock acquired, processing the job...
[2026-09-11 01:32:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 01:32:03] Production.INFO: Account Balance Start.
[2026-09-11 01:32:03] Production.INFO: CreateAllLog Start
[2026-09-11 01:32:03] Production.INFO: 117
[2026-09-11 01:32:03] Production.INFO: Date 2026-09-08
[2026-09-11 01:32:03] Production.INFO: ==28093== Lock acquired, processing the job...
[2026-09-11 01:32:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 01:32:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:32:03] Production.INFO: Date 2026-09-09
[2026-09-11 01:32:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 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-09-11 01:32:03] Production.INFO: Date 2026-09-10
[2026-09-11 01:32:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:32:03] Production.INFO: ==28093== Releasing lock...
[2026-09-11 01:32:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 01:32:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 01:32:03] Production.INFO: Date 2026-09-11
[2026-09-11 01:32:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:32:03] Production.INFO: Total Charge 0
[2026-09-11 01:32:03] Production.INFO: CreateAllLog End
[2026-09-11 01:32:03] Production.INFO: Account Balance End.
[2026-09-11 01:32:03] Production.ERROR: CronJobId end 12
[2026-09-11 01:32:03] Production.INFO: ==28091== Releasing lock...
[2026-09-11 01:32:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 01:32:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 01:32:03] Production.INFO: ==28087== Releasing lock...
[2026-09-11 01:32:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 01:32:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 01:32:11] Production.ERROR: CronJobId end10
[2026-09-11 01:32:11] Production.INFO: ==28089== Releasing lock...
[2026-09-11 01:32:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 01:32:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 01:32:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 01:32:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 01:32:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 01:32:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 01:32:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 01:32:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 01:32:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 01:32:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 01:32:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 01:32:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 01:32:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 01:32:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 01:32:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 01:32:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 01:32:14] Production.INFO: call_cost start
[2026-09-11 01:32:14] Production.INFO: call_cost end
[2026-09-11 01:32:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 01:32:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 01:32:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 01:32:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 01:32:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 01:32:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 01:32:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 01:32:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 01:32:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 01:32:14] Production.INFO: ==28085== Releasing lock...
[2026-09-11 01:32:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 01:32:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 06:33:01] Production.INFO: ==28166== Lock acquired, processing the job...
[2026-09-11 06:33:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 06:33:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 06:33:01] Production.INFO: neon service started
[2026-09-11 06:33:01] Production.INFO: neon service started
[2026-09-11 06:33:01] Production.INFO: ==28166== Releasing lock...
[2026-09-11 06:33:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 06:33:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 01:33:02] Production.INFO: ==28168== Lock acquired, processing the job...
[2026-09-11 01:33:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 05:33:02] Production.INFO: ==28170== Lock acquired, processing the job...
[2026-09-11 05:33:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 05:33:02] Production.INFO: ==28170== Releasing lock...
[2026-09-11 05:33:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 05:33:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 01:33:02] Production.INFO: ==28168== Releasing lock...
[2026-09-11 01:33:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 01:33:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 01:33:03] Production.INFO: ==28175== Lock acquired, processing the job...
[2026-09-11 01:33:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 01:33:03] Production.INFO: ==28173== Lock acquired, processing the job...
[2026-09-11 01:33:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 01:33:03] Production.INFO: ==28177== Lock acquired, processing the job...
[2026-09-11 01:33:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 01:33:03] Production.INFO: ==28179== Lock acquired, processing the job...
[2026-09-11 01:33:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 01:33:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 01:33:03] Production.INFO: ==28181== Lock acquired, processing the job...
[2026-09-11 01:33:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 01:33:03] Production.INFO: Account Balance Start.
[2026-09-11 01:33:03] Production.INFO: CreateAllLog Start
[2026-09-11 01:33:03] Production.INFO: 117
[2026-09-11 01:33:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 01:33:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 01:33:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 01:33:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 01:33:03] Production.INFO: Date 2026-09-08
[2026-09-11 01:33:03] Production.INFO: Reseller ==> 0
[2026-09-11 01: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-09-11 01: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-09-11 01: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-09-11 01:33:03] Production.INFO: ==28181== Releasing lock...
[2026-09-11 01:33:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 01:33:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 01:33:03] Production.INFO: Date 2026-09-09
[2026-09-11 01:33:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:33:03] Production.INFO: Date 2026-09-10
[2026-09-11 01:33:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:33:03] Production.INFO: Date 2026-09-11
[2026-09-11 01:33:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:33:03] Production.INFO: Total Charge 0
[2026-09-11 01:33:03] Production.INFO: CreateAllLog End
[2026-09-11 01:33:04] Production.INFO: Account Balance End.
[2026-09-11 01:33:04] Production.ERROR: CronJobId end 12
[2026-09-11 01:33:04] Production.INFO: ==28179== Releasing lock...
[2026-09-11 01:33:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 01:33:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 01:33:04] Production.INFO: ==28175== Releasing lock...
[2026-09-11 01:33:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 01:33:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 01:33:11] Production.ERROR: CronJobId end10
[2026-09-11 01:33:11] Production.INFO: ==28177== Releasing lock...
[2026-09-11 01:33:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 01:33:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 01:33:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 01:33:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 01:33:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 01:33:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 01:33:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 01:33:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 01:33:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 01:33:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 01:33:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 01:33:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 01:33:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 01:33:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 01:33:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 01:33:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 01:33:14] Production.INFO: call_cost start
[2026-09-11 01:33:14] Production.INFO: call_cost end
[2026-09-11 01:33:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 01:33:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 01:33:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 01:33:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 01:33:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 01:33:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 01:33:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 01:33:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 01:33:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 01:33:14] Production.INFO: ==28173== Releasing lock...
[2026-09-11 01:33:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 01:33:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 06:34:01] Production.INFO: ==28254== Lock acquired, processing the job...
[2026-09-11 06:34:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 06:34:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 06:34:01] Production.INFO: neon service started
[2026-09-11 06:34:01] Production.INFO: neon service started
[2026-09-11 06:34:01] Production.INFO: ==28254== Releasing lock...
[2026-09-11 06:34:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 06:34:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 01:34:01] Production.INFO: ==28256== Lock acquired, processing the job...
[2026-09-11 01:34:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 01:34:01] Production.INFO: ==28256== Releasing lock...
[2026-09-11 01:34:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 01:34:01] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 05:34:02] Production.INFO: ==28258== Lock acquired, processing the job...
[2026-09-11 05:34:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 05:34:02] Production.INFO: ==28258== Releasing lock...
[2026-09-11 05:34:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 05:34:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 01:34:02] Production.INFO: ==28260== Lock acquired, processing the job...
[2026-09-11 01:34:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 01:34:02] Production.INFO: ==28268== Lock acquired, processing the job...
[2026-09-11 01:34:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 01:34:03] Production.INFO: ==28266== Lock acquired, processing the job...
[2026-09-11 01:34:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 01:34:03] Production.INFO: ==28264== Lock acquired, processing the job...
[2026-09-11 01:34:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 01:34:03] Production.INFO: ==28262== Lock acquired, processing the job...
[2026-09-11 01:34:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 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-09-11 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-09-11 01:34:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 01:34:03] Production.INFO: Account Balance Start.
[2026-09-11 01:34:03] Production.INFO: CreateAllLog Start
[2026-09-11 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-09-11 01:34:03] Production.INFO: 117
[2026-09-11 01:34:03] Production.INFO: ==28268== Releasing lock...
[2026-09-11 01:34:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 01:34:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 01:34:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 01:34:03] Production.INFO: Date 2026-09-08
[2026-09-11 01:34:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 01:34:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 01:34:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 01:34:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:34:03] Production.INFO: Date 2026-09-09
[2026-09-11 01:34:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:34:03] Production.INFO: Date 2026-09-10
[2026-09-11 01:34:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:34:03] Production.INFO: Date 2026-09-11
[2026-09-11 01:34:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:34:03] Production.INFO: Total Charge 0
[2026-09-11 01:34:03] Production.INFO: CreateAllLog End
[2026-09-11 01:34:03] Production.INFO: Account Balance End.
[2026-09-11 01:34:03] Production.ERROR: CronJobId end 12
[2026-09-11 01:34:03] Production.INFO: ==28266== Releasing lock...
[2026-09-11 01:34:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 01:34:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 01:34:04] Production.INFO: ==28262== Releasing lock...
[2026-09-11 01:34:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 01:34:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 01:34:11] Production.ERROR: CronJobId end10
[2026-09-11 01:34:11] Production.INFO: ==28264== Releasing lock...
[2026-09-11 01:34:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 01:34:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 01:34:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 01:34:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 01:34:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 01:34:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 01:34:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 01:34:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 01:34:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 01:34:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 01:34:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 01:34:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 01:34:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 01:34:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 01:34:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 01:34:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 01:34:15] Production.INFO: call_cost start
[2026-09-11 01:34:15] Production.INFO: call_cost end
[2026-09-11 01:34:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 01:34:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 01:34:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 01:34:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 01:34:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 01:34:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 01:34:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 01:34:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 01:34:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 01:34:15] Production.INFO: ==28260== Releasing lock...
[2026-09-11 01:34:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 01:34:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 06:35:01] Production.INFO: ==28353== Lock acquired, processing the job...
[2026-09-11 06:35:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 06:35:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 06:35:01] Production.INFO: neon service started
[2026-09-11 06:35:01] Production.INFO: neon service started
[2026-09-11 06:35:01] Production.INFO: ==28353== Releasing lock...
[2026-09-11 06:35:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 06:35:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 01:35:02] Production.INFO: ==28355== Lock acquired, processing the job...
[2026-09-11 01:35:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 01:35:02] Production.INFO: ==28355== Releasing lock...
[2026-09-11 01:35:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 01:35:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 05:35:02] Production.INFO: ==28357== Lock acquired, processing the job...
[2026-09-11 05:35:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 05:35:02] Production.INFO: ==28357== Releasing lock...
[2026-09-11 05:35:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 05:35:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 01:35:03] Production.INFO: ==28359== Lock acquired, processing the job...
[2026-09-11 01:35:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-11 01:35:03] Production.INFO: ==28363== Lock acquired, processing the job...
[2026-09-11 01:35:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 01:35:03] Production.INFO: ==28365== Lock acquired, processing the job...
[2026-09-11 01:35:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 01:35:03] Production.ERROR: ========================== active cronjob start =============================
[2026-09-11 01:35:03] Production.INFO: ==28361== Lock acquired, processing the job...
[2026-09-11 01:35:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 01:35:03] Production.ERROR: ========================== active cronjob end =============================
[2026-09-11 01:35:03] Production.INFO: ==28359== Releasing lock...
[2026-09-11 01:35:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-11 01:35:03] Production.INFO: 25.5 MB #Memory Used#
[2026-09-11 01:35:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 01:35:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 01:35:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 01:35:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 01:35:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 01:35:03] Production.INFO: ==28369== Lock acquired, processing the job...
[2026-09-11 01:35:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-11 01:35:03] Production.INFO: ==28367== Lock acquired, processing the job...
[2026-09-11 01:35:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 01:35:03] Production.ERROR: tblTempUsageDetail_20
[2026-09-11 01:35:03] Production.INFO: ==28372== Lock acquired, processing the job...
[2026-09-11 01:35:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 01:35:03] Production.INFO: Account Balance Start.
[2026-09-11 01:35:03] Production.INFO: CreateAllLog Start
[2026-09-11 01:35:03] Production.INFO: 117
[2026-09-11 01:35:03] Production.INFO: Date 2026-09-08
[2026-09-11 01:35:04] Production.INFO: Reseller ==> 0
[2026-09-11 01:35:04] Production.INFO: Date 2026-09-09
[2026-09-11 01:35:04] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 01:35:04] Production.INFO: Date 2026-09-10
[2026-09-11 01:35:04] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 01:35:04] Production.INFO: ==28372== Releasing lock...
[2026-09-11 01:35:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 01:35:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 01:35:04] Production.INFO: Date 2026-09-11
[2026-09-11 01:35:04] Production.INFO: Reseller ==> 0
[2026-09-11 01:35:04] Production.ERROR: done
[2026-09-11 01:35:04] Production.INFO: Total Charge 0
[2026-09-11 01:35:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-11 01:35:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17981737', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) start
[2026-09-11 01:35:04] Production.INFO: CreateAllLog End
[2026-09-11 01:35:04] Production.INFO: ==28363== Releasing lock...
[2026-09-11 01:35:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 01:35:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 01:35:04] Production.INFO: Account Balance End.
[2026-09-11 01:35:04] Production.ERROR: CronJobId end 12
[2026-09-11 01:35:04] Production.INFO: ==28367== Releasing lock...
[2026-09-11 01:35:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 01:35:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 01:35:11] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17981737', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) end
[2026-09-11 01:35:11] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-11 01:35:11] Production.INFO: ProcessCDR(1,17981737,1,1,2)
[2026-09-11 01:35:11] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17981737,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 01:35:11] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17981737,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 01:35:11] Production.ERROR: pbx prc_insertCDR start
[2026-09-11 01:35:11] Production.ERROR: pbx prc_insertCDR end
[2026-09-11 01:35:11] Production.INFO: ==28369== Releasing lock...
[2026-09-11 01:35:11] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-11 01:35:11] Production.INFO: 26 MB #Memory Used#
[2026-09-11 01:35:14] Production.ERROR: CronJobId end10
[2026-09-11 01:35:14] Production.INFO: ==28365== Releasing lock...
[2026-09-11 01:35:14] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 01:35:14] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 01:35:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 01:35:16] Production.INFO: ============== Balance Warning START===========
[2026-09-11 01:35:16] Production.INFO: ============== Balance Warning END===========
[2026-09-11 01:35:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 01:35:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 01:35:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 01:35:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 01:35:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 01:35:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 01:35:16] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 01:35:16] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 01:35:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 01:35:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 01:35:16] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 01:35:17] Production.INFO: call_cost start
[2026-09-11 01:35:17] Production.INFO: call_cost end
[2026-09-11 01:35:17] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 01:35:17] Production.INFO: ============== Report Schedule START===========
[2026-09-11 01:35:17] Production.INFO: ============== Report Schedule END===========
[2026-09-11 01:35:17] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 01:35:17] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 01:35:17] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 01:35:17] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 01:35:17] Production.INFO: ============== Deal alert START===========
[2026-09-11 01:35:17] Production.INFO: ============== Deal alert END===========
[2026-09-11 01:35:17] Production.INFO: ==28361== Releasing lock...
[2026-09-11 01:35:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 01:35:17] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 06:36:02] Production.INFO: ==28442== Lock acquired, processing the job...
[2026-09-11 06:36:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 06:36:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 06:36:02] Production.INFO: neon service started
[2026-09-11 06:36:02] Production.INFO: neon service started
[2026-09-11 06:36:02] Production.INFO: ==28442== Releasing lock...
[2026-09-11 06:36:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 06:36:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 05:36:02] Production.INFO: ==28446== Lock acquired, processing the job...
[2026-09-11 05:36:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 05:36:02] Production.INFO: ==28446== Releasing lock...
[2026-09-11 05:36:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 05:36:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 01:36:02] Production.INFO: ==28444== Lock acquired, processing the job...
[2026-09-11 01:36:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 01:36:03] Production.INFO: ==28444== Releasing lock...
[2026-09-11 01:36:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 01:36:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 01:36:03] Production.INFO: ==28455== Lock acquired, processing the job...
[2026-09-11 01:36:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 01:36:03] Production.INFO: Account Balance Start.
[2026-09-11 01:36:03] Production.INFO: CreateAllLog Start
[2026-09-11 01:36:03] Production.INFO: 117
[2026-09-11 01:36:03] Production.INFO: Date 2026-09-08
[2026-09-11 01:36:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:36:03] Production.INFO: Date 2026-09-09
[2026-09-11 01:36:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:36:03] Production.INFO: Date 2026-09-10
[2026-09-11 01:36:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:36:03] Production.INFO: ==28449== Lock acquired, processing the job...
[2026-09-11 01:36:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 01:36:03] Production.INFO: Date 2026-09-11
[2026-09-11 01:36:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:36:03] Production.INFO: ==28451== Lock acquired, processing the job...
[2026-09-11 01:36:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 01:36:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 01:36:03] Production.INFO: Total Charge 0
[2026-09-11 01:36:03] Production.INFO: CreateAllLog End
[2026-09-11 01:36:04] Production.INFO: ==28453== Lock acquired, processing the job...
[2026-09-11 01:36:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 01:36:04] Production.INFO: ==28457== Lock acquired, processing the job...
[2026-09-11 01:36:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 01:36:04] Production.INFO: Account Balance End.
[2026-09-11 01:36:04] Production.ERROR: CronJobId end 12
[2026-09-11 01:36:04] Production.INFO: ==28455== Releasing lock...
[2026-09-11 01:36:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 01:36:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 01:36:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 01:36:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 01:36:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 01:36:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 01: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-09-11 01: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-09-11 01: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-09-11 01:36:04] Production.INFO: ==28457== Releasing lock...
[2026-09-11 01:36:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 01:36:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 01:36:04] Production.INFO: ==28451== Releasing lock...
[2026-09-11 01:36:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 01:36:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 01:36:11] Production.ERROR: CronJobId end10
[2026-09-11 01:36:11] Production.INFO: ==28453== Releasing lock...
[2026-09-11 01:36:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 01:36:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 01:36:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 01:36:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 01:36:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 01:36:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 01:36:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 01:36:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 01:36:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 01:36:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 01:36:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 01:36:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 01:36:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 01:36:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 01:36:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 01:36:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 01:36:14] Production.INFO: call_cost start
[2026-09-11 01:36:14] Production.INFO: call_cost end
[2026-09-11 01:36:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 01:36:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 01:36:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 01:36:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 01:36:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 01:36:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 01:36:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 01:36:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 01:36:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 01:36:14] Production.INFO: ==28449== Releasing lock...
[2026-09-11 01:36:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 01:36:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 06:37:01] Production.INFO: ==28532== Lock acquired, processing the job...
[2026-09-11 06:37:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 06:37:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 06:37:01] Production.INFO: neon service started
[2026-09-11 06:37:01] Production.INFO: neon service started
[2026-09-11 06:37:01] Production.INFO: ==28532== Releasing lock...
[2026-09-11 06:37:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 06:37:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 01:37:02] Production.INFO: ==28534== Lock acquired, processing the job...
[2026-09-11 01:37:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 01:37:02] Production.INFO: ==28534== Releasing lock...
[2026-09-11 01:37:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 01:37:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 05:37:02] Production.INFO: ==28536== Lock acquired, processing the job...
[2026-09-11 05:37:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 05:37:02] Production.INFO: ==28536== Releasing lock...
[2026-09-11 05:37:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 05:37:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 01:37:03] Production.INFO: ==28538== Lock acquired, processing the job...
[2026-09-11 01:37:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 01:37:03] Production.INFO: ==28540== Lock acquired, processing the job...
[2026-09-11 01:37:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 01:37:03] Production.INFO: ==28546== Lock acquired, processing the job...
[2026-09-11 01:37:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 01:37:03] Production.INFO: ==28542== Lock acquired, processing the job...
[2026-09-11 01:37:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 01:37:03] Production.INFO: ==28544== Lock acquired, processing the job...
[2026-09-11 01:37:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 01:37:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 01:37:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 01:37:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 01:37:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 01:37:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 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-09-11 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-09-11 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-09-11 01:37:03] Production.INFO: ==28546== Releasing lock...
[2026-09-11 01:37:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 01:37:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 01:37:03] Production.INFO: Account Balance Start.
[2026-09-11 01:37:03] Production.INFO: CreateAllLog Start
[2026-09-11 01:37:03] Production.INFO: 117
[2026-09-11 01:37:03] Production.INFO: Date 2026-09-08
[2026-09-11 01:37:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:37:03] Production.INFO: Date 2026-09-09
[2026-09-11 01:37:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:37:03] Production.INFO: Date 2026-09-10
[2026-09-11 01:37:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:37:04] Production.INFO: Date 2026-09-11
[2026-09-11 01:37:04] Production.INFO: Reseller ==> 0
[2026-09-11 01:37:04] Production.INFO: ==28540== Releasing lock...
[2026-09-11 01:37:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 01:37:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 01:37:04] Production.INFO: Total Charge 0
[2026-09-11 01:37:04] Production.INFO: CreateAllLog End
[2026-09-11 01:37:04] Production.INFO: Account Balance End.
[2026-09-11 01:37:04] Production.ERROR: CronJobId end 12
[2026-09-11 01:37:04] Production.INFO: ==28544== Releasing lock...
[2026-09-11 01:37:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 01:37:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 01:37:11] Production.ERROR: CronJobId end10
[2026-09-11 01:37:11] Production.INFO: ==28542== Releasing lock...
[2026-09-11 01:37:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 01:37:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 01:37:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 01:37:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 01:37:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 01:37:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 01:37:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 01:37:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 01:37:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 01:37:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 01:37:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 01:37:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 01:37:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 01:37:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 01:37:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 01:37:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 01:37:14] Production.INFO: call_cost start
[2026-09-11 01:37:14] Production.INFO: call_cost end
[2026-09-11 01:37:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 01:37:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 01:37:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 01:37:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 01:37:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 01:37:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 01:37:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 01:37:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 01:37:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 01:37:14] Production.INFO: ==28538== Releasing lock...
[2026-09-11 01:37:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 01:37:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 06:38:02] Production.INFO: ==28618== Lock acquired, processing the job...
[2026-09-11 06:38:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 06:38:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 06:38:02] Production.INFO: neon service started
[2026-09-11 06:38:02] Production.INFO: neon service started
[2026-09-11 06:38:02] Production.INFO: ==28618== Releasing lock...
[2026-09-11 06:38:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 06:38:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 01:38:02] Production.INFO: ==28621== Lock acquired, processing the job...
[2026-09-11 01:38:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 01:38:02] Production.INFO: ==28621== Releasing lock...
[2026-09-11 01:38:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 01:38:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 05:38:02] Production.INFO: ==28623== Lock acquired, processing the job...
[2026-09-11 05:38:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 05:38:02] Production.INFO: ==28623== Releasing lock...
[2026-09-11 05:38:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 05:38:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 01:38:03] Production.INFO: ==28631== Lock acquired, processing the job...
[2026-09-11 01:38:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 01:38:03] Production.INFO: ==28625== Lock acquired, processing the job...
[2026-09-11 01:38:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 01:38:03] Production.INFO: Account Balance Start.
[2026-09-11 01:38:03] Production.INFO: CreateAllLog Start
[2026-09-11 01:38:03] Production.INFO: 117
[2026-09-11 01:38:03] Production.INFO: Date 2026-09-08
[2026-09-11 01:38:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:38:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 01:38:03] Production.INFO: Date 2026-09-09
[2026-09-11 01:38:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:38:03] Production.INFO: ==28627== Lock acquired, processing the job...
[2026-09-11 01:38:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 01:38:03] Production.INFO: Date 2026-09-10
[2026-09-11 01:38:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:38:03] Production.INFO: ==28629== Lock acquired, processing the job...
[2026-09-11 01:38:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 01:38:03] Production.INFO: ==28633== Lock acquired, processing the job...
[2026-09-11 01:38:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 01:38:03] Production.INFO: Date 2026-09-11
[2026-09-11 01:38:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 01:38:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 01:38:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 01:38:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 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-09-11 01:38:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 01:38:03] Production.INFO: Total Charge 0
[2026-09-11 01:38:04] Production.INFO: CreateAllLog End
[2026-09-11 01:38:04] Production.INFO: ==28633== Releasing lock...
[2026-09-11 01:38:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 01:38:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 01:38:04] Production.INFO: Account Balance End.
[2026-09-11 01:38:04] Production.ERROR: CronJobId end 12
[2026-09-11 01:38:04] Production.INFO: ==28631== Releasing lock...
[2026-09-11 01:38:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 01:38:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 01:38:04] Production.INFO: ==28627== Releasing lock...
[2026-09-11 01:38:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 01:38:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 01:38:12] Production.ERROR: CronJobId end10
[2026-09-11 01:38:12] Production.INFO: ==28629== Releasing lock...
[2026-09-11 01:38:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 01:38:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 01:38:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 01:38:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 01:38:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 01:38:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 01:38:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 01:38:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 01:38:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 01:38:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 01:38:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 01:38:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 01:38:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 01:38:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 01:38:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 01:38:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 01:38:15] Production.INFO: call_cost start
[2026-09-11 01:38:15] Production.INFO: call_cost end
[2026-09-11 01:38:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 01:38:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 01:38:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 01:38:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 01:38:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 01:38:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 01:38:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 01:38:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 01:38:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 01:38:15] Production.INFO: ==28625== Releasing lock...
[2026-09-11 01:38:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 01:38:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 06:39:01] Production.INFO: ==28708== Lock acquired, processing the job...
[2026-09-11 06:39:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 06:39:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 06:39:01] Production.INFO: neon service started
[2026-09-11 06:39:01] Production.INFO: neon service started
[2026-09-11 06:39:01] Production.INFO: ==28708== Releasing lock...
[2026-09-11 06:39:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 06:39:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 05:39:01] Production.INFO: ==28712== Lock acquired, processing the job...
[2026-09-11 05:39:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 05:39:01] Production.INFO: ==28712== Releasing lock...
[2026-09-11 05:39:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 05:39:01] Production.INFO: 25 MB #Memory Used#
[2026-09-11 01:39:02] Production.INFO: ==28710== Lock acquired, processing the job...
[2026-09-11 01:39:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 01:39:02] Production.INFO: ==28710== Releasing lock...
[2026-09-11 01:39:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 01:39:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 01:39:03] Production.INFO: ==28721== Lock acquired, processing the job...
[2026-09-11 01:39:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 01:39:03] Production.INFO: ==28715== Lock acquired, processing the job...
[2026-09-11 01:39:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 01:39:03] Production.INFO: ==28723== Lock acquired, processing the job...
[2026-09-11 01:39:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 01:39:03] Production.INFO: ==28717== Lock acquired, processing the job...
[2026-09-11 01:39:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 01:39:03] Production.INFO: ==28719== Lock acquired, processing the job...
[2026-09-11 01:39:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 01:39:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 01:39:03] Production.INFO: Account Balance Start.
[2026-09-11 01:39:03] Production.INFO: CreateAllLog Start
[2026-09-11 01:39:03] Production.INFO: 117
[2026-09-11 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-09-11 01:39:03] Production.INFO: Date 2026-09-08
[2026-09-11 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-09-11 01:39:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 01:39:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 01:39:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 01:39:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 01:39:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 01:39:03] Production.INFO: ==28723== Releasing lock...
[2026-09-11 01:39:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 01:39:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 01:39:03] Production.INFO: Date 2026-09-09
[2026-09-11 01:39:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:39:03] Production.INFO: Date 2026-09-10
[2026-09-11 01:39:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:39:03] Production.INFO: Date 2026-09-11
[2026-09-11 01:39:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:39:03] Production.INFO: Total Charge 0
[2026-09-11 01:39:03] Production.INFO: CreateAllLog End
[2026-09-11 01:39:03] Production.INFO: Account Balance End.
[2026-09-11 01:39:03] Production.ERROR: CronJobId end 12
[2026-09-11 01:39:03] Production.INFO: ==28721== Releasing lock...
[2026-09-11 01:39:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 01:39:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 01:39:04] Production.INFO: ==28717== Releasing lock...
[2026-09-11 01:39:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 01:39:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 01:39:11] Production.ERROR: CronJobId end10
[2026-09-11 01:39:11] Production.INFO: ==28719== Releasing lock...
[2026-09-11 01:39:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 01:39:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 01:39:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 01:39:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 01:39:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 01:39:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 01:39:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 01:39:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 01:39:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 01:39:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 01:39:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 01:39:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 01:39:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 01:39:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 01:39:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 01:39:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 01:39:15] Production.INFO: call_cost start
[2026-09-11 01:39:15] Production.INFO: call_cost end
[2026-09-11 01:39:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 01:39:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 01:39:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 01:39:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 01:39:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 01:39:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 01:39:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 01:39:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 01:39:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 01:39:15] Production.INFO: ==28715== Releasing lock...
[2026-09-11 01:39:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 01:39:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 06:40:01] Production.INFO: ==28796== Lock acquired, processing the job...
[2026-09-11 06:40:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 06:40:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 06:40:01] Production.INFO: neon service started
[2026-09-11 06:40:01] Production.INFO: neon service started
[2026-09-11 06:40:01] Production.INFO: ==28796== Releasing lock...
[2026-09-11 06:40:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 06:40:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 01:40:02] Production.INFO: ==28798== Lock acquired, processing the job...
[2026-09-11 01:40:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 05:40:02] Production.INFO: ==28800== Lock acquired, processing the job...
[2026-09-11 05:40:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 05:40:02] Production.INFO: ==28800== Releasing lock...
[2026-09-11 05:40:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 05:40:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 01:40:02] Production.INFO: ==28798== Releasing lock...
[2026-09-11 01:40:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 01:40:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 01:40:03] Production.INFO: ==28803== Lock acquired, processing the job...
[2026-09-11 01:40:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 01:40:03] Production.INFO: ==28805== Lock acquired, processing the job...
[2026-09-11 01:40:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 01:40:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 01:40:03] Production.INFO: ==28807== Lock acquired, processing the job...
[2026-09-11 01:40:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 01:40:03] Production.INFO: ==28809== Lock acquired, processing the job...
[2026-09-11 01:40:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 01:40:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 01:40:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 01:40:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 01:40:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 01:40:03] Production.INFO: Account Balance Start.
[2026-09-11 01:40:03] Production.INFO: CreateAllLog Start
[2026-09-11 01:40:03] Production.INFO: 117
[2026-09-11 01:40:03] Production.INFO: ==28811== Lock acquired, processing the job...
[2026-09-11 01:40:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 01:40:03] Production.INFO: Date 2026-09-08
[2026-09-11 01:40:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:40:03] Production.INFO: Date 2026-09-09
[2026-09-11 01:40:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:40:03] Production.INFO: Date 2026-09-10
[2026-09-11 01:40:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 01:40:03] Production.INFO: Date 2026-09-11
[2026-09-11 01:40:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 01:40:04] Production.INFO: ==28811== Releasing lock...
[2026-09-11 01:40:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 01:40:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 01:40:04] Production.INFO: Total Charge 0
[2026-09-11 01:40:04] Production.INFO: CreateAllLog End
[2026-09-11 01:40:04] Production.INFO: Account Balance End.
[2026-09-11 01:40:04] Production.ERROR: CronJobId end 12
[2026-09-11 01:40:04] Production.INFO: ==28809== Releasing lock...
[2026-09-11 01:40:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 01:40:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 01:40:04] Production.INFO: ==28805== Releasing lock...
[2026-09-11 01:40:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 01:40:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 01:40:12] Production.ERROR: CronJobId end10
[2026-09-11 01:40:12] Production.INFO: ==28807== Releasing lock...
[2026-09-11 01:40:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 01:40:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 01:40:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 01:40:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 01:40:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 01:40:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 01:40:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 01:40:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 01:40:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 01:40:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 01:40:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 01:40:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 01:40:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 01:40:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 01:40:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 01:40:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 01:40:14] Production.INFO: call_cost start
[2026-09-11 01:40:14] Production.INFO: call_cost end
[2026-09-11 01:40:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 01:40:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 01:40:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 01:40:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 01:40:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 01:40:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 01:40:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 01:40:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 01:40:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 01:40:14] Production.INFO: ==28803== Releasing lock...
[2026-09-11 01:40:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 01:40:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 06:41:01] Production.INFO: ==28870== Lock acquired, processing the job...
[2026-09-11 06:41:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 06:41:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 06:41:01] Production.INFO: neon service started
[2026-09-11 06:41:01] Production.INFO: neon service started
[2026-09-11 06:41:01] Production.INFO: ==28870== Releasing lock...
[2026-09-11 06:41:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 06:41:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 01:41:01] Production.INFO: ==28872== Lock acquired, processing the job...
[2026-09-11 01:41:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 01:41:01] Production.INFO: ==28872== Releasing lock...
[2026-09-11 01:41:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 01:41:01] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 05:41:02] Production.INFO: ==28874== Lock acquired, processing the job...
[2026-09-11 05:41:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 05:41:02] Production.INFO: ==28874== Releasing lock...
[2026-09-11 05:41:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 05:41:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 01:41:02] Production.INFO: ==28880== Lock acquired, processing the job...
[2026-09-11 01:41:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 01:41:02] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 01:41:02] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 01:41:02] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 01:41:02] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 01:41:02] Production.INFO: ==28876== Lock acquired, processing the job...
[2026-09-11 01:41:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 01:41:02] Production.INFO: ==28878== Lock acquired, processing the job...
[2026-09-11 01:41:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 01:41:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 01:41:03] Production.INFO: ==28884== Lock acquired, processing the job...
[2026-09-11 01:41:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 01:41:03] Production.INFO: ==28882== Lock acquired, processing the job...
[2026-09-11 01:41:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 01:41:03] Production.INFO: Account Balance Start.
[2026-09-11 01:41:03] Production.INFO: CreateAllLog Start
[2026-09-11 01:41:03] Production.INFO: 117
[2026-09-11 01:41:03] Production.INFO: Date 2026-09-08
[2026-09-11 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-09-11 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-09-11 01:41:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 01:41:03] Production.INFO: ==28884== Releasing lock...
[2026-09-11 01:41:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 01:41:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 01:41:03] Production.INFO: Date 2026-09-09
[2026-09-11 01:41:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:41:03] Production.INFO: Date 2026-09-10
[2026-09-11 01:41:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:41:03] Production.INFO: Date 2026-09-11
[2026-09-11 01:41:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:41:03] Production.INFO: Total Charge 0
[2026-09-11 01:41:03] Production.INFO: CreateAllLog End
[2026-09-11 01:41:03] Production.INFO: Account Balance End.
[2026-09-11 01:41:03] Production.ERROR: CronJobId end 12
[2026-09-11 01:41:03] Production.INFO: ==28882== Releasing lock...
[2026-09-11 01:41:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 01:41:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 01:41:03] Production.INFO: ==28878== Releasing lock...
[2026-09-11 01:41:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 01:41:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 01:41:12] Production.ERROR: CronJobId end10
[2026-09-11 01:41:12] Production.INFO: ==28880== Releasing lock...
[2026-09-11 01:41:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 01:41:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 01:41:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 01:41:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 01:41:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 01:41:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 01:41:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 01:41:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 01:41:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 01:41:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 01:41:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 01:41:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 01:41:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 01:41:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 01:41:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 01:41:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 01:41:14] Production.INFO: call_cost start
[2026-09-11 01:41:14] Production.INFO: call_cost end
[2026-09-11 01:41:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 01:41:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 01:41:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 01:41:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 01:41:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 01:41:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 01:41:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 01:41:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 01:41:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 01:41:14] Production.INFO: ==28876== Releasing lock...
[2026-09-11 01:41:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 01:41:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 06:42:01] Production.INFO: ==28955== Lock acquired, processing the job...
[2026-09-11 06:42:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 06:42:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 06:42:01] Production.INFO: neon service started
[2026-09-11 06:42:01] Production.INFO: neon service started
[2026-09-11 06:42:01] Production.INFO: ==28955== Releasing lock...
[2026-09-11 06:42:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 06:42:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 05:42:02] Production.INFO: ==28959== Lock acquired, processing the job...
[2026-09-11 05:42:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 05:42:02] Production.INFO: ==28959== Releasing lock...
[2026-09-11 05:42:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 05:42:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 01:42:02] Production.INFO: ==28957== Lock acquired, processing the job...
[2026-09-11 01:42:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 01:42:02] Production.INFO: ==28957== Releasing lock...
[2026-09-11 01:42:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 01:42:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 01:42:03] Production.INFO: ==28961== Lock acquired, processing the job...
[2026-09-11 01:42:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 01:42:03] Production.INFO: ==28963== Lock acquired, processing the job...
[2026-09-11 01:42:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 01:42:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 01:42:03] Production.INFO: ==28965== Lock acquired, processing the job...
[2026-09-11 01:42:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 01:42:03] Production.INFO: ==28967== Lock acquired, processing the job...
[2026-09-11 01:42:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 01:42:03] Production.INFO: ==28970== Lock acquired, processing the job...
[2026-09-11 01:42:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 01:42:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 01:42:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 01:42:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 01:42:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 01:42:03] Production.INFO: Account Balance Start.
[2026-09-11 01:42:03] Production.INFO: CreateAllLog Start
[2026-09-11 01:42:03] Production.INFO: 117
[2026-09-11 01:42:03] Production.INFO: Date 2026-09-08
[2026-09-11 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-09-11 01:42:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 01:42:03] Production.INFO: ==28970== Releasing lock...
[2026-09-11 01:42:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 01:42:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 01:42:03] Production.INFO: Date 2026-09-09
[2026-09-11 01:42:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:42:03] Production.INFO: Date 2026-09-10
[2026-09-11 01:42:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:42:03] Production.INFO: Date 2026-09-11
[2026-09-11 01:42:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:42:03] Production.INFO: Total Charge 0
[2026-09-11 01:42:03] Production.INFO: CreateAllLog End
[2026-09-11 01:42:04] Production.INFO: Account Balance End.
[2026-09-11 01:42:04] Production.ERROR: CronJobId end 12
[2026-09-11 01:42:04] Production.INFO: ==28967== Releasing lock...
[2026-09-11 01:42:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 01:42:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 01:42:04] Production.INFO: ==28963== Releasing lock...
[2026-09-11 01:42:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 01:42:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 01:42:11] Production.ERROR: CronJobId end10
[2026-09-11 01:42:11] Production.INFO: ==28965== Releasing lock...
[2026-09-11 01:42:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 01:42:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 01:42:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 01:42:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 01:42:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 01:42:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 01:42:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 01:42:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 01:42:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 01:42:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 01:42:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 01:42:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 01:42:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 01:42:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 01:42:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 01:42:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 01:42:15] Production.INFO: call_cost start
[2026-09-11 01:42:15] Production.INFO: call_cost end
[2026-09-11 01:42:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 01:42:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 01:42:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 01:42:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 01:42:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 01:42:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 01:42:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 01:42:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 01:42:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 01:42:15] Production.INFO: ==28961== Releasing lock...
[2026-09-11 01:42:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 01:42:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 06:43:02] Production.INFO: ==29036== Lock acquired, processing the job...
[2026-09-11 06:43:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 06:43:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 06:43:02] Production.INFO: neon service started
[2026-09-11 06:43:02] Production.INFO: neon service started
[2026-09-11 06:43:02] Production.INFO: ==29036== Releasing lock...
[2026-09-11 06:43:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 06:43:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 01:43:02] Production.INFO: ==29038== Lock acquired, processing the job...
[2026-09-11 01:43:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 01:43:02] Production.INFO: ==29038== Releasing lock...
[2026-09-11 01:43:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 01:43:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 05:43:02] Production.INFO: ==29040== Lock acquired, processing the job...
[2026-09-11 05:43:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 05:43:02] Production.INFO: ==29040== Releasing lock...
[2026-09-11 05:43:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 05:43:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 01:43:03] Production.INFO: ==29042== Lock acquired, processing the job...
[2026-09-11 01:43:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 01:43:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 01:43:03] Production.INFO: ==29050== Lock acquired, processing the job...
[2026-09-11 01:43:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 01:43:03] Production.INFO: ==29046== Lock acquired, processing the job...
[2026-09-11 01:43:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 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-09-11 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-09-11 01:43:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 01:43:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 01:43:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 01:43:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 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-09-11 01:43:03] Production.INFO: ==29050== Releasing lock...
[2026-09-11 01:43:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 01:43:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 01:43:03] Production.INFO: ==29044== Lock acquired, processing the job...
[2026-09-11 01:43:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 01:43:03] Production.INFO: ==29048== Lock acquired, processing the job...
[2026-09-11 01:43:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 01:43:04] Production.INFO: Account Balance Start.
[2026-09-11 01:43:04] Production.INFO: CreateAllLog Start
[2026-09-11 01:43:04] Production.INFO: 117
[2026-09-11 01:43:04] Production.INFO: Date 2026-09-08
[2026-09-11 01:43:04] Production.INFO: Reseller ==> 0
[2026-09-11 01:43:04] Production.INFO: Date 2026-09-09
[2026-09-11 01:43:04] Production.INFO: Reseller ==> 0
[2026-09-11 01:43:04] Production.INFO: Date 2026-09-10
[2026-09-11 01:43:04] Production.INFO: Reseller ==> 0
[2026-09-11 01:43:04] Production.INFO: Date 2026-09-11
[2026-09-11 01:43:04] Production.INFO: Reseller ==> 0
[2026-09-11 01:43:04] Production.INFO: Total Charge 0
[2026-09-11 01:43:04] Production.INFO: CreateAllLog End
[2026-09-11 01:43:04] Production.INFO: Account Balance End.
[2026-09-11 01:43:04] Production.ERROR: CronJobId end 12
[2026-09-11 01:43:04] Production.INFO: ==29048== Releasing lock...
[2026-09-11 01:43:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 01:43:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 01:43:04] Production.INFO: ==29044== Releasing lock...
[2026-09-11 01:43:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 01:43:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 01:43:12] Production.ERROR: CronJobId end10
[2026-09-11 01:43:12] Production.INFO: ==29046== Releasing lock...
[2026-09-11 01:43:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 01:43:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 01:43:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 01:43:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 01:43:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 01:43:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 01:43:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 01:43:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 01:43:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 01:43:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 01:43:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 01:43:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 01:43:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 01:43:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 01:43:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 01:43:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 01:43:15] Production.INFO: call_cost start
[2026-09-11 01:43:15] Production.INFO: call_cost end
[2026-09-11 01:43:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 01:43:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 01:43:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 01:43:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 01:43:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 01:43:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 01:43:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 01:43:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 01:43:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 01:43:15] Production.INFO: ==29042== Releasing lock...
[2026-09-11 01:43:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 01:43:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 06:44:01] Production.INFO: ==29118== Lock acquired, processing the job...
[2026-09-11 06:44:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 06:44:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 06:44:01] Production.INFO: neon service started
[2026-09-11 06:44:01] Production.INFO: neon service started
[2026-09-11 06:44:01] Production.INFO: ==29118== Releasing lock...
[2026-09-11 06:44:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 06:44:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 05:44:02] Production.INFO: ==29122== Lock acquired, processing the job...
[2026-09-11 05:44:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 05:44:02] Production.INFO: ==29122== Releasing lock...
[2026-09-11 05:44:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 05:44:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 01:44:02] Production.INFO: ==29120== Lock acquired, processing the job...
[2026-09-11 01:44:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 01:44:02] Production.INFO: ==29120== Releasing lock...
[2026-09-11 01:44:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 01:44:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 01:44:03] Production.INFO: ==29129== Lock acquired, processing the job...
[2026-09-11 01:44:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 01:44:03] Production.INFO: ==29127== Lock acquired, processing the job...
[2026-09-11 01:44:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 01:44:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 01:44:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 01:44:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 01:44:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 01:44:03] Production.INFO: ==29133== Lock acquired, processing the job...
[2026-09-11 01:44:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 01:44:03] Production.INFO: ==29125== Lock acquired, processing the job...
[2026-09-11 01:44:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 01:44:03] Production.INFO: ==29131== Lock acquired, processing the job...
[2026-09-11 01:44:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 01:44:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 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-09-11 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-09-11 01:44:03] Production.INFO: Account Balance Start.
[2026-09-11 01:44:03] Production.INFO: CreateAllLog Start
[2026-09-11 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-09-11 01:44:03] Production.INFO: 117
[2026-09-11 01:44:03] Production.INFO: Date 2026-09-08
[2026-09-11 01:44:03] Production.INFO: ==29133== Releasing lock...
[2026-09-11 01:44:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 01:44:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 01:44:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:44:03] Production.INFO: Date 2026-09-09
[2026-09-11 01:44:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:44:03] Production.INFO: Date 2026-09-10
[2026-09-11 01:44:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:44:03] Production.INFO: Date 2026-09-11
[2026-09-11 01:44:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:44:03] Production.INFO: Total Charge 0
[2026-09-11 01:44:03] Production.INFO: CreateAllLog End
[2026-09-11 01:44:03] Production.INFO: Account Balance End.
[2026-09-11 01:44:03] Production.ERROR: CronJobId end 12
[2026-09-11 01:44:03] Production.INFO: ==29131== Releasing lock...
[2026-09-11 01:44:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 01:44:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 01:44:03] Production.INFO: ==29127== Releasing lock...
[2026-09-11 01:44:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 01:44:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 01:44:12] Production.ERROR: CronJobId end10
[2026-09-11 01:44:12] Production.INFO: ==29129== Releasing lock...
[2026-09-11 01:44:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 01:44:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 01:44:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 01:44:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 01:44:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 01:44:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 01:44:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 01:44:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 01:44:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 01:44:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 01:44:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 01:44:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 01:44:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 01:44:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 01:44:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 01:44:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 01:44:14] Production.INFO: call_cost start
[2026-09-11 01:44:14] Production.INFO: call_cost end
[2026-09-11 01:44:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 01:44:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 01:44:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 01:44:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 01:44:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 01:44:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 01:44:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 01:44:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 01:44:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 01:44:14] Production.INFO: ==29125== Releasing lock...
[2026-09-11 01:44:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 01:44:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 06:45:02] Production.INFO: ==29202== Lock acquired, processing the job...
[2026-09-11 06:45:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 06:45:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 06:45:02] Production.INFO: neon service started
[2026-09-11 06:45:02] Production.INFO: neon service started
[2026-09-11 06:45:02] Production.INFO: ==29202== Releasing lock...
[2026-09-11 06:45:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 06:45:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 01:45:02] Production.INFO: ==29204== Lock acquired, processing the job...
[2026-09-11 01:45:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 01:45:02] Production.INFO: ==29204== Releasing lock...
[2026-09-11 01:45:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 01:45:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 05:45:03] Production.INFO: ==29206== Lock acquired, processing the job...
[2026-09-11 05:45:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 05:45:03] Production.INFO: ==29206== Releasing lock...
[2026-09-11 05:45:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 05:45:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 01:45:03] Production.INFO: ==29209== Lock acquired, processing the job...
[2026-09-11 01:45:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-11 01:45:03] Production.ERROR: ========================== active cronjob start =============================
[2026-09-11 01:45:03] Production.ERROR: ========================== active cronjob end =============================
[2026-09-11 01:45:03] Production.INFO: ==29209== Releasing lock...
[2026-09-11 01:45:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-11 01:45:03] Production.INFO: 25.5 MB #Memory Used#
[2026-09-11 01:45:03] Production.INFO: ==29219== Lock acquired, processing the job...
[2026-09-11 01:45:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-11 01:45:03] Production.ERROR: tblTempUsageDetail_20
[2026-09-11 01:45:04] Production.INFO: ==29213== Lock acquired, processing the job...
[2026-09-11 01:45:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 01:45:04] Production.INFO: ==29211== Lock acquired, processing the job...
[2026-09-11 01:45:04] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 01:45:04] Production.INFO: ==29215== Lock acquired, processing the job...
[2026-09-11 01:45:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 01:45:04] Production.INFO: ==29217== Lock acquired, processing the job...
[2026-09-11 01:45:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 01:45:04] Production.INFO: ==29221== Lock acquired, processing the job...
[2026-09-11 01:45:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 01:45:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 01:45:04] Production.ERROR: done
[2026-09-11 01:45:04] Production.INFO: Account Balance Start.
[2026-09-11 01:45:04] Production.INFO: CreateAllLog Start
[2026-09-11 01:45:04] Production.INFO: 117
[2026-09-11 01:45:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 01:45:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 01:45:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 01:45:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 01:45:04] Production.INFO: Date 2026-09-08
[2026-09-11 01:45:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-11 01:45:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17981778', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) start
[2026-09-11 01: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-09-11 01:45:04] Production.INFO: Reseller ==> 0
[2026-09-11 01: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-09-11 01: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-09-11 01:45:04] Production.INFO: ==29221== Releasing lock...
[2026-09-11 01:45:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 01:45:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 01:45:04] Production.INFO: Date 2026-09-09
[2026-09-11 01:45:04] Production.INFO: Reseller ==> 0
[2026-09-11 01:45:04] Production.INFO: Date 2026-09-10
[2026-09-11 01:45:04] Production.INFO: Reseller ==> 0
[2026-09-11 01:45:04] Production.INFO: Date 2026-09-11
[2026-09-11 01:45:04] Production.INFO: Reseller ==> 0
[2026-09-11 01:45:04] Production.INFO: Total Charge 0
[2026-09-11 01:45:04] Production.INFO: CreateAllLog End
[2026-09-11 01:45:04] Production.INFO: Account Balance End.
[2026-09-11 01:45:04] Production.ERROR: CronJobId end 12
[2026-09-11 01:45:04] Production.INFO: ==29217== Releasing lock...
[2026-09-11 01:45:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 01:45:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 01:45:04] Production.INFO: ==29213== Releasing lock...
[2026-09-11 01:45:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 01:45:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 01:45:11] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17981778', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) end
[2026-09-11 01:45:11] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-11 01:45:11] Production.INFO: ProcessCDR(1,17981778,1,1,2)
[2026-09-11 01:45:11] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17981778,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 01:45:11] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17981778,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 01:45:11] Production.ERROR: pbx prc_insertCDR start
[2026-09-11 01:45:11] Production.ERROR: pbx prc_insertCDR end
[2026-09-11 01:45:11] Production.INFO: ==29219== Releasing lock...
[2026-09-11 01:45:11] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-11 01:45:11] Production.INFO: 26 MB #Memory Used#
[2026-09-11 01:45:14] Production.ERROR: CronJobId end10
[2026-09-11 01:45:14] Production.INFO: ==29215== Releasing lock...
[2026-09-11 01:45:14] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 01:45:14] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 01:45:17] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 01:45:17] Production.INFO: ============== Balance Warning START===========
[2026-09-11 01:45:17] Production.INFO: ============== Balance Warning END===========
[2026-09-11 01:45:17] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 01:45:17] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 01:45:17] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 01:45:17] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 01:45:17] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 01:45:17] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 01:45:17] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 01:45:17] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 01:45:17] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 01:45:17] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 01:45:17] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 01:45:17] Production.INFO: call_cost start
[2026-09-11 01:45:17] Production.INFO: call_cost end
[2026-09-11 01:45:17] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 01:45:17] Production.INFO: ============== Report Schedule START===========
[2026-09-11 01:45:17] Production.INFO: ============== Report Schedule END===========
[2026-09-11 01:45:17] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 01:45:17] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 01:45:17] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 01:45:17] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 01:45:17] Production.INFO: ============== Deal alert START===========
[2026-09-11 01:45:17] Production.INFO: ============== Deal alert END===========
[2026-09-11 01:45:17] Production.INFO: ==29211== Releasing lock...
[2026-09-11 01:45:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 01:45:17] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 06:46:01] Production.INFO: ==29288== Lock acquired, processing the job...
[2026-09-11 06:46:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 06:46:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 06:46:01] Production.INFO: neon service started
[2026-09-11 06:46:01] Production.INFO: neon service started
[2026-09-11 06:46:01] Production.INFO: ==29288== Releasing lock...
[2026-09-11 06:46:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 06:46:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 05:46:01] Production.INFO: ==29292== Lock acquired, processing the job...
[2026-09-11 05:46:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 05:46:01] Production.INFO: ==29292== Releasing lock...
[2026-09-11 05:46:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 05:46:01] Production.INFO: 25 MB #Memory Used#
[2026-09-11 01:46:02] Production.INFO: ==29290== Lock acquired, processing the job...
[2026-09-11 01:46:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 01:46:02] Production.INFO: ==29290== Releasing lock...
[2026-09-11 01:46:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 01:46:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 01:46:03] Production.INFO: ==29303== Lock acquired, processing the job...
[2026-09-11 01:46:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 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-09-11 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-09-11 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-09-11 01:46:03] Production.INFO: ==29303== Releasing lock...
[2026-09-11 01:46:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 01:46:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 01:46:03] Production.INFO: ==29301== Lock acquired, processing the job...
[2026-09-11 01:46:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 01:46:03] Production.INFO: ==29295== Lock acquired, processing the job...
[2026-09-11 01:46:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 01:46:03] Production.INFO: ==29297== Lock acquired, processing the job...
[2026-09-11 01:46:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 01:46:03] Production.INFO: Account Balance Start.
[2026-09-11 01:46:03] Production.INFO: CreateAllLog Start
[2026-09-11 01:46:03] Production.INFO: 117
[2026-09-11 01:46:03] Production.INFO: Date 2026-09-08
[2026-09-11 01:46:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 01:46:03] Production.INFO: ==29299== Lock acquired, processing the job...
[2026-09-11 01:46:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 01:46:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:46:03] Production.INFO: Date 2026-09-09
[2026-09-11 01:46:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:46:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 01:46:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 01:46:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 01:46:03] Production.INFO: Date 2026-09-10
[2026-09-11 01:46:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:46:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 01:46:03] Production.INFO: Date 2026-09-11
[2026-09-11 01:46:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:46:03] Production.INFO: Total Charge 0
[2026-09-11 01:46:03] Production.INFO: CreateAllLog End
[2026-09-11 01:46:03] Production.INFO: Account Balance End.
[2026-09-11 01:46:03] Production.ERROR: CronJobId end 12
[2026-09-11 01:46:03] Production.INFO: ==29301== Releasing lock...
[2026-09-11 01:46:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 01:46:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 01:46:04] Production.INFO: ==29297== Releasing lock...
[2026-09-11 01:46:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 01:46:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 01:46:12] Production.ERROR: CronJobId end10
[2026-09-11 01:46:12] Production.INFO: ==29299== Releasing lock...
[2026-09-11 01:46:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 01:46:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 01:46:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 01:46:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 01:46:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 01:46:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 01:46:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 01:46:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 01:46:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 01:46:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 01:46:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 01:46:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 01:46:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 01:46:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 01:46:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 01:46:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 01:46:14] Production.INFO: call_cost start
[2026-09-11 01:46:14] Production.INFO: call_cost end
[2026-09-11 01:46:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 01:46:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 01:46:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 01:46:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 01:46:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 01:46:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 01:46:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 01:46:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 01:46:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 01:46:14] Production.INFO: ==29295== Releasing lock...
[2026-09-11 01:46:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 01:46:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 06:47:02] Production.INFO: ==29370== Lock acquired, processing the job...
[2026-09-11 06:47:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 06:47:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 06:47:02] Production.INFO: neon service started
[2026-09-11 06:47:02] Production.INFO: neon service started
[2026-09-11 06:47:02] Production.INFO: ==29370== Releasing lock...
[2026-09-11 06:47:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 06:47:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 01:47:02] Production.INFO: ==29372== Lock acquired, processing the job...
[2026-09-11 01:47:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 01:47:02] Production.INFO: ==29372== Releasing lock...
[2026-09-11 01:47:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 01:47:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 05:47:02] Production.INFO: ==29374== Lock acquired, processing the job...
[2026-09-11 05:47:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 05:47:02] Production.INFO: ==29374== Releasing lock...
[2026-09-11 05:47:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 05:47:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 01:47:03] Production.INFO: ==29382== Lock acquired, processing the job...
[2026-09-11 01:47:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 01:47:03] Production.INFO: Account Balance Start.
[2026-09-11 01:47:03] Production.INFO: CreateAllLog Start
[2026-09-11 01:47:03] Production.INFO: 117
[2026-09-11 01:47:03] Production.INFO: Date 2026-09-08
[2026-09-11 01:47:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:47:03] Production.INFO: ==29376== Lock acquired, processing the job...
[2026-09-11 01:47:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 01:47:03] Production.INFO: Date 2026-09-09
[2026-09-11 01:47:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:47:03] Production.INFO: Date 2026-09-10
[2026-09-11 01:47:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:47:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 01:47:03] Production.INFO: ==29380== Lock acquired, processing the job...
[2026-09-11 01:47:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 01:47:03] Production.INFO: Date 2026-09-11
[2026-09-11 01:47:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:47:03] Production.INFO: ==29378== Lock acquired, processing the job...
[2026-09-11 01:47:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 01:47:03] Production.INFO: ==29384== Lock acquired, processing the job...
[2026-09-11 01:47:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 01:47:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 01:47:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 01:47:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 01:47:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 01:47:03] Production.INFO: Total Charge 0
[2026-09-11 01:47:03] Production.INFO: CreateAllLog End
[2026-09-11 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-09-11 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-09-11 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-09-11 01:47:03] Production.INFO: ==29384== Releasing lock...
[2026-09-11 01:47:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 01:47:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 01:47:03] Production.INFO: Account Balance End.
[2026-09-11 01:47:04] Production.ERROR: CronJobId end 12
[2026-09-11 01:47:04] Production.INFO: ==29382== Releasing lock...
[2026-09-11 01:47:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 01:47:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 01:47:04] Production.INFO: ==29378== Releasing lock...
[2026-09-11 01:47:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 01:47:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 01:47:11] Production.ERROR: CronJobId end10
[2026-09-11 01:47:11] Production.INFO: ==29380== Releasing lock...
[2026-09-11 01:47:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 01:47:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 01:47:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 01:47:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 01:47:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 01:47:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 01:47:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 01:47:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 01:47:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 01:47:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 01:47:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 01:47:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 01:47:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 01:47:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 01:47:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 01:47:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 01:47:14] Production.INFO: call_cost start
[2026-09-11 01:47:14] Production.INFO: call_cost end
[2026-09-11 01:47:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 01:47:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 01:47:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 01:47:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 01:47:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 01:47:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 01:47:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 01:47:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 01:47:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 01:47:14] Production.INFO: ==29376== Releasing lock...
[2026-09-11 01:47:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 01:47:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 06:48:01] Production.INFO: ==29445== Lock acquired, processing the job...
[2026-09-11 06:48:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 06:48:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 06:48:01] Production.INFO: neon service started
[2026-09-11 06:48:01] Production.INFO: neon service started
[2026-09-11 06:48:01] Production.INFO: ==29445== Releasing lock...
[2026-09-11 06:48:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 06:48:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 01:48:01] Production.INFO: ==29447== Lock acquired, processing the job...
[2026-09-11 01:48:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 01:48:01] Production.INFO: ==29447== Releasing lock...
[2026-09-11 01:48:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 01:48:01] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 05:48:02] Production.INFO: ==29449== Lock acquired, processing the job...
[2026-09-11 05:48:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 05:48:02] Production.INFO: ==29449== Releasing lock...
[2026-09-11 05:48:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 05:48:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 01:48:02] Production.INFO: ==29460== Lock acquired, processing the job...
[2026-09-11 01:48:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 01:48: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-09-11 01:48: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-09-11 01:48: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-09-11 01:48:02] Production.INFO: ==29460== Releasing lock...
[2026-09-11 01:48:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 01:48:02] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 01:48:02] Production.INFO: ==29452== Lock acquired, processing the job...
[2026-09-11 01:48:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 01:48:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 01:48:03] Production.INFO: ==29454== Lock acquired, processing the job...
[2026-09-11 01:48:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 01:48:03] Production.INFO: ==29456== Lock acquired, processing the job...
[2026-09-11 01:48:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 01:48:03] Production.INFO: ==29458== Lock acquired, processing the job...
[2026-09-11 01:48:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 01:48:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 01:48:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 01:48:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 01:48:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 01:48:03] Production.INFO: Account Balance Start.
[2026-09-11 01:48:03] Production.INFO: CreateAllLog Start
[2026-09-11 01:48:03] Production.INFO: 117
[2026-09-11 01:48:03] Production.INFO: Date 2026-09-08
[2026-09-11 01:48:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:48:03] Production.INFO: Date 2026-09-09
[2026-09-11 01:48:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:48:03] Production.INFO: Date 2026-09-10
[2026-09-11 01:48:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:48:03] Production.INFO: Date 2026-09-11
[2026-09-11 01:48:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:48:03] Production.INFO: Total Charge 0
[2026-09-11 01:48:03] Production.INFO: CreateAllLog End
[2026-09-11 01:48:03] Production.INFO: ==29454== Releasing lock...
[2026-09-11 01:48:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 01:48:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 01:48:03] Production.INFO: Account Balance End.
[2026-09-11 01:48:03] Production.ERROR: CronJobId end 12
[2026-09-11 01:48:03] Production.INFO: ==29458== Releasing lock...
[2026-09-11 01:48:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 01:48:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 01:48:11] Production.ERROR: CronJobId end10
[2026-09-11 01:48:11] Production.INFO: ==29456== Releasing lock...
[2026-09-11 01:48:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 01:48:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 01:48:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 01:48:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 01:48:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 01:48:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 01:48:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 01:48:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 01:48:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 01:48:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 01:48:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 01:48:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 01:48:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 01:48:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 01:48:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 01:48:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 01:48:13] Production.INFO: call_cost start
[2026-09-11 01:48:13] Production.INFO: call_cost end
[2026-09-11 01:48:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 01:48:13] Production.INFO: ============== Report Schedule START===========
[2026-09-11 01:48:13] Production.INFO: ============== Report Schedule END===========
[2026-09-11 01:48:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 01:48:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 01:48:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 01:48:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 01:48:13] Production.INFO: ============== Deal alert START===========
[2026-09-11 01:48:13] Production.INFO: ============== Deal alert END===========
[2026-09-11 01:48:13] Production.INFO: ==29452== Releasing lock...
[2026-09-11 01:48:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 01:48:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 06:49:01] Production.INFO: ==29539== Lock acquired, processing the job...
[2026-09-11 06:49:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 06:49:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 06:49:01] Production.INFO: neon service started
[2026-09-11 06:49:01] Production.INFO: neon service started
[2026-09-11 06:49:01] Production.INFO: ==29539== Releasing lock...
[2026-09-11 06:49:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 06:49:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 05:49:02] Production.INFO: ==29544== Lock acquired, processing the job...
[2026-09-11 05:49:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 05:49:02] Production.INFO: ==29544== Releasing lock...
[2026-09-11 05:49:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 05:49:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 01:49:02] Production.INFO: ==29542== Lock acquired, processing the job...
[2026-09-11 01:49:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 01:49:02] Production.INFO: ==29542== Releasing lock...
[2026-09-11 01:49:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 01:49:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 01:49:03] Production.INFO: ==29548== Lock acquired, processing the job...
[2026-09-11 01:49:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 01:49:03] Production.INFO: ==29550== Lock acquired, processing the job...
[2026-09-11 01:49:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 01:49:03] Production.INFO: ==29546== Lock acquired, processing the job...
[2026-09-11 01:49:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 01:49:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 01:49:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 01:49:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 01:49:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 01:49:03] Production.INFO: ==29552== Lock acquired, processing the job...
[2026-09-11 01:49:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 01:49:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 01:49:03] Production.INFO: ==29554== Lock acquired, processing the job...
[2026-09-11 01:49:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 01:49:03] Production.INFO: Account Balance Start.
[2026-09-11 01:49:03] Production.INFO: CreateAllLog Start
[2026-09-11 01:49:03] Production.INFO: 117
[2026-09-11 01:49:03] Production.INFO: Date 2026-09-08
[2026-09-11 01:49:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:49:03] Production.INFO: Date 2026-09-09
[2026-09-11 01:49:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 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-09-11 01:49:03] Production.INFO: Date 2026-09-10
[2026-09-11 01:49:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:49:03] Production.INFO: Date 2026-09-11
[2026-09-11 01:49:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:49:03] Production.INFO: ==29554== Releasing lock...
[2026-09-11 01:49:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 01:49:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 01:49:03] Production.INFO: Total Charge 0
[2026-09-11 01:49:03] Production.INFO: CreateAllLog End
[2026-09-11 01:49:03] Production.INFO: Account Balance End.
[2026-09-11 01:49:03] Production.ERROR: CronJobId end 12
[2026-09-11 01:49:03] Production.INFO: ==29552== Releasing lock...
[2026-09-11 01:49:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 01:49:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 01:49:03] Production.INFO: ==29548== Releasing lock...
[2026-09-11 01:49:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 01:49:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 01:49:11] Production.ERROR: CronJobId end10
[2026-09-11 01:49:11] Production.INFO: ==29550== Releasing lock...
[2026-09-11 01:49:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 01:49:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 01:49:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 01:49:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 01:49:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 01:49:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 01:49:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 01:49:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 01:49:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 01:49:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 01:49:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 01:49:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 01:49:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 01:49:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 01:49:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 01:49:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 01:49:14] Production.INFO: call_cost start
[2026-09-11 01:49:14] Production.INFO: call_cost end
[2026-09-11 01:49:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 01:49:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 01:49:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 01:49:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 01:49:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 01:49:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 01:49:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 01:49:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 01:49:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 01:49:14] Production.INFO: ==29546== Releasing lock...
[2026-09-11 01:49:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 01:49:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 06:50:02] Production.INFO: ==29621== Lock acquired, processing the job...
[2026-09-11 06:50:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 06:50:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 06:50:02] Production.INFO: neon service started
[2026-09-11 06:50:02] Production.INFO: neon service started
[2026-09-11 06:50:02] Production.INFO: ==29621== Releasing lock...
[2026-09-11 06:50:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 06:50:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 01:50:02] Production.INFO: ==29623== Lock acquired, processing the job...
[2026-09-11 01:50:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 05:50:02] Production.INFO: ==29625== Lock acquired, processing the job...
[2026-09-11 05:50:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 05:50:02] Production.INFO: ==29625== Releasing lock...
[2026-09-11 05:50:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 05:50:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 01:50:02] Production.INFO: ==29623== Releasing lock...
[2026-09-11 01:50:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 01:50:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 01:50:03] Production.INFO: ==29630== Lock acquired, processing the job...
[2026-09-11 01:50:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 01:50:03] Production.INFO: ==29632== Lock acquired, processing the job...
[2026-09-11 01:50:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 01:50:03] Production.INFO: ==29628== Lock acquired, processing the job...
[2026-09-11 01:50:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 01:50:03] Production.INFO: ==29636== Lock acquired, processing the job...
[2026-09-11 01:50:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 01:50:03] Production.INFO: ==29634== Lock acquired, processing the job...
[2026-09-11 01:50:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 01:50:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 01:50:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 01:50:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 01:50:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 01:50:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 01:50:04] Production.INFO: Account Balance Start.
[2026-09-11 01:50:04] Production.INFO: CreateAllLog Start
[2026-09-11 01:50:04] Production.INFO: 117
[2026-09-11 01:50:04] Production.INFO: Date 2026-09-08
[2026-09-11 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-09-11 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-09-11 01:50:04] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 01:50:04] Production.INFO: ==29636== Releasing lock...
[2026-09-11 01:50:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 01:50:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 01:50:04] Production.INFO: Date 2026-09-09
[2026-09-11 01:50:04] Production.INFO: Reseller ==> 0
[2026-09-11 01:50:04] Production.INFO: Date 2026-09-10
[2026-09-11 01:50:04] Production.INFO: Reseller ==> 0
[2026-09-11 01:50:04] Production.INFO: Date 2026-09-11
[2026-09-11 01:50:04] Production.INFO: Reseller ==> 0
[2026-09-11 01:50:04] Production.INFO: ==29630== Releasing lock...
[2026-09-11 01:50:04] Production.INFO: Total Charge 0
[2026-09-11 01:50:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 01:50:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 01:50:04] Production.INFO: CreateAllLog End
[2026-09-11 01:50:04] Production.INFO: Account Balance End.
[2026-09-11 01:50:04] Production.ERROR: CronJobId end 12
[2026-09-11 01:50:04] Production.INFO: ==29634== Releasing lock...
[2026-09-11 01:50:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 01:50:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 01:50:12] Production.ERROR: CronJobId end10
[2026-09-11 01:50:12] Production.INFO: ==29632== Releasing lock...
[2026-09-11 01:50:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 01:50:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 01:50:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 01:50:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 01:50:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 01:50:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 01:50:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 01:50:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 01:50:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 01:50:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 01:50:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 01:50:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 01:50:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 01:50:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 01:50:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 01:50:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 01:50:15] Production.INFO: call_cost start
[2026-09-11 01:50:15] Production.INFO: call_cost end
[2026-09-11 01:50:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 01:50:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 01:50:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 01:50:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 01:50:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 01:50:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 01:50:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 01:50:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 01:50:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 01:50:15] Production.INFO: ==29628== Releasing lock...
[2026-09-11 01:50:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 01:50:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 06:51:01] Production.INFO: ==29700== Lock acquired, processing the job...
[2026-09-11 06:51:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 06:51:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 06:51:01] Production.INFO: neon service started
[2026-09-11 06:51:01] Production.INFO: neon service started
[2026-09-11 06:51:01] Production.INFO: ==29700== Releasing lock...
[2026-09-11 06:51:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 06:51:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 05:51:02] Production.INFO: ==29704== Lock acquired, processing the job...
[2026-09-11 05:51:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 05:51:02] Production.INFO: ==29704== Releasing lock...
[2026-09-11 05:51:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 05:51:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 01:51:02] Production.INFO: ==29702== Lock acquired, processing the job...
[2026-09-11 01:51:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 01:51:02] Production.INFO: ==29702== Releasing lock...
[2026-09-11 01:51:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 01:51:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 01:51:03] Production.INFO: ==29706== Lock acquired, processing the job...
[2026-09-11 01:51:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 01:51:03] Production.INFO: ==29710== Lock acquired, processing the job...
[2026-09-11 01:51:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 01:51:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 01:51:03] Production.INFO: ==29708== Lock acquired, processing the job...
[2026-09-11 01:51:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 01:51:03] Production.INFO: ==29712== Lock acquired, processing the job...
[2026-09-11 01:51:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 01:51:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 01:51:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 01:51:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 01:51:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 01:51:03] Production.INFO: ==29714== Lock acquired, processing the job...
[2026-09-11 01:51:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 01:51:03] Production.INFO: Account Balance Start.
[2026-09-11 01:51:03] Production.INFO: CreateAllLog Start
[2026-09-11 01:51:03] Production.INFO: 117
[2026-09-11 01:51:03] Production.INFO: Date 2026-09-08
[2026-09-11 01:51:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:51:03] Production.INFO: Date 2026-09-09
[2026-09-11 01:51:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:51:03] Production.INFO: Date 2026-09-10
[2026-09-11 01:51:03] Production.INFO: Reseller ==> 0
[2026-09-11 01: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-09-11 01: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-09-11 01:51:03] Production.INFO: Date 2026-09-11
[2026-09-11 01:51:03] Production.INFO: Reseller ==> 0
[2026-09-11 01: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-09-11 01:51:03] Production.INFO: Total Charge 0
[2026-09-11 01:51:03] Production.INFO: CreateAllLog End
[2026-09-11 01:51:03] Production.INFO: ==29714== Releasing lock...
[2026-09-11 01:51:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 01:51:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 01:51:03] Production.INFO: Account Balance End.
[2026-09-11 01:51:03] Production.ERROR: CronJobId end 12
[2026-09-11 01:51:03] Production.INFO: ==29712== Releasing lock...
[2026-09-11 01:51:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 01:51:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 01:51:04] Production.INFO: ==29708== Releasing lock...
[2026-09-11 01:51:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 01:51:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 01:51:11] Production.ERROR: CronJobId end10
[2026-09-11 01:51:11] Production.INFO: ==29710== Releasing lock...
[2026-09-11 01:51:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 01:51:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 01:51:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 01:51:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 01:51:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 01:51:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 01:51:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 01:51:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 01:51:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 01:51:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 01:51:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 01:51:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 01:51:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 01:51:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 01:51:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 01:51:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 01:51:14] Production.INFO: call_cost start
[2026-09-11 01:51:14] Production.INFO: call_cost end
[2026-09-11 01:51:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 01:51:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 01:51:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 01:51:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 01:51:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 01:51:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 01:51:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 01:51:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 01:51:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 01:51:14] Production.INFO: ==29706== Releasing lock...
[2026-09-11 01:51:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 01:51:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 06:52:02] Production.INFO: ==29784== Lock acquired, processing the job...
[2026-09-11 06:52:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 06:52:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 06:52:02] Production.INFO: neon service started
[2026-09-11 06:52:02] Production.INFO: neon service started
[2026-09-11 06:52:02] Production.INFO: ==29784== Releasing lock...
[2026-09-11 06:52:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 06:52:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 05:52:02] Production.INFO: ==29788== Lock acquired, processing the job...
[2026-09-11 05:52:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 05:52:02] Production.INFO: ==29788== Releasing lock...
[2026-09-11 05:52:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 05:52:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 01:52:02] Production.INFO: ==29786== Lock acquired, processing the job...
[2026-09-11 01:52:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 01:52:02] Production.INFO: ==29786== Releasing lock...
[2026-09-11 01:52:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 01:52:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 01:52:03] Production.INFO: ==29790== Lock acquired, processing the job...
[2026-09-11 01:52:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 01:52:03] Production.INFO: ==29792== Lock acquired, processing the job...
[2026-09-11 01:52:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 01:52:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 01:52:03] Production.INFO: ==29799== Lock acquired, processing the job...
[2026-09-11 01:52:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 01:52:03] Production.INFO: ==29794== Lock acquired, processing the job...
[2026-09-11 01:52:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 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-09-11 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-09-11 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-09-11 01:52:03] Production.INFO: ==29799== Releasing lock...
[2026-09-11 01:52:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 01:52:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 01:52:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 01:52:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 01:52:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 01:52:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 01:52:03] Production.INFO: ==29796== Lock acquired, processing the job...
[2026-09-11 01:52:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 01:52:04] Production.INFO: Account Balance Start.
[2026-09-11 01:52:04] Production.INFO: CreateAllLog Start
[2026-09-11 01:52:04] Production.INFO: 117
[2026-09-11 01:52:04] Production.INFO: Date 2026-09-08
[2026-09-11 01:52:04] Production.INFO: Reseller ==> 0
[2026-09-11 01:52:04] Production.INFO: Date 2026-09-09
[2026-09-11 01:52:04] Production.INFO: Reseller ==> 0
[2026-09-11 01:52:04] Production.INFO: Date 2026-09-10
[2026-09-11 01:52:04] Production.INFO: Reseller ==> 0
[2026-09-11 01:52:04] Production.INFO: Date 2026-09-11
[2026-09-11 01:52:04] Production.INFO: Reseller ==> 0
[2026-09-11 01:52:04] Production.INFO: Total Charge 0
[2026-09-11 01:52:04] Production.INFO: CreateAllLog End
[2026-09-11 01:52:04] Production.INFO: ==29792== Releasing lock...
[2026-09-11 01:52:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 01:52:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 01:52:04] Production.INFO: Account Balance End.
[2026-09-11 01:52:04] Production.ERROR: CronJobId end 12
[2026-09-11 01:52:04] Production.INFO: ==29796== Releasing lock...
[2026-09-11 01:52:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 01:52:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 01:52:12] Production.ERROR: CronJobId end10
[2026-09-11 01:52:12] Production.INFO: ==29794== Releasing lock...
[2026-09-11 01:52:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 01:52:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 01:52:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 01:52:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 01:52:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 01:52:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 01:52:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 01:52:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 01:52:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 01:52:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 01:52:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 01:52:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 01:52:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 01:52:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 01:52:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 01:52:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 01:52:14] Production.INFO: call_cost start
[2026-09-11 01:52:14] Production.INFO: call_cost end
[2026-09-11 01:52:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 01:52:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 01:52:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 01:52:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 01:52:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 01:52:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 01:52:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 01:52:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 01:52:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 01:52:14] Production.INFO: ==29790== Releasing lock...
[2026-09-11 01:52:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 01:52:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 06:53:01] Production.INFO: ==29861== Lock acquired, processing the job...
[2026-09-11 06:53:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 06:53:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 06:53:01] Production.INFO: neon service started
[2026-09-11 06:53:01] Production.INFO: neon service started
[2026-09-11 06:53:01] Production.INFO: ==29861== Releasing lock...
[2026-09-11 06:53:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 06:53:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 01:53:02] Production.INFO: ==29863== Lock acquired, processing the job...
[2026-09-11 01:53:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 05:53:02] Production.INFO: ==29865== Lock acquired, processing the job...
[2026-09-11 05:53:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 05:53:02] Production.INFO: ==29865== Releasing lock...
[2026-09-11 05:53:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 05:53:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 01:53:02] Production.INFO: ==29863== Releasing lock...
[2026-09-11 01:53:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 01:53:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 01:53:03] Production.INFO: ==29868== Lock acquired, processing the job...
[2026-09-11 01:53:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 01:53:03] Production.INFO: ==29870== Lock acquired, processing the job...
[2026-09-11 01:53:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 01:53:03] Production.INFO: ==29874== Lock acquired, processing the job...
[2026-09-11 01:53:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 01:53:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 01:53:03] Production.INFO: ==29872== Lock acquired, processing the job...
[2026-09-11 01:53:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 01:53:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 01:53:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 01:53:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 01:53:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 01:53:03] Production.INFO: Account Balance Start.
[2026-09-11 01:53:03] Production.INFO: CreateAllLog Start
[2026-09-11 01:53:03] Production.INFO: 117
[2026-09-11 01:53:03] Production.INFO: ==29876== Lock acquired, processing the job...
[2026-09-11 01:53:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 01:53:03] Production.INFO: Date 2026-09-08
[2026-09-11 01:53:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:53:03] Production.INFO: Date 2026-09-09
[2026-09-11 01:53:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:53:03] Production.INFO: Date 2026-09-10
[2026-09-11 01:53:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:53:03] Production.INFO: Date 2026-09-11
[2026-09-11 01:53:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:53:03] Production.INFO: Total Charge 0
[2026-09-11 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-09-11 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-09-11 01:53:03] Production.INFO: CreateAllLog End
[2026-09-11 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-09-11 01:53:03] Production.INFO: ==29876== Releasing lock...
[2026-09-11 01:53:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 01:53:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 01:53:03] Production.INFO: Account Balance End.
[2026-09-11 01:53:03] Production.ERROR: CronJobId end 12
[2026-09-11 01:53:03] Production.INFO: ==29874== Releasing lock...
[2026-09-11 01:53:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 01:53:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 01:53:04] Production.INFO: ==29870== Releasing lock...
[2026-09-11 01:53:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 01:53:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 01:53:11] Production.ERROR: CronJobId end10
[2026-09-11 01:53:11] Production.INFO: ==29872== Releasing lock...
[2026-09-11 01:53:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 01:53:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 01:53:12] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 01:53:12] Production.INFO: ============== Balance Warning START===========
[2026-09-11 01:53:12] Production.INFO: ============== Balance Warning END===========
[2026-09-11 01:53:12] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 01:53:12] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 01:53:12] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 01:53:12] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 01:53:12] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 01:53:12] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 01:53:12] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 01:53:12] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 01:53:12] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 01:53:12] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 01:53:12] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 01:53:13] Production.INFO: call_cost start
[2026-09-11 01:53:13] Production.INFO: call_cost end
[2026-09-11 01:53:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 01:53:13] Production.INFO: ============== Report Schedule START===========
[2026-09-11 01:53:13] Production.INFO: ============== Report Schedule END===========
[2026-09-11 01:53:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 01:53:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 01:53:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 01:53:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 01:53:13] Production.INFO: ============== Deal alert START===========
[2026-09-11 01:53:13] Production.INFO: ============== Deal alert END===========
[2026-09-11 01:53:13] Production.INFO: ==29868== Releasing lock...
[2026-09-11 01:53:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 01:53:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 06:54:01] Production.INFO: ==29943== Lock acquired, processing the job...
[2026-09-11 06:54:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 06:54:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 06:54:01] Production.INFO: neon service started
[2026-09-11 06:54:01] Production.INFO: neon service started
[2026-09-11 06:54:01] Production.INFO: ==29943== Releasing lock...
[2026-09-11 06:54:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 06:54:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 05:54:02] Production.INFO: ==29947== Lock acquired, processing the job...
[2026-09-11 05:54:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 05:54:02] Production.INFO: ==29947== Releasing lock...
[2026-09-11 05:54:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 05:54:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 01:54:02] Production.INFO: ==29945== Lock acquired, processing the job...
[2026-09-11 01:54:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 01:54:02] Production.INFO: ==29945== Releasing lock...
[2026-09-11 01:54:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 01:54:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 01:54:03] Production.INFO: ==29952== Lock acquired, processing the job...
[2026-09-11 01:54:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 01:54:03] Production.INFO: ==29950== Lock acquired, processing the job...
[2026-09-11 01:54:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 01:54:03] Production.INFO: ==29954== Lock acquired, processing the job...
[2026-09-11 01:54:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 01:54:03] Production.INFO: ==29956== Lock acquired, processing the job...
[2026-09-11 01:54:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 01:54:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 01:54:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 01:54:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 01:54:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 01:54:03] Production.INFO: ==29958== Lock acquired, processing the job...
[2026-09-11 01:54:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 01:54:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 01:54:03] Production.INFO: Account Balance Start.
[2026-09-11 01:54:03] Production.INFO: CreateAllLog Start
[2026-09-11 01:54:03] Production.INFO: 117
[2026-09-11 01:54:03] Production.INFO: Date 2026-09-08
[2026-09-11 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-09-11 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-09-11 01:54:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 01:54:03] Production.INFO: ==29958== Releasing lock...
[2026-09-11 01:54:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 01:54:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 01:54:03] Production.INFO: Date 2026-09-09
[2026-09-11 01:54:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:54:03] Production.INFO: Date 2026-09-10
[2026-09-11 01:54:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:54:03] Production.INFO: Date 2026-09-11
[2026-09-11 01:54:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:54:04] Production.INFO: Total Charge 0
[2026-09-11 01:54:04] Production.INFO: CreateAllLog End
[2026-09-11 01:54:04] Production.INFO: Account Balance End.
[2026-09-11 01:54:04] Production.INFO: ==29952== Releasing lock...
[2026-09-11 01:54:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 01:54:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 01:54:04] Production.ERROR: CronJobId end 12
[2026-09-11 01:54:04] Production.INFO: ==29956== Releasing lock...
[2026-09-11 01:54:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 01:54:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 01:54:11] Production.ERROR: CronJobId end10
[2026-09-11 01:54:11] Production.INFO: ==29954== Releasing lock...
[2026-09-11 01:54:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 01:54:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 01:54:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 01:54:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 01:54:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 01:54:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 01:54:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 01:54:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 01:54:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 01:54:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 01:54:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 01:54:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 01:54:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 01:54:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 01:54:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 01:54:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 01:54:14] Production.INFO: call_cost start
[2026-09-11 01:54:14] Production.INFO: call_cost end
[2026-09-11 01:54:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 01:54:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 01:54:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 01:54:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 01:54:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 01:54:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 01:54:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 01:54:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 01:54:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 01:54:14] Production.INFO: ==29950== Releasing lock...
[2026-09-11 01:54:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 01:54:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 06:55:01] Production.INFO: ==30031== Lock acquired, processing the job...
[2026-09-11 06:55:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 06:55:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 06:55:01] Production.INFO: neon service started
[2026-09-11 06:55:01] Production.INFO: neon service started
[2026-09-11 06:55:01] Production.INFO: ==30031== Releasing lock...
[2026-09-11 06:55:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 06:55:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 01:55:01] Production.INFO: ==30033== Lock acquired, processing the job...
[2026-09-11 01:55:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 01:55:02] Production.INFO: ==30033== Releasing lock...
[2026-09-11 01:55:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 01:55:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 05:55:02] Production.INFO: ==30035== Lock acquired, processing the job...
[2026-09-11 05:55:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 05:55:02] Production.INFO: ==30035== Releasing lock...
[2026-09-11 05:55:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 05:55:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 01:55:03] Production.INFO: ==30039== Lock acquired, processing the job...
[2026-09-11 01:55:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 01:55:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 01:55:03] Production.INFO: ==30037== Lock acquired, processing the job...
[2026-09-11 01:55:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-11 01:55:03] Production.INFO: ==30049== Lock acquired, processing the job...
[2026-09-11 01:55:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-11 01:55:03] Production.INFO: ==30042== Lock acquired, processing the job...
[2026-09-11 01:55:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 01:55:03] Production.ERROR: tblTempUsageDetail_20
[2026-09-11 01:55:03] Production.ERROR: ========================== active cronjob start =============================
[2026-09-11 01:55:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-11 01:55:03] Production.ERROR: CronJob PID - 30039
[2026-09-11 01:55:03] Production.ERROR: CronJob Title - System Alerts
[2026-09-11 01:55:03] Production.ERROR: CronJob ID - 5
[2026-09-11 01:55:03] Production.ERROR: CronJob Last Run Time 2026-09-11 01:55:00
[2026-09-11 01:55:03] Production.ERROR: CronJob Active Minutes 0
[2026-09-11 01:55:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-11 01:55:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-11 01:55:03] Production.ERROR: CronJob PID - 30049
[2026-09-11 01:55:03] Production.ERROR: CronJob Title - PBX - DanielGraystone - 54.39.17.106 Reseller CDR Process
[2026-09-11 01:55:03] Production.ERROR: CronJob ID - 17
[2026-09-11 01:55:03] Production.ERROR: CronJob Last Run Time 2026-09-11 01:55:00
[2026-09-11 01:55:03] Production.ERROR: CronJob Active Minutes 0
[2026-09-11 01:55:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-11 01:55:03] Production.INFO: ==30045== Lock acquired, processing the job...
[2026-09-11 01:55:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 01:55:03] Production.ERROR: ========================== active cronjob end =============================
[2026-09-11 01:55:03] Production.INFO: ==30037== Releasing lock...
[2026-09-11 01:55:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-11 01:55:03] Production.INFO: 25.5 MB #Memory Used#
[2026-09-11 01:55:03] Production.INFO: ==30047== Lock acquired, processing the job...
[2026-09-11 01:55:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 01:55:03] Production.INFO: ==30051== Lock acquired, processing the job...
[2026-09-11 01:55:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 01:55:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 01:55:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 01:55:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 01:55:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 01:55:03] Production.INFO: Account Balance Start.
[2026-09-11 01:55:03] Production.INFO: CreateAllLog Start
[2026-09-11 01:55:03] Production.INFO: 117
[2026-09-11 01:55:03] Production.INFO: Date 2026-09-08
[2026-09-11 01:55:03] Production.INFO: Reseller ==> 0
[2026-09-11 01: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-09-11 01: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-09-11 01: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-09-11 01:55:03] Production.INFO: ==30051== Releasing lock...
[2026-09-11 01:55:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 01:55:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 01:55:03] Production.INFO: Date 2026-09-09
[2026-09-11 01:55:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:55:03] Production.INFO: Date 2026-09-10
[2026-09-11 01:55:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:55:03] Production.ERROR: done
[2026-09-11 01:55:03] Production.INFO: Date 2026-09-11
[2026-09-11 01:55:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:55:03] Production.INFO: Total Charge 0
[2026-09-11 01:55:03] Production.INFO: CreateAllLog End
[2026-09-11 01:55:03] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-11 01:55:03] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17981819', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) start
[2026-09-11 01:55:04] Production.INFO: Account Balance End.
[2026-09-11 01:55:04] Production.ERROR: CronJobId end 12
[2026-09-11 01:55:04] Production.INFO: ==30047== Releasing lock...
[2026-09-11 01:55:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 01:55:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 01:55:04] Production.INFO: ==30042== Releasing lock...
[2026-09-11 01:55:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 01:55:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 01:55:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17981819', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) end
[2026-09-11 01:55:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-11 01:55:10] Production.INFO: ProcessCDR(1,17981819,1,1,2)
[2026-09-11 01:55:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17981819,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 01:55:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17981819,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 01:55:10] Production.ERROR: pbx prc_insertCDR start
[2026-09-11 01:55:10] Production.ERROR: pbx prc_insertCDR end
[2026-09-11 01:55:10] Production.INFO: ==30049== Releasing lock...
[2026-09-11 01:55:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-11 01:55:10] Production.INFO: 26 MB #Memory Used#
[2026-09-11 01:55:14] Production.ERROR: CronJobId end10
[2026-09-11 01:55:14] Production.INFO: ==30045== Releasing lock...
[2026-09-11 01:55:14] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 01:55:14] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 01:55:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 01:55:16] Production.INFO: ============== Balance Warning START===========
[2026-09-11 01:55:16] Production.INFO: ============== Balance Warning END===========
[2026-09-11 01:55:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 01:55:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 01:55:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 01:55:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 01:55:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 01:55:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 01:55:16] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 01:55:16] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 01:55:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 01:55:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 01:55:16] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 01:55:17] Production.INFO: call_cost start
[2026-09-11 01:55:17] Production.INFO: call_cost end
[2026-09-11 01:55:17] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 01:55:17] Production.INFO: ============== Report Schedule START===========
[2026-09-11 01:55:17] Production.INFO: ============== Report Schedule END===========
[2026-09-11 01:55:17] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 01:55:17] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 01:55:17] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 01:55:17] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 01:55:17] Production.INFO: ============== Deal alert START===========
[2026-09-11 01:55:17] Production.INFO: ============== Deal alert END===========
[2026-09-11 01:55:17] Production.INFO: ==30039== Releasing lock...
[2026-09-11 01:55:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 01:55:17] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 06:56:01] Production.INFO: ==30116== Lock acquired, processing the job...
[2026-09-11 06:56:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 06:56:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 06:56:01] Production.INFO: neon service started
[2026-09-11 06:56:01] Production.INFO: neon service started
[2026-09-11 06:56:01] Production.INFO: ==30116== Releasing lock...
[2026-09-11 06:56:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 06:56:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 01:56:02] Production.INFO: ==30118== Lock acquired, processing the job...
[2026-09-11 01:56:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 01:56:02] Production.INFO: ==30118== Releasing lock...
[2026-09-11 01:56:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 01:56:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 05:56:02] Production.INFO: ==30120== Lock acquired, processing the job...
[2026-09-11 05:56:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 05:56:02] Production.INFO: ==30120== Releasing lock...
[2026-09-11 05:56:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 05:56:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 01:56:03] Production.INFO: ==30128== Lock acquired, processing the job...
[2026-09-11 01:56:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 01:56:03] Production.INFO: ==30122== Lock acquired, processing the job...
[2026-09-11 01:56:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 01:56:03] Production.INFO: Account Balance Start.
[2026-09-11 01:56:03] Production.INFO: CreateAllLog Start
[2026-09-11 01:56:03] Production.INFO: 117
[2026-09-11 01:56:03] Production.INFO: ==30126== Lock acquired, processing the job...
[2026-09-11 01:56:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 01:56:03] Production.INFO: Date 2026-09-08
[2026-09-11 01:56:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:56:03] Production.INFO: ==30124== Lock acquired, processing the job...
[2026-09-11 01:56:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 01:56:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 01:56:03] Production.INFO: Date 2026-09-09
[2026-09-11 01:56:03] Production.INFO: ==30130== Lock acquired, processing the job...
[2026-09-11 01:56:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 01:56:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:56:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 01:56:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 01:56:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 01:56:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 01:56:03] Production.INFO: Date 2026-09-10
[2026-09-11 01:56:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:56:03] Production.INFO: Date 2026-09-11
[2026-09-11 01:56:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 01:56:03] Production.INFO: Total Charge 0
[2026-09-11 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-09-11 01:56:03] Production.INFO: ==30130== Releasing lock...
[2026-09-11 01:56:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 01:56:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 01:56:03] Production.INFO: CreateAllLog End
[2026-09-11 01:56:03] Production.INFO: Account Balance End.
[2026-09-11 01:56:03] Production.ERROR: CronJobId end 12
[2026-09-11 01:56:03] Production.INFO: ==30128== Releasing lock...
[2026-09-11 01:56:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 01:56:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 01:56:04] Production.INFO: ==30124== Releasing lock...
[2026-09-11 01:56:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 01:56:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 01:56:11] Production.ERROR: CronJobId end10
[2026-09-11 01:56:11] Production.INFO: ==30126== Releasing lock...
[2026-09-11 01:56:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 01:56:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 01:56:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 01:56:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 01:56:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 01:56:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 01:56:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 01:56:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 01:56:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 01:56:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 01:56:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 01:56:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 01:56:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 01:56:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 01:56:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 01:56:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 01:56:15] Production.INFO: call_cost start
[2026-09-11 01:56:15] Production.INFO: call_cost end
[2026-09-11 01:56:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 01:56:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 01:56:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 01:56:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 01:56:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 01:56:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 01:56:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 01:56:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 01:56:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 01:56:15] Production.INFO: ==30122== Releasing lock...
[2026-09-11 01:56:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 01:56:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 06:57:02] Production.INFO: ==30196== Lock acquired, processing the job...
[2026-09-11 06:57:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 06:57:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 06:57:02] Production.INFO: neon service started
[2026-09-11 06:57:02] Production.INFO: neon service started
[2026-09-11 06:57:02] Production.INFO: ==30196== Releasing lock...
[2026-09-11 06:57:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 06:57:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 01:57:02] Production.INFO: ==30198== Lock acquired, processing the job...
[2026-09-11 01:57:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 01:57:02] Production.INFO: ==30198== Releasing lock...
[2026-09-11 01:57:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 01:57:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 05:57:03] Production.INFO: ==30200== Lock acquired, processing the job...
[2026-09-11 05:57:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 05:57:03] Production.INFO: ==30200== Releasing lock...
[2026-09-11 05:57:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 05:57:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 01:57:03] Production.INFO: ==30208== Lock acquired, processing the job...
[2026-09-11 01:57:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 01:57:03] Production.INFO: ==30202== Lock acquired, processing the job...
[2026-09-11 01:57:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 01:57:03] Production.INFO: ==30206== Lock acquired, processing the job...
[2026-09-11 01:57:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 01:57:03] Production.INFO: Account Balance Start.
[2026-09-11 01:57:03] Production.INFO: CreateAllLog Start
[2026-09-11 01:57:03] Production.INFO: 117
[2026-09-11 01:57:03] Production.INFO: ==30204== Lock acquired, processing the job...
[2026-09-11 01:57:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 01:57:03] Production.INFO: Date 2026-09-08
[2026-09-11 01:57:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 01:57:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:57:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 01:57:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 01:57:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 01:57:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 01:57:03] Production.INFO: Date 2026-09-09
[2026-09-11 01:57:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:57:03] Production.INFO: Date 2026-09-10
[2026-09-11 01:57:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:57:03] Production.INFO: Date 2026-09-11
[2026-09-11 01:57:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:57:03] Production.INFO: ==30210== Lock acquired, processing the job...
[2026-09-11 01:57:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 01:57:03] Production.INFO: Total Charge 0
[2026-09-11 01:57:04] Production.INFO: CreateAllLog End
[2026-09-11 01: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-09-11 01: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-09-11 01: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-09-11 01:57:04] Production.INFO: ==30210== Releasing lock...
[2026-09-11 01:57:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 01:57:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 01:57:04] Production.INFO: Account Balance End.
[2026-09-11 01:57:04] Production.ERROR: CronJobId end 12
[2026-09-11 01:57:04] Production.INFO: ==30208== Releasing lock...
[2026-09-11 01:57:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 01:57:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 01:57:04] Production.INFO: ==30204== Releasing lock...
[2026-09-11 01:57:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 01:57:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 01:57:12] Production.ERROR: CronJobId end10
[2026-09-11 01:57:12] Production.INFO: ==30206== Releasing lock...
[2026-09-11 01:57:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 01:57:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 01:57:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 01:57:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 01:57:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 01:57:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 01:57:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 01:57:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 01:57:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 01:57:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 01:57:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 01:57:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 01:57:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 01:57:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 01:57:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 01:57:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 01:57:14] Production.INFO: call_cost start
[2026-09-11 01:57:14] Production.INFO: call_cost end
[2026-09-11 01:57:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 01:57:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 01:57:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 01:57:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 01:57:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 01:57:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 01:57:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 01:57:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 01:57:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 01:57:14] Production.INFO: ==30202== Releasing lock...
[2026-09-11 01:57:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 01:57:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 06:58:01] Production.INFO: ==30274== Lock acquired, processing the job...
[2026-09-11 06:58:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 06:58:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 06:58:01] Production.INFO: neon service started
[2026-09-11 06:58:01] Production.INFO: neon service started
[2026-09-11 06:58:01] Production.INFO: ==30274== Releasing lock...
[2026-09-11 06:58:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 06:58:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 01:58:02] Production.INFO: ==30276== Lock acquired, processing the job...
[2026-09-11 01:58:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 01:58:02] Production.INFO: ==30276== Releasing lock...
[2026-09-11 01:58:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 01:58:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 05:58:02] Production.INFO: ==30278== Lock acquired, processing the job...
[2026-09-11 05:58:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 05:58:02] Production.INFO: ==30278== Releasing lock...
[2026-09-11 05:58:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 05:58:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 01:58:03] Production.INFO: ==30283== Lock acquired, processing the job...
[2026-09-11 01:58:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 01:58:03] Production.INFO: ==30285== Lock acquired, processing the job...
[2026-09-11 01:58:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 01:58:03] Production.INFO: ==30287== Lock acquired, processing the job...
[2026-09-11 01:58:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 01:58:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 01:58:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 01:58:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 01:58:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 01:58:03] Production.INFO: ==30281== Lock acquired, processing the job...
[2026-09-11 01:58:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 01:58:03] Production.INFO: Account Balance Start.
[2026-09-11 01:58:03] Production.INFO: CreateAllLog Start
[2026-09-11 01:58:03] Production.INFO: 117
[2026-09-11 01:58:03] Production.INFO: Date 2026-09-08
[2026-09-11 01:58:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:58:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 01:58:03] Production.INFO: Date 2026-09-09
[2026-09-11 01:58:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:58:03] Production.INFO: Date 2026-09-10
[2026-09-11 01:58:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:58:03] Production.INFO: ==30289== Lock acquired, processing the job...
[2026-09-11 01:58:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 01:58:03] Production.INFO: Date 2026-09-11
[2026-09-11 01:58:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:58:03] Production.INFO: Total Charge 0
[2026-09-11 01:58:03] Production.INFO: CreateAllLog End
[2026-09-11 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-09-11 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-09-11 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-09-11 01:58:03] Production.INFO: ==30289== Releasing lock...
[2026-09-11 01:58:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 01:58:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 01:58:03] Production.INFO: Account Balance End.
[2026-09-11 01:58:03] Production.ERROR: CronJobId end 12
[2026-09-11 01:58:03] Production.INFO: ==30287== Releasing lock...
[2026-09-11 01:58:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 01:58:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 01:58:03] Production.INFO: ==30283== Releasing lock...
[2026-09-11 01:58:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 01:58:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 01:58:12] Production.ERROR: CronJobId end10
[2026-09-11 01:58:12] Production.INFO: ==30285== Releasing lock...
[2026-09-11 01:58:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 01:58:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 01:58:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 01:58:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 01:58:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 01:58:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 01:58:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 01:58:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 01:58:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 01:58:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 01:58:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 01:58:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 01:58:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 01:58:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 01:58:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 01:58:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 01:58:14] Production.INFO: call_cost start
[2026-09-11 01:58:14] Production.INFO: call_cost end
[2026-09-11 01:58:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 01:58:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 01:58:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 01:58:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 01:58:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 01:58:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 01:58:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 01:58:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 01:58:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 01:58:14] Production.INFO: ==30281== Releasing lock...
[2026-09-11 01:58:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 01:58:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 06:59:02] Production.INFO: ==30354== Lock acquired, processing the job...
[2026-09-11 06:59:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 06:59:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 06:59:02] Production.INFO: neon service started
[2026-09-11 06:59:02] Production.INFO: neon service started
[2026-09-11 06:59:02] Production.INFO: ==30354== Releasing lock...
[2026-09-11 06:59:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 06:59:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 01:59:02] Production.INFO: ==30356== Lock acquired, processing the job...
[2026-09-11 01:59:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 01:59:02] Production.INFO: ==30356== Releasing lock...
[2026-09-11 01:59:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 01:59:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 05:59:02] Production.INFO: ==30358== Lock acquired, processing the job...
[2026-09-11 05:59:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 05:59:02] Production.INFO: ==30358== Releasing lock...
[2026-09-11 05:59:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 05:59:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 01:59:03] Production.INFO: ==30366== Lock acquired, processing the job...
[2026-09-11 01:59:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 01:59:03] Production.INFO: Account Balance Start.
[2026-09-11 01:59:03] Production.INFO: CreateAllLog Start
[2026-09-11 01:59:03] Production.INFO: 117
[2026-09-11 01:59:03] Production.INFO: Date 2026-09-08
[2026-09-11 01:59:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:59:03] Production.INFO: Date 2026-09-09
[2026-09-11 01:59:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:59:03] Production.INFO: Date 2026-09-10
[2026-09-11 01:59:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:59:03] Production.INFO: Date 2026-09-11
[2026-09-11 01:59:03] Production.INFO: ==30360== Lock acquired, processing the job...
[2026-09-11 01:59:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 01:59:03] Production.INFO: Reseller ==> 0
[2026-09-11 01:59:03] Production.INFO: Total Charge 0
[2026-09-11 01:59:03] Production.INFO: CreateAllLog End
[2026-09-11 01:59:03] Production.INFO: ==30362== Lock acquired, processing the job...
[2026-09-11 01:59:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 01:59:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 01:59:03] Production.INFO: ==30364== Lock acquired, processing the job...
[2026-09-11 01:59:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 01:59:03] Production.INFO: Account Balance End.
[2026-09-11 01:59:03] Production.INFO: ==30368== Lock acquired, processing the job...
[2026-09-11 01:59:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 01:59:03] Production.ERROR: CronJobId end 12
[2026-09-11 01:59:03] Production.INFO: ==30366== Releasing lock...
[2026-09-11 01:59:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 01:59:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 01:59:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 01:59:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 01:59:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 01:59:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 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-09-11 01: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-09-11 01: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-09-11 01:59:03] Production.INFO: ==30368== Releasing lock...
[2026-09-11 01:59:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 01:59:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 01:59:04] Production.INFO: ==30362== Releasing lock...
[2026-09-11 01:59:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 01:59:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 01:59:12] Production.ERROR: CronJobId end10
[2026-09-11 01:59:12] Production.INFO: ==30364== Releasing lock...
[2026-09-11 01:59:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 01:59:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 01:59:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 01:59:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 01:59:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 01:59:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 01:59:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 01:59:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 01:59:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 01:59:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 01:59:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 01:59:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 01:59:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 01:59:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 01:59:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 01:59:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 01:59:14] Production.INFO: call_cost start
[2026-09-11 01:59:14] Production.INFO: call_cost end
[2026-09-11 01:59:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 01:59:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 01:59:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 01:59:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 01:59:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 01:59:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 01:59:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 01:59:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 01:59:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 01:59:14] Production.INFO: ==30360== Releasing lock...
[2026-09-11 01:59:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 01:59:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 07:00:01] Production.INFO: ==30442== Lock acquired, processing the job...
[2026-09-11 07:00:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 07:00:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 07:00:01] Production.INFO: neon service started
[2026-09-11 07:00:01] Production.INFO: neon service started
[2026-09-11 07:00:01] Production.INFO: ==30442== Releasing lock...
[2026-09-11 07:00:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 07:00:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 02:00:01] Production.INFO: ==30444== Lock acquired, processing the job...
[2026-09-11 02:00:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 02:00:02] Production.INFO: ==30444== Releasing lock...
[2026-09-11 02:00:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 02:00:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 06:00:02] Production.INFO: ==30446== Lock acquired, processing the job...
[2026-09-11 06:00:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 06:00:02] Production.INFO: ==30446== Releasing lock...
[2026-09-11 06:00:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 06:00:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 02:00:03] Production.INFO: ==30453== Lock acquired, processing the job...
[2026-09-11 02:00:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 02:00:03] Production.INFO: ==30457== Lock acquired, processing the job...
[2026-09-11 02:00:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 02:00:03] Production.INFO: ==30449== Lock acquired, processing the job...
[2026-09-11 02:00:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 02:00:03] Production.INFO: ==30451== Lock acquired, processing the job...
[2026-09-11 02:00:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 02:00:03] Production.INFO: ==30455== Lock acquired, processing the job...
[2026-09-11 02:00:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 02:00:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 02:00:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 02:00:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 02:00:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 02:00:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 02: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-09-11 02: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-09-11 02: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-09-11 02:00:03] Production.INFO: ==30457== Releasing lock...
[2026-09-11 02:00:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 02:00:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 02:00:03] Production.INFO: Account Balance Start.
[2026-09-11 02:00:03] Production.INFO: CreateAllLog Start
[2026-09-11 02:00:03] Production.INFO: 117
[2026-09-11 02:00:03] Production.INFO: Date 2026-09-08
[2026-09-11 02:00:03] Production.INFO: Reseller ==> 0
[2026-09-11 02:00:03] Production.INFO: Date 2026-09-09
[2026-09-11 02:00:03] Production.INFO: Reseller ==> 0
[2026-09-11 02:00:03] Production.INFO: Date 2026-09-10
[2026-09-11 02:00:03] Production.INFO: Reseller ==> 0
[2026-09-11 02:00:03] Production.INFO: Date 2026-09-11
[2026-09-11 02:00:03] Production.INFO: Reseller ==> 0
[2026-09-11 02:00:03] Production.INFO: Total Charge 0
[2026-09-11 02:00:03] Production.INFO: CreateAllLog End
[2026-09-11 02:00:03] Production.INFO: Account Balance End.
[2026-09-11 02:00:03] Production.ERROR: CronJobId end 12
[2026-09-11 02:00:03] Production.INFO: ==30455== Releasing lock...
[2026-09-11 02:00:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 02:00:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 02:00:04] Production.INFO: ==30451== Releasing lock...
[2026-09-11 02:00:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 02:00:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 02:00:11] Production.ERROR: CronJobId end10
[2026-09-11 02:00:11] Production.INFO: ==30453== Releasing lock...
[2026-09-11 02:00:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 02:00:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 02:00:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 02:00:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 02:00:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 02:00:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 02:00:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 02:00:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 02:00:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 02:00:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 02:00:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 02:00:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 02:00:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 02:00:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 02:00:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 02:00:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 02:00:14] Production.INFO: call_cost start
[2026-09-11 02:00:14] Production.INFO: call_cost end
[2026-09-11 02:00:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 02:00:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 02:00:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 02:00:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 02:00:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 02:00:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 02:00:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 02:00:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 02:00:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 02:00:14] Production.INFO: ==30449== Releasing lock...
[2026-09-11 02:00:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 02:00:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 07:01:01] Production.INFO: ==30525== Lock acquired, processing the job...
[2026-09-11 07:01:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 07:01:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 07:01:01] Production.INFO: neon service started
[2026-09-11 07:01:01] Production.INFO: neon service started
[2026-09-11 07:01:01] Production.INFO: ==30525== Releasing lock...
[2026-09-11 07:01:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 07:01:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 02:01:02] Production.INFO: ==30540== Lock acquired, processing the job...
[2026-09-11 02:01:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 06:01:02] Production.INFO: ==30542== Lock acquired, processing the job...
[2026-09-11 06:01:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 06:01:02] Production.INFO: ==30542== Releasing lock...
[2026-09-11 06:01:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 06:01:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 02:01:03] Production.INFO: ==30540== Releasing lock...
[2026-09-11 02:01:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 02:01:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 02:01:03] Production.INFO: ==30549== Lock acquired, processing the job...
[2026-09-11 02:01:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 02:01:03] Production.INFO: ==30553== Lock acquired, processing the job...
[2026-09-11 02:01:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 02:01:03] Production.INFO: ==30545== Lock acquired, processing the job...
[2026-09-11 02:01:03] Production.INFO: servercleanup-command-servercleanup-companyid-1-cronjobid-4 #Starts#
[2026-09-11 02:01:03] Production.INFO: Account Balance Start.
[2026-09-11 02:01:03] Production.INFO: CreateAllLog Start
[2026-09-11 02:01:03] Production.INFO: 117
[2026-09-11 02:01:03] Production.INFO: Date 2026-09-08
[2026-09-11 02:01:03] Production.INFO: Reseller ==> 0
[2026-09-11 02:01:04] Production.INFO: Date 2026-09-09
[2026-09-11 02:01:04] Production.INFO: Reseller ==> 0
[2026-09-11 02:01:04] Production.INFO: Date 2026-09-10
[2026-09-11 02:01:04] Production.INFO: Reseller ==> 0
[2026-09-11 02:01:04] Production.INFO: ==30547== Lock acquired, processing the job...
[2026-09-11 02:01:04] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 02:01:04] Production.INFO: Date 2026-09-11
[2026-09-11 02:01:04] Production.INFO: Reseller ==> 0
[2026-09-11 02:01:04] Production.INFO: Total Charge 0
[2026-09-11 02:01:04] Production.INFO: CreateAllLog End
[2026-09-11 02:01:04] Production.INFO: ==30551== Lock acquired, processing the job...
[2026-09-11 02:01:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 02:01:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 02:01:04] Production.INFO: ==30555== Lock acquired, processing the job...
[2026-09-11 02:01:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 02:01:04] Production.INFO: Account Balance End.
[2026-09-11 02:01:04] Production.ERROR: CronJobId end 12
[2026-09-11 02:01:04] Production.INFO: ==30553== Releasing lock...
[2026-09-11 02:01:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 02:01:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 02:01:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 02:01:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 02:01:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 02:01:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 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-09-11 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-09-11 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-09-11 02:01:04] Production.INFO: ==30555== Releasing lock...
[2026-09-11 02:01:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 02:01:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 02:01:04] Production.INFO: ==30549== Releasing lock...
[2026-09-11 02:01:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 02:01:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 02:01:05] Production.INFO: Disk FileSystem - df -Ph | awk '{printf "%-35s%-10s%-10s%-10s%-10s%s\n",$1,$2,$3,$4,$5,$6}'
[2026-09-11 02:01:05] Production.INFO: output
Filesystem Size Used Avail Use% Mounted
devtmpfs 15G 0 15G 0% /dev
tmpfs 15G 0 15G 0% /dev/shm
tmpfs 15G 1.5G 13G 10% /run
tmpfs 15G 0 15G 0% /sys/fs/cgroup
/dev/sda1 50G 38G 13G 76% /
/dev/loop5 67M 67M 0 100% /var/lib/snapd/snap/core24/1587
/dev/loop1 64M 64M 0 100% /var/lib/snapd/snap/core20/2434
/dev/loop3 64M 64M 0 100% /var/lib/snapd/snap/core20/2379
/dev/loop6 67M 67M 0 100% /var/lib/snapd/snap/core24/1643
/dev/loop4 106M 106M 0 100% /var/lib/snapd/snap/core/17292
/dev/loop7 106M 106M 0 100% /var/lib/snapd/snap/core/17284
/dev/sdb1 79G 26G 50G 34% /mysql
/dev/loop0 74M 74M 0 100% /var/lib/snapd/snap/certbot/5781
/dev/loop2 72M 72M 0 100% /var/lib/snapd/snap/certbot/5893
tmpfs 2.9G 0 2.9G 0% /run/user/0
[2026-09-11 02:01:05] Production.INFO: Delete Storage Log Start
[2026-09-11 02:01:05] Production.INFO: Front End Delete Storage Log Start
[2026-09-11 02:01:05] Production.INFO: find /var/www/html/onswitch.neon/app/storage/logs -maxdepth 1 -name "*.log" -mtime +31 -type f -exec rm {} \;
[2026-09-11 02:01:05] Production.INFO: Front End Delete Storage Log End
[2026-09-11 02:01:05] Production.INFO: Back End(Service) Delete Storage Log Start
[2026-09-11 02:01:06] Production.INFO: find /var/www/html/onswitch.neon.service/storage/logs -maxdepth 1 -name "*.log" -mtime +31 -type f -exec rm {} \;
[2026-09-11 02:01:06] Production.INFO: Back End(Service) Delete Storage Log End
[2026-09-11 02:01:06] Production.INFO: Delete Storage Log End
[2026-09-11 02:01:06] Production.INFO: Delete Temp Files Start
[2026-09-11 02:01:07] Production.INFO: find /var/www/tmp* -maxdepth 1 -mtime +3 -type f -exec rm {} \;
[2026-09-11 02:01:07] Production.INFO: Delete Temp Files End
[2026-09-11 02:01:07] Production.INFO: Delete CDR File Start
[2026-09-11 02:01:07] Production.INFO: Delete CDR File End
[2026-09-11 02:01:08] Production.INFO: Disk FileSystem - df -Ph | awk '{printf "%-35s%-10s%-10s%-10s%-10s%s\n",$1,$2,$3,$4,$5,$6}'
[2026-09-11 02:01:08] Production.INFO: output
Filesystem Size Used Avail Use% Mounted
devtmpfs 15G 0 15G 0% /dev
tmpfs 15G 0 15G 0% /dev/shm
tmpfs 15G 1.5G 13G 10% /run
tmpfs 15G 0 15G 0% /sys/fs/cgroup
/dev/sda1 50G 38G 13G 76% /
/dev/loop5 67M 67M 0 100% /var/lib/snapd/snap/core24/1587
/dev/loop1 64M 64M 0 100% /var/lib/snapd/snap/core20/2434
/dev/loop3 64M 64M 0 100% /var/lib/snapd/snap/core20/2379
/dev/loop6 67M 67M 0 100% /var/lib/snapd/snap/core24/1643
/dev/loop4 106M 106M 0 100% /var/lib/snapd/snap/core/17292
/dev/loop7 106M 106M 0 100% /var/lib/snapd/snap/core/17284
/dev/sdb1 79G 26G 50G 34% /mysql
/dev/loop0 74M 74M 0 100% /var/lib/snapd/snap/certbot/5781
/dev/loop2 72M 72M 0 100% /var/lib/snapd/snap/certbot/5893
tmpfs 2.9G 0 2.9G 0% /run/user/0
[2026-09-11 02:01:08] Production.ERROR: CronJobId end 4
[2026-09-11 02:01:08] Production.INFO: ==30545== Releasing lock...
[2026-09-11 02:01:08] Production.INFO: servercleanup-command-servercleanup-companyid-1-cronjobid-4 #Stops#
[2026-09-11 02:01:08] Production.INFO: 29.5 MB #Memory Used#
[2026-09-11 02:01:16] Production.ERROR: CronJobId end10
[2026-09-11 02:01:16] Production.INFO: ==30551== Releasing lock...
[2026-09-11 02:01:16] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 02:01:16] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 02:01:17] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 02:01:17] Production.INFO: ============== Balance Warning START===========
[2026-09-11 02:01:17] Production.INFO: ============== Balance Warning END===========
[2026-09-11 02:01:17] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 02:01:17] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 02:01:17] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 02:01:17] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 02:01:17] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 02:01:17] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 02:01:17] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 02:01:17] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 02:01:17] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 02:01:17] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 02:01:17] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 02:01:17] Production.INFO: call_cost start
[2026-09-11 02:01:17] Production.INFO: call_cost end
[2026-09-11 02:01:17] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 02:01:17] Production.INFO: ============== Report Schedule START===========
[2026-09-11 02:01:17] Production.INFO: ============== Report Schedule END===========
[2026-09-11 02:01:17] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 02:01:17] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 02:01:17] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 02:01:17] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 02:01:17] Production.INFO: ============== Deal alert START===========
[2026-09-11 02:01:17] Production.INFO: ============== Deal alert END===========
[2026-09-11 02:01:17] Production.INFO: ==30547== Releasing lock...
[2026-09-11 02:01:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 02:01:17] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 07:02:01] Production.INFO: ==30705== Lock acquired, processing the job...
[2026-09-11 07:02:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 07:02:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 07:02:01] Production.INFO: neon service started
[2026-09-11 07:02:01] Production.INFO: neon service started
[2026-09-11 07:02:01] Production.INFO: ==30705== Releasing lock...
[2026-09-11 07:02:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 07:02:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 02:02:01] Production.INFO: ==30707== Lock acquired, processing the job...
[2026-09-11 02:02:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 02:02:02] Production.INFO: ==30707== Releasing lock...
[2026-09-11 02:02:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 02:02:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 06:02:02] Production.INFO: ==30709== Lock acquired, processing the job...
[2026-09-11 06:02:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 06:02:02] Production.INFO: ==30709== Releasing lock...
[2026-09-11 06:02:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 06:02:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 02:02:02] Production.INFO: ==30711== Lock acquired, processing the job...
[2026-09-11 02:02:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 02:02:02] Production.INFO: ==30715== Lock acquired, processing the job...
[2026-09-11 02:02:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 02:02:02] Production.INFO: ==30717== Lock acquired, processing the job...
[2026-09-11 02:02:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 02:02:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 02:02:03] Production.INFO: ==30713== Lock acquired, processing the job...
[2026-09-11 02:02:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 02:02:03] Production.INFO: Account Balance Start.
[2026-09-11 02:02:03] Production.INFO: CreateAllLog Start
[2026-09-11 02:02:03] Production.INFO: 117
[2026-09-11 02:02:03] Production.INFO: Date 2026-09-08
[2026-09-11 02:02:03] Production.INFO: Reseller ==> 0
[2026-09-11 02:02:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 02:02:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 02:02:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 02:02:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 02:02:03] Production.INFO: Date 2026-09-09
[2026-09-11 02:02:03] Production.INFO: Reseller ==> 0
[2026-09-11 02:02:03] Production.INFO: Date 2026-09-10
[2026-09-11 02:02:03] Production.INFO: Reseller ==> 0
[2026-09-11 02:02:03] Production.INFO: Date 2026-09-11
[2026-09-11 02:02:03] Production.INFO: Reseller ==> 0
[2026-09-11 02:02:03] Production.INFO: ==30719== Lock acquired, processing the job...
[2026-09-11 02:02:03] Production.INFO: pbxaccountusage-command-pbxaccountusage-companyid-1-cronjobid-16 #Starts#
[2026-09-11 02:02:03] Production.INFO: ==30721== Lock acquired, processing the job...
[2026-09-11 02:02:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 02:02:03] Production.INFO: Total Charge 0
[2026-09-11 02:02:03] Production.INFO: CreateAllLog End
[2026-09-11 02:02:03] Production.ERROR: tblTempUsageDetail_20
[2026-09-11 02: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-09-11 02: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-09-11 02: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-09-11 02:02:03] Production.INFO: Account Balance End.
[2026-09-11 02:02:03] Production.INFO: ==30721== Releasing lock...
[2026-09-11 02:02:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 02:02:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 02:02:03] Production.ERROR: CronJobId end 12
[2026-09-11 02:02:03] Production.INFO: ==30717== Releasing lock...
[2026-09-11 02:02:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 02:02:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 02:02:03] Production.ERROR: done
[2026-09-11 02:02:03] Production.ERROR: tblTempVendorCDR_20
[2026-09-11 02:02:03] Production.INFO: ==30713== Releasing lock...
[2026-09-11 02:02:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 02:02:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 02:02:03] Production.ERROR: done
[2026-09-11 02: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-09-11 02: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-09-11 02: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-09-11 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: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-09-11 02:02:04] Production.INFO: ==30719== Releasing lock...
[2026-09-11 02:02:04] Production.INFO: pbxaccountusage-command-pbxaccountusage-companyid-1-cronjobid-16 #Stops#
[2026-09-11 02:02:04] Production.INFO: 27.25 MB #Memory Used#
[2026-09-11 02:02:11] Production.ERROR: CronJobId end10
[2026-09-11 02:02:11] Production.INFO: ==30715== Releasing lock...
[2026-09-11 02:02:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 02:02:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 02:02:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 02:02:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 02:02:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 02:02:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 02:02:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 02:02:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 02:02:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 02:02:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 02:02:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 02:02:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 02:02:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 02:02:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 02:02:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 02:02:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 02:02:13] Production.INFO: call_cost start
[2026-09-11 02:02:13] Production.INFO: call_cost end
[2026-09-11 02:02:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 02:02:13] Production.INFO: ============== Report Schedule START===========
[2026-09-11 02:02:13] Production.INFO: ============== Report Schedule END===========
[2026-09-11 02:02:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 02:02:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 02:02:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 02:02:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 02:02:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 02:02:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 02:02:14] Production.INFO: ==30711== Releasing lock...
[2026-09-11 02:02:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 02:02:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 07:03:01] Production.INFO: ==30795== Lock acquired, processing the job...
[2026-09-11 07:03:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 07:03:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 07:03:01] Production.INFO: neon service started
[2026-09-11 07:03:01] Production.INFO: neon service started
[2026-09-11 07:03:01] Production.INFO: ==30795== Releasing lock...
[2026-09-11 07:03:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 07:03:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 06:03:02] Production.INFO: ==30799== Lock acquired, processing the job...
[2026-09-11 06:03:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 06:03:02] Production.INFO: ==30799== Releasing lock...
[2026-09-11 06:03:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 06:03:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 02:03:02] Production.INFO: ==30797== Lock acquired, processing the job...
[2026-09-11 02:03:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 02:03:02] Production.INFO: ==30797== Releasing lock...
[2026-09-11 02:03:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 02:03:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 02:03:03] Production.INFO: ==30804== Lock acquired, processing the job...
[2026-09-11 02:03:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 02:03:03] Production.INFO: ==30802== Lock acquired, processing the job...
[2026-09-11 02:03:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 02:03:03] Production.INFO: ==30806== Lock acquired, processing the job...
[2026-09-11 02:03:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 02:03:03] Production.INFO: ==30808== Lock acquired, processing the job...
[2026-09-11 02:03:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 02:03:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 02:03:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 02:03:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 02:03:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 02:03:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 02:03:03] Production.INFO: ==30810== Lock acquired, processing the job...
[2026-09-11 02:03:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 02:03:03] Production.INFO: Account Balance Start.
[2026-09-11 02:03:03] Production.INFO: CreateAllLog Start
[2026-09-11 02:03:03] Production.INFO: 117
[2026-09-11 02:03:03] Production.INFO: Date 2026-09-08
[2026-09-11 02:03:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 02:03:03] Production.INFO: Date 2026-09-09
[2026-09-11 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-09-11 02:03:03] Production.INFO: Reseller ==> 0
[2026-09-11 02:03:03] Production.INFO: ==30810== Releasing lock...
[2026-09-11 02:03:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 02:03:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 02:03:03] Production.INFO: Date 2026-09-10
[2026-09-11 02:03:03] Production.INFO: Reseller ==> 0
[2026-09-11 02:03:03] Production.INFO: Date 2026-09-11
[2026-09-11 02:03:03] Production.INFO: Reseller ==> 0
[2026-09-11 02:03:03] Production.INFO: Total Charge 0
[2026-09-11 02:03:03] Production.INFO: CreateAllLog End
[2026-09-11 02:03:03] Production.INFO: Account Balance End.
[2026-09-11 02:03:04] Production.ERROR: CronJobId end 12
[2026-09-11 02:03:04] Production.INFO: ==30808== Releasing lock...
[2026-09-11 02:03:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 02:03:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 02:03:04] Production.INFO: ==30804== Releasing lock...
[2026-09-11 02:03:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 02:03:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 02:03:12] Production.ERROR: CronJobId end10
[2026-09-11 02:03:12] Production.INFO: ==30806== Releasing lock...
[2026-09-11 02:03:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 02:03:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 02:03:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 02:03:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 02:03:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 02:03:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 02:03:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 02:03:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 02:03:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 02:03:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 02:03:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 02:03:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 02:03:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 02:03:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 02:03:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 02:03:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 02:03:13] Production.INFO: call_cost start
[2026-09-11 02:03:13] Production.INFO: call_cost end
[2026-09-11 02:03:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 02:03:13] Production.INFO: ============== Report Schedule START===========
[2026-09-11 02:03:13] Production.INFO: ============== Report Schedule END===========
[2026-09-11 02:03:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 02:03:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 02:03:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 02:03:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 02:03:13] Production.INFO: ============== Deal alert START===========
[2026-09-11 02:03:13] Production.INFO: ============== Deal alert END===========
[2026-09-11 02:03:13] Production.INFO: ==30802== Releasing lock...
[2026-09-11 02:03:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 02:03:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 07:04:02] Production.INFO: ==30871== Lock acquired, processing the job...
[2026-09-11 07:04:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 07:04:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 07:04:02] Production.INFO: neon service started
[2026-09-11 07:04:02] Production.INFO: neon service started
[2026-09-11 07:04:02] Production.INFO: ==30871== Releasing lock...
[2026-09-11 07:04:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 07:04:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 06:04:02] Production.INFO: ==30875== Lock acquired, processing the job...
[2026-09-11 06:04:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 06:04:02] Production.INFO: ==30875== Releasing lock...
[2026-09-11 06:04:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 06:04:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 02:04:02] Production.INFO: ==30873== Lock acquired, processing the job...
[2026-09-11 02:04:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 02:04:02] Production.INFO: ==30873== Releasing lock...
[2026-09-11 02:04:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 02:04:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 02:04:03] Production.INFO: ==30877== Lock acquired, processing the job...
[2026-09-11 02:04:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 02:04:03] Production.INFO: ==30879== Lock acquired, processing the job...
[2026-09-11 02:04:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 02:04:03] Production.INFO: ==30883== Lock acquired, processing the job...
[2026-09-11 02:04:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 02:04:03] Production.INFO: ==30881== Lock acquired, processing the job...
[2026-09-11 02:04:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 02:04:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 02:04:03] Production.INFO: ==30885== Lock acquired, processing the job...
[2026-09-11 02:04:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 02:04:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 02:04:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 02:04:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 02:04:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 02:04:03] Production.INFO: Account Balance Start.
[2026-09-11 02:04:03] Production.INFO: CreateAllLog Start
[2026-09-11 02:04:03] Production.INFO: 117
[2026-09-11 02:04:04] Production.INFO: Date 2026-09-08
[2026-09-11 02:04:04] Production.INFO: Reseller ==> 0
[2026-09-11 02:04:04] Production.INFO: Date 2026-09-09
[2026-09-11 02:04:04] Production.INFO: Reseller ==> 0
[2026-09-11 02:04:04] Production.INFO: Date 2026-09-10
[2026-09-11 02:04:04] Production.INFO: Reseller ==> 0
[2026-09-11 02: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-09-11 02:04:04] Production.INFO: Date 2026-09-11
[2026-09-11 02:04:04] Production.INFO: Reseller ==> 0
[2026-09-11 02: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-09-11 02: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-09-11 02:04:04] Production.INFO: Total Charge 0
[2026-09-11 02:04:04] Production.INFO: ==30885== Releasing lock...
[2026-09-11 02:04:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 02:04:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 02:04:04] Production.INFO: CreateAllLog End
[2026-09-11 02:04:04] Production.INFO: Account Balance End.
[2026-09-11 02:04:04] Production.ERROR: CronJobId end 12
[2026-09-11 02:04:04] Production.INFO: ==30883== Releasing lock...
[2026-09-11 02:04:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 02:04:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 02:04:04] Production.INFO: ==30879== Releasing lock...
[2026-09-11 02:04:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 02:04:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 02:04:11] Production.ERROR: CronJobId end10
[2026-09-11 02:04:11] Production.INFO: ==30881== Releasing lock...
[2026-09-11 02:04:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 02:04:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 02:04:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 02:04:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 02:04:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 02:04:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 02:04:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 02:04:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 02:04:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 02:04:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 02:04:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 02:04:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 02:04:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 02:04:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 02:04:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 02:04:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 02:04:15] Production.INFO: call_cost start
[2026-09-11 02:04:15] Production.INFO: call_cost end
[2026-09-11 02:04:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 02:04:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 02:04:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 02:04:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 02:04:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 02:04:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 02:04:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 02:04:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 02:04:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 02:04:15] Production.INFO: ==30877== Releasing lock...
[2026-09-11 02:04:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 02:04:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 07:05:01] Production.INFO: ==30952== Lock acquired, processing the job...
[2026-09-11 07:05:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 07:05:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 07:05:01] Production.INFO: neon service started
[2026-09-11 07:05:01] Production.INFO: neon service started
[2026-09-11 07:05:01] Production.INFO: ==30952== Releasing lock...
[2026-09-11 07:05:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 07:05:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 02:05:02] Production.INFO: ==30954== Lock acquired, processing the job...
[2026-09-11 02:05:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 02:05:02] Production.INFO: ==30954== Releasing lock...
[2026-09-11 02:05:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 02:05:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 06:05:02] Production.INFO: ==30956== Lock acquired, processing the job...
[2026-09-11 06:05:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 06:05:02] Production.INFO: ==30956== Releasing lock...
[2026-09-11 06:05:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 06:05:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 02:05:03] Production.INFO: ==30964== Lock acquired, processing the job...
[2026-09-11 02:05:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 02:05:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 02:05:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 02:05:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 02:05:03] Production.INFO: ==30958== Lock acquired, processing the job...
[2026-09-11 02:05:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-11 02:05:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 02:05:03] Production.INFO: ==30970== Lock acquired, processing the job...
[2026-09-11 02:05:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 02:05:03] Production.INFO: ==30960== Lock acquired, processing the job...
[2026-09-11 02:05:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 02:05:03] Production.ERROR: ========================== active cronjob start =============================
[2026-09-11 02:05:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-11 02:05:03] Production.ERROR: CronJob PID - 30960
[2026-09-11 02:05:03] Production.ERROR: CronJob Title - System Alerts
[2026-09-11 02:05:03] Production.ERROR: CronJob ID - 5
[2026-09-11 02:05:03] Production.ERROR: CronJob Last Run Time 2026-09-11 02:05:00
[2026-09-11 02:05:03] Production.ERROR: CronJob Active Minutes 0
[2026-09-11 02:05:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-11 02:05:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-11 02:05:03] Production.ERROR: CronJob PID - 30964
[2026-09-11 02:05:03] Production.ERROR: CronJob Title - Create Customer Summary Live
[2026-09-11 02:05:03] Production.ERROR: CronJob ID - 10
[2026-09-11 02:05:03] Production.ERROR: CronJob Last Run Time 2026-09-11 02:05:00
[2026-09-11 02:05:03] Production.ERROR: CronJob Active Minutes 0
[2026-09-11 02:05:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-11 02:05:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-11 02:05:03] Production.ERROR: CronJob PID - 30970
[2026-09-11 02:05:03] Production.ERROR: CronJob Title - Import PBX Extensions and DIDs
[2026-09-11 02:05:03] Production.ERROR: CronJob ID - 19
[2026-09-11 02:05:03] Production.ERROR: CronJob Last Run Time 2026-09-11 02:05:00
[2026-09-11 02:05:03] Production.ERROR: CronJob Active Minutes 0
[2026-09-11 02:05:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-11 02:05:03] Production.INFO: ==30962== Lock acquired, processing the job...
[2026-09-11 02:05:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 02:05:03] Production.ERROR: ========================== active cronjob end =============================
[2026-09-11 02:05:03] Production.INFO: ==30958== Releasing lock...
[2026-09-11 02:05:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-11 02:05:03] Production.INFO: 25.5 MB #Memory Used#
[2026-09-11 02:05:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 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-09-11 02:05:03] Production.INFO: ==30966== Lock acquired, processing the job...
[2026-09-11 02:05:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 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-09-11 02:05:03] Production.INFO: ==30968== Lock acquired, processing the job...
[2026-09-11 02:05:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-11 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-09-11 02:05:03] Production.INFO: ==30970== Releasing lock...
[2026-09-11 02:05:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 02:05:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 02:05:03] Production.INFO: Account Balance Start.
[2026-09-11 02:05:03] Production.INFO: CreateAllLog Start
[2026-09-11 02:05:03] Production.INFO: 117
[2026-09-11 02:05:03] Production.ERROR: tblTempUsageDetail_20
[2026-09-11 02:05:03] Production.INFO: Date 2026-09-08
[2026-09-11 02:05:03] Production.INFO: Reseller ==> 0
[2026-09-11 02:05:03] Production.INFO: Date 2026-09-09
[2026-09-11 02:05:03] Production.INFO: Reseller ==> 0
[2026-09-11 02:05:03] Production.INFO: Date 2026-09-10
[2026-09-11 02:05:03] Production.INFO: Reseller ==> 0
[2026-09-11 02:05:03] Production.INFO: Date 2026-09-11
[2026-09-11 02:05:04] Production.INFO: Reseller ==> 0
[2026-09-11 02:05:04] Production.INFO: Total Charge 0
[2026-09-11 02:05:04] Production.INFO: CreateAllLog End
[2026-09-11 02:05:04] Production.ERROR: done
[2026-09-11 02:05:04] Production.INFO: Account Balance End.
[2026-09-11 02:05:04] Production.ERROR: CronJobId end 12
[2026-09-11 02:05:04] Production.INFO: ==30966== Releasing lock...
[2026-09-11 02:05:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 02:05:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 02:05:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-11 02:05:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17981861', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) start
[2026-09-11 02:05:04] Production.INFO: ==30962== Releasing lock...
[2026-09-11 02:05:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 02:05:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 02:05:08] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17981861', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) end
[2026-09-11 02:05:08] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-11 02:05:08] Production.INFO: ProcessCDR(1,17981861,1,1,2)
[2026-09-11 02:05:08] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17981861,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 02:05:09] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17981861,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 02:05:09] Production.ERROR: pbx prc_insertCDR start
[2026-09-11 02:05:09] Production.ERROR: pbx prc_insertCDR end
[2026-09-11 02:05:09] Production.INFO: ==30968== Releasing lock...
[2026-09-11 02:05:09] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-11 02:05:09] Production.INFO: 26 MB #Memory Used#
[2026-09-11 02:05:13] Production.ERROR: CronJobId end10
[2026-09-11 02:05:13] Production.INFO: ==30964== Releasing lock...
[2026-09-11 02:05:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 02:05:13] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 02:05:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 02:05:16] Production.INFO: ============== Balance Warning START===========
[2026-09-11 02:05:16] Production.INFO: ============== Balance Warning END===========
[2026-09-11 02:05:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 02:05:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 02:05:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 02:05:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 02:05:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 02:05:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 02:05:16] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 02:05:16] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 02:05:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 02:05:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 02:05:16] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 02:05:16] Production.INFO: call_cost start
[2026-09-11 02:05:16] Production.INFO: call_cost end
[2026-09-11 02:05:16] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 02:05:16] Production.INFO: ============== Report Schedule START===========
[2026-09-11 02:05:16] Production.INFO: ============== Report Schedule END===========
[2026-09-11 02:05:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 02:05:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 02:05:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 02:05:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 02:05:16] Production.INFO: ============== Deal alert START===========
[2026-09-11 02:05:16] Production.INFO: ============== Deal alert END===========
[2026-09-11 02:05:16] Production.INFO: ==30960== Releasing lock...
[2026-09-11 02:05:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 02:05:16] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 07:06:02] Production.INFO: ==31041== Lock acquired, processing the job...
[2026-09-11 07:06:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 07:06:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 07:06:02] Production.INFO: neon service started
[2026-09-11 07:06:02] Production.INFO: neon service started
[2026-09-11 07:06:02] Production.INFO: ==31041== Releasing lock...
[2026-09-11 07:06:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 07:06:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 06:06:02] Production.INFO: ==31045== Lock acquired, processing the job...
[2026-09-11 06:06:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 06:06:02] Production.INFO: ==31045== Releasing lock...
[2026-09-11 06:06:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 06:06:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 02:06:02] Production.INFO: ==31043== Lock acquired, processing the job...
[2026-09-11 02:06:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 02:06:02] Production.INFO: ==31043== Releasing lock...
[2026-09-11 02:06:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 02:06:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 02:06:03] Production.INFO: ==31051== Lock acquired, processing the job...
[2026-09-11 02:06:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 02:06:03] Production.INFO: ==31047== Lock acquired, processing the job...
[2026-09-11 02:06:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 02:06:03] Production.INFO: ==31049== Lock acquired, processing the job...
[2026-09-11 02:06:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 02:06:03] Production.INFO: ==31056== Lock acquired, processing the job...
[2026-09-11 02:06:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 02:06:03] Production.INFO: ==31053== Lock acquired, processing the job...
[2026-09-11 02:06:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 02:06:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 02:06:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 02:06:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 02:06:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 02:06:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 02:06:03] Production.INFO: Account Balance Start.
[2026-09-11 02:06:03] Production.INFO: CreateAllLog Start
[2026-09-11 02:06:03] Production.INFO: 117
[2026-09-11 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-09-11 02:06:03] Production.INFO: Date 2026-09-08
[2026-09-11 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-09-11 02:06:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 02:06:03] Production.INFO: ==31056== Releasing lock...
[2026-09-11 02:06:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 02:06:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 02:06:03] Production.INFO: Date 2026-09-09
[2026-09-11 02:06:03] Production.INFO: Reseller ==> 0
[2026-09-11 02:06:03] Production.INFO: Date 2026-09-10
[2026-09-11 02:06:03] Production.INFO: Reseller ==> 0
[2026-09-11 02:06:04] Production.INFO: Date 2026-09-11
[2026-09-11 02:06:04] Production.INFO: Reseller ==> 0
[2026-09-11 02:06:04] Production.INFO: Total Charge 0
[2026-09-11 02:06:04] Production.INFO: CreateAllLog End
[2026-09-11 02:06:04] Production.INFO: Account Balance End.
[2026-09-11 02:06:04] Production.ERROR: CronJobId end 12
[2026-09-11 02:06:04] Production.INFO: ==31053== Releasing lock...
[2026-09-11 02:06:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 02:06:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 02:06:04] Production.INFO: ==31049== Releasing lock...
[2026-09-11 02:06:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 02:06:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 02:06:11] Production.ERROR: CronJobId end10
[2026-09-11 02:06:11] Production.INFO: ==31051== Releasing lock...
[2026-09-11 02:06:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 02:06:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 02:06:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 02:06:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 02:06:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 02:06:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 02:06:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 02:06:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 02:06:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 02:06:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 02:06:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 02:06:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 02:06:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 02:06:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 02:06:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 02:06:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 02:06:14] Production.INFO: call_cost start
[2026-09-11 02:06:14] Production.INFO: call_cost end
[2026-09-11 02:06:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 02:06:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 02:06:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 02:06:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 02:06:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 02:06:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 02:06:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 02:06:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 02:06:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 02:06:14] Production.INFO: ==31047== Releasing lock...
[2026-09-11 02:06:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 02:06:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 07:07:01] Production.INFO: ==31117== Lock acquired, processing the job...
[2026-09-11 07:07:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 07:07:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 07:07:01] Production.INFO: neon service started
[2026-09-11 07:07:01] Production.INFO: neon service started
[2026-09-11 07:07:01] Production.INFO: ==31117== Releasing lock...
[2026-09-11 07:07:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 07:07:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 06:07:01] Production.INFO: ==31121== Lock acquired, processing the job...
[2026-09-11 06:07:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 06:07:01] Production.INFO: ==31121== Releasing lock...
[2026-09-11 06:07:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 06:07:01] Production.INFO: 25 MB #Memory Used#
[2026-09-11 02:07:01] Production.INFO: ==31119== Lock acquired, processing the job...
[2026-09-11 02:07:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 02:07:02] Production.INFO: ==31119== Releasing lock...
[2026-09-11 02:07:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 02:07:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 02:07:02] Production.INFO: ==31123== Lock acquired, processing the job...
[2026-09-11 02:07:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 02:07:03] Production.INFO: ==31127== Lock acquired, processing the job...
[2026-09-11 02:07:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 02:07:03] Production.INFO: ==31125== Lock acquired, processing the job...
[2026-09-11 02:07:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 02:07:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 02:07:03] Production.INFO: ==31129== Lock acquired, processing the job...
[2026-09-11 02:07:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 02:07:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 02:07:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 02:07:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 02:07:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 02:07:03] Production.INFO: ==31131== Lock acquired, processing the job...
[2026-09-11 02:07:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 02:07:03] Production.INFO: Account Balance Start.
[2026-09-11 02:07:03] Production.INFO: CreateAllLog Start
[2026-09-11 02:07:03] Production.INFO: 117
[2026-09-11 02:07:03] Production.INFO: Date 2026-09-08
[2026-09-11 02:07:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 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-09-11 02:07:03] Production.INFO: ==31131== Releasing lock...
[2026-09-11 02:07:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 02:07:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 02:07:03] Production.INFO: Date 2026-09-09
[2026-09-11 02:07:03] Production.INFO: Reseller ==> 0
[2026-09-11 02:07:03] Production.INFO: Date 2026-09-10
[2026-09-11 02:07:03] Production.INFO: Reseller ==> 0
[2026-09-11 02:07:03] Production.INFO: Date 2026-09-11
[2026-09-11 02:07:03] Production.INFO: Reseller ==> 0
[2026-09-11 02:07:03] Production.INFO: Total Charge 0
[2026-09-11 02:07:03] Production.INFO: CreateAllLog End
[2026-09-11 02:07:03] Production.INFO: Account Balance End.
[2026-09-11 02:07:03] Production.ERROR: CronJobId end 12
[2026-09-11 02:07:03] Production.INFO: ==31129== Releasing lock...
[2026-09-11 02:07:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 02:07:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 02:07:03] Production.INFO: ==31125== Releasing lock...
[2026-09-11 02:07:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 02:07:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 02:07:11] Production.ERROR: CronJobId end10
[2026-09-11 02:07:11] Production.INFO: ==31127== Releasing lock...
[2026-09-11 02:07:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 02:07:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 02:07:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 02:07:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 02:07:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 02:07:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 02:07:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 02:07:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 02:07:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 02:07:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 02:07:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 02:07:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 02:07:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 02:07:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 02:07:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 02:07:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 02:07:13] Production.INFO: call_cost start
[2026-09-11 02:07:13] Production.INFO: call_cost end
[2026-09-11 02:07:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 02:07:13] Production.INFO: ============== Report Schedule START===========
[2026-09-11 02:07:13] Production.INFO: ============== Report Schedule END===========
[2026-09-11 02:07:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 02:07:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 02:07:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 02:07:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 02:07:13] Production.INFO: ============== Deal alert START===========
[2026-09-11 02:07:13] Production.INFO: ============== Deal alert END===========
[2026-09-11 02:07:13] Production.INFO: ==31123== Releasing lock...
[2026-09-11 02:07:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 02:07:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 07:08:01] Production.INFO: ==31199== Lock acquired, processing the job...
[2026-09-11 07:08:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 07:08:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 07:08:01] Production.INFO: neon service started
[2026-09-11 07:08:01] Production.INFO: neon service started
[2026-09-11 07:08:01] Production.INFO: ==31199== Releasing lock...
[2026-09-11 07:08:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 07:08:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 02:08:02] Production.INFO: ==31201== Lock acquired, processing the job...
[2026-09-11 02:08:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 02:08:02] Production.INFO: ==31201== Releasing lock...
[2026-09-11 02:08:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 02:08:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 06:08:02] Production.INFO: ==31203== Lock acquired, processing the job...
[2026-09-11 06:08:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 06:08:02] Production.INFO: ==31203== Releasing lock...
[2026-09-11 06:08:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 06:08:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 02:08:03] Production.INFO: ==31209== Lock acquired, processing the job...
[2026-09-11 02:08:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 02:08:03] Production.INFO: ==31205== Lock acquired, processing the job...
[2026-09-11 02:08:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 02:08:03] Production.INFO: ==31207== Lock acquired, processing the job...
[2026-09-11 02:08:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 02:08:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 02:08:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 02:08:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 02:08:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 02:08:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 02:08:03] Production.INFO: ==31211== Lock acquired, processing the job...
[2026-09-11 02:08:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 02:08:03] Production.INFO: ==31213== Lock acquired, processing the job...
[2026-09-11 02:08:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 02:08:03] Production.INFO: Account Balance Start.
[2026-09-11 02:08:03] Production.INFO: CreateAllLog Start
[2026-09-11 02:08:03] Production.INFO: 117
[2026-09-11 02:08:03] Production.INFO: Date 2026-09-08
[2026-09-11 02:08:03] Production.INFO: Reseller ==> 0
[2026-09-11 02:08:03] Production.INFO: Date 2026-09-09
[2026-09-11 02:08:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 02:08:03] Production.INFO: Date 2026-09-10
[2026-09-11 02:08:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 02:08:03] Production.INFO: Date 2026-09-11
[2026-09-11 02:08:03] Production.INFO: Reseller ==> 0
[2026-09-11 02:08:03] Production.INFO: ==31213== Releasing lock...
[2026-09-11 02:08:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 02:08:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 02:08:03] Production.INFO: Total Charge 0
[2026-09-11 02:08:03] Production.INFO: CreateAllLog End
[2026-09-11 02:08:04] Production.INFO: Account Balance End.
[2026-09-11 02:08:04] Production.ERROR: CronJobId end 12
[2026-09-11 02:08:04] Production.INFO: ==31211== Releasing lock...
[2026-09-11 02:08:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 02:08:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 02:08:04] Production.INFO: ==31207== Releasing lock...
[2026-09-11 02:08:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 02:08:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 02:08: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-09-11 02:08:10] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 02:08:10] Production.INFO: ============== Balance Warning START===========
[2026-09-11 02:08:10] Production.INFO: ============== Balance Warning END===========
[2026-09-11 02:08:10] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 02:08:10] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 02:08:10] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 02:08:10] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 02:08:10] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 02:08:10] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 02:08:10] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 02:08:10] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 02:08:10] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 02:08:10] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 02:08:10] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 02:08:10] Production.INFO: call_cost start
[2026-09-11 02:08:10] Production.INFO: call_cost end
[2026-09-11 02:08:10] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 02:08:10] Production.INFO: ============== Report Schedule START===========
[2026-09-11 02:08:10] Production.INFO: ============== Report Schedule END===========
[2026-09-11 02:08:10] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 02:08:10] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 02:08:10] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 02:08:10] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 02:08:10] Production.INFO: ============== Deal alert START===========
[2026-09-11 02:08:10] Production.INFO: ============== Deal alert END===========
[2026-09-11 02:08:10] Production.INFO: ==31205== Releasing lock...
[2026-09-11 02:08:10] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 02:08:10] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 02:08:11] Production.ERROR: CronJobId end10
[2026-09-11 02:08:11] Production.INFO: ==31209== Releasing lock...
[2026-09-11 02:08:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 02:08:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 07:09:01] Production.INFO: ==31281== Lock acquired, processing the job...
[2026-09-11 07:09:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 07:09:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 07:09:01] Production.INFO: neon service started
[2026-09-11 07:09:01] Production.INFO: neon service started
[2026-09-11 07:09:01] Production.INFO: ==31281== Releasing lock...
[2026-09-11 07:09:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 07:09:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 02:09:01] Production.INFO: ==31283== Lock acquired, processing the job...
[2026-09-11 02:09:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 02:09:01] Production.INFO: ==31283== Releasing lock...
[2026-09-11 02:09:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 02:09:01] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 06:09:02] Production.INFO: ==31285== Lock acquired, processing the job...
[2026-09-11 06:09:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 06:09:02] Production.INFO: ==31285== Releasing lock...
[2026-09-11 06:09:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 06:09:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 02:09:02] Production.INFO: ==31290== Lock acquired, processing the job...
[2026-09-11 02:09:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 02:09:02] Production.INFO: ==31288== Lock acquired, processing the job...
[2026-09-11 02:09:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 02:09:02] Production.INFO: ==31294== Lock acquired, processing the job...
[2026-09-11 02:09:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 02:09:02] Production.INFO: ==31292== Lock acquired, processing the job...
[2026-09-11 02:09:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 02:09:02] Production.INFO: Account Balance Start.
[2026-09-11 02:09:02] Production.INFO: CreateAllLog Start
[2026-09-11 02:09:02] Production.INFO: 117
[2026-09-11 02:09:02] Production.INFO: Date 2026-09-08
[2026-09-11 02:09:02] Production.INFO: ==31296== Lock acquired, processing the job...
[2026-09-11 02:09:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 02:09:02] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 02:09:02] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 02:09:02] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 02:09:02] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 02:09:02] Production.INFO: Reseller ==> 0
[2026-09-11 02:09:02] Production.INFO: Date 2026-09-09
[2026-09-11 02:09:02] Production.INFO: Reseller ==> 0
[2026-09-11 02:09:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 02:09:02] Production.INFO: Date 2026-09-10
[2026-09-11 02:09:02] Production.INFO: Reseller ==> 0
[2026-09-11 02:09:02] Production.INFO: Date 2026-09-11
[2026-09-11 02:09:02] Production.INFO: Reseller ==> 0
[2026-09-11 02:09:03] Production.INFO: Total Charge 0
[2026-09-11 02:09:03] Production.INFO: CreateAllLog End
[2026-09-11 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-09-11 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-09-11 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-09-11 02:09:03] Production.INFO: ==31296== Releasing lock...
[2026-09-11 02:09:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 02:09:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 02:09:03] Production.INFO: Account Balance End.
[2026-09-11 02:09:03] Production.ERROR: CronJobId end 12
[2026-09-11 02:09:03] Production.INFO: ==31294== Releasing lock...
[2026-09-11 02:09:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 02:09:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 02:09:03] Production.INFO: ==31290== Releasing lock...
[2026-09-11 02:09:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 02:09:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 02:09:10] Production.ERROR: CronJobId end10
[2026-09-11 02:09:10] Production.INFO: ==31292== Releasing lock...
[2026-09-11 02:09:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 02:09:10] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 02:09:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 02:09:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 02:09:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 02:09:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 02:09:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 02:09:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 02:09:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 02:09:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 02:09:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 02:09:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 02:09:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 02:09:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 02:09:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 02:09:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 02:09:14] Production.INFO: call_cost start
[2026-09-11 02:09:14] Production.INFO: call_cost end
[2026-09-11 02:09:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 02:09:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 02:09:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 02:09:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 02:09:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 02:09:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 02:09:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 02:09:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 02:09:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 02:09:14] Production.INFO: ==31288== Releasing lock...
[2026-09-11 02:09:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 02:09:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 07:10:01] Production.INFO: ==31367== Lock acquired, processing the job...
[2026-09-11 07:10:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 07:10:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 07:10:01] Production.INFO: neon service started
[2026-09-11 07:10:01] Production.INFO: neon service started
[2026-09-11 07:10:01] Production.INFO: ==31367== Releasing lock...
[2026-09-11 07:10:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 07:10:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 02:10:02] Production.INFO: ==31369== Lock acquired, processing the job...
[2026-09-11 02:10:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 06:10:02] Production.INFO: ==31371== Lock acquired, processing the job...
[2026-09-11 06:10:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 06:10:02] Production.INFO: ==31371== Releasing lock...
[2026-09-11 06:10:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 06:10:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 02:10:02] Production.INFO: ==31369== Releasing lock...
[2026-09-11 02:10:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 02:10:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 02:10:03] Production.INFO: ==31374== Lock acquired, processing the job...
[2026-09-11 02:10:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 02:10:03] Production.INFO: ==31378== Lock acquired, processing the job...
[2026-09-11 02:10:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 02:10:03] Production.INFO: ==31376== Lock acquired, processing the job...
[2026-09-11 02:10:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 02:10:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 02:10:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 02:10:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 02:10:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 02:10:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 02:10:03] Production.INFO: ==31382== Lock acquired, processing the job...
[2026-09-11 02:10:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 02:10:03] Production.INFO: ==31380== Lock acquired, processing the job...
[2026-09-11 02:10:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 02:10:04] Production.INFO: Account Balance Start.
[2026-09-11 02:10:04] Production.INFO: CreateAllLog Start
[2026-09-11 02:10:04] Production.INFO: 117
[2026-09-11 02:10:04] Production.INFO: Date 2026-09-08
[2026-09-11 02:10:04] Production.INFO: Reseller ==> 0
[2026-09-11 02: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-09-11 02:10:04] Production.INFO: Date 2026-09-09
[2026-09-11 02:10:04] Production.INFO: Reseller ==> 0
[2026-09-11 02: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-09-11 02: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-09-11 02:10:04] Production.INFO: Date 2026-09-10
[2026-09-11 02:10:04] Production.INFO: Reseller ==> 0
[2026-09-11 02:10:04] Production.INFO: ==31382== Releasing lock...
[2026-09-11 02:10:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 02:10:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 02:10:04] Production.INFO: Date 2026-09-11
[2026-09-11 02:10:04] Production.INFO: Reseller ==> 0
[2026-09-11 02:10:04] Production.INFO: Total Charge 0
[2026-09-11 02:10:04] Production.INFO: CreateAllLog End
[2026-09-11 02:10:04] Production.INFO: Account Balance End.
[2026-09-11 02:10:04] Production.ERROR: CronJobId end 12
[2026-09-11 02:10:04] Production.INFO: ==31380== Releasing lock...
[2026-09-11 02:10:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 02:10:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 02:10:04] Production.INFO: ==31376== Releasing lock...
[2026-09-11 02:10:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 02:10:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 02:10:11] Production.ERROR: CronJobId end10
[2026-09-11 02:10:11] Production.INFO: ==31378== Releasing lock...
[2026-09-11 02:10:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 02:10:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 02:10:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 02:10:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 02:10:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 02:10:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 02:10:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 02:10:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 02:10:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 02:10:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 02:10:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 02:10:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 02:10:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 02:10:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 02:10:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 02:10:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 02:10:15] Production.INFO: call_cost start
[2026-09-11 02:10:15] Production.INFO: call_cost end
[2026-09-11 02:10:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 02:10:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 02:10:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 02:10:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 02:10:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 02:10:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 02:10:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 02:10:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 02:10:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 02:10:15] Production.INFO: ==31374== Releasing lock...
[2026-09-11 02:10:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 02:10:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 07:11:02] Production.INFO: ==31441== Lock acquired, processing the job...
[2026-09-11 07:11:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 07:11:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 07:11:02] Production.INFO: neon service started
[2026-09-11 07:11:02] Production.INFO: neon service started
[2026-09-11 07:11:02] Production.INFO: ==31441== Releasing lock...
[2026-09-11 07:11:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 07:11:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 06:11:02] Production.INFO: ==31445== Lock acquired, processing the job...
[2026-09-11 06:11:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 06:11:02] Production.INFO: ==31445== Releasing lock...
[2026-09-11 06:11:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 06:11:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 02:11:02] Production.INFO: ==31443== Lock acquired, processing the job...
[2026-09-11 02:11:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 02:11:03] Production.INFO: ==31443== Releasing lock...
[2026-09-11 02:11:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 02:11:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 02:11:03] Production.INFO: ==31449== Lock acquired, processing the job...
[2026-09-11 02:11:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 02:11:04] Production.INFO: ==31452== Lock acquired, processing the job...
[2026-09-11 02:11:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 02:11:04] Production.INFO: ==31454== Lock acquired, processing the job...
[2026-09-11 02:11:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 02:11:04] Production.INFO: ==31447== Lock acquired, processing the job...
[2026-09-11 02:11:04] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 02:11:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 02:11:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 02:11:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 02:11:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 02:11:04] Production.INFO: ==31456== Lock acquired, processing the job...
[2026-09-11 02:11:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 02:11:04] Production.INFO: Account Balance Start.
[2026-09-11 02:11:04] Production.INFO: CreateAllLog Start
[2026-09-11 02:11:04] Production.INFO: 117
[2026-09-11 02:11:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 02:11:04] Production.INFO: Date 2026-09-08
[2026-09-11 02:11:04] Production.INFO: Reseller ==> 0
[2026-09-11 02:11:04] Production.INFO: Date 2026-09-09
[2026-09-11 02:11:04] Production.INFO: Reseller ==> 0
[2026-09-11 02:11:04] Production.INFO: Date 2026-09-10
[2026-09-11 02:11:04] Production.INFO: Reseller ==> 0
[2026-09-11 02: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-09-11 02:11:04] Production.INFO: Date 2026-09-11
[2026-09-11 02:11:04] Production.INFO: Reseller ==> 0
[2026-09-11 02: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-09-11 02: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-09-11 02:11:04] Production.INFO: ==31456== Releasing lock...
[2026-09-11 02:11:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 02:11:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 02:11:04] Production.INFO: Total Charge 0
[2026-09-11 02:11:04] Production.INFO: CreateAllLog End
[2026-09-11 02:11:04] Production.INFO: Account Balance End.
[2026-09-11 02:11:04] Production.ERROR: CronJobId end 12
[2026-09-11 02:11:04] Production.INFO: ==31454== Releasing lock...
[2026-09-11 02:11:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 02:11:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 02:11:05] Production.INFO: ==31449== Releasing lock...
[2026-09-11 02:11:05] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 02:11:05] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 02:11:11] Production.ERROR: CronJobId end10
[2026-09-11 02:11:11] Production.INFO: ==31452== Releasing lock...
[2026-09-11 02:11:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 02:11:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 02:11:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 02:11:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 02:11:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 02:11:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 02:11:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 02:11:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 02:11:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 02:11:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 02:11:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 02:11:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 02:11:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 02:11:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 02:11:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 02:11:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 02:11:14] Production.INFO: call_cost start
[2026-09-11 02:11:14] Production.INFO: call_cost end
[2026-09-11 02:11:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 02:11:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 02:11:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 02:11:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 02:11:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 02:11:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 02:11:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 02:11:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 02:11:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 02:11:14] Production.INFO: ==31447== Releasing lock...
[2026-09-11 02:11:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 02:11:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 07:12:01] Production.INFO: ==31524== Lock acquired, processing the job...
[2026-09-11 07:12:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 07:12:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 07:12:01] Production.INFO: neon service started
[2026-09-11 07:12:01] Production.INFO: neon service started
[2026-09-11 07:12:01] Production.INFO: ==31524== Releasing lock...
[2026-09-11 07:12:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 07:12:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 06:12:02] Production.INFO: ==31528== Lock acquired, processing the job...
[2026-09-11 06:12:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 06:12:02] Production.INFO: ==31528== Releasing lock...
[2026-09-11 06:12:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 06:12:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 02:12:02] Production.INFO: ==31526== Lock acquired, processing the job...
[2026-09-11 02:12:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 02:12:02] Production.INFO: ==31526== Releasing lock...
[2026-09-11 02:12:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 02:12:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 02:12:03] Production.INFO: ==31533== Lock acquired, processing the job...
[2026-09-11 02:12:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 02:12:03] Production.INFO: ==31531== Lock acquired, processing the job...
[2026-09-11 02:12:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 02:12:03] Production.INFO: ==31535== Lock acquired, processing the job...
[2026-09-11 02:12:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 02:12:03] Production.INFO: ==31539== Lock acquired, processing the job...
[2026-09-11 02:12:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 02:12:03] Production.INFO: ==31537== Lock acquired, processing the job...
[2026-09-11 02:12:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 02:12:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 02:12:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 02:12:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 02:12:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 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-09-11 02:12:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 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-09-11 02:12:03] Production.INFO: Account Balance Start.
[2026-09-11 02:12:03] Production.INFO: CreateAllLog Start
[2026-09-11 02:12:03] Production.INFO: 117
[2026-09-11 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-09-11 02:12:03] Production.INFO: Date 2026-09-08
[2026-09-11 02:12:03] Production.INFO: ==31539== Releasing lock...
[2026-09-11 02:12:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 02:12:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 02:12:03] Production.INFO: Reseller ==> 0
[2026-09-11 02:12:03] Production.INFO: Date 2026-09-09
[2026-09-11 02:12:03] Production.INFO: Reseller ==> 0
[2026-09-11 02:12:03] Production.INFO: Date 2026-09-10
[2026-09-11 02:12:03] Production.INFO: Reseller ==> 0
[2026-09-11 02:12:03] Production.INFO: Date 2026-09-11
[2026-09-11 02:12:03] Production.INFO: Reseller ==> 0
[2026-09-11 02:12:03] Production.INFO: Total Charge 0
[2026-09-11 02:12:03] Production.INFO: CreateAllLog End
[2026-09-11 02:12:03] Production.INFO: Account Balance End.
[2026-09-11 02:12:03] Production.ERROR: CronJobId end 12
[2026-09-11 02:12:03] Production.INFO: ==31537== Releasing lock...
[2026-09-11 02:12:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 02:12:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 02:12:04] Production.INFO: ==31533== Releasing lock...
[2026-09-11 02:12:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 02:12:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 02:12:11] Production.ERROR: CronJobId end10
[2026-09-11 02:12:11] Production.INFO: ==31535== Releasing lock...
[2026-09-11 02:12:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 02:12:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 02:12:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 02:12:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 02:12:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 02:12:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 02:12:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 02:12:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 02:12:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 02:12:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 02:12:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 02:12:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 02:12:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 02:12:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 02:12:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 02:12:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 02:12:13] Production.INFO: call_cost start
[2026-09-11 02:12:13] Production.INFO: call_cost end
[2026-09-11 02:12:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 02:12:13] Production.INFO: ============== Report Schedule START===========
[2026-09-11 02:12:13] Production.INFO: ============== Report Schedule END===========
[2026-09-11 02:12:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 02:12:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 02:12:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 02:12:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 02:12:13] Production.INFO: ============== Deal alert START===========
[2026-09-11 02:12:13] Production.INFO: ============== Deal alert END===========
[2026-09-11 02:12:13] Production.INFO: ==31531== Releasing lock...
[2026-09-11 02:12:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 02:12:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 07:13:02] Production.INFO: ==31606== Lock acquired, processing the job...
[2026-09-11 07:13:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 07:13:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 07:13:02] Production.INFO: neon service started
[2026-09-11 07:13:02] Production.INFO: neon service started
[2026-09-11 07:13:02] Production.INFO: ==31606== Releasing lock...
[2026-09-11 07:13:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 07:13:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 02:13:02] Production.INFO: ==31608== Lock acquired, processing the job...
[2026-09-11 02:13:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 02:13:02] Production.INFO: ==31608== Releasing lock...
[2026-09-11 02:13:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 02:13:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 06:13:03] Production.INFO: ==31610== Lock acquired, processing the job...
[2026-09-11 06:13:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 06:13:03] Production.INFO: ==31610== Releasing lock...
[2026-09-11 06:13:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 06:13:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 02:13:03] Production.INFO: ==31612== Lock acquired, processing the job...
[2026-09-11 02:13:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 02:13:03] Production.INFO: ==31614== Lock acquired, processing the job...
[2026-09-11 02:13:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 02:13:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 02:13:03] Production.INFO: ==31616== Lock acquired, processing the job...
[2026-09-11 02:13:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 02:13:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 02:13:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 02:13:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 02:13:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 02:13:03] Production.INFO: ==31620== Lock acquired, processing the job...
[2026-09-11 02:13:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 02:13:03] Production.INFO: ==31618== Lock acquired, processing the job...
[2026-09-11 02:13:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 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-09-11 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-09-11 02: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-09-11 02:13:04] Production.INFO: ==31620== Releasing lock...
[2026-09-11 02:13:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 02:13:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 02:13:04] Production.INFO: Account Balance Start.
[2026-09-11 02:13:04] Production.INFO: CreateAllLog Start
[2026-09-11 02:13:04] Production.INFO: 117
[2026-09-11 02:13:04] Production.INFO: Date 2026-09-08
[2026-09-11 02:13:04] Production.INFO: Reseller ==> 0
[2026-09-11 02:13:04] Production.INFO: Date 2026-09-09
[2026-09-11 02:13:04] Production.INFO: Reseller ==> 0
[2026-09-11 02:13:04] Production.INFO: Date 2026-09-10
[2026-09-11 02:13:04] Production.INFO: Reseller ==> 0
[2026-09-11 02:13:04] Production.INFO: Date 2026-09-11
[2026-09-11 02:13:04] Production.INFO: Reseller ==> 0
[2026-09-11 02:13:04] Production.INFO: Total Charge 0
[2026-09-11 02:13:04] Production.INFO: CreateAllLog End
[2026-09-11 02:13:04] Production.INFO: Account Balance End.
[2026-09-11 02:13:04] Production.ERROR: CronJobId end 12
[2026-09-11 02:13:04] Production.INFO: ==31618== Releasing lock...
[2026-09-11 02:13:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 02:13:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 02:13:04] Production.INFO: ==31614== Releasing lock...
[2026-09-11 02:13:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 02:13:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 02:13:12] Production.ERROR: CronJobId end10
[2026-09-11 02:13:12] Production.INFO: ==31616== Releasing lock...
[2026-09-11 02:13:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 02:13:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 02:13:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 02:13:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 02:13:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 02:13:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 02:13:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 02:13:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 02:13:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 02:13:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 02:13:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 02:13:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 02:13:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 02:13:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 02:13:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 02:13:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 02:13:14] Production.INFO: call_cost start
[2026-09-11 02:13:15] Production.INFO: call_cost end
[2026-09-11 02:13:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 02:13:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 02:13:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 02:13:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 02:13:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 02:13:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 02:13:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 02:13:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 02:13:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 02:13:15] Production.INFO: ==31612== Releasing lock...
[2026-09-11 02:13:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 02:13:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 07:14:01] Production.INFO: ==31683== Lock acquired, processing the job...
[2026-09-11 07:14:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 07:14:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 07:14:01] Production.INFO: neon service started
[2026-09-11 07:14:01] Production.INFO: neon service started
[2026-09-11 07:14:01] Production.INFO: ==31683== Releasing lock...
[2026-09-11 07:14:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 07:14:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 02:14:02] Production.INFO: ==31685== Lock acquired, processing the job...
[2026-09-11 02:14:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 02:14:02] Production.INFO: ==31685== Releasing lock...
[2026-09-11 02:14:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 02:14:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 06:14:02] Production.INFO: ==31687== Lock acquired, processing the job...
[2026-09-11 06:14:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 06:14:02] Production.INFO: ==31687== Releasing lock...
[2026-09-11 06:14:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 06:14:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 02:14:02] Production.INFO: ==31689== Lock acquired, processing the job...
[2026-09-11 02:14:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 02:14:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 02:14:03] Production.INFO: ==31691== Lock acquired, processing the job...
[2026-09-11 02:14:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 02:14:03] Production.INFO: ==31693== Lock acquired, processing the job...
[2026-09-11 02:14:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 02:14:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 02:14:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 02:14:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 02:14:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 02:14:03] Production.INFO: ==31695== Lock acquired, processing the job...
[2026-09-11 02:14:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 02:14:03] Production.INFO: ==31698== Lock acquired, processing the job...
[2026-09-11 02:14:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 02:14:03] Production.INFO: Account Balance Start.
[2026-09-11 02:14:03] Production.INFO: CreateAllLog Start
[2026-09-11 02:14:03] Production.INFO: 117
[2026-09-11 02:14:03] Production.INFO: Date 2026-09-08
[2026-09-11 02: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-09-11 02:14:03] Production.INFO: Reseller ==> 0
[2026-09-11 02: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-09-11 02: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-09-11 02:14:03] Production.INFO: ==31698== Releasing lock...
[2026-09-11 02:14:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 02:14:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 02:14:03] Production.INFO: Date 2026-09-09
[2026-09-11 02:14:03] Production.INFO: Reseller ==> 0
[2026-09-11 02:14:03] Production.INFO: Date 2026-09-10
[2026-09-11 02:14:03] Production.INFO: Reseller ==> 0
[2026-09-11 02:14:03] Production.INFO: Date 2026-09-11
[2026-09-11 02:14:03] Production.INFO: Reseller ==> 0
[2026-09-11 02:14:03] Production.INFO: Total Charge 0
[2026-09-11 02:14:03] Production.INFO: CreateAllLog End
[2026-09-11 02:14:03] Production.INFO: Account Balance End.
[2026-09-11 02:14:03] Production.ERROR: CronJobId end 12
[2026-09-11 02:14:03] Production.INFO: ==31695== Releasing lock...
[2026-09-11 02:14:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 02:14:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 02:14:03] Production.INFO: ==31691== Releasing lock...
[2026-09-11 02:14:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 02:14:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 02:14:11] Production.ERROR: CronJobId end10
[2026-09-11 02:14:11] Production.INFO: ==31693== Releasing lock...
[2026-09-11 02:14:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 02:14:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 02:14:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 02:14:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 02:14:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 02:14:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 02:14:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 02:14:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 02:14:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 02:14:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 02:14:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 02:14:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 02:14:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 02:14:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 02:14:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 02:14:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 02:14:14] Production.INFO: call_cost start
[2026-09-11 02:14:14] Production.INFO: call_cost end
[2026-09-11 02:14:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 02:14:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 02:14:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 02:14:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 02:14:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 02:14:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 02:14:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 02:14:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 02:14:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 02:14:14] Production.INFO: ==31689== Releasing lock...
[2026-09-11 02:14:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 02:14:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 07:15:02] Production.INFO: ==31765== Lock acquired, processing the job...
[2026-09-11 07:15:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 07:15:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 07:15:02] Production.INFO: neon service started
[2026-09-11 07:15:02] Production.INFO: neon service started
[2026-09-11 07:15:02] Production.INFO: ==31765== Releasing lock...
[2026-09-11 07:15:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 07:15:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 06:15:02] Production.INFO: ==31769== Lock acquired, processing the job...
[2026-09-11 06:15:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 06:15:02] Production.INFO: ==31769== Releasing lock...
[2026-09-11 06:15:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 06:15:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 02:15:02] Production.INFO: ==31767== Lock acquired, processing the job...
[2026-09-11 02:15:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 02:15:02] Production.INFO: ==31767== Releasing lock...
[2026-09-11 02:15:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 02:15:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 02:15:03] Production.INFO: ==31773== Lock acquired, processing the job...
[2026-09-11 02:15:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 02:15:03] Production.INFO: ==31775== Lock acquired, processing the job...
[2026-09-11 02:15:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 02:15:03] Production.INFO: ==31771== Lock acquired, processing the job...
[2026-09-11 02:15:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-11 02:15:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 02:15:03] Production.ERROR: ========================== active cronjob start =============================
[2026-09-11 02:15:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-11 02:15:03] Production.ERROR: CronJob PID - 31773
[2026-09-11 02:15:03] Production.ERROR: CronJob Title - System Alerts
[2026-09-11 02:15:03] Production.ERROR: CronJob ID - 5
[2026-09-11 02:15:03] Production.ERROR: CronJob Last Run Time 2026-09-11 02:15:00
[2026-09-11 02:15:03] Production.ERROR: CronJob Active Minutes 0
[2026-09-11 02:15:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-11 02:15:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-11 02:15:03] Production.ERROR: CronJob PID - 31775
[2026-09-11 02:15:03] Production.ERROR: CronJob Title - Account Block
[2026-09-11 02:15:03] Production.ERROR: CronJob ID - 7
[2026-09-11 02:15:03] Production.ERROR: CronJob Last Run Time 2026-09-11 02:15:00
[2026-09-11 02:15:03] Production.ERROR: CronJob Active Minutes 0
[2026-09-11 02:15:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-11 02:15:03] Production.ERROR: ========================== active cronjob end =============================
[2026-09-11 02:15:03] Production.INFO: ==31771== Releasing lock...
[2026-09-11 02:15:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-11 02:15:03] Production.INFO: 25.5 MB #Memory Used#
[2026-09-11 02:15:03] Production.INFO: ==31777== Lock acquired, processing the job...
[2026-09-11 02:15:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 02:15:04] Production.INFO: ==31781== Lock acquired, processing the job...
[2026-09-11 02:15:04] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-11 02:15:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 02:15:04] Production.INFO: ==31779== Lock acquired, processing the job...
[2026-09-11 02:15:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 02:15:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 02:15:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 02:15:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 02:15:04] Production.INFO: ==31783== Lock acquired, processing the job...
[2026-09-11 02:15:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 02:15:04] Production.ERROR: tblTempUsageDetail_20
[2026-09-11 02:15:04] Production.INFO: Account Balance Start.
[2026-09-11 02:15:04] Production.INFO: CreateAllLog Start
[2026-09-11 02:15:04] Production.INFO: 117
[2026-09-11 02:15:04] Production.INFO: Date 2026-09-08
[2026-09-11 02:15:04] Production.INFO: Reseller ==> 0
[2026-09-11 02: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-09-11 02: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-09-11 02: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-09-11 02:15:04] Production.INFO: ==31783== Releasing lock...
[2026-09-11 02:15:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 02:15:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 02:15:04] Production.INFO: Date 2026-09-09
[2026-09-11 02:15:04] Production.INFO: Reseller ==> 0
[2026-09-11 02:15:04] Production.ERROR: done
[2026-09-11 02:15:04] Production.INFO: Date 2026-09-10
[2026-09-11 02:15:04] Production.INFO: Reseller ==> 0
[2026-09-11 02:15:04] Production.INFO: Date 2026-09-11
[2026-09-11 02:15:04] Production.INFO: Reseller ==> 0
[2026-09-11 02:15:04] Production.INFO: Total Charge 0
[2026-09-11 02:15:04] Production.INFO: CreateAllLog End
[2026-09-11 02:15:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-11 02:15:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17981902', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) start
[2026-09-11 02:15:04] Production.INFO: Account Balance End.
[2026-09-11 02:15:04] Production.ERROR: CronJobId end 12
[2026-09-11 02:15:04] Production.INFO: ==31779== Releasing lock...
[2026-09-11 02:15:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 02:15:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 02:15:04] Production.INFO: ==31775== Releasing lock...
[2026-09-11 02:15:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 02:15:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 02:15:11] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17981902', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) end
[2026-09-11 02:15:11] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-11 02:15:11] Production.INFO: ProcessCDR(1,17981902,1,1,2)
[2026-09-11 02:15:11] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17981902,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 02:15:11] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17981902,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 02:15:11] Production.ERROR: pbx prc_insertCDR start
[2026-09-11 02:15:11] Production.ERROR: pbx prc_insertCDR end
[2026-09-11 02:15:11] Production.INFO: ==31781== Releasing lock...
[2026-09-11 02:15:11] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-11 02:15:11] Production.INFO: 26 MB #Memory Used#
[2026-09-11 02:15:15] Production.ERROR: CronJobId end10
[2026-09-11 02:15:15] Production.INFO: ==31777== Releasing lock...
[2026-09-11 02:15:15] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 02:15:15] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 02:15:17] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 02:15:17] Production.INFO: ============== Balance Warning START===========
[2026-09-11 02:15:17] Production.INFO: ============== Balance Warning END===========
[2026-09-11 02:15:17] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 02:15:17] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 02:15:17] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 02:15:17] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 02:15:17] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 02:15:17] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 02:15:17] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 02:15:17] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 02:15:17] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 02:15:17] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 02:15:17] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 02:15:17] Production.INFO: call_cost start
[2026-09-11 02:15:17] Production.INFO: call_cost end
[2026-09-11 02:15:17] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 02:15:17] Production.INFO: ============== Report Schedule START===========
[2026-09-11 02:15:17] Production.INFO: ============== Report Schedule END===========
[2026-09-11 02:15:17] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 02:15:17] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 02:15:17] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 02:15:17] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 02:15:17] Production.INFO: ============== Deal alert START===========
[2026-09-11 02:15:17] Production.INFO: ============== Deal alert END===========
[2026-09-11 02:15:17] Production.INFO: ==31773== Releasing lock...
[2026-09-11 02:15:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 02:15:17] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 07:16:01] Production.INFO: ==31847== Lock acquired, processing the job...
[2026-09-11 07:16:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 07:16:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 07:16:01] Production.INFO: neon service started
[2026-09-11 07:16:01] Production.INFO: neon service started
[2026-09-11 07:16:01] Production.INFO: ==31847== Releasing lock...
[2026-09-11 07:16:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 07:16:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 06:16:01] Production.INFO: ==31851== Lock acquired, processing the job...
[2026-09-11 06:16:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 06:16:01] Production.INFO: ==31851== Releasing lock...
[2026-09-11 06:16:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 06:16:01] Production.INFO: 25 MB #Memory Used#
[2026-09-11 02:16:02] Production.INFO: ==31849== Lock acquired, processing the job...
[2026-09-11 02:16:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 02:16:02] Production.INFO: ==31849== Releasing lock...
[2026-09-11 02:16:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 02:16:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 02:16:03] Production.INFO: ==31855== Lock acquired, processing the job...
[2026-09-11 02:16:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 02:16:03] Production.INFO: ==31857== Lock acquired, processing the job...
[2026-09-11 02:16:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 02:16:03] Production.INFO: ==31859== Lock acquired, processing the job...
[2026-09-11 02:16:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 02:16:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 02:16:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 02:16:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 02:16:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 02:16:03] Production.INFO: Account Balance Start.
[2026-09-11 02:16:03] Production.INFO: CreateAllLog Start
[2026-09-11 02:16:03] Production.INFO: 117
[2026-09-11 02:16:03] Production.INFO: Date 2026-09-08
[2026-09-11 02:16:03] Production.INFO: Reseller ==> 0
[2026-09-11 02:16:03] Production.INFO: ==31853== Lock acquired, processing the job...
[2026-09-11 02:16:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 02:16:03] Production.INFO: Date 2026-09-09
[2026-09-11 02:16:03] Production.INFO: Reseller ==> 0
[2026-09-11 02:16:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 02:16:03] Production.INFO: Date 2026-09-10
[2026-09-11 02:16:03] Production.INFO: Reseller ==> 0
[2026-09-11 02:16:03] Production.INFO: ==31862== Lock acquired, processing the job...
[2026-09-11 02:16:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 02:16:03] Production.INFO: Date 2026-09-11
[2026-09-11 02:16:03] Production.INFO: Reseller ==> 0
[2026-09-11 02:16:03] Production.INFO: Total Charge 0
[2026-09-11 02:16:03] Production.INFO: CreateAllLog End
[2026-09-11 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-09-11 02: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-09-11 02: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-09-11 02:16:03] Production.INFO: ==31862== Releasing lock...
[2026-09-11 02:16:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 02:16:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 02:16:03] Production.INFO: Account Balance End.
[2026-09-11 02:16:03] Production.ERROR: CronJobId end 12
[2026-09-11 02:16:03] Production.INFO: ==31859== Releasing lock...
[2026-09-11 02:16:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 02:16:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 02:16:04] Production.INFO: ==31855== Releasing lock...
[2026-09-11 02:16:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 02:16:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 02:16:10] Production.ERROR: CronJobId end10
[2026-09-11 02:16:10] Production.INFO: ==31857== Releasing lock...
[2026-09-11 02:16:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 02:16:10] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 02:16:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 02:16:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 02:16:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 02:16:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 02:16:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 02:16:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 02:16:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 02:16:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 02:16:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 02:16:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 02:16:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 02:16:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 02:16:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 02:16:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 02:16:13] Production.INFO: call_cost start
[2026-09-11 02:16:13] Production.INFO: call_cost end
[2026-09-11 02:16:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 02:16:13] Production.INFO: ============== Report Schedule START===========
[2026-09-11 02:16:13] Production.INFO: ============== Report Schedule END===========
[2026-09-11 02:16:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 02:16:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 02:16:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 02:16:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 02:16:13] Production.INFO: ============== Deal alert START===========
[2026-09-11 02:16:13] Production.INFO: ============== Deal alert END===========
[2026-09-11 02:16:13] Production.INFO: ==31853== Releasing lock...
[2026-09-11 02:16:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 02:16:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 07:17:01] Production.INFO: ==31925== Lock acquired, processing the job...
[2026-09-11 07:17:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 07:17:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 07:17:01] Production.INFO: neon service started
[2026-09-11 07:17:01] Production.INFO: neon service started
[2026-09-11 07:17:01] Production.INFO: ==31925== Releasing lock...
[2026-09-11 07:17:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 07:17:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 06:17:02] Production.INFO: ==31929== Lock acquired, processing the job...
[2026-09-11 06:17:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 02:17:02] Production.INFO: ==31927== Lock acquired, processing the job...
[2026-09-11 02:17:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 06:17:02] Production.INFO: ==31929== Releasing lock...
[2026-09-11 06:17:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 06:17:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 02:17:02] Production.INFO: ==31927== Releasing lock...
[2026-09-11 02:17:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 02:17:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 02:17:03] Production.INFO: ==31934== Lock acquired, processing the job...
[2026-09-11 02:17:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 02:17:03] Production.INFO: ==31936== Lock acquired, processing the job...
[2026-09-11 02:17:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 02:17:03] Production.INFO: ==31938== Lock acquired, processing the job...
[2026-09-11 02:17:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 02:17:03] Production.INFO: ==31932== Lock acquired, processing the job...
[2026-09-11 02:17:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 02:17:03] Production.INFO: Account Balance Start.
[2026-09-11 02:17:03] Production.INFO: CreateAllLog Start
[2026-09-11 02:17:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 02:17:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 02:17:03] Production.INFO: 117
[2026-09-11 02:17:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 02:17:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 02:17:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 02:17:03] Production.INFO: ==31940== Lock acquired, processing the job...
[2026-09-11 02:17:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 02:17:03] Production.INFO: Date 2026-09-08
[2026-09-11 02:17:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 02:17:03] Production.INFO: Date 2026-09-09
[2026-09-11 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-09-11 02:17:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 02:17:03] Production.INFO: ==31940== Releasing lock...
[2026-09-11 02:17:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 02:17:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 02:17:03] Production.INFO: Date 2026-09-10
[2026-09-11 02:17:03] Production.INFO: Reseller ==> 0
[2026-09-11 02:17:04] Production.INFO: Date 2026-09-11
[2026-09-11 02:17:04] Production.INFO: Reseller ==> 0
[2026-09-11 02:17:04] Production.INFO: Total Charge 0
[2026-09-11 02:17:04] Production.INFO: CreateAllLog End
[2026-09-11 02:17:04] Production.INFO: Account Balance End.
[2026-09-11 02:17:04] Production.ERROR: CronJobId end 12
[2026-09-11 02:17:04] Production.INFO: ==31938== Releasing lock...
[2026-09-11 02:17:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 02:17:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 02:17:04] Production.INFO: ==31934== Releasing lock...
[2026-09-11 02:17:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 02:17:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 02:17:11] Production.ERROR: CronJobId end10
[2026-09-11 02:17:11] Production.INFO: ==31936== Releasing lock...
[2026-09-11 02:17:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 02:17:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 02:17:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 02:17:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 02:17:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 02:17:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 02:17:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 02:17:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 02:17:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 02:17:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 02:17:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 02:17:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 02:17:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 02:17:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 02:17:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 02:17:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 02:17:14] Production.INFO: call_cost start
[2026-09-11 02:17:14] Production.INFO: call_cost end
[2026-09-11 02:17:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 02:17:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 02:17:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 02:17:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 02:17:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 02:17:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 02:17:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 02:17:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 02:17:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 02:17:14] Production.INFO: ==31932== Releasing lock...
[2026-09-11 02:17:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 02:17:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 07:18:01] Production.INFO: ==32000== Lock acquired, processing the job...
[2026-09-11 07:18:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 07:18:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 07:18:01] Production.INFO: neon service started
[2026-09-11 07:18:01] Production.INFO: neon service started
[2026-09-11 07:18:01] Production.INFO: ==32000== Releasing lock...
[2026-09-11 07:18:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 07:18:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 02:18:01] Production.INFO: ==32002== Lock acquired, processing the job...
[2026-09-11 02:18:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 02:18:01] Production.INFO: ==32002== Releasing lock...
[2026-09-11 02:18:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 02:18:01] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 06:18:02] Production.INFO: ==32004== Lock acquired, processing the job...
[2026-09-11 06:18:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 06:18:02] Production.INFO: ==32004== Releasing lock...
[2026-09-11 06:18:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 06:18:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 02:18:02] Production.INFO: ==32007== Lock acquired, processing the job...
[2026-09-11 02:18:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 02:18:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 02:18:02] Production.INFO: ==32009== Lock acquired, processing the job...
[2026-09-11 02:18:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 02:18:02] Production.INFO: ==32011== Lock acquired, processing the job...
[2026-09-11 02:18:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 02:18:02] Production.INFO: ==32015== Lock acquired, processing the job...
[2026-09-11 02:18:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 02:18:02] Production.INFO: ==32013== Lock acquired, processing the job...
[2026-09-11 02:18:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 02:18:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 02:18:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 02:18:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 02:18:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 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-09-11 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-09-11 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-09-11 02:18:03] Production.INFO: ==32015== Releasing lock...
[2026-09-11 02:18:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 02:18:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 02:18:03] Production.INFO: Account Balance Start.
[2026-09-11 02:18:03] Production.INFO: CreateAllLog Start
[2026-09-11 02:18:03] Production.INFO: 117
[2026-09-11 02:18:03] Production.INFO: Date 2026-09-08
[2026-09-11 02:18:03] Production.INFO: Reseller ==> 0
[2026-09-11 02:18:03] Production.INFO: Date 2026-09-09
[2026-09-11 02:18:03] Production.INFO: Reseller ==> 0
[2026-09-11 02:18:03] Production.INFO: Date 2026-09-10
[2026-09-11 02:18:03] Production.INFO: Reseller ==> 0
[2026-09-11 02:18:03] Production.INFO: Date 2026-09-11
[2026-09-11 02:18:03] Production.INFO: Reseller ==> 0
[2026-09-11 02:18:03] Production.INFO: Total Charge 0
[2026-09-11 02:18:03] Production.INFO: CreateAllLog End
[2026-09-11 02:18:03] Production.INFO: Account Balance End.
[2026-09-11 02:18:03] Production.ERROR: CronJobId end 12
[2026-09-11 02:18:03] Production.INFO: ==32013== Releasing lock...
[2026-09-11 02:18:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 02:18:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 02:18:03] Production.INFO: ==32009== Releasing lock...
[2026-09-11 02:18:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 02:18:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 02:18:11] Production.ERROR: CronJobId end10
[2026-09-11 02:18:11] Production.INFO: ==32011== Releasing lock...
[2026-09-11 02:18:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 02:18:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 02:18:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 02:18:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 02:18:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 02:18:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 02:18:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 02:18:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 02:18:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 02:18:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 02:18:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 02:18:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 02:18:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 02:18:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 02:18:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 02:18:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 02:18:13] Production.INFO: call_cost start
[2026-09-11 02:18:13] Production.INFO: call_cost end
[2026-09-11 02:18:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 02:18:13] Production.INFO: ============== Report Schedule START===========
[2026-09-11 02:18:13] Production.INFO: ============== Report Schedule END===========
[2026-09-11 02:18:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 02:18:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 02:18:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 02:18:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 02:18:13] Production.INFO: ============== Deal alert START===========
[2026-09-11 02:18:13] Production.INFO: ============== Deal alert END===========
[2026-09-11 02:18:13] Production.INFO: ==32007== Releasing lock...
[2026-09-11 02:18:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 02:18:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 07:19:01] Production.INFO: ==32072== Lock acquired, processing the job...
[2026-09-11 07:19:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 07:19:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 07:19:01] Production.INFO: neon service started
[2026-09-11 07:19:01] Production.INFO: neon service started
[2026-09-11 07:19:01] Production.INFO: ==32072== Releasing lock...
[2026-09-11 07:19:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 07:19:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 02:19:02] Production.INFO: ==32074== Lock acquired, processing the job...
[2026-09-11 02:19:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 02:19:02] Production.INFO: ==32074== Releasing lock...
[2026-09-11 02:19:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 02:19:02] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 06:19:02] Production.INFO: ==32076== Lock acquired, processing the job...
[2026-09-11 06:19:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 06:19:02] Production.INFO: ==32076== Releasing lock...
[2026-09-11 06:19:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 06:19:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 02:19:03] Production.INFO: ==32082== Lock acquired, processing the job...
[2026-09-11 02:19:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 02:19:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 02:19:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 02:19:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 02:19:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 02:19:03] Production.INFO: ==32078== Lock acquired, processing the job...
[2026-09-11 02:19:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 02:19:03] Production.INFO: ==32080== Lock acquired, processing the job...
[2026-09-11 02:19:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 02:19:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 02:19:03] Production.INFO: ==32086== Lock acquired, processing the job...
[2026-09-11 02:19:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 02:19:03] Production.INFO: ==32084== Lock acquired, processing the job...
[2026-09-11 02:19:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 02:19:03] Production.INFO: Account Balance Start.
[2026-09-11 02:19:03] Production.INFO: CreateAllLog Start
[2026-09-11 02:19:03] Production.INFO: 117
[2026-09-11 02:19:03] Production.INFO: Date 2026-09-08
[2026-09-11 02:19:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 02:19:03] Production.INFO: Date 2026-09-09
[2026-09-11 02:19:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 02:19:03] Production.INFO: ==32086== Releasing lock...
[2026-09-11 02:19:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 02:19:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 02:19:03] Production.INFO: Date 2026-09-10
[2026-09-11 02:19:03] Production.INFO: Reseller ==> 0
[2026-09-11 02:19:03] Production.INFO: Date 2026-09-11
[2026-09-11 02:19:03] Production.INFO: Reseller ==> 0
[2026-09-11 02:19:03] Production.INFO: Total Charge 0
[2026-09-11 02:19:03] Production.INFO: CreateAllLog End
[2026-09-11 02:19:03] Production.INFO: Account Balance End.
[2026-09-11 02:19:03] Production.ERROR: CronJobId end 12
[2026-09-11 02:19:03] Production.INFO: ==32084== Releasing lock...
[2026-09-11 02:19:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 02:19:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 02:19:04] Production.INFO: ==32080== Releasing lock...
[2026-09-11 02:19:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 02:19:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 02:19:11] Production.ERROR: CronJobId end10
[2026-09-11 02:19:11] Production.INFO: ==32082== Releasing lock...
[2026-09-11 02:19:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 02:19:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 02:19:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 02:19:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 02:19:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 02:19:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 02:19:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 02:19:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 02:19:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 02:19:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 02:19:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 02:19:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 02:19:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 02:19:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 02:19:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 02:19:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 02:19:14] Production.INFO: call_cost start
[2026-09-11 02:19:14] Production.INFO: call_cost end
[2026-09-11 02:19:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 02:19:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 02:19:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 02:19:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 02:19:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 02:19:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 02:19:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 02:19:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 02:19:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 02:19:14] Production.INFO: ==32078== Releasing lock...
[2026-09-11 02:19:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 02:19:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 07:20:02] Production.INFO: ==32151== Lock acquired, processing the job...
[2026-09-11 07:20:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 07:20:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 07:20:02] Production.INFO: neon service started
[2026-09-11 07:20:02] Production.INFO: neon service started
[2026-09-11 07:20:02] Production.INFO: ==32151== Releasing lock...
[2026-09-11 07:20:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 07:20:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 02:20:02] Production.INFO: ==32153== Lock acquired, processing the job...
[2026-09-11 02:20:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 06:20:02] Production.INFO: ==32155== Lock acquired, processing the job...
[2026-09-11 06:20:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 06:20:02] Production.INFO: ==32155== Releasing lock...
[2026-09-11 06:20:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 06:20:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 02:20:03] Production.INFO: ==32153== Releasing lock...
[2026-09-11 02:20:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 02:20:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 02:20:03] Production.INFO: ==32158== Lock acquired, processing the job...
[2026-09-11 02:20:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 02:20:03] Production.INFO: ==32160== Lock acquired, processing the job...
[2026-09-11 02:20:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 02:20:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 02:20:04] Production.INFO: ==32164== Lock acquired, processing the job...
[2026-09-11 02:20:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 02:20:04] Production.INFO: ==32166== Lock acquired, processing the job...
[2026-09-11 02:20:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 02:20:04] Production.INFO: ==32162== Lock acquired, processing the job...
[2026-09-11 02:20:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 02:20:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 02:20:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 02:20:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 02:20:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 02: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-09-11 02: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-09-11 02:20:04] Production.INFO: Account Balance Start.
[2026-09-11 02:20:04] Production.INFO: CreateAllLog Start
[2026-09-11 02:20:04] Production.INFO: 117
[2026-09-11 02: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-09-11 02:20:04] Production.INFO: Date 2026-09-08
[2026-09-11 02:20:04] Production.INFO: ==32166== Releasing lock...
[2026-09-11 02:20:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 02:20:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 02:20:04] Production.INFO: Reseller ==> 0
[2026-09-11 02:20:04] Production.INFO: Date 2026-09-09
[2026-09-11 02:20:04] Production.INFO: Reseller ==> 0
[2026-09-11 02:20:04] Production.INFO: Date 2026-09-10
[2026-09-11 02:20:04] Production.INFO: Reseller ==> 0
[2026-09-11 02:20:04] Production.INFO: Date 2026-09-11
[2026-09-11 02:20:04] Production.INFO: Reseller ==> 0
[2026-09-11 02:20:04] Production.INFO: Total Charge 0
[2026-09-11 02:20:04] Production.INFO: ==32160== Releasing lock...
[2026-09-11 02:20:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 02:20:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 02:20:04] Production.INFO: CreateAllLog End
[2026-09-11 02:20:04] Production.INFO: Account Balance End.
[2026-09-11 02:20:04] Production.ERROR: CronJobId end 12
[2026-09-11 02:20:04] Production.INFO: ==32164== Releasing lock...
[2026-09-11 02:20:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 02:20:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 02:20:12] Production.ERROR: CronJobId end10
[2026-09-11 02:20:12] Production.INFO: ==32162== Releasing lock...
[2026-09-11 02:20:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 02:20:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 02:20:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 02:20:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 02:20:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 02:20:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 02:20:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 02:20:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 02:20:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 02:20:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 02:20:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 02:20:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 02:20:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 02:20:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 02:20:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 02:20:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 02:20:14] Production.INFO: call_cost start
[2026-09-11 02:20:14] Production.INFO: call_cost end
[2026-09-11 02:20:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 02:20:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 02:20:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 02:20:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 02:20:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 02:20:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 02:20:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 02:20:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 02:20:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 02:20:14] Production.INFO: ==32158== Releasing lock...
[2026-09-11 02:20:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 02:20:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 07:21:01] Production.INFO: ==32223== Lock acquired, processing the job...
[2026-09-11 07:21:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 07:21:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 07:21:01] Production.INFO: neon service started
[2026-09-11 07:21:01] Production.INFO: neon service started
[2026-09-11 07:21:01] Production.INFO: ==32223== Releasing lock...
[2026-09-11 07:21:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 07:21:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 06:21:01] Production.INFO: ==32227== Lock acquired, processing the job...
[2026-09-11 06:21:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 06:21:02] Production.INFO: ==32227== Releasing lock...
[2026-09-11 06:21:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 06:21:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 02:21:02] Production.INFO: ==32225== Lock acquired, processing the job...
[2026-09-11 02:21:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 02:21:02] Production.INFO: ==32225== Releasing lock...
[2026-09-11 02:21:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 02:21:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 02:21:03] Production.INFO: ==32230== Lock acquired, processing the job...
[2026-09-11 02:21:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 02:21:03] Production.INFO: ==32232== Lock acquired, processing the job...
[2026-09-11 02:21:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 02:21:03] Production.INFO: ==32234== Lock acquired, processing the job...
[2026-09-11 02:21:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 02:21:03] Production.INFO: ==32236== Lock acquired, processing the job...
[2026-09-11 02:21:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 02:21:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 02:21:03] Production.INFO: Account Balance Start.
[2026-09-11 02:21:03] Production.INFO: CreateAllLog Start
[2026-09-11 02:21:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 02:21:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 02:21:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 02:21:03] Production.INFO: 117
[2026-09-11 02:21:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 02:21:03] Production.INFO: Date 2026-09-08
[2026-09-11 02:21:03] Production.INFO: ==32238== Lock acquired, processing the job...
[2026-09-11 02:21:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 02:21:03] Production.INFO: Reseller ==> 0
[2026-09-11 02:21:03] Production.INFO: Date 2026-09-09
[2026-09-11 02:21:03] Production.INFO: Reseller ==> 0
[2026-09-11 02: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-09-11 02:21:03] Production.INFO: Date 2026-09-10
[2026-09-11 02:21:03] Production.INFO: Reseller ==> 0
[2026-09-11 02: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-09-11 02: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-09-11 02:21:03] Production.INFO: Date 2026-09-11
[2026-09-11 02:21:03] Production.INFO: Reseller ==> 0
[2026-09-11 02:21:03] Production.INFO: ==32238== Releasing lock...
[2026-09-11 02:21:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 02:21:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 02:21:03] Production.INFO: Total Charge 0
[2026-09-11 02:21:03] Production.INFO: CreateAllLog End
[2026-09-11 02:21:03] Production.INFO: Account Balance End.
[2026-09-11 02:21:03] Production.ERROR: CronJobId end 12
[2026-09-11 02:21:03] Production.INFO: ==32236== Releasing lock...
[2026-09-11 02:21:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 02:21:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 02:21:03] Production.INFO: ==32232== Releasing lock...
[2026-09-11 02:21:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 02:21:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 02:21:12] Production.ERROR: CronJobId end10
[2026-09-11 02:21:12] Production.INFO: ==32234== Releasing lock...
[2026-09-11 02:21:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 02:21:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 02:21:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 02:21:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 02:21:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 02:21:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 02:21:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 02:21:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 02:21:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 02:21:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 02:21:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 02:21:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 02:21:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 02:21:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 02:21:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 02:21:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 02:21:14] Production.INFO: call_cost start
[2026-09-11 02:21:14] Production.INFO: call_cost end
[2026-09-11 02:21:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 02:21:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 02:21:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 02:21:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 02:21:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 02:21:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 02:21:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 02:21:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 02:21:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 02:21:14] Production.INFO: ==32230== Releasing lock...
[2026-09-11 02:21:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 02:21:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 07:22:02] Production.INFO: ==32303== Lock acquired, processing the job...
[2026-09-11 07:22:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 07:22:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 07:22:02] Production.INFO: neon service started
[2026-09-11 07:22:02] Production.INFO: neon service started
[2026-09-11 07:22:02] Production.INFO: ==32303== Releasing lock...
[2026-09-11 07:22:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 07:22:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 06:22:02] Production.INFO: ==32307== Lock acquired, processing the job...
[2026-09-11 06:22:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 06:22:02] Production.INFO: ==32307== Releasing lock...
[2026-09-11 06:22:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 06:22:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 02:22:02] Production.INFO: ==32305== Lock acquired, processing the job...
[2026-09-11 02:22:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 02:22:02] Production.INFO: ==32305== Releasing lock...
[2026-09-11 02:22:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 02:22:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 02:22:03] Production.INFO: ==32310== Lock acquired, processing the job...
[2026-09-11 02:22:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 02:22:03] Production.INFO: ==32316== Lock acquired, processing the job...
[2026-09-11 02:22:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 02:22:03] Production.INFO: ==32314== Lock acquired, processing the job...
[2026-09-11 02:22:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 02:22:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 02:22:03] Production.INFO: ==32312== Lock acquired, processing the job...
[2026-09-11 02:22:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 02:22:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 02:22:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 02:22:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 02:22:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 02:22:03] Production.INFO: Account Balance Start.
[2026-09-11 02:22:03] Production.INFO: CreateAllLog Start
[2026-09-11 02:22:03] Production.INFO: 117
[2026-09-11 02:22:03] Production.INFO: ==32318== Lock acquired, processing the job...
[2026-09-11 02:22:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 02:22:03] Production.INFO: Date 2026-09-08
[2026-09-11 02:22:03] Production.INFO: Reseller ==> 0
[2026-09-11 02:22:03] Production.INFO: Date 2026-09-09
[2026-09-11 02:22:03] Production.INFO: Reseller ==> 0
[2026-09-11 02:22:03] Production.INFO: Date 2026-09-10
[2026-09-11 02:22:03] Production.INFO: Reseller ==> 0
[2026-09-11 02:22:03] Production.INFO: Date 2026-09-11
[2026-09-11 02:22:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 02:22:03] Production.INFO: Total Charge 0
[2026-09-11 02:22:03] Production.INFO: CreateAllLog End
[2026-09-11 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-09-11 02: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-09-11 02:22:04] Production.INFO: ==32318== Releasing lock...
[2026-09-11 02:22:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 02:22:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 02:22:04] Production.INFO: Account Balance End.
[2026-09-11 02:22:04] Production.ERROR: CronJobId end 12
[2026-09-11 02:22:04] Production.INFO: ==32316== Releasing lock...
[2026-09-11 02:22:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 02:22:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 02:22:04] Production.INFO: ==32312== Releasing lock...
[2026-09-11 02:22:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 02:22:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 02:22:12] Production.ERROR: CronJobId end10
[2026-09-11 02:22:12] Production.INFO: ==32314== Releasing lock...
[2026-09-11 02:22:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 02:22:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 02:22:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 02:22:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 02:22:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 02:22:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 02:22:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 02:22:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 02:22:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 02:22:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 02:22:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 02:22:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 02:22:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 02:22:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 02:22:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 02:22:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 02:22:14] Production.INFO: call_cost start
[2026-09-11 02:22:14] Production.INFO: call_cost end
[2026-09-11 02:22:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 02:22:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 02:22:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 02:22:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 02:22:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 02:22:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 02:22:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 02:22:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 02:22:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 02:22:14] Production.INFO: ==32310== Releasing lock...
[2026-09-11 02:22:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 02:22:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 07:23:01] Production.INFO: ==32377== Lock acquired, processing the job...
[2026-09-11 07:23:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 07:23:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 07:23:01] Production.INFO: neon service started
[2026-09-11 07:23:01] Production.INFO: neon service started
[2026-09-11 07:23:01] Production.INFO: ==32377== Releasing lock...
[2026-09-11 07:23:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 07:23:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 02:23:01] Production.INFO: ==32379== Lock acquired, processing the job...
[2026-09-11 02:23:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 02:23:01] Production.INFO: ==32379== Releasing lock...
[2026-09-11 02:23:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 02:23:01] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 06:23:02] Production.INFO: ==32381== Lock acquired, processing the job...
[2026-09-11 06:23:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 06:23:02] Production.INFO: ==32381== Releasing lock...
[2026-09-11 06:23:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 06:23:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 02:23:02] Production.INFO: ==32386== Lock acquired, processing the job...
[2026-09-11 02:23:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 02:23:02] Production.INFO: ==32384== Lock acquired, processing the job...
[2026-09-11 02:23:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 02:23:02] Production.INFO: ==32388== Lock acquired, processing the job...
[2026-09-11 02:23:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 02:23:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 02:23:02] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 02:23:02] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 02:23:02] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 02:23:02] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 02:23:02] Production.INFO: ==32390== Lock acquired, processing the job...
[2026-09-11 02:23:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 02:23:02] Production.INFO: ==32392== Lock acquired, processing the job...
[2026-09-11 02:23:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 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-09-11 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-09-11 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-09-11 02:23:03] Production.INFO: ==32392== Releasing lock...
[2026-09-11 02:23:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 02:23:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 02:23:03] Production.INFO: Account Balance Start.
[2026-09-11 02:23:03] Production.INFO: CreateAllLog Start
[2026-09-11 02:23:03] Production.INFO: 117
[2026-09-11 02:23:03] Production.INFO: Date 2026-09-08
[2026-09-11 02:23:03] Production.INFO: Reseller ==> 0
[2026-09-11 02:23:03] Production.INFO: Date 2026-09-09
[2026-09-11 02:23:03] Production.INFO: Reseller ==> 0
[2026-09-11 02:23:03] Production.INFO: Date 2026-09-10
[2026-09-11 02:23:03] Production.INFO: Reseller ==> 0
[2026-09-11 02:23:03] Production.INFO: Date 2026-09-11
[2026-09-11 02:23:03] Production.INFO: Reseller ==> 0
[2026-09-11 02:23:03] Production.INFO: Total Charge 0
[2026-09-11 02:23:03] Production.INFO: CreateAllLog End
[2026-09-11 02:23:03] Production.INFO: ==32386== Releasing lock...
[2026-09-11 02:23:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 02:23:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 02:23:03] Production.INFO: Account Balance End.
[2026-09-11 02:23:03] Production.ERROR: CronJobId end 12
[2026-09-11 02:23:03] Production.INFO: ==32390== Releasing lock...
[2026-09-11 02:23:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 02:23:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 02:23:10] Production.ERROR: CronJobId end10
[2026-09-11 02:23:10] Production.INFO: ==32388== Releasing lock...
[2026-09-11 02:23:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 02:23:10] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 02:23:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 02:23:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 02:23:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 02:23:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 02:23:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 02:23:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 02:23:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 02:23:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 02:23:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 02:23:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 02:23:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 02:23:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 02:23:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 02:23:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 02:23:13] Production.INFO: call_cost start
[2026-09-11 02:23:13] Production.INFO: call_cost end
[2026-09-11 02:23:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 02:23:13] Production.INFO: ============== Report Schedule START===========
[2026-09-11 02:23:13] Production.INFO: ============== Report Schedule END===========
[2026-09-11 02:23:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 02:23:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 02:23:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 02:23:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 02:23:13] Production.INFO: ============== Deal alert START===========
[2026-09-11 02:23:13] Production.INFO: ============== Deal alert END===========
[2026-09-11 02:23:13] Production.INFO: ==32384== Releasing lock...
[2026-09-11 02:23:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 02:23:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 07:24:01] Production.INFO: ==32453== Lock acquired, processing the job...
[2026-09-11 07:24:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 07:24:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 07:24:01] Production.INFO: neon service started
[2026-09-11 07:24:01] Production.INFO: neon service started
[2026-09-11 07:24:01] Production.INFO: ==32453== Releasing lock...
[2026-09-11 07:24:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 07:24:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 02:24:02] Production.INFO: ==32455== Lock acquired, processing the job...
[2026-09-11 02:24:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 02:24:02] Production.INFO: ==32455== Releasing lock...
[2026-09-11 02:24:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 02:24:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 06:24:02] Production.INFO: ==32457== Lock acquired, processing the job...
[2026-09-11 06:24:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 06:24:02] Production.INFO: ==32457== Releasing lock...
[2026-09-11 06:24:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 06:24:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 02:24:03] Production.INFO: ==32459== Lock acquired, processing the job...
[2026-09-11 02:24:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 02:24:03] Production.INFO: ==32465== Lock acquired, processing the job...
[2026-09-11 02:24:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 02:24:03] Production.INFO: ==32461== Lock acquired, processing the job...
[2026-09-11 02:24:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 02:24:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 02:24:03] Production.INFO: ==32463== Lock acquired, processing the job...
[2026-09-11 02:24:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 02:24:03] Production.INFO: Account Balance Start.
[2026-09-11 02:24:03] Production.INFO: CreateAllLog Start
[2026-09-11 02:24:03] Production.INFO: 117
[2026-09-11 02:24:03] Production.INFO: Date 2026-09-08
[2026-09-11 02:24:03] Production.INFO: Reseller ==> 0
[2026-09-11 02:24:03] Production.INFO: Date 2026-09-09
[2026-09-11 02:24:03] Production.INFO: Reseller ==> 0
[2026-09-11 02:24:03] Production.INFO: ==32467== Lock acquired, processing the job...
[2026-09-11 02:24:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 02:24:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 02:24:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 02:24:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 02:24:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 02:24:03] Production.INFO: Date 2026-09-10
[2026-09-11 02:24:03] Production.INFO: Reseller ==> 0
[2026-09-11 02:24:03] Production.INFO: Date 2026-09-11
[2026-09-11 02:24:03] Production.INFO: Reseller ==> 0
[2026-09-11 02:24:03] Production.INFO: Total Charge 0
[2026-09-11 02: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-09-11 02:24:03] Production.INFO: CreateAllLog End
[2026-09-11 02: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-09-11 02: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-09-11 02:24:03] Production.INFO: ==32467== Releasing lock...
[2026-09-11 02:24:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 02:24:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 02:24:03] Production.INFO: Account Balance End.
[2026-09-11 02:24:03] Production.ERROR: CronJobId end 12
[2026-09-11 02:24:03] Production.INFO: ==32465== Releasing lock...
[2026-09-11 02:24:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 02:24:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 02:24:04] Production.INFO: ==32461== Releasing lock...
[2026-09-11 02:24:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 02:24:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 02:24:11] Production.ERROR: CronJobId end10
[2026-09-11 02:24:11] Production.INFO: ==32463== Releasing lock...
[2026-09-11 02:24:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 02:24:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 02:24:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 02:24:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 02:24:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 02:24:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 02:24:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 02:24:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 02:24:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 02:24:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 02:24:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 02:24:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 02:24:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 02:24:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 02:24:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 02:24:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 02:24:14] Production.INFO: call_cost start
[2026-09-11 02:24:14] Production.INFO: call_cost end
[2026-09-11 02:24:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 02:24:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 02:24:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 02:24:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 02:24:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 02:24:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 02:24:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 02:24:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 02:24:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 02:24:14] Production.INFO: ==32459== Releasing lock...
[2026-09-11 02:24:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 02:24:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 07:25:02] Production.INFO: ==32535== Lock acquired, processing the job...
[2026-09-11 07:25:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 07:25:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 07:25:02] Production.INFO: neon service started
[2026-09-11 07:25:02] Production.INFO: neon service started
[2026-09-11 07:25:02] Production.INFO: ==32535== Releasing lock...
[2026-09-11 07:25:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 07:25:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 02:25:02] Production.INFO: ==32537== Lock acquired, processing the job...
[2026-09-11 02:25:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 06:25:02] Production.INFO: ==32539== Lock acquired, processing the job...
[2026-09-11 06:25:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 02:25:02] Production.INFO: ==32537== Releasing lock...
[2026-09-11 02:25:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 02:25:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 06:25:03] Production.INFO: ==32539== Releasing lock...
[2026-09-11 06:25:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 06:25:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 02:25:03] Production.INFO: ==32541== Lock acquired, processing the job...
[2026-09-11 02:25:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-11 02:25:03] Production.INFO: ==32543== Lock acquired, processing the job...
[2026-09-11 02:25:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 02:25:03] Production.ERROR: ========================== active cronjob start =============================
[2026-09-11 02:25:03] Production.ERROR: ========================== active cronjob end =============================
[2026-09-11 02:25:03] Production.INFO: ==32541== Releasing lock...
[2026-09-11 02:25:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-11 02:25:03] Production.INFO: 25.5 MB #Memory Used#
[2026-09-11 02:25:04] Production.INFO: ==32548== Lock acquired, processing the job...
[2026-09-11 02:25:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 02:25:04] Production.INFO: ==32545== Lock acquired, processing the job...
[2026-09-11 02:25:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 02:25:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 02:25:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 02:25:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 02:25:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 02:25:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 02:25:04] Production.INFO: ==32552== Lock acquired, processing the job...
[2026-09-11 02:25:04] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-11 02:25:04] Production.INFO: ==32550== Lock acquired, processing the job...
[2026-09-11 02:25:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 02:25:04] Production.ERROR: tblTempUsageDetail_20
[2026-09-11 02:25:04] Production.INFO: ==32554== Lock acquired, processing the job...
[2026-09-11 02:25:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 02:25:04] Production.INFO: Account Balance Start.
[2026-09-11 02:25:04] Production.INFO: CreateAllLog Start
[2026-09-11 02:25:04] Production.INFO: 117
[2026-09-11 02:25:04] Production.INFO: Date 2026-09-08
[2026-09-11 02:25:04] Production.INFO: Reseller ==> 0
[2026-09-11 02:25:04] Production.INFO: Date 2026-09-09
[2026-09-11 02:25:04] Production.INFO: Reseller ==> 0
[2026-09-11 02:25:04] Production.INFO: Date 2026-09-10
[2026-09-11 02:25:04] Production.INFO: Reseller ==> 0
[2026-09-11 02:25:04] Production.INFO: Date 2026-09-11
[2026-09-11 02:25:04] Production.INFO: Reseller ==> 0
[2026-09-11 02: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-09-11 02: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-09-11 02:25:04] Production.INFO: Total Charge 0
[2026-09-11 02: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-09-11 02:25:04] Production.INFO: CreateAllLog End
[2026-09-11 02:25:04] Production.INFO: ==32554== Releasing lock...
[2026-09-11 02:25:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 02:25:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 02:25:04] Production.ERROR: done
[2026-09-11 02:25:04] Production.INFO: Account Balance End.
[2026-09-11 02:25:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-11 02:25:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17981943', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) start
[2026-09-11 02:25:04] Production.ERROR: CronJobId end 12
[2026-09-11 02:25:04] Production.INFO: ==32550== Releasing lock...
[2026-09-11 02:25:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 02:25:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 02:25:05] Production.INFO: ==32545== Releasing lock...
[2026-09-11 02:25:05] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 02:25:05] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 02:25:11] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17981943', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) end
[2026-09-11 02:25:11] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-11 02:25:11] Production.INFO: ProcessCDR(1,17981943,1,1,2)
[2026-09-11 02:25:11] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17981943,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 02:25:11] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17981943,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 02:25:11] Production.ERROR: pbx prc_insertCDR start
[2026-09-11 02:25:11] Production.ERROR: pbx prc_insertCDR end
[2026-09-11 02:25:11] Production.INFO: ==32552== Releasing lock...
[2026-09-11 02:25:11] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-11 02:25:11] Production.INFO: 26 MB #Memory Used#
[2026-09-11 02:25:14] Production.ERROR: CronJobId end10
[2026-09-11 02:25:14] Production.INFO: ==32548== Releasing lock...
[2026-09-11 02:25:14] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 02:25:14] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 02:25:17] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 02:25:17] Production.INFO: ============== Balance Warning START===========
[2026-09-11 02:25:17] Production.INFO: ============== Balance Warning END===========
[2026-09-11 02:25:17] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 02:25:17] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 02:25:17] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 02:25:17] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 02:25:17] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 02:25:17] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 02:25:17] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 02:25:17] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 02:25:17] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 02:25:17] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 02:25:17] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 02:25:17] Production.INFO: call_cost start
[2026-09-11 02:25:17] Production.INFO: call_cost end
[2026-09-11 02:25:17] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 02:25:17] Production.INFO: ============== Report Schedule START===========
[2026-09-11 02:25:17] Production.INFO: ============== Report Schedule END===========
[2026-09-11 02:25:17] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 02:25:17] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 02:25:17] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 02:25:17] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 02:25:17] Production.INFO: ============== Deal alert START===========
[2026-09-11 02:25:17] Production.INFO: ============== Deal alert END===========
[2026-09-11 02:25:17] Production.INFO: ==32543== Releasing lock...
[2026-09-11 02:25:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 02:25:17] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 07:26:01] Production.INFO: ==32620== Lock acquired, processing the job...
[2026-09-11 07:26:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 07:26:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 07:26:01] Production.INFO: neon service started
[2026-09-11 07:26:01] Production.INFO: neon service started
[2026-09-11 07:26:01] Production.INFO: ==32620== Releasing lock...
[2026-09-11 07:26:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 07:26:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 02:26:02] Production.INFO: ==32622== Lock acquired, processing the job...
[2026-09-11 02:26:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 02:26:02] Production.INFO: ==32622== Releasing lock...
[2026-09-11 02:26:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 02:26:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 06:26:02] Production.INFO: ==32624== Lock acquired, processing the job...
[2026-09-11 06:26:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 06:26:02] Production.INFO: ==32624== Releasing lock...
[2026-09-11 06:26:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 06:26:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 02:26:03] Production.INFO: ==32626== Lock acquired, processing the job...
[2026-09-11 02:26:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 02:26:03] Production.INFO: ==32628== Lock acquired, processing the job...
[2026-09-11 02:26:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 02:26:03] Production.INFO: ==32633== Lock acquired, processing the job...
[2026-09-11 02:26:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 02:26:03] Production.INFO: ==32635== Lock acquired, processing the job...
[2026-09-11 02:26:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 02:26:03] Production.INFO: ==32630== Lock acquired, processing the job...
[2026-09-11 02:26:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 02:26:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 02:26:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 02:26:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 02:26:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 02:26:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 02:26:03] Production.INFO: Account Balance Start.
[2026-09-11 02:26:03] Production.INFO: CreateAllLog Start
[2026-09-11 02:26:03] Production.INFO: 117
[2026-09-11 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-09-11 02:26:03] Production.INFO: Date 2026-09-08
[2026-09-11 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-09-11 02:26:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 02:26:03] Production.INFO: ==32635== Releasing lock...
[2026-09-11 02:26:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 02:26:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 02:26:03] Production.INFO: Date 2026-09-09
[2026-09-11 02:26:03] Production.INFO: Reseller ==> 0
[2026-09-11 02:26:03] Production.INFO: Date 2026-09-10
[2026-09-11 02:26:03] Production.INFO: Reseller ==> 0
[2026-09-11 02:26:03] Production.INFO: Date 2026-09-11
[2026-09-11 02:26:03] Production.INFO: Reseller ==> 0
[2026-09-11 02:26:03] Production.INFO: Total Charge 0
[2026-09-11 02:26:03] Production.INFO: CreateAllLog End
[2026-09-11 02:26:03] Production.INFO: Account Balance End.
[2026-09-11 02:26:03] Production.ERROR: CronJobId end 12
[2026-09-11 02:26:03] Production.INFO: ==32633== Releasing lock...
[2026-09-11 02:26:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 02:26:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 02:26:04] Production.INFO: ==32628== Releasing lock...
[2026-09-11 02:26:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 02:26:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 02:26:12] Production.ERROR: CronJobId end10
[2026-09-11 02:26:12] Production.INFO: ==32630== Releasing lock...
[2026-09-11 02:26:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 02:26:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 02:26:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 02:26:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 02:26:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 02:26:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 02:26:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 02:26:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 02:26:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 02:26:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 02:26:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 02:26:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 02:26:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 02:26:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 02:26:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 02:26:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 02:26:15] Production.INFO: call_cost start
[2026-09-11 02:26:15] Production.INFO: call_cost end
[2026-09-11 02:26:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 02:26:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 02:26:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 02:26:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 02:26:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 02:26:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 02:26:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 02:26:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 02:26:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 02:26:15] Production.INFO: ==32626== Releasing lock...
[2026-09-11 02:26:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 02:26:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 07:27:02] Production.INFO: ==32704== Lock acquired, processing the job...
[2026-09-11 07:27:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 07:27:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 07:27:02] Production.INFO: neon service started
[2026-09-11 07:27:02] Production.INFO: neon service started
[2026-09-11 07:27:02] Production.INFO: ==32704== Releasing lock...
[2026-09-11 07:27:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 07:27:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 06:27:02] Production.INFO: ==32708== Lock acquired, processing the job...
[2026-09-11 06:27:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 06:27:02] Production.INFO: ==32708== Releasing lock...
[2026-09-11 06:27:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 06:27:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 02:27:02] Production.INFO: ==32706== Lock acquired, processing the job...
[2026-09-11 02:27:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 02:27:03] Production.INFO: ==32706== Releasing lock...
[2026-09-11 02:27:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 02:27:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 02:27:03] Production.INFO: ==32710== Lock acquired, processing the job...
[2026-09-11 02:27:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 02:27:03] Production.INFO: ==32712== Lock acquired, processing the job...
[2026-09-11 02:27:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 02:27:03] Production.INFO: ==32714== Lock acquired, processing the job...
[2026-09-11 02:27:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 02:27:03] Production.INFO: ==32716== Lock acquired, processing the job...
[2026-09-11 02:27:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 02:27:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 02:27:03] Production.INFO: Account Balance Start.
[2026-09-11 02:27:03] Production.INFO: CreateAllLog Start
[2026-09-11 02:27:03] Production.INFO: 117
[2026-09-11 02:27:03] Production.INFO: Date 2026-09-08
[2026-09-11 02:27:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 02:27:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 02:27:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 02:27:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 02:27:03] Production.INFO: ==32718== Lock acquired, processing the job...
[2026-09-11 02:27:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 02:27:03] Production.INFO: Reseller ==> 0
[2026-09-11 02:27:03] Production.INFO: Date 2026-09-09
[2026-09-11 02:27:03] Production.INFO: Reseller ==> 0
[2026-09-11 02:27:03] Production.INFO: Date 2026-09-10
[2026-09-11 02:27:03] Production.INFO: Reseller ==> 0
[2026-09-11 02:27:03] Production.INFO: Date 2026-09-11
[2026-09-11 02:27:03] Production.INFO: Reseller ==> 0
[2026-09-11 02: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-09-11 02: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-09-11 02: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-09-11 02:27:04] Production.INFO: ==32718== Releasing lock...
[2026-09-11 02:27:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 02:27:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 02:27:04] Production.INFO: Total Charge 0
[2026-09-11 02:27:04] Production.INFO: CreateAllLog End
[2026-09-11 02:27:04] Production.INFO: Account Balance End.
[2026-09-11 02:27:04] Production.ERROR: CronJobId end 12
[2026-09-11 02:27:04] Production.INFO: ==32716== Releasing lock...
[2026-09-11 02:27:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 02:27:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 02:27:04] Production.INFO: ==32712== Releasing lock...
[2026-09-11 02:27:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 02:27:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 02:27:11] Production.ERROR: CronJobId end10
[2026-09-11 02:27:11] Production.INFO: ==32714== Releasing lock...
[2026-09-11 02:27:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 02:27:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 02:27:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 02:27:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 02:27:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 02:27:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 02:27:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 02:27:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 02:27:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 02:27:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 02:27:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 02:27:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 02:27:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 02:27:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 02:27:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 02:27:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 02:27:14] Production.INFO: call_cost start
[2026-09-11 02:27:14] Production.INFO: call_cost end
[2026-09-11 02:27:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 02:27:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 02:27:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 02:27:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 02:27:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 02:27:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 02:27:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 02:27:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 02:27:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 02:27:14] Production.INFO: ==32710== Releasing lock...
[2026-09-11 02:27:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 02:27:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 07:28:01] Production.INFO: ==311== Lock acquired, processing the job...
[2026-09-11 07:28:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 07:28:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 07:28:01] Production.INFO: neon service started
[2026-09-11 07:28:01] Production.INFO: neon service started
[2026-09-11 07:28:01] Production.INFO: ==311== Releasing lock...
[2026-09-11 07:28:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 07:28:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 02:28:02] Production.INFO: ==313== Lock acquired, processing the job...
[2026-09-11 02:28:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 02:28:02] Production.INFO: ==313== Releasing lock...
[2026-09-11 02:28:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 02:28:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 06:28:02] Production.INFO: ==317== Lock acquired, processing the job...
[2026-09-11 06:28:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 06:28:02] Production.INFO: ==317== Releasing lock...
[2026-09-11 06:28:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 06:28:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 02:28:03] Production.INFO: ==321== Lock acquired, processing the job...
[2026-09-11 02:28:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 02:28:03] Production.INFO: ==319== Lock acquired, processing the job...
[2026-09-11 02:28:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 02:28:03] Production.INFO: ==325== Lock acquired, processing the job...
[2026-09-11 02:28:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 02:28:03] Production.INFO: ==323== Lock acquired, processing the job...
[2026-09-11 02:28:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 02:28:03] Production.INFO: ==327== Lock acquired, processing the job...
[2026-09-11 02:28:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 02:28:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 02:28:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 02:28:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 02:28:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 02:28:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 02:28:03] Production.INFO: Account Balance Start.
[2026-09-11 02:28:03] Production.INFO: CreateAllLog Start
[2026-09-11 02:28:03] Production.INFO: 117
[2026-09-11 02:28:03] Production.INFO: Date 2026-09-08
[2026-09-11 02:28:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 02:28:03] Production.INFO: Date 2026-09-09
[2026-09-11 02:28:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 02:28:03] Production.INFO: Date 2026-09-10
[2026-09-11 02:28:03] Production.INFO: Reseller ==> 0
[2026-09-11 02:28:03] Production.INFO: ==327== Releasing lock...
[2026-09-11 02:28:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 02:28:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 02:28:03] Production.INFO: Date 2026-09-11
[2026-09-11 02:28:03] Production.INFO: Reseller ==> 0
[2026-09-11 02:28:03] Production.INFO: Total Charge 0
[2026-09-11 02:28:03] Production.INFO: CreateAllLog End
[2026-09-11 02:28:03] Production.INFO: Account Balance End.
[2026-09-11 02:28:03] Production.ERROR: CronJobId end 12
[2026-09-11 02:28:03] Production.INFO: ==325== Releasing lock...
[2026-09-11 02:28:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 02:28:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 02:28:04] Production.INFO: ==321== Releasing lock...
[2026-09-11 02:28:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 02:28:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 02:28:11] Production.ERROR: CronJobId end10
[2026-09-11 02:28:11] Production.INFO: ==323== Releasing lock...
[2026-09-11 02:28:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 02:28:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 02:28:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 02:28:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 02:28:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 02:28:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 02:28:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 02:28:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 02:28:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 02:28:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 02:28:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 02:28:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 02:28:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 02:28:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 02:28:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 02:28:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 02:28:14] Production.INFO: call_cost start
[2026-09-11 02:28:14] Production.INFO: call_cost end
[2026-09-11 02:28:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 02:28:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 02:28:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 02:28:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 02:28:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 02:28:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 02:28:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 02:28:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 02:28:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 02:28:14] Production.INFO: ==319== Releasing lock...
[2026-09-11 02:28:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 02:28:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 07:29:02] Production.INFO: ==400== Lock acquired, processing the job...
[2026-09-11 07:29:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 07:29:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 07:29:02] Production.INFO: neon service started
[2026-09-11 07:29:02] Production.INFO: neon service started
[2026-09-11 07:29:02] Production.INFO: ==400== Releasing lock...
[2026-09-11 07:29:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 07:29:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 02:29:02] Production.INFO: ==404== Lock acquired, processing the job...
[2026-09-11 02:29:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 06:29:02] Production.INFO: ==406== Lock acquired, processing the job...
[2026-09-11 06:29:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 06:29:02] Production.INFO: ==406== Releasing lock...
[2026-09-11 06:29:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 06:29:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 02:29:03] Production.INFO: ==404== Releasing lock...
[2026-09-11 02:29:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 02:29:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 02:29:03] Production.INFO: ==409== Lock acquired, processing the job...
[2026-09-11 02:29:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 02:29:03] Production.INFO: ==411== Lock acquired, processing the job...
[2026-09-11 02:29:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 02:29:03] Production.INFO: ==413== Lock acquired, processing the job...
[2026-09-11 02:29:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 02:29:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 02:29:04] Production.INFO: ==415== Lock acquired, processing the job...
[2026-09-11 02:29:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 02:29:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 02:29:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 02:29:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 02:29:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 02:29:04] Production.INFO: ==417== Lock acquired, processing the job...
[2026-09-11 02:29:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 02:29:04] Production.INFO: Account Balance Start.
[2026-09-11 02:29:04] Production.INFO: CreateAllLog Start
[2026-09-11 02:29:04] Production.INFO: 117
[2026-09-11 02:29:04] Production.INFO: Date 2026-09-08
[2026-09-11 02:29:04] Production.INFO: Reseller ==> 0
[2026-09-11 02:29:04] Production.INFO: Date 2026-09-09
[2026-09-11 02:29:04] Production.INFO: Reseller ==> 0
[2026-09-11 02:29:04] Production.INFO: Date 2026-09-10
[2026-09-11 02:29:04] Production.INFO: Reseller ==> 0
[2026-09-11 02:29:04] Production.INFO: Date 2026-09-11
[2026-09-11 02:29:04] Production.INFO: Reseller ==> 0
[2026-09-11 02: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-09-11 02: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-09-11 02:29:04] Production.INFO: Total Charge 0
[2026-09-11 02: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-09-11 02:29:04] Production.INFO: CreateAllLog End
[2026-09-11 02:29:04] Production.INFO: ==417== Releasing lock...
[2026-09-11 02:29:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 02:29:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 02:29:04] Production.INFO: Account Balance End.
[2026-09-11 02:29:04] Production.ERROR: CronJobId end 12
[2026-09-11 02:29:04] Production.INFO: ==415== Releasing lock...
[2026-09-11 02:29:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 02:29:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 02:29:04] Production.INFO: ==411== Releasing lock...
[2026-09-11 02:29:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 02:29:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 02:29:11] Production.ERROR: CronJobId end10
[2026-09-11 02:29:11] Production.INFO: ==413== Releasing lock...
[2026-09-11 02:29:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 02:29:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 02:29:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 02:29:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 02:29:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 02:29:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 02:29:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 02:29:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 02:29:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 02:29:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 02:29:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 02:29:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 02:29:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 02:29:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 02:29:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 02:29:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 02:29:14] Production.INFO: call_cost start
[2026-09-11 02:29:14] Production.INFO: call_cost end
[2026-09-11 02:29:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 02:29:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 02:29:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 02:29:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 02:29:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 02:29:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 02:29:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 02:29:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 02:29:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 02:29:14] Production.INFO: ==409== Releasing lock...
[2026-09-11 02:29:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 02:29:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 07:30:01] Production.INFO: ==494== Lock acquired, processing the job...
[2026-09-11 07:30:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 07:30:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 07:30:01] Production.INFO: neon service started
[2026-09-11 07:30:01] Production.INFO: neon service started
[2026-09-11 07:30:01] Production.INFO: ==494== Releasing lock...
[2026-09-11 07:30:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 07:30:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 06:30:02] Production.INFO: ==498== Lock acquired, processing the job...
[2026-09-11 06:30:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 02:30:02] Production.INFO: ==496== Lock acquired, processing the job...
[2026-09-11 02:30:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 06:30:02] Production.INFO: ==498== Releasing lock...
[2026-09-11 06:30:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 06:30:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 02:30:02] Production.INFO: ==496== Releasing lock...
[2026-09-11 02:30:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 02:30:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 02:30:03] Production.INFO: ==501== Lock acquired, processing the job...
[2026-09-11 02:30:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 02:30:03] Production.INFO: ==503== Lock acquired, processing the job...
[2026-09-11 02:30:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 02:30:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 02:30:03] Production.INFO: ==505== Lock acquired, processing the job...
[2026-09-11 02:30:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 02:30:03] Production.INFO: ==510== Lock acquired, processing the job...
[2026-09-11 02:30:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 02:30:03] Production.INFO: ==508== Lock acquired, processing the job...
[2026-09-11 02:30:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 02:30:03] Production.INFO: Account Balance Start.
[2026-09-11 02:30:03] Production.INFO: CreateAllLog Start
[2026-09-11 02:30:03] Production.INFO: 117
[2026-09-11 02:30:03] Production.INFO: Date 2026-09-08
[2026-09-11 02:30:03] Production.INFO: Reseller ==> 0
[2026-09-11 02:30:03] Production.INFO: Date 2026-09-09
[2026-09-11 02:30:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 02:30:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 02:30:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 02:30:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 02:30:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 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-09-11 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-09-11 02:30:03] Production.INFO: Date 2026-09-10
[2026-09-11 02:30:03] Production.INFO: Reseller ==> 0
[2026-09-11 02:30:03] Production.INFO: ==510== Releasing lock...
[2026-09-11 02:30:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 02:30:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 02:30:03] Production.INFO: Date 2026-09-11
[2026-09-11 02:30:03] Production.INFO: Reseller ==> 0
[2026-09-11 02:30:03] Production.INFO: Total Charge 0
[2026-09-11 02:30:03] Production.INFO: CreateAllLog End
[2026-09-11 02:30:04] Production.INFO: Account Balance End.
[2026-09-11 02:30:04] Production.ERROR: CronJobId end 12
[2026-09-11 02:30:04] Production.INFO: ==508== Releasing lock...
[2026-09-11 02:30:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 02:30:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 02:30:04] Production.INFO: ==503== Releasing lock...
[2026-09-11 02:30:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 02:30:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 02:30:12] Production.ERROR: CronJobId end10
[2026-09-11 02:30:12] Production.INFO: ==505== Releasing lock...
[2026-09-11 02:30:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 02:30:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 02:30:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 02:30:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 02:30:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 02:30:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 02:30:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 02:30:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 02:30:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 02:30:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 02:30:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 02:30:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 02:30:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 02:30:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 02:30:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 02:30:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 02:30:15] Production.INFO: call_cost start
[2026-09-11 02:30:15] Production.INFO: call_cost end
[2026-09-11 02:30:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 02:30:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 02:30:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 02:30:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 02:30:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 02:30:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 02:30:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 02:30:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 02:30:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 02:30:15] Production.INFO: ==501== Releasing lock...
[2026-09-11 02:30:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 02:30:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 07:31:02] Production.INFO: ==572== Lock acquired, processing the job...
[2026-09-11 07:31:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 07:31:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 07:31:02] Production.INFO: neon service started
[2026-09-11 07:31:02] Production.INFO: neon service started
[2026-09-11 07:31:02] Production.INFO: ==572== Releasing lock...
[2026-09-11 07:31:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 07:31:02] Production.INFO: 25.5 MB #Memory Used#
[2026-09-11 02:31:02] Production.INFO: ==575== Lock acquired, processing the job...
[2026-09-11 02:31:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 02:31:02] Production.INFO: ==575== Releasing lock...
[2026-09-11 02:31:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 02:31:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 06:31:02] Production.INFO: ==577== Lock acquired, processing the job...
[2026-09-11 06:31:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 06:31:03] Production.INFO: ==577== Releasing lock...
[2026-09-11 06:31:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 06:31:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 02:31:03] Production.INFO: ==579== Lock acquired, processing the job...
[2026-09-11 02:31:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 02:31:03] Production.INFO: ==581== Lock acquired, processing the job...
[2026-09-11 02:31:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 02:31:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 02:31:03] Production.INFO: ==583== Lock acquired, processing the job...
[2026-09-11 02:31:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 02:31:03] Production.INFO: ==585== Lock acquired, processing the job...
[2026-09-11 02:31:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 02:31:03] Production.INFO: ==587== Lock acquired, processing the job...
[2026-09-11 02:31:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 02:31:03] Production.INFO: Account Balance Start.
[2026-09-11 02:31:03] Production.INFO: CreateAllLog Start
[2026-09-11 02:31:03] Production.INFO: 117
[2026-09-11 02:31:03] Production.INFO: Date 2026-09-08
[2026-09-11 02:31:03] Production.INFO: Reseller ==> 0
[2026-09-11 02:31:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 02:31:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 02:31:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 02:31:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 02: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-09-11 02: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-09-11 02: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-09-11 02:31:03] Production.INFO: Date 2026-09-09
[2026-09-11 02:31:03] Production.INFO: Reseller ==> 0
[2026-09-11 02:31:03] Production.INFO: ==587== Releasing lock...
[2026-09-11 02:31:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 02:31:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 02:31:03] Production.INFO: Date 2026-09-10
[2026-09-11 02:31:03] Production.INFO: Reseller ==> 0
[2026-09-11 02:31:03] Production.INFO: Date 2026-09-11
[2026-09-11 02:31:03] Production.INFO: Reseller ==> 0
[2026-09-11 02:31:04] Production.INFO: Total Charge 0
[2026-09-11 02:31:04] Production.INFO: CreateAllLog End
[2026-09-11 02:31:04] Production.INFO: Account Balance End.
[2026-09-11 02:31:04] Production.ERROR: CronJobId end 12
[2026-09-11 02:31:04] Production.INFO: ==585== Releasing lock...
[2026-09-11 02:31:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 02:31:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 02:31:04] Production.INFO: ==581== Releasing lock...
[2026-09-11 02:31:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 02:31:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 02:31:11] Production.ERROR: CronJobId end10
[2026-09-11 02:31:11] Production.INFO: ==583== Releasing lock...
[2026-09-11 02:31:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 02:31:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 02:31:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 02:31:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 02:31:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 02:31:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 02:31:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 02:31:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 02:31:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 02:31:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 02:31:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 02:31:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 02:31:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 02:31:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 02:31:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 02:31:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 02:31:15] Production.INFO: call_cost start
[2026-09-11 02:31:15] Production.INFO: call_cost end
[2026-09-11 02:31:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 02:31:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 02:31:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 02:31:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 02:31:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 02:31:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 02:31:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 02:31:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 02:31:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 02:31:15] Production.INFO: ==579== Releasing lock...
[2026-09-11 02:31:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 02:31:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 07:32:01] Production.INFO: ==661== Lock acquired, processing the job...
[2026-09-11 07:32:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 07:32:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 07:32:01] Production.INFO: neon service started
[2026-09-11 07:32:01] Production.INFO: neon service started
[2026-09-11 07:32:01] Production.INFO: ==661== Releasing lock...
[2026-09-11 07:32:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 07:32:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 02:32:01] Production.INFO: ==663== Lock acquired, processing the job...
[2026-09-11 02:32:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 02:32:02] Production.INFO: ==663== Releasing lock...
[2026-09-11 02:32:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 02:32:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 06:32:02] Production.INFO: ==665== Lock acquired, processing the job...
[2026-09-11 06:32:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 06:32:02] Production.INFO: ==665== Releasing lock...
[2026-09-11 06:32:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 06:32:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 02:32:02] Production.INFO: ==680== Lock acquired, processing the job...
[2026-09-11 02:32:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 02:32:03] Production.INFO: ==667== Lock acquired, processing the job...
[2026-09-11 02:32:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 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-09-11 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-09-11 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-09-11 02:32:03] Production.INFO: ==680== Releasing lock...
[2026-09-11 02:32:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 02:32:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 02:32:03] Production.INFO: ==669== Lock acquired, processing the job...
[2026-09-11 02:32:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 02:32:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 02:32:03] Production.INFO: ==672== Lock acquired, processing the job...
[2026-09-11 02:32:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 02:32:03] Production.INFO: ==674== Lock acquired, processing the job...
[2026-09-11 02:32:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 02:32:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 02:32:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 02:32:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 02:32:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 02:32:03] Production.INFO: Account Balance Start.
[2026-09-11 02:32:03] Production.INFO: CreateAllLog Start
[2026-09-11 02:32:03] Production.INFO: 117
[2026-09-11 02:32:03] Production.INFO: Date 2026-09-08
[2026-09-11 02:32:03] Production.INFO: Reseller ==> 0
[2026-09-11 02:32:03] Production.INFO: Date 2026-09-09
[2026-09-11 02:32:03] Production.INFO: Reseller ==> 0
[2026-09-11 02:32:03] Production.INFO: Date 2026-09-10
[2026-09-11 02:32:03] Production.INFO: Reseller ==> 0
[2026-09-11 02:32:03] Production.INFO: Date 2026-09-11
[2026-09-11 02:32:03] Production.INFO: Reseller ==> 0
[2026-09-11 02:32:03] Production.INFO: Total Charge 0
[2026-09-11 02:32:03] Production.INFO: CreateAllLog End
[2026-09-11 02:32:03] Production.INFO: Account Balance End.
[2026-09-11 02:32:03] Production.ERROR: CronJobId end 12
[2026-09-11 02:32:03] Production.INFO: ==674== Releasing lock...
[2026-09-11 02:32:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 02:32:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 02:32:04] Production.INFO: ==669== Releasing lock...
[2026-09-11 02:32:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 02:32:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 02:32:11] Production.ERROR: CronJobId end10
[2026-09-11 02:32:11] Production.INFO: ==672== Releasing lock...
[2026-09-11 02:32:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 02:32:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 02:32:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 02:32:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 02:32:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 02:32:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 02:32:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 02:32:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 02:32:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 02:32:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 02:32:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 02:32:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 02:32:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 02:32:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 02:32:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 02:32:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 02:32:14] Production.INFO: call_cost start
[2026-09-11 02:32:14] Production.INFO: call_cost end
[2026-09-11 02:32:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 02:32:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 02:32:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 02:32:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 02:32:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 02:32:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 02:32:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 02:32:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 02:32:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 02:32:14] Production.INFO: ==667== Releasing lock...
[2026-09-11 02:32:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 02:32:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 07:33:01] Production.INFO: ==779== Lock acquired, processing the job...
[2026-09-11 07:33:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 07:33:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 07:33:01] Production.INFO: neon service started
[2026-09-11 07:33:01] Production.INFO: neon service started
[2026-09-11 07:33:01] Production.INFO: ==779== Releasing lock...
[2026-09-11 07:33:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 07:33:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 02:33:02] Production.INFO: ==781== Lock acquired, processing the job...
[2026-09-11 02:33:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 02:33:02] Production.INFO: ==781== Releasing lock...
[2026-09-11 02:33:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 02:33:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 06:33:02] Production.INFO: ==783== Lock acquired, processing the job...
[2026-09-11 06:33:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 06:33:02] Production.INFO: ==783== Releasing lock...
[2026-09-11 06:33:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 06:33:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 02:33:03] Production.INFO: ==785== Lock acquired, processing the job...
[2026-09-11 02:33:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 02:33:03] Production.INFO: ==789== Lock acquired, processing the job...
[2026-09-11 02:33:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 02:33:03] Production.INFO: ==791== Lock acquired, processing the job...
[2026-09-11 02:33:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 02:33:03] Production.INFO: ==787== Lock acquired, processing the job...
[2026-09-11 02:33:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 02:33:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 02:33:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 02:33:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 02:33:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 02:33:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 02:33:03] Production.INFO: Account Balance Start.
[2026-09-11 02:33:03] Production.INFO: CreateAllLog Start
[2026-09-11 02:33:03] Production.INFO: 117
[2026-09-11 02:33:03] Production.INFO: ==793== Lock acquired, processing the job...
[2026-09-11 02:33:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 02:33:03] Production.INFO: Date 2026-09-08
[2026-09-11 02:33:03] Production.INFO: Reseller ==> 0
[2026-09-11 02:33:03] Production.INFO: Date 2026-09-09
[2026-09-11 02:33:03] Production.INFO: Reseller ==> 0
[2026-09-11 02:33:03] Production.INFO: Date 2026-09-10
[2026-09-11 02:33:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 02:33:03] Production.INFO: Date 2026-09-11
[2026-09-11 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-09-11 02:33:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 02:33:03] Production.INFO: Total Charge 0
[2026-09-11 02:33:03] Production.INFO: ==793== Releasing lock...
[2026-09-11 02:33:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 02:33:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 02:33:03] Production.INFO: CreateAllLog End
[2026-09-11 02:33:03] Production.INFO: Account Balance End.
[2026-09-11 02:33:04] Production.ERROR: CronJobId end 12
[2026-09-11 02:33:04] Production.INFO: ==791== Releasing lock...
[2026-09-11 02:33:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 02:33:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 02:33:04] Production.INFO: ==787== Releasing lock...
[2026-09-11 02:33:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 02:33:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 02:33:11] Production.ERROR: CronJobId end10
[2026-09-11 02:33:11] Production.INFO: ==789== Releasing lock...
[2026-09-11 02:33:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 02:33:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 02:33:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 02:33:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 02:33:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 02:33:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 02:33:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 02:33:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 02:33:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 02:33:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 02:33:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 02:33:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 02:33:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 02:33:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 02:33:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 02:33:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 02:33:13] Production.INFO: call_cost start
[2026-09-11 02:33:13] Production.INFO: call_cost end
[2026-09-11 02:33:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 02:33:13] Production.INFO: ============== Report Schedule START===========
[2026-09-11 02:33:13] Production.INFO: ============== Report Schedule END===========
[2026-09-11 02:33:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 02:33:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 02:33:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 02:33:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 02:33:13] Production.INFO: ============== Deal alert START===========
[2026-09-11 02:33:13] Production.INFO: ============== Deal alert END===========
[2026-09-11 02:33:13] Production.INFO: ==785== Releasing lock...
[2026-09-11 02:33:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 02:33:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 07:34:01] Production.INFO: ==858== Lock acquired, processing the job...
[2026-09-11 07:34:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 07:34:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 07:34:01] Production.INFO: neon service started
[2026-09-11 07:34:01] Production.INFO: neon service started
[2026-09-11 07:34:01] Production.INFO: ==858== Releasing lock...
[2026-09-11 07:34:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 07:34:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 02:34:01] Production.INFO: ==860== Lock acquired, processing the job...
[2026-09-11 02:34:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 02:34:02] Production.INFO: ==860== Releasing lock...
[2026-09-11 02:34:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 02:34:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 06:34:02] Production.INFO: ==862== Lock acquired, processing the job...
[2026-09-11 06:34:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 06:34:02] Production.INFO: ==862== Releasing lock...
[2026-09-11 06:34:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 06:34:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 02:34:02] Production.INFO: ==864== Lock acquired, processing the job...
[2026-09-11 02:34:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 02:34:02] Production.INFO: ==866== Lock acquired, processing the job...
[2026-09-11 02:34:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 02:34:02] Production.INFO: ==870== Lock acquired, processing the job...
[2026-09-11 02:34:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 02:34:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 02:34:02] Production.INFO: ==868== Lock acquired, processing the job...
[2026-09-11 02:34:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 02:34:03] Production.INFO: ==872== Lock acquired, processing the job...
[2026-09-11 02:34:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 02:34:03] Production.INFO: Account Balance Start.
[2026-09-11 02:34:03] Production.INFO: CreateAllLog Start
[2026-09-11 02:34:03] Production.INFO: 117
[2026-09-11 02:34:03] Production.INFO: Date 2026-09-08
[2026-09-11 02:34:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 02:34:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 02:34:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 02:34:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 02:34:03] Production.INFO: Reseller ==> 0
[2026-09-11 02:34:03] Production.INFO: Date 2026-09-09
[2026-09-11 02:34:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 02:34:03] Production.INFO: Date 2026-09-10
[2026-09-11 02:34:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 02:34:03] Production.INFO: ==872== Releasing lock...
[2026-09-11 02:34:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 02:34:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 02:34:03] Production.INFO: Date 2026-09-11
[2026-09-11 02:34:03] Production.INFO: Reseller ==> 0
[2026-09-11 02:34:03] Production.INFO: Total Charge 0
[2026-09-11 02:34:03] Production.INFO: CreateAllLog End
[2026-09-11 02:34:03] Production.INFO: Account Balance End.
[2026-09-11 02:34:03] Production.ERROR: CronJobId end 12
[2026-09-11 02:34:03] Production.INFO: ==870== Releasing lock...
[2026-09-11 02:34:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 02:34:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 02:34:03] Production.INFO: ==866== Releasing lock...
[2026-09-11 02:34:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 02:34:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 02:34:10] Production.ERROR: CronJobId end10
[2026-09-11 02:34:10] Production.INFO: ==868== Releasing lock...
[2026-09-11 02:34:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 02:34:10] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 02:34:12] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 02:34:12] Production.INFO: ============== Balance Warning START===========
[2026-09-11 02:34:12] Production.INFO: ============== Balance Warning END===========
[2026-09-11 02:34:12] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 02:34:12] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 02:34:12] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 02:34:12] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 02:34:12] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 02:34:12] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 02:34:12] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 02:34:12] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 02:34:12] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 02:34:12] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 02:34:12] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 02:34:13] Production.INFO: call_cost start
[2026-09-11 02:34:13] Production.INFO: call_cost end
[2026-09-11 02:34:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 02:34:13] Production.INFO: ============== Report Schedule START===========
[2026-09-11 02:34:13] Production.INFO: ============== Report Schedule END===========
[2026-09-11 02:34:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 02:34:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 02:34:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 02:34:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 02:34:13] Production.INFO: ============== Deal alert START===========
[2026-09-11 02:34:13] Production.INFO: ============== Deal alert END===========
[2026-09-11 02:34:13] Production.INFO: ==864== Releasing lock...
[2026-09-11 02:34:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 02:34:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 07:35:01] Production.INFO: ==946== Lock acquired, processing the job...
[2026-09-11 07:35:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 07:35:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 07:35:01] Production.INFO: neon service started
[2026-09-11 07:35:01] Production.INFO: neon service started
[2026-09-11 07:35:01] Production.INFO: ==946== Releasing lock...
[2026-09-11 07:35:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 07:35:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 06:35:02] Production.INFO: ==950== Lock acquired, processing the job...
[2026-09-11 06:35:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 06:35:02] Production.INFO: ==950== Releasing lock...
[2026-09-11 06:35:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 06:35:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 02:35:02] Production.INFO: ==948== Lock acquired, processing the job...
[2026-09-11 02:35:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 02:35:02] Production.INFO: ==948== Releasing lock...
[2026-09-11 02:35:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 02:35:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 02:35:03] Production.INFO: ==954== Lock acquired, processing the job...
[2026-09-11 02:35:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 02:35:03] Production.INFO: ==960== Lock acquired, processing the job...
[2026-09-11 02:35:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 02:35:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 02:35:03] Production.INFO: ==952== Lock acquired, processing the job...
[2026-09-11 02:35:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-11 02:35:03] Production.INFO: ==956== Lock acquired, processing the job...
[2026-09-11 02:35:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 02:35:03] Production.INFO: Account Balance Start.
[2026-09-11 02:35:03] Production.INFO: CreateAllLog Start
[2026-09-11 02:35:03] Production.INFO: 117
[2026-09-11 02:35:03] Production.INFO: ==958== Lock acquired, processing the job...
[2026-09-11 02:35:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 02:35:03] Production.INFO: Date 2026-09-08
[2026-09-11 02:35:03] Production.INFO: ==963== Lock acquired, processing the job...
[2026-09-11 02:35:03] Production.INFO: Reseller ==> 0
[2026-09-11 02:35:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-11 02:35:03] Production.ERROR: ========================== active cronjob start =============================
[2026-09-11 02:35:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-11 02:35:03] Production.ERROR: CronJob PID - 954
[2026-09-11 02:35:03] Production.ERROR: CronJob Title - System Alerts
[2026-09-11 02:35:03] Production.ERROR: CronJob ID - 5
[2026-09-11 02:35:03] Production.ERROR: CronJob Last Run Time 2026-09-11 02:35:00
[2026-09-11 02:35:03] Production.ERROR: CronJob Active Minutes 0
[2026-09-11 02:35:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-11 02:35:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-11 02:35:03] Production.ERROR: CronJob PID - 956
[2026-09-11 02:35:03] Production.ERROR: CronJob Title - Account Block
[2026-09-11 02:35:03] Production.ERROR: CronJob ID - 7
[2026-09-11 02:35:03] Production.ERROR: CronJob Last Run Time 2026-09-11 02:35:00
[2026-09-11 02:35:03] Production.ERROR: CronJob Active Minutes 0
[2026-09-11 02:35:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-11 02:35:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-11 02:35:03] Production.ERROR: CronJob PID - 958
[2026-09-11 02:35:03] Production.ERROR: CronJob Title - Create Customer Summary Live
[2026-09-11 02:35:03] Production.ERROR: CronJob ID - 10
[2026-09-11 02:35:03] Production.ERROR: CronJob Last Run Time 2026-09-11 02:35:00
[2026-09-11 02:35:03] Production.ERROR: CronJob Active Minutes 0
[2026-09-11 02:35:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-11 02:35:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-11 02:35:03] Production.ERROR: CronJob PID - 960
[2026-09-11 02:35:03] Production.ERROR: CronJob Title - Prepaid Account Balance
[2026-09-11 02:35:03] Production.ERROR: CronJob ID - 12
[2026-09-11 02:35:03] Production.ERROR: CronJob Last Run Time 2026-09-11 02:35:00
[2026-09-11 02:35:03] Production.ERROR: CronJob Active Minutes 0
[2026-09-11 02:35:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-11 02:35:03] Production.ERROR: tblTempUsageDetail_20
[2026-09-11 02:35:03] Production.ERROR: ========================== active cronjob end =============================
[2026-09-11 02:35:03] Production.INFO: ==952== Releasing lock...
[2026-09-11 02:35:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-11 02:35:03] Production.INFO: 25.5 MB #Memory Used#
[2026-09-11 02:35:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 02:35:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 02:35:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 02:35:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 02:35:03] Production.INFO: Date 2026-09-09
[2026-09-11 02:35:03] Production.INFO: Reseller ==> 0
[2026-09-11 02:35:03] Production.INFO: ==965== Lock acquired, processing the job...
[2026-09-11 02:35:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 02:35:04] Production.INFO: Date 2026-09-10
[2026-09-11 02:35:04] Production.INFO: Reseller ==> 0
[2026-09-11 02:35:04] Production.INFO: Date 2026-09-11
[2026-09-11 02:35:04] Production.INFO: Reseller ==> 0
[2026-09-11 02: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-09-11 02: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-09-11 02: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-09-11 02:35:04] Production.INFO: ==965== Releasing lock...
[2026-09-11 02:35:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 02:35:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 02:35:04] Production.ERROR: done
[2026-09-11 02:35:04] Production.INFO: Total Charge 0
[2026-09-11 02:35:04] Production.INFO: CreateAllLog End
[2026-09-11 02:35:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-11 02:35:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17981984', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) start
[2026-09-11 02:35:04] Production.INFO: Account Balance End.
[2026-09-11 02:35:04] Production.ERROR: CronJobId end 12
[2026-09-11 02:35:04] Production.INFO: ==960== Releasing lock...
[2026-09-11 02:35:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 02:35:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 02:35:04] Production.INFO: ==956== Releasing lock...
[2026-09-11 02:35:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 02:35:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 02:35:11] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17981984', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) end
[2026-09-11 02:35:11] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-11 02:35:11] Production.INFO: ProcessCDR(1,17981984,1,1,2)
[2026-09-11 02:35:11] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17981984,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 02:35:11] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17981984,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 02:35:11] Production.ERROR: pbx prc_insertCDR start
[2026-09-11 02:35:11] Production.ERROR: pbx prc_insertCDR end
[2026-09-11 02:35:11] Production.INFO: ==963== Releasing lock...
[2026-09-11 02:35:11] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-11 02:35:11] Production.INFO: 26 MB #Memory Used#
[2026-09-11 02:35:13] Production.ERROR: CronJobId end10
[2026-09-11 02:35:13] Production.INFO: ==958== Releasing lock...
[2026-09-11 02:35:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 02:35:13] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 02:35:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 02:35:16] Production.INFO: ============== Balance Warning START===========
[2026-09-11 02:35:16] Production.INFO: ============== Balance Warning END===========
[2026-09-11 02:35:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 02:35:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 02:35:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 02:35:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 02:35:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 02:35:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 02:35:16] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 02:35:16] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 02:35:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 02:35:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 02:35:16] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 02:35:17] Production.INFO: call_cost start
[2026-09-11 02:35:17] Production.INFO: call_cost end
[2026-09-11 02:35:17] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 02:35:17] Production.INFO: ============== Report Schedule START===========
[2026-09-11 02:35:17] Production.INFO: ============== Report Schedule END===========
[2026-09-11 02:35:17] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 02:35:17] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 02:35:17] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 02:35:17] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 02:35:17] Production.INFO: ============== Deal alert START===========
[2026-09-11 02:35:17] Production.INFO: ============== Deal alert END===========
[2026-09-11 02:35:17] Production.INFO: ==954== Releasing lock...
[2026-09-11 02:35:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 02:35:17] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 07:36:02] Production.INFO: ==1028== Lock acquired, processing the job...
[2026-09-11 07:36:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 07:36:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 07:36:02] Production.INFO: neon service started
[2026-09-11 07:36:02] Production.INFO: neon service started
[2026-09-11 07:36:02] Production.INFO: ==1028== Releasing lock...
[2026-09-11 07:36:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 07:36:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 06:36:02] Production.INFO: ==1032== Lock acquired, processing the job...
[2026-09-11 06:36:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 02:36:02] Production.INFO: ==1030== Lock acquired, processing the job...
[2026-09-11 02:36:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 06:36:02] Production.INFO: ==1032== Releasing lock...
[2026-09-11 06:36:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 06:36:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 02:36:03] Production.INFO: ==1030== Releasing lock...
[2026-09-11 02:36:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 02:36:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 02:36:03] Production.INFO: ==1035== Lock acquired, processing the job...
[2026-09-11 02:36:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 02:36:03] Production.INFO: ==1037== Lock acquired, processing the job...
[2026-09-11 02:36:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 02:36:03] Production.INFO: ==1041== Lock acquired, processing the job...
[2026-09-11 02:36:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 02:36:03] Production.INFO: ==1039== Lock acquired, processing the job...
[2026-09-11 02:36:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 02:36:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 02:36:04] Production.INFO: ==1043== Lock acquired, processing the job...
[2026-09-11 02:36:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 02:36:04] Production.INFO: Account Balance Start.
[2026-09-11 02:36:04] Production.INFO: CreateAllLog Start
[2026-09-11 02:36:04] Production.INFO: 117
[2026-09-11 02:36:04] Production.INFO: Date 2026-09-08
[2026-09-11 02:36:04] Production.INFO: Reseller ==> 0
[2026-09-11 02:36:04] Production.INFO: Date 2026-09-09
[2026-09-11 02:36:04] Production.INFO: Reseller ==> 0
[2026-09-11 02:36:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 02:36:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 02:36:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 02:36:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 02:36:04] Production.INFO: Date 2026-09-10
[2026-09-11 02:36:04] Production.INFO: Reseller ==> 0
[2026-09-11 02: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-09-11 02: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-09-11 02:36:04] Production.INFO: Date 2026-09-11
[2026-09-11 02:36:04] Production.INFO: Reseller ==> 0
[2026-09-11 02: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-09-11 02:36:04] Production.INFO: ==1043== Releasing lock...
[2026-09-11 02:36:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 02:36:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 02:36:04] Production.INFO: Total Charge 0
[2026-09-11 02:36:04] Production.INFO: CreateAllLog End
[2026-09-11 02:36:04] Production.INFO: Account Balance End.
[2026-09-11 02:36:04] Production.ERROR: CronJobId end 12
[2026-09-11 02:36:04] Production.INFO: ==1041== Releasing lock...
[2026-09-11 02:36:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 02:36:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 02:36:04] Production.INFO: ==1037== Releasing lock...
[2026-09-11 02:36:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 02:36:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 02:36:11] Production.ERROR: CronJobId end10
[2026-09-11 02:36:11] Production.INFO: ==1039== Releasing lock...
[2026-09-11 02:36:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 02:36:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 02:36:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 02:36:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 02:36:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 02:36:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 02:36:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 02:36:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 02:36:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 02:36:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 02:36:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 02:36:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 02:36:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 02:36:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 02:36:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 02:36:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 02:36:14] Production.INFO: call_cost start
[2026-09-11 02:36:14] Production.INFO: call_cost end
[2026-09-11 02:36:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 02:36:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 02:36:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 02:36:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 02:36:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 02:36:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 02:36:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 02:36:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 02:36:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 02:36:14] Production.INFO: ==1035== Releasing lock...
[2026-09-11 02:36:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 02:36:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 07:37:01] Production.INFO: ==1120== Lock acquired, processing the job...
[2026-09-11 07:37:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 07:37:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 07:37:01] Production.INFO: neon service started
[2026-09-11 07:37:01] Production.INFO: neon service started
[2026-09-11 07:37:01] Production.INFO: ==1120== Releasing lock...
[2026-09-11 07:37:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 07:37:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 02:37:01] Production.INFO: ==1122== Lock acquired, processing the job...
[2026-09-11 02:37:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 02:37:02] Production.INFO: ==1122== Releasing lock...
[2026-09-11 02:37:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 02:37:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 06:37:02] Production.INFO: ==1124== Lock acquired, processing the job...
[2026-09-11 06:37:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 06:37:02] Production.INFO: ==1124== Releasing lock...
[2026-09-11 06:37:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 06:37:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 02:37:03] Production.INFO: ==1126== Lock acquired, processing the job...
[2026-09-11 02:37:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 02:37:03] Production.INFO: ==1128== Lock acquired, processing the job...
[2026-09-11 02:37:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 02:37:03] Production.INFO: ==1131== Lock acquired, processing the job...
[2026-09-11 02:37:03] Production.INFO: ==1134== Lock acquired, processing the job...
[2026-09-11 02:37:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 02:37:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 02:37:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 02:37:03] Production.INFO: Account Balance Start.
[2026-09-11 02:37:03] Production.INFO: CreateAllLog Start
[2026-09-11 02:37:03] Production.INFO: 117
[2026-09-11 02:37:03] Production.INFO: Date 2026-09-08
[2026-09-11 02:37:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 02:37:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 02:37:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 02:37:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 02:37:03] Production.INFO: Reseller ==> 0
[2026-09-11 02:37:03] Production.INFO: ==1136== Lock acquired, processing the job...
[2026-09-11 02:37:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 02:37:03] Production.INFO: Date 2026-09-09
[2026-09-11 02:37:03] Production.INFO: Reseller ==> 0
[2026-09-11 02:37:03] Production.INFO: Date 2026-09-10
[2026-09-11 02:37:03] Production.INFO: Reseller ==> 0
[2026-09-11 02:37:03] Production.INFO: Date 2026-09-11
[2026-09-11 02:37:03] Production.INFO: Reseller ==> 0
[2026-09-11 02:37:03] Production.INFO: Total Charge 0
[2026-09-11 02:37:03] Production.INFO: CreateAllLog End
[2026-09-11 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-09-11 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-09-11 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-09-11 02:37:03] Production.INFO: ==1136== Releasing lock...
[2026-09-11 02:37:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 02:37:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 02:37:03] Production.INFO: Account Balance End.
[2026-09-11 02:37:03] Production.ERROR: CronJobId end 12
[2026-09-11 02:37:03] Production.INFO: ==1134== Releasing lock...
[2026-09-11 02:37:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 02:37:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 02:37:04] Production.INFO: ==1128== Releasing lock...
[2026-09-11 02:37:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 02:37:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 02:37:11] Production.ERROR: CronJobId end10
[2026-09-11 02:37:11] Production.INFO: ==1131== Releasing lock...
[2026-09-11 02:37:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 02:37:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 02:37:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 02:37:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 02:37:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 02:37:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 02:37:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 02:37:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 02:37:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 02:37:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 02:37:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 02:37:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 02:37:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 02:37:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 02:37:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 02:37:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 02:37:14] Production.INFO: call_cost start
[2026-09-11 02:37:14] Production.INFO: call_cost end
[2026-09-11 02:37:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 02:37:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 02:37:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 02:37:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 02:37:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 02:37:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 02:37:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 02:37:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 02:37:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 02:37:14] Production.INFO: ==1126== Releasing lock...
[2026-09-11 02:37:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 02:37:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 07:38:02] Production.INFO: ==1227== Lock acquired, processing the job...
[2026-09-11 07:38:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 07:38:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 07:38:02] Production.INFO: neon service started
[2026-09-11 07:38:02] Production.INFO: neon service started
[2026-09-11 07:38:02] Production.INFO: ==1227== Releasing lock...
[2026-09-11 07:38:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 07:38:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 02:38:02] Production.INFO: ==1229== Lock acquired, processing the job...
[2026-09-11 02:38:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 02:38:02] Production.INFO: ==1229== Releasing lock...
[2026-09-11 02:38:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 02:38:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 06:38:03] Production.INFO: ==1231== Lock acquired, processing the job...
[2026-09-11 06:38:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 06:38:03] Production.INFO: ==1231== Releasing lock...
[2026-09-11 06:38:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 06:38:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 02:38:03] Production.INFO: ==1238== Lock acquired, processing the job...
[2026-09-11 02:38:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 02:38:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 02:38:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 02:38:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 02:38:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 02:38:03] Production.INFO: ==1234== Lock acquired, processing the job...
[2026-09-11 02:38:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 02:38:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 02:38:03] Production.INFO: ==1236== Lock acquired, processing the job...
[2026-09-11 02:38:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 02:38:03] Production.INFO: ==1240== Lock acquired, processing the job...
[2026-09-11 02:38:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 02:38:03] Production.INFO: ==1242== Lock acquired, processing the job...
[2026-09-11 02:38:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 02: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-09-11 02: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-09-11 02: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-09-11 02:38:04] Production.INFO: ==1242== Releasing lock...
[2026-09-11 02:38:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 02:38:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 02:38:04] Production.INFO: Account Balance Start.
[2026-09-11 02:38:04] Production.INFO: CreateAllLog Start
[2026-09-11 02:38:04] Production.INFO: 117
[2026-09-11 02:38:04] Production.INFO: Date 2026-09-08
[2026-09-11 02:38:04] Production.INFO: Reseller ==> 0
[2026-09-11 02:38:04] Production.INFO: Date 2026-09-09
[2026-09-11 02:38:04] Production.INFO: Reseller ==> 0
[2026-09-11 02:38:04] Production.INFO: Date 2026-09-10
[2026-09-11 02:38:04] Production.INFO: Reseller ==> 0
[2026-09-11 02:38:04] Production.INFO: Date 2026-09-11
[2026-09-11 02:38:04] Production.INFO: Reseller ==> 0
[2026-09-11 02:38:04] Production.INFO: Total Charge 0
[2026-09-11 02:38:04] Production.INFO: CreateAllLog End
[2026-09-11 02:38:04] Production.INFO: ==1236== Releasing lock...
[2026-09-11 02:38:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 02:38:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 02:38:04] Production.INFO: Account Balance End.
[2026-09-11 02:38:04] Production.ERROR: CronJobId end 12
[2026-09-11 02:38:04] Production.INFO: ==1240== Releasing lock...
[2026-09-11 02:38:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 02:38:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 02:38:12] Production.ERROR: CronJobId end10
[2026-09-11 02:38:12] Production.INFO: ==1238== Releasing lock...
[2026-09-11 02:38:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 02:38:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 02:38:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 02:38:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 02:38:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 02:38:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 02:38:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 02:38:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 02:38:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 02:38:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 02:38:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 02:38:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 02:38:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 02:38:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 02:38:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 02:38:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 02:38:14] Production.INFO: call_cost start
[2026-09-11 02:38:14] Production.INFO: call_cost end
[2026-09-11 02:38:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 02:38:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 02:38:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 02:38:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 02:38:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 02:38:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 02:38:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 02:38:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 02:38:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 02:38:14] Production.INFO: ==1234== Releasing lock...
[2026-09-11 02:38:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 02:38:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 07:39:01] Production.INFO: ==1317== Lock acquired, processing the job...
[2026-09-11 07:39:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 07:39:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 07:39:01] Production.INFO: neon service started
[2026-09-11 07:39:01] Production.INFO: neon service started
[2026-09-11 07:39:01] Production.INFO: ==1317== Releasing lock...
[2026-09-11 07:39:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 07:39:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 06:39:01] Production.INFO: ==1321== Lock acquired, processing the job...
[2026-09-11 06:39:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 06:39:01] Production.INFO: ==1321== Releasing lock...
[2026-09-11 06:39:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 06:39:01] Production.INFO: 25 MB #Memory Used#
[2026-09-11 02:39:02] Production.INFO: ==1319== Lock acquired, processing the job...
[2026-09-11 02:39:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 02:39:02] Production.INFO: ==1319== Releasing lock...
[2026-09-11 02:39:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 02:39:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 02:39:02] Production.INFO: ==1324== Lock acquired, processing the job...
[2026-09-11 02:39:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 02:39:03] Production.INFO: ==1328== Lock acquired, processing the job...
[2026-09-11 02:39:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 02:39:03] Production.INFO: ==1330== Lock acquired, processing the job...
[2026-09-11 02:39:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 02:39:03] Production.INFO: ==1326== Lock acquired, processing the job...
[2026-09-11 02:39:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 02:39:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 02:39:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 02:39:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 02:39:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 02:39:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 02:39:03] Production.INFO: ==1332== Lock acquired, processing the job...
[2026-09-11 02:39:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 02:39:03] Production.INFO: Account Balance Start.
[2026-09-11 02:39:03] Production.INFO: CreateAllLog Start
[2026-09-11 02:39:03] Production.INFO: 117
[2026-09-11 02:39:03] Production.INFO: Date 2026-09-08
[2026-09-11 02:39:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 02:39:03] Production.INFO: Date 2026-09-09
[2026-09-11 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-09-11 02:39:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 02:39:03] Production.INFO: Date 2026-09-10
[2026-09-11 02:39:03] Production.INFO: Reseller ==> 0
[2026-09-11 02:39:03] Production.INFO: ==1332== Releasing lock...
[2026-09-11 02:39:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 02:39:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 02:39:03] Production.INFO: Date 2026-09-11
[2026-09-11 02:39:03] Production.INFO: Reseller ==> 0
[2026-09-11 02:39:03] Production.INFO: Total Charge 0
[2026-09-11 02:39:03] Production.INFO: CreateAllLog End
[2026-09-11 02:39:03] Production.INFO: Account Balance End.
[2026-09-11 02:39:03] Production.ERROR: CronJobId end 12
[2026-09-11 02:39:03] Production.INFO: ==1330== Releasing lock...
[2026-09-11 02:39:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 02:39:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 02:39:03] Production.INFO: ==1326== Releasing lock...
[2026-09-11 02:39:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 02:39:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 02:39:11] Production.ERROR: CronJobId end10
[2026-09-11 02:39:11] Production.INFO: ==1328== Releasing lock...
[2026-09-11 02:39:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 02:39:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 02:39:12] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 02:39:12] Production.INFO: ============== Balance Warning START===========
[2026-09-11 02:39:12] Production.INFO: ============== Balance Warning END===========
[2026-09-11 02:39:12] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 02:39:12] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 02:39:12] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 02:39:12] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 02:39:12] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 02:39:12] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 02:39:12] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 02:39:12] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 02:39:12] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 02:39:12] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 02:39:12] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 02:39:13] Production.INFO: call_cost start
[2026-09-11 02:39:13] Production.INFO: call_cost end
[2026-09-11 02:39:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 02:39:13] Production.INFO: ============== Report Schedule START===========
[2026-09-11 02:39:13] Production.INFO: ============== Report Schedule END===========
[2026-09-11 02:39:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 02:39:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 02:39:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 02:39:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 02:39:13] Production.INFO: ============== Deal alert START===========
[2026-09-11 02:39:13] Production.INFO: ============== Deal alert END===========
[2026-09-11 02:39:13] Production.INFO: ==1324== Releasing lock...
[2026-09-11 02:39:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 02:39:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 07:40:01] Production.INFO: ==1399== Lock acquired, processing the job...
[2026-09-11 07:40:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 07:40:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 07:40:01] Production.INFO: neon service started
[2026-09-11 07:40:01] Production.INFO: neon service started
[2026-09-11 07:40:01] Production.INFO: ==1399== Releasing lock...
[2026-09-11 07:40:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 07:40:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 02:40:02] Production.INFO: ==1401== Lock acquired, processing the job...
[2026-09-11 02:40:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 06:40:02] Production.INFO: ==1403== Lock acquired, processing the job...
[2026-09-11 06:40:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 06:40:02] Production.INFO: ==1403== Releasing lock...
[2026-09-11 06:40:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 06:40:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 02:40:02] Production.INFO: ==1401== Releasing lock...
[2026-09-11 02:40:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 02:40:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 02:40:03] Production.INFO: ==1410== Lock acquired, processing the job...
[2026-09-11 02:40:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 02:40:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 02:40:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 02:40:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 02:40:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 02:40:03] Production.INFO: ==1408== Lock acquired, processing the job...
[2026-09-11 02:40:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 02:40:04] Production.INFO: ==1406== Lock acquired, processing the job...
[2026-09-11 02:40:04] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 02:40:04] Production.INFO: ==1412== Lock acquired, processing the job...
[2026-09-11 02:40:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 02:40:04] Production.INFO: ==1414== Lock acquired, processing the job...
[2026-09-11 02:40:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 02:40:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 02:40:04] Production.INFO: Account Balance Start.
[2026-09-11 02:40:04] Production.INFO: CreateAllLog Start
[2026-09-11 02:40:04] Production.INFO: 117
[2026-09-11 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-09-11 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-09-11 02:40:04] Production.INFO: Date 2026-09-08
[2026-09-11 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-09-11 02:40:04] Production.INFO: Reseller ==> 0
[2026-09-11 02:40:04] Production.INFO: ==1414== Releasing lock...
[2026-09-11 02:40:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 02:40:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 02:40:04] Production.INFO: Date 2026-09-09
[2026-09-11 02:40:04] Production.INFO: Reseller ==> 0
[2026-09-11 02:40:04] Production.INFO: Date 2026-09-10
[2026-09-11 02:40:04] Production.INFO: Reseller ==> 0
[2026-09-11 02:40:04] Production.INFO: Date 2026-09-11
[2026-09-11 02:40:04] Production.INFO: Reseller ==> 0
[2026-09-11 02:40:04] Production.INFO: Total Charge 0
[2026-09-11 02:40:04] Production.INFO: CreateAllLog End
[2026-09-11 02:40:04] Production.INFO: Account Balance End.
[2026-09-11 02:40:04] Production.ERROR: CronJobId end 12
[2026-09-11 02:40:04] Production.INFO: ==1412== Releasing lock...
[2026-09-11 02:40:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 02:40:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 02:40:04] Production.INFO: ==1408== Releasing lock...
[2026-09-11 02:40:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 02:40:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 02:40:11] Production.ERROR: CronJobId end10
[2026-09-11 02:40:11] Production.INFO: ==1410== Releasing lock...
[2026-09-11 02:40:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 02:40:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 02:40:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 02:40:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 02:40:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 02:40:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 02:40:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 02:40:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 02:40:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 02:40:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 02:40:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 02:40:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 02:40:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 02:40:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 02:40:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 02:40:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 02:40:14] Production.INFO: call_cost start
[2026-09-11 02:40:14] Production.INFO: call_cost end
[2026-09-11 02:40:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 02:40:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 02:40:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 02:40:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 02:40:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 02:40:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 02:40:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 02:40:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 02:40:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 02:40:14] Production.INFO: ==1406== Releasing lock...
[2026-09-11 02:40:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 02:40:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 07:41:01] Production.INFO: ==1487== Lock acquired, processing the job...
[2026-09-11 07:41:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 07:41:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 07:41:01] Production.INFO: neon service started
[2026-09-11 07:41:01] Production.INFO: neon service started
[2026-09-11 07:41:01] Production.INFO: ==1487== Releasing lock...
[2026-09-11 07:41:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 07:41:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 02:41:01] Production.INFO: ==1489== Lock acquired, processing the job...
[2026-09-11 02:41:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 02:41:01] Production.INFO: ==1489== Releasing lock...
[2026-09-11 02:41:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 02:41:01] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 06:41:02] Production.INFO: ==1491== Lock acquired, processing the job...
[2026-09-11 06:41:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 06:41:02] Production.INFO: ==1491== Releasing lock...
[2026-09-11 06:41:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 06:41:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 02:41:02] Production.INFO: ==1494== Lock acquired, processing the job...
[2026-09-11 02:41:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 02:41:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 02:41:02] Production.INFO: ==1496== Lock acquired, processing the job...
[2026-09-11 02:41:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 02:41:02] Production.INFO: ==1500== Lock acquired, processing the job...
[2026-09-11 02:41:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 02:41:02] Production.INFO: ==1498== Lock acquired, processing the job...
[2026-09-11 02:41:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 02:41:02] Production.INFO: ==1502== Lock acquired, processing the job...
[2026-09-11 02:41:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 02:41:02] Production.INFO: Account Balance Start.
[2026-09-11 02:41:02] Production.INFO: CreateAllLog Start
[2026-09-11 02:41:02] Production.INFO: 117
[2026-09-11 02:41:03] Production.INFO: Date 2026-09-08
[2026-09-11 02:41:03] Production.INFO: Reseller ==> 0
[2026-09-11 02:41:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 02:41:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 02:41:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 02:41:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 02: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-09-11 02: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-09-11 02:41:03] Production.INFO: Date 2026-09-09
[2026-09-11 02:41:03] Production.INFO: Reseller ==> 0
[2026-09-11 02: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-09-11 02:41:03] Production.INFO: Date 2026-09-10
[2026-09-11 02:41:03] Production.INFO: Reseller ==> 0
[2026-09-11 02:41:03] Production.INFO: ==1502== Releasing lock...
[2026-09-11 02:41:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 02:41:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 02:41:03] Production.INFO: Date 2026-09-11
[2026-09-11 02:41:03] Production.INFO: Reseller ==> 0
[2026-09-11 02:41:03] Production.INFO: Total Charge 0
[2026-09-11 02:41:03] Production.INFO: CreateAllLog End
[2026-09-11 02:41:03] Production.INFO: Account Balance End.
[2026-09-11 02:41:03] Production.ERROR: CronJobId end 12
[2026-09-11 02:41:03] Production.INFO: ==1500== Releasing lock...
[2026-09-11 02:41:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 02:41:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 02:41:03] Production.INFO: ==1496== Releasing lock...
[2026-09-11 02:41:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 02:41:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 02:41:10] Production.ERROR: CronJobId end10
[2026-09-11 02:41:10] Production.INFO: ==1498== Releasing lock...
[2026-09-11 02:41:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 02:41:10] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 02:41:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 02:41:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 02:41:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 02:41:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 02:41:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 02:41:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 02:41:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 02:41:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 02:41:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 02:41:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 02:41:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 02:41:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 02:41:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 02:41:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 02:41:13] Production.INFO: call_cost start
[2026-09-11 02:41:13] Production.INFO: call_cost end
[2026-09-11 02:41:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 02:41:13] Production.INFO: ============== Report Schedule START===========
[2026-09-11 02:41:13] Production.INFO: ============== Report Schedule END===========
[2026-09-11 02:41:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 02:41:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 02:41:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 02:41:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 02:41:13] Production.INFO: ============== Deal alert START===========
[2026-09-11 02:41:13] Production.INFO: ============== Deal alert END===========
[2026-09-11 02:41:13] Production.INFO: ==1494== Releasing lock...
[2026-09-11 02:41:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 02:41:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 07:42:01] Production.INFO: ==1573== Lock acquired, processing the job...
[2026-09-11 07:42:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 07:42:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 07:42:01] Production.INFO: neon service started
[2026-09-11 07:42:01] Production.INFO: neon service started
[2026-09-11 07:42:01] Production.INFO: ==1573== Releasing lock...
[2026-09-11 07:42:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 07:42:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 02:42:02] Production.INFO: ==1575== Lock acquired, processing the job...
[2026-09-11 02:42:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 02:42:02] Production.INFO: ==1575== Releasing lock...
[2026-09-11 02:42:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 02:42:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 06:42:02] Production.INFO: ==1577== Lock acquired, processing the job...
[2026-09-11 06:42:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 06:42:02] Production.INFO: ==1577== Releasing lock...
[2026-09-11 06:42:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 06:42:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 02:42:03] Production.INFO: ==1582== Lock acquired, processing the job...
[2026-09-11 02:42:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 02:42:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 02:42:03] Production.INFO: ==1584== Lock acquired, processing the job...
[2026-09-11 02:42:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 02:42:03] Production.INFO: ==1588== Lock acquired, processing the job...
[2026-09-11 02:42:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 02:42:03] Production.INFO: ==1586== Lock acquired, processing the job...
[2026-09-11 02:42:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 02:42:03] Production.INFO: Account Balance Start.
[2026-09-11 02:42:03] Production.INFO: CreateAllLog Start
[2026-09-11 02:42:03] Production.INFO: 117
[2026-09-11 02:42:03] Production.INFO: Date 2026-09-08
[2026-09-11 02:42:03] Production.INFO: ==1590== Lock acquired, processing the job...
[2026-09-11 02:42:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 02:42:03] Production.INFO: Reseller ==> 0
[2026-09-11 02:42:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 02:42:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 02:42:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 02:42:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 02:42:03] Production.INFO: Date 2026-09-09
[2026-09-11 02:42:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 02:42:03] Production.INFO: Date 2026-09-10
[2026-09-11 02:42:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 02:42:03] Production.INFO: ==1590== Releasing lock...
[2026-09-11 02:42:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 02:42:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 02:42:03] Production.INFO: Date 2026-09-11
[2026-09-11 02:42:03] Production.INFO: Reseller ==> 0
[2026-09-11 02:42:03] Production.INFO: Total Charge 0
[2026-09-11 02:42:03] Production.INFO: CreateAllLog End
[2026-09-11 02:42:03] Production.INFO: Account Balance End.
[2026-09-11 02:42:03] Production.INFO: ==1584== Releasing lock...
[2026-09-11 02:42:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 02:42:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 02:42:03] Production.ERROR: CronJobId end 12
[2026-09-11 02:42:03] Production.INFO: ==1588== Releasing lock...
[2026-09-11 02:42:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 02:42:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 02:42:12] Production.ERROR: CronJobId end10
[2026-09-11 02:42:12] Production.INFO: ==1586== Releasing lock...
[2026-09-11 02:42:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 02:42:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 02:42:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 02:42:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 02:42:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 02:42:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 02:42:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 02:42:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 02:42:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 02:42:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 02:42:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 02:42:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 02:42:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 02:42:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 02:42:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 02:42:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 02:42:14] Production.INFO: call_cost start
[2026-09-11 02:42:14] Production.INFO: call_cost end
[2026-09-11 02:42:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 02:42:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 02:42:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 02:42:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 02:42:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 02:42:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 02:42:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 02:42:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 02:42:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 02:42:14] Production.INFO: ==1582== Releasing lock...
[2026-09-11 02:42:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 02:42:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 07:43:02] Production.INFO: ==1658== Lock acquired, processing the job...
[2026-09-11 07:43:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 07:43:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 07:43:02] Production.INFO: neon service started
[2026-09-11 07:43:02] Production.INFO: neon service started
[2026-09-11 07:43:02] Production.INFO: ==1658== Releasing lock...
[2026-09-11 07:43:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 07:43:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 02:43:02] Production.INFO: ==1660== Lock acquired, processing the job...
[2026-09-11 02:43:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 02:43:02] Production.INFO: ==1660== Releasing lock...
[2026-09-11 02:43:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 02:43:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 06:43:03] Production.INFO: ==1662== Lock acquired, processing the job...
[2026-09-11 06:43:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 06:43:03] Production.INFO: ==1662== Releasing lock...
[2026-09-11 06:43:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 06:43:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 02:43:03] Production.INFO: ==1665== Lock acquired, processing the job...
[2026-09-11 02:43:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 02:43:03] Production.INFO: ==1667== Lock acquired, processing the job...
[2026-09-11 02:43:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 02:43:03] Production.INFO: ==1669== Lock acquired, processing the job...
[2026-09-11 02:43:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 02:43:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 02:43:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 02:43:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 02:43:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 02:43:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 02:43:03] Production.INFO: ==1671== Lock acquired, processing the job...
[2026-09-11 02:43:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 02:43:03] Production.INFO: ==1673== Lock acquired, processing the job...
[2026-09-11 02:43:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 02:43:03] Production.INFO: Account Balance Start.
[2026-09-11 02:43:03] Production.INFO: CreateAllLog Start
[2026-09-11 02:43:03] Production.INFO: 117
[2026-09-11 02: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-09-11 02: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-09-11 02:43:04] Production.INFO: Date 2026-09-08
[2026-09-11 02:43:04] Production.INFO: Reseller ==> 0
[2026-09-11 02: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-09-11 02:43:04] Production.INFO: ==1673== Releasing lock...
[2026-09-11 02:43:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 02:43:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 02:43:04] Production.INFO: Date 2026-09-09
[2026-09-11 02:43:04] Production.INFO: Reseller ==> 0
[2026-09-11 02:43:04] Production.INFO: Date 2026-09-10
[2026-09-11 02:43:04] Production.INFO: Reseller ==> 0
[2026-09-11 02:43:04] Production.INFO: Date 2026-09-11
[2026-09-11 02:43:04] Production.INFO: Reseller ==> 0
[2026-09-11 02:43:04] Production.INFO: Total Charge 0
[2026-09-11 02:43:04] Production.INFO: CreateAllLog End
[2026-09-11 02:43:04] Production.INFO: Account Balance End.
[2026-09-11 02:43:04] Production.ERROR: CronJobId end 12
[2026-09-11 02:43:04] Production.INFO: ==1671== Releasing lock...
[2026-09-11 02:43:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 02:43:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 02:43:04] Production.INFO: ==1667== Releasing lock...
[2026-09-11 02:43:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 02:43:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 02:43:12] Production.ERROR: CronJobId end10
[2026-09-11 02:43:12] Production.INFO: ==1669== Releasing lock...
[2026-09-11 02:43:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 02:43:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 02:43:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 02:43:15] Production.INFO: ============== Balance Warning START===========
[2026-09-11 02:43:15] Production.INFO: ============== Balance Warning END===========
[2026-09-11 02:43:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 02:43:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 02:43:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 02:43:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 02:43:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 02:43:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 02:43:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 02:43:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 02:43:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 02:43:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 02:43:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 02:43:15] Production.INFO: call_cost start
[2026-09-11 02:43:15] Production.INFO: call_cost end
[2026-09-11 02:43:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 02:43:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 02:43:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 02:43:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 02:43:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 02:43:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 02:43:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 02:43:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 02:43:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 02:43:15] Production.INFO: ==1665== Releasing lock...
[2026-09-11 02:43:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 02:43:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 07:44:01] Production.INFO: ==1744== Lock acquired, processing the job...
[2026-09-11 07:44:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 07:44:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 07:44:01] Production.INFO: neon service started
[2026-09-11 07:44:01] Production.INFO: neon service started
[2026-09-11 07:44:01] Production.INFO: ==1744== Releasing lock...
[2026-09-11 07:44:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 07:44:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 02:44:02] Production.INFO: ==1746== Lock acquired, processing the job...
[2026-09-11 02:44:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 02:44:02] Production.INFO: ==1746== Releasing lock...
[2026-09-11 02:44:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 02:44:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 06:44:02] Production.INFO: ==1748== Lock acquired, processing the job...
[2026-09-11 06:44:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 06:44:02] Production.INFO: ==1748== Releasing lock...
[2026-09-11 06:44:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 06:44:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 02:44:03] Production.INFO: ==1753== Lock acquired, processing the job...
[2026-09-11 02:44:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 02:44:03] Production.INFO: ==1759== Lock acquired, processing the job...
[2026-09-11 02:44:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 02:44:03] Production.INFO: ==1751== Lock acquired, processing the job...
[2026-09-11 02:44:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 02:44:03] Production.INFO: ==1757== Lock acquired, processing the job...
[2026-09-11 02:44:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 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-09-11 02:44:03] Production.INFO: ==1755== Lock acquired, processing the job...
[2026-09-11 02:44:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 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-09-11 02:44:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 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-09-11 02:44:03] Production.INFO: ==1759== Releasing lock...
[2026-09-11 02:44:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 02:44:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 02:44:03] Production.INFO: Account Balance Start.
[2026-09-11 02:44:03] Production.INFO: CreateAllLog Start
[2026-09-11 02:44:03] Production.INFO: 117
[2026-09-11 02:44:03] Production.INFO: Date 2026-09-08
[2026-09-11 02:44:03] Production.INFO: Reseller ==> 0
[2026-09-11 02:44:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 02:44:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 02:44:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 02:44:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 02:44:03] Production.INFO: Date 2026-09-09
[2026-09-11 02:44:03] Production.INFO: Reseller ==> 0
[2026-09-11 02:44:03] Production.INFO: Date 2026-09-10
[2026-09-11 02:44:03] Production.INFO: Reseller ==> 0
[2026-09-11 02:44:03] Production.INFO: Date 2026-09-11
[2026-09-11 02:44:03] Production.INFO: Reseller ==> 0
[2026-09-11 02:44:03] Production.INFO: Total Charge 0
[2026-09-11 02:44:03] Production.INFO: CreateAllLog End
[2026-09-11 02:44:03] Production.INFO: ==1753== Releasing lock...
[2026-09-11 02:44:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 02:44:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 02:44:03] Production.INFO: Account Balance End.
[2026-09-11 02:44:04] Production.ERROR: CronJobId end 12
[2026-09-11 02:44:04] Production.INFO: ==1757== Releasing lock...
[2026-09-11 02:44:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 02:44:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 02:44:11] Production.ERROR: CronJobId end10
[2026-09-11 02:44:11] Production.INFO: ==1755== Releasing lock...
[2026-09-11 02:44:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 02:44:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 02:44:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 02:44:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 02:44:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 02:44:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 02:44:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 02:44:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 02:44:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 02:44:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 02:44:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 02:44:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 02:44:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 02:44:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 02:44:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 02:44:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 02:44:14] Production.INFO: call_cost start
[2026-09-11 02:44:14] Production.INFO: call_cost end
[2026-09-11 02:44:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 02:44:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 02:44:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 02:44:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 02:44:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 02:44:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 02:44:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 02:44:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 02:44:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 02:44:14] Production.INFO: ==1751== Releasing lock...
[2026-09-11 02:44:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 02:44:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 07:45:02] Production.INFO: ==1861== Lock acquired, processing the job...
[2026-09-11 07:45:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 07:45:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 07:45:02] Production.INFO: neon service started
[2026-09-11 07:45:02] Production.INFO: neon service started
[2026-09-11 07:45:02] Production.INFO: ==1861== Releasing lock...
[2026-09-11 07:45:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 07:45:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 02:45:02] Production.INFO: ==1865== Lock acquired, processing the job...
[2026-09-11 02:45:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 02:45:02] Production.INFO: ==1865== Releasing lock...
[2026-09-11 02:45:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 02:45:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 06:45:03] Production.INFO: ==1867== Lock acquired, processing the job...
[2026-09-11 06:45:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 06:45:03] Production.INFO: ==1867== Releasing lock...
[2026-09-11 06:45:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 06:45:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 02:45:03] Production.INFO: ==1875== Lock acquired, processing the job...
[2026-09-11 02:45:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 02:45:03] Production.INFO: ==1871== Lock acquired, processing the job...
[2026-09-11 02:45:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-11 02:45:04] Production.INFO: ==1877== Lock acquired, processing the job...
[2026-09-11 02:45:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 02:45:04] Production.ERROR: ========================== active cronjob start =============================
[2026-09-11 02:45:04] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-11 02:45:04] Production.ERROR: CronJob PID - 1875
[2026-09-11 02:45:04] Production.ERROR: CronJob Title - Account Block
[2026-09-11 02:45:04] Production.ERROR: CronJob ID - 7
[2026-09-11 02:45:04] Production.ERROR: CronJob Last Run Time 2026-09-11 02:45:00
[2026-09-11 02:45:04] Production.ERROR: CronJob Active Minutes 0
[2026-09-11 02:45:04] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-11 02:45:04] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-11 02:45:04] Production.ERROR: CronJob PID - 1877
[2026-09-11 02:45:04] Production.ERROR: CronJob Title - Create Customer Summary Live
[2026-09-11 02:45:04] Production.ERROR: CronJob ID - 10
[2026-09-11 02:45:04] Production.ERROR: CronJob Last Run Time 2026-09-11 02:45:00
[2026-09-11 02:45:04] Production.ERROR: CronJob Active Minutes 0
[2026-09-11 02:45:04] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-11 02:45:04] Production.ERROR: ========================== active cronjob end =============================
[2026-09-11 02:45:04] Production.INFO: ==1871== Releasing lock...
[2026-09-11 02:45:04] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-11 02:45:04] Production.INFO: 25.5 MB #Memory Used#
[2026-09-11 02:45:04] Production.INFO: ==1873== Lock acquired, processing the job...
[2026-09-11 02:45:04] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 02:45:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 02:45:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 02:45:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 02:45:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 02:45:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 02:45:04] Production.INFO: ==1879== Lock acquired, processing the job...
[2026-09-11 02:45:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 02:45:04] Production.INFO: ==1881== Lock acquired, processing the job...
[2026-09-11 02:45:04] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-11 02:45:04] Production.INFO: ==1883== Lock acquired, processing the job...
[2026-09-11 02:45:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 02:45:04] Production.INFO: Account Balance Start.
[2026-09-11 02:45:04] Production.INFO: CreateAllLog Start
[2026-09-11 02:45:04] Production.INFO: 117
[2026-09-11 02:45:04] Production.ERROR: tblTempUsageDetail_20
[2026-09-11 02:45:04] Production.INFO: Date 2026-09-08
[2026-09-11 02:45:04] Production.INFO: Reseller ==> 0
[2026-09-11 02: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-09-11 02: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-09-11 02:45:04] Production.INFO: Date 2026-09-09
[2026-09-11 02: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-09-11 02:45:04] Production.INFO: Reseller ==> 0
[2026-09-11 02:45:04] Production.INFO: ==1883== Releasing lock...
[2026-09-11 02:45:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 02:45:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 02:45:04] Production.INFO: Date 2026-09-10
[2026-09-11 02:45:04] Production.INFO: Reseller ==> 0
[2026-09-11 02:45:04] Production.ERROR: done
[2026-09-11 02:45:04] Production.INFO: Date 2026-09-11
[2026-09-11 02:45:04] Production.INFO: Reseller ==> 0
[2026-09-11 02:45:04] Production.INFO: Total Charge 0
[2026-09-11 02:45:04] Production.INFO: CreateAllLog End
[2026-09-11 02:45:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-11 02:45:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17982025', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) start
[2026-09-11 02:45:04] Production.INFO: ==1875== Releasing lock...
[2026-09-11 02:45:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 02:45:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 02:45:05] Production.INFO: Account Balance End.
[2026-09-11 02:45:05] Production.ERROR: CronJobId end 12
[2026-09-11 02:45:05] Production.INFO: ==1879== Releasing lock...
[2026-09-11 02:45:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 02:45:05] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 02:45:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17982025', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) end
[2026-09-11 02:45:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-11 02:45:10] Production.INFO: ProcessCDR(1,17982025,1,1,2)
[2026-09-11 02:45:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17982025,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 02:45:11] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17982025,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 02:45:11] Production.ERROR: pbx prc_insertCDR start
[2026-09-11 02:45:11] Production.ERROR: pbx prc_insertCDR end
[2026-09-11 02:45:11] Production.INFO: ==1881== Releasing lock...
[2026-09-11 02:45:11] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-11 02:45:11] Production.INFO: 26 MB #Memory Used#
[2026-09-11 02:45:15] Production.ERROR: CronJobId end10
[2026-09-11 02:45:15] Production.INFO: ==1877== Releasing lock...
[2026-09-11 02:45:15] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 02:45:15] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 02:45:18] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 02:45:18] Production.INFO: ============== Balance Warning START===========
[2026-09-11 02:45:18] Production.INFO: ============== Balance Warning END===========
[2026-09-11 02:45:18] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 02:45:18] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 02:45:18] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 02:45:18] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 02:45:18] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 02:45:18] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 02:45:18] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 02:45:18] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 02:45:18] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 02:45:18] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 02:45:18] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 02:45:18] Production.INFO: call_cost start
[2026-09-11 02:45:18] Production.INFO: call_cost end
[2026-09-11 02:45:18] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 02:45:18] Production.INFO: ============== Report Schedule START===========
[2026-09-11 02:45:18] Production.INFO: ============== Report Schedule END===========
[2026-09-11 02:45:18] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 02:45:18] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 02:45:18] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 02:45:18] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 02:45:18] Production.INFO: ============== Deal alert START===========
[2026-09-11 02:45:18] Production.INFO: ============== Deal alert END===========
[2026-09-11 02:45:18] Production.INFO: ==1873== Releasing lock...
[2026-09-11 02:45:18] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 02:45:18] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 07:46:01] Production.INFO: ==1946== Lock acquired, processing the job...
[2026-09-11 07:46:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 07:46:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 07:46:01] Production.INFO: neon service started
[2026-09-11 07:46:01] Production.INFO: neon service started
[2026-09-11 07:46:01] Production.INFO: ==1946== Releasing lock...
[2026-09-11 07:46:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 07:46:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 02:46:02] Production.INFO: ==1948== Lock acquired, processing the job...
[2026-09-11 02:46:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 02:46:02] Production.INFO: ==1948== Releasing lock...
[2026-09-11 02:46:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 02:46:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 06:46:02] Production.INFO: ==1950== Lock acquired, processing the job...
[2026-09-11 06:46:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 06:46:02] Production.INFO: ==1950== Releasing lock...
[2026-09-11 06:46:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 06:46:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 02:46:03] Production.INFO: ==1958== Lock acquired, processing the job...
[2026-09-11 02:46:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 02:46:03] Production.INFO: ==1954== Lock acquired, processing the job...
[2026-09-11 02:46:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 02:46:03] Production.INFO: Account Balance Start.
[2026-09-11 02:46:03] Production.INFO: CreateAllLog Start
[2026-09-11 02:46:03] Production.INFO: 117
[2026-09-11 02:46:03] Production.INFO: Date 2026-09-08
[2026-09-11 02:46:03] Production.INFO: Reseller ==> 0
[2026-09-11 02:46:03] Production.INFO: Date 2026-09-09
[2026-09-11 02:46:03] Production.INFO: Reseller ==> 0
[2026-09-11 02:46:03] Production.INFO: Date 2026-09-10
[2026-09-11 02:46:03] Production.INFO: Reseller ==> 0
[2026-09-11 02:46:03] Production.INFO: Date 2026-09-11
[2026-09-11 02:46:03] Production.INFO: ==1952== Lock acquired, processing the job...
[2026-09-11 02:46:03] Production.INFO: Reseller ==> 0
[2026-09-11 02:46:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 02:46:03] Production.INFO: Total Charge 0
[2026-09-11 02:46:03] Production.INFO: ==1956== Lock acquired, processing the job...
[2026-09-11 02:46:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 02:46:03] Production.INFO: CreateAllLog End
[2026-09-11 02:46:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 02:46:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 02:46:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 02:46:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 02:46:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 02:46:03] Production.INFO: ==1960== Lock acquired, processing the job...
[2026-09-11 02:46:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 02:46:03] Production.INFO: Account Balance End.
[2026-09-11 02:46:03] Production.ERROR: CronJobId end 12
[2026-09-11 02:46:03] Production.INFO: ==1958== Releasing lock...
[2026-09-11 02:46:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 02:46:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 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-09-11 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-09-11 02:46:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-09-11 02:46:04] Production.INFO: ==1960== Releasing lock...
[2026-09-11 02:46:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 02:46:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 02:46:04] Production.INFO: ==1954== Releasing lock...
[2026-09-11 02:46:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 02:46:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 02:46:12] Production.ERROR: CronJobId end10
[2026-09-11 02:46:12] Production.INFO: ==1956== Releasing lock...
[2026-09-11 02:46:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 02:46:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 02:46:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 02:46:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 02:46:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 02:46:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 02:46:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 02:46:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 02:46:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 02:46:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 02:46:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 02:46:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 02:46:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 02:46:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 02:46:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 02:46:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 02:46:14] Production.INFO: call_cost start
[2026-09-11 02:46:14] Production.INFO: call_cost end
[2026-09-11 02:46:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 02:46:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 02:46:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 02:46:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 02:46:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 02:46:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 02:46:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 02:46:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 02:46:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 02:46:14] Production.INFO: ==1952== Releasing lock...
[2026-09-11 02:46:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 02:46:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 07:47:02] Production.INFO: ==2039== Lock acquired, processing the job...
[2026-09-11 07:47:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 07:47:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 07:47:02] Production.INFO: neon service started
[2026-09-11 07:47:02] Production.INFO: neon service started
[2026-09-11 07:47:02] Production.INFO: ==2039== Releasing lock...
[2026-09-11 07:47:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 07:47:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 02:47:02] Production.INFO: ==2041== Lock acquired, processing the job...
[2026-09-11 02:47:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 06:47:02] Production.INFO: ==2043== Lock acquired, processing the job...
[2026-09-11 06:47:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 06:47:02] Production.INFO: ==2043== Releasing lock...
[2026-09-11 06:47:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 06:47:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 02:47:03] Production.INFO: ==2041== Releasing lock...
[2026-09-11 02:47:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 02:47:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 02:47:03] Production.INFO: ==2048== Lock acquired, processing the job...
[2026-09-11 02:47:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 02:47:03] Production.INFO: ==2046== Lock acquired, processing the job...
[2026-09-11 02:47:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 02:47:03] Production.INFO: ==2050== Lock acquired, processing the job...
[2026-09-11 02:47:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 02:47:03] Production.INFO: ==2052== Lock acquired, processing the job...
[2026-09-11 02:47:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 02:47:03] Production.INFO: ==2054== Lock acquired, processing the job...
[2026-09-11 02:47:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 02:47:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 02:47:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 02:47:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 02:47:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 02:47:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 02:47:03] Production.INFO: Account Balance Start.
[2026-09-11 02:47:03] Production.INFO: CreateAllLog Start
[2026-09-11 02:47:03] Production.INFO: 117
[2026-09-11 02: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-09-11 02:47:04] Production.INFO: Date 2026-09-08
[2026-09-11 02: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-09-11 02:47:04] Production.INFO: Reseller ==> 0
[2026-09-11 02: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-09-11 02:47:04] Production.INFO: Date 2026-09-09
[2026-09-11 02:47:04] Production.INFO: Reseller ==> 0
[2026-09-11 02:47:04] Production.INFO: ==2054== Releasing lock...
[2026-09-11 02:47:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 02:47:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 02:47:04] Production.INFO: Date 2026-09-10
[2026-09-11 02:47:04] Production.INFO: Reseller ==> 0
[2026-09-11 02:47:04] Production.INFO: Date 2026-09-11
[2026-09-11 02:47:04] Production.INFO: Reseller ==> 0
[2026-09-11 02:47:04] Production.INFO: Total Charge 0
[2026-09-11 02:47:04] Production.INFO: CreateAllLog End
[2026-09-11 02:47:04] Production.INFO: Account Balance End.
[2026-09-11 02:47:04] Production.ERROR: CronJobId end 12
[2026-09-11 02:47:04] Production.INFO: ==2052== Releasing lock...
[2026-09-11 02:47:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 02:47:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 02:47:04] Production.INFO: ==2048== Releasing lock...
[2026-09-11 02:47:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 02:47:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 02:47:11] Production.ERROR: CronJobId end10
[2026-09-11 02:47:11] Production.INFO: ==2050== Releasing lock...
[2026-09-11 02:47:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 02:47:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 02:47:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 02:47:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 02:47:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 02:47:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 02:47:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 02:47:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 02:47:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 02:47:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 02:47:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 02:47:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 02:47:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 02:47:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 02:47:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 02:47:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 02:47:15] Production.INFO: call_cost start
[2026-09-11 02:47:15] Production.INFO: call_cost end
[2026-09-11 02:47:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 02:47:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 02:47:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 02:47:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 02:47:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 02:47:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 02:47:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 02:47:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 02:47:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 02:47:15] Production.INFO: ==2046== Releasing lock...
[2026-09-11 02:47:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 02:47:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 07:48:01] Production.INFO: ==2132== Lock acquired, processing the job...
[2026-09-11 07:48:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 07:48:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 07:48:01] Production.INFO: neon service started
[2026-09-11 07:48:01] Production.INFO: neon service started
[2026-09-11 07:48:01] Production.INFO: ==2132== Releasing lock...
[2026-09-11 07:48:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 07:48:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 02:48:01] Production.INFO: ==2134== Lock acquired, processing the job...
[2026-09-11 02:48:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 02:48:02] Production.INFO: ==2134== Releasing lock...
[2026-09-11 02:48:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 02:48:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 06:48:02] Production.INFO: ==2136== Lock acquired, processing the job...
[2026-09-11 06:48:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 06:48:02] Production.INFO: ==2136== Releasing lock...
[2026-09-11 06:48:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 06:48:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 02:48:03] Production.INFO: ==2138== Lock acquired, processing the job...
[2026-09-11 02:48:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 02:48:03] Production.INFO: ==2142== Lock acquired, processing the job...
[2026-09-11 02:48:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 02:48:03] Production.INFO: ==2140== Lock acquired, processing the job...
[2026-09-11 02:48:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 02:48:03] Production.INFO: ==2146== Lock acquired, processing the job...
[2026-09-11 02:48:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 02:48:03] Production.INFO: ==2144== Lock acquired, processing the job...
[2026-09-11 02:48:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 02:48:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 02:48:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 02:48:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 02:48:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 02:48:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 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-09-11 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-09-11 02:48:03] Production.INFO: Account Balance Start.
[2026-09-11 02:48:03] Production.INFO: CreateAllLog Start
[2026-09-11 02:48:03] Production.INFO: 117
[2026-09-11 02:48:03] Production.INFO: Date 2026-09-08
[2026-09-11 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-09-11 02:48:03] Production.INFO: Reseller ==> 0
[2026-09-11 02:48:03] Production.INFO: ==2146== Releasing lock...
[2026-09-11 02:48:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 02:48:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 02:48:03] Production.INFO: Date 2026-09-09
[2026-09-11 02:48:03] Production.INFO: Reseller ==> 0
[2026-09-11 02:48:03] Production.INFO: Date 2026-09-10
[2026-09-11 02:48:03] Production.INFO: Reseller ==> 0
[2026-09-11 02:48:03] Production.INFO: Date 2026-09-11
[2026-09-11 02:48:03] Production.INFO: Reseller ==> 0
[2026-09-11 02:48:03] Production.INFO: Total Charge 0
[2026-09-11 02:48:03] Production.INFO: CreateAllLog End
[2026-09-11 02:48:03] Production.INFO: ==2140== Releasing lock...
[2026-09-11 02:48:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 02:48:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 02:48:03] Production.INFO: Account Balance End.
[2026-09-11 02:48:03] Production.ERROR: CronJobId end 12
[2026-09-11 02:48:03] Production.INFO: ==2144== Releasing lock...
[2026-09-11 02:48:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 02:48:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 02:48:11] Production.ERROR: CronJobId end10
[2026-09-11 02:48:11] Production.INFO: ==2142== Releasing lock...
[2026-09-11 02:48:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 02:48:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 02:48:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 02:48:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 02:48:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 02:48:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 02:48:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 02:48:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 02:48:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 02:48:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 02:48:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 02:48:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 02:48:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 02:48:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 02:48:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 02:48:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 02:48:14] Production.INFO: call_cost start
[2026-09-11 02:48:14] Production.INFO: call_cost end
[2026-09-11 02:48:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 02:48:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 02:48:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 02:48:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 02:48:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 02:48:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 02:48:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 02:48:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 02:48:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 02:48:14] Production.INFO: ==2138== Releasing lock...
[2026-09-11 02:48:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 02:48:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 07:49:01] Production.INFO: ==2217== Lock acquired, processing the job...
[2026-09-11 07:49:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 07:49:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 07:49:02] Production.INFO: neon service started
[2026-09-11 07:49:02] Production.INFO: neon service started
[2026-09-11 07:49:02] Production.INFO: ==2217== Releasing lock...
[2026-09-11 07:49:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 07:49:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 02:49:02] Production.INFO: ==2219== Lock acquired, processing the job...
[2026-09-11 02:49:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 02:49:02] Production.INFO: ==2219== Releasing lock...
[2026-09-11 02:49:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 02:49:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 06:49:02] Production.INFO: ==2221== Lock acquired, processing the job...
[2026-09-11 06:49:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 06:49:02] Production.INFO: ==2221== Releasing lock...
[2026-09-11 06:49:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 06:49:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 02:49:03] Production.INFO: ==2223== Lock acquired, processing the job...
[2026-09-11 02:49:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 02:49:03] Production.INFO: ==2225== Lock acquired, processing the job...
[2026-09-11 02:49:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 02:49:03] Production.INFO: ==2227== Lock acquired, processing the job...
[2026-09-11 02:49:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 02:49:03] Production.INFO: ==2229== Lock acquired, processing the job...
[2026-09-11 02:49:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 02:49:03] Production.INFO: ==2232== Lock acquired, processing the job...
[2026-09-11 02:49:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 02:49:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 02:49:03] Production.INFO: Account Balance Start.
[2026-09-11 02:49:03] Production.INFO: CreateAllLog Start
[2026-09-11 02:49:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 02:49:03] Production.INFO: 117
[2026-09-11 02:49:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 02:49:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 02:49:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 02:49:03] Production.INFO: Date 2026-09-08
[2026-09-11 02:49:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 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-09-11 02:49:03] Production.INFO: Date 2026-09-09
[2026-09-11 02:49:03] Production.INFO: Reseller ==> 0
[2026-09-11 02:49:03] Production.INFO: ==2232== Releasing lock...
[2026-09-11 02:49:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 02:49:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 02:49:03] Production.INFO: Date 2026-09-10
[2026-09-11 02:49:03] Production.INFO: Reseller ==> 0
[2026-09-11 02:49:03] Production.INFO: Date 2026-09-11
[2026-09-11 02:49:03] Production.INFO: Reseller ==> 0
[2026-09-11 02:49:03] Production.INFO: Total Charge 0
[2026-09-11 02:49:03] Production.INFO: CreateAllLog End
[2026-09-11 02:49:04] Production.INFO: Account Balance End.
[2026-09-11 02:49:04] Production.ERROR: CronJobId end 12
[2026-09-11 02:49:04] Production.INFO: ==2229== Releasing lock...
[2026-09-11 02:49:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 02:49:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 02:49:04] Production.INFO: ==2225== Releasing lock...
[2026-09-11 02:49:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 02:49:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 02:49:11] Production.ERROR: CronJobId end10
[2026-09-11 02:49:11] Production.INFO: ==2227== Releasing lock...
[2026-09-11 02:49:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 02:49:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 02:49:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 02:49:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 02:49:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 02:49:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 02:49:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 02:49:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 02:49:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 02:49:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 02:49:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 02:49:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 02:49:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 02:49:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 02:49:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 02:49:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 02:49:14] Production.INFO: call_cost start
[2026-09-11 02:49:14] Production.INFO: call_cost end
[2026-09-11 02:49:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 02:49:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 02:49:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 02:49:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 02:49:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 02:49:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 02:49:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 02:49:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 02:49:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 02:49:14] Production.INFO: ==2223== Releasing lock...
[2026-09-11 02:49:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 02:49:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 07:50:01] Production.INFO: ==2312== Lock acquired, processing the job...
[2026-09-11 07:50:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 07:50:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 07:50:01] Production.INFO: neon service started
[2026-09-11 07:50:01] Production.INFO: neon service started
[2026-09-11 07:50:01] Production.INFO: ==2312== Releasing lock...
[2026-09-11 07:50:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 07:50:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 02:50:01] Production.INFO: ==2314== Lock acquired, processing the job...
[2026-09-11 02:50:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 02:50:02] Production.INFO: ==2314== Releasing lock...
[2026-09-11 02:50:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 02:50:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 06:50:02] Production.INFO: ==2316== Lock acquired, processing the job...
[2026-09-11 06:50:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 06:50:02] Production.INFO: ==2316== Releasing lock...
[2026-09-11 06:50:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 06:50:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 02:50:02] Production.INFO: ==2320== Lock acquired, processing the job...
[2026-09-11 02:50:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 02:50:02] Production.INFO: ==2324== Lock acquired, processing the job...
[2026-09-11 02:50:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 02:50:02] Production.INFO: ==2328== Lock acquired, processing the job...
[2026-09-11 02:50:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 02:50:02] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 02:50:02] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 02:50:02] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 02:50:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 02:50:02] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 02: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-09-11 02: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-09-11 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-09-11 02:50:03] Production.INFO: ==2322== Lock acquired, processing the job...
[2026-09-11 02:50:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 02:50:03] Production.INFO: ==2328== Releasing lock...
[2026-09-11 02:50:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 02:50:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 02:50:03] Production.INFO: ==2326== Lock acquired, processing the job...
[2026-09-11 02:50:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 02:50:03] Production.INFO: Account Balance Start.
[2026-09-11 02:50:03] Production.INFO: CreateAllLog Start
[2026-09-11 02:50:03] Production.INFO: 117
[2026-09-11 02:50:03] Production.INFO: Date 2026-09-08
[2026-09-11 02:50:03] Production.INFO: Reseller ==> 0
[2026-09-11 02:50:03] Production.INFO: Date 2026-09-09
[2026-09-11 02:50:03] Production.INFO: Reseller ==> 0
[2026-09-11 02:50:03] Production.INFO: Date 2026-09-10
[2026-09-11 02:50:03] Production.INFO: Reseller ==> 0
[2026-09-11 02:50:03] Production.INFO: Date 2026-09-11
[2026-09-11 02:50:03] Production.INFO: Reseller ==> 0
[2026-09-11 02:50:03] Production.INFO: Total Charge 0
[2026-09-11 02:50:03] Production.INFO: CreateAllLog End
[2026-09-11 02:50:03] Production.INFO: Account Balance End.
[2026-09-11 02:50:03] Production.ERROR: CronJobId end 12
[2026-09-11 02:50:03] Production.INFO: ==2326== Releasing lock...
[2026-09-11 02:50:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 02:50:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 02:50:03] Production.INFO: ==2322== Releasing lock...
[2026-09-11 02:50:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 02:50:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 02:50:11] Production.ERROR: CronJobId end10
[2026-09-11 02:50:11] Production.INFO: ==2324== Releasing lock...
[2026-09-11 02:50:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 02:50:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 02:50:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 02:50:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 02:50:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 02:50:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 02:50:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 02:50:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 02:50:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 02:50:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 02:50:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 02:50:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 02:50:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 02:50:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 02:50:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 02:50:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 02:50:14] Production.INFO: call_cost start
[2026-09-11 02:50:14] Production.INFO: call_cost end
[2026-09-11 02:50:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 02:50:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 02:50:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 02:50:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 02:50:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 02:50:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 02:50:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 02:50:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 02:50:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 02:50:14] Production.INFO: ==2320== Releasing lock...
[2026-09-11 02:50:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 02:50:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 07:51:01] Production.INFO: ==2396== Lock acquired, processing the job...
[2026-09-11 07:51:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 07:51:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 07:51:01] Production.INFO: neon service started
[2026-09-11 07:51:01] Production.INFO: neon service started
[2026-09-11 07:51:01] Production.INFO: ==2396== Releasing lock...
[2026-09-11 07:51:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 07:51:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 02:51:02] Production.INFO: ==2398== Lock acquired, processing the job...
[2026-09-11 02:51:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 02:51:02] Production.INFO: ==2398== Releasing lock...
[2026-09-11 02:51:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 02:51:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 06:51:02] Production.INFO: ==2400== Lock acquired, processing the job...
[2026-09-11 06:51:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 06:51:02] Production.INFO: ==2400== Releasing lock...
[2026-09-11 06:51:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 06:51:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 02:51:03] Production.INFO: ==2402== Lock acquired, processing the job...
[2026-09-11 02:51:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 02:51:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 02:51:03] Production.INFO: ==2408== Lock acquired, processing the job...
[2026-09-11 02:51:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 02:51:03] Production.INFO: ==2410== Lock acquired, processing the job...
[2026-09-11 02:51:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 02:51:03] Production.INFO: ==2406== Lock acquired, processing the job...
[2026-09-11 02:51:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 02:51:03] Production.INFO: ==2404== Lock acquired, processing the job...
[2026-09-11 02:51:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 02:51:03] Production.INFO: Account Balance Start.
[2026-09-11 02:51:03] Production.INFO: CreateAllLog Start
[2026-09-11 02:51:03] Production.INFO: 117
[2026-09-11 02:51:03] Production.INFO: Date 2026-09-08
[2026-09-11 02:51:03] Production.INFO: Reseller ==> 0
[2026-09-11 02:51:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 02:51:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 02:51:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 02:51:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 02:51:03] Production.INFO: Date 2026-09-09
[2026-09-11 02:51:03] Production.INFO: Reseller ==> 0
[2026-09-11 02:51:03] Production.INFO: Date 2026-09-10
[2026-09-11 02:51:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 02:51:03] Production.INFO: Date 2026-09-11
[2026-09-11 02:51:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 02:51:03] Production.INFO: ==2410== Releasing lock...
[2026-09-11 02:51:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 02:51:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 02:51:03] Production.INFO: Total Charge 0
[2026-09-11 02:51:03] Production.INFO: CreateAllLog End
[2026-09-11 02:51:03] Production.INFO: Account Balance End.
[2026-09-11 02:51:03] Production.ERROR: CronJobId end 12
[2026-09-11 02:51:03] Production.INFO: ==2408== Releasing lock...
[2026-09-11 02:51:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 02:51:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 02:51:04] Production.INFO: ==2404== Releasing lock...
[2026-09-11 02:51:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 02:51:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 02:51:13] Production.ERROR: CronJobId end10
[2026-09-11 02:51:13] Production.INFO: ==2406== Releasing lock...
[2026-09-11 02:51:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 02:51:13] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 02:51:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 02:51:15] Production.INFO: ============== Balance Warning START===========
[2026-09-11 02:51:15] Production.INFO: ============== Balance Warning END===========
[2026-09-11 02:51:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 02:51:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 02:51:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 02:51:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 02:51:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 02:51:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 02:51:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 02:51:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 02:51:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 02:51:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 02:51:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 02:51:15] Production.INFO: call_cost start
[2026-09-11 02:51:15] Production.INFO: call_cost end
[2026-09-11 02:51:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 02:51:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 02:51:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 02:51:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 02:51:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 02:51:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 02:51:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 02:51:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 02:51:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 02:51:15] Production.INFO: ==2402== Releasing lock...
[2026-09-11 02:51:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 02:51:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 07:52:02] Production.INFO: ==2482== Lock acquired, processing the job...
[2026-09-11 07:52:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 07:52:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 07:52:02] Production.INFO: neon service started
[2026-09-11 07:52:02] Production.INFO: neon service started
[2026-09-11 07:52:02] Production.INFO: ==2482== Releasing lock...
[2026-09-11 07:52:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 07:52:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 02:52:02] Production.INFO: ==2484== Lock acquired, processing the job...
[2026-09-11 02:52:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 02:52:02] Production.INFO: ==2484== Releasing lock...
[2026-09-11 02:52:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 02:52:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 06:52:03] Production.INFO: ==2486== Lock acquired, processing the job...
[2026-09-11 06:52:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 06:52:03] Production.INFO: ==2486== Releasing lock...
[2026-09-11 06:52:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 06:52:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 02:52:03] Production.INFO: ==2490== Lock acquired, processing the job...
[2026-09-11 02:52:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 02:52:03] Production.INFO: ==2492== Lock acquired, processing the job...
[2026-09-11 02:52:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 02:52:03] Production.INFO: ==2488== Lock acquired, processing the job...
[2026-09-11 02:52:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 02:52:03] Production.INFO: ==2495== Lock acquired, processing the job...
[2026-09-11 02:52:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 02:52:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 02:52:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 02:52:03] Production.INFO: ==2497== Lock acquired, processing the job...
[2026-09-11 02:52:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 02:52:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 02:52:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 02:52:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 02:52:03] Production.INFO: Account Balance Start.
[2026-09-11 02:52:03] Production.INFO: CreateAllLog Start
[2026-09-11 02:52:03] Production.INFO: 117
[2026-09-11 02:52:03] Production.INFO: Date 2026-09-08
[2026-09-11 02:52:03] Production.INFO: Reseller ==> 0
[2026-09-11 02:52:03] Production.INFO: Date 2026-09-09
[2026-09-11 02:52:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 02: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-09-11 02: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-09-11 02:52:04] Production.INFO: ==2497== Releasing lock...
[2026-09-11 02:52:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 02:52:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 02:52:04] Production.INFO: Date 2026-09-10
[2026-09-11 02:52:04] Production.INFO: Reseller ==> 0
[2026-09-11 02:52:04] Production.INFO: Date 2026-09-11
[2026-09-11 02:52:04] Production.INFO: Reseller ==> 0
[2026-09-11 02:52:04] Production.INFO: Total Charge 0
[2026-09-11 02:52:04] Production.INFO: CreateAllLog End
[2026-09-11 02:52:04] Production.INFO: Account Balance End.
[2026-09-11 02:52:04] Production.ERROR: CronJobId end 12
[2026-09-11 02:52:04] Production.INFO: ==2495== Releasing lock...
[2026-09-11 02:52:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 02:52:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 02:52:04] Production.INFO: ==2490== Releasing lock...
[2026-09-11 02:52:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 02:52:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 02:52:13] Production.ERROR: CronJobId end10
[2026-09-11 02:52:13] Production.INFO: ==2492== Releasing lock...
[2026-09-11 02:52:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 02:52:13] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 02:52:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 02:52:16] Production.INFO: ============== Balance Warning START===========
[2026-09-11 02:52:16] Production.INFO: ============== Balance Warning END===========
[2026-09-11 02:52:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 02:52:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 02:52:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 02:52:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 02:52:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 02:52:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 02:52:16] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 02:52:16] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 02:52:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 02:52:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 02:52:16] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 02:52:16] Production.INFO: call_cost start
[2026-09-11 02:52:16] Production.INFO: call_cost end
[2026-09-11 02:52:16] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 02:52:16] Production.INFO: ============== Report Schedule START===========
[2026-09-11 02:52:16] Production.INFO: ============== Report Schedule END===========
[2026-09-11 02:52:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 02:52:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 02:52:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 02:52:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 02:52:16] Production.INFO: ============== Deal alert START===========
[2026-09-11 02:52:16] Production.INFO: ============== Deal alert END===========
[2026-09-11 02:52:16] Production.INFO: ==2488== Releasing lock...
[2026-09-11 02:52:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 02:52:16] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 07:53:01] Production.INFO: ==2579== Lock acquired, processing the job...
[2026-09-11 07:53:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 07:53:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 07:53:01] Production.INFO: neon service started
[2026-09-11 07:53:01] Production.INFO: neon service started
[2026-09-11 07:53:01] Production.INFO: ==2579== Releasing lock...
[2026-09-11 07:53:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 07:53:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 02:53:02] Production.INFO: ==2581== Lock acquired, processing the job...
[2026-09-11 02:53:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 02:53:02] Production.INFO: ==2581== Releasing lock...
[2026-09-11 02:53:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 02:53:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 06:53:02] Production.INFO: ==2583== Lock acquired, processing the job...
[2026-09-11 06:53:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 06:53:02] Production.INFO: ==2583== Releasing lock...
[2026-09-11 06:53:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 06:53:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 02:53:02] Production.INFO: ==2587== Lock acquired, processing the job...
[2026-09-11 02:53:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 02:53:03] Production.INFO: ==2591== Lock acquired, processing the job...
[2026-09-11 02:53:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 02:53:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 02:53:03] Production.INFO: ==2593== Lock acquired, processing the job...
[2026-09-11 02:53:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 02:53:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 02:53:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 02:53:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 02:53:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 02:53:03] Production.INFO: ==2596== Lock acquired, processing the job...
[2026-09-11 02:53:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 02:53:03] Production.INFO: Account Balance Start.
[2026-09-11 02:53:03] Production.INFO: CreateAllLog Start
[2026-09-11 02:53:03] Production.INFO: 117
[2026-09-11 02:53:03] Production.INFO: ==2589== Lock acquired, processing the job...
[2026-09-11 02:53:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 02:53:03] Production.INFO: Date 2026-09-08
[2026-09-11 02:53:03] Production.INFO: Reseller ==> 0
[2026-09-11 02:53:03] Production.INFO: Date 2026-09-09
[2026-09-11 02:53:03] Production.INFO: Reseller ==> 0
[2026-09-11 02:53:03] Production.INFO: Date 2026-09-10
[2026-09-11 02:53:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 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-09-11 02:53:03] Production.INFO: Date 2026-09-11
[2026-09-11 02:53:03] Production.INFO: Reseller ==> 0
[2026-09-11 02:53:03] Production.INFO: ==2596== Releasing lock...
[2026-09-11 02:53:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 02:53:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 02:53:03] Production.INFO: Total Charge 0
[2026-09-11 02:53:03] Production.INFO: CreateAllLog End
[2026-09-11 02:53:03] Production.INFO: Account Balance End.
[2026-09-11 02:53:03] Production.ERROR: CronJobId end 12
[2026-09-11 02:53:03] Production.INFO: ==2593== Releasing lock...
[2026-09-11 02:53:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 02:53:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 02:53:04] Production.INFO: ==2589== Releasing lock...
[2026-09-11 02:53:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 02:53:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 02:53:14] Production.ERROR: CronJobId end10
[2026-09-11 02:53:14] Production.INFO: ==2591== Releasing lock...
[2026-09-11 02:53:14] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 02:53:14] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 02:53:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 02:53:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 02:53:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 02:53:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 02:53:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 02:53:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 02:53:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 02:53:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 02:53:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 02:53:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 02:53:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 02:53:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 02:53:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 02:53:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 02:53:15] Production.INFO: call_cost start
[2026-09-11 02:53:15] Production.INFO: call_cost end
[2026-09-11 02:53:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 02:53:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 02:53:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 02:53:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 02:53:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 02:53:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 02:53:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 02:53:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 02:53:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 02:53:15] Production.INFO: ==2587== Releasing lock...
[2026-09-11 02:53:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 02:53:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 07:54:02] Production.INFO: ==2691== Lock acquired, processing the job...
[2026-09-11 07:54:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 07:54:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 07:54:02] Production.INFO: neon service started
[2026-09-11 07:54:02] Production.INFO: neon service started
[2026-09-11 07:54:02] Production.INFO: ==2691== Releasing lock...
[2026-09-11 07:54:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 07:54:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 02:54:02] Production.INFO: ==2693== Lock acquired, processing the job...
[2026-09-11 02:54:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 06:54:02] Production.INFO: ==2695== Lock acquired, processing the job...
[2026-09-11 06:54:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 06:54:02] Production.INFO: ==2695== Releasing lock...
[2026-09-11 06:54:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 06:54:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 02:54:03] Production.INFO: ==2693== Releasing lock...
[2026-09-11 02:54:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 02:54:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 02:54:03] Production.INFO: ==2698== Lock acquired, processing the job...
[2026-09-11 02:54:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 02:54:03] Production.INFO: ==2704== Lock acquired, processing the job...
[2026-09-11 02:54:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 02:54:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 02:54:03] Production.INFO: ==2700== Lock acquired, processing the job...
[2026-09-11 02:54:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 02:54:03] Production.INFO: ==2702== Lock acquired, processing the job...
[2026-09-11 02:54:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 02:54:04] Production.INFO: ==2706== Lock acquired, processing the job...
[2026-09-11 02:54:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 02:54:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 02:54:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 02:54:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 02:54:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 02:54:04] Production.INFO: Account Balance Start.
[2026-09-11 02:54:04] Production.INFO: CreateAllLog Start
[2026-09-11 02:54:04] Production.INFO: 117
[2026-09-11 02:54:04] Production.INFO: Date 2026-09-08
[2026-09-11 02:54:04] Production.INFO: Reseller ==> 0
[2026-09-11 02:54:04] Production.INFO: Date 2026-09-09
[2026-09-11 02:54:04] Production.INFO: Reseller ==> 0
[2026-09-11 02: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-09-11 02: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-09-11 02: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-09-11 02:54:04] Production.INFO: ==2706== Releasing lock...
[2026-09-11 02:54:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 02:54:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 02:54:04] Production.INFO: Date 2026-09-10
[2026-09-11 02:54:04] Production.INFO: Reseller ==> 0
[2026-09-11 02:54:04] Production.INFO: Date 2026-09-11
[2026-09-11 02:54:04] Production.INFO: Reseller ==> 0
[2026-09-11 02:54:04] Production.INFO: Total Charge 0
[2026-09-11 02:54:04] Production.INFO: CreateAllLog End
[2026-09-11 02:54:04] Production.INFO: Account Balance End.
[2026-09-11 02:54:04] Production.ERROR: CronJobId end 12
[2026-09-11 02:54:04] Production.INFO: ==2704== Releasing lock...
[2026-09-11 02:54:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 02:54:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 02:54:04] Production.INFO: ==2700== Releasing lock...
[2026-09-11 02:54:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 02:54:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 02:54:13] Production.ERROR: CronJobId end10
[2026-09-11 02:54:13] Production.INFO: ==2702== Releasing lock...
[2026-09-11 02:54:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 02:54:13] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 02:54:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 02:54:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 02:54:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 02:54:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 02:54:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 02:54:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 02:54:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 02:54:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 02:54:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 02:54:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 02:54:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 02:54:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 02:54:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 02:54:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 02:54:15] Production.INFO: call_cost start
[2026-09-11 02:54:15] Production.INFO: call_cost end
[2026-09-11 02:54:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 02:54:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 02:54:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 02:54:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 02:54:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 02:54:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 02:54:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 02:54:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 02:54:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 02:54:15] Production.INFO: ==2698== Releasing lock...
[2026-09-11 02:54:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 02:54:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 07:55:01] Production.INFO: ==2771== Lock acquired, processing the job...
[2026-09-11 07:55:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 07:55:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 07:55:01] Production.INFO: neon service started
[2026-09-11 07:55:01] Production.INFO: neon service started
[2026-09-11 07:55:01] Production.INFO: ==2771== Releasing lock...
[2026-09-11 07:55:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 07:55:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 02:55:01] Production.INFO: ==2773== Lock acquired, processing the job...
[2026-09-11 02:55:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 02:55:02] Production.INFO: ==2773== Releasing lock...
[2026-09-11 02:55:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 02:55:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 06:55:02] Production.INFO: ==2775== Lock acquired, processing the job...
[2026-09-11 06:55:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 06:55:02] Production.INFO: ==2775== Releasing lock...
[2026-09-11 06:55:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 06:55:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 02:55:03] Production.INFO: ==2781== Lock acquired, processing the job...
[2026-09-11 02:55:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 02:55:03] Production.INFO: ==2777== Lock acquired, processing the job...
[2026-09-11 02:55:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-11 02:55:03] Production.INFO: ==2779== Lock acquired, processing the job...
[2026-09-11 02:55:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 02:55:03] Production.ERROR: ========================== active cronjob start =============================
[2026-09-11 02:55:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-11 02:55:03] Production.ERROR: CronJob PID - 2779
[2026-09-11 02:55:03] Production.ERROR: CronJob Title - System Alerts
[2026-09-11 02:55:03] Production.ERROR: CronJob ID - 5
[2026-09-11 02:55:03] Production.ERROR: CronJob Last Run Time 2026-09-11 02:55:00
[2026-09-11 02:55:03] Production.ERROR: CronJob Active Minutes 0
[2026-09-11 02:55:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-11 02:55:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-11 02:55:03] Production.ERROR: CronJob PID - 2781
[2026-09-11 02:55:03] Production.ERROR: CronJob Title - Account Block
[2026-09-11 02:55:03] Production.ERROR: CronJob ID - 7
[2026-09-11 02:55:03] Production.ERROR: CronJob Last Run Time 2026-09-11 02:55:00
[2026-09-11 02:55:03] Production.ERROR: CronJob Active Minutes 0
[2026-09-11 02:55:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-11 02:55:03] Production.ERROR: ========================== active cronjob end =============================
[2026-09-11 02:55:03] Production.INFO: ==2777== Releasing lock...
[2026-09-11 02:55:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-11 02:55:03] Production.INFO: 25.5 MB #Memory Used#
[2026-09-11 02:55:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 02:55:03] Production.INFO: ==2783== Lock acquired, processing the job...
[2026-09-11 02:55:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 02:55:03] Production.INFO: ==2789== Lock acquired, processing the job...
[2026-09-11 02:55:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 02:55:03] Production.INFO: ==2785== Lock acquired, processing the job...
[2026-09-11 02:55:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 02:55:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 02:55:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 02:55:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 02:55:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 02:55:03] Production.INFO: ==2787== Lock acquired, processing the job...
[2026-09-11 02:55:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-11 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-09-11 02:55:03] Production.ERROR: tblTempUsageDetail_20
[2026-09-11 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-09-11 02:55:03] Production.INFO: Account Balance Start.
[2026-09-11 02:55:03] Production.INFO: CreateAllLog Start
[2026-09-11 02:55:03] Production.INFO: 117
[2026-09-11 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-09-11 02:55:03] Production.INFO: Date 2026-09-08
[2026-09-11 02:55:03] Production.INFO: Reseller ==> 0
[2026-09-11 02:55:03] Production.INFO: ==2789== Releasing lock...
[2026-09-11 02:55:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 02:55:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 02:55:03] Production.INFO: Date 2026-09-09
[2026-09-11 02:55:03] Production.INFO: Reseller ==> 0
[2026-09-11 02:55:03] Production.INFO: Date 2026-09-10
[2026-09-11 02:55:03] Production.INFO: Reseller ==> 0
[2026-09-11 02:55:03] Production.ERROR: done
[2026-09-11 02:55:03] Production.INFO: Date 2026-09-11
[2026-09-11 02:55:03] Production.INFO: Reseller ==> 0
[2026-09-11 02:55:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-11 02:55:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17982066', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) start
[2026-09-11 02:55:04] Production.INFO: Total Charge 0
[2026-09-11 02:55:04] Production.INFO: CreateAllLog End
[2026-09-11 02:55:04] Production.INFO: ==2781== Releasing lock...
[2026-09-11 02:55:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 02:55:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 02:55:04] Production.INFO: Account Balance End.
[2026-09-11 02:55:04] Production.ERROR: CronJobId end 12
[2026-09-11 02:55:04] Production.INFO: ==2785== Releasing lock...
[2026-09-11 02:55:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 02:55:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 02:55:09] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17982066', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) end
[2026-09-11 02:55:09] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-11 02:55:09] Production.INFO: ProcessCDR(1,17982066,1,1,2)
[2026-09-11 02:55:09] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17982066,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 02:55:09] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17982066,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 02:55:09] Production.ERROR: pbx prc_insertCDR start
[2026-09-11 02:55:09] Production.ERROR: pbx prc_insertCDR end
[2026-09-11 02:55:09] Production.INFO: ==2787== Releasing lock...
[2026-09-11 02:55:09] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-11 02:55:09] Production.INFO: 26 MB #Memory Used#
[2026-09-11 02:55:13] Production.ERROR: CronJobId end10
[2026-09-11 02:55:13] Production.INFO: ==2783== Releasing lock...
[2026-09-11 02:55:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 02:55:13] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 02:55:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 02:55:16] Production.INFO: ============== Balance Warning START===========
[2026-09-11 02:55:16] Production.INFO: ============== Balance Warning END===========
[2026-09-11 02:55:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 02:55:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 02:55:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 02:55:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 02:55:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 02:55:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 02:55:16] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 02:55:16] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 02:55:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 02:55:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 02:55:16] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 02:55:16] Production.INFO: call_cost start
[2026-09-11 02:55:16] Production.INFO: call_cost end
[2026-09-11 02:55:16] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 02:55:16] Production.INFO: ============== Report Schedule START===========
[2026-09-11 02:55:16] Production.INFO: ============== Report Schedule END===========
[2026-09-11 02:55:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 02:55:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 02:55:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 02:55:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 02:55:16] Production.INFO: ============== Deal alert START===========
[2026-09-11 02:55:16] Production.INFO: ============== Deal alert END===========
[2026-09-11 02:55:16] Production.INFO: ==2779== Releasing lock...
[2026-09-11 02:55:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 02:55:16] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 07:56:01] Production.INFO: ==2853== Lock acquired, processing the job...
[2026-09-11 07:56:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 07:56:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 07:56:01] Production.INFO: neon service started
[2026-09-11 07:56:02] Production.INFO: neon service started
[2026-09-11 07:56:02] Production.INFO: ==2853== Releasing lock...
[2026-09-11 07:56:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 07:56:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 02:56:02] Production.INFO: ==2855== Lock acquired, processing the job...
[2026-09-11 02:56:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 02:56:02] Production.INFO: ==2855== Releasing lock...
[2026-09-11 02:56:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 02:56:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 06:56:02] Production.INFO: ==2857== Lock acquired, processing the job...
[2026-09-11 06:56:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 06:56:02] Production.INFO: ==2857== Releasing lock...
[2026-09-11 06:56:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 06:56:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 02:56:03] Production.INFO: ==2867== Lock acquired, processing the job...
[2026-09-11 02:56:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 02:56:03] Production.INFO: ==2859== Lock acquired, processing the job...
[2026-09-11 02:56:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 02:56:03] Production.INFO: ==2861== Lock acquired, processing the job...
[2026-09-11 02:56:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 02:56:03] Production.INFO: ==2863== Lock acquired, processing the job...
[2026-09-11 02:56:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 02: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-09-11 02: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-09-11 02:56:03] Production.INFO: ==2865== Lock acquired, processing the job...
[2026-09-11 02:56:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 02: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-09-11 02:56:03] Production.INFO: ==2867== Releasing lock...
[2026-09-11 02:56:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 02:56:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 02:56:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 02:56:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 02:56:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 02:56:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 02:56:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 02:56:03] Production.INFO: Account Balance Start.
[2026-09-11 02:56:03] Production.INFO: CreateAllLog Start
[2026-09-11 02:56:03] Production.INFO: 117
[2026-09-11 02:56:03] Production.INFO: Date 2026-09-08
[2026-09-11 02:56:03] Production.INFO: Reseller ==> 0
[2026-09-11 02:56:03] Production.INFO: Date 2026-09-09
[2026-09-11 02:56:03] Production.INFO: Reseller ==> 0
[2026-09-11 02:56:03] Production.INFO: Date 2026-09-10
[2026-09-11 02:56:03] Production.INFO: Reseller ==> 0
[2026-09-11 02:56:03] Production.INFO: Date 2026-09-11
[2026-09-11 02:56:03] Production.INFO: Reseller ==> 0
[2026-09-11 02:56:03] Production.INFO: Total Charge 0
[2026-09-11 02:56:03] Production.INFO: CreateAllLog End
[2026-09-11 02:56:03] Production.INFO: Account Balance End.
[2026-09-11 02:56:03] Production.ERROR: CronJobId end 12
[2026-09-11 02:56:03] Production.INFO: ==2865== Releasing lock...
[2026-09-11 02:56:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 02:56:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 02:56:04] Production.INFO: ==2861== Releasing lock...
[2026-09-11 02:56:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 02:56:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 02:56:11] Production.ERROR: CronJobId end10
[2026-09-11 02:56:11] Production.INFO: ==2863== Releasing lock...
[2026-09-11 02:56:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 02:56:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 02:56:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 02:56:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 02:56:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 02:56:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 02:56:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 02:56:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 02:56:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 02:56:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 02:56:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 02:56:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 02:56:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 02:56:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 02:56:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 02:56:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 02:56:14] Production.INFO: call_cost start
[2026-09-11 02:56:14] Production.INFO: call_cost end
[2026-09-11 02:56:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 02:56:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 02:56:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 02:56:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 02:56:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 02:56:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 02:56:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 02:56:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 02:56:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 02:56:14] Production.INFO: ==2859== Releasing lock...
[2026-09-11 02:56:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 02:56:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 07:57:01] Production.INFO: ==2932== Lock acquired, processing the job...
[2026-09-11 07:57:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 07:57:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 07:57:01] Production.INFO: neon service started
[2026-09-11 07:57:01] Production.INFO: neon service started
[2026-09-11 07:57:01] Production.INFO: ==2932== Releasing lock...
[2026-09-11 07:57:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 07:57:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 02:57:02] Production.INFO: ==2934== Lock acquired, processing the job...
[2026-09-11 02:57:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 06:57:02] Production.INFO: ==2936== Lock acquired, processing the job...
[2026-09-11 06:57:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 06:57:02] Production.INFO: ==2936== Releasing lock...
[2026-09-11 06:57:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 06:57:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 02:57:02] Production.INFO: ==2934== Releasing lock...
[2026-09-11 02:57:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 02:57:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 02:57:02] Production.INFO: ==2939== Lock acquired, processing the job...
[2026-09-11 02:57:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 02:57:02] Production.INFO: ==2943== Lock acquired, processing the job...
[2026-09-11 02:57:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 02:57:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 02:57:02] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 02:57:02] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 02:57:02] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 02:57:02] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 02:57:03] Production.INFO: ==2941== Lock acquired, processing the job...
[2026-09-11 02:57:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 02:57:03] Production.INFO: ==2947== Lock acquired, processing the job...
[2026-09-11 02:57:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 02:57:03] Production.INFO: ==2945== Lock acquired, processing the job...
[2026-09-11 02:57:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 02:57:03] Production.INFO: Account Balance Start.
[2026-09-11 02:57:03] Production.INFO: CreateAllLog Start
[2026-09-11 02:57:03] Production.INFO: 117
[2026-09-11 02:57:03] Production.INFO: Date 2026-09-08
[2026-09-11 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-09-11 02:57:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 02:57:03] Production.INFO: Date 2026-09-09
[2026-09-11 02:57:03] Production.INFO: Reseller ==> 0
[2026-09-11 02:57:03] Production.INFO: ==2947== Releasing lock...
[2026-09-11 02:57:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 02:57:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 02:57:03] Production.INFO: Date 2026-09-10
[2026-09-11 02:57:03] Production.INFO: Reseller ==> 0
[2026-09-11 02:57:03] Production.INFO: Date 2026-09-11
[2026-09-11 02:57:03] Production.INFO: Reseller ==> 0
[2026-09-11 02:57:03] Production.INFO: Total Charge 0
[2026-09-11 02:57:03] Production.INFO: CreateAllLog End
[2026-09-11 02:57:03] Production.INFO: Account Balance End.
[2026-09-11 02:57:03] Production.ERROR: CronJobId end 12
[2026-09-11 02:57:03] Production.INFO: ==2945== Releasing lock...
[2026-09-11 02:57:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 02:57:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 02:57:04] Production.INFO: ==2941== Releasing lock...
[2026-09-11 02:57:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 02:57:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 02:57:11] Production.ERROR: CronJobId end10
[2026-09-11 02:57:11] Production.INFO: ==2943== Releasing lock...
[2026-09-11 02:57:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 02:57:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 02:57:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 02:57:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 02:57:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 02:57:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 02:57:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 02:57:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 02:57:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 02:57:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 02:57:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 02:57:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 02:57:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 02:57:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 02:57:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 02:57:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 02:57:14] Production.INFO: call_cost start
[2026-09-11 02:57:14] Production.INFO: call_cost end
[2026-09-11 02:57:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 02:57:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 02:57:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 02:57:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 02:57:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 02:57:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 02:57:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 02:57:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 02:57:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 02:57:14] Production.INFO: ==2939== Releasing lock...
[2026-09-11 02:57:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 02:57:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 07:58:01] Production.INFO: ==3019== Lock acquired, processing the job...
[2026-09-11 07:58:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 07:58:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 07:58:01] Production.INFO: neon service started
[2026-09-11 07:58:01] Production.INFO: neon service started
[2026-09-11 07:58:01] Production.INFO: ==3019== Releasing lock...
[2026-09-11 07:58:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 07:58:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 02:58:02] Production.INFO: ==3021== Lock acquired, processing the job...
[2026-09-11 02:58:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 02:58:02] Production.INFO: ==3021== Releasing lock...
[2026-09-11 02:58:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 02:58:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 06:58:02] Production.INFO: ==3023== Lock acquired, processing the job...
[2026-09-11 06:58:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 06:58:02] Production.INFO: ==3023== Releasing lock...
[2026-09-11 06:58:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 06:58:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 02:58:03] Production.INFO: ==3033== Lock acquired, processing the job...
[2026-09-11 02:58:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 02:58:03] Production.INFO: ==3025== Lock acquired, processing the job...
[2026-09-11 02:58:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 02: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-09-11 02: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-09-11 02: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-09-11 02:58:03] Production.INFO: ==3033== Releasing lock...
[2026-09-11 02:58:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 02:58:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 02:58:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 02:58:03] Production.INFO: ==3027== Lock acquired, processing the job...
[2026-09-11 02:58:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 02:58:03] Production.INFO: ==3031== Lock acquired, processing the job...
[2026-09-11 02:58:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 02:58:03] Production.INFO: ==3029== Lock acquired, processing the job...
[2026-09-11 02:58:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 02:58:03] Production.INFO: Account Balance Start.
[2026-09-11 02:58:03] Production.INFO: CreateAllLog Start
[2026-09-11 02:58:03] Production.INFO: 117
[2026-09-11 02:58:03] Production.INFO: Date 2026-09-08
[2026-09-11 02:58:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 02:58:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 02:58:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 02:58:03] Production.INFO: Reseller ==> 0
[2026-09-11 02:58:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 02:58:03] Production.INFO: Date 2026-09-09
[2026-09-11 02:58:03] Production.INFO: Reseller ==> 0
[2026-09-11 02:58:03] Production.INFO: Date 2026-09-10
[2026-09-11 02:58:03] Production.INFO: Reseller ==> 0
[2026-09-11 02:58:03] Production.INFO: Date 2026-09-11
[2026-09-11 02:58:03] Production.INFO: Reseller ==> 0
[2026-09-11 02:58:03] Production.INFO: Total Charge 0
[2026-09-11 02:58:03] Production.INFO: CreateAllLog End
[2026-09-11 02:58:04] Production.INFO: Account Balance End.
[2026-09-11 02:58:04] Production.ERROR: CronJobId end 12
[2026-09-11 02:58:04] Production.INFO: ==3031== Releasing lock...
[2026-09-11 02:58:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 02:58:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 02:58:04] Production.INFO: ==3027== Releasing lock...
[2026-09-11 02:58:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 02:58:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 02:58:12] Production.ERROR: CronJobId end10
[2026-09-11 02:58:12] Production.INFO: ==3029== Releasing lock...
[2026-09-11 02:58:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 02:58:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 02:58:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 02:58:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 02:58:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 02:58:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 02:58:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 02:58:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 02:58:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 02:58:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 02:58:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 02:58:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 02:58:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 02:58:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 02:58:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 02:58:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 02:58:15] Production.INFO: call_cost start
[2026-09-11 02:58:15] Production.INFO: call_cost end
[2026-09-11 02:58:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 02:58:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 02:58:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 02:58:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 02:58:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 02:58:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 02:58:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 02:58:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 02:58:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 02:58:15] Production.INFO: ==3025== Releasing lock...
[2026-09-11 02:58:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 02:58:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 07:59:02] Production.INFO: ==3093== Lock acquired, processing the job...
[2026-09-11 07:59:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 07:59:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 07:59:02] Production.INFO: neon service started
[2026-09-11 07:59:02] Production.INFO: neon service started
[2026-09-11 07:59:02] Production.INFO: ==3093== Releasing lock...
[2026-09-11 07:59:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 07:59:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 06:59:02] Production.INFO: ==3097== Lock acquired, processing the job...
[2026-09-11 06:59:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 06:59:02] Production.INFO: ==3097== Releasing lock...
[2026-09-11 06:59:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 06:59:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 02:59:02] Production.INFO: ==3095== Lock acquired, processing the job...
[2026-09-11 02:59:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 02:59:03] Production.INFO: ==3095== Releasing lock...
[2026-09-11 02:59:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 02:59:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 02:59:03] Production.INFO: ==3102== Lock acquired, processing the job...
[2026-09-11 02:59:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 02:59:03] Production.INFO: ==3104== Lock acquired, processing the job...
[2026-09-11 02:59:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 02:59:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 02:59:03] Production.INFO: ==3106== Lock acquired, processing the job...
[2026-09-11 02:59:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 02:59:04] Production.INFO: ==3110== Lock acquired, processing the job...
[2026-09-11 02:59:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 02:59:04] Production.INFO: ==3108== Lock acquired, processing the job...
[2026-09-11 02:59:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 02:59:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 02:59:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 02:59:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 02:59:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 02: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-09-11 02: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-09-11 02: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-09-11 02:59:04] Production.INFO: ==3110== Releasing lock...
[2026-09-11 02:59:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 02:59:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 02:59:04] Production.INFO: Account Balance Start.
[2026-09-11 02:59:04] Production.INFO: CreateAllLog Start
[2026-09-11 02:59:04] Production.INFO: 117
[2026-09-11 02:59:04] Production.INFO: Date 2026-09-08
[2026-09-11 02:59:04] Production.INFO: Reseller ==> 0
[2026-09-11 02:59:04] Production.INFO: Date 2026-09-09
[2026-09-11 02:59:04] Production.INFO: Reseller ==> 0
[2026-09-11 02:59:04] Production.INFO: Date 2026-09-10
[2026-09-11 02:59:04] Production.INFO: Reseller ==> 0
[2026-09-11 02:59:04] Production.INFO: Date 2026-09-11
[2026-09-11 02:59:04] Production.INFO: Reseller ==> 0
[2026-09-11 02:59:04] Production.INFO: Total Charge 0
[2026-09-11 02:59:04] Production.INFO: CreateAllLog End
[2026-09-11 02:59:04] Production.INFO: ==3104== Releasing lock...
[2026-09-11 02:59:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 02:59:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 02:59:04] Production.INFO: Account Balance End.
[2026-09-11 02:59:04] Production.ERROR: CronJobId end 12
[2026-09-11 02:59:04] Production.INFO: ==3108== Releasing lock...
[2026-09-11 02:59:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 02:59:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 02:59:11] Production.ERROR: CronJobId end10
[2026-09-11 02:59:11] Production.INFO: ==3106== Releasing lock...
[2026-09-11 02:59:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 02:59:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 02:59:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 02:59:15] Production.INFO: ============== Balance Warning START===========
[2026-09-11 02:59:15] Production.INFO: ============== Balance Warning END===========
[2026-09-11 02:59:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 02:59:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 02:59:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 02:59:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 02:59:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 02:59:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 02:59:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 02:59:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 02:59:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 02:59:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 02:59:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 02:59:15] Production.INFO: call_cost start
[2026-09-11 02:59:15] Production.INFO: call_cost end
[2026-09-11 02:59:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 02:59:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 02:59:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 02:59:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 02:59:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 02:59:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 02:59:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 02:59:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 02:59:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 02:59:15] Production.INFO: ==3102== Releasing lock...
[2026-09-11 02:59:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 02:59:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 08:00:01] Production.INFO: ==3176== Lock acquired, processing the job...
[2026-09-11 08:00:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 08:00:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 08:00:01] Production.INFO: neon service started
[2026-09-11 08:00:01] Production.INFO: neon service started
[2026-09-11 08:00:01] Production.INFO: ==3176== Releasing lock...
[2026-09-11 08:00:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 08:00:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 03:00:02] Production.INFO: ==3178== Lock acquired, processing the job...
[2026-09-11 03:00:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 07:00:02] Production.INFO: ==3181== Lock acquired, processing the job...
[2026-09-11 07:00:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 07:00:02] Production.INFO: ==3181== Releasing lock...
[2026-09-11 07:00:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 07:00:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 03:00:02] Production.INFO: ==3178== Releasing lock...
[2026-09-11 03:00:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 03:00:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 03:00:03] Production.INFO: ==3183== Lock acquired, processing the job...
[2026-09-11 03:00:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 03:00:03] Production.INFO: ==3185== Lock acquired, processing the job...
[2026-09-11 03:00:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 03:00:03] Production.INFO: ==3187== Lock acquired, processing the job...
[2026-09-11 03:00:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 03:00:03] Production.INFO: ==3189== Lock acquired, processing the job...
[2026-09-11 03:00:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 03:00:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 03:00:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 03:00:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 03:00:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 03:00:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 03:00:03] Production.INFO: ==3191== Lock acquired, processing the job...
[2026-09-11 03:00:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 03:00:03] Production.INFO: Account Balance Start.
[2026-09-11 03:00:03] Production.INFO: CreateAllLog Start
[2026-09-11 03:00:03] Production.INFO: 117
[2026-09-11 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-09-11 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-09-11 03:00:03] Production.INFO: Date 2026-09-08
[2026-09-11 03:00:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 03:00:03] Production.INFO: ==3191== Releasing lock...
[2026-09-11 03:00:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 03:00:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 03:00:03] Production.INFO: Date 2026-09-09
[2026-09-11 03:00:03] Production.INFO: Reseller ==> 0
[2026-09-11 03:00:03] Production.INFO: Date 2026-09-10
[2026-09-11 03:00:03] Production.INFO: Reseller ==> 0
[2026-09-11 03:00:03] Production.INFO: Date 2026-09-11
[2026-09-11 03:00:03] Production.INFO: Reseller ==> 0
[2026-09-11 03:00:03] Production.INFO: Total Charge 0
[2026-09-11 03:00:03] Production.INFO: CreateAllLog End
[2026-09-11 03:00:03] Production.INFO: Account Balance End.
[2026-09-11 03:00:04] Production.ERROR: CronJobId end 12
[2026-09-11 03:00:04] Production.INFO: ==3189== Releasing lock...
[2026-09-11 03:00:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 03:00:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 03:00:04] Production.INFO: ==3185== Releasing lock...
[2026-09-11 03:00:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 03:00:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 03:00:11] Production.ERROR: CronJobId end10
[2026-09-11 03:00:11] Production.INFO: ==3187== Releasing lock...
[2026-09-11 03:00:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 03:00:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 03:00:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 03:00:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 03:00:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 03:00:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 03:00:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 03:00:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 03:00:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 03:00:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 03:00:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 03:00:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 03:00:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 03:00:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 03:00:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 03:00:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 03:00:14] Production.INFO: call_cost start
[2026-09-11 03:00:14] Production.INFO: call_cost end
[2026-09-11 03:00:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 03:00:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 03:00:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 03:00:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 03:00:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 03:00:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 03:00:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 03:00:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 03:00:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 03:00:14] Production.INFO: ==3183== Releasing lock...
[2026-09-11 03:00:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 03:00:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 08:01:02] Production.INFO: ==3259== Lock acquired, processing the job...
[2026-09-11 08:01:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 08:01:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 08:01:02] Production.INFO: neon service started
[2026-09-11 08:01:02] Production.INFO: neon service started
[2026-09-11 08:01:02] Production.INFO: ==3259== Releasing lock...
[2026-09-11 08:01:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 08:01:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 07:01:02] Production.INFO: ==3275== Lock acquired, processing the job...
[2026-09-11 07:01:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 07:01:02] Production.INFO: ==3275== Releasing lock...
[2026-09-11 07:01:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 07:01:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 03:01:02] Production.INFO: ==3273== Lock acquired, processing the job...
[2026-09-11 03:01:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 03:01:02] Production.INFO: ==3273== Releasing lock...
[2026-09-11 03:01:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 03:01:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 03:01:03] Production.INFO: ==3279== Lock acquired, processing the job...
[2026-09-11 03:01:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 03:01:03] Production.INFO: ==3277== Lock acquired, processing the job...
[2026-09-11 03:01:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 03:01:03] Production.INFO: ==3281== Lock acquired, processing the job...
[2026-09-11 03:01:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 03:01:03] Production.INFO: ==3283== Lock acquired, processing the job...
[2026-09-11 03:01:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 03:01:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 03:01:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 03:01:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 03:01:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 03:01:04] Production.INFO: ==3285== Lock acquired, processing the job...
[2026-09-11 03:01:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 03:01:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 03:01:04] Production.INFO: Account Balance Start.
[2026-09-11 03:01:04] Production.INFO: CreateAllLog Start
[2026-09-11 03:01:04] Production.INFO: 117
[2026-09-11 03:01:04] Production.INFO: Date 2026-09-08
[2026-09-11 03: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-09-11 03:01:04] Production.INFO: Reseller ==> 0
[2026-09-11 03: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-09-11 03: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-09-11 03:01:04] Production.INFO: ==3285== Releasing lock...
[2026-09-11 03:01:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 03:01:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 03:01:04] Production.INFO: Date 2026-09-09
[2026-09-11 03:01:04] Production.INFO: Reseller ==> 0
[2026-09-11 03:01:04] Production.INFO: Date 2026-09-10
[2026-09-11 03:01:04] Production.INFO: Reseller ==> 0
[2026-09-11 03:01:04] Production.INFO: ==3279== Releasing lock...
[2026-09-11 03:01:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 03:01:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 03:01:04] Production.INFO: Date 2026-09-11
[2026-09-11 03:01:04] Production.INFO: Reseller ==> 0
[2026-09-11 03:01:04] Production.INFO: Total Charge 0
[2026-09-11 03:01:04] Production.INFO: CreateAllLog End
[2026-09-11 03:01:04] Production.INFO: Account Balance End.
[2026-09-11 03:01:04] Production.ERROR: CronJobId end 12
[2026-09-11 03:01:04] Production.INFO: ==3283== Releasing lock...
[2026-09-11 03:01:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 03:01:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 03:01:12] Production.ERROR: CronJobId end10
[2026-09-11 03:01:12] Production.INFO: ==3281== Releasing lock...
[2026-09-11 03:01:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 03:01:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 03:01:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 03:01:15] Production.INFO: ============== Balance Warning START===========
[2026-09-11 03:01:15] Production.INFO: ============== Balance Warning END===========
[2026-09-11 03:01:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 03:01:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 03:01:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 03:01:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 03:01:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 03:01:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 03:01:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 03:01:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 03:01:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 03:01:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 03:01:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 03:01:15] Production.INFO: call_cost start
[2026-09-11 03:01:15] Production.INFO: call_cost end
[2026-09-11 03:01:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 03:01:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 03:01:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 03:01:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 03:01:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 03:01:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 03:01:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 03:01:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 03:01:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 03:01:15] Production.INFO: ==3277== Releasing lock...
[2026-09-11 03:01:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 03:01:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 08:02:01] Production.INFO: ==3348== Lock acquired, processing the job...
[2026-09-11 08:02:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 08:02:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 08:02:01] Production.INFO: neon service started
[2026-09-11 08:02:01] Production.INFO: neon service started
[2026-09-11 08:02:01] Production.INFO: ==3348== Releasing lock...
[2026-09-11 08:02:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 08:02:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 07:02:02] Production.INFO: ==3352== Lock acquired, processing the job...
[2026-09-11 07:02:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 07:02:02] Production.INFO: ==3352== Releasing lock...
[2026-09-11 07:02:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 07:02:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 03:02:02] Production.INFO: ==3350== Lock acquired, processing the job...
[2026-09-11 03:02:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 03:02:02] Production.INFO: ==3350== Releasing lock...
[2026-09-11 03:02:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 03:02:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 03:02:03] Production.INFO: ==3355== Lock acquired, processing the job...
[2026-09-11 03:02:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 03:02:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 03:02:03] Production.INFO: ==3357== Lock acquired, processing the job...
[2026-09-11 03:02:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 03:02:03] Production.INFO: ==3361== Lock acquired, processing the job...
[2026-09-11 03:02:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 03:02:03] Production.INFO: Account Balance Start.
[2026-09-11 03:02:03] Production.INFO: CreateAllLog Start
[2026-09-11 03:02:03] Production.INFO: 117
[2026-09-11 03:02:03] Production.INFO: Date 2026-09-08
[2026-09-11 03:02:03] Production.INFO: Reseller ==> 0
[2026-09-11 03:02:03] Production.INFO: ==3359== Lock acquired, processing the job...
[2026-09-11 03:02:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 03:02:03] Production.INFO: Date 2026-09-09
[2026-09-11 03:02:03] Production.INFO: Reseller ==> 0
[2026-09-11 03:02:03] Production.INFO: Date 2026-09-10
[2026-09-11 03:02:03] Production.INFO: Reseller ==> 0
[2026-09-11 03:02:03] Production.INFO: ==3363== Lock acquired, processing the job...
[2026-09-11 03:02:03] Production.INFO: pbxaccountusage-command-pbxaccountusage-companyid-1-cronjobid-16 #Starts#
[2026-09-11 03:02:03] Production.INFO: ==3365== Lock acquired, processing the job...
[2026-09-11 03:02:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 03:02:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 03:02:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 03:02:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 03:02:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 03:02:03] Production.ERROR: tblTempUsageDetail_20
[2026-09-11 03:02:03] Production.INFO: Date 2026-09-11
[2026-09-11 03:02:03] Production.INFO: Reseller ==> 0
[2026-09-11 03:02:03] Production.INFO: Total Charge 0
[2026-09-11 03:02:03] Production.INFO: CreateAllLog End
[2026-09-11 03: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-09-11 03: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-09-11 03: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-09-11 03:02:03] Production.INFO: ==3365== Releasing lock...
[2026-09-11 03:02:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 03:02:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 03:02:03] Production.ERROR: done
[2026-09-11 03:02:03] Production.ERROR: tblTempVendorCDR_20
[2026-09-11 03:02:04] Production.ERROR: done
[2026-09-11 03: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-09-11 03: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-09-11 03: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-09-11 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: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-09-11 03:02:04] Production.INFO: ==3363== Releasing lock...
[2026-09-11 03:02:04] Production.INFO: pbxaccountusage-command-pbxaccountusage-companyid-1-cronjobid-16 #Stops#
[2026-09-11 03:02:04] Production.INFO: 27.25 MB #Memory Used#
[2026-09-11 03:02:04] Production.INFO: Account Balance End.
[2026-09-11 03:02:04] Production.INFO: ==3357== Releasing lock...
[2026-09-11 03:02:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 03:02:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 03:02:04] Production.ERROR: CronJobId end 12
[2026-09-11 03:02:04] Production.INFO: ==3361== Releasing lock...
[2026-09-11 03:02:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 03:02:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 03:02:12] Production.ERROR: CronJobId end10
[2026-09-11 03:02:12] Production.INFO: ==3359== Releasing lock...
[2026-09-11 03:02:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 03:02:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 03:02:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 03:02:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 03:02:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 03:02:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 03:02:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 03:02:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 03:02:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 03:02:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 03:02:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 03:02:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 03:02:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 03:02:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 03:02:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 03:02:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 03:02:14] Production.INFO: call_cost start
[2026-09-11 03:02:14] Production.INFO: call_cost end
[2026-09-11 03:02:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 03:02:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 03:02:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 03:02:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 03:02:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 03:02:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 03:02:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 03:02:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 03:02:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 03:02:14] Production.INFO: ==3355== Releasing lock...
[2026-09-11 03:02:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 03:02:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 08:03:02] Production.INFO: ==3434== Lock acquired, processing the job...
[2026-09-11 08:03:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 08:03:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 08:03:02] Production.INFO: neon service started
[2026-09-11 08:03:02] Production.INFO: neon service started
[2026-09-11 08:03:02] Production.INFO: ==3434== Releasing lock...
[2026-09-11 08:03:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 08:03:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 03:03:02] Production.INFO: ==3436== Lock acquired, processing the job...
[2026-09-11 03:03:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 03:03:02] Production.INFO: ==3436== Releasing lock...
[2026-09-11 03:03:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 03:03:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 07:03:02] Production.INFO: ==3438== Lock acquired, processing the job...
[2026-09-11 07:03:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 07:03:03] Production.INFO: ==3438== Releasing lock...
[2026-09-11 07:03:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 07:03:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 03:03:03] Production.INFO: ==3441== Lock acquired, processing the job...
[2026-09-11 03:03:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 03:03:03] Production.INFO: ==3443== Lock acquired, processing the job...
[2026-09-11 03:03:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 03:03:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 03:03:03] Production.INFO: ==3445== Lock acquired, processing the job...
[2026-09-11 03:03:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 03:03:03] Production.INFO: ==3447== Lock acquired, processing the job...
[2026-09-11 03:03:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 03:03:03] Production.INFO: ==3449== Lock acquired, processing the job...
[2026-09-11 03:03:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 03:03:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 03:03:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 03:03:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 03:03:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 03:03:03] Production.INFO: Account Balance Start.
[2026-09-11 03:03:03] Production.INFO: CreateAllLog Start
[2026-09-11 03:03:03] Production.INFO: 117
[2026-09-11 03:03:03] Production.INFO: Date 2026-09-08
[2026-09-11 03:03:03] Production.INFO: Reseller ==> 0
[2026-09-11 03: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-09-11 03: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-09-11 03: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-09-11 03:03:03] Production.INFO: ==3449== Releasing lock...
[2026-09-11 03:03:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 03:03:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 03:03:03] Production.INFO: Date 2026-09-09
[2026-09-11 03:03:03] Production.INFO: Reseller ==> 0
[2026-09-11 03:03:03] Production.INFO: Date 2026-09-10
[2026-09-11 03:03:03] Production.INFO: Reseller ==> 0
[2026-09-11 03:03:03] Production.INFO: Date 2026-09-11
[2026-09-11 03:03:03] Production.INFO: Reseller ==> 0
[2026-09-11 03:03:03] Production.INFO: Total Charge 0
[2026-09-11 03:03:04] Production.INFO: CreateAllLog End
[2026-09-11 03:03:04] Production.INFO: Account Balance End.
[2026-09-11 03:03:04] Production.ERROR: CronJobId end 12
[2026-09-11 03:03:04] Production.INFO: ==3447== Releasing lock...
[2026-09-11 03:03:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 03:03:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 03:03:04] Production.INFO: ==3443== Releasing lock...
[2026-09-11 03:03:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 03:03:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 03:03:12] Production.ERROR: CronJobId end10
[2026-09-11 03:03:12] Production.INFO: ==3445== Releasing lock...
[2026-09-11 03:03:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 03:03:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 03:03:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 03:03:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 03:03:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 03:03:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 03:03:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 03:03:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 03:03:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 03:03:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 03:03:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 03:03:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 03:03:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 03:03:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 03:03:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 03:03:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 03:03:14] Production.INFO: call_cost start
[2026-09-11 03:03:14] Production.INFO: call_cost end
[2026-09-11 03:03:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 03:03:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 03:03:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 03:03:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 03:03:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 03:03:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 03:03:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 03:03:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 03:03:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 03:03:14] Production.INFO: ==3441== Releasing lock...
[2026-09-11 03:03:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 03:03:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 08:04:01] Production.INFO: ==3523== Lock acquired, processing the job...
[2026-09-11 08:04:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 08:04:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 08:04:01] Production.INFO: neon service started
[2026-09-11 08:04:01] Production.INFO: neon service started
[2026-09-11 08:04:01] Production.INFO: ==3523== Releasing lock...
[2026-09-11 08:04:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 08:04:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 07:04:01] Production.INFO: ==3527== Lock acquired, processing the job...
[2026-09-11 07:04:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 07:04:01] Production.INFO: ==3527== Releasing lock...
[2026-09-11 07:04:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 07:04:01] Production.INFO: 25 MB #Memory Used#
[2026-09-11 03:04:02] Production.INFO: ==3525== Lock acquired, processing the job...
[2026-09-11 03:04:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 03:04:02] Production.INFO: ==3525== Releasing lock...
[2026-09-11 03:04:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 03:04:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 03:04:03] Production.INFO: ==3529== Lock acquired, processing the job...
[2026-09-11 03:04:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 03:04:03] Production.INFO: ==3537== Lock acquired, processing the job...
[2026-09-11 03:04:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 03:04:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 03:04:03] Production.INFO: ==3531== Lock acquired, processing the job...
[2026-09-11 03:04:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 03:04:03] Production.INFO: ==3533== Lock acquired, processing the job...
[2026-09-11 03:04:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 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-09-11 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-09-11 03:04:03] Production.INFO: ==3535== Lock acquired, processing the job...
[2026-09-11 03:04:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 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-09-11 03:04:03] Production.INFO: ==3537== Releasing lock...
[2026-09-11 03:04:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 03:04:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 03:04:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 03:04:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 03:04:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 03:04:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 03:04:03] Production.INFO: Account Balance Start.
[2026-09-11 03:04:03] Production.INFO: CreateAllLog Start
[2026-09-11 03:04:03] Production.INFO: 117
[2026-09-11 03:04:03] Production.INFO: Date 2026-09-08
[2026-09-11 03:04:03] Production.INFO: Reseller ==> 0
[2026-09-11 03:04:03] Production.INFO: Date 2026-09-09
[2026-09-11 03:04:03] Production.INFO: Reseller ==> 0
[2026-09-11 03:04:03] Production.INFO: Date 2026-09-10
[2026-09-11 03:04:03] Production.INFO: Reseller ==> 0
[2026-09-11 03:04:03] Production.INFO: Date 2026-09-11
[2026-09-11 03:04:03] Production.INFO: Reseller ==> 0
[2026-09-11 03:04:03] Production.INFO: Total Charge 0
[2026-09-11 03:04:03] Production.INFO: CreateAllLog End
[2026-09-11 03:04:03] Production.INFO: Account Balance End.
[2026-09-11 03:04:03] Production.ERROR: CronJobId end 12
[2026-09-11 03:04:03] Production.INFO: ==3535== Releasing lock...
[2026-09-11 03:04:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 03:04:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 03:04:03] Production.INFO: ==3531== Releasing lock...
[2026-09-11 03:04:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 03:04:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 03:04:10] Production.ERROR: CronJobId end10
[2026-09-11 03:04:10] Production.INFO: ==3533== Releasing lock...
[2026-09-11 03:04:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 03:04:10] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 03:04:12] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 03:04:12] Production.INFO: ============== Balance Warning START===========
[2026-09-11 03:04:12] Production.INFO: ============== Balance Warning END===========
[2026-09-11 03:04:12] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 03:04:12] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 03:04:12] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 03:04:12] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 03:04:12] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 03:04:12] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 03:04:12] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 03:04:12] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 03:04:12] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 03:04:12] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 03:04:12] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 03:04:13] Production.INFO: call_cost start
[2026-09-11 03:04:13] Production.INFO: call_cost end
[2026-09-11 03:04:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 03:04:13] Production.INFO: ============== Report Schedule START===========
[2026-09-11 03:04:13] Production.INFO: ============== Report Schedule END===========
[2026-09-11 03:04:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 03:04:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 03:04:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 03:04:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 03:04:13] Production.INFO: ============== Deal alert START===========
[2026-09-11 03:04:13] Production.INFO: ============== Deal alert END===========
[2026-09-11 03:04:13] Production.INFO: ==3529== Releasing lock...
[2026-09-11 03:04:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 03:04:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 08:05:01] Production.INFO: ==3597== Lock acquired, processing the job...
[2026-09-11 08:05:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 08:05:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 08:05:01] Production.INFO: neon service started
[2026-09-11 08:05:01] Production.INFO: neon service started
[2026-09-11 08:05:01] Production.INFO: ==3597== Releasing lock...
[2026-09-11 08:05:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 08:05:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 07:05:02] Production.INFO: ==3601== Lock acquired, processing the job...
[2026-09-11 07:05:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 07:05:02] Production.INFO: ==3601== Releasing lock...
[2026-09-11 07:05:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 07:05:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 03:05:02] Production.INFO: ==3599== Lock acquired, processing the job...
[2026-09-11 03:05:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 03:05:02] Production.INFO: ==3599== Releasing lock...
[2026-09-11 03:05:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 03:05:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 03:05:03] Production.INFO: ==3603== Lock acquired, processing the job...
[2026-09-11 03:05:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-11 03:05:03] Production.ERROR: ========================== active cronjob start =============================
[2026-09-11 03:05:03] Production.ERROR: ========================== active cronjob end =============================
[2026-09-11 03:05:03] Production.INFO: ==3603== Releasing lock...
[2026-09-11 03:05:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-11 03:05:03] Production.INFO: 25.5 MB #Memory Used#
[2026-09-11 03:05:03] Production.INFO: ==3611== Lock acquired, processing the job...
[2026-09-11 03:05:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 03:05:03] Production.INFO: ==3605== Lock acquired, processing the job...
[2026-09-11 03:05:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 03:05:03] Production.INFO: ==3613== Lock acquired, processing the job...
[2026-09-11 03:05:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-11 03:05:03] Production.INFO: ==3607== Lock acquired, processing the job...
[2026-09-11 03:05:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 03:05:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 03:05:03] Production.ERROR: tblTempUsageDetail_20
[2026-09-11 03:05:03] Production.INFO: Account Balance Start.
[2026-09-11 03:05:03] Production.INFO: CreateAllLog Start
[2026-09-11 03:05:03] Production.INFO: ==3609== Lock acquired, processing the job...
[2026-09-11 03:05:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 03:05:03] Production.INFO: 117
[2026-09-11 03:05:03] Production.INFO: ==3615== Lock acquired, processing the job...
[2026-09-11 03:05:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 03:05:03] Production.INFO: Date 2026-09-08
[2026-09-11 03:05:03] Production.INFO: Reseller ==> 0
[2026-09-11 03:05:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 03:05:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 03:05:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 03:05:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 03:05:03] Production.INFO: Date 2026-09-09
[2026-09-11 03:05:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 03:05:04] Production.ERROR: done
[2026-09-11 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-09-11 03:05:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-11 03:05:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17982108', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) start
[2026-09-11 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-09-11 03:05:04] Production.INFO: Date 2026-09-10
[2026-09-11 03:05:04] Production.INFO: Reseller ==> 0
[2026-09-11 03:05:04] Production.INFO: ==3615== Releasing lock...
[2026-09-11 03:05:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 03:05:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 03:05:04] Production.INFO: Date 2026-09-11
[2026-09-11 03:05:04] Production.INFO: Reseller ==> 0
[2026-09-11 03:05:04] Production.INFO: Total Charge 0
[2026-09-11 03:05:04] Production.INFO: CreateAllLog End
[2026-09-11 03:05:04] Production.INFO: Account Balance End.
[2026-09-11 03:05:04] Production.ERROR: CronJobId end 12
[2026-09-11 03:05:04] Production.INFO: ==3611== Releasing lock...
[2026-09-11 03:05:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 03:05:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 03:05:04] Production.INFO: ==3607== Releasing lock...
[2026-09-11 03:05:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 03:05:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 03:05:09] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17982108', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) end
[2026-09-11 03:05:09] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-11 03:05:09] Production.INFO: ProcessCDR(1,17982108,1,1,2)
[2026-09-11 03:05:09] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17982108,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 03:05:09] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17982108,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 03:05:09] Production.ERROR: pbx prc_insertCDR start
[2026-09-11 03:05:09] Production.ERROR: pbx prc_insertCDR end
[2026-09-11 03:05:09] Production.INFO: ==3613== Releasing lock...
[2026-09-11 03:05:09] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-11 03:05:09] Production.INFO: 26 MB #Memory Used#
[2026-09-11 03:05:12] Production.ERROR: CronJobId end10
[2026-09-11 03:05:12] Production.INFO: ==3609== Releasing lock...
[2026-09-11 03:05:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 03:05:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 03:05:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 03:05:16] Production.INFO: ============== Balance Warning START===========
[2026-09-11 03:05:16] Production.INFO: ============== Balance Warning END===========
[2026-09-11 03:05:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 03:05:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 03:05:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 03:05:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 03:05:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 03:05:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 03:05:16] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 03:05:16] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 03:05:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 03:05:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 03:05:16] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 03:05:16] Production.INFO: call_cost start
[2026-09-11 03:05:16] Production.INFO: call_cost end
[2026-09-11 03:05:16] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 03:05:16] Production.INFO: ============== Report Schedule START===========
[2026-09-11 03:05:16] Production.INFO: ============== Report Schedule END===========
[2026-09-11 03:05:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 03:05:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 03:05:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 03:05:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 03:05:16] Production.INFO: ============== Deal alert START===========
[2026-09-11 03:05:16] Production.INFO: ============== Deal alert END===========
[2026-09-11 03:05:16] Production.INFO: ==3605== Releasing lock...
[2026-09-11 03:05:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 03:05:16] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 08:06:02] Production.INFO: ==3689== Lock acquired, processing the job...
[2026-09-11 08:06:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 08:06:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 08:06:02] Production.INFO: neon service started
[2026-09-11 08:06:02] Production.INFO: neon service started
[2026-09-11 08:06:02] Production.INFO: ==3689== Releasing lock...
[2026-09-11 08:06:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 08:06:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 03:06:02] Production.INFO: ==3691== Lock acquired, processing the job...
[2026-09-11 03:06:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 03:06:02] Production.INFO: ==3691== Releasing lock...
[2026-09-11 03:06:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 03:06:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 07:06:03] Production.INFO: ==3693== Lock acquired, processing the job...
[2026-09-11 07:06:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 07:06:03] Production.INFO: ==3693== Releasing lock...
[2026-09-11 07:06:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 07:06:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 03:06:03] Production.INFO: ==3695== Lock acquired, processing the job...
[2026-09-11 03:06:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 03:06:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 03:06:03] Production.INFO: ==3697== Lock acquired, processing the job...
[2026-09-11 03:06:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 03:06:03] Production.INFO: ==3703== Lock acquired, processing the job...
[2026-09-11 03:06:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 03:06:03] Production.INFO: ==3699== Lock acquired, processing the job...
[2026-09-11 03:06:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 03:06:03] Production.INFO: ==3701== Lock acquired, processing the job...
[2026-09-11 03:06:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 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-09-11 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-09-11 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-09-11 03:06:03] Production.INFO: ==3703== Releasing lock...
[2026-09-11 03:06:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 03:06:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 03:06:04] Production.INFO: Account Balance Start.
[2026-09-11 03:06:04] Production.INFO: CreateAllLog Start
[2026-09-11 03:06:04] Production.INFO: 117
[2026-09-11 03:06:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 03:06:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 03:06:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 03:06:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 03:06:04] Production.INFO: Date 2026-09-08
[2026-09-11 03:06:04] Production.INFO: Reseller ==> 0
[2026-09-11 03:06:04] Production.INFO: Date 2026-09-09
[2026-09-11 03:06:04] Production.INFO: Reseller ==> 0
[2026-09-11 03:06:04] Production.INFO: Date 2026-09-10
[2026-09-11 03:06:04] Production.INFO: Reseller ==> 0
[2026-09-11 03:06:04] Production.INFO: Date 2026-09-11
[2026-09-11 03:06:04] Production.INFO: Reseller ==> 0
[2026-09-11 03:06:04] Production.INFO: Total Charge 0
[2026-09-11 03:06:04] Production.INFO: CreateAllLog End
[2026-09-11 03:06:04] Production.INFO: Account Balance End.
[2026-09-11 03:06:04] Production.ERROR: CronJobId end 12
[2026-09-11 03:06:04] Production.INFO: ==3701== Releasing lock...
[2026-09-11 03:06:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 03:06:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 03:06:04] Production.INFO: ==3697== Releasing lock...
[2026-09-11 03:06:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 03:06:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 03:06:11] Production.ERROR: CronJobId end10
[2026-09-11 03:06:11] Production.INFO: ==3699== Releasing lock...
[2026-09-11 03:06:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 03:06:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 03:06:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 03:06:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 03:06:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 03:06:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 03:06:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 03:06:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 03:06:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 03:06:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 03:06:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 03:06:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 03:06:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 03:06:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 03:06:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 03:06:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 03:06:14] Production.INFO: call_cost start
[2026-09-11 03:06:14] Production.INFO: call_cost end
[2026-09-11 03:06:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 03:06:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 03:06:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 03:06:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 03:06:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 03:06:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 03:06:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 03:06:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 03:06:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 03:06:14] Production.INFO: ==3695== Releasing lock...
[2026-09-11 03:06:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 03:06:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 08:07:01] Production.INFO: ==3768== Lock acquired, processing the job...
[2026-09-11 08:07:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 08:07:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 08:07:01] Production.INFO: neon service started
[2026-09-11 08:07:01] Production.INFO: neon service started
[2026-09-11 08:07:01] Production.INFO: ==3768== Releasing lock...
[2026-09-11 08:07:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 08:07:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 07:07:02] Production.INFO: ==3772== Lock acquired, processing the job...
[2026-09-11 07:07:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 07:07:02] Production.INFO: ==3772== Releasing lock...
[2026-09-11 07:07:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 07:07:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 03:07:02] Production.INFO: ==3770== Lock acquired, processing the job...
[2026-09-11 03:07:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 03:07:02] Production.INFO: ==3770== Releasing lock...
[2026-09-11 03:07:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 03:07:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 03:07:03] Production.INFO: ==3777== Lock acquired, processing the job...
[2026-09-11 03:07:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 03:07:03] Production.INFO: ==3775== Lock acquired, processing the job...
[2026-09-11 03:07:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 03:07:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 03:07:03] Production.INFO: ==3779== Lock acquired, processing the job...
[2026-09-11 03:07:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 03:07:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 03:07:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 03:07:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 03:07:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 03:07:03] Production.INFO: ==3781== Lock acquired, processing the job...
[2026-09-11 03:07:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 03:07:03] Production.INFO: ==3783== Lock acquired, processing the job...
[2026-09-11 03:07:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 03:07:03] Production.INFO: Account Balance Start.
[2026-09-11 03:07:03] Production.INFO: CreateAllLog Start
[2026-09-11 03:07:03] Production.INFO: 117
[2026-09-11 03:07:03] Production.INFO: ==3777== Releasing lock...
[2026-09-11 03:07:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 03:07:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 03:07:03] Production.INFO: Date 2026-09-08
[2026-09-11 03:07:03] Production.INFO: Reseller ==> 0
[2026-09-11 03:07:03] Production.INFO: Date 2026-09-09
[2026-09-11 03:07:03] Production.INFO: Reseller ==> 0
[2026-09-11 03:07:03] Production.INFO: Date 2026-09-10
[2026-09-11 03:07:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 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-09-11 03:07:03] Production.INFO: Date 2026-09-11
[2026-09-11 03:07:03] Production.INFO: Reseller ==> 0
[2026-09-11 03:07:03] Production.INFO: ==3783== Releasing lock...
[2026-09-11 03:07:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 03:07:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 03:07:03] Production.INFO: Total Charge 0
[2026-09-11 03:07:03] Production.INFO: CreateAllLog End
[2026-09-11 03:07:04] Production.INFO: Account Balance End.
[2026-09-11 03:07:04] Production.ERROR: CronJobId end 12
[2026-09-11 03:07:04] Production.INFO: ==3781== Releasing lock...
[2026-09-11 03:07:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 03:07:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 03:07:11] Production.ERROR: CronJobId end10
[2026-09-11 03:07:11] Production.INFO: ==3779== Releasing lock...
[2026-09-11 03:07:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 03:07:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 03:07:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 03:07:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 03:07:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 03:07:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 03:07:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 03:07:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 03:07:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 03:07:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 03:07:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 03:07:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 03:07:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 03:07:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 03:07:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 03:07:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 03:07:13] Production.INFO: call_cost start
[2026-09-11 03:07:13] Production.INFO: call_cost end
[2026-09-11 03:07:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 03:07:13] Production.INFO: ============== Report Schedule START===========
[2026-09-11 03:07:13] Production.INFO: ============== Report Schedule END===========
[2026-09-11 03:07:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 03:07:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 03:07:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 03:07:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 03:07:13] Production.INFO: ============== Deal alert START===========
[2026-09-11 03:07:13] Production.INFO: ============== Deal alert END===========
[2026-09-11 03:07:13] Production.INFO: ==3775== Releasing lock...
[2026-09-11 03:07:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 03:07:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 08:08:02] Production.INFO: ==3847== Lock acquired, processing the job...
[2026-09-11 08:08:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 08:08:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 08:08:02] Production.INFO: neon service started
[2026-09-11 08:08:02] Production.INFO: neon service started
[2026-09-11 08:08:02] Production.INFO: ==3847== Releasing lock...
[2026-09-11 08:08:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 08:08:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 03:08:02] Production.INFO: ==3849== Lock acquired, processing the job...
[2026-09-11 03:08:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 03:08:02] Production.INFO: ==3849== Releasing lock...
[2026-09-11 03:08:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 03:08:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 07:08:02] Production.INFO: ==3851== Lock acquired, processing the job...
[2026-09-11 07:08:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 07:08:02] Production.INFO: ==3851== Releasing lock...
[2026-09-11 07:08:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 07:08:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 03:08:03] Production.INFO: ==3858== Lock acquired, processing the job...
[2026-09-11 03:08:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 03:08:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 03:08:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 03:08:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 03:08:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 03:08:03] Production.INFO: ==3853== Lock acquired, processing the job...
[2026-09-11 03:08:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 03:08:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 03:08:03] Production.INFO: ==3856== Lock acquired, processing the job...
[2026-09-11 03:08:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 03:08:03] Production.INFO: ==3860== Lock acquired, processing the job...
[2026-09-11 03:08:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 03:08:03] Production.INFO: ==3862== Lock acquired, processing the job...
[2026-09-11 03:08:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 03: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-09-11 03: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-09-11 03: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-09-11 03:08:04] Production.INFO: ==3862== Releasing lock...
[2026-09-11 03:08:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 03:08:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 03:08:04] Production.INFO: Account Balance Start.
[2026-09-11 03:08:04] Production.INFO: CreateAllLog Start
[2026-09-11 03:08:04] Production.INFO: 117
[2026-09-11 03:08:04] Production.INFO: Date 2026-09-08
[2026-09-11 03:08:04] Production.INFO: Reseller ==> 0
[2026-09-11 03:08:04] Production.INFO: Date 2026-09-09
[2026-09-11 03:08:04] Production.INFO: Reseller ==> 0
[2026-09-11 03:08:04] Production.INFO: Date 2026-09-10
[2026-09-11 03:08:04] Production.INFO: Reseller ==> 0
[2026-09-11 03:08:04] Production.INFO: Date 2026-09-11
[2026-09-11 03:08:04] Production.INFO: Reseller ==> 0
[2026-09-11 03:08:04] Production.INFO: Total Charge 0
[2026-09-11 03:08:04] Production.INFO: CreateAllLog End
[2026-09-11 03:08:04] Production.INFO: ==3856== Releasing lock...
[2026-09-11 03:08:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 03:08:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 03:08:04] Production.INFO: Account Balance End.
[2026-09-11 03:08:04] Production.ERROR: CronJobId end 12
[2026-09-11 03:08:04] Production.INFO: ==3860== Releasing lock...
[2026-09-11 03:08:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 03:08:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 03:08:11] Production.ERROR: CronJobId end10
[2026-09-11 03:08:11] Production.INFO: ==3858== Releasing lock...
[2026-09-11 03:08:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 03:08:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 03:08:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 03:08:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 03:08:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 03:08:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 03:08:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 03:08:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 03:08:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 03:08:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 03:08:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 03:08:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 03:08:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 03:08:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 03:08:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 03:08:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 03:08:14] Production.INFO: call_cost start
[2026-09-11 03:08:14] Production.INFO: call_cost end
[2026-09-11 03:08:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 03:08:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 03:08:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 03:08:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 03:08:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 03:08:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 03:08:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 03:08:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 03:08:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 03:08:14] Production.INFO: ==3853== Releasing lock...
[2026-09-11 03:08:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 03:08:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 08:09:01] Production.INFO: ==3923== Lock acquired, processing the job...
[2026-09-11 08:09:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 08:09:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 08:09:01] Production.INFO: neon service started
[2026-09-11 08:09:01] Production.INFO: neon service started
[2026-09-11 08:09:01] Production.INFO: ==3923== Releasing lock...
[2026-09-11 08:09:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 08:09:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 07:09:01] Production.INFO: ==3927== Lock acquired, processing the job...
[2026-09-11 07:09:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 07:09:01] Production.INFO: ==3927== Releasing lock...
[2026-09-11 07:09:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 07:09:01] Production.INFO: 25 MB #Memory Used#
[2026-09-11 03:09:02] Production.INFO: ==3925== Lock acquired, processing the job...
[2026-09-11 03:09:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 03:09:02] Production.INFO: ==3925== Releasing lock...
[2026-09-11 03:09:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 03:09:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 03:09:02] Production.INFO: ==3932== Lock acquired, processing the job...
[2026-09-11 03:09:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 03:09:02] Production.INFO: ==3938== Lock acquired, processing the job...
[2026-09-11 03:09:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 03: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-09-11 03:09: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-09-11 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-09-11 03:09:03] Production.INFO: ==3938== Releasing lock...
[2026-09-11 03:09:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 03:09:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 03:09:03] Production.INFO: ==3936== Lock acquired, processing the job...
[2026-09-11 03:09:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 03:09:03] Production.INFO: ==3934== Lock acquired, processing the job...
[2026-09-11 03:09:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 03:09:03] Production.INFO: ==3930== Lock acquired, processing the job...
[2026-09-11 03:09:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 03:09:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 03:09:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 03:09:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 03:09:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 03:09:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 03:09:03] Production.INFO: Account Balance Start.
[2026-09-11 03:09:03] Production.INFO: CreateAllLog Start
[2026-09-11 03:09:03] Production.INFO: 117
[2026-09-11 03:09:03] Production.INFO: Date 2026-09-08
[2026-09-11 03:09:03] Production.INFO: Reseller ==> 0
[2026-09-11 03:09:03] Production.INFO: Date 2026-09-09
[2026-09-11 03:09:03] Production.INFO: Reseller ==> 0
[2026-09-11 03:09:03] Production.INFO: Date 2026-09-10
[2026-09-11 03:09:03] Production.INFO: Reseller ==> 0
[2026-09-11 03:09:03] Production.INFO: Date 2026-09-11
[2026-09-11 03:09:03] Production.INFO: Reseller ==> 0
[2026-09-11 03:09:03] Production.INFO: ==3932== Releasing lock...
[2026-09-11 03:09:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 03:09:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 03:09:03] Production.INFO: Total Charge 0
[2026-09-11 03:09:03] Production.INFO: CreateAllLog End
[2026-09-11 03:09:03] Production.INFO: Account Balance End.
[2026-09-11 03:09:03] Production.ERROR: CronJobId end 12
[2026-09-11 03:09:03] Production.INFO: ==3936== Releasing lock...
[2026-09-11 03:09:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 03:09:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 03:09:10] Production.ERROR: CronJobId end10
[2026-09-11 03:09:10] Production.INFO: ==3934== Releasing lock...
[2026-09-11 03:09:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 03:09:10] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 03:09:12] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 03:09:12] Production.INFO: ============== Balance Warning START===========
[2026-09-11 03:09:12] Production.INFO: ============== Balance Warning END===========
[2026-09-11 03:09:12] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 03:09:12] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 03:09:12] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 03:09:12] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 03:09:12] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 03:09:12] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 03:09:12] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 03:09:12] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 03:09:12] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 03:09:12] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 03:09:12] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 03:09:13] Production.INFO: call_cost start
[2026-09-11 03:09:13] Production.INFO: call_cost end
[2026-09-11 03:09:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 03:09:13] Production.INFO: ============== Report Schedule START===========
[2026-09-11 03:09:13] Production.INFO: ============== Report Schedule END===========
[2026-09-11 03:09:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 03:09:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 03:09:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 03:09:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 03:09:13] Production.INFO: ============== Deal alert START===========
[2026-09-11 03:09:13] Production.INFO: ============== Deal alert END===========
[2026-09-11 03:09:13] Production.INFO: ==3930== Releasing lock...
[2026-09-11 03:09:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 03:09:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 08:10:01] Production.INFO: ==4002== Lock acquired, processing the job...
[2026-09-11 08:10:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 08:10:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 08:10:01] Production.INFO: neon service started
[2026-09-11 08:10:01] Production.INFO: neon service started
[2026-09-11 08:10:01] Production.INFO: ==4002== Releasing lock...
[2026-09-11 08:10:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 08:10:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 07:10:02] Production.INFO: ==4006== Lock acquired, processing the job...
[2026-09-11 07:10:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 07:10:02] Production.INFO: ==4006== Releasing lock...
[2026-09-11 07:10:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 07:10:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 03:10:02] Production.INFO: ==4004== Lock acquired, processing the job...
[2026-09-11 03:10:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 03:10:02] Production.INFO: ==4004== Releasing lock...
[2026-09-11 03:10:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 03:10:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 03:10:03] Production.INFO: ==4009== Lock acquired, processing the job...
[2026-09-11 03:10:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 03:10:03] Production.INFO: ==4011== Lock acquired, processing the job...
[2026-09-11 03:10:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 03:10:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 03:10:03] Production.INFO: ==4015== Lock acquired, processing the job...
[2026-09-11 03:10:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 03:10:03] Production.INFO: ==4013== Lock acquired, processing the job...
[2026-09-11 03:10:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 03:10:03] Production.INFO: ==4017== Lock acquired, processing the job...
[2026-09-11 03:10:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 03:10:03] Production.INFO: Account Balance Start.
[2026-09-11 03:10:03] Production.INFO: CreateAllLog Start
[2026-09-11 03:10:03] Production.INFO: 117
[2026-09-11 03:10:03] Production.INFO: Date 2026-09-08
[2026-09-11 03:10:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 03:10:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 03:10:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 03:10:03] Production.INFO: Reseller ==> 0
[2026-09-11 03:10:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 03: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-09-11 03: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-09-11 03:10:03] Production.INFO: Date 2026-09-09
[2026-09-11 03:10:03] Production.INFO: Reseller ==> 0
[2026-09-11 03: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-09-11 03:10:03] Production.INFO: Date 2026-09-10
[2026-09-11 03:10:03] Production.INFO: ==4017== Releasing lock...
[2026-09-11 03:10:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 03:10:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 03:10:03] Production.INFO: Reseller ==> 0
[2026-09-11 03:10:03] Production.INFO: Date 2026-09-11
[2026-09-11 03:10:03] Production.INFO: Reseller ==> 0
[2026-09-11 03:10:03] Production.INFO: Total Charge 0
[2026-09-11 03:10:03] Production.INFO: CreateAllLog End
[2026-09-11 03:10:04] Production.INFO: Account Balance End.
[2026-09-11 03:10:04] Production.ERROR: CronJobId end 12
[2026-09-11 03:10:04] Production.INFO: ==4015== Releasing lock...
[2026-09-11 03:10:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 03:10:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 03:10:04] Production.INFO: ==4011== Releasing lock...
[2026-09-11 03:10:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 03:10:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 03:10:11] Production.ERROR: CronJobId end10
[2026-09-11 03:10:11] Production.INFO: ==4013== Releasing lock...
[2026-09-11 03:10:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 03:10:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 03:10:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 03:10:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 03:10:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 03:10:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 03:10:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 03:10:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 03:10:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 03:10:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 03:10:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 03:10:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 03:10:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 03:10:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 03:10:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 03:10:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 03:10:14] Production.INFO: call_cost start
[2026-09-11 03:10:14] Production.INFO: call_cost end
[2026-09-11 03:10:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 03:10:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 03:10:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 03:10:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 03:10:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 03:10:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 03:10:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 03:10:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 03:10:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 03:10:14] Production.INFO: ==4009== Releasing lock...
[2026-09-11 03:10:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 03:10:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 08:11:01] Production.INFO: ==4082== Lock acquired, processing the job...
[2026-09-11 08:11:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 08:11:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 08:11:01] Production.INFO: neon service started
[2026-09-11 08:11:01] Production.INFO: neon service started
[2026-09-11 08:11:01] Production.INFO: ==4082== Releasing lock...
[2026-09-11 08:11:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 08:11:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 03:11:01] Production.INFO: ==4084== Lock acquired, processing the job...
[2026-09-11 03:11:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 03:11:01] Production.INFO: ==4084== Releasing lock...
[2026-09-11 03:11:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 03:11:01] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 07:11:02] Production.INFO: ==4086== Lock acquired, processing the job...
[2026-09-11 07:11:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 07:11:02] Production.INFO: ==4086== Releasing lock...
[2026-09-11 07:11:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 07:11:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 03:11:02] Production.INFO: ==4095== Lock acquired, processing the job...
[2026-09-11 03:11:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 03:11:02] Production.INFO: ==4088== Lock acquired, processing the job...
[2026-09-11 03:11:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 03:11:02] Production.INFO: Account Balance Start.
[2026-09-11 03:11:02] Production.INFO: CreateAllLog Start
[2026-09-11 03:11:02] Production.INFO: 117
[2026-09-11 03:11:02] Production.INFO: Date 2026-09-08
[2026-09-11 03:11:02] Production.INFO: Reseller ==> 0
[2026-09-11 03:11:02] Production.INFO: Date 2026-09-09
[2026-09-11 03:11:02] Production.INFO: Reseller ==> 0
[2026-09-11 03:11:02] Production.INFO: ==4090== Lock acquired, processing the job...
[2026-09-11 03:11:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 03:11:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 03:11:02] Production.INFO: ==4093== Lock acquired, processing the job...
[2026-09-11 03:11:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 03:11:02] Production.INFO: Date 2026-09-10
[2026-09-11 03:11:02] Production.INFO: Reseller ==> 0
[2026-09-11 03:11:02] Production.INFO: Date 2026-09-11
[2026-09-11 03:11:02] Production.INFO: Reseller ==> 0
[2026-09-11 03:11:02] Production.INFO: Total Charge 0
[2026-09-11 03:11:02] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 03:11:02] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 03:11:02] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 03:11:02] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 03:11:02] Production.INFO: CreateAllLog End
[2026-09-11 03:11:03] Production.INFO: ==4097== Lock acquired, processing the job...
[2026-09-11 03:11:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 03:11:03] Production.INFO: Account Balance End.
[2026-09-11 03:11:03] Production.ERROR: CronJobId end 12
[2026-09-11 03:11:03] Production.INFO: ==4095== Releasing lock...
[2026-09-11 03:11:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 03:11:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 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-09-11 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-09-11 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-09-11 03:11:03] Production.INFO: ==4097== Releasing lock...
[2026-09-11 03:11:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 03:11:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 03:11:03] Production.INFO: ==4090== Releasing lock...
[2026-09-11 03:11:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 03:11:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 03:11:10] Production.ERROR: CronJobId end10
[2026-09-11 03:11:10] Production.INFO: ==4093== Releasing lock...
[2026-09-11 03:11:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 03:11:10] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 03:11:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 03:11:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 03:11:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 03:11:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 03:11:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 03:11:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 03:11:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 03:11:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 03:11:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 03:11:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 03:11:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 03:11:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 03:11:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 03:11:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 03:11:13] Production.INFO: call_cost start
[2026-09-11 03:11:13] Production.INFO: call_cost end
[2026-09-11 03:11:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 03:11:13] Production.INFO: ============== Report Schedule START===========
[2026-09-11 03:11:13] Production.INFO: ============== Report Schedule END===========
[2026-09-11 03:11:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 03:11:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 03:11:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 03:11:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 03:11:13] Production.INFO: ============== Deal alert START===========
[2026-09-11 03:11:13] Production.INFO: ============== Deal alert END===========
[2026-09-11 03:11:13] Production.INFO: ==4088== Releasing lock...
[2026-09-11 03:11:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 03:11:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 08:12:01] Production.INFO: ==4166== Lock acquired, processing the job...
[2026-09-11 08:12:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 08:12:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 08:12:01] Production.INFO: neon service started
[2026-09-11 08:12:01] Production.INFO: neon service started
[2026-09-11 08:12:01] Production.INFO: ==4166== Releasing lock...
[2026-09-11 08:12:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 08:12:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 03:12:02] Production.INFO: ==4168== Lock acquired, processing the job...
[2026-09-11 03:12:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 03:12:02] Production.INFO: ==4168== Releasing lock...
[2026-09-11 03:12:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 03:12:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 07:12:02] Production.INFO: ==4171== Lock acquired, processing the job...
[2026-09-11 07:12:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 07:12:02] Production.INFO: ==4171== Releasing lock...
[2026-09-11 07:12:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 07:12:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 03:12:03] Production.INFO: ==4173== Lock acquired, processing the job...
[2026-09-11 03:12:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 03:12:03] Production.INFO: ==4175== Lock acquired, processing the job...
[2026-09-11 03:12:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 03:12:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 03:12:03] Production.INFO: ==4179== Lock acquired, processing the job...
[2026-09-11 03:12:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 03:12:03] Production.INFO: ==4177== Lock acquired, processing the job...
[2026-09-11 03:12:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 03:12:03] Production.INFO: Account Balance Start.
[2026-09-11 03:12:03] Production.INFO: CreateAllLog Start
[2026-09-11 03:12:03] Production.INFO: 117
[2026-09-11 03:12:03] Production.INFO: Date 2026-09-08
[2026-09-11 03:12:03] Production.INFO: Reseller ==> 0
[2026-09-11 03:12:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 03:12:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 03:12:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 03:12:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 03:12:03] Production.INFO: ==4181== Lock acquired, processing the job...
[2026-09-11 03:12:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 03:12:03] Production.INFO: Date 2026-09-09
[2026-09-11 03:12:03] Production.INFO: Reseller ==> 0
[2026-09-11 03:12:03] Production.INFO: Date 2026-09-10
[2026-09-11 03:12:03] Production.INFO: Reseller ==> 0
[2026-09-11 03:12:03] Production.INFO: Date 2026-09-11
[2026-09-11 03:12:03] Production.INFO: Reseller ==> 0
[2026-09-11 03: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-09-11 03:12:03] Production.INFO: Total Charge 0
[2026-09-11 03: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-09-11 03:12:03] Production.INFO: CreateAllLog End
[2026-09-11 03: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-09-11 03:12:03] Production.INFO: ==4181== Releasing lock...
[2026-09-11 03:12:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 03:12:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 03:12:03] Production.INFO: Account Balance End.
[2026-09-11 03:12:03] Production.ERROR: CronJobId end 12
[2026-09-11 03:12:03] Production.INFO: ==4179== Releasing lock...
[2026-09-11 03:12:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 03:12:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 03:12:03] Production.INFO: ==4175== Releasing lock...
[2026-09-11 03:12:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 03:12:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 03:12:11] Production.ERROR: CronJobId end10
[2026-09-11 03:12:11] Production.INFO: ==4177== Releasing lock...
[2026-09-11 03:12:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 03:12:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 03:12:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 03:12:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 03:12:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 03:12:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 03:12:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 03:12:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 03:12:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 03:12:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 03:12:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 03:12:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 03:12:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 03:12:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 03:12:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 03:12:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 03:12:14] Production.INFO: call_cost start
[2026-09-11 03:12:14] Production.INFO: call_cost end
[2026-09-11 03:12:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 03:12:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 03:12:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 03:12:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 03:12:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 03:12:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 03:12:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 03:12:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 03:12:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 03:12:14] Production.INFO: ==4173== Releasing lock...
[2026-09-11 03:12:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 03:12:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 08:13:02] Production.INFO: ==4239== Lock acquired, processing the job...
[2026-09-11 08:13:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 08:13:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 08:13:02] Production.INFO: neon service started
[2026-09-11 08:13:02] Production.INFO: neon service started
[2026-09-11 08:13:02] Production.INFO: ==4239== Releasing lock...
[2026-09-11 08:13:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 08:13:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 03:13:02] Production.INFO: ==4241== Lock acquired, processing the job...
[2026-09-11 03:13:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 03:13:02] Production.INFO: ==4241== Releasing lock...
[2026-09-11 03:13:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 03:13:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 07:13:02] Production.INFO: ==4243== Lock acquired, processing the job...
[2026-09-11 07:13:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 07:13:03] Production.INFO: ==4243== Releasing lock...
[2026-09-11 07:13:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 07:13:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 03:13:03] Production.INFO: ==4247== Lock acquired, processing the job...
[2026-09-11 03:13:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 03:13:03] Production.INFO: ==4245== Lock acquired, processing the job...
[2026-09-11 03:13:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 03:13:03] Production.INFO: ==4249== Lock acquired, processing the job...
[2026-09-11 03:13:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 03:13:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 03:13:03] Production.INFO: ==4253== Lock acquired, processing the job...
[2026-09-11 03:13:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 03:13:03] Production.INFO: ==4251== Lock acquired, processing the job...
[2026-09-11 03:13:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 03:13:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 03:13:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 03:13:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 03:13:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 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-09-11 03:13:03] Production.INFO: Account Balance Start.
[2026-09-11 03:13:03] Production.INFO: CreateAllLog Start
[2026-09-11 03:13:03] Production.INFO: 117
[2026-09-11 03:13:03] Production.INFO: Date 2026-09-08
[2026-09-11 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-09-11 03:13:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 03:13:03] Production.INFO: Date 2026-09-09
[2026-09-11 03:13:03] Production.INFO: Reseller ==> 0
[2026-09-11 03:13:03] Production.INFO: ==4253== Releasing lock...
[2026-09-11 03:13:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 03:13:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 03:13:03] Production.INFO: Date 2026-09-10
[2026-09-11 03:13:03] Production.INFO: Reseller ==> 0
[2026-09-11 03:13:03] Production.INFO: Date 2026-09-11
[2026-09-11 03:13:03] Production.INFO: Reseller ==> 0
[2026-09-11 03:13:03] Production.INFO: Total Charge 0
[2026-09-11 03:13:03] Production.INFO: CreateAllLog End
[2026-09-11 03:13:04] Production.INFO: Account Balance End.
[2026-09-11 03:13:04] Production.ERROR: CronJobId end 12
[2026-09-11 03:13:04] Production.INFO: ==4251== Releasing lock...
[2026-09-11 03:13:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 03:13:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 03:13:04] Production.INFO: ==4247== Releasing lock...
[2026-09-11 03:13:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 03:13:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 03:13:12] Production.ERROR: CronJobId end10
[2026-09-11 03:13:12] Production.INFO: ==4249== Releasing lock...
[2026-09-11 03:13:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 03:13:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 03:13:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 03:13:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 03:13:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 03:13:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 03:13:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 03:13:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 03:13:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 03:13:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 03:13:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 03:13:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 03:13:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 03:13:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 03:13:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 03:13:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 03:13:14] Production.INFO: call_cost start
[2026-09-11 03:13:14] Production.INFO: call_cost end
[2026-09-11 03:13:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 03:13:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 03:13:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 03:13:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 03:13:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 03:13:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 03:13:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 03:13:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 03:13:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 03:13:14] Production.INFO: ==4245== Releasing lock...
[2026-09-11 03:13:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 03:13:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 08:14:01] Production.INFO: ==4316== Lock acquired, processing the job...
[2026-09-11 08:14:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 08:14:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 08:14:01] Production.INFO: neon service started
[2026-09-11 08:14:01] Production.INFO: neon service started
[2026-09-11 08:14:01] Production.INFO: ==4316== Releasing lock...
[2026-09-11 08:14:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 08:14:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 03:14:01] Production.INFO: ==4318== Lock acquired, processing the job...
[2026-09-11 03:14:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 03:14:02] Production.INFO: ==4318== Releasing lock...
[2026-09-11 03:14:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 03:14:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 07:14:02] Production.INFO: ==4320== Lock acquired, processing the job...
[2026-09-11 07:14:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 07:14:02] Production.INFO: ==4320== Releasing lock...
[2026-09-11 07:14:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 07:14:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 03:14:02] Production.INFO: ==4323== Lock acquired, processing the job...
[2026-09-11 03:14:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 03:14:03] Production.INFO: ==4325== Lock acquired, processing the job...
[2026-09-11 03:14:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 03:14:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 03:14:03] Production.INFO: ==4327== Lock acquired, processing the job...
[2026-09-11 03:14:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 03:14:03] Production.INFO: ==4329== Lock acquired, processing the job...
[2026-09-11 03:14:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 03:14:03] Production.INFO: ==4331== Lock acquired, processing the job...
[2026-09-11 03:14:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 03:14:03] Production.INFO: Account Balance Start.
[2026-09-11 03:14:03] Production.INFO: CreateAllLog Start
[2026-09-11 03:14:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 03:14:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 03:14:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 03:14:03] Production.INFO: 117
[2026-09-11 03:14:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 03:14:03] Production.INFO: Date 2026-09-08
[2026-09-11 03:14:03] Production.INFO: Reseller ==> 0
[2026-09-11 03:14:03] Production.INFO: Date 2026-09-09
[2026-09-11 03:14:03] Production.INFO: Reseller ==> 0
[2026-09-11 03:14:03] Production.INFO: Date 2026-09-10
[2026-09-11 03:14:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 03:14:03] Production.INFO: Date 2026-09-11
[2026-09-11 03:14:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 03:14:03] Production.INFO: ==4331== Releasing lock...
[2026-09-11 03:14:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 03:14:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 03:14:03] Production.INFO: Total Charge 0
[2026-09-11 03:14:03] Production.INFO: CreateAllLog End
[2026-09-11 03:14:03] Production.INFO: Account Balance End.
[2026-09-11 03:14:03] Production.ERROR: CronJobId end 12
[2026-09-11 03:14:03] Production.INFO: ==4329== Releasing lock...
[2026-09-11 03:14:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 03:14:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 03:14:03] Production.INFO: ==4325== Releasing lock...
[2026-09-11 03:14:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 03:14:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 03:14:11] Production.ERROR: CronJobId end10
[2026-09-11 03:14:11] Production.INFO: ==4327== Releasing lock...
[2026-09-11 03:14:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 03:14:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 03:14:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 03:14:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 03:14:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 03:14:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 03:14:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 03:14:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 03:14:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 03:14:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 03:14:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 03:14:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 03:14:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 03:14:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 03:14:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 03:14:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 03:14:13] Production.INFO: call_cost start
[2026-09-11 03:14:14] Production.INFO: call_cost end
[2026-09-11 03:14:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 03:14:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 03:14:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 03:14:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 03:14:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 03:14:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 03:14:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 03:14:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 03:14:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 03:14:14] Production.INFO: ==4323== Releasing lock...
[2026-09-11 03:14:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 03:14:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 08:15:02] Production.INFO: ==4402== Lock acquired, processing the job...
[2026-09-11 08:15:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 08:15:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 08:15:02] Production.INFO: neon service started
[2026-09-11 08:15:02] Production.INFO: neon service started
[2026-09-11 08:15:02] Production.INFO: ==4402== Releasing lock...
[2026-09-11 08:15:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 08:15:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 07:15:02] Production.INFO: ==4407== Lock acquired, processing the job...
[2026-09-11 07:15:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 07:15:02] Production.INFO: ==4407== Releasing lock...
[2026-09-11 07:15:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 07:15:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 03:15:02] Production.INFO: ==4405== Lock acquired, processing the job...
[2026-09-11 03:15:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 03:15:02] Production.INFO: ==4405== Releasing lock...
[2026-09-11 03:15:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 03:15:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 03:15:03] Production.INFO: ==4415== Lock acquired, processing the job...
[2026-09-11 03:15:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 03:15:03] Production.INFO: ==4409== Lock acquired, processing the job...
[2026-09-11 03:15:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-11 03:15:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 03:15:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 03:15:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 03:15:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 03:15:03] Production.ERROR: ========================== active cronjob start =============================
[2026-09-11 03:15:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-11 03:15:03] Production.ERROR: CronJob PID - 4415
[2026-09-11 03:15:03] Production.ERROR: CronJob Title - Create Customer Summary Live
[2026-09-11 03:15:03] Production.ERROR: CronJob ID - 10
[2026-09-11 03:15:03] Production.ERROR: CronJob Last Run Time 2026-09-11 03:15:00
[2026-09-11 03:15:03] Production.ERROR: CronJob Active Minutes 0
[2026-09-11 03:15:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-11 03:15:03] Production.INFO: ==4419== Lock acquired, processing the job...
[2026-09-11 03:15:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-11 03:15:03] Production.ERROR: ========================== active cronjob end =============================
[2026-09-11 03:15:03] Production.INFO: ==4409== Releasing lock...
[2026-09-11 03:15:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-11 03:15:03] Production.INFO: 25.5 MB #Memory Used#
[2026-09-11 03:15:03] Production.INFO: ==4411== Lock acquired, processing the job...
[2026-09-11 03:15:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 03:15:03] Production.ERROR: tblTempUsageDetail_20
[2026-09-11 03:15:03] Production.INFO: ==4413== Lock acquired, processing the job...
[2026-09-11 03:15:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 03:15:03] Production.INFO: ==4421== Lock acquired, processing the job...
[2026-09-11 03:15:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 03:15:04] Production.INFO: ==4417== Lock acquired, processing the job...
[2026-09-11 03:15:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 03:15:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 03: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-09-11 03: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-09-11 03: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-09-11 03:15:04] Production.INFO: ==4421== Releasing lock...
[2026-09-11 03:15:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 03:15:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 03:15:04] Production.INFO: Account Balance Start.
[2026-09-11 03:15:04] Production.INFO: CreateAllLog Start
[2026-09-11 03:15:04] Production.INFO: 117
[2026-09-11 03:15:04] Production.ERROR: done
[2026-09-11 03:15:04] Production.INFO: Date 2026-09-08
[2026-09-11 03:15:04] Production.INFO: Reseller ==> 0
[2026-09-11 03:15:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-11 03:15:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17982149', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) start
[2026-09-11 03:15:04] Production.INFO: Date 2026-09-09
[2026-09-11 03:15:04] Production.INFO: Reseller ==> 0
[2026-09-11 03:15:04] Production.INFO: Date 2026-09-10
[2026-09-11 03:15:04] Production.INFO: Reseller ==> 0
[2026-09-11 03:15:04] Production.INFO: Date 2026-09-11
[2026-09-11 03:15:04] Production.INFO: Reseller ==> 0
[2026-09-11 03:15:04] Production.INFO: Total Charge 0
[2026-09-11 03:15:04] Production.INFO: ==4413== Releasing lock...
[2026-09-11 03:15:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 03:15:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 03:15:04] Production.INFO: CreateAllLog End
[2026-09-11 03:15:05] Production.INFO: Account Balance End.
[2026-09-11 03:15:05] Production.ERROR: CronJobId end 12
[2026-09-11 03:15:05] Production.INFO: ==4417== Releasing lock...
[2026-09-11 03:15:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 03:15:05] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 03:15:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17982149', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) end
[2026-09-11 03:15:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-11 03:15:10] Production.INFO: ProcessCDR(1,17982149,1,1,2)
[2026-09-11 03:15:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17982149,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 03:15:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17982149,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 03:15:10] Production.ERROR: pbx prc_insertCDR start
[2026-09-11 03:15:10] Production.ERROR: pbx prc_insertCDR end
[2026-09-11 03:15:10] Production.INFO: ==4419== Releasing lock...
[2026-09-11 03:15:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-11 03:15:10] Production.INFO: 26 MB #Memory Used#
[2026-09-11 03:15:14] Production.ERROR: CronJobId end10
[2026-09-11 03:15:14] Production.INFO: ==4415== Releasing lock...
[2026-09-11 03:15:14] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 03:15:14] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 03:15:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 03:15:16] Production.INFO: ============== Balance Warning START===========
[2026-09-11 03:15:16] Production.INFO: ============== Balance Warning END===========
[2026-09-11 03:15:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 03:15:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 03:15:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 03:15:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 03:15:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 03:15:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 03:15:16] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 03:15:16] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 03:15:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 03:15:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 03:15:16] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 03:15:17] Production.INFO: call_cost start
[2026-09-11 03:15:17] Production.INFO: call_cost end
[2026-09-11 03:15:17] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 03:15:17] Production.INFO: ============== Report Schedule START===========
[2026-09-11 03:15:17] Production.INFO: ============== Report Schedule END===========
[2026-09-11 03:15:17] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 03:15:17] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 03:15:17] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 03:15:17] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 03:15:17] Production.INFO: ============== Deal alert START===========
[2026-09-11 03:15:17] Production.INFO: ============== Deal alert END===========
[2026-09-11 03:15:17] Production.INFO: ==4411== Releasing lock...
[2026-09-11 03:15:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 03:15:17] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 08:16:01] Production.INFO: ==4483== Lock acquired, processing the job...
[2026-09-11 08:16:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 08:16:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 08:16:01] Production.INFO: neon service started
[2026-09-11 08:16:01] Production.INFO: neon service started
[2026-09-11 08:16:01] Production.INFO: ==4483== Releasing lock...
[2026-09-11 08:16:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 08:16:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 03:16:01] Production.INFO: ==4485== Lock acquired, processing the job...
[2026-09-11 03:16:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 03:16:02] Production.INFO: ==4485== Releasing lock...
[2026-09-11 03:16:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 03:16:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 07:16:02] Production.INFO: ==4487== Lock acquired, processing the job...
[2026-09-11 07:16:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 07:16:02] Production.INFO: ==4487== Releasing lock...
[2026-09-11 07:16:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 07:16:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 03:16:02] Production.INFO: ==4489== Lock acquired, processing the job...
[2026-09-11 03:16:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 03:16:02] Production.INFO: ==4491== Lock acquired, processing the job...
[2026-09-11 03:16:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 03:16:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 03:16:02] Production.INFO: ==4493== Lock acquired, processing the job...
[2026-09-11 03:16:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 03:16:02] Production.INFO: ==4495== Lock acquired, processing the job...
[2026-09-11 03:16:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 03:16:03] Production.INFO: Account Balance Start.
[2026-09-11 03:16:03] Production.INFO: CreateAllLog Start
[2026-09-11 03:16:03] Production.INFO: ==4497== Lock acquired, processing the job...
[2026-09-11 03:16:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 03:16:03] Production.INFO: 117
[2026-09-11 03:16:03] Production.INFO: Date 2026-09-08
[2026-09-11 03:16:03] Production.INFO: Reseller ==> 0
[2026-09-11 03:16:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 03:16:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 03:16:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 03:16:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 03:16:03] Production.INFO: Date 2026-09-09
[2026-09-11 03:16:03] Production.INFO: Reseller ==> 0
[2026-09-11 03:16:03] Production.INFO: Date 2026-09-10
[2026-09-11 03:16:03] Production.INFO: Reseller ==> 0
[2026-09-11 03:16:03] Production.INFO: Date 2026-09-11
[2026-09-11 03:16:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 03:16:03] Production.INFO: Total Charge 0
[2026-09-11 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-09-11 03:16:03] Production.INFO: ==4497== Releasing lock...
[2026-09-11 03:16:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 03:16:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 03:16:03] Production.INFO: CreateAllLog End
[2026-09-11 03:16:03] Production.INFO: Account Balance End.
[2026-09-11 03:16:03] Production.ERROR: CronJobId end 12
[2026-09-11 03:16:03] Production.INFO: ==4495== Releasing lock...
[2026-09-11 03:16:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 03:16:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 03:16:03] Production.INFO: ==4491== Releasing lock...
[2026-09-11 03:16:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 03:16:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 03:16:11] Production.ERROR: CronJobId end10
[2026-09-11 03:16:11] Production.INFO: ==4493== Releasing lock...
[2026-09-11 03:16:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 03:16:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 03:16:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 03:16:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 03:16:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 03:16:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 03:16:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 03:16:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 03:16:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 03:16:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 03:16:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 03:16:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 03:16:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 03:16:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 03:16:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 03:16:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 03:16:13] Production.INFO: call_cost start
[2026-09-11 03:16:13] Production.INFO: call_cost end
[2026-09-11 03:16:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 03:16:13] Production.INFO: ============== Report Schedule START===========
[2026-09-11 03:16:13] Production.INFO: ============== Report Schedule END===========
[2026-09-11 03:16:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 03:16:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 03:16:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 03:16:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 03:16:13] Production.INFO: ============== Deal alert START===========
[2026-09-11 03:16:13] Production.INFO: ============== Deal alert END===========
[2026-09-11 03:16:13] Production.INFO: ==4489== Releasing lock...
[2026-09-11 03:16:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 03:16:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 08:17:01] Production.INFO: ==4562== Lock acquired, processing the job...
[2026-09-11 08:17:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 08:17:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 08:17:01] Production.INFO: neon service started
[2026-09-11 08:17:01] Production.INFO: neon service started
[2026-09-11 08:17:01] Production.INFO: ==4562== Releasing lock...
[2026-09-11 08:17:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 08:17:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 07:17:02] Production.INFO: ==4566== Lock acquired, processing the job...
[2026-09-11 07:17:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 07:17:02] Production.INFO: ==4566== Releasing lock...
[2026-09-11 07:17:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 07:17:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 03:17:02] Production.INFO: ==4564== Lock acquired, processing the job...
[2026-09-11 03:17:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 03:17:02] Production.INFO: ==4564== Releasing lock...
[2026-09-11 03:17:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 03:17:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 03:17:03] Production.INFO: ==4571== Lock acquired, processing the job...
[2026-09-11 03:17:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 03:17:03] Production.INFO: ==4569== Lock acquired, processing the job...
[2026-09-11 03:17:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 03:17:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 03:17:03] Production.INFO: ==4573== Lock acquired, processing the job...
[2026-09-11 03:17:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 03:17:03] Production.INFO: ==4575== Lock acquired, processing the job...
[2026-09-11 03:17:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 03:17:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 03:17:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 03:17:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 03:17:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 03:17:03] Production.INFO: Account Balance Start.
[2026-09-11 03:17:03] Production.INFO: CreateAllLog Start
[2026-09-11 03:17:03] Production.INFO: 117
[2026-09-11 03:17:03] Production.INFO: Date 2026-09-08
[2026-09-11 03:17:03] Production.INFO: Reseller ==> 0
[2026-09-11 03:17:03] Production.INFO: ==4577== Lock acquired, processing the job...
[2026-09-11 03:17:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 03:17:03] Production.INFO: Date 2026-09-09
[2026-09-11 03:17:03] Production.INFO: Reseller ==> 0
[2026-09-11 03:17:03] Production.INFO: Date 2026-09-10
[2026-09-11 03:17:03] Production.INFO: Reseller ==> 0
[2026-09-11 03: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-09-11 03:17:04] Production.INFO: Date 2026-09-11
[2026-09-11 03:17:04] Production.INFO: Reseller ==> 0
[2026-09-11 03: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-09-11 03: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-09-11 03:17:04] Production.INFO: Total Charge 0
[2026-09-11 03:17:04] Production.INFO: ==4577== Releasing lock...
[2026-09-11 03:17:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 03:17:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 03:17:04] Production.INFO: CreateAllLog End
[2026-09-11 03:17:04] Production.INFO: Account Balance End.
[2026-09-11 03:17:04] Production.INFO: ==4571== Releasing lock...
[2026-09-11 03:17:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 03:17:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 03:17:04] Production.ERROR: CronJobId end 12
[2026-09-11 03:17:04] Production.INFO: ==4575== Releasing lock...
[2026-09-11 03:17:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 03:17:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 03:17:12] Production.ERROR: CronJobId end10
[2026-09-11 03:17:12] Production.INFO: ==4573== Releasing lock...
[2026-09-11 03:17:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 03:17:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 03:17:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 03:17:15] Production.INFO: ============== Balance Warning START===========
[2026-09-11 03:17:15] Production.INFO: ============== Balance Warning END===========
[2026-09-11 03:17:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 03:17:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 03:17:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 03:17:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 03:17:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 03:17:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 03:17:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 03:17:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 03:17:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 03:17:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 03:17:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 03:17:15] Production.INFO: call_cost start
[2026-09-11 03:17:15] Production.INFO: call_cost end
[2026-09-11 03:17:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 03:17:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 03:17:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 03:17:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 03:17:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 03:17:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 03:17:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 03:17:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 03:17:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 03:17:15] Production.INFO: ==4569== Releasing lock...
[2026-09-11 03:17:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 03:17:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 08:18:02] Production.INFO: ==4645== Lock acquired, processing the job...
[2026-09-11 08:18:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 08:18:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 08:18:02] Production.INFO: neon service started
[2026-09-11 08:18:02] Production.INFO: neon service started
[2026-09-11 08:18:02] Production.INFO: ==4645== Releasing lock...
[2026-09-11 08:18:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 08:18:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 03:18:02] Production.INFO: ==4647== Lock acquired, processing the job...
[2026-09-11 03:18:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 07:18:03] Production.INFO: ==4649== Lock acquired, processing the job...
[2026-09-11 07:18:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 07:18:03] Production.INFO: ==4649== Releasing lock...
[2026-09-11 07:18:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 07:18:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 03:18:03] Production.INFO: ==4647== Releasing lock...
[2026-09-11 03:18:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 03:18:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 03:18:04] Production.INFO: ==4658== Lock acquired, processing the job...
[2026-09-11 03:18:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 03:18:04] Production.INFO: ==4660== Lock acquired, processing the job...
[2026-09-11 03:18:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 03:18:04] Production.INFO: ==4652== Lock acquired, processing the job...
[2026-09-11 03:18:04] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 03:18:04] Production.INFO: ==4654== Lock acquired, processing the job...
[2026-09-11 03:18:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 03: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-09-11 03:18:04] Production.INFO: ==4656== Lock acquired, processing the job...
[2026-09-11 03:18:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 03: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-09-11 03: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-09-11 03:18:04] Production.INFO: Account Balance Start.
[2026-09-11 03:18:04] Production.INFO: CreateAllLog Start
[2026-09-11 03:18:04] Production.INFO: 117
[2026-09-11 03:18:04] Production.INFO: ==4660== Releasing lock...
[2026-09-11 03:18:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 03:18:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 03:18:04] Production.INFO: Date 2026-09-08
[2026-09-11 03:18:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 03:18:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 03:18:04] Production.INFO: Reseller ==> 0
[2026-09-11 03:18:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 03:18:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 03:18:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 03:18:04] Production.INFO: Date 2026-09-09
[2026-09-11 03:18:04] Production.INFO: Reseller ==> 0
[2026-09-11 03:18:04] Production.INFO: Date 2026-09-10
[2026-09-11 03:18:04] Production.INFO: Reseller ==> 0
[2026-09-11 03:18:04] Production.INFO: Date 2026-09-11
[2026-09-11 03:18:04] Production.INFO: Reseller ==> 0
[2026-09-11 03:18:04] Production.INFO: Total Charge 0
[2026-09-11 03:18:04] Production.INFO: CreateAllLog End
[2026-09-11 03:18:04] Production.INFO: Account Balance End.
[2026-09-11 03:18:04] Production.ERROR: CronJobId end 12
[2026-09-11 03:18:04] Production.INFO: ==4658== Releasing lock...
[2026-09-11 03:18:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 03:18:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 03:18:04] Production.INFO: ==4654== Releasing lock...
[2026-09-11 03:18:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 03:18:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 03:18:12] Production.ERROR: CronJobId end10
[2026-09-11 03:18:12] Production.INFO: ==4656== Releasing lock...
[2026-09-11 03:18:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 03:18:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 03:18:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 03:18:15] Production.INFO: ============== Balance Warning START===========
[2026-09-11 03:18:15] Production.INFO: ============== Balance Warning END===========
[2026-09-11 03:18:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 03:18:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 03:18:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 03:18:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 03:18:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 03:18:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 03:18:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 03:18:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 03:18:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 03:18:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 03:18:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 03:18:15] Production.INFO: call_cost start
[2026-09-11 03:18:15] Production.INFO: call_cost end
[2026-09-11 03:18:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 03:18:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 03:18:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 03:18:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 03:18:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 03:18:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 03:18:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 03:18:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 03:18:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 03:18:15] Production.INFO: ==4652== Releasing lock...
[2026-09-11 03:18:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 03:18:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 08:19:01] Production.INFO: ==4719== Lock acquired, processing the job...
[2026-09-11 08:19:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 08:19:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 08:19:01] Production.INFO: neon service started
[2026-09-11 08:19:01] Production.INFO: neon service started
[2026-09-11 08:19:01] Production.INFO: ==4719== Releasing lock...
[2026-09-11 08:19:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 08:19:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 03:19:02] Production.INFO: ==4721== Lock acquired, processing the job...
[2026-09-11 03:19:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 03:19:02] Production.INFO: ==4721== Releasing lock...
[2026-09-11 03:19:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 03:19:02] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 07:19:02] Production.INFO: ==4723== Lock acquired, processing the job...
[2026-09-11 07:19:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 07:19:02] Production.INFO: ==4723== Releasing lock...
[2026-09-11 07:19:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 07:19:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 03:19:03] Production.INFO: ==4727== Lock acquired, processing the job...
[2026-09-11 03:19:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 03:19:03] Production.INFO: ==4729== Lock acquired, processing the job...
[2026-09-11 03:19:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 03:19:03] Production.INFO: ==4725== Lock acquired, processing the job...
[2026-09-11 03:19:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 03:19:03] Production.INFO: ==4731== Lock acquired, processing the job...
[2026-09-11 03:19:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 03:19:03] Production.INFO: Account Balance Start.
[2026-09-11 03:19:03] Production.INFO: CreateAllLog Start
[2026-09-11 03:19:03] Production.INFO: 117
[2026-09-11 03:19:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 03:19:03] Production.INFO: Date 2026-09-08
[2026-09-11 03:19:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 03:19:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 03:19:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 03:19:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 03:19:03] Production.INFO: ==4733== Lock acquired, processing the job...
[2026-09-11 03:19:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 03:19:03] Production.INFO: Reseller ==> 0
[2026-09-11 03:19:03] Production.INFO: Date 2026-09-09
[2026-09-11 03:19:03] Production.INFO: Reseller ==> 0
[2026-09-11 03:19:03] Production.INFO: Date 2026-09-10
[2026-09-11 03:19:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 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-09-11 03:19:03] Production.INFO: ==4733== Releasing lock...
[2026-09-11 03:19:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 03:19:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 03:19:03] Production.INFO: Date 2026-09-11
[2026-09-11 03:19:03] Production.INFO: Reseller ==> 0
[2026-09-11 03:19:03] Production.INFO: Total Charge 0
[2026-09-11 03:19:03] Production.INFO: CreateAllLog End
[2026-09-11 03:19:03] Production.INFO: Account Balance End.
[2026-09-11 03:19:03] Production.ERROR: CronJobId end 12
[2026-09-11 03:19:03] Production.INFO: ==4731== Releasing lock...
[2026-09-11 03:19:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 03:19:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 03:19:04] Production.INFO: ==4727== Releasing lock...
[2026-09-11 03:19:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 03:19:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 03:19:11] Production.ERROR: CronJobId end10
[2026-09-11 03:19:11] Production.INFO: ==4729== Releasing lock...
[2026-09-11 03:19:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 03:19:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 03:19:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 03:19:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 03:19:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 03:19:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 03:19:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 03:19:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 03:19:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 03:19:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 03:19:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 03:19:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 03:19:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 03:19:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 03:19:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 03:19:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 03:19:14] Production.INFO: call_cost start
[2026-09-11 03:19:14] Production.INFO: call_cost end
[2026-09-11 03:19:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 03:19:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 03:19:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 03:19:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 03:19:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 03:19:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 03:19:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 03:19:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 03:19:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 03:19:14] Production.INFO: ==4725== Releasing lock...
[2026-09-11 03:19:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 03:19:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 08:20:02] Production.INFO: ==4804== Lock acquired, processing the job...
[2026-09-11 08:20:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 08:20:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 08:20:02] Production.INFO: neon service started
[2026-09-11 08:20:02] Production.INFO: neon service started
[2026-09-11 08:20:02] Production.INFO: ==4804== Releasing lock...
[2026-09-11 08:20:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 08:20:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 03:20:02] Production.INFO: ==4806== Lock acquired, processing the job...
[2026-09-11 03:20:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 03:20:02] Production.INFO: ==4806== Releasing lock...
[2026-09-11 03:20:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 03:20:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 07:20:02] Production.INFO: ==4808== Lock acquired, processing the job...
[2026-09-11 07:20:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 07:20:03] Production.INFO: ==4808== Releasing lock...
[2026-09-11 07:20:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 07:20:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 03:20:03] Production.INFO: ==4812== Lock acquired, processing the job...
[2026-09-11 03:20:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 03:20:03] Production.INFO: ==4810== Lock acquired, processing the job...
[2026-09-11 03:20:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 03:20:03] Production.INFO: ==4818== Lock acquired, processing the job...
[2026-09-11 03:20:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 03:20:03] Production.INFO: ==4816== Lock acquired, processing the job...
[2026-09-11 03:20:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 03:20:03] Production.INFO: ==4814== Lock acquired, processing the job...
[2026-09-11 03:20:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 03:20:03] Production.INFO: Account Balance Start.
[2026-09-11 03:20:03] Production.INFO: CreateAllLog Start
[2026-09-11 03:20:03] Production.INFO: 117
[2026-09-11 03:20:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 03:20:03] Production.INFO: Date 2026-09-08
[2026-09-11 03: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-09-11 03:20:03] Production.INFO: Reseller ==> 0
[2026-09-11 03: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-09-11 03: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-09-11 03:20:03] Production.INFO: ==4818== Releasing lock...
[2026-09-11 03:20:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 03:20:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 03:20:03] Production.INFO: Date 2026-09-09
[2026-09-11 03:20:03] Production.INFO: Reseller ==> 0
[2026-09-11 03:20:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 03:20:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 03:20:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 03:20:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 03:20:03] Production.INFO: Date 2026-09-10
[2026-09-11 03:20:03] Production.INFO: Reseller ==> 0
[2026-09-11 03:20:03] Production.INFO: Date 2026-09-11
[2026-09-11 03:20:03] Production.INFO: Reseller ==> 0
[2026-09-11 03:20:03] Production.INFO: Total Charge 0
[2026-09-11 03:20:03] Production.INFO: CreateAllLog End
[2026-09-11 03:20:04] Production.INFO: Account Balance End.
[2026-09-11 03:20:04] Production.ERROR: CronJobId end 12
[2026-09-11 03:20:04] Production.INFO: ==4816== Releasing lock...
[2026-09-11 03:20:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 03:20:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 03:20:04] Production.INFO: ==4812== Releasing lock...
[2026-09-11 03:20:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 03:20:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 03:20:12] Production.ERROR: CronJobId end10
[2026-09-11 03:20:12] Production.INFO: ==4814== Releasing lock...
[2026-09-11 03:20:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 03:20:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 03:20:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 03:20:15] Production.INFO: ============== Balance Warning START===========
[2026-09-11 03:20:15] Production.INFO: ============== Balance Warning END===========
[2026-09-11 03:20:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 03:20:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 03:20:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 03:20:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 03:20:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 03:20:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 03:20:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 03:20:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 03:20:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 03:20:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 03:20:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 03:20:15] Production.INFO: call_cost start
[2026-09-11 03:20:15] Production.INFO: call_cost end
[2026-09-11 03:20:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 03:20:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 03:20:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 03:20:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 03:20:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 03:20:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 03:20:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 03:20:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 03:20:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 03:20:15] Production.INFO: ==4810== Releasing lock...
[2026-09-11 03:20:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 03:20:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 08:21:01] Production.INFO: ==4881== Lock acquired, processing the job...
[2026-09-11 08:21:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 08:21:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 08:21:01] Production.INFO: neon service started
[2026-09-11 08:21:01] Production.INFO: neon service started
[2026-09-11 08:21:01] Production.INFO: ==4881== Releasing lock...
[2026-09-11 08:21:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 08:21:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 03:21:02] Production.INFO: ==4883== Lock acquired, processing the job...
[2026-09-11 03:21:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 07:21:02] Production.INFO: ==4885== Lock acquired, processing the job...
[2026-09-11 07:21:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 07:21:02] Production.INFO: ==4885== Releasing lock...
[2026-09-11 07:21:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 07:21:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 03:21:02] Production.INFO: ==4883== Releasing lock...
[2026-09-11 03:21:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 03:21:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 03:21:03] Production.INFO: ==4888== Lock acquired, processing the job...
[2026-09-11 03:21:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 03:21:03] Production.INFO: ==4894== Lock acquired, processing the job...
[2026-09-11 03:21:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 03:21:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 03:21:03] Production.INFO: Account Balance Start.
[2026-09-11 03:21:03] Production.INFO: CreateAllLog Start
[2026-09-11 03:21:03] Production.INFO: 117
[2026-09-11 03:21:03] Production.INFO: Date 2026-09-08
[2026-09-11 03:21:03] Production.INFO: Reseller ==> 0
[2026-09-11 03:21:03] Production.INFO: ==4890== Lock acquired, processing the job...
[2026-09-11 03:21:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 03:21:03] Production.INFO: Date 2026-09-09
[2026-09-11 03:21:03] Production.INFO: Reseller ==> 0
[2026-09-11 03:21:03] Production.INFO: ==4892== Lock acquired, processing the job...
[2026-09-11 03:21:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 03:21:03] Production.INFO: Date 2026-09-10
[2026-09-11 03:21:03] Production.INFO: Reseller ==> 0
[2026-09-11 03:21:03] Production.INFO: Date 2026-09-11
[2026-09-11 03:21:03] Production.INFO: Reseller ==> 0
[2026-09-11 03:21:03] Production.INFO: ==4896== Lock acquired, processing the job...
[2026-09-11 03:21:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 03:21:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 03:21:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 03:21:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 03:21:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 03:21:03] Production.INFO: Total Charge 0
[2026-09-11 03:21:03] Production.INFO: CreateAllLog End
[2026-09-11 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-09-11 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-09-11 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-09-11 03:21:03] Production.INFO: ==4896== Releasing lock...
[2026-09-11 03:21:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 03:21:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 03:21:03] Production.INFO: Account Balance End.
[2026-09-11 03:21:03] Production.ERROR: CronJobId end 12
[2026-09-11 03:21:03] Production.INFO: ==4894== Releasing lock...
[2026-09-11 03:21:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 03:21:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 03:21:04] Production.INFO: ==4890== Releasing lock...
[2026-09-11 03:21:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 03:21:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 03:21:12] Production.ERROR: CronJobId end10
[2026-09-11 03:21:12] Production.INFO: ==4892== Releasing lock...
[2026-09-11 03:21:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 03:21:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 03:21:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 03:21:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 03:21:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 03:21:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 03:21:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 03:21:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 03:21:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 03:21:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 03:21:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 03:21:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 03:21:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 03:21:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 03:21:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 03:21:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 03:21:14] Production.INFO: call_cost start
[2026-09-11 03:21:14] Production.INFO: call_cost end
[2026-09-11 03:21:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 03:21:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 03:21:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 03:21:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 03:21:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 03:21:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 03:21:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 03:21:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 03:21:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 03:21:14] Production.INFO: ==4888== Releasing lock...
[2026-09-11 03:21:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 03:21:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 08:22:01] Production.INFO: ==4955== Lock acquired, processing the job...
[2026-09-11 08:22:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 08:22:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 08:22:02] Production.INFO: neon service started
[2026-09-11 08:22:02] Production.INFO: neon service started
[2026-09-11 08:22:02] Production.INFO: ==4955== Releasing lock...
[2026-09-11 08:22:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 08:22:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 03:22:02] Production.INFO: ==4957== Lock acquired, processing the job...
[2026-09-11 03:22:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 07:22:02] Production.INFO: ==4959== Lock acquired, processing the job...
[2026-09-11 07:22:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 07:22:02] Production.INFO: ==4959== Releasing lock...
[2026-09-11 07:22:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 07:22:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 03:22:02] Production.INFO: ==4957== Releasing lock...
[2026-09-11 03:22:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 03:22:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 03:22:03] Production.INFO: ==4964== Lock acquired, processing the job...
[2026-09-11 03:22:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 03:22:03] Production.INFO: ==4962== Lock acquired, processing the job...
[2026-09-11 03:22:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 03:22:03] Production.INFO: ==4968== Lock acquired, processing the job...
[2026-09-11 03:22:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 03:22:03] Production.INFO: ==4966== Lock acquired, processing the job...
[2026-09-11 03:22:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 03:22:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 03:22:03] Production.INFO: Account Balance Start.
[2026-09-11 03:22:03] Production.INFO: CreateAllLog Start
[2026-09-11 03:22:03] Production.INFO: 117
[2026-09-11 03:22:03] Production.INFO: Date 2026-09-08
[2026-09-11 03:22:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 03:22:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 03:22:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 03:22:03] Production.INFO: ==4970== Lock acquired, processing the job...
[2026-09-11 03:22:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 03:22:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 03:22:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 03: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-09-11 03:22:04] Production.INFO: ==4970== Releasing lock...
[2026-09-11 03:22:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 03:22:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 03:22:04] Production.INFO: Date 2026-09-09
[2026-09-11 03:22:04] Production.INFO: Reseller ==> 0
[2026-09-11 03:22:04] Production.INFO: Date 2026-09-10
[2026-09-11 03:22:04] Production.INFO: Reseller ==> 0
[2026-09-11 03:22:04] Production.INFO: Date 2026-09-11
[2026-09-11 03:22:04] Production.INFO: Reseller ==> 0
[2026-09-11 03:22:04] Production.INFO: Total Charge 0
[2026-09-11 03:22:04] Production.INFO: CreateAllLog End
[2026-09-11 03:22:04] Production.INFO: ==4964== Releasing lock...
[2026-09-11 03:22:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 03:22:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 03:22:04] Production.INFO: Account Balance End.
[2026-09-11 03:22:04] Production.ERROR: CronJobId end 12
[2026-09-11 03:22:04] Production.INFO: ==4968== Releasing lock...
[2026-09-11 03:22:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 03:22:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 03:22:12] Production.ERROR: CronJobId end10
[2026-09-11 03:22:12] Production.INFO: ==4966== Releasing lock...
[2026-09-11 03:22:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 03:22:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 03:22:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 03:22:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 03:22:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 03:22:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 03:22:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 03:22:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 03:22:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 03:22:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 03:22:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 03:22:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 03:22:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 03:22:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 03:22:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 03:22:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 03:22:14] Production.INFO: call_cost start
[2026-09-11 03:22:14] Production.INFO: call_cost end
[2026-09-11 03:22:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 03:22:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 03:22:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 03:22:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 03:22:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 03:22:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 03:22:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 03:22:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 03:22:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 03:22:14] Production.INFO: ==4962== Releasing lock...
[2026-09-11 03:22:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 03:22:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 08:23:01] Production.INFO: ==5035== Lock acquired, processing the job...
[2026-09-11 08:23:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 08:23:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 08:23:01] Production.INFO: neon service started
[2026-09-11 08:23:01] Production.INFO: neon service started
[2026-09-11 08:23:01] Production.INFO: ==5035== Releasing lock...
[2026-09-11 08:23:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 08:23:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 03:23:01] Production.INFO: ==5037== Lock acquired, processing the job...
[2026-09-11 03:23:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 03:23:02] Production.INFO: ==5037== Releasing lock...
[2026-09-11 03:23:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 03:23:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 07:23:02] Production.INFO: ==5039== Lock acquired, processing the job...
[2026-09-11 07:23:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 07:23:02] Production.INFO: ==5039== Releasing lock...
[2026-09-11 07:23:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 07:23:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 03:23:02] Production.INFO: ==5049== Lock acquired, processing the job...
[2026-09-11 03:23:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 03:23:02] Production.INFO: ==5041== Lock acquired, processing the job...
[2026-09-11 03:23:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 03:23:02] Production.INFO: ==5043== Lock acquired, processing the job...
[2026-09-11 03:23:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 03:23:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 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-09-11 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-09-11 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-09-11 03:23:03] Production.INFO: ==5049== Releasing lock...
[2026-09-11 03:23:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 03:23:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 03:23:03] Production.INFO: ==5045== Lock acquired, processing the job...
[2026-09-11 03:23:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 03:23:03] Production.INFO: ==5047== Lock acquired, processing the job...
[2026-09-11 03:23:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 03:23:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 03:23:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 03:23:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 03:23:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 03:23:03] Production.INFO: Account Balance Start.
[2026-09-11 03:23:03] Production.INFO: CreateAllLog Start
[2026-09-11 03:23:03] Production.INFO: 117
[2026-09-11 03:23:03] Production.INFO: Date 2026-09-08
[2026-09-11 03:23:03] Production.INFO: Reseller ==> 0
[2026-09-11 03:23:03] Production.INFO: Date 2026-09-09
[2026-09-11 03:23:03] Production.INFO: Reseller ==> 0
[2026-09-11 03:23:03] Production.INFO: Date 2026-09-10
[2026-09-11 03:23:03] Production.INFO: Reseller ==> 0
[2026-09-11 03:23:03] Production.INFO: Date 2026-09-11
[2026-09-11 03:23:03] Production.INFO: Reseller ==> 0
[2026-09-11 03:23:03] Production.INFO: Total Charge 0
[2026-09-11 03:23:03] Production.INFO: CreateAllLog End
[2026-09-11 03:23:03] Production.INFO: Account Balance End.
[2026-09-11 03:23:03] Production.ERROR: CronJobId end 12
[2026-09-11 03:23:03] Production.INFO: ==5047== Releasing lock...
[2026-09-11 03:23:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 03:23:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 03:23:03] Production.INFO: ==5043== Releasing lock...
[2026-09-11 03:23:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 03:23:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 03:23:10] Production.ERROR: CronJobId end10
[2026-09-11 03:23:10] Production.INFO: ==5045== Releasing lock...
[2026-09-11 03:23:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 03:23:10] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 03:23:12] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 03:23:12] Production.INFO: ============== Balance Warning START===========
[2026-09-11 03:23:12] Production.INFO: ============== Balance Warning END===========
[2026-09-11 03:23:12] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 03:23:12] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 03:23:12] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 03:23:12] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 03:23:12] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 03:23:12] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 03:23:12] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 03:23:12] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 03:23:12] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 03:23:12] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 03:23:12] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 03:23:13] Production.INFO: call_cost start
[2026-09-11 03:23:13] Production.INFO: call_cost end
[2026-09-11 03:23:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 03:23:13] Production.INFO: ============== Report Schedule START===========
[2026-09-11 03:23:13] Production.INFO: ============== Report Schedule END===========
[2026-09-11 03:23:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 03:23:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 03:23:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 03:23:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 03:23:13] Production.INFO: ============== Deal alert START===========
[2026-09-11 03:23:13] Production.INFO: ============== Deal alert END===========
[2026-09-11 03:23:13] Production.INFO: ==5041== Releasing lock...
[2026-09-11 03:23:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 03:23:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 08:24:01] Production.INFO: ==5115== Lock acquired, processing the job...
[2026-09-11 08:24:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 08:24:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 08:24:01] Production.INFO: neon service started
[2026-09-11 08:24:01] Production.INFO: neon service started
[2026-09-11 08:24:01] Production.INFO: ==5115== Releasing lock...
[2026-09-11 08:24:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 08:24:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 03:24:02] Production.INFO: ==5117== Lock acquired, processing the job...
[2026-09-11 03:24:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 03:24:02] Production.INFO: ==5117== Releasing lock...
[2026-09-11 03:24:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 03:24:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 07:24:02] Production.INFO: ==5119== Lock acquired, processing the job...
[2026-09-11 07:24:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 07:24:02] Production.INFO: ==5119== Releasing lock...
[2026-09-11 07:24:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 07:24:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 03:24:03] Production.INFO: ==5122== Lock acquired, processing the job...
[2026-09-11 03:24:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 03:24:03] Production.INFO: ==5124== Lock acquired, processing the job...
[2026-09-11 03:24:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 03:24:03] Production.INFO: ==5126== Lock acquired, processing the job...
[2026-09-11 03:24:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 03:24:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 03:24:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 03:24:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 03:24:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 03:24:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 03:24:03] Production.INFO: ==5130== Lock acquired, processing the job...
[2026-09-11 03:24:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 03:24:03] Production.INFO: ==5128== Lock acquired, processing the job...
[2026-09-11 03:24:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 03:24:03] Production.INFO: Account Balance Start.
[2026-09-11 03:24:03] Production.INFO: CreateAllLog Start
[2026-09-11 03:24:03] Production.INFO: 117
[2026-09-11 03:24:03] Production.INFO: Date 2026-09-08
[2026-09-11 03:24:03] Production.INFO: Reseller ==> 0
[2026-09-11 03:24:03] Production.INFO: Date 2026-09-09
[2026-09-11 03:24:03] Production.INFO: Reseller ==> 0
[2026-09-11 03:24:03] Production.INFO: Date 2026-09-10
[2026-09-11 03:24:03] Production.INFO: Reseller ==> 0
[2026-09-11 03:24:03] Production.INFO: Date 2026-09-11
[2026-09-11 03:24:03] Production.INFO: Reseller ==> 0
[2026-09-11 03:24:03] Production.INFO: Total Charge 0
[2026-09-11 03: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-09-11 03:24:03] Production.INFO: CreateAllLog End
[2026-09-11 03: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-09-11 03: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-09-11 03:24:03] Production.INFO: ==5130== Releasing lock...
[2026-09-11 03:24:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 03:24:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 03:24:04] Production.INFO: ==5124== Releasing lock...
[2026-09-11 03:24:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 03:24:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 03:24:04] Production.INFO: Account Balance End.
[2026-09-11 03:24:04] Production.ERROR: CronJobId end 12
[2026-09-11 03:24:04] Production.INFO: ==5128== Releasing lock...
[2026-09-11 03:24:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 03:24:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 03:24: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-09-11 03:24:10] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 03:24:10] Production.INFO: ============== Balance Warning START===========
[2026-09-11 03:24:10] Production.INFO: ============== Balance Warning END===========
[2026-09-11 03:24:10] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 03:24:10] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 03:24:10] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 03:24:10] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 03:24:10] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 03:24:10] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 03:24:10] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 03:24:10] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 03:24:10] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 03:24:10] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 03:24:10] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 03:24:10] Production.INFO: call_cost start
[2026-09-11 03:24:10] Production.INFO: call_cost end
[2026-09-11 03:24:10] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 03:24:10] Production.INFO: ============== Report Schedule START===========
[2026-09-11 03:24:10] Production.INFO: ============== Report Schedule END===========
[2026-09-11 03:24:10] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 03:24:10] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 03:24:10] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 03:24:10] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 03:24:10] Production.INFO: ============== Deal alert START===========
[2026-09-11 03:24:10] Production.INFO: ============== Deal alert END===========
[2026-09-11 03:24:10] Production.INFO: ==5122== Releasing lock...
[2026-09-11 03:24:10] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 03:24:10] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 03:24:10] Production.ERROR: CronJobId end10
[2026-09-11 03:24:10] Production.INFO: ==5126== Releasing lock...
[2026-09-11 03:24:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 03:24:10] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 08:25:02] Production.INFO: ==5189== Lock acquired, processing the job...
[2026-09-11 08:25:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 08:25:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 08:25:02] Production.INFO: neon service started
[2026-09-11 08:25:02] Production.INFO: neon service started
[2026-09-11 08:25:02] Production.INFO: ==5189== Releasing lock...
[2026-09-11 08:25:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 08:25:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 03:25:02] Production.INFO: ==5191== Lock acquired, processing the job...
[2026-09-11 03:25:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 07:25:02] Production.INFO: ==5193== Lock acquired, processing the job...
[2026-09-11 07:25:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 07:25:02] Production.INFO: ==5193== Releasing lock...
[2026-09-11 07:25:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 07:25:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 03:25:03] Production.INFO: ==5191== Releasing lock...
[2026-09-11 03:25:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 03:25:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 03:25:03] Production.INFO: ==5196== Lock acquired, processing the job...
[2026-09-11 03:25:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-11 03:25:04] Production.INFO: ==5198== Lock acquired, processing the job...
[2026-09-11 03:25:04] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 03:25:04] Production.ERROR: ========================== active cronjob start =============================
[2026-09-11 03:25:04] Production.ERROR: ========================== active cronjob end =============================
[2026-09-11 03:25:04] Production.INFO: ==5196== Releasing lock...
[2026-09-11 03:25:04] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-11 03:25:04] Production.INFO: 25.5 MB #Memory Used#
[2026-09-11 03:25:04] Production.INFO: ==5202== Lock acquired, processing the job...
[2026-09-11 03:25:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 03:25:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 03:25:04] Production.INFO: ==5200== Lock acquired, processing the job...
[2026-09-11 03:25:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 03:25:04] Production.INFO: ==5208== Lock acquired, processing the job...
[2026-09-11 03:25:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 03:25:04] Production.INFO: ==5204== Lock acquired, processing the job...
[2026-09-11 03:25:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 03:25:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 03:25:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 03:25:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 03:25:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 03: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-09-11 03: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-09-11 03:25:04] Production.INFO: ==5206== Lock acquired, processing the job...
[2026-09-11 03:25:04] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-11 03: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-09-11 03:25:04] Production.INFO: ==5208== Releasing lock...
[2026-09-11 03:25:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 03:25:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 03:25:04] Production.INFO: Account Balance Start.
[2026-09-11 03:25:04] Production.INFO: CreateAllLog Start
[2026-09-11 03:25:04] Production.INFO: 117
[2026-09-11 03:25:04] Production.INFO: Date 2026-09-08
[2026-09-11 03:25:04] Production.INFO: Reseller ==> 0
[2026-09-11 03:25:04] Production.ERROR: tblTempUsageDetail_20
[2026-09-11 03:25:04] Production.INFO: Date 2026-09-09
[2026-09-11 03:25:04] Production.INFO: Reseller ==> 0
[2026-09-11 03:25:04] Production.INFO: Date 2026-09-10
[2026-09-11 03:25:04] Production.INFO: Reseller ==> 0
[2026-09-11 03:25:04] Production.INFO: Date 2026-09-11
[2026-09-11 03:25:04] Production.INFO: Reseller ==> 0
[2026-09-11 03:25:04] Production.INFO: Total Charge 0
[2026-09-11 03:25:04] Production.INFO: CreateAllLog End
[2026-09-11 03:25:04] Production.ERROR: done
[2026-09-11 03:25:05] Production.INFO: Account Balance End.
[2026-09-11 03:25:05] Production.ERROR: CronJobId end 12
[2026-09-11 03:25:05] Production.INFO: ==5204== Releasing lock...
[2026-09-11 03:25:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 03:25:05] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 03:25:05] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-11 03:25:05] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17982190', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) start
[2026-09-11 03:25:05] Production.INFO: ==5200== Releasing lock...
[2026-09-11 03:25:05] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 03:25:05] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 03:25:09] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17982190', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) end
[2026-09-11 03:25:09] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-11 03:25:09] Production.INFO: ProcessCDR(1,17982190,1,1,2)
[2026-09-11 03:25:09] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17982190,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 03:25:09] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17982190,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 03:25:09] Production.ERROR: pbx prc_insertCDR start
[2026-09-11 03:25:09] Production.ERROR: pbx prc_insertCDR end
[2026-09-11 03:25:09] Production.INFO: ==5206== Releasing lock...
[2026-09-11 03:25:09] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-11 03:25:09] Production.INFO: 26 MB #Memory Used#
[2026-09-11 03:25:14] Production.ERROR: CronJobId end10
[2026-09-11 03:25:14] Production.INFO: ==5202== Releasing lock...
[2026-09-11 03:25:14] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 03:25:14] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 03:25:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 03:25:16] Production.INFO: ============== Balance Warning START===========
[2026-09-11 03:25:16] Production.INFO: ============== Balance Warning END===========
[2026-09-11 03:25:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 03:25:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 03:25:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 03:25:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 03:25:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 03:25:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 03:25:16] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 03:25:16] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 03:25:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 03:25:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 03:25:16] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 03:25:17] Production.INFO: call_cost start
[2026-09-11 03:25:17] Production.INFO: call_cost end
[2026-09-11 03:25:17] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 03:25:17] Production.INFO: ============== Report Schedule START===========
[2026-09-11 03:25:17] Production.INFO: ============== Report Schedule END===========
[2026-09-11 03:25:17] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 03:25:17] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 03:25:17] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 03:25:17] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 03:25:17] Production.INFO: ============== Deal alert START===========
[2026-09-11 03:25:17] Production.INFO: ============== Deal alert END===========
[2026-09-11 03:25:17] Production.INFO: ==5198== Releasing lock...
[2026-09-11 03:25:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 03:25:17] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 08:26:01] Production.INFO: ==5307== Lock acquired, processing the job...
[2026-09-11 08:26:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 08:26:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 08:26:01] Production.INFO: neon service started
[2026-09-11 08:26:01] Production.INFO: neon service started
[2026-09-11 08:26:01] Production.INFO: ==5307== Releasing lock...
[2026-09-11 08:26:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 08:26:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 03:26:02] Production.INFO: ==5309== Lock acquired, processing the job...
[2026-09-11 03:26:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 07:26:02] Production.INFO: ==5311== Lock acquired, processing the job...
[2026-09-11 07:26:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 07:26:02] Production.INFO: ==5311== Releasing lock...
[2026-09-11 07:26:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 07:26:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 03:26:02] Production.INFO: ==5309== Releasing lock...
[2026-09-11 03:26:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 03:26:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 03:26:03] Production.INFO: ==5316== Lock acquired, processing the job...
[2026-09-11 03:26:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 03:26:03] Production.INFO: ==5318== Lock acquired, processing the job...
[2026-09-11 03:26:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 03:26:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 03:26:03] Production.INFO: ==5320== Lock acquired, processing the job...
[2026-09-11 03:26:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 03:26:03] Production.INFO: ==5322== Lock acquired, processing the job...
[2026-09-11 03:26:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 03:26:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 03:26:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 03:26:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 03:26:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 03:26:03] Production.INFO: Account Balance Start.
[2026-09-11 03:26:03] Production.INFO: CreateAllLog Start
[2026-09-11 03:26:03] Production.INFO: 117
[2026-09-11 03:26:03] Production.INFO: ==5324== Lock acquired, processing the job...
[2026-09-11 03:26:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 03:26:03] Production.INFO: Date 2026-09-08
[2026-09-11 03:26:03] Production.INFO: Reseller ==> 0
[2026-09-11 03:26:03] Production.INFO: Date 2026-09-09
[2026-09-11 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-09-11 03:26:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 03:26:03] Production.INFO: ==5324== Releasing lock...
[2026-09-11 03:26:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 03:26:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 03:26:03] Production.INFO: Date 2026-09-10
[2026-09-11 03:26:03] Production.INFO: Reseller ==> 0
[2026-09-11 03:26:03] Production.INFO: Date 2026-09-11
[2026-09-11 03:26:03] Production.INFO: Reseller ==> 0
[2026-09-11 03:26:03] Production.INFO: Total Charge 0
[2026-09-11 03:26:03] Production.INFO: CreateAllLog End
[2026-09-11 03:26:04] Production.INFO: ==5318== Releasing lock...
[2026-09-11 03:26:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 03:26:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 03:26:04] Production.INFO: Account Balance End.
[2026-09-11 03:26:04] Production.ERROR: CronJobId end 12
[2026-09-11 03:26:04] Production.INFO: ==5322== Releasing lock...
[2026-09-11 03:26:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 03:26:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 03:26:12] Production.ERROR: CronJobId end10
[2026-09-11 03:26:12] Production.INFO: ==5320== Releasing lock...
[2026-09-11 03:26:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 03:26:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 03:26:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 03:26:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 03:26:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 03:26:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 03:26:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 03:26:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 03:26:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 03:26:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 03:26:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 03:26:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 03:26:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 03:26:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 03:26:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 03:26:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 03:26:14] Production.INFO: call_cost start
[2026-09-11 03:26:14] Production.INFO: call_cost end
[2026-09-11 03:26:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 03:26:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 03:26:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 03:26:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 03:26:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 03:26:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 03:26:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 03:26:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 03:26:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 03:26:14] Production.INFO: ==5316== Releasing lock...
[2026-09-11 03:26:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 03:26:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 08:27:02] Production.INFO: ==5413== Lock acquired, processing the job...
[2026-09-11 08:27:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 08:27:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 08:27:02] Production.INFO: neon service started
[2026-09-11 08:27:02] Production.INFO: neon service started
[2026-09-11 08:27:02] Production.INFO: ==5413== Releasing lock...
[2026-09-11 08:27:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 08:27:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 03:27:02] Production.INFO: ==5415== Lock acquired, processing the job...
[2026-09-11 03:27:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 03:27:02] Production.INFO: ==5415== Releasing lock...
[2026-09-11 03:27:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 03:27:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 07:27:02] Production.INFO: ==5417== Lock acquired, processing the job...
[2026-09-11 07:27:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 07:27:02] Production.INFO: ==5417== Releasing lock...
[2026-09-11 07:27:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 07:27:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 03:27:03] Production.INFO: ==5420== Lock acquired, processing the job...
[2026-09-11 03:27:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 03:27:03] Production.INFO: ==5422== Lock acquired, processing the job...
[2026-09-11 03:27:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 03:27:03] Production.INFO: ==5426== Lock acquired, processing the job...
[2026-09-11 03:27:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 03:27:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 03:27:03] Production.INFO: Account Balance Start.
[2026-09-11 03:27:03] Production.INFO: CreateAllLog Start
[2026-09-11 03:27:03] Production.INFO: 117
[2026-09-11 03:27:03] Production.INFO: ==5424== Lock acquired, processing the job...
[2026-09-11 03:27:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 03:27:03] Production.INFO: Date 2026-09-08
[2026-09-11 03:27:03] Production.INFO: Reseller ==> 0
[2026-09-11 03:27:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 03:27:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 03:27:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 03:27:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 03:27:03] Production.INFO: ==5428== Lock acquired, processing the job...
[2026-09-11 03:27:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 03:27:03] Production.INFO: Date 2026-09-09
[2026-09-11 03:27:03] Production.INFO: Reseller ==> 0
[2026-09-11 03:27:03] Production.INFO: Date 2026-09-10
[2026-09-11 03:27:03] Production.INFO: Reseller ==> 0
[2026-09-11 03:27:03] Production.INFO: Date 2026-09-11
[2026-09-11 03:27:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 03:27:03] Production.INFO: Total Charge 0
[2026-09-11 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-09-11 03:27:03] Production.INFO: ==5428== Releasing lock...
[2026-09-11 03:27:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 03:27:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 03:27:03] Production.INFO: CreateAllLog End
[2026-09-11 03:27:03] Production.INFO: Account Balance End.
[2026-09-11 03:27:04] Production.ERROR: CronJobId end 12
[2026-09-11 03:27:04] Production.INFO: ==5426== Releasing lock...
[2026-09-11 03:27:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 03:27:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 03:27:04] Production.INFO: ==5422== Releasing lock...
[2026-09-11 03:27:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 03:27:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 03:27:11] Production.ERROR: CronJobId end10
[2026-09-11 03:27:11] Production.INFO: ==5424== Releasing lock...
[2026-09-11 03:27:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 03:27:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 03:27:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 03:27:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 03:27:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 03:27:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 03:27:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 03:27:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 03:27:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 03:27:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 03:27:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 03:27:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 03:27:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 03:27:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 03:27:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 03:27:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 03:27:13] Production.INFO: call_cost start
[2026-09-11 03:27:13] Production.INFO: call_cost end
[2026-09-11 03:27:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 03:27:13] Production.INFO: ============== Report Schedule START===========
[2026-09-11 03:27:13] Production.INFO: ============== Report Schedule END===========
[2026-09-11 03:27:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 03:27:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 03:27:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 03:27:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 03:27:13] Production.INFO: ============== Deal alert START===========
[2026-09-11 03:27:13] Production.INFO: ============== Deal alert END===========
[2026-09-11 03:27:13] Production.INFO: ==5420== Releasing lock...
[2026-09-11 03:27:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 03:27:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 08:28:01] Production.INFO: ==5488== Lock acquired, processing the job...
[2026-09-11 08:28:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 08:28:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 08:28:01] Production.INFO: neon service started
[2026-09-11 08:28:01] Production.INFO: neon service started
[2026-09-11 08:28:01] Production.INFO: ==5488== Releasing lock...
[2026-09-11 08:28:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 08:28:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 03:28:02] Production.INFO: ==5490== Lock acquired, processing the job...
[2026-09-11 03:28:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 07:28:02] Production.INFO: ==5492== Lock acquired, processing the job...
[2026-09-11 07:28:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 07:28:02] Production.INFO: ==5492== Releasing lock...
[2026-09-11 07:28:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 07:28:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 03:28:02] Production.INFO: ==5490== Releasing lock...
[2026-09-11 03:28:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 03:28:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 03:28:03] Production.INFO: ==5496== Lock acquired, processing the job...
[2026-09-11 03:28:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 03:28:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 03:28:03] Production.INFO: ==5501== Lock acquired, processing the job...
[2026-09-11 03:28:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 03:28:03] Production.INFO: ==5498== Lock acquired, processing the job...
[2026-09-11 03:28:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 03:28:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 03:28:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 03:28:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 03:28:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 03:28:03] Production.INFO: ==5503== Lock acquired, processing the job...
[2026-09-11 03:28:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 03:28:03] Production.INFO: ==5505== Lock acquired, processing the job...
[2026-09-11 03:28:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 03:28:03] Production.INFO: Account Balance Start.
[2026-09-11 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-09-11 03:28:03] Production.INFO: CreateAllLog Start
[2026-09-11 03:28:03] Production.INFO: 117
[2026-09-11 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-09-11 03:28:03] Production.INFO: Date 2026-09-08
[2026-09-11 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-09-11 03:28:03] Production.INFO: Reseller ==> 0
[2026-09-11 03:28:03] Production.INFO: ==5505== Releasing lock...
[2026-09-11 03:28:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 03:28:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 03:28:03] Production.INFO: Date 2026-09-09
[2026-09-11 03:28:03] Production.INFO: Reseller ==> 0
[2026-09-11 03:28:03] Production.INFO: Date 2026-09-10
[2026-09-11 03:28:03] Production.INFO: Reseller ==> 0
[2026-09-11 03:28:03] Production.INFO: Date 2026-09-11
[2026-09-11 03:28:03] Production.INFO: Reseller ==> 0
[2026-09-11 03:28:03] Production.INFO: Total Charge 0
[2026-09-11 03:28:03] Production.INFO: CreateAllLog End
[2026-09-11 03:28:03] Production.INFO: Account Balance End.
[2026-09-11 03:28:04] Production.ERROR: CronJobId end 12
[2026-09-11 03:28:04] Production.INFO: ==5503== Releasing lock...
[2026-09-11 03:28:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 03:28:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 03:28:04] Production.INFO: ==5498== Releasing lock...
[2026-09-11 03:28:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 03:28:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 03:28:11] Production.ERROR: CronJobId end10
[2026-09-11 03:28:11] Production.INFO: ==5501== Releasing lock...
[2026-09-11 03:28:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 03:28:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 03:28:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 03:28:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 03:28:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 03:28:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 03:28:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 03:28:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 03:28:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 03:28:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 03:28:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 03:28:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 03:28:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 03:28:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 03:28:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 03:28:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 03:28:14] Production.INFO: call_cost start
[2026-09-11 03:28:14] Production.INFO: call_cost end
[2026-09-11 03:28:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 03:28:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 03:28:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 03:28:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 03:28:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 03:28:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 03:28:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 03:28:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 03:28:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 03:28:14] Production.INFO: ==5496== Releasing lock...
[2026-09-11 03:28:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 03:28:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 08:29:01] Production.INFO: ==5561== Lock acquired, processing the job...
[2026-09-11 08:29:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 08:29:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 08:29:01] Production.INFO: neon service started
[2026-09-11 08:29:01] Production.INFO: neon service started
[2026-09-11 08:29:01] Production.INFO: ==5561== Releasing lock...
[2026-09-11 08:29:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 08:29:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 07:29:02] Production.INFO: ==5565== Lock acquired, processing the job...
[2026-09-11 07:29:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 07:29:02] Production.INFO: ==5565== Releasing lock...
[2026-09-11 07:29:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 07:29:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 03:29:02] Production.INFO: ==5563== Lock acquired, processing the job...
[2026-09-11 03:29:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 03:29:02] Production.INFO: ==5563== Releasing lock...
[2026-09-11 03:29:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 03:29:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 03:29:03] Production.INFO: ==5568== Lock acquired, processing the job...
[2026-09-11 03:29:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 03:29:03] Production.INFO: ==5570== Lock acquired, processing the job...
[2026-09-11 03:29:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 03:29:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 03:29:03] Production.INFO: ==5572== Lock acquired, processing the job...
[2026-09-11 03:29:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 03:29:03] Production.INFO: ==5574== Lock acquired, processing the job...
[2026-09-11 03:29:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 03:29:03] Production.INFO: ==5576== Lock acquired, processing the job...
[2026-09-11 03:29:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 03:29:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 03:29:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 03:29:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 03:29:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 03:29:03] Production.INFO: Account Balance Start.
[2026-09-11 03:29:03] Production.INFO: CreateAllLog Start
[2026-09-11 03:29:03] Production.INFO: 117
[2026-09-11 03:29:03] Production.INFO: Date 2026-09-08
[2026-09-11 03:29:03] Production.INFO: Reseller ==> 0
[2026-09-11 03:29:03] Production.INFO: Date 2026-09-09
[2026-09-11 03:29:03] Production.INFO: Reseller ==> 0
[2026-09-11 03:29:03] Production.INFO: Date 2026-09-10
[2026-09-11 03:29:03] Production.INFO: Reseller ==> 0
[2026-09-11 03: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-09-11 03: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-09-11 03: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-09-11 03:29:03] Production.INFO: ==5576== Releasing lock...
[2026-09-11 03:29:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 03:29:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 03:29:03] Production.INFO: Date 2026-09-11
[2026-09-11 03:29:03] Production.INFO: Reseller ==> 0
[2026-09-11 03:29:03] Production.INFO: Total Charge 0
[2026-09-11 03:29:03] Production.INFO: CreateAllLog End
[2026-09-11 03:29:03] Production.INFO: Account Balance End.
[2026-09-11 03:29:03] Production.ERROR: CronJobId end 12
[2026-09-11 03:29:03] Production.INFO: ==5574== Releasing lock...
[2026-09-11 03:29:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 03:29:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 03:29:04] Production.INFO: ==5570== Releasing lock...
[2026-09-11 03:29:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 03:29:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 03:29:11] Production.ERROR: CronJobId end10
[2026-09-11 03:29:11] Production.INFO: ==5572== Releasing lock...
[2026-09-11 03:29:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 03:29:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 03:29:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 03:29:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 03:29:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 03:29:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 03:29:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 03:29:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 03:29:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 03:29:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 03:29:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 03:29:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 03:29:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 03:29:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 03:29:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 03:29:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 03:29:14] Production.INFO: call_cost start
[2026-09-11 03:29:14] Production.INFO: call_cost end
[2026-09-11 03:29:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 03:29:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 03:29:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 03:29:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 03:29:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 03:29:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 03:29:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 03:29:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 03:29:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 03:29:14] Production.INFO: ==5568== Releasing lock...
[2026-09-11 03:29:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 03:29:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 08:30:02] Production.INFO: ==5635== Lock acquired, processing the job...
[2026-09-11 08:30:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 08:30:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 08:30:02] Production.INFO: neon service started
[2026-09-11 08:30:02] Production.INFO: neon service started
[2026-09-11 08:30:02] Production.INFO: ==5635== Releasing lock...
[2026-09-11 08:30:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 08:30:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 07:30:02] Production.INFO: ==5639== Lock acquired, processing the job...
[2026-09-11 07:30:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 07:30:02] Production.INFO: ==5639== Releasing lock...
[2026-09-11 07:30:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 07:30:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 03:30:02] Production.INFO: ==5637== Lock acquired, processing the job...
[2026-09-11 03:30:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 03:30:02] Production.INFO: ==5637== Releasing lock...
[2026-09-11 03:30:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 03:30:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 03:30:03] Production.INFO: ==5644== Lock acquired, processing the job...
[2026-09-11 03:30:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 03:30:03] Production.INFO: ==5648== Lock acquired, processing the job...
[2026-09-11 03:30:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 03:30:03] Production.INFO: ==5646== Lock acquired, processing the job...
[2026-09-11 03:30:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 03:30:03] Production.INFO: ==5642== Lock acquired, processing the job...
[2026-09-11 03:30:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 03:30:03] Production.INFO: ==5650== Lock acquired, processing the job...
[2026-09-11 03:30:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 03:30:03] Production.INFO: Account Balance Start.
[2026-09-11 03:30:03] Production.INFO: CreateAllLog Start
[2026-09-11 03:30:03] Production.INFO: 117
[2026-09-11 03:30:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 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-09-11 03:30:03] Production.INFO: Date 2026-09-08
[2026-09-11 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-09-11 03:30:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 03:30:03] Production.INFO: ==5650== Releasing lock...
[2026-09-11 03:30:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 03:30:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 03:30:04] Production.INFO: Date 2026-09-09
[2026-09-11 03:30:04] Production.INFO: Reseller ==> 0
[2026-09-11 03:30:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 03:30:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 03:30:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 03:30:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 03:30:04] Production.INFO: Date 2026-09-10
[2026-09-11 03:30:04] Production.INFO: Reseller ==> 0
[2026-09-11 03:30:04] Production.INFO: Date 2026-09-11
[2026-09-11 03:30:04] Production.INFO: Reseller ==> 0
[2026-09-11 03:30:04] Production.INFO: Total Charge 0
[2026-09-11 03:30:04] Production.INFO: CreateAllLog End
[2026-09-11 03:30:04] Production.INFO: Account Balance End.
[2026-09-11 03:30:04] Production.ERROR: CronJobId end 12
[2026-09-11 03:30:04] Production.INFO: ==5648== Releasing lock...
[2026-09-11 03:30:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 03:30:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 03:30:04] Production.INFO: ==5644== Releasing lock...
[2026-09-11 03:30:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 03:30:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 03:30:12] Production.ERROR: CronJobId end10
[2026-09-11 03:30:12] Production.INFO: ==5646== Releasing lock...
[2026-09-11 03:30:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 03:30:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 03:30:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 03:30:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 03:30:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 03:30:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 03:30:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 03:30:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 03:30:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 03:30:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 03:30:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 03:30:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 03:30:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 03:30:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 03:30:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 03:30:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 03:30:15] Production.INFO: call_cost start
[2026-09-11 03:30:15] Production.INFO: call_cost end
[2026-09-11 03:30:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 03:30:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 03:30:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 03:30:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 03:30:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 03:30:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 03:30:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 03:30:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 03:30:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 03:30:15] Production.INFO: ==5642== Releasing lock...
[2026-09-11 03:30:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 03:30:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 08:31:01] Production.INFO: ==5715== Lock acquired, processing the job...
[2026-09-11 08:31:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 08:31:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 08:31:01] Production.INFO: neon service started
[2026-09-11 08:31:01] Production.INFO: neon service started
[2026-09-11 08:31:01] Production.INFO: ==5715== Releasing lock...
[2026-09-11 08:31:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 08:31:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 07:31:02] Production.INFO: ==5719== Lock acquired, processing the job...
[2026-09-11 07:31:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 07:31:02] Production.INFO: ==5719== Releasing lock...
[2026-09-11 07:31:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 07:31:02] Production.INFO: 26 MB #Memory Used#
[2026-09-11 03:31:02] Production.INFO: ==5717== Lock acquired, processing the job...
[2026-09-11 03:31:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 03:31:02] Production.INFO: ==5717== Releasing lock...
[2026-09-11 03:31:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 03:31:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 03:31:03] Production.INFO: ==5724== Lock acquired, processing the job...
[2026-09-11 03:31:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 03:31:03] Production.INFO: ==5722== Lock acquired, processing the job...
[2026-09-11 03:31:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 03:31:03] Production.INFO: ==5726== Lock acquired, processing the job...
[2026-09-11 03:31:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 03:31:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 03:31:03] Production.INFO: ==5728== Lock acquired, processing the job...
[2026-09-11 03:31:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 03:31:03] Production.INFO: ==5730== Lock acquired, processing the job...
[2026-09-11 03:31:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 03:31:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 03:31:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 03:31:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 03:31:03] Production.INFO: Account Balance Start.
[2026-09-11 03:31:03] Production.INFO: CreateAllLog Start
[2026-09-11 03:31:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 03:31:03] Production.INFO: 117
[2026-09-11 03:31:03] Production.INFO: Date 2026-09-08
[2026-09-11 03:31:03] Production.INFO: Reseller ==> 0
[2026-09-11 03: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-09-11 03: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-09-11 03: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-09-11 03:31:03] Production.INFO: ==5730== Releasing lock...
[2026-09-11 03:31:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 03:31:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 03:31:03] Production.INFO: Date 2026-09-09
[2026-09-11 03:31:03] Production.INFO: Reseller ==> 0
[2026-09-11 03:31:03] Production.INFO: Date 2026-09-10
[2026-09-11 03:31:03] Production.INFO: Reseller ==> 0
[2026-09-11 03:31:03] Production.INFO: Date 2026-09-11
[2026-09-11 03:31:03] Production.INFO: Reseller ==> 0
[2026-09-11 03:31:03] Production.INFO: Total Charge 0
[2026-09-11 03:31:03] Production.INFO: CreateAllLog End
[2026-09-11 03:31:03] Production.INFO: Account Balance End.
[2026-09-11 03:31:03] Production.ERROR: CronJobId end 12
[2026-09-11 03:31:03] Production.INFO: ==5728== Releasing lock...
[2026-09-11 03:31:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 03:31:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 03:31:03] Production.INFO: ==5724== Releasing lock...
[2026-09-11 03:31:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 03:31:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 03:31:11] Production.ERROR: CronJobId end10
[2026-09-11 03:31:11] Production.INFO: ==5726== Releasing lock...
[2026-09-11 03:31:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 03:31:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 03:31:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 03:31:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 03:31:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 03:31:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 03:31:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 03:31:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 03:31:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 03:31:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 03:31:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 03:31:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 03:31:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 03:31:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 03:31:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 03:31:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 03:31:14] Production.INFO: call_cost start
[2026-09-11 03:31:14] Production.INFO: call_cost end
[2026-09-11 03:31:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 03:31:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 03:31:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 03:31:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 03:31:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 03:31:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 03:31:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 03:31:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 03:31:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 03:31:14] Production.INFO: ==5722== Releasing lock...
[2026-09-11 03:31:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 03:31:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 08:32:02] Production.INFO: ==5786== Lock acquired, processing the job...
[2026-09-11 08:32:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 08:32:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 08:32:02] Production.INFO: neon service started
[2026-09-11 08:32:02] Production.INFO: neon service started
[2026-09-11 08:32:02] Production.INFO: ==5786== Releasing lock...
[2026-09-11 08:32:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 08:32:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 03:32:02] Production.INFO: ==5789== Lock acquired, processing the job...
[2026-09-11 03:32:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 03:32:02] Production.INFO: ==5789== Releasing lock...
[2026-09-11 03:32:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 03:32:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 07:32:02] Production.INFO: ==5791== Lock acquired, processing the job...
[2026-09-11 07:32:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 07:32:02] Production.INFO: ==5791== Releasing lock...
[2026-09-11 07:32:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 07:32:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 03:32:03] Production.INFO: ==5797== Lock acquired, processing the job...
[2026-09-11 03:32:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 03:32:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 03:32:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 03:32:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 03:32:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 03:32:03] Production.INFO: ==5795== Lock acquired, processing the job...
[2026-09-11 03:32:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 03:32:03] Production.INFO: ==5801== Lock acquired, processing the job...
[2026-09-11 03:32:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 03:32:03] Production.INFO: ==5793== Lock acquired, processing the job...
[2026-09-11 03:32:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 03:32:03] Production.INFO: ==5799== Lock acquired, processing the job...
[2026-09-11 03:32:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 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-09-11 03:32:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 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-09-11 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-09-11 03:32:03] Production.INFO: ==5801== Releasing lock...
[2026-09-11 03:32:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 03:32:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 03:32:03] Production.INFO: Account Balance Start.
[2026-09-11 03:32:03] Production.INFO: CreateAllLog Start
[2026-09-11 03:32:03] Production.INFO: 117
[2026-09-11 03:32:03] Production.INFO: Date 2026-09-08
[2026-09-11 03:32:03] Production.INFO: Reseller ==> 0
[2026-09-11 03:32:03] Production.INFO: Date 2026-09-09
[2026-09-11 03:32:03] Production.INFO: Reseller ==> 0
[2026-09-11 03:32:03] Production.INFO: Date 2026-09-10
[2026-09-11 03:32:03] Production.INFO: Reseller ==> 0
[2026-09-11 03:32:04] Production.INFO: Date 2026-09-11
[2026-09-11 03:32:04] Production.INFO: Reseller ==> 0
[2026-09-11 03:32:04] Production.INFO: Total Charge 0
[2026-09-11 03:32:04] Production.INFO: CreateAllLog End
[2026-09-11 03:32:04] Production.INFO: ==5795== Releasing lock...
[2026-09-11 03:32:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 03:32:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 03:32:04] Production.INFO: Account Balance End.
[2026-09-11 03:32:04] Production.ERROR: CronJobId end 12
[2026-09-11 03:32:04] Production.INFO: ==5799== Releasing lock...
[2026-09-11 03:32:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 03:32:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 03:32:11] Production.ERROR: CronJobId end10
[2026-09-11 03:32:11] Production.INFO: ==5797== Releasing lock...
[2026-09-11 03:32:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 03:32:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 03:32:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 03:32:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 03:32:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 03:32:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 03:32:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 03:32:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 03:32:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 03:32:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 03:32:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 03:32:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 03:32:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 03:32:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 03:32:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 03:32:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 03:32:14] Production.INFO: call_cost start
[2026-09-11 03:32:14] Production.INFO: call_cost end
[2026-09-11 03:32:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 03:32:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 03:32:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 03:32:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 03:32:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 03:32:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 03:32:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 03:32:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 03:32:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 03:32:14] Production.INFO: ==5793== Releasing lock...
[2026-09-11 03:32:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 03:32:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 08:33:01] Production.INFO: ==5856== Lock acquired, processing the job...
[2026-09-11 08:33:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 08:33:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 08:33:01] Production.INFO: neon service started
[2026-09-11 08:33:01] Production.INFO: neon service started
[2026-09-11 08:33:01] Production.INFO: ==5856== Releasing lock...
[2026-09-11 08:33:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 08:33:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 03:33:01] Production.INFO: ==5858== Lock acquired, processing the job...
[2026-09-11 03:33:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 03:33:02] Production.INFO: ==5858== Releasing lock...
[2026-09-11 03:33:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 03:33:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 07:33:02] Production.INFO: ==5860== Lock acquired, processing the job...
[2026-09-11 07:33:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 07:33:02] Production.INFO: ==5860== Releasing lock...
[2026-09-11 07:33:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 07:33:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 03:33:02] Production.INFO: ==5865== Lock acquired, processing the job...
[2026-09-11 03:33:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 03:33:03] Production.INFO: ==5863== Lock acquired, processing the job...
[2026-09-11 03:33:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 03:33:03] Production.INFO: ==5869== Lock acquired, processing the job...
[2026-09-11 03:33:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 03:33:03] Production.INFO: ==5867== Lock acquired, processing the job...
[2026-09-11 03:33:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 03:33:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 03:33:03] Production.INFO: Account Balance Start.
[2026-09-11 03:33:03] Production.INFO: CreateAllLog Start
[2026-09-11 03:33:03] Production.INFO: 117
[2026-09-11 03:33:03] Production.INFO: Date 2026-09-08
[2026-09-11 03:33:03] Production.INFO: ==5871== Lock acquired, processing the job...
[2026-09-11 03:33:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 03:33:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 03:33:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 03:33:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 03:33:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 03:33:03] Production.INFO: Reseller ==> 0
[2026-09-11 03:33:03] Production.INFO: Date 2026-09-09
[2026-09-11 03:33:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 03:33:03] Production.INFO: Date 2026-09-10
[2026-09-11 03:33:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 03:33:03] Production.INFO: Date 2026-09-11
[2026-09-11 03:33:03] Production.INFO: Reseller ==> 0
[2026-09-11 03:33:03] Production.INFO: ==5871== Releasing lock...
[2026-09-11 03:33:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 03:33:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 03:33:03] Production.INFO: ==5865== Releasing lock...
[2026-09-11 03:33:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 03:33:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 03:33:03] Production.INFO: Total Charge 0
[2026-09-11 03:33:03] Production.INFO: CreateAllLog End
[2026-09-11 03:33:03] Production.INFO: Account Balance End.
[2026-09-11 03:33:03] Production.ERROR: CronJobId end 12
[2026-09-11 03:33:03] Production.INFO: ==5869== Releasing lock...
[2026-09-11 03:33:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 03:33:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 03:33:11] Production.ERROR: CronJobId end10
[2026-09-11 03:33:11] Production.INFO: ==5867== Releasing lock...
[2026-09-11 03:33:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 03:33:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 03:33:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 03:33:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 03:33:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 03:33:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 03:33:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 03:33:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 03:33:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 03:33:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 03:33:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 03:33:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 03:33:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 03:33:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 03:33:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 03:33:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 03:33:14] Production.INFO: call_cost start
[2026-09-11 03:33:14] Production.INFO: call_cost end
[2026-09-11 03:33:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 03:33:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 03:33:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 03:33:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 03:33:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 03:33:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 03:33:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 03:33:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 03:33:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 03:33:14] Production.INFO: ==5863== Releasing lock...
[2026-09-11 03:33:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 03:33:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 08:34:01] Production.INFO: ==5932== Lock acquired, processing the job...
[2026-09-11 08:34:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 08:34:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 08:34:01] Production.INFO: neon service started
[2026-09-11 08:34:01] Production.INFO: neon service started
[2026-09-11 08:34:01] Production.INFO: ==5932== Releasing lock...
[2026-09-11 08:34:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 08:34:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 03:34:02] Production.INFO: ==5934== Lock acquired, processing the job...
[2026-09-11 03:34:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 03:34:02] Production.INFO: ==5934== Releasing lock...
[2026-09-11 03:34:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 03:34:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 07:34:02] Production.INFO: ==5936== Lock acquired, processing the job...
[2026-09-11 07:34:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 07:34:02] Production.INFO: ==5936== Releasing lock...
[2026-09-11 07:34:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 07:34:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 03:34:03] Production.INFO: ==5942== Lock acquired, processing the job...
[2026-09-11 03:34:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 03:34:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 03:34:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 03:34:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 03:34:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 03:34:03] Production.INFO: ==5938== Lock acquired, processing the job...
[2026-09-11 03:34:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 03:34:03] Production.INFO: ==5940== Lock acquired, processing the job...
[2026-09-11 03:34:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 03:34:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 03:34:03] Production.INFO: ==5944== Lock acquired, processing the job...
[2026-09-11 03:34:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 03:34:03] Production.INFO: ==5946== Lock acquired, processing the job...
[2026-09-11 03:34:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 03:34:03] Production.INFO: Account Balance Start.
[2026-09-11 03:34:03] Production.INFO: CreateAllLog Start
[2026-09-11 03:34:03] Production.INFO: 117
[2026-09-11 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-09-11 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-09-11 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-09-11 03:34:03] Production.INFO: Date 2026-09-08
[2026-09-11 03:34:03] Production.INFO: ==5946== Releasing lock...
[2026-09-11 03:34:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 03:34:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 03:34:03] Production.INFO: Reseller ==> 0
[2026-09-11 03:34:03] Production.INFO: Date 2026-09-09
[2026-09-11 03:34:03] Production.INFO: Reseller ==> 0
[2026-09-11 03:34:03] Production.INFO: Date 2026-09-10
[2026-09-11 03:34:03] Production.INFO: Reseller ==> 0
[2026-09-11 03:34:03] Production.INFO: Date 2026-09-11
[2026-09-11 03:34:03] Production.INFO: Reseller ==> 0
[2026-09-11 03:34:04] Production.INFO: Total Charge 0
[2026-09-11 03:34:04] Production.INFO: CreateAllLog End
[2026-09-11 03:34:04] Production.INFO: Account Balance End.
[2026-09-11 03:34:04] Production.ERROR: CronJobId end 12
[2026-09-11 03:34:04] Production.INFO: ==5944== Releasing lock...
[2026-09-11 03:34:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 03:34:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 03:34:04] Production.INFO: ==5940== Releasing lock...
[2026-09-11 03:34:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 03:34:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 03:34:11] Production.ERROR: CronJobId end10
[2026-09-11 03:34:11] Production.INFO: ==5942== Releasing lock...
[2026-09-11 03:34:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 03:34:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 03:34:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 03:34:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 03:34:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 03:34:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 03:34:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 03:34:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 03:34:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 03:34:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 03:34:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 03:34:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 03:34:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 03:34:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 03:34:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 03:34:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 03:34:14] Production.INFO: call_cost start
[2026-09-11 03:34:14] Production.INFO: call_cost end
[2026-09-11 03:34:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 03:34:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 03:34:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 03:34:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 03:34:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 03:34:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 03:34:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 03:34:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 03:34:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 03:34:14] Production.INFO: ==5938== Releasing lock...
[2026-09-11 03:34:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 03:34:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 08:35:02] Production.INFO: ==6006== Lock acquired, processing the job...
[2026-09-11 08:35:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 08:35:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 08:35:02] Production.INFO: neon service started
[2026-09-11 08:35:02] Production.INFO: neon service started
[2026-09-11 08:35:02] Production.INFO: ==6006== Releasing lock...
[2026-09-11 08:35:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 08:35:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 03:35:02] Production.INFO: ==6008== Lock acquired, processing the job...
[2026-09-11 03:35:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 07:35:02] Production.INFO: ==6010== Lock acquired, processing the job...
[2026-09-11 07:35:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 07:35:02] Production.INFO: ==6010== Releasing lock...
[2026-09-11 07:35:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 07:35:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 03:35:03] Production.INFO: ==6008== Releasing lock...
[2026-09-11 03:35:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 03:35:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 03:35:03] Production.INFO: ==6014== Lock acquired, processing the job...
[2026-09-11 03:35:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-11 03:35:04] Production.ERROR: ========================== active cronjob start =============================
[2026-09-11 03:35:04] Production.ERROR: ========================== active cronjob end =============================
[2026-09-11 03:35:04] Production.INFO: ==6014== Releasing lock...
[2026-09-11 03:35:04] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-11 03:35:04] Production.INFO: 25.5 MB #Memory Used#
[2026-09-11 03:35:04] Production.INFO: ==6021== Lock acquired, processing the job...
[2026-09-11 03:35:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 03:35:04] Production.INFO: ==6019== Lock acquired, processing the job...
[2026-09-11 03:35:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 03:35:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 03:35:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 03:35:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 03:35:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 03:35:04] Production.INFO: ==6027== Lock acquired, processing the job...
[2026-09-11 03:35:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 03:35:04] Production.INFO: ==6016== Lock acquired, processing the job...
[2026-09-11 03:35:04] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 03: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-09-11 03: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-09-11 03: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-09-11 03:35:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 03:35:04] Production.INFO: ==6027== Releasing lock...
[2026-09-11 03:35:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 03:35:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 03:35:04] Production.INFO: ==6023== Lock acquired, processing the job...
[2026-09-11 03:35:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 03:35:04] Production.INFO: ==6025== Lock acquired, processing the job...
[2026-09-11 03:35:04] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-11 03:35:04] Production.ERROR: tblTempUsageDetail_20
[2026-09-11 03:35:04] Production.INFO: Account Balance Start.
[2026-09-11 03:35:04] Production.INFO: CreateAllLog Start
[2026-09-11 03:35:04] Production.INFO: 117
[2026-09-11 03:35:04] Production.INFO: Date 2026-09-08
[2026-09-11 03:35:04] Production.INFO: Reseller ==> 0
[2026-09-11 03:35:04] Production.INFO: Date 2026-09-09
[2026-09-11 03:35:04] Production.INFO: Reseller ==> 0
[2026-09-11 03:35:04] Production.INFO: Date 2026-09-10
[2026-09-11 03:35:04] Production.INFO: Reseller ==> 0
[2026-09-11 03:35:04] Production.INFO: Date 2026-09-11
[2026-09-11 03:35:04] Production.INFO: Reseller ==> 0
[2026-09-11 03:35:04] Production.INFO: Total Charge 0
[2026-09-11 03:35:04] Production.INFO: CreateAllLog End
[2026-09-11 03:35:04] Production.ERROR: done
[2026-09-11 03:35:05] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-11 03:35:05] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17982231', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) start
[2026-09-11 03:35:05] Production.INFO: Account Balance End.
[2026-09-11 03:35:05] Production.ERROR: CronJobId end 12
[2026-09-11 03:35:05] Production.INFO: ==6023== Releasing lock...
[2026-09-11 03:35:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 03:35:05] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 03:35:05] Production.INFO: ==6019== Releasing lock...
[2026-09-11 03:35:05] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 03:35:05] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 03:35:11] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17982231', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) end
[2026-09-11 03:35:11] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-11 03:35:11] Production.INFO: ProcessCDR(1,17982231,1,1,2)
[2026-09-11 03:35:11] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17982231,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 03:35:11] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17982231,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 03:35:11] Production.ERROR: pbx prc_insertCDR start
[2026-09-11 03:35:11] Production.ERROR: pbx prc_insertCDR end
[2026-09-11 03:35:11] Production.INFO: ==6025== Releasing lock...
[2026-09-11 03:35:11] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-11 03:35:11] Production.INFO: 26 MB #Memory Used#
[2026-09-11 03:35:14] Production.ERROR: CronJobId end10
[2026-09-11 03:35:14] Production.INFO: ==6021== Releasing lock...
[2026-09-11 03:35:14] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 03:35:14] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 03:35:17] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 03:35:17] Production.INFO: ============== Balance Warning START===========
[2026-09-11 03:35:17] Production.INFO: ============== Balance Warning END===========
[2026-09-11 03:35:17] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 03:35:17] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 03:35:17] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 03:35:17] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 03:35:17] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 03:35:17] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 03:35:17] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 03:35:17] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 03:35:17] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 03:35:17] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 03:35:17] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 03:35:17] Production.INFO: call_cost start
[2026-09-11 03:35:17] Production.INFO: call_cost end
[2026-09-11 03:35:17] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 03:35:17] Production.INFO: ============== Report Schedule START===========
[2026-09-11 03:35:17] Production.INFO: ============== Report Schedule END===========
[2026-09-11 03:35:17] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 03:35:17] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 03:35:17] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 03:35:17] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 03:35:17] Production.INFO: ============== Deal alert START===========
[2026-09-11 03:35:17] Production.INFO: ============== Deal alert END===========
[2026-09-11 03:35:17] Production.INFO: ==6016== Releasing lock...
[2026-09-11 03:35:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 03:35:17] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 08:36:01] Production.INFO: ==6081== Lock acquired, processing the job...
[2026-09-11 08:36:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 08:36:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 08:36:01] Production.INFO: neon service started
[2026-09-11 08:36:01] Production.INFO: neon service started
[2026-09-11 08:36:01] Production.INFO: ==6081== Releasing lock...
[2026-09-11 08:36:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 08:36:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 03:36:02] Production.INFO: ==6083== Lock acquired, processing the job...
[2026-09-11 03:36:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 07:36:02] Production.INFO: ==6085== Lock acquired, processing the job...
[2026-09-11 07:36:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 07:36:02] Production.INFO: ==6085== Releasing lock...
[2026-09-11 07:36:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 07:36:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 03:36:02] Production.INFO: ==6083== Releasing lock...
[2026-09-11 03:36:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 03:36:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 03:36:03] Production.INFO: ==6088== Lock acquired, processing the job...
[2026-09-11 03:36:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 03:36:03] Production.INFO: ==6090== Lock acquired, processing the job...
[2026-09-11 03:36:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 03:36:03] Production.INFO: ==6092== Lock acquired, processing the job...
[2026-09-11 03:36:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 03:36:03] Production.INFO: ==6094== Lock acquired, processing the job...
[2026-09-11 03:36:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 03:36:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 03:36:03] Production.INFO: Account Balance Start.
[2026-09-11 03:36:03] Production.INFO: CreateAllLog Start
[2026-09-11 03:36:03] Production.INFO: 117
[2026-09-11 03:36:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 03:36:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 03:36:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 03:36:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 03:36:03] Production.INFO: Date 2026-09-08
[2026-09-11 03:36:03] Production.INFO: Reseller ==> 0
[2026-09-11 03:36:03] Production.INFO: Date 2026-09-09
[2026-09-11 03:36:03] Production.INFO: Reseller ==> 0
[2026-09-11 03:36:03] Production.INFO: ==6096== Lock acquired, processing the job...
[2026-09-11 03:36:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 03:36:03] Production.INFO: Date 2026-09-10
[2026-09-11 03:36:03] Production.INFO: Reseller ==> 0
[2026-09-11 03:36:03] Production.INFO: Date 2026-09-11
[2026-09-11 03:36:03] Production.INFO: Reseller ==> 0
[2026-09-11 03:36:03] Production.INFO: Total Charge 0
[2026-09-11 03:36:03] Production.INFO: CreateAllLog End
[2026-09-11 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-09-11 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-09-11 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-09-11 03:36:03] Production.INFO: ==6096== Releasing lock...
[2026-09-11 03:36:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 03:36:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 03:36:03] Production.INFO: Account Balance End.
[2026-09-11 03:36:03] Production.ERROR: CronJobId end 12
[2026-09-11 03:36:03] Production.INFO: ==6094== Releasing lock...
[2026-09-11 03:36:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 03:36:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 03:36:04] Production.INFO: ==6090== Releasing lock...
[2026-09-11 03:36:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 03:36:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 03:36:10] Production.ERROR: CronJobId end10
[2026-09-11 03:36:10] Production.INFO: ==6092== Releasing lock...
[2026-09-11 03:36:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 03:36:10] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 03:36:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 03:36:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 03:36:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 03:36:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 03:36:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 03:36:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 03:36:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 03:36:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 03:36:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 03:36:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 03:36:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 03:36:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 03:36:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 03:36:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 03:36:14] Production.INFO: call_cost start
[2026-09-11 03:36:14] Production.INFO: call_cost end
[2026-09-11 03:36:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 03:36:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 03:36:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 03:36:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 03:36:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 03:36:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 03:36:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 03:36:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 03:36:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 03:36:14] Production.INFO: ==6088== Releasing lock...
[2026-09-11 03:36:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 03:36:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 08:37:02] Production.INFO: ==6153== Lock acquired, processing the job...
[2026-09-11 08:37:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 08:37:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 08:37:02] Production.INFO: neon service started
[2026-09-11 08:37:02] Production.INFO: neon service started
[2026-09-11 08:37:02] Production.INFO: ==6153== Releasing lock...
[2026-09-11 08:37:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 08:37:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 03:37:02] Production.INFO: ==6155== Lock acquired, processing the job...
[2026-09-11 03:37:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 07:37:02] Production.INFO: ==6157== Lock acquired, processing the job...
[2026-09-11 07:37:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 07:37:02] Production.INFO: ==6157== Releasing lock...
[2026-09-11 07:37:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 07:37:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 03:37:02] Production.INFO: ==6155== Releasing lock...
[2026-09-11 03:37:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 03:37:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 03:37:03] Production.INFO: ==6160== Lock acquired, processing the job...
[2026-09-11 03:37:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 03:37:03] Production.INFO: ==6162== Lock acquired, processing the job...
[2026-09-11 03:37:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 03:37:03] Production.INFO: ==6164== Lock acquired, processing the job...
[2026-09-11 03:37:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 03:37:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 03:37:03] Production.INFO: ==6168== Lock acquired, processing the job...
[2026-09-11 03:37:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 03:37:03] Production.INFO: ==6166== Lock acquired, processing the job...
[2026-09-11 03:37:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 03:37:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 03:37:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 03:37:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 03:37:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 03:37:03] Production.INFO: Account Balance Start.
[2026-09-11 03:37:03] Production.INFO: CreateAllLog Start
[2026-09-11 03:37:03] Production.INFO: 117
[2026-09-11 03:37:03] Production.INFO: Date 2026-09-08
[2026-09-11 03:37:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 03:37:03] Production.INFO: Date 2026-09-09
[2026-09-11 03:37:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 03:37:04] Production.INFO: ==6168== Releasing lock...
[2026-09-11 03:37:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 03:37:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 03:37:04] Production.INFO: Date 2026-09-10
[2026-09-11 03:37:04] Production.INFO: Reseller ==> 0
[2026-09-11 03:37:04] Production.INFO: Date 2026-09-11
[2026-09-11 03:37:04] Production.INFO: Reseller ==> 0
[2026-09-11 03:37:04] Production.INFO: Total Charge 0
[2026-09-11 03:37:04] Production.INFO: CreateAllLog End
[2026-09-11 03:37:04] Production.INFO: Account Balance End.
[2026-09-11 03:37:04] Production.ERROR: CronJobId end 12
[2026-09-11 03:37:04] Production.INFO: ==6166== Releasing lock...
[2026-09-11 03:37:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 03:37:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 03:37:04] Production.INFO: ==6162== Releasing lock...
[2026-09-11 03:37:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 03:37:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 03:37:11] Production.ERROR: CronJobId end10
[2026-09-11 03:37:11] Production.INFO: ==6164== Releasing lock...
[2026-09-11 03:37:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 03:37:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 03:37:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 03:37:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 03:37:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 03:37:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 03:37:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 03:37:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 03:37:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 03:37:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 03:37:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 03:37:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 03:37:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 03:37:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 03:37:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 03:37:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 03:37:14] Production.INFO: call_cost start
[2026-09-11 03:37:14] Production.INFO: call_cost end
[2026-09-11 03:37:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 03:37:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 03:37:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 03:37:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 03:37:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 03:37:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 03:37:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 03:37:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 03:37:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 03:37:14] Production.INFO: ==6160== Releasing lock...
[2026-09-11 03:37:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 03:37:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 08:38:01] Production.INFO: ==6232== Lock acquired, processing the job...
[2026-09-11 08:38:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 08:38:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 08:38:01] Production.INFO: neon service started
[2026-09-11 08:38:01] Production.INFO: neon service started
[2026-09-11 08:38:01] Production.INFO: ==6232== Releasing lock...
[2026-09-11 08:38:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 08:38:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 03:38:01] Production.INFO: ==6234== Lock acquired, processing the job...
[2026-09-11 03:38:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 03:38:02] Production.INFO: ==6234== Releasing lock...
[2026-09-11 03:38:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 03:38:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 07:38:02] Production.INFO: ==6236== Lock acquired, processing the job...
[2026-09-11 07:38:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 07:38:02] Production.INFO: ==6236== Releasing lock...
[2026-09-11 07:38:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 07:38:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 03:38:02] Production.INFO: ==6238== Lock acquired, processing the job...
[2026-09-11 03:38:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 03:38:02] Production.INFO: ==6244== Lock acquired, processing the job...
[2026-09-11 03:38:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 03:38:02] Production.INFO: ==6240== Lock acquired, processing the job...
[2026-09-11 03:38:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 03:38:03] Production.INFO: ==6242== Lock acquired, processing the job...
[2026-09-11 03:38:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 03:38:03] Production.INFO: ==6246== Lock acquired, processing the job...
[2026-09-11 03:38:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 03:38:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 03:38:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 03:38:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 03:38:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 03:38:03] Production.INFO: Account Balance Start.
[2026-09-11 03:38:03] Production.INFO: CreateAllLog Start
[2026-09-11 03:38:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 03:38:03] Production.INFO: 117
[2026-09-11 03:38:03] Production.INFO: Date 2026-09-08
[2026-09-11 03:38:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 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-09-11 03:38:03] Production.INFO: ==6246== Releasing lock...
[2026-09-11 03:38:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 03:38:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 03:38:03] Production.INFO: Date 2026-09-09
[2026-09-11 03:38:03] Production.INFO: Reseller ==> 0
[2026-09-11 03:38:03] Production.INFO: Date 2026-09-10
[2026-09-11 03:38:03] Production.INFO: Reseller ==> 0
[2026-09-11 03:38:03] Production.INFO: Date 2026-09-11
[2026-09-11 03:38:03] Production.INFO: Reseller ==> 0
[2026-09-11 03:38:03] Production.INFO: Total Charge 0
[2026-09-11 03:38:03] Production.INFO: CreateAllLog End
[2026-09-11 03:38:03] Production.INFO: Account Balance End.
[2026-09-11 03:38:03] Production.ERROR: CronJobId end 12
[2026-09-11 03:38:03] Production.INFO: ==6244== Releasing lock...
[2026-09-11 03:38:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 03:38:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 03:38:03] Production.INFO: ==6240== Releasing lock...
[2026-09-11 03:38:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 03:38:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 03:38:11] Production.ERROR: CronJobId end10
[2026-09-11 03:38:11] Production.INFO: ==6242== Releasing lock...
[2026-09-11 03:38:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 03:38:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 03:38:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 03:38:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 03:38:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 03:38:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 03:38:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 03:38:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 03:38:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 03:38:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 03:38:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 03:38:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 03:38:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 03:38:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 03:38:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 03:38:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 03:38:14] Production.INFO: call_cost start
[2026-09-11 03:38:14] Production.INFO: call_cost end
[2026-09-11 03:38:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 03:38:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 03:38:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 03:38:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 03:38:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 03:38:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 03:38:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 03:38:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 03:38:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 03:38:14] Production.INFO: ==6238== Releasing lock...
[2026-09-11 03:38:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 03:38:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 08:39:01] Production.INFO: ==6306== Lock acquired, processing the job...
[2026-09-11 08:39:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 08:39:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 08:39:01] Production.INFO: neon service started
[2026-09-11 08:39:01] Production.INFO: neon service started
[2026-09-11 08:39:01] Production.INFO: ==6306== Releasing lock...
[2026-09-11 08:39:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 08:39:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 03:39:02] Production.INFO: ==6308== Lock acquired, processing the job...
[2026-09-11 03:39:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 03:39:02] Production.INFO: ==6308== Releasing lock...
[2026-09-11 03:39:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 03:39:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 07:39:02] Production.INFO: ==6310== Lock acquired, processing the job...
[2026-09-11 07:39:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 07:39:02] Production.INFO: ==6310== Releasing lock...
[2026-09-11 07:39:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 07:39:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 03:39:03] Production.INFO: ==6320== Lock acquired, processing the job...
[2026-09-11 03:39:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 03:39:03] Production.INFO: ==6322== Lock acquired, processing the job...
[2026-09-11 03:39:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 03:39:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 03:39:03] Production.INFO: ==6324== Lock acquired, processing the job...
[2026-09-11 03:39:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 03:39:03] Production.INFO: ==6330== Lock acquired, processing the job...
[2026-09-11 03:39:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 03:39:03] Production.INFO: ==6328== Lock acquired, processing the job...
[2026-09-11 03:39:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 03:39:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 03:39:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 03:39:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 03:39:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 03:39:03] Production.INFO: Account Balance Start.
[2026-09-11 03:39:03] Production.INFO: CreateAllLog Start
[2026-09-11 03:39:03] Production.INFO: 117
[2026-09-11 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-09-11 03:39:03] Production.INFO: Date 2026-09-08
[2026-09-11 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-09-11 03:39:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 03:39:03] Production.INFO: ==6330== Releasing lock...
[2026-09-11 03:39:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 03:39:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 03:39:03] Production.INFO: Date 2026-09-09
[2026-09-11 03:39:03] Production.INFO: Reseller ==> 0
[2026-09-11 03:39:03] Production.INFO: Date 2026-09-10
[2026-09-11 03:39:03] Production.INFO: Reseller ==> 0
[2026-09-11 03:39:03] Production.INFO: Date 2026-09-11
[2026-09-11 03:39:03] Production.INFO: ==6322== Releasing lock...
[2026-09-11 03:39:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 03:39:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 03:39:03] Production.INFO: Reseller ==> 0
[2026-09-11 03:39:03] Production.INFO: Total Charge 0
[2026-09-11 03:39:03] Production.INFO: CreateAllLog End
[2026-09-11 03:39:04] Production.INFO: Account Balance End.
[2026-09-11 03:39:04] Production.ERROR: CronJobId end 12
[2026-09-11 03:39:04] Production.INFO: ==6328== Releasing lock...
[2026-09-11 03:39:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 03:39:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 03:39:14] Production.ERROR: CronJobId end10
[2026-09-11 03:39:14] Production.INFO: ==6324== Releasing lock...
[2026-09-11 03:39:14] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 03:39:14] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 03:39:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 03:39:15] Production.INFO: ============== Balance Warning START===========
[2026-09-11 03:39:15] Production.INFO: ============== Balance Warning END===========
[2026-09-11 03:39:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 03:39:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 03:39:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 03:39:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 03:39:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 03:39:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 03:39:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 03:39:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 03:39:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 03:39:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 03:39:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 03:39:15] Production.INFO: call_cost start
[2026-09-11 03:39:15] Production.INFO: call_cost end
[2026-09-11 03:39:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 03:39:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 03:39:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 03:39:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 03:39:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 03:39:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 03:39:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 03:39:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 03:39:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 03:39:15] Production.INFO: ==6320== Releasing lock...
[2026-09-11 03:39:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 03:39:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 08:40:01] Production.INFO: ==6431== Lock acquired, processing the job...
[2026-09-11 08:40:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 08:40:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 08:40:01] Production.INFO: neon service started
[2026-09-11 08:40:01] Production.INFO: neon service started
[2026-09-11 08:40:01] Production.INFO: ==6431== Releasing lock...
[2026-09-11 08:40:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 08:40:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 03:40:01] Production.INFO: ==6433== Lock acquired, processing the job...
[2026-09-11 03:40:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 03:40:02] Production.INFO: ==6433== Releasing lock...
[2026-09-11 03:40:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 03:40:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 07:40:02] Production.INFO: ==6435== Lock acquired, processing the job...
[2026-09-11 07:40:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 07:40:02] Production.INFO: ==6435== Releasing lock...
[2026-09-11 07:40:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 07:40:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 03:40:02] Production.INFO: ==6439== Lock acquired, processing the job...
[2026-09-11 03:40:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 03:40:02] Production.INFO: ==6437== Lock acquired, processing the job...
[2026-09-11 03:40:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 03:40:02] Production.INFO: ==6441== Lock acquired, processing the job...
[2026-09-11 03:40:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 03:40:02] Production.INFO: ==6443== Lock acquired, processing the job...
[2026-09-11 03:40:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 03:40:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 03:40:02] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 03:40:02] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 03:40:02] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 03:40:02] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 03:40:02] Production.INFO: Account Balance Start.
[2026-09-11 03:40:02] Production.INFO: CreateAllLog Start
[2026-09-11 03:40:02] Production.INFO: 117
[2026-09-11 03:40:03] Production.INFO: Date 2026-09-08
[2026-09-11 03:40:03] Production.INFO: Reseller ==> 0
[2026-09-11 03:40:03] Production.INFO: ==6445== Lock acquired, processing the job...
[2026-09-11 03:40:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 03:40:03] Production.INFO: Date 2026-09-09
[2026-09-11 03:40:03] Production.INFO: Reseller ==> 0
[2026-09-11 03:40:03] Production.INFO: Date 2026-09-10
[2026-09-11 03:40:03] Production.INFO: Reseller ==> 0
[2026-09-11 03:40:03] Production.INFO: Date 2026-09-11
[2026-09-11 03:40:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 03:40:03] Production.INFO: Total Charge 0
[2026-09-11 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-09-11 03:40:03] Production.INFO: CreateAllLog End
[2026-09-11 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-09-11 03:40:03] Production.INFO: ==6445== Releasing lock...
[2026-09-11 03:40:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 03:40:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 03:40:03] Production.INFO: Account Balance End.
[2026-09-11 03:40:03] Production.ERROR: CronJobId end 12
[2026-09-11 03:40:03] Production.INFO: ==6443== Releasing lock...
[2026-09-11 03:40:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 03:40:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 03:40:03] Production.INFO: ==6439== Releasing lock...
[2026-09-11 03:40:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 03:40:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 03:40:11] Production.ERROR: CronJobId end10
[2026-09-11 03:40:11] Production.INFO: ==6441== Releasing lock...
[2026-09-11 03:40:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 03:40:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 03:40:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 03:40:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 03:40:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 03:40:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 03:40:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 03:40:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 03:40:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 03:40:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 03:40:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 03:40:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 03:40:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 03:40:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 03:40:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 03:40:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 03:40:14] Production.INFO: call_cost start
[2026-09-11 03:40:14] Production.INFO: call_cost end
[2026-09-11 03:40:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 03:40:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 03:40:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 03:40:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 03:40:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 03:40:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 03:40:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 03:40:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 03:40:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 03:40:14] Production.INFO: ==6437== Releasing lock...
[2026-09-11 03:40:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 03:40:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 08:41:01] Production.INFO: ==6500== Lock acquired, processing the job...
[2026-09-11 08:41:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 08:41:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 08:41:01] Production.INFO: neon service started
[2026-09-11 08:41:01] Production.INFO: neon service started
[2026-09-11 08:41:02] Production.INFO: ==6500== Releasing lock...
[2026-09-11 08:41:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 08:41:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 03:41:02] Production.INFO: ==6502== Lock acquired, processing the job...
[2026-09-11 03:41:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 07:41:02] Production.INFO: ==6504== Lock acquired, processing the job...
[2026-09-11 07:41:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 07:41:02] Production.INFO: ==6504== Releasing lock...
[2026-09-11 07:41:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 07:41:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 03:41:02] Production.INFO: ==6502== Releasing lock...
[2026-09-11 03:41:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 03:41:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 03:41:03] Production.INFO: ==6509== Lock acquired, processing the job...
[2026-09-11 03:41:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 03:41:03] Production.INFO: ==6507== Lock acquired, processing the job...
[2026-09-11 03:41:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 03:41:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 03:41:03] Production.INFO: ==6515== Lock acquired, processing the job...
[2026-09-11 03:41:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 03: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-09-11 03: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-09-11 03: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-09-11 03:41:03] Production.INFO: ==6515== Releasing lock...
[2026-09-11 03:41:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 03:41:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 03:41:03] Production.INFO: ==6511== Lock acquired, processing the job...
[2026-09-11 03:41:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 03:41:03] Production.INFO: ==6509== Releasing lock...
[2026-09-11 03:41:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 03:41:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 03:41:03] Production.INFO: ==6513== Lock acquired, processing the job...
[2026-09-11 03:41:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 03:41:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 03:41:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 03:41:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 03:41:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 03:41:03] Production.INFO: Account Balance Start.
[2026-09-11 03:41:03] Production.INFO: CreateAllLog Start
[2026-09-11 03:41:03] Production.INFO: 117
[2026-09-11 03:41:03] Production.INFO: Date 2026-09-08
[2026-09-11 03:41:04] Production.INFO: Reseller ==> 0
[2026-09-11 03:41:04] Production.INFO: Date 2026-09-09
[2026-09-11 03:41:04] Production.INFO: Reseller ==> 0
[2026-09-11 03:41:04] Production.INFO: Date 2026-09-10
[2026-09-11 03:41:04] Production.INFO: Reseller ==> 0
[2026-09-11 03:41:04] Production.INFO: Date 2026-09-11
[2026-09-11 03:41:04] Production.INFO: Reseller ==> 0
[2026-09-11 03:41:04] Production.INFO: Total Charge 0
[2026-09-11 03:41:04] Production.INFO: CreateAllLog End
[2026-09-11 03:41:04] Production.INFO: Account Balance End.
[2026-09-11 03:41:04] Production.ERROR: CronJobId end 12
[2026-09-11 03:41:04] Production.INFO: ==6513== Releasing lock...
[2026-09-11 03:41:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 03:41:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 03:41:11] Production.ERROR: CronJobId end10
[2026-09-11 03:41:11] Production.INFO: ==6511== Releasing lock...
[2026-09-11 03:41:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 03:41:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 03:41:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 03:41:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 03:41:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 03:41:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 03:41:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 03:41:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 03:41:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 03:41:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 03:41:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 03:41:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 03:41:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 03:41:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 03:41:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 03:41:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 03:41:15] Production.INFO: call_cost start
[2026-09-11 03:41:15] Production.INFO: call_cost end
[2026-09-11 03:41:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 03:41:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 03:41:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 03:41:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 03:41:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 03:41:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 03:41:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 03:41:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 03:41:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 03:41:15] Production.INFO: ==6507== Releasing lock...
[2026-09-11 03:41:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 03:41:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 08:42:01] Production.INFO: ==6575== Lock acquired, processing the job...
[2026-09-11 08:42:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 08:42:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 08:42:01] Production.INFO: neon service started
[2026-09-11 08:42:01] Production.INFO: neon service started
[2026-09-11 08:42:01] Production.INFO: ==6575== Releasing lock...
[2026-09-11 08:42:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 08:42:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 03:42:01] Production.INFO: ==6577== Lock acquired, processing the job...
[2026-09-11 03:42:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 03:42:01] Production.INFO: ==6577== Releasing lock...
[2026-09-11 03:42:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 03:42:01] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 07:42:02] Production.INFO: ==6579== Lock acquired, processing the job...
[2026-09-11 07:42:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 07:42:02] Production.INFO: ==6579== Releasing lock...
[2026-09-11 07:42:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 07:42:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 03:42:02] Production.INFO: ==6589== Lock acquired, processing the job...
[2026-09-11 03:42:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 03:42:02] Production.INFO: ==6585== Lock acquired, processing the job...
[2026-09-11 03:42:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 03:42:02] Production.INFO: ==6581== Lock acquired, processing the job...
[2026-09-11 03:42:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 03: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-09-11 03:42:02] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 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-09-11 03:42:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 03:42:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 03:42:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 03:42:03] Production.INFO: ==6587== Lock acquired, processing the job...
[2026-09-11 03:42:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 03:42:03] Production.INFO: ==6583== Lock acquired, processing the job...
[2026-09-11 03:42:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 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-09-11 03:42:03] Production.INFO: ==6589== Releasing lock...
[2026-09-11 03:42:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 03:42:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 03:42:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 03:42:03] Production.INFO: Account Balance Start.
[2026-09-11 03:42:03] Production.INFO: CreateAllLog Start
[2026-09-11 03:42:03] Production.INFO: 117
[2026-09-11 03:42:03] Production.INFO: Date 2026-09-08
[2026-09-11 03:42:03] Production.INFO: Reseller ==> 0
[2026-09-11 03:42:03] Production.INFO: Date 2026-09-09
[2026-09-11 03:42:03] Production.INFO: Reseller ==> 0
[2026-09-11 03:42:03] Production.INFO: Date 2026-09-10
[2026-09-11 03:42:03] Production.INFO: Reseller ==> 0
[2026-09-11 03:42:03] Production.INFO: Date 2026-09-11
[2026-09-11 03:42:03] Production.INFO: Reseller ==> 0
[2026-09-11 03:42:03] Production.INFO: Total Charge 0
[2026-09-11 03:42:03] Production.INFO: CreateAllLog End
[2026-09-11 03:42:03] Production.INFO: Account Balance End.
[2026-09-11 03:42:03] Production.ERROR: CronJobId end 12
[2026-09-11 03:42:03] Production.INFO: ==6587== Releasing lock...
[2026-09-11 03:42:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 03:42:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 03:42:03] Production.INFO: ==6583== Releasing lock...
[2026-09-11 03:42:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 03:42:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 03:42:10] Production.ERROR: CronJobId end10
[2026-09-11 03:42:10] Production.INFO: ==6585== Releasing lock...
[2026-09-11 03:42:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 03:42:10] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 03:42:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 03:42:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 03:42:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 03:42:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 03:42:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 03:42:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 03:42:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 03:42:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 03:42:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 03:42:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 03:42:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 03:42:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 03:42:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 03:42:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 03:42:13] Production.INFO: call_cost start
[2026-09-11 03:42:13] Production.INFO: call_cost end
[2026-09-11 03:42:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 03:42:13] Production.INFO: ============== Report Schedule START===========
[2026-09-11 03:42:13] Production.INFO: ============== Report Schedule END===========
[2026-09-11 03:42:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 03:42:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 03:42:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 03:42:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 03:42:13] Production.INFO: ============== Deal alert START===========
[2026-09-11 03:42:13] Production.INFO: ============== Deal alert END===========
[2026-09-11 03:42:13] Production.INFO: ==6581== Releasing lock...
[2026-09-11 03:42:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 03:42:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 08:43:01] Production.INFO: ==6644== Lock acquired, processing the job...
[2026-09-11 08:43:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 08:43:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 08:43:01] Production.INFO: neon service started
[2026-09-11 08:43:01] Production.INFO: neon service started
[2026-09-11 08:43:01] Production.INFO: ==6644== Releasing lock...
[2026-09-11 08:43:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 08:43:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 03:43:02] Production.INFO: ==6646== Lock acquired, processing the job...
[2026-09-11 03:43:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 03:43:02] Production.INFO: ==6646== Releasing lock...
[2026-09-11 03:43:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 03:43:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 07:43:02] Production.INFO: ==6649== Lock acquired, processing the job...
[2026-09-11 07:43:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 07:43:02] Production.INFO: ==6649== Releasing lock...
[2026-09-11 07:43:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 07:43:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 03:43:03] Production.INFO: ==6653== Lock acquired, processing the job...
[2026-09-11 03:43:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 03:43:03] Production.INFO: ==6651== Lock acquired, processing the job...
[2026-09-11 03:43:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 03:43:03] Production.INFO: ==6657== Lock acquired, processing the job...
[2026-09-11 03:43:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 03:43:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 03:43:03] Production.INFO: ==6655== Lock acquired, processing the job...
[2026-09-11 03:43:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 03:43:03] Production.INFO: ==6659== Lock acquired, processing the job...
[2026-09-11 03:43:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 03:43:03] Production.INFO: Account Balance Start.
[2026-09-11 03:43:03] Production.INFO: CreateAllLog Start
[2026-09-11 03:43:03] Production.INFO: 117
[2026-09-11 03:43:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 03:43:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 03:43:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 03:43:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 03:43:03] Production.INFO: Date 2026-09-08
[2026-09-11 03:43:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 03:43:03] Production.INFO: Date 2026-09-09
[2026-09-11 03:43:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 03:43:03] Production.INFO: ==6659== Releasing lock...
[2026-09-11 03:43:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 03:43:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 03:43:03] Production.INFO: Date 2026-09-10
[2026-09-11 03:43:03] Production.INFO: Reseller ==> 0
[2026-09-11 03:43:03] Production.INFO: Date 2026-09-11
[2026-09-11 03:43:03] Production.INFO: Reseller ==> 0
[2026-09-11 03:43:03] Production.INFO: Total Charge 0
[2026-09-11 03:43:03] Production.INFO: CreateAllLog End
[2026-09-11 03:43:03] Production.INFO: Account Balance End.
[2026-09-11 03:43:03] Production.ERROR: CronJobId end 12
[2026-09-11 03:43:03] Production.INFO: ==6657== Releasing lock...
[2026-09-11 03:43:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 03:43:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 03:43:04] Production.INFO: ==6653== Releasing lock...
[2026-09-11 03:43:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 03:43:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 03:43:11] Production.ERROR: CronJobId end10
[2026-09-11 03:43:11] Production.INFO: ==6655== Releasing lock...
[2026-09-11 03:43:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 03:43:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 03:43:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 03:43:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 03:43:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 03:43:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 03:43:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 03:43:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 03:43:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 03:43:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 03:43:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 03:43:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 03:43:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 03:43:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 03:43:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 03:43:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 03:43:14] Production.INFO: call_cost start
[2026-09-11 03:43:14] Production.INFO: call_cost end
[2026-09-11 03:43:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 03:43:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 03:43:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 03:43:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 03:43:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 03:43:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 03:43:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 03:43:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 03:43:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 03:43:14] Production.INFO: ==6651== Releasing lock...
[2026-09-11 03:43:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 03:43:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 08:44:02] Production.INFO: ==6716== Lock acquired, processing the job...
[2026-09-11 08:44:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 08:44:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 08:44:02] Production.INFO: neon service started
[2026-09-11 08:44:02] Production.INFO: neon service started
[2026-09-11 08:44:02] Production.INFO: ==6716== Releasing lock...
[2026-09-11 08:44:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 08:44:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 07:44:02] Production.INFO: ==6720== Lock acquired, processing the job...
[2026-09-11 07:44:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 07:44:02] Production.INFO: ==6720== Releasing lock...
[2026-09-11 07:44:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 07:44:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 03:44:02] Production.INFO: ==6718== Lock acquired, processing the job...
[2026-09-11 03:44:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 03:44:02] Production.INFO: ==6718== Releasing lock...
[2026-09-11 03:44:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 03:44:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 03:44:03] Production.INFO: ==6723== Lock acquired, processing the job...
[2026-09-11 03:44:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 03:44:03] Production.INFO: ==6725== Lock acquired, processing the job...
[2026-09-11 03:44:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 03:44:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 03:44:03] Production.INFO: ==6729== Lock acquired, processing the job...
[2026-09-11 03:44:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 03:44:03] Production.INFO: ==6727== Lock acquired, processing the job...
[2026-09-11 03:44:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 03:44:03] Production.INFO: ==6731== Lock acquired, processing the job...
[2026-09-11 03:44:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 03:44:03] Production.INFO: Account Balance Start.
[2026-09-11 03:44:03] Production.INFO: CreateAllLog Start
[2026-09-11 03:44:03] Production.INFO: 117
[2026-09-11 03:44:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 03:44:03] Production.INFO: Date 2026-09-08
[2026-09-11 03:44:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 03:44:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 03:44:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 03:44:03] Production.INFO: Reseller ==> 0
[2026-09-11 03:44:04] Production.INFO: Date 2026-09-09
[2026-09-11 03:44:04] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 03:44:04] Production.INFO: Date 2026-09-10
[2026-09-11 03:44:04] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 03:44:04] Production.INFO: Date 2026-09-11
[2026-09-11 03:44:04] Production.INFO: Reseller ==> 0
[2026-09-11 03:44:04] Production.INFO: ==6731== Releasing lock...
[2026-09-11 03:44:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 03:44:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 03:44:04] Production.INFO: Total Charge 0
[2026-09-11 03:44:04] Production.INFO: CreateAllLog End
[2026-09-11 03:44:04] Production.INFO: Account Balance End.
[2026-09-11 03:44:04] Production.ERROR: CronJobId end 12
[2026-09-11 03:44:04] Production.INFO: ==6729== Releasing lock...
[2026-09-11 03:44:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 03:44:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 03:44:04] Production.INFO: ==6725== Releasing lock...
[2026-09-11 03:44:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 03:44:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 03:44:11] Production.ERROR: CronJobId end10
[2026-09-11 03:44:11] Production.INFO: ==6727== Releasing lock...
[2026-09-11 03:44:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 03:44:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 03:44:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 03:44:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 03:44:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 03:44:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 03:44:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 03:44:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 03:44:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 03:44:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 03:44:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 03:44:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 03:44:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 03:44:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 03:44:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 03:44:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 03:44:14] Production.INFO: call_cost start
[2026-09-11 03:44:14] Production.INFO: call_cost end
[2026-09-11 03:44:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 03:44:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 03:44:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 03:44:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 03:44:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 03:44:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 03:44:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 03:44:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 03:44:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 03:44:14] Production.INFO: ==6723== Releasing lock...
[2026-09-11 03:44:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 03:44:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 08:45:01] Production.INFO: ==6799== Lock acquired, processing the job...
[2026-09-11 08:45:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 08:45:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 08:45:01] Production.INFO: neon service started
[2026-09-11 08:45:01] Production.INFO: neon service started
[2026-09-11 08:45:01] Production.INFO: ==6799== Releasing lock...
[2026-09-11 08:45:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 08:45:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 03:45:02] Production.INFO: ==6801== Lock acquired, processing the job...
[2026-09-11 03:45:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 07:45:02] Production.INFO: ==6803== Lock acquired, processing the job...
[2026-09-11 07:45:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 07:45:02] Production.INFO: ==6803== Releasing lock...
[2026-09-11 07:45:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 07:45:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 03:45:02] Production.INFO: ==6801== Releasing lock...
[2026-09-11 03:45:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 03:45:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 03:45:03] Production.INFO: ==6806== Lock acquired, processing the job...
[2026-09-11 03:45:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-11 03:45:03] Production.ERROR: ========================== active cronjob start =============================
[2026-09-11 03:45:03] Production.ERROR: ========================== active cronjob end =============================
[2026-09-11 03:45:03] Production.INFO: ==6806== Releasing lock...
[2026-09-11 03:45:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-11 03:45:03] Production.INFO: 25.5 MB #Memory Used#
[2026-09-11 03:45:03] Production.INFO: ==6808== Lock acquired, processing the job...
[2026-09-11 03:45:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 03:45:03] Production.INFO: ==6812== Lock acquired, processing the job...
[2026-09-11 03:45:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 03:45:03] Production.INFO: ==6814== Lock acquired, processing the job...
[2026-09-11 03:45:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 03:45:03] Production.INFO: ==6810== Lock acquired, processing the job...
[2026-09-11 03:45:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 03:45:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 03:45:03] Production.INFO: ==6816== Lock acquired, processing the job...
[2026-09-11 03:45:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-11 03:45:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 03:45:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 03:45:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 03:45:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 03:45:03] Production.INFO: Account Balance Start.
[2026-09-11 03:45:03] Production.INFO: CreateAllLog Start
[2026-09-11 03:45:03] Production.ERROR: tblTempUsageDetail_20
[2026-09-11 03:45:03] Production.INFO: 117
[2026-09-11 03:45:03] Production.INFO: Date 2026-09-08
[2026-09-11 03:45:03] Production.INFO: Reseller ==> 0
[2026-09-11 03:45:03] Production.INFO: ==6818== Lock acquired, processing the job...
[2026-09-11 03:45:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 03:45:03] Production.INFO: Date 2026-09-09
[2026-09-11 03:45:03] Production.INFO: Reseller ==> 0
[2026-09-11 03:45:03] Production.INFO: Date 2026-09-10
[2026-09-11 03:45:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 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-09-11 03:45:03] Production.INFO: ==6818== Releasing lock...
[2026-09-11 03:45:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 03:45:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 03:45:04] Production.ERROR: done
[2026-09-11 03:45:04] Production.INFO: Date 2026-09-11
[2026-09-11 03:45:04] Production.INFO: Reseller ==> 0
[2026-09-11 03:45:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-11 03:45:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17982272', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) start
[2026-09-11 03:45:04] Production.INFO: Total Charge 0
[2026-09-11 03:45:04] Production.INFO: CreateAllLog End
[2026-09-11 03:45:04] Production.INFO: Account Balance End.
[2026-09-11 03:45:04] Production.ERROR: CronJobId end 12
[2026-09-11 03:45:04] Production.INFO: ==6814== Releasing lock...
[2026-09-11 03:45:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 03:45:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 03:45:04] Production.INFO: ==6810== Releasing lock...
[2026-09-11 03:45:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 03:45:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 03:45:09] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17982272', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) end
[2026-09-11 03:45:09] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-11 03:45:09] Production.INFO: ProcessCDR(1,17982272,1,1,2)
[2026-09-11 03:45:09] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17982272,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 03:45:09] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17982272,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 03:45:09] Production.ERROR: pbx prc_insertCDR start
[2026-09-11 03:45:09] Production.ERROR: pbx prc_insertCDR end
[2026-09-11 03:45:09] Production.INFO: ==6816== Releasing lock...
[2026-09-11 03:45:09] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-11 03:45:09] Production.INFO: 26 MB #Memory Used#
[2026-09-11 03:45:13] Production.ERROR: CronJobId end10
[2026-09-11 03:45:13] Production.INFO: ==6812== Releasing lock...
[2026-09-11 03:45:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 03:45:13] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 03:45:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 03:45:16] Production.INFO: ============== Balance Warning START===========
[2026-09-11 03:45:16] Production.INFO: ============== Balance Warning END===========
[2026-09-11 03:45:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 03:45:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 03:45:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 03:45:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 03:45:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 03:45:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 03:45:16] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 03:45:16] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 03:45:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 03:45:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 03:45:16] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 03:45:17] Production.INFO: call_cost start
[2026-09-11 03:45:17] Production.INFO: call_cost end
[2026-09-11 03:45:17] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 03:45:17] Production.INFO: ============== Report Schedule START===========
[2026-09-11 03:45:17] Production.INFO: ============== Report Schedule END===========
[2026-09-11 03:45:17] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 03:45:17] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 03:45:17] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 03:45:17] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 03:45:17] Production.INFO: ============== Deal alert START===========
[2026-09-11 03:45:17] Production.INFO: ============== Deal alert END===========
[2026-09-11 03:45:17] Production.INFO: ==6808== Releasing lock...
[2026-09-11 03:45:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 03:45:17] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 08:46:02] Production.INFO: ==6880== Lock acquired, processing the job...
[2026-09-11 08:46:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 08:46:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 08:46:02] Production.INFO: neon service started
[2026-09-11 08:46:02] Production.INFO: neon service started
[2026-09-11 08:46:02] Production.INFO: ==6880== Releasing lock...
[2026-09-11 08:46:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 08:46:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 03:46:02] Production.INFO: ==6882== Lock acquired, processing the job...
[2026-09-11 03:46:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 07:46:02] Production.INFO: ==6884== Lock acquired, processing the job...
[2026-09-11 07:46:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 07:46:02] Production.INFO: ==6884== Releasing lock...
[2026-09-11 07:46:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 07:46:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 03:46:03] Production.INFO: ==6882== Releasing lock...
[2026-09-11 03:46:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 03:46:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 03:46:03] Production.INFO: ==6887== Lock acquired, processing the job...
[2026-09-11 03:46:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 03:46:03] Production.INFO: ==6891== Lock acquired, processing the job...
[2026-09-11 03:46:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 03:46:03] Production.INFO: ==6889== Lock acquired, processing the job...
[2026-09-11 03:46:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 03:46:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 03:46:03] Production.INFO: ==6893== Lock acquired, processing the job...
[2026-09-11 03:46:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 03:46:03] Production.INFO: ==6895== Lock acquired, processing the job...
[2026-09-11 03:46:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 03:46:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 03:46:04] Production.INFO: Account Balance Start.
[2026-09-11 03:46:04] Production.INFO: CreateAllLog Start
[2026-09-11 03:46:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 03:46:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 03:46:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 03:46:04] Production.INFO: 117
[2026-09-11 03:46:04] Production.INFO: Date 2026-09-08
[2026-09-11 03:46:04] Production.INFO: Reseller ==> 0
[2026-09-11 03:46: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-09-11 03:46: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-09-11 03:46:04] Production.INFO: Date 2026-09-09
[2026-09-11 03:46:04] Production.INFO: Reseller ==> 0
[2026-09-11 03:46:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-09-11 03:46:04] Production.INFO: ==6895== Releasing lock...
[2026-09-11 03:46:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 03:46:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 03:46:04] Production.INFO: Date 2026-09-10
[2026-09-11 03:46:04] Production.INFO: Reseller ==> 0
[2026-09-11 03:46:04] Production.INFO: Date 2026-09-11
[2026-09-11 03:46:04] Production.INFO: Reseller ==> 0
[2026-09-11 03:46:04] Production.INFO: Total Charge 0
[2026-09-11 03:46:04] Production.INFO: CreateAllLog End
[2026-09-11 03:46:04] Production.INFO: Account Balance End.
[2026-09-11 03:46:04] Production.ERROR: CronJobId end 12
[2026-09-11 03:46:04] Production.INFO: ==6893== Releasing lock...
[2026-09-11 03:46:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 03:46:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 03:46:04] Production.INFO: ==6889== Releasing lock...
[2026-09-11 03:46:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 03:46:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 03:46:12] Production.ERROR: CronJobId end10
[2026-09-11 03:46:12] Production.INFO: ==6891== Releasing lock...
[2026-09-11 03:46:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 03:46:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 03:46:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 03:46:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 03:46:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 03:46:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 03:46:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 03:46:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 03:46:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 03:46:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 03:46:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 03:46:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 03:46:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 03:46:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 03:46:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 03:46:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 03:46:14] Production.INFO: call_cost start
[2026-09-11 03:46:14] Production.INFO: call_cost end
[2026-09-11 03:46:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 03:46:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 03:46:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 03:46:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 03:46:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 03:46:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 03:46:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 03:46:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 03:46:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 03:46:14] Production.INFO: ==6887== Releasing lock...
[2026-09-11 03:46:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 03:46:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 08:47:01] Production.INFO: ==6958== Lock acquired, processing the job...
[2026-09-11 08:47:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 08:47:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 08:47:01] Production.INFO: neon service started
[2026-09-11 08:47:01] Production.INFO: neon service started
[2026-09-11 08:47:01] Production.INFO: ==6958== Releasing lock...
[2026-09-11 08:47:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 08:47:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 03:47:02] Production.INFO: ==6960== Lock acquired, processing the job...
[2026-09-11 03:47:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 03:47:02] Production.INFO: ==6960== Releasing lock...
[2026-09-11 03:47:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 03:47:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 07:47:02] Production.INFO: ==6962== Lock acquired, processing the job...
[2026-09-11 07:47:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 07:47:02] Production.INFO: ==6962== Releasing lock...
[2026-09-11 07:47:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 07:47:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 03:47:03] Production.INFO: ==6964== Lock acquired, processing the job...
[2026-09-11 03:47:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 03:47:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 03:47:03] Production.INFO: ==6968== Lock acquired, processing the job...
[2026-09-11 03:47:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 03:47:03] Production.INFO: ==6966== Lock acquired, processing the job...
[2026-09-11 03:47:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 03:47:03] Production.INFO: ==6970== Lock acquired, processing the job...
[2026-09-11 03:47:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 03:47:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 03:47:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 03:47:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 03:47:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 03:47:03] Production.INFO: Account Balance Start.
[2026-09-11 03:47:03] Production.INFO: CreateAllLog Start
[2026-09-11 03:47:03] Production.INFO: 117
[2026-09-11 03:47:03] Production.INFO: Date 2026-09-08
[2026-09-11 03:47:03] Production.INFO: Reseller ==> 0
[2026-09-11 03:47:03] Production.INFO: Date 2026-09-09
[2026-09-11 03:47:03] Production.INFO: Reseller ==> 0
[2026-09-11 03:47:03] Production.INFO: ==6972== Lock acquired, processing the job...
[2026-09-11 03:47:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 03:47:03] Production.INFO: Date 2026-09-10
[2026-09-11 03:47:03] Production.INFO: Reseller ==> 0
[2026-09-11 03:47:03] Production.INFO: Date 2026-09-11
[2026-09-11 03:47:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 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-09-11 03:47:03] Production.INFO: Total Charge 0
[2026-09-11 03:47:03] Production.INFO: ==6972== Releasing lock...
[2026-09-11 03:47:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 03:47:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 03:47:03] Production.INFO: CreateAllLog End
[2026-09-11 03:47:03] Production.INFO: Account Balance End.
[2026-09-11 03:47:03] Production.ERROR: CronJobId end 12
[2026-09-11 03:47:03] Production.INFO: ==6970== Releasing lock...
[2026-09-11 03:47:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 03:47:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 03:47:03] Production.INFO: ==6966== Releasing lock...
[2026-09-11 03:47:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 03:47:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 03:47:11] Production.ERROR: CronJobId end10
[2026-09-11 03:47:11] Production.INFO: ==6968== Releasing lock...
[2026-09-11 03:47:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 03:47:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 03:47:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 03:47:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 03:47:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 03:47:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 03:47:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 03:47:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 03:47:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 03:47:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 03:47:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 03:47:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 03:47:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 03:47:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 03:47:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 03:47:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 03:47:14] Production.INFO: call_cost start
[2026-09-11 03:47:14] Production.INFO: call_cost end
[2026-09-11 03:47:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 03:47:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 03:47:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 03:47:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 03:47:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 03:47:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 03:47:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 03:47:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 03:47:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 03:47:14] Production.INFO: ==6964== Releasing lock...
[2026-09-11 03:47:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 03:47:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 08:48:02] Production.INFO: ==7034== Lock acquired, processing the job...
[2026-09-11 08:48:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 08:48:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 08:48:02] Production.INFO: neon service started
[2026-09-11 08:48:02] Production.INFO: neon service started
[2026-09-11 08:48:02] Production.INFO: ==7034== Releasing lock...
[2026-09-11 08:48:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 08:48:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 07:48:02] Production.INFO: ==7038== Lock acquired, processing the job...
[2026-09-11 07:48:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 07:48:02] Production.INFO: ==7038== Releasing lock...
[2026-09-11 07:48:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 07:48:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 03:48:02] Production.INFO: ==7036== Lock acquired, processing the job...
[2026-09-11 03:48:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 03:48:02] Production.INFO: ==7036== Releasing lock...
[2026-09-11 03:48:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 03:48:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 03:48:03] Production.INFO: ==7041== Lock acquired, processing the job...
[2026-09-11 03:48:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 03:48:03] Production.INFO: ==7043== Lock acquired, processing the job...
[2026-09-11 03:48:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 03:48:03] Production.INFO: ==7049== Lock acquired, processing the job...
[2026-09-11 03:48:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 03:48:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 03:48:03] Production.INFO: ==7047== Lock acquired, processing the job...
[2026-09-11 03:48:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 03:48:03] Production.INFO: ==7045== Lock acquired, processing the job...
[2026-09-11 03:48:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 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-09-11 03: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-09-11 03: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-09-11 03:48:04] Production.INFO: Account Balance Start.
[2026-09-11 03:48:04] Production.INFO: CreateAllLog Start
[2026-09-11 03:48:04] Production.INFO: ==7049== Releasing lock...
[2026-09-11 03:48:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 03:48:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 03:48:04] Production.INFO: 117
[2026-09-11 03:48:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 03:48:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 03:48:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 03:48:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 03:48:04] Production.INFO: Date 2026-09-08
[2026-09-11 03:48:04] Production.INFO: Reseller ==> 0
[2026-09-11 03:48:04] Production.INFO: Date 2026-09-09
[2026-09-11 03:48:04] Production.INFO: Reseller ==> 0
[2026-09-11 03:48:04] Production.INFO: Date 2026-09-10
[2026-09-11 03:48:04] Production.INFO: Reseller ==> 0
[2026-09-11 03:48:04] Production.INFO: Date 2026-09-11
[2026-09-11 03:48:04] Production.INFO: Reseller ==> 0
[2026-09-11 03:48:04] Production.INFO: Total Charge 0
[2026-09-11 03:48:04] Production.INFO: CreateAllLog End
[2026-09-11 03:48:04] Production.INFO: Account Balance End.
[2026-09-11 03:48:04] Production.ERROR: CronJobId end 12
[2026-09-11 03:48:04] Production.INFO: ==7047== Releasing lock...
[2026-09-11 03:48:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 03:48:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 03:48:04] Production.INFO: ==7043== Releasing lock...
[2026-09-11 03:48:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 03:48:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 03:48:12] Production.ERROR: CronJobId end10
[2026-09-11 03:48:12] Production.INFO: ==7045== Releasing lock...
[2026-09-11 03:48:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 03:48:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 03:48:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 03:48:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 03:48:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 03:48:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 03:48:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 03:48:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 03:48:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 03:48:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 03:48:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 03:48:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 03:48:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 03:48:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 03:48:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 03:48:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 03:48:15] Production.INFO: call_cost start
[2026-09-11 03:48:15] Production.INFO: call_cost end
[2026-09-11 03:48:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 03:48:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 03:48:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 03:48:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 03:48:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 03:48:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 03:48:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 03:48:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 03:48:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 03:48:15] Production.INFO: ==7041== Releasing lock...
[2026-09-11 03:48:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 03:48:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 08:49:01] Production.INFO: ==7115== Lock acquired, processing the job...
[2026-09-11 08:49:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 08:49:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 08:49:01] Production.INFO: neon service started
[2026-09-11 08:49:01] Production.INFO: neon service started
[2026-09-11 08:49:01] Production.INFO: ==7115== Releasing lock...
[2026-09-11 08:49:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 08:49:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 03:49:01] Production.INFO: ==7117== Lock acquired, processing the job...
[2026-09-11 03:49:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 03:49:02] Production.INFO: ==7117== Releasing lock...
[2026-09-11 03:49:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 03:49:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 07:49:02] Production.INFO: ==7119== Lock acquired, processing the job...
[2026-09-11 07:49:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 07:49:02] Production.INFO: ==7119== Releasing lock...
[2026-09-11 07:49:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 07:49:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 03:49:02] Production.INFO: ==7130== Lock acquired, processing the job...
[2026-09-11 03:49:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 03: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-09-11 03: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-09-11 03:49: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-09-11 03:49:03] Production.INFO: ==7130== Releasing lock...
[2026-09-11 03:49:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 03:49:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 03:49:03] Production.INFO: ==7121== Lock acquired, processing the job...
[2026-09-11 03:49:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 03:49:03] Production.INFO: ==7123== Lock acquired, processing the job...
[2026-09-11 03:49:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 03:49:03] Production.INFO: ==7125== Lock acquired, processing the job...
[2026-09-11 03:49:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 03:49:03] Production.INFO: ==7128== Lock acquired, processing the job...
[2026-09-11 03:49:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 03:49:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 03:49:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 03:49:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 03:49:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 03:49:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 03:49:03] Production.INFO: Account Balance Start.
[2026-09-11 03:49:03] Production.INFO: CreateAllLog Start
[2026-09-11 03:49:03] Production.INFO: 117
[2026-09-11 03:49:03] Production.INFO: Date 2026-09-08
[2026-09-11 03:49:03] Production.INFO: Reseller ==> 0
[2026-09-11 03:49:03] Production.INFO: Date 2026-09-09
[2026-09-11 03:49:03] Production.INFO: Reseller ==> 0
[2026-09-11 03:49:03] Production.INFO: Date 2026-09-10
[2026-09-11 03:49:03] Production.INFO: Reseller ==> 0
[2026-09-11 03:49:03] Production.INFO: Date 2026-09-11
[2026-09-11 03:49:03] Production.INFO: Reseller ==> 0
[2026-09-11 03:49:03] Production.INFO: Total Charge 0
[2026-09-11 03:49:03] Production.INFO: CreateAllLog End
[2026-09-11 03:49:03] Production.INFO: Account Balance End.
[2026-09-11 03:49:03] Production.ERROR: CronJobId end 12
[2026-09-11 03:49:03] Production.INFO: ==7128== Releasing lock...
[2026-09-11 03:49:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 03:49:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 03:49:03] Production.INFO: ==7123== Releasing lock...
[2026-09-11 03:49:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 03:49:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 03:49:11] Production.ERROR: CronJobId end10
[2026-09-11 03:49:11] Production.INFO: ==7125== Releasing lock...
[2026-09-11 03:49:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 03:49:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 03:49:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 03:49:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 03:49:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 03:49:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 03:49:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 03:49:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 03:49:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 03:49:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 03:49:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 03:49:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 03:49:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 03:49:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 03:49:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 03:49:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 03:49:14] Production.INFO: call_cost start
[2026-09-11 03:49:14] Production.INFO: call_cost end
[2026-09-11 03:49:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 03:49:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 03:49:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 03:49:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 03:49:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 03:49:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 03:49:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 03:49:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 03:49:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 03:49:14] Production.INFO: ==7121== Releasing lock...
[2026-09-11 03:49:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 03:49:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 08:50:01] Production.INFO: ==7183== Lock acquired, processing the job...
[2026-09-11 08:50:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 08:50:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 08:50:01] Production.INFO: neon service started
[2026-09-11 08:50:02] Production.INFO: neon service started
[2026-09-11 08:50:02] Production.INFO: ==7183== Releasing lock...
[2026-09-11 08:50:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 08:50:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 03:50:02] Production.INFO: ==7185== Lock acquired, processing the job...
[2026-09-11 03:50:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 07:50:02] Production.INFO: ==7187== Lock acquired, processing the job...
[2026-09-11 07:50:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 07:50:02] Production.INFO: ==7187== Releasing lock...
[2026-09-11 07:50:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 07:50:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 03:50:02] Production.INFO: ==7185== Releasing lock...
[2026-09-11 03:50:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 03:50:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 03:50:03] Production.INFO: ==7190== Lock acquired, processing the job...
[2026-09-11 03:50:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 03:50:03] Production.INFO: ==7194== Lock acquired, processing the job...
[2026-09-11 03:50:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 03:50:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 03:50:03] Production.INFO: ==7192== Lock acquired, processing the job...
[2026-09-11 03:50:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 03:50:03] Production.INFO: ==7196== Lock acquired, processing the job...
[2026-09-11 03:50:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 03:50:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 03:50:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 03:50:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 03:50:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 03:50:03] Production.INFO: ==7198== Lock acquired, processing the job...
[2026-09-11 03:50:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 03:50:04] Production.INFO: Account Balance Start.
[2026-09-11 03:50:04] Production.INFO: CreateAllLog Start
[2026-09-11 03:50:04] Production.INFO: 117
[2026-09-11 03:50:04] Production.INFO: Date 2026-09-08
[2026-09-11 03:50:04] Production.INFO: Reseller ==> 0
[2026-09-11 03: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-09-11 03:50:04] Production.INFO: Date 2026-09-09
[2026-09-11 03:50:04] Production.INFO: Reseller ==> 0
[2026-09-11 03: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-09-11 03: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-09-11 03:50:04] Production.INFO: ==7198== Releasing lock...
[2026-09-11 03:50:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 03:50:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 03:50:04] Production.INFO: Date 2026-09-10
[2026-09-11 03:50:04] Production.INFO: Reseller ==> 0
[2026-09-11 03:50:04] Production.INFO: Date 2026-09-11
[2026-09-11 03:50:04] Production.INFO: Reseller ==> 0
[2026-09-11 03:50:04] Production.INFO: Total Charge 0
[2026-09-11 03:50:04] Production.INFO: CreateAllLog End
[2026-09-11 03:50:04] Production.INFO: Account Balance End.
[2026-09-11 03:50:04] Production.ERROR: CronJobId end 12
[2026-09-11 03:50:04] Production.INFO: ==7196== Releasing lock...
[2026-09-11 03:50:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 03:50:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 03:50:04] Production.INFO: ==7192== Releasing lock...
[2026-09-11 03:50:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 03:50:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 03:50:12] Production.ERROR: CronJobId end10
[2026-09-11 03:50:12] Production.INFO: ==7194== Releasing lock...
[2026-09-11 03:50:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 03:50:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 03:50:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 03:50:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 03:50:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 03:50:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 03:50:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 03:50:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 03:50:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 03:50:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 03:50:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 03:50:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 03:50:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 03:50:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 03:50:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 03:50:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 03:50:14] Production.INFO: call_cost start
[2026-09-11 03:50:14] Production.INFO: call_cost end
[2026-09-11 03:50:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 03:50:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 03:50:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 03:50:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 03:50:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 03:50:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 03:50:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 03:50:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 03:50:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 03:50:14] Production.INFO: ==7190== Releasing lock...
[2026-09-11 03:50:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 03:50:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 08:51:01] Production.INFO: ==7257== Lock acquired, processing the job...
[2026-09-11 08:51:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 08:51:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 08:51:01] Production.INFO: neon service started
[2026-09-11 08:51:01] Production.INFO: neon service started
[2026-09-11 08:51:01] Production.INFO: ==7257== Releasing lock...
[2026-09-11 08:51:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 08:51:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 03:51:01] Production.INFO: ==7259== Lock acquired, processing the job...
[2026-09-11 03:51:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 03:51:01] Production.INFO: ==7259== Releasing lock...
[2026-09-11 03:51:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 03:51:01] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 07:51:02] Production.INFO: ==7261== Lock acquired, processing the job...
[2026-09-11 07:51:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 07:51:02] Production.INFO: ==7261== Releasing lock...
[2026-09-11 07:51:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 07:51:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 03:51:02] Production.INFO: ==7263== Lock acquired, processing the job...
[2026-09-11 03:51:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 03:51:02] Production.INFO: ==7265== Lock acquired, processing the job...
[2026-09-11 03:51:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 03:51:02] Production.INFO: ==7269== Lock acquired, processing the job...
[2026-09-11 03:51:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 03:51:02] Production.INFO: ==7267== Lock acquired, processing the job...
[2026-09-11 03:51:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 03:51:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 03:51:02] Production.INFO: ==7271== Lock acquired, processing the job...
[2026-09-11 03:51:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 03:51:02] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 03:51:02] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 03:51:02] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 03:51:02] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 03:51:03] Production.INFO: Account Balance Start.
[2026-09-11 03:51:03] Production.INFO: CreateAllLog Start
[2026-09-11 03:51:03] Production.INFO: 117
[2026-09-11 03: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-09-11 03:51:03] Production.INFO: Date 2026-09-08
[2026-09-11 03: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-09-11 03:51:03] Production.INFO: Reseller ==> 0
[2026-09-11 03: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-09-11 03:51:03] Production.INFO: ==7271== Releasing lock...
[2026-09-11 03:51:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 03:51:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 03:51:03] Production.INFO: Date 2026-09-09
[2026-09-11 03:51:03] Production.INFO: Reseller ==> 0
[2026-09-11 03:51:03] Production.INFO: Date 2026-09-10
[2026-09-11 03:51:03] Production.INFO: Reseller ==> 0
[2026-09-11 03:51:03] Production.INFO: Date 2026-09-11
[2026-09-11 03:51:03] Production.INFO: Reseller ==> 0
[2026-09-11 03:51:03] Production.INFO: Total Charge 0
[2026-09-11 03:51:03] Production.INFO: CreateAllLog End
[2026-09-11 03:51:03] Production.INFO: ==7265== Releasing lock...
[2026-09-11 03:51:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 03:51:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 03:51:03] Production.INFO: Account Balance End.
[2026-09-11 03:51:03] Production.ERROR: CronJobId end 12
[2026-09-11 03:51:03] Production.INFO: ==7269== Releasing lock...
[2026-09-11 03:51:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 03:51:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 03:51:10] Production.ERROR: CronJobId end10
[2026-09-11 03:51:10] Production.INFO: ==7267== Releasing lock...
[2026-09-11 03:51:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 03:51:10] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 03:51:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 03:51:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 03:51:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 03:51:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 03:51:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 03:51:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 03:51:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 03:51:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 03:51:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 03:51:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 03:51:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 03:51:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 03:51:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 03:51:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 03:51:13] Production.INFO: call_cost start
[2026-09-11 03:51:13] Production.INFO: call_cost end
[2026-09-11 03:51:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 03:51:13] Production.INFO: ============== Report Schedule START===========
[2026-09-11 03:51:13] Production.INFO: ============== Report Schedule END===========
[2026-09-11 03:51:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 03:51:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 03:51:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 03:51:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 03:51:13] Production.INFO: ============== Deal alert START===========
[2026-09-11 03:51:13] Production.INFO: ============== Deal alert END===========
[2026-09-11 03:51:13] Production.INFO: ==7263== Releasing lock...
[2026-09-11 03:51:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 03:51:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 08:52:01] Production.INFO: ==7333== Lock acquired, processing the job...
[2026-09-11 08:52:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 08:52:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 08:52:01] Production.INFO: neon service started
[2026-09-11 08:52:01] Production.INFO: neon service started
[2026-09-11 08:52:01] Production.INFO: ==7333== Releasing lock...
[2026-09-11 08:52:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 08:52:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 03:52:02] Production.INFO: ==7335== Lock acquired, processing the job...
[2026-09-11 03:52:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 03:52:02] Production.INFO: ==7335== Releasing lock...
[2026-09-11 03:52:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 03:52:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 07:52:02] Production.INFO: ==7337== Lock acquired, processing the job...
[2026-09-11 07:52:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 07:52:02] Production.INFO: ==7337== Releasing lock...
[2026-09-11 07:52:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 07:52:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 03:52:03] Production.INFO: ==7341== Lock acquired, processing the job...
[2026-09-11 03:52:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 03:52:03] Production.INFO: ==7347== Lock acquired, processing the job...
[2026-09-11 03:52:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 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-09-11 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-09-11 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-09-11 03:52:03] Production.INFO: ==7347== Releasing lock...
[2026-09-11 03:52:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 03:52:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 03:52:03] Production.INFO: ==7339== Lock acquired, processing the job...
[2026-09-11 03:52:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 03:52:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 03:52:03] Production.INFO: ==7343== Lock acquired, processing the job...
[2026-09-11 03:52:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 03:52:03] Production.INFO: ==7345== Lock acquired, processing the job...
[2026-09-11 03:52:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 03:52:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 03:52:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 03:52:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 03:52:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 03:52:03] Production.INFO: Account Balance Start.
[2026-09-11 03:52:03] Production.INFO: CreateAllLog Start
[2026-09-11 03:52:03] Production.INFO: 117
[2026-09-11 03:52:03] Production.INFO: Date 2026-09-08
[2026-09-11 03:52:03] Production.INFO: Reseller ==> 0
[2026-09-11 03:52:03] Production.INFO: Date 2026-09-09
[2026-09-11 03:52:03] Production.INFO: Reseller ==> 0
[2026-09-11 03:52:03] Production.INFO: ==7341== Releasing lock...
[2026-09-11 03:52:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 03:52:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 03:52:03] Production.INFO: Date 2026-09-10
[2026-09-11 03:52:03] Production.INFO: Reseller ==> 0
[2026-09-11 03:52:03] Production.INFO: Date 2026-09-11
[2026-09-11 03:52:03] Production.INFO: Reseller ==> 0
[2026-09-11 03:52:03] Production.INFO: Total Charge 0
[2026-09-11 03:52:03] Production.INFO: CreateAllLog End
[2026-09-11 03:52:04] Production.INFO: Account Balance End.
[2026-09-11 03:52:04] Production.ERROR: CronJobId end 12
[2026-09-11 03:52:04] Production.INFO: ==7345== Releasing lock...
[2026-09-11 03:52:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 03:52:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 03:52:11] Production.ERROR: CronJobId end10
[2026-09-11 03:52:11] Production.INFO: ==7343== Releasing lock...
[2026-09-11 03:52:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 03:52:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 03:52:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 03:52:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 03:52:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 03:52:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 03:52:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 03:52:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 03:52:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 03:52:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 03:52:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 03:52:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 03:52:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 03:52:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 03:52:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 03:52:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 03:52:14] Production.INFO: call_cost start
[2026-09-11 03:52:14] Production.INFO: call_cost end
[2026-09-11 03:52:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 03:52:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 03:52:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 03:52:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 03:52:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 03:52:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 03:52:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 03:52:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 03:52:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 03:52:14] Production.INFO: ==7339== Releasing lock...
[2026-09-11 03:52:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 03:52:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 08:53:02] Production.INFO: ==7417== Lock acquired, processing the job...
[2026-09-11 08:53:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 08:53:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 08:53:02] Production.INFO: neon service started
[2026-09-11 08:53:02] Production.INFO: neon service started
[2026-09-11 08:53:02] Production.INFO: ==7417== Releasing lock...
[2026-09-11 08:53:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 08:53:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 07:53:02] Production.INFO: ==7421== Lock acquired, processing the job...
[2026-09-11 07:53:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 07:53:02] Production.INFO: ==7421== Releasing lock...
[2026-09-11 07:53:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 07:53:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 03:53:02] Production.INFO: ==7419== Lock acquired, processing the job...
[2026-09-11 03:53:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 03:53:03] Production.INFO: ==7419== Releasing lock...
[2026-09-11 03:53:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 03:53:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 03:53:03] Production.INFO: ==7428== Lock acquired, processing the job...
[2026-09-11 03:53:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 03:53:03] Production.INFO: ==7426== Lock acquired, processing the job...
[2026-09-11 03:53:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 03:53:03] Production.INFO: ==7430== Lock acquired, processing the job...
[2026-09-11 03:53:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 03:53:03] Production.INFO: ==7432== Lock acquired, processing the job...
[2026-09-11 03:53:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 03:53:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 03:53:04] Production.INFO: Account Balance Start.
[2026-09-11 03:53:04] Production.INFO: CreateAllLog Start
[2026-09-11 03:53:04] Production.INFO: 117
[2026-09-11 03:53:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 03:53:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 03:53:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 03:53:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 03:53:04] Production.INFO: ==7434== Lock acquired, processing the job...
[2026-09-11 03:53:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 03:53:04] Production.INFO: Date 2026-09-08
[2026-09-11 03:53:04] Production.INFO: Reseller ==> 0
[2026-09-11 03:53:04] Production.INFO: Date 2026-09-09
[2026-09-11 03:53:04] Production.INFO: Reseller ==> 0
[2026-09-11 03:53:04] Production.INFO: Date 2026-09-10
[2026-09-11 03:53:04] Production.INFO: Reseller ==> 0
[2026-09-11 03:53:04] Production.INFO: Date 2026-09-11
[2026-09-11 03: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-09-11 03:53:04] Production.INFO: Reseller ==> 0
[2026-09-11 03: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-09-11 03: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-09-11 03:53:04] Production.INFO: Total Charge 0
[2026-09-11 03:53:04] Production.INFO: CreateAllLog End
[2026-09-11 03:53:04] Production.INFO: ==7434== Releasing lock...
[2026-09-11 03:53:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 03:53:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 03:53:04] Production.INFO: Account Balance End.
[2026-09-11 03:53:04] Production.ERROR: CronJobId end 12
[2026-09-11 03:53:04] Production.INFO: ==7432== Releasing lock...
[2026-09-11 03:53:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 03:53:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 03:53:04] Production.INFO: ==7428== Releasing lock...
[2026-09-11 03:53:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 03:53:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 03:53:12] Production.ERROR: CronJobId end10
[2026-09-11 03:53:12] Production.INFO: ==7430== Releasing lock...
[2026-09-11 03:53:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 03:53:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 03:53:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 03:53:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 03:53:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 03:53:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 03:53:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 03:53:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 03:53:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 03:53:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 03:53:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 03:53:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 03:53:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 03:53:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 03:53:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 03:53:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 03:53:15] Production.INFO: call_cost start
[2026-09-11 03:53:15] Production.INFO: call_cost end
[2026-09-11 03:53:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 03:53:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 03:53:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 03:53:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 03:53:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 03:53:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 03:53:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 03:53:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 03:53:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 03:53:15] Production.INFO: ==7426== Releasing lock...
[2026-09-11 03:53:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 03:53:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 08:54:01] Production.INFO: ==7499== Lock acquired, processing the job...
[2026-09-11 08:54:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 08:54:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 08:54:01] Production.INFO: neon service started
[2026-09-11 08:54:01] Production.INFO: neon service started
[2026-09-11 08:54:01] Production.INFO: ==7499== Releasing lock...
[2026-09-11 08:54:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 08:54:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 03:54:02] Production.INFO: ==7501== Lock acquired, processing the job...
[2026-09-11 03:54:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 07:54:02] Production.INFO: ==7503== Lock acquired, processing the job...
[2026-09-11 07:54:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 07:54:02] Production.INFO: ==7503== Releasing lock...
[2026-09-11 07:54:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 07:54:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 03:54:02] Production.INFO: ==7501== Releasing lock...
[2026-09-11 03:54:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 03:54:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 03:54:03] Production.INFO: ==7506== Lock acquired, processing the job...
[2026-09-11 03:54:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 03:54:03] Production.INFO: ==7508== Lock acquired, processing the job...
[2026-09-11 03:54:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 03:54:03] Production.INFO: ==7512== Lock acquired, processing the job...
[2026-09-11 03:54:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 03:54:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 03:54:03] Production.INFO: ==7510== Lock acquired, processing the job...
[2026-09-11 03:54:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 03:54:03] Production.INFO: ==7514== Lock acquired, processing the job...
[2026-09-11 03:54:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 03:54:03] Production.INFO: Account Balance Start.
[2026-09-11 03:54:03] Production.INFO: CreateAllLog Start
[2026-09-11 03:54:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 03:54:03] Production.INFO: 117
[2026-09-11 03:54:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 03:54:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 03:54:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 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-09-11 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-09-11 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-09-11 03:54:03] Production.INFO: Date 2026-09-08
[2026-09-11 03:54:03] Production.INFO: Reseller ==> 0
[2026-09-11 03:54:03] Production.INFO: ==7514== Releasing lock...
[2026-09-11 03:54:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 03:54:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 03:54:03] Production.INFO: Date 2026-09-09
[2026-09-11 03:54:03] Production.INFO: Reseller ==> 0
[2026-09-11 03:54:03] Production.INFO: Date 2026-09-10
[2026-09-11 03:54:03] Production.INFO: Reseller ==> 0
[2026-09-11 03:54:04] Production.INFO: Date 2026-09-11
[2026-09-11 03:54:04] Production.INFO: Reseller ==> 0
[2026-09-11 03:54:04] Production.INFO: Total Charge 0
[2026-09-11 03:54:04] Production.INFO: CreateAllLog End
[2026-09-11 03:54:04] Production.INFO: ==7508== Releasing lock...
[2026-09-11 03:54:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 03:54:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 03:54:04] Production.INFO: Account Balance End.
[2026-09-11 03:54:04] Production.ERROR: CronJobId end 12
[2026-09-11 03:54:04] Production.INFO: ==7512== Releasing lock...
[2026-09-11 03:54:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 03:54:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 03:54:11] Production.ERROR: CronJobId end10
[2026-09-11 03:54:11] Production.INFO: ==7510== Releasing lock...
[2026-09-11 03:54:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 03:54:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 03:54:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 03:54:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 03:54:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 03:54:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 03:54:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 03:54:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 03:54:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 03:54:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 03:54:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 03:54:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 03:54:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 03:54:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 03:54:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 03:54:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 03:54:14] Production.INFO: call_cost start
[2026-09-11 03:54:14] Production.INFO: call_cost end
[2026-09-11 03:54:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 03:54:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 03:54:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 03:54:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 03:54:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 03:54:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 03:54:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 03:54:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 03:54:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 03:54:14] Production.INFO: ==7506== Releasing lock...
[2026-09-11 03:54:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 03:54:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 08:55:01] Production.INFO: ==7570== Lock acquired, processing the job...
[2026-09-11 08:55:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 08:55:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 08:55:01] Production.INFO: neon service started
[2026-09-11 08:55:01] Production.INFO: neon service started
[2026-09-11 08:55:01] Production.INFO: ==7570== Releasing lock...
[2026-09-11 08:55:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 08:55:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 03:55:01] Production.INFO: ==7572== Lock acquired, processing the job...
[2026-09-11 03:55:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 03:55:02] Production.INFO: ==7572== Releasing lock...
[2026-09-11 03:55:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 03:55:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 07:55:02] Production.INFO: ==7574== Lock acquired, processing the job...
[2026-09-11 07:55:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 07:55:02] Production.INFO: ==7574== Releasing lock...
[2026-09-11 07:55:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 07:55:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 03:55:02] Production.INFO: ==7576== Lock acquired, processing the job...
[2026-09-11 03:55:02] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-11 03:55:03] Production.ERROR: ========================== active cronjob start =============================
[2026-09-11 03:55:03] Production.INFO: ==7578== Lock acquired, processing the job...
[2026-09-11 03:55:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 03:55:03] Production.ERROR: ========================== active cronjob end =============================
[2026-09-11 03:55:03] Production.INFO: ==7576== Releasing lock...
[2026-09-11 03:55:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-11 03:55:03] Production.INFO: 25.5 MB #Memory Used#
[2026-09-11 03:55:03] Production.INFO: ==7580== Lock acquired, processing the job...
[2026-09-11 03:55:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 03:55:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 03:55:03] Production.INFO: ==7582== Lock acquired, processing the job...
[2026-09-11 03:55:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 03:55:03] Production.INFO: ==7584== Lock acquired, processing the job...
[2026-09-11 03:55:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 03:55:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 03:55:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 03:55:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 03:55:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 03:55:03] Production.INFO: ==7586== Lock acquired, processing the job...
[2026-09-11 03:55:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-11 03:55:03] Production.INFO: ==7589== Lock acquired, processing the job...
[2026-09-11 03:55:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 03:55:03] Production.ERROR: tblTempUsageDetail_20
[2026-09-11 03:55:03] Production.INFO: Account Balance Start.
[2026-09-11 03:55:03] Production.INFO: CreateAllLog Start
[2026-09-11 03:55:03] Production.INFO: 117
[2026-09-11 03:55:03] Production.INFO: Date 2026-09-08
[2026-09-11 03:55:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 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-09-11 03:55:03] Production.INFO: ==7589== Releasing lock...
[2026-09-11 03:55:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 03:55:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 03:55:03] Production.INFO: Date 2026-09-09
[2026-09-11 03:55:03] Production.INFO: Reseller ==> 0
[2026-09-11 03:55:03] Production.INFO: Date 2026-09-10
[2026-09-11 03:55:03] Production.INFO: Reseller ==> 0
[2026-09-11 03:55:03] Production.ERROR: done
[2026-09-11 03:55:03] Production.INFO: Date 2026-09-11
[2026-09-11 03:55:03] Production.INFO: Reseller ==> 0
[2026-09-11 03:55:03] Production.INFO: Total Charge 0
[2026-09-11 03:55:03] Production.INFO: CreateAllLog End
[2026-09-11 03:55:03] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-11 03:55:03] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17982313', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) start
[2026-09-11 03:55:03] Production.INFO: Account Balance End.
[2026-09-11 03:55:04] Production.ERROR: CronJobId end 12
[2026-09-11 03:55:04] Production.INFO: ==7584== Releasing lock...
[2026-09-11 03:55:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 03:55:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 03:55:04] Production.INFO: ==7580== Releasing lock...
[2026-09-11 03:55:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 03:55:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 03:55:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17982313', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) end
[2026-09-11 03:55:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-11 03:55:10] Production.INFO: ProcessCDR(1,17982313,1,1,2)
[2026-09-11 03:55:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17982313,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 03:55:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17982313,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 03:55:10] Production.ERROR: pbx prc_insertCDR start
[2026-09-11 03:55:10] Production.ERROR: pbx prc_insertCDR end
[2026-09-11 03:55:10] Production.INFO: ==7586== Releasing lock...
[2026-09-11 03:55:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-11 03:55:10] Production.INFO: 26 MB #Memory Used#
[2026-09-11 03:55:14] Production.ERROR: CronJobId end10
[2026-09-11 03:55:14] Production.INFO: ==7582== Releasing lock...
[2026-09-11 03:55:14] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 03:55:14] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 03:55:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 03:55:16] Production.INFO: ============== Balance Warning START===========
[2026-09-11 03:55:16] Production.INFO: ============== Balance Warning END===========
[2026-09-11 03:55:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 03:55:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 03:55:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 03:55:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 03:55:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 03:55:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 03:55:16] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 03:55:16] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 03:55:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 03:55:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 03:55:16] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 03:55:16] Production.INFO: call_cost start
[2026-09-11 03:55:16] Production.INFO: call_cost end
[2026-09-11 03:55:16] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 03:55:16] Production.INFO: ============== Report Schedule START===========
[2026-09-11 03:55:16] Production.INFO: ============== Report Schedule END===========
[2026-09-11 03:55:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 03:55:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 03:55:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 03:55:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 03:55:16] Production.INFO: ============== Deal alert START===========
[2026-09-11 03:55:16] Production.INFO: ============== Deal alert END===========
[2026-09-11 03:55:16] Production.INFO: ==7578== Releasing lock...
[2026-09-11 03:55:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 03:55:16] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 08:56:01] Production.INFO: ==7645== Lock acquired, processing the job...
[2026-09-11 08:56:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 08:56:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 08:56:01] Production.INFO: neon service started
[2026-09-11 08:56:01] Production.INFO: neon service started
[2026-09-11 08:56:01] Production.INFO: ==7645== Releasing lock...
[2026-09-11 08:56:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 08:56:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 07:56:02] Production.INFO: ==7649== Lock acquired, processing the job...
[2026-09-11 07:56:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 07:56:02] Production.INFO: ==7649== Releasing lock...
[2026-09-11 07:56:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 07:56:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 03:56:02] Production.INFO: ==7647== Lock acquired, processing the job...
[2026-09-11 03:56:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 03:56:02] Production.INFO: ==7647== Releasing lock...
[2026-09-11 03:56:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 03:56:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 03:56:03] Production.INFO: ==7653== Lock acquired, processing the job...
[2026-09-11 03:56:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 03:56:03] Production.INFO: ==7651== Lock acquired, processing the job...
[2026-09-11 03:56:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 03:56:03] Production.INFO: ==7655== Lock acquired, processing the job...
[2026-09-11 03:56:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 03:56:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 03:56:03] Production.INFO: ==7657== Lock acquired, processing the job...
[2026-09-11 03:56:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 03:56:03] Production.INFO: ==7659== Lock acquired, processing the job...
[2026-09-11 03:56:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 03:56:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 03:56:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 03:56:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 03:56:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 03: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-09-11 03: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-09-11 03: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-09-11 03:56:03] Production.INFO: ==7659== Releasing lock...
[2026-09-11 03:56:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 03:56:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 03:56:03] Production.INFO: Account Balance Start.
[2026-09-11 03:56:03] Production.INFO: CreateAllLog Start
[2026-09-11 03:56:03] Production.INFO: 117
[2026-09-11 03:56:03] Production.INFO: Date 2026-09-08
[2026-09-11 03:56:03] Production.INFO: Reseller ==> 0
[2026-09-11 03:56:03] Production.INFO: Date 2026-09-09
[2026-09-11 03:56:03] Production.INFO: Reseller ==> 0
[2026-09-11 03:56:03] Production.INFO: Date 2026-09-10
[2026-09-11 03:56:03] Production.INFO: Reseller ==> 0
[2026-09-11 03:56:03] Production.INFO: Date 2026-09-11
[2026-09-11 03:56:03] Production.INFO: Reseller ==> 0
[2026-09-11 03:56:03] Production.INFO: Total Charge 0
[2026-09-11 03:56:03] Production.INFO: CreateAllLog End
[2026-09-11 03:56:04] Production.INFO: Account Balance End.
[2026-09-11 03:56:04] Production.ERROR: CronJobId end 12
[2026-09-11 03:56:04] Production.INFO: ==7657== Releasing lock...
[2026-09-11 03:56:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 03:56:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 03:56:04] Production.INFO: ==7653== Releasing lock...
[2026-09-11 03:56:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 03:56:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 03:56:10] Production.ERROR: CronJobId end10
[2026-09-11 03:56:10] Production.INFO: ==7655== Releasing lock...
[2026-09-11 03:56:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 03:56:10] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 03:56:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 03:56:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 03:56:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 03:56:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 03:56:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 03:56:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 03:56:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 03:56:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 03:56:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 03:56:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 03:56:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 03:56:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 03:56:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 03:56:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 03:56:14] Production.INFO: call_cost start
[2026-09-11 03:56:14] Production.INFO: call_cost end
[2026-09-11 03:56:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 03:56:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 03:56:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 03:56:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 03:56:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 03:56:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 03:56:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 03:56:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 03:56:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 03:56:14] Production.INFO: ==7651== Releasing lock...
[2026-09-11 03:56:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 03:56:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 08:57:02] Production.INFO: ==7717== Lock acquired, processing the job...
[2026-09-11 08:57:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 08:57:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 08:57:02] Production.INFO: neon service started
[2026-09-11 08:57:02] Production.INFO: neon service started
[2026-09-11 08:57:02] Production.INFO: ==7717== Releasing lock...
[2026-09-11 08:57:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 08:57:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 03:57:02] Production.INFO: ==7719== Lock acquired, processing the job...
[2026-09-11 03:57:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 03:57:02] Production.INFO: ==7719== Releasing lock...
[2026-09-11 03:57:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 03:57:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 07:57:03] Production.INFO: ==7721== Lock acquired, processing the job...
[2026-09-11 07:57:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 07:57:03] Production.INFO: ==7721== Releasing lock...
[2026-09-11 07:57:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 07:57:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 03:57:03] Production.INFO: ==7727== Lock acquired, processing the job...
[2026-09-11 03:57:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 03:57:03] Production.INFO: ==7729== Lock acquired, processing the job...
[2026-09-11 03:57:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 03:57:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 03:57:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 03:57:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 03:57:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 03:57:03] Production.INFO: ==7731== Lock acquired, processing the job...
[2026-09-11 03:57:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 03:57:03] Production.INFO: ==7725== Lock acquired, processing the job...
[2026-09-11 03:57:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 03:57:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 03:57:03] Production.INFO: ==7733== Lock acquired, processing the job...
[2026-09-11 03:57:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 03:57:03] Production.INFO: Account Balance Start.
[2026-09-11 03:57:03] Production.INFO: CreateAllLog Start
[2026-09-11 03:57:03] Production.INFO: 117
[2026-09-11 03:57:03] Production.INFO: Date 2026-09-08
[2026-09-11 03:57:03] Production.INFO: Reseller ==> 0
[2026-09-11 03:57:03] Production.INFO: Date 2026-09-09
[2026-09-11 03:57:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 03:57:03] Production.INFO: Date 2026-09-10
[2026-09-11 03:57:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 03:57:04] Production.INFO: ==7733== Releasing lock...
[2026-09-11 03:57:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 03:57:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 03:57:04] Production.INFO: Date 2026-09-11
[2026-09-11 03:57:04] Production.INFO: Reseller ==> 0
[2026-09-11 03:57:04] Production.INFO: Total Charge 0
[2026-09-11 03:57:04] Production.INFO: CreateAllLog End
[2026-09-11 03:57:04] Production.INFO: Account Balance End.
[2026-09-11 03:57:04] Production.ERROR: CronJobId end 12
[2026-09-11 03:57:04] Production.INFO: ==7731== Releasing lock...
[2026-09-11 03:57:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 03:57:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 03:57:04] Production.INFO: ==7727== Releasing lock...
[2026-09-11 03:57:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 03:57:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 03:57:12] Production.ERROR: CronJobId end10
[2026-09-11 03:57:12] Production.INFO: ==7729== Releasing lock...
[2026-09-11 03:57:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 03:57:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 03:57:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 03:57:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 03:57:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 03:57:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 03:57:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 03:57:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 03:57:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 03:57:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 03:57:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 03:57:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 03:57:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 03:57:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 03:57:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 03:57:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 03:57:14] Production.INFO: call_cost start
[2026-09-11 03:57:14] Production.INFO: call_cost end
[2026-09-11 03:57:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 03:57:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 03:57:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 03:57:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 03:57:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 03:57:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 03:57:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 03:57:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 03:57:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 03:57:14] Production.INFO: ==7725== Releasing lock...
[2026-09-11 03:57:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 03:57:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 08:58:01] Production.INFO: ==7789== Lock acquired, processing the job...
[2026-09-11 08:58:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 08:58:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 08:58:01] Production.INFO: neon service started
[2026-09-11 08:58:01] Production.INFO: neon service started
[2026-09-11 08:58:01] Production.INFO: ==7789== Releasing lock...
[2026-09-11 08:58:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 08:58:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 03:58:02] Production.INFO: ==7791== Lock acquired, processing the job...
[2026-09-11 03:58:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 07:58:02] Production.INFO: ==7793== Lock acquired, processing the job...
[2026-09-11 07:58:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 07:58:02] Production.INFO: ==7793== Releasing lock...
[2026-09-11 07:58:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 07:58:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 03:58:02] Production.INFO: ==7791== Releasing lock...
[2026-09-11 03:58:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 03:58:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 03:58:03] Production.INFO: ==7796== Lock acquired, processing the job...
[2026-09-11 03:58:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 03:58:03] Production.INFO: ==7798== Lock acquired, processing the job...
[2026-09-11 03:58:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 03:58:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 03:58:03] Production.INFO: ==7800== Lock acquired, processing the job...
[2026-09-11 03:58:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 03:58:03] Production.INFO: ==7802== Lock acquired, processing the job...
[2026-09-11 03:58:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 03:58:03] Production.INFO: ==7804== Lock acquired, processing the job...
[2026-09-11 03:58:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 03:58:03] Production.INFO: Account Balance Start.
[2026-09-11 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-09-11 03:58:03] Production.INFO: CreateAllLog Start
[2026-09-11 03:58:03] Production.INFO: 117
[2026-09-11 03:58:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 03:58:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 03:58:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 03:58:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 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-09-11 03:58:03] Production.INFO: Date 2026-09-08
[2026-09-11 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-09-11 03:58:03] Production.INFO: ==7804== Releasing lock...
[2026-09-11 03:58:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 03:58:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 03:58:03] Production.INFO: Reseller ==> 0
[2026-09-11 03:58:03] Production.INFO: Date 2026-09-09
[2026-09-11 03:58:03] Production.INFO: Reseller ==> 0
[2026-09-11 03:58:03] Production.INFO: Date 2026-09-10
[2026-09-11 03:58:03] Production.INFO: Reseller ==> 0
[2026-09-11 03:58:03] Production.INFO: Date 2026-09-11
[2026-09-11 03:58:03] Production.INFO: Reseller ==> 0
[2026-09-11 03:58:03] Production.INFO: Total Charge 0
[2026-09-11 03:58:03] Production.INFO: CreateAllLog End
[2026-09-11 03:58:04] Production.INFO: Account Balance End.
[2026-09-11 03:58:04] Production.ERROR: CronJobId end 12
[2026-09-11 03:58:04] Production.INFO: ==7802== Releasing lock...
[2026-09-11 03:58:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 03:58:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 03:58:04] Production.INFO: ==7798== Releasing lock...
[2026-09-11 03:58:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 03:58:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 03:58:10] Production.ERROR: CronJobId end10
[2026-09-11 03:58:10] Production.INFO: ==7800== Releasing lock...
[2026-09-11 03:58:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 03:58:10] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 03:58:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 03:58:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 03:58:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 03:58:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 03:58:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 03:58:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 03:58:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 03:58:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 03:58:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 03:58:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 03:58:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 03:58:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 03:58:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 03:58:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 03:58:14] Production.INFO: call_cost start
[2026-09-11 03:58:14] Production.INFO: call_cost end
[2026-09-11 03:58:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 03:58:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 03:58:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 03:58:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 03:58:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 03:58:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 03:58:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 03:58:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 03:58:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 03:58:14] Production.INFO: ==7796== Releasing lock...
[2026-09-11 03:58:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 03:58:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 08:59:02] Production.INFO: ==7862== Lock acquired, processing the job...
[2026-09-11 08:59:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 08:59:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 08:59:02] Production.INFO: neon service started
[2026-09-11 08:59:02] Production.INFO: neon service started
[2026-09-11 08:59:02] Production.INFO: ==7862== Releasing lock...
[2026-09-11 08:59:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 08:59:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 03:59:02] Production.INFO: ==7864== Lock acquired, processing the job...
[2026-09-11 03:59:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 03:59:02] Production.INFO: ==7864== Releasing lock...
[2026-09-11 03:59:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 03:59:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 07:59:03] Production.INFO: ==7866== Lock acquired, processing the job...
[2026-09-11 07:59:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 07:59:03] Production.INFO: ==7866== Releasing lock...
[2026-09-11 07:59:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 07:59:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 03:59:03] Production.INFO: ==7873== Lock acquired, processing the job...
[2026-09-11 03:59:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 03:59:03] Production.INFO: ==7871== Lock acquired, processing the job...
[2026-09-11 03:59:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 03:59:03] Production.INFO: ==7875== Lock acquired, processing the job...
[2026-09-11 03:59:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 03:59:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 03:59:03] Production.INFO: ==7877== Lock acquired, processing the job...
[2026-09-11 03:59:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 03:59:03] Production.INFO: ==7879== Lock acquired, processing the job...
[2026-09-11 03:59:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 03:59:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 03:59:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 03:59:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 03:59:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 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-09-11 03: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-09-11 03: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-09-11 03:59:03] Production.INFO: ==7879== Releasing lock...
[2026-09-11 03:59:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 03:59:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 03:59:04] Production.INFO: Account Balance Start.
[2026-09-11 03:59:04] Production.INFO: CreateAllLog Start
[2026-09-11 03:59:04] Production.INFO: 117
[2026-09-11 03:59:04] Production.INFO: Date 2026-09-08
[2026-09-11 03:59:04] Production.INFO: Reseller ==> 0
[2026-09-11 03:59:04] Production.INFO: Date 2026-09-09
[2026-09-11 03:59:04] Production.INFO: Reseller ==> 0
[2026-09-11 03:59:04] Production.INFO: Date 2026-09-10
[2026-09-11 03:59:04] Production.INFO: Reseller ==> 0
[2026-09-11 03:59:04] Production.INFO: Date 2026-09-11
[2026-09-11 03:59:04] Production.INFO: Reseller ==> 0
[2026-09-11 03:59:04] Production.INFO: Total Charge 0
[2026-09-11 03:59:04] Production.INFO: CreateAllLog End
[2026-09-11 03:59:04] Production.INFO: ==7873== Releasing lock...
[2026-09-11 03:59:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 03:59:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 03:59:04] Production.INFO: Account Balance End.
[2026-09-11 03:59:04] Production.ERROR: CronJobId end 12
[2026-09-11 03:59:04] Production.INFO: ==7877== Releasing lock...
[2026-09-11 03:59:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 03:59:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 03:59:11] Production.ERROR: CronJobId end10
[2026-09-11 03:59:11] Production.INFO: ==7875== Releasing lock...
[2026-09-11 03:59:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 03:59:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 03:59:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 03:59:16] Production.INFO: ============== Balance Warning START===========
[2026-09-11 03:59:16] Production.INFO: ============== Balance Warning END===========
[2026-09-11 03:59:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 03:59:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 03:59:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 03:59:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 03:59:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 03:59:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 03:59:16] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 03:59:16] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 03:59:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 03:59:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 03:59:16] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 03:59:16] Production.INFO: call_cost start
[2026-09-11 03:59:16] Production.INFO: call_cost end
[2026-09-11 03:59:16] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 03:59:16] Production.INFO: ============== Report Schedule START===========
[2026-09-11 03:59:16] Production.INFO: ============== Report Schedule END===========
[2026-09-11 03:59:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 03:59:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 03:59:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 03:59:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 03:59:16] Production.INFO: ============== Deal alert START===========
[2026-09-11 03:59:16] Production.INFO: ============== Deal alert END===========
[2026-09-11 03:59:16] Production.INFO: ==7871== Releasing lock...
[2026-09-11 03:59:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 03:59:16] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 09:00:01] Production.INFO: ==7937== Lock acquired, processing the job...
[2026-09-11 09:00:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 09:00:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 09:00:01] Production.INFO: neon service started
[2026-09-11 09:00:01] Production.INFO: neon service started
[2026-09-11 09:00:01] Production.INFO: ==7937== Releasing lock...
[2026-09-11 09:00:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 09:00:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 04:00:02] Production.INFO: ==7939== Lock acquired, processing the job...
[2026-09-11 04:00:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 04:00:02] Production.INFO: ==7939== Releasing lock...
[2026-09-11 04:00:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 04:00:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 08:00:02] Production.INFO: ==7941== Lock acquired, processing the job...
[2026-09-11 08:00:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 08:00:02] Production.INFO: ==7941== Releasing lock...
[2026-09-11 08:00:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 08:00:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 04:00:03] Production.INFO: ==7951== Lock acquired, processing the job...
[2026-09-11 04:00:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 04:00:03] Production.INFO: ==7943== Lock acquired, processing the job...
[2026-09-11 04:00:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 04:00:03] Production.INFO: ==7949== Lock acquired, processing the job...
[2026-09-11 04:00:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 04:00:03] Production.INFO: ==7947== Lock acquired, processing the job...
[2026-09-11 04:00:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 04:00:03] Production.INFO: ==7945== Lock acquired, processing the job...
[2026-09-11 04:00:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 04:00:03] Production.INFO: Account Balance Start.
[2026-09-11 04:00:03] Production.INFO: CreateAllLog Start
[2026-09-11 04:00:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 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-09-11 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-09-11 04:00:03] Production.INFO: 117
[2026-09-11 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-09-11 04:00:03] Production.INFO: Date 2026-09-08
[2026-09-11 04:00:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 04:00:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 04:00:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 04:00:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 04:00:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:00:03] Production.INFO: ==7951== Releasing lock...
[2026-09-11 04:00:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 04:00:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 04:00:03] Production.INFO: Date 2026-09-09
[2026-09-11 04:00:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:00:03] Production.INFO: Date 2026-09-10
[2026-09-11 04:00:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:00:03] Production.INFO: Date 2026-09-11
[2026-09-11 04:00:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:00:03] Production.INFO: Total Charge 0
[2026-09-11 04:00:03] Production.INFO: CreateAllLog End
[2026-09-11 04:00:03] Production.INFO: Account Balance End.
[2026-09-11 04:00:03] Production.ERROR: CronJobId end 12
[2026-09-11 04:00:03] Production.INFO: ==7949== Releasing lock...
[2026-09-11 04:00:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 04:00:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 04:00:04] Production.INFO: ==7945== Releasing lock...
[2026-09-11 04:00:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 04:00:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 04:00:10] Production.ERROR: CronJobId end10
[2026-09-11 04:00:10] Production.INFO: ==7947== Releasing lock...
[2026-09-11 04:00:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 04:00:10] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 04:00:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 04:00:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 04:00:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 04:00:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 04:00:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 04:00:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 04:00:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 04:00:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 04:00:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 04:00:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 04:00:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 04:00:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 04:00:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 04:00:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 04:00:14] Production.INFO: call_cost start
[2026-09-11 04:00:14] Production.INFO: call_cost end
[2026-09-11 04:00:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 04:00:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 04:00:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 04:00:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 04:00:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 04:00:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 04:00:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 04:00:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 04:00:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 04:00:14] Production.INFO: ==7943== Releasing lock...
[2026-09-11 04:00:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 04:00:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 09:01:02] Production.INFO: ==8017== Lock acquired, processing the job...
[2026-09-11 09:01:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 09:01:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 09:01:02] Production.INFO: neon service started
[2026-09-11 09:01:02] Production.INFO: neon service started
[2026-09-11 09:01:02] Production.INFO: ==8017== Releasing lock...
[2026-09-11 09:01:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 09:01:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 04:01:02] Production.INFO: ==8030== Lock acquired, processing the job...
[2026-09-11 04:01:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 04:01:02] Production.INFO: ==8030== Releasing lock...
[2026-09-11 04:01:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 04:01:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 08:01:02] Production.INFO: ==8032== Lock acquired, processing the job...
[2026-09-11 08:01:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 08:01:03] Production.INFO: ==8032== Releasing lock...
[2026-09-11 08:01:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 08:01:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 04:01:03] Production.INFO: ==8034== Lock acquired, processing the job...
[2026-09-11 04:01:03] Production.INFO: dbcleanup-command-dbcleanup-companyid-1-cronjobid-3 #Starts#
[2026-09-11 04:01:03] Production.INFO: ==8038== Lock acquired, processing the job...
[2026-09-11 04:01:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 04:01:03] Production.INFO: ==8036== Lock acquired, processing the job...
[2026-09-11 04:01:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 04:01:03] Production.INFO: ==8042== Lock acquired, processing the job...
[2026-09-11 04:01:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 04:01:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 04:01:03] Production.INFO: DBcleanup Starts.
[2026-09-11 04:01:03] Production.INFO: Usage Download Log Start.
[2026-09-11 04:01:03] Production.INFO: Account Balance Start.
[2026-09-11 04:01:03] Production.INFO: CreateAllLog Start
[2026-09-11 04:01:03] Production.INFO: Usage Download Log End.
[2026-09-11 04:01:03] Production.INFO: Cronjob History Delete Start.
[2026-09-11 04:01:03] Production.INFO: call prc_deleteJobOrCronJobLogByRetention(1,'2025-09-11','Cronjob')
[2026-09-11 04:01:03] Production.INFO: 117
[2026-09-11 04:01:03] Production.INFO: Date 2026-09-08
[2026-09-11 04:01:03] Production.INFO: ==8040== Lock acquired, processing the job...
[2026-09-11 04:01:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 04:01:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:01:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 04:01:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 04:01:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 04:01:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 04:01:04] Production.INFO: Date 2026-09-09
[2026-09-11 04:01:04] Production.INFO: Reseller ==> 0
[2026-09-11 04:01:04] Production.INFO: Date 2026-09-10
[2026-09-11 04:01:04] Production.INFO: Reseller ==> 0
[2026-09-11 04:01:04] Production.INFO: ==8044== Lock acquired, processing the job...
[2026-09-11 04:01:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 04:01:04] Production.INFO: Date 2026-09-11
[2026-09-11 04:01:04] Production.INFO: Reseller ==> 0
[2026-09-11 04:01:04] Production.INFO: Total Charge 0
[2026-09-11 04:01:04] Production.INFO: CreateAllLog End
[2026-09-11 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-09-11 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-09-11 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-09-11 04:01:04] Production.INFO: ==8044== Releasing lock...
[2026-09-11 04:01:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 04:01:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 04:01:04] Production.INFO: Account Balance End.
[2026-09-11 04:01:04] Production.ERROR: CronJobId end 12
[2026-09-11 04:01:04] Production.INFO: ==8042== Releasing lock...
[2026-09-11 04:01:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 04:01:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 04:01:04] Production.INFO: ==8038== Releasing lock...
[2026-09-11 04:01:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 04:01:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 04:01:13] Production.INFO: Cronjob History Delete End.
[2026-09-11 04:01:13] Production.INFO: Job Log Delete Start.
[2026-09-11 04:01:13] Production.INFO: call prc_deleteJobOrCronJobLogByRetention(1,'2025-09-11','Job')
[2026-09-11 04:01:13] Production.INFO: Job Log Delete End.
[2026-09-11 04:01:13] Production.INFO: Customer RateSheet History Delete Starts.
[2026-09-11 04:01:13] Production.INFO: Customer RateSheet History Delete End.
[2026-09-11 04:01:13] Production.INFO: Vendor RateSheet History Delete Start.
[2026-09-11 04:01:13] Production.INFO: Vendor RateSheet History Delete End.
[2026-09-11 04:01:13] Production.INFO: All Old Rate Delete Start
[2026-09-11 04:01:13] Production.INFO: DBcleanup: prc_WSCronJobDeleteOldVendorRate Start.
[2026-09-11 04:01:13] Production.INFO: DBcleanup: prc_WSCronJobDeleteOldVendorRate Done.
[2026-09-11 04:01:13] Production.INFO: DBcleanup: prc_WSCronJobDeleteOldCustomerRate Start.
[2026-09-11 04:01:13] Production.INFO: DBcleanup: prc_WSCronJobDeleteOldCustomerRate Done.
[2026-09-11 04:01:13] Production.INFO: DBcleanup: prc_WSCronJobDeleteOldRateTableRate Start.
[2026-09-11 04:01:13] Production.INFO: DBcleanup: prc_WSCronJobDeleteOldRateTableRate Done.
[2026-09-11 04:01:13] Production.INFO: DBcleanup: prc_WSCronJobDeleteOldRateSheetDetails Start.
[2026-09-11 04:01:13] Production.INFO: DBcleanup: prc_WSCronJobDeleteOldRateSheetDetails Done.
[2026-09-11 04:01:13] Production.INFO: All Old Rate Delete End
[2026-09-11 04:01:13] Production.INFO: Customer CDR Delete Start.
[2026-09-11 04:01:13] Production.INFO: Customer CDR Delete End.
[2026-09-11 04:01:13] Production.INFO: Customer Failed Call Start.
[2026-09-11 04:01:13] Production.INFO: Customer Failed Call Delete End.
[2026-09-11 04:01:13] Production.INFO: Vendor CDR Delete Start.
[2026-09-11 04:01:13] Production.INFO: Vendor CDR Delete End.
[2026-09-11 04:01:13] Production.INFO: Vendor CDR Delete Start.
[2026-09-11 04:01:13] Production.INFO: Vendor CDR Delete End.
[2026-09-11 04:01:13] Production.INFO: RateLog Delete Start.
[2026-09-11 04:01:13] Production.INFO: RateLog Delete End.
[2026-09-11 04:01:13] Production.INFO: Archive Old Rate Delete Start.
[2026-09-11 04:01:13] Production.INFO: Archive Old Rate Delete End.
[2026-09-11 04:01:13] Production.INFO: Tickets Delete Start.
[2026-09-11 04:01:13] Production.INFO: Tickets Delete End.
[2026-09-11 04:01:13] Production.INFO: DBcleanup Done.
[2026-09-11 04:01:13] Production.ERROR: CronJobId end 3
[2026-09-11 04:01:13] Production.INFO: ==8034== Releasing lock...
[2026-09-11 04:01:13] Production.INFO: dbcleanup-command-dbcleanup-companyid-1-cronjobid-3 #Stops#
[2026-09-11 04:01:13] Production.INFO: 26 MB #Memory Used#
[2026-09-11 04:01:15] Production.ERROR: CronJobId end10
[2026-09-11 04:01:15] Production.INFO: ==8040== Releasing lock...
[2026-09-11 04:01:15] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 04:01:15] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 04:01:17] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 04:01:17] Production.INFO: ============== Balance Warning START===========
[2026-09-11 04:01:17] Production.INFO: ============== Balance Warning END===========
[2026-09-11 04:01:17] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 04:01:17] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 04:01:17] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 04:01:17] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 04:01:17] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 04:01:17] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 04:01:17] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 04:01:17] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 04:01:17] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 04:01:17] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 04:01:17] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 04:01:18] Production.INFO: call_cost start
[2026-09-11 04:01:18] Production.INFO: call_cost end
[2026-09-11 04:01:18] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 04:01:18] Production.INFO: ============== Report Schedule START===========
[2026-09-11 04:01:18] Production.INFO: ============== Report Schedule END===========
[2026-09-11 04:01:18] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 04:01:18] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 04:01:18] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 04:01:18] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 04:01:18] Production.INFO: ============== Deal alert START===========
[2026-09-11 04:01:18] Production.INFO: ============== Deal alert END===========
[2026-09-11 04:01:18] Production.INFO: ==8036== Releasing lock...
[2026-09-11 04:01:18] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 04:01:18] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 09:02:01] Production.INFO: ==8100== Lock acquired, processing the job...
[2026-09-11 09:02:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 09:02:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 09:02:01] Production.INFO: neon service started
[2026-09-11 09:02:01] Production.INFO: neon service started
[2026-09-11 09:02:01] Production.INFO: ==8100== Releasing lock...
[2026-09-11 09:02:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 09:02:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 08:02:01] Production.INFO: ==8104== Lock acquired, processing the job...
[2026-09-11 08:02:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 08:02:01] Production.INFO: ==8104== Releasing lock...
[2026-09-11 08:02:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 08:02:01] Production.INFO: 25 MB #Memory Used#
[2026-09-11 04:02:02] Production.INFO: ==8102== Lock acquired, processing the job...
[2026-09-11 04:02:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 04:02:02] Production.INFO: ==8102== Releasing lock...
[2026-09-11 04:02:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 04:02:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 04:02:03] Production.INFO: ==8106== Lock acquired, processing the job...
[2026-09-11 04:02:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 04:02:03] Production.INFO: ==8108== Lock acquired, processing the job...
[2026-09-11 04:02:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 04:02:03] Production.INFO: ==8112== Lock acquired, processing the job...
[2026-09-11 04:02:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 04:02:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 04:02:03] Production.INFO: Account Balance Start.
[2026-09-11 04:02:03] Production.INFO: CreateAllLog Start
[2026-09-11 04:02:03] Production.INFO: 117
[2026-09-11 04:02:03] Production.INFO: Date 2026-09-08
[2026-09-11 04:02:03] Production.INFO: ==8110== Lock acquired, processing the job...
[2026-09-11 04:02:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 04:02:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:02:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 04:02:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 04:02:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 04:02:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 04:02:03] Production.INFO: Date 2026-09-09
[2026-09-11 04:02:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:02:03] Production.INFO: ==8114== Lock acquired, processing the job...
[2026-09-11 04:02:03] Production.INFO: pbxaccountusage-command-pbxaccountusage-companyid-1-cronjobid-16 #Starts#
[2026-09-11 04:02:03] Production.INFO: Date 2026-09-10
[2026-09-11 04:02:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:02:03] Production.ERROR: tblTempUsageDetail_20
[2026-09-11 04:02:03] Production.INFO: Date 2026-09-11
[2026-09-11 04:02:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:02:03] Production.INFO: ==8117== Lock acquired, processing the job...
[2026-09-11 04:02:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 04:02:03] Production.INFO: Total Charge 0
[2026-09-11 04:02:03] Production.INFO: CreateAllLog End
[2026-09-11 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-09-11 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-09-11 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-09-11 04:02:03] Production.INFO: ==8117== Releasing lock...
[2026-09-11 04:02:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 04:02:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 04:02:03] Production.ERROR: done
[2026-09-11 04:02:03] Production.ERROR: tblTempVendorCDR_20
[2026-09-11 04:02:03] Production.INFO: Account Balance End.
[2026-09-11 04:02:03] Production.ERROR: CronJobId end 12
[2026-09-11 04:02:03] Production.INFO: ==8112== Releasing lock...
[2026-09-11 04:02:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 04:02:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 04:02:04] Production.INFO: ==8108== Releasing lock...
[2026-09-11 04:02:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 04:02:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 04:02:04] Production.ERROR: done
[2026-09-11 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-09-11 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-09-11 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-09-11 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-09-11 04:02:04] Production.INFO: ==8114== Releasing lock...
[2026-09-11 04:02:04] Production.INFO: pbxaccountusage-command-pbxaccountusage-companyid-1-cronjobid-16 #Stops#
[2026-09-11 04:02:04] Production.INFO: 27.25 MB #Memory Used#
[2026-09-11 04:02:12] Production.ERROR: CronJobId end10
[2026-09-11 04:02:12] Production.INFO: ==8110== Releasing lock...
[2026-09-11 04:02:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 04:02:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 04:02:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 04:02:15] Production.INFO: ============== Balance Warning START===========
[2026-09-11 04:02:15] Production.INFO: ============== Balance Warning END===========
[2026-09-11 04:02:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 04:02:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 04:02:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 04:02:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 04:02:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 04:02:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 04:02:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 04:02:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 04:02:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 04:02:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 04:02:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 04:02:15] Production.INFO: call_cost start
[2026-09-11 04:02:15] Production.INFO: call_cost end
[2026-09-11 04:02:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 04:02:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 04:02:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 04:02:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 04:02:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 04:02:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 04:02:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 04:02:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 04:02:16] Production.INFO: ============== Deal alert END===========
[2026-09-11 04:02:16] Production.INFO: ==8106== Releasing lock...
[2026-09-11 04:02:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 04:02:16] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 09:03:01] Production.INFO: ==8176== Lock acquired, processing the job...
[2026-09-11 09:03:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 09:03:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 09:03:01] Production.INFO: neon service started
[2026-09-11 09:03:01] Production.INFO: neon service started
[2026-09-11 09:03:01] Production.INFO: ==8176== Releasing lock...
[2026-09-11 09:03:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 09:03:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 04:03:02] Production.INFO: ==8178== Lock acquired, processing the job...
[2026-09-11 04:03:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 04:03:02] Production.INFO: ==8178== Releasing lock...
[2026-09-11 04:03:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 04:03:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 08:03:02] Production.INFO: ==8180== Lock acquired, processing the job...
[2026-09-11 08:03:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 08:03:02] Production.INFO: ==8180== Releasing lock...
[2026-09-11 08:03:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 08:03:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 04:03:03] Production.INFO: ==8188== Lock acquired, processing the job...
[2026-09-11 04:03:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 04:03:03] Production.INFO: Account Balance Start.
[2026-09-11 04:03:03] Production.INFO: CreateAllLog Start
[2026-09-11 04:03:03] Production.INFO: 117
[2026-09-11 04:03:03] Production.INFO: Date 2026-09-08
[2026-09-11 04:03:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:03:03] Production.INFO: Date 2026-09-09
[2026-09-11 04:03:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:03:03] Production.INFO: ==8182== Lock acquired, processing the job...
[2026-09-11 04:03:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 04:03:03] Production.INFO: Date 2026-09-10
[2026-09-11 04:03:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:03:03] Production.INFO: ==8184== Lock acquired, processing the job...
[2026-09-11 04:03:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 04:03:03] Production.INFO: Date 2026-09-11
[2026-09-11 04:03:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:03:03] Production.INFO: ==8186== Lock acquired, processing the job...
[2026-09-11 04:03:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 04:03:03] Production.INFO: Total Charge 0
[2026-09-11 04:03:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 04:03:03] Production.INFO: CreateAllLog End
[2026-09-11 04:03:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 04:03:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 04:03:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 04:03:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 04:03:03] Production.INFO: ==8190== Lock acquired, processing the job...
[2026-09-11 04:03:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 04:03:03] Production.INFO: Account Balance End.
[2026-09-11 04:03:03] Production.ERROR: CronJobId end 12
[2026-09-11 04:03:03] Production.INFO: ==8188== Releasing lock...
[2026-09-11 04:03:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 04:03:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 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-09-11 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-09-11 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-09-11 04:03:04] Production.INFO: ==8190== Releasing lock...
[2026-09-11 04:03:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 04:03:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 04:03:04] Production.INFO: ==8184== Releasing lock...
[2026-09-11 04:03:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 04:03:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 04:03:11] Production.ERROR: CronJobId end10
[2026-09-11 04:03:11] Production.INFO: ==8186== Releasing lock...
[2026-09-11 04:03:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 04:03:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 04:03:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 04:03:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 04:03:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 04:03:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 04:03:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 04:03:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 04:03:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 04:03:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 04:03:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 04:03:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 04:03:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 04:03:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 04:03:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 04:03:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 04:03:14] Production.INFO: call_cost start
[2026-09-11 04:03:14] Production.INFO: call_cost end
[2026-09-11 04:03:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 04:03:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 04:03:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 04:03:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 04:03:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 04:03:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 04:03:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 04:03:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 04:03:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 04:03:14] Production.INFO: ==8182== Releasing lock...
[2026-09-11 04:03:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 04:03:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 09:04:01] Production.INFO: ==8256== Lock acquired, processing the job...
[2026-09-11 09:04:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 09:04:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 09:04:01] Production.INFO: neon service started
[2026-09-11 09:04:01] Production.INFO: neon service started
[2026-09-11 09:04:01] Production.INFO: ==8256== Releasing lock...
[2026-09-11 09:04:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 09:04:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 04:04:01] Production.INFO: ==8258== Lock acquired, processing the job...
[2026-09-11 04:04:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 04:04:02] Production.INFO: ==8258== Releasing lock...
[2026-09-11 04:04:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 04:04:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 08:04:02] Production.INFO: ==8260== Lock acquired, processing the job...
[2026-09-11 08:04:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 08:04:02] Production.INFO: ==8260== Releasing lock...
[2026-09-11 08:04:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 08:04:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 04:04:02] Production.INFO: ==8271== Lock acquired, processing the job...
[2026-09-11 04:04:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 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-09-11 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-09-11 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-09-11 04:04:03] Production.INFO: ==8271== Releasing lock...
[2026-09-11 04:04:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 04:04:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 04:04:03] Production.INFO: ==8262== Lock acquired, processing the job...
[2026-09-11 04:04:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 04:04:03] Production.INFO: ==8264== Lock acquired, processing the job...
[2026-09-11 04:04:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 04:04:03] Production.INFO: ==8266== Lock acquired, processing the job...
[2026-09-11 04:04:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 04:04:03] Production.INFO: ==8269== Lock acquired, processing the job...
[2026-09-11 04:04:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 04:04:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 04:04:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 04:04:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 04:04:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 04:04:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 04:04:03] Production.INFO: Account Balance Start.
[2026-09-11 04:04:03] Production.INFO: CreateAllLog Start
[2026-09-11 04:04:03] Production.INFO: 117
[2026-09-11 04:04:03] Production.INFO: Date 2026-09-08
[2026-09-11 04:04:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:04:03] Production.INFO: Date 2026-09-09
[2026-09-11 04:04:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:04:03] Production.INFO: ==8264== Releasing lock...
[2026-09-11 04:04:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 04:04:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 04:04:03] Production.INFO: Date 2026-09-10
[2026-09-11 04:04:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:04:03] Production.INFO: Date 2026-09-11
[2026-09-11 04:04:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:04:03] Production.INFO: Total Charge 0
[2026-09-11 04:04:03] Production.INFO: CreateAllLog End
[2026-09-11 04:04:03] Production.INFO: Account Balance End.
[2026-09-11 04:04:03] Production.ERROR: CronJobId end 12
[2026-09-11 04:04:03] Production.INFO: ==8269== Releasing lock...
[2026-09-11 04:04:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 04:04:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 04:04:11] Production.ERROR: CronJobId end10
[2026-09-11 04:04:11] Production.INFO: ==8266== Releasing lock...
[2026-09-11 04:04:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 04:04:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 04:04:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 04:04:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 04:04:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 04:04:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 04:04:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 04:04:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 04:04:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 04:04:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 04:04:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 04:04:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 04:04:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 04:04:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 04:04:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 04:04:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 04:04:14] Production.INFO: call_cost start
[2026-09-11 04:04:14] Production.INFO: call_cost end
[2026-09-11 04:04:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 04:04:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 04:04:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 04:04:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 04:04:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 04:04:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 04:04:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 04:04:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 04:04:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 04:04:14] Production.INFO: ==8262== Releasing lock...
[2026-09-11 04:04:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 04:04:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 09:05:01] Production.INFO: ==8330== Lock acquired, processing the job...
[2026-09-11 09:05:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 09:05:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 09:05:01] Production.INFO: neon service started
[2026-09-11 09:05:01] Production.INFO: neon service started
[2026-09-11 09:05:01] Production.INFO: ==8330== Releasing lock...
[2026-09-11 09:05:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 09:05:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 04:05:02] Production.INFO: ==8332== Lock acquired, processing the job...
[2026-09-11 04:05:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 04:05:02] Production.INFO: ==8332== Releasing lock...
[2026-09-11 04:05:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 04:05:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 08:05:02] Production.INFO: ==8334== Lock acquired, processing the job...
[2026-09-11 08:05:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 08:05:02] Production.INFO: ==8334== Releasing lock...
[2026-09-11 08:05:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 08:05:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 04:05:03] Production.INFO: ==8336== Lock acquired, processing the job...
[2026-09-11 04:05:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-11 04:05:03] Production.INFO: ==8342== Lock acquired, processing the job...
[2026-09-11 04:05:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 04:05:03] Production.ERROR: ========================== active cronjob start =============================
[2026-09-11 04:05:03] Production.ERROR: ========================== active cronjob end =============================
[2026-09-11 04:05:03] Production.INFO: ==8336== Releasing lock...
[2026-09-11 04:05:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-11 04:05:03] Production.INFO: 25.5 MB #Memory Used#
[2026-09-11 04:05:03] Production.INFO: ==8338== Lock acquired, processing the job...
[2026-09-11 04:05:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 04:05:03] Production.INFO: ==8344== Lock acquired, processing the job...
[2026-09-11 04:05:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 04:05:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 04:05:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 04:05:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 04:05:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 04:05:03] Production.INFO: ==8340== Lock acquired, processing the job...
[2026-09-11 04:05:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 04:05:03] Production.INFO: ==8346== Lock acquired, processing the job...
[2026-09-11 04:05:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-11 04:05:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 04:05:03] Production.INFO: Account Balance Start.
[2026-09-11 04:05:03] Production.INFO: CreateAllLog Start
[2026-09-11 04:05:03] Production.INFO: 117
[2026-09-11 04:05:03] Production.ERROR: tblTempUsageDetail_20
[2026-09-11 04:05:03] Production.INFO: Date 2026-09-08
[2026-09-11 04:05:03] Production.INFO: ==8348== Lock acquired, processing the job...
[2026-09-11 04:05:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 04:05:03] Production.INFO: Reseller ==> 0
[2026-09-11 04: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-09-11 04: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-09-11 04: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-09-11 04:05:04] Production.INFO: ==8348== Releasing lock...
[2026-09-11 04:05:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 04:05:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 04:05:04] Production.INFO: Date 2026-09-09
[2026-09-11 04:05:04] Production.INFO: Reseller ==> 0
[2026-09-11 04:05:04] Production.ERROR: done
[2026-09-11 04:05:04] Production.INFO: Date 2026-09-10
[2026-09-11 04:05:04] Production.INFO: Reseller ==> 0
[2026-09-11 04:05:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-11 04:05:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17982356', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) start
[2026-09-11 04:05:04] Production.INFO: Date 2026-09-11
[2026-09-11 04:05:04] Production.INFO: Reseller ==> 0
[2026-09-11 04:05:04] Production.INFO: Total Charge 0
[2026-09-11 04:05:04] Production.INFO: CreateAllLog End
[2026-09-11 04:05:04] Production.INFO: Account Balance End.
[2026-09-11 04:05:04] Production.ERROR: CronJobId end 12
[2026-09-11 04:05:04] Production.INFO: ==8344== Releasing lock...
[2026-09-11 04:05:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 04:05:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 04:05:04] Production.INFO: ==8340== Releasing lock...
[2026-09-11 04:05:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 04:05:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 04:05:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17982356', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) end
[2026-09-11 04:05:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-11 04:05:10] Production.INFO: ProcessCDR(1,17982356,1,1,2)
[2026-09-11 04:05:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17982356,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 04:05:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17982356,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 04:05:11] Production.ERROR: pbx prc_insertCDR start
[2026-09-11 04:05:11] Production.ERROR: pbx prc_insertCDR end
[2026-09-11 04:05:11] Production.INFO: ==8346== Releasing lock...
[2026-09-11 04:05:11] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-11 04:05:11] Production.INFO: 26 MB #Memory Used#
[2026-09-11 04:05:14] Production.ERROR: CronJobId end10
[2026-09-11 04:05:14] Production.INFO: ==8342== Releasing lock...
[2026-09-11 04:05:14] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 04:05:14] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 04:05:17] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 04:05:17] Production.INFO: ============== Balance Warning START===========
[2026-09-11 04:05:17] Production.INFO: ============== Balance Warning END===========
[2026-09-11 04:05:17] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 04:05:17] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 04:05:17] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 04:05:17] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 04:05:17] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 04:05:17] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 04:05:17] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 04:05:17] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 04:05:17] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 04:05:17] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 04:05:17] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 04:05:17] Production.INFO: call_cost start
[2026-09-11 04:05:17] Production.INFO: call_cost end
[2026-09-11 04:05:17] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 04:05:17] Production.INFO: ============== Report Schedule START===========
[2026-09-11 04:05:17] Production.INFO: ============== Report Schedule END===========
[2026-09-11 04:05:17] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 04:05:17] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 04:05:17] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 04:05:17] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 04:05:17] Production.INFO: ============== Deal alert START===========
[2026-09-11 04:05:17] Production.INFO: ============== Deal alert END===========
[2026-09-11 04:05:17] Production.INFO: ==8338== Releasing lock...
[2026-09-11 04:05:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 04:05:17] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 09:06:01] Production.INFO: ==8407== Lock acquired, processing the job...
[2026-09-11 09:06:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 09:06:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 09:06:01] Production.INFO: neon service started
[2026-09-11 09:06:01] Production.INFO: neon service started
[2026-09-11 09:06:01] Production.INFO: ==8407== Releasing lock...
[2026-09-11 09:06:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 09:06:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 04:06:01] Production.INFO: ==8409== Lock acquired, processing the job...
[2026-09-11 04:06:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 04:06:01] Production.INFO: ==8409== Releasing lock...
[2026-09-11 04:06:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 04:06:01] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 08:06:02] Production.INFO: ==8411== Lock acquired, processing the job...
[2026-09-11 08:06:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 08:06:02] Production.INFO: ==8411== Releasing lock...
[2026-09-11 08:06:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 08:06:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 04:06:02] Production.INFO: ==8422== Lock acquired, processing the job...
[2026-09-11 04:06:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 04:06:02] Production.INFO: ==8414== Lock acquired, processing the job...
[2026-09-11 04:06:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 04:06:02] Production.INFO: ==8416== Lock acquired, processing the job...
[2026-09-11 04:06:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 04:06:02] Production.INFO: ==8418== Lock acquired, processing the job...
[2026-09-11 04:06:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 04:06:02] Production.INFO: ==8420== Lock acquired, processing the job...
[2026-09-11 04:06:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 04:06:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 04:06: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-09-11 04:06: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-09-11 04:06:02] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 04:06:02] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 04:06:02] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 04:06:02] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 04:06: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-09-11 04:06:03] Production.INFO: ==8422== Releasing lock...
[2026-09-11 04:06:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 04:06:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 04:06:03] Production.INFO: Account Balance Start.
[2026-09-11 04:06:03] Production.INFO: CreateAllLog Start
[2026-09-11 04:06:03] Production.INFO: 117
[2026-09-11 04:06:03] Production.INFO: Date 2026-09-08
[2026-09-11 04:06:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:06:03] Production.INFO: Date 2026-09-09
[2026-09-11 04:06:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:06:03] Production.INFO: Date 2026-09-10
[2026-09-11 04:06:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:06:03] Production.INFO: Date 2026-09-11
[2026-09-11 04:06:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:06:03] Production.INFO: Total Charge 0
[2026-09-11 04:06:03] Production.INFO: CreateAllLog End
[2026-09-11 04:06:03] Production.INFO: Account Balance End.
[2026-09-11 04:06:03] Production.ERROR: CronJobId end 12
[2026-09-11 04:06:03] Production.INFO: ==8420== Releasing lock...
[2026-09-11 04:06:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 04:06:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 04:06:03] Production.INFO: ==8416== Releasing lock...
[2026-09-11 04:06:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 04:06:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 04:06:11] Production.ERROR: CronJobId end10
[2026-09-11 04:06:11] Production.INFO: ==8418== Releasing lock...
[2026-09-11 04:06:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 04:06:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 04:06:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 04:06:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 04:06:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 04:06:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 04:06:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 04:06:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 04:06:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 04:06:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 04:06:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 04:06:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 04:06:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 04:06:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 04:06:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 04:06:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 04:06:14] Production.INFO: call_cost start
[2026-09-11 04:06:14] Production.INFO: call_cost end
[2026-09-11 04:06:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 04:06:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 04:06:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 04:06:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 04:06:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 04:06:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 04:06:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 04:06:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 04:06:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 04:06:14] Production.INFO: ==8414== Releasing lock...
[2026-09-11 04:06:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 04:06:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 09:07:01] Production.INFO: ==8478== Lock acquired, processing the job...
[2026-09-11 09:07:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 09:07:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 09:07:01] Production.INFO: neon service started
[2026-09-11 09:07:01] Production.INFO: neon service started
[2026-09-11 09:07:01] Production.INFO: ==8478== Releasing lock...
[2026-09-11 09:07:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 09:07:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 04:07:02] Production.INFO: ==8480== Lock acquired, processing the job...
[2026-09-11 04:07:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 08:07:02] Production.INFO: ==8482== Lock acquired, processing the job...
[2026-09-11 08:07:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 08:07:02] Production.INFO: ==8482== Releasing lock...
[2026-09-11 08:07:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 08:07:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 04:07:02] Production.INFO: ==8480== Releasing lock...
[2026-09-11 04:07:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 04:07:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 04:07:03] Production.INFO: ==8489== Lock acquired, processing the job...
[2026-09-11 04:07:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 04:07:03] Production.INFO: ==8491== Lock acquired, processing the job...
[2026-09-11 04:07:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 04:07:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 04:07:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 04:07:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 04:07:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 04:07:03] Production.INFO: Account Balance Start.
[2026-09-11 04:07:03] Production.INFO: CreateAllLog Start
[2026-09-11 04:07:03] Production.INFO: 117
[2026-09-11 04:07:03] Production.INFO: Date 2026-09-08
[2026-09-11 04:07:03] Production.INFO: ==8486== Lock acquired, processing the job...
[2026-09-11 04:07:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 04:07:03] Production.INFO: ==8493== Lock acquired, processing the job...
[2026-09-11 04:07:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 04:07:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:07:03] Production.INFO: ==8484== Lock acquired, processing the job...
[2026-09-11 04:07:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 04:07:03] Production.INFO: Date 2026-09-09
[2026-09-11 04:07:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:07:03] Production.INFO: Date 2026-09-10
[2026-09-11 04:07:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:07:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 04:07:03] Production.INFO: Date 2026-09-11
[2026-09-11 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-09-11 04:07:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 04:07:03] Production.INFO: ==8493== Releasing lock...
[2026-09-11 04:07:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 04:07:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 04:07:03] Production.INFO: Total Charge 0
[2026-09-11 04:07:03] Production.INFO: CreateAllLog End
[2026-09-11 04:07:03] Production.INFO: Account Balance End.
[2026-09-11 04:07:03] Production.ERROR: CronJobId end 12
[2026-09-11 04:07:03] Production.INFO: ==8491== Releasing lock...
[2026-09-11 04:07:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 04:07:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 04:07:04] Production.INFO: ==8486== Releasing lock...
[2026-09-11 04:07:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 04:07:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 04:07:10] Production.ERROR: CronJobId end10
[2026-09-11 04:07:10] Production.INFO: ==8489== Releasing lock...
[2026-09-11 04:07:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 04:07:10] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 04:07:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 04:07:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 04:07:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 04:07:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 04:07:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 04:07:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 04:07:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 04:07:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 04:07:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 04:07:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 04:07:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 04:07:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 04:07:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 04:07:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 04:07:14] Production.INFO: call_cost start
[2026-09-11 04:07:14] Production.INFO: call_cost end
[2026-09-11 04:07:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 04:07:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 04:07:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 04:07:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 04:07:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 04:07:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 04:07:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 04:07:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 04:07:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 04:07:14] Production.INFO: ==8484== Releasing lock...
[2026-09-11 04:07:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 04:07:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 09:08:02] Production.INFO: ==8557== Lock acquired, processing the job...
[2026-09-11 09:08:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 09:08:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 09:08:02] Production.INFO: neon service started
[2026-09-11 09:08:02] Production.INFO: neon service started
[2026-09-11 09:08:02] Production.INFO: ==8557== Releasing lock...
[2026-09-11 09:08:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 09:08:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 04:08:02] Production.INFO: ==8559== Lock acquired, processing the job...
[2026-09-11 04:08:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 04:08:02] Production.INFO: ==8559== Releasing lock...
[2026-09-11 04:08:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 04:08:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 08:08:03] Production.INFO: ==8561== Lock acquired, processing the job...
[2026-09-11 08:08:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 08:08:03] Production.INFO: ==8561== Releasing lock...
[2026-09-11 08:08:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 08:08:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 04:08:03] Production.INFO: ==8563== Lock acquired, processing the job...
[2026-09-11 04:08:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 04:08:03] Production.INFO: ==8567== Lock acquired, processing the job...
[2026-09-11 04:08:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 04:08:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 04:08:03] Production.INFO: ==8569== Lock acquired, processing the job...
[2026-09-11 04:08:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 04:08:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 04:08:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 04:08:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 04:08:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 04:08:03] Production.INFO: ==8565== Lock acquired, processing the job...
[2026-09-11 04:08:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 04:08:03] Production.INFO: Account Balance Start.
[2026-09-11 04:08:03] Production.INFO: CreateAllLog Start
[2026-09-11 04:08:03] Production.INFO: 117
[2026-09-11 04:08:03] Production.INFO: Date 2026-09-08
[2026-09-11 04:08:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:08:03] Production.INFO: ==8571== Lock acquired, processing the job...
[2026-09-11 04:08:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 04:08:03] Production.INFO: Date 2026-09-09
[2026-09-11 04:08:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:08:03] Production.INFO: Date 2026-09-10
[2026-09-11 04:08:03] Production.INFO: Reseller ==> 0
[2026-09-11 04: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-09-11 04:08:03] Production.INFO: Date 2026-09-11
[2026-09-11 04: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-09-11 04:08:03] Production.INFO: Reseller ==> 0
[2026-09-11 04: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-09-11 04:08:03] Production.INFO: ==8571== Releasing lock...
[2026-09-11 04:08:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 04:08:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 04:08:03] Production.INFO: Total Charge 0
[2026-09-11 04:08:03] Production.INFO: CreateAllLog End
[2026-09-11 04:08:04] Production.INFO: Account Balance End.
[2026-09-11 04:08:04] Production.ERROR: CronJobId end 12
[2026-09-11 04:08:04] Production.INFO: ==8569== Releasing lock...
[2026-09-11 04:08:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 04:08:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 04:08:04] Production.INFO: ==8565== Releasing lock...
[2026-09-11 04:08:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 04:08:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 04:08:11] Production.ERROR: CronJobId end10
[2026-09-11 04:08:11] Production.INFO: ==8567== Releasing lock...
[2026-09-11 04:08:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 04:08:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 04:08:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 04:08:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 04:08:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 04:08:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 04:08:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 04:08:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 04:08:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 04:08:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 04:08:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 04:08:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 04:08:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 04:08:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 04:08:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 04:08:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 04:08:14] Production.INFO: call_cost start
[2026-09-11 04:08:14] Production.INFO: call_cost end
[2026-09-11 04:08:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 04:08:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 04:08:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 04:08:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 04:08:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 04:08:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 04:08:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 04:08:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 04:08:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 04:08:14] Production.INFO: ==8563== Releasing lock...
[2026-09-11 04:08:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 04:08:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 09:09:01] Production.INFO: ==8627== Lock acquired, processing the job...
[2026-09-11 09:09:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 09:09:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 09:09:01] Production.INFO: neon service started
[2026-09-11 09:09:01] Production.INFO: neon service started
[2026-09-11 09:09:01] Production.INFO: ==8627== Releasing lock...
[2026-09-11 09:09:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 09:09:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 04:09:01] Production.INFO: ==8629== Lock acquired, processing the job...
[2026-09-11 04:09:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 04:09:02] Production.INFO: ==8629== Releasing lock...
[2026-09-11 04:09:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 04:09:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 08:09:02] Production.INFO: ==8631== Lock acquired, processing the job...
[2026-09-11 08:09:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 08:09:02] Production.INFO: ==8631== Releasing lock...
[2026-09-11 08:09:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 08:09:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 04:09:02] Production.INFO: ==8634== Lock acquired, processing the job...
[2026-09-11 04:09:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 04:09:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 04:09:02] Production.INFO: ==8640== Lock acquired, processing the job...
[2026-09-11 04:09:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 04:09:03] Production.INFO: Account Balance Start.
[2026-09-11 04:09:03] Production.INFO: CreateAllLog Start
[2026-09-11 04:09:03] Production.INFO: 117
[2026-09-11 04:09:03] Production.INFO: Date 2026-09-08
[2026-09-11 04:09:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:09:03] Production.INFO: Date 2026-09-09
[2026-09-11 04:09:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:09:03] Production.INFO: ==8636== Lock acquired, processing the job...
[2026-09-11 04:09:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 04:09:03] Production.INFO: Date 2026-09-10
[2026-09-11 04:09:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:09:03] Production.INFO: Date 2026-09-11
[2026-09-11 04:09:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:09:03] Production.INFO: Total Charge 0
[2026-09-11 04:09:03] Production.INFO: CreateAllLog End
[2026-09-11 04:09:03] Production.INFO: ==8638== Lock acquired, processing the job...
[2026-09-11 04:09:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 04:09:03] Production.INFO: Account Balance End.
[2026-09-11 04:09:03] Production.INFO: ==8642== Lock acquired, processing the job...
[2026-09-11 04:09:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 04:09:03] Production.ERROR: CronJobId end 12
[2026-09-11 04:09:03] Production.INFO: ==8640== Releasing lock...
[2026-09-11 04:09:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 04:09:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 04:09:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 04:09:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 04:09:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 04:09:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 04: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-09-11 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-09-11 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-09-11 04:09:03] Production.INFO: ==8642== Releasing lock...
[2026-09-11 04:09:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 04:09:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 04:09:03] Production.INFO: ==8636== Releasing lock...
[2026-09-11 04:09:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 04:09:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 04:09:11] Production.ERROR: CronJobId end10
[2026-09-11 04:09:11] Production.INFO: ==8638== Releasing lock...
[2026-09-11 04:09:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 04:09:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 04:09:12] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 04:09:12] Production.INFO: ============== Balance Warning START===========
[2026-09-11 04:09:12] Production.INFO: ============== Balance Warning END===========
[2026-09-11 04:09:12] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 04:09:12] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 04:09:12] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 04:09:12] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 04:09:12] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 04:09:12] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 04:09:12] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 04:09:12] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 04:09:12] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 04:09:12] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 04:09:12] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 04:09:13] Production.INFO: call_cost start
[2026-09-11 04:09:13] Production.INFO: call_cost end
[2026-09-11 04:09:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 04:09:13] Production.INFO: ============== Report Schedule START===========
[2026-09-11 04:09:13] Production.INFO: ============== Report Schedule END===========
[2026-09-11 04:09:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 04:09:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 04:09:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 04:09:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 04:09:13] Production.INFO: ============== Deal alert START===========
[2026-09-11 04:09:13] Production.INFO: ============== Deal alert END===========
[2026-09-11 04:09:13] Production.INFO: ==8634== Releasing lock...
[2026-09-11 04:09:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 04:09:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 09:10:02] Production.INFO: ==8706== Lock acquired, processing the job...
[2026-09-11 09:10:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 09:10:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 09:10:02] Production.INFO: neon service started
[2026-09-11 09:10:02] Production.INFO: neon service started
[2026-09-11 09:10:02] Production.INFO: ==8706== Releasing lock...
[2026-09-11 09:10:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 09:10:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 04:10:02] Production.INFO: ==8708== Lock acquired, processing the job...
[2026-09-11 04:10:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 04:10:02] Production.INFO: ==8708== Releasing lock...
[2026-09-11 04:10:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 04:10:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 08:10:02] Production.INFO: ==8710== Lock acquired, processing the job...
[2026-09-11 08:10:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 08:10:02] Production.INFO: ==8710== Releasing lock...
[2026-09-11 08:10:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 08:10:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 04:10:03] Production.INFO: ==8718== Lock acquired, processing the job...
[2026-09-11 04:10:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 04:10:03] Production.INFO: Account Balance Start.
[2026-09-11 04:10:03] Production.INFO: CreateAllLog Start
[2026-09-11 04:10:03] Production.INFO: 117
[2026-09-11 04:10:03] Production.INFO: Date 2026-09-08
[2026-09-11 04:10:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:10:03] Production.INFO: Date 2026-09-09
[2026-09-11 04:10:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:10:03] Production.INFO: Date 2026-09-10
[2026-09-11 04:10:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:10:03] Production.INFO: ==8716== Lock acquired, processing the job...
[2026-09-11 04:10:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 04:10:03] Production.INFO: ==8712== Lock acquired, processing the job...
[2026-09-11 04:10:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 04:10:03] Production.INFO: Date 2026-09-11
[2026-09-11 04:10:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:10:03] Production.INFO: ==8714== Lock acquired, processing the job...
[2026-09-11 04:10:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 04:10:03] Production.INFO: Total Charge 0
[2026-09-11 04:10:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 04:10:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 04:10:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 04:10:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 04:10:03] Production.INFO: CreateAllLog End
[2026-09-11 04:10:03] Production.INFO: ==8720== Lock acquired, processing the job...
[2026-09-11 04:10:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 04:10:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 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-09-11 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-09-11 04: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-09-11 04:10:04] Production.INFO: ==8720== Releasing lock...
[2026-09-11 04:10:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 04:10:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 04:10:04] Production.INFO: Account Balance End.
[2026-09-11 04:10:04] Production.ERROR: CronJobId end 12
[2026-09-11 04:10:04] Production.INFO: ==8718== Releasing lock...
[2026-09-11 04:10:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 04:10:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 04:10:04] Production.INFO: ==8714== Releasing lock...
[2026-09-11 04:10:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 04:10:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 04:10:11] Production.ERROR: CronJobId end10
[2026-09-11 04:10:11] Production.INFO: ==8716== Releasing lock...
[2026-09-11 04:10:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 04:10:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 04:10:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 04:10:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 04:10:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 04:10:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 04:10:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 04:10:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 04:10:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 04:10:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 04:10:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 04:10:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 04:10:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 04:10:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 04:10:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 04:10:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 04:10:14] Production.INFO: call_cost start
[2026-09-11 04:10:14] Production.INFO: call_cost end
[2026-09-11 04:10:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 04:10:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 04:10:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 04:10:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 04:10:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 04:10:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 04:10:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 04:10:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 04:10:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 04:10:14] Production.INFO: ==8712== Releasing lock...
[2026-09-11 04:10:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 04:10:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 09:11:01] Production.INFO: ==8778== Lock acquired, processing the job...
[2026-09-11 09:11:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 09:11:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 09:11:01] Production.INFO: neon service started
[2026-09-11 09:11:01] Production.INFO: neon service started
[2026-09-11 09:11:01] Production.INFO: ==8778== Releasing lock...
[2026-09-11 09:11:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 09:11:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 04:11:01] Production.INFO: ==8780== Lock acquired, processing the job...
[2026-09-11 04:11:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 04:11:02] Production.INFO: ==8780== Releasing lock...
[2026-09-11 04:11:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 04:11:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 08:11:02] Production.INFO: ==8782== Lock acquired, processing the job...
[2026-09-11 08:11:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 08:11:02] Production.INFO: ==8782== Releasing lock...
[2026-09-11 08:11:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 08:11:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 04:11:02] Production.INFO: ==8786== Lock acquired, processing the job...
[2026-09-11 04:11:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 04:11:02] Production.INFO: ==8790== Lock acquired, processing the job...
[2026-09-11 04:11:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 04:11:03] Production.INFO: Account Balance Start.
[2026-09-11 04:11:03] Production.INFO: CreateAllLog Start
[2026-09-11 04:11:03] Production.INFO: 117
[2026-09-11 04:11:03] Production.INFO: Date 2026-09-08
[2026-09-11 04:11:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:11:03] Production.INFO: Date 2026-09-09
[2026-09-11 04:11:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:11:03] Production.INFO: Date 2026-09-10
[2026-09-11 04:11:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:11:03] Production.INFO: ==8784== Lock acquired, processing the job...
[2026-09-11 04:11:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 04:11:03] Production.INFO: Date 2026-09-11
[2026-09-11 04:11:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:11:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 04:11:03] Production.INFO: ==8788== Lock acquired, processing the job...
[2026-09-11 04:11:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 04:11:03] Production.INFO: Total Charge 0
[2026-09-11 04:11:03] Production.INFO: CreateAllLog End
[2026-09-11 04:11:03] Production.INFO: ==8792== Lock acquired, processing the job...
[2026-09-11 04:11:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 04:11:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 04:11:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 04:11:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 04:11:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 04:11:03] Production.INFO: Account Balance End.
[2026-09-11 04:11:03] Production.ERROR: CronJobId end 12
[2026-09-11 04:11:03] Production.INFO: ==8790== Releasing lock...
[2026-09-11 04:11:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 04:11:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 04: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-09-11 04: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-09-11 04: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-09-11 04:11:03] Production.INFO: ==8792== Releasing lock...
[2026-09-11 04:11:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 04:11:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 04:11:03] Production.INFO: ==8786== Releasing lock...
[2026-09-11 04:11:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 04:11:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 04:11:11] Production.ERROR: CronJobId end10
[2026-09-11 04:11:11] Production.INFO: ==8788== Releasing lock...
[2026-09-11 04:11:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 04:11:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 04:11:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 04:11:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 04:11:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 04:11:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 04:11:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 04:11:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 04:11:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 04:11:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 04:11:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 04:11:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 04:11:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 04:11:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 04:11:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 04:11:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 04:11:15] Production.INFO: call_cost start
[2026-09-11 04:11:15] Production.INFO: call_cost end
[2026-09-11 04:11:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 04:11:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 04:11:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 04:11:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 04:11:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 04:11:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 04:11:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 04:11:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 04:11:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 04:11:15] Production.INFO: ==8784== Releasing lock...
[2026-09-11 04:11:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 04:11:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 09:12:01] Production.INFO: ==8850== Lock acquired, processing the job...
[2026-09-11 09:12:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 09:12:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 09:12:02] Production.INFO: neon service started
[2026-09-11 09:12:02] Production.INFO: neon service started
[2026-09-11 09:12:02] Production.INFO: ==8850== Releasing lock...
[2026-09-11 09:12:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 09:12:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 04:12:02] Production.INFO: ==8852== Lock acquired, processing the job...
[2026-09-11 04:12:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 08:12:02] Production.INFO: ==8854== Lock acquired, processing the job...
[2026-09-11 08:12:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 08:12:02] Production.INFO: ==8854== Releasing lock...
[2026-09-11 08:12:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 08:12:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 04:12:02] Production.INFO: ==8852== Releasing lock...
[2026-09-11 04:12:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 04:12:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 04:12:03] Production.INFO: ==8857== Lock acquired, processing the job...
[2026-09-11 04:12:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 04:12:03] Production.INFO: ==8859== Lock acquired, processing the job...
[2026-09-11 04:12:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 04:12:03] Production.INFO: ==8863== Lock acquired, processing the job...
[2026-09-11 04:12:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 04:12:03] Production.INFO: ==8861== Lock acquired, processing the job...
[2026-09-11 04:12:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 04:12:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 04:12:03] Production.INFO: ==8865== Lock acquired, processing the job...
[2026-09-11 04:12:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 04:12:03] Production.INFO: Account Balance Start.
[2026-09-11 04:12:03] Production.INFO: CreateAllLog Start
[2026-09-11 04:12:03] Production.INFO: 117
[2026-09-11 04:12:03] Production.INFO: Date 2026-09-08
[2026-09-11 04:12:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 04:12:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 04:12:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 04:12:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 04:12:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:12:03] Production.INFO: Date 2026-09-09
[2026-09-11 04:12:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:12:04] Production.INFO: Date 2026-09-10
[2026-09-11 04:12:04] Production.INFO: Reseller ==> 0
[2026-09-11 04: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-09-11 04:12:04] Production.INFO: Date 2026-09-11
[2026-09-11 04:12:04] Production.INFO: Reseller ==> 0
[2026-09-11 04: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-09-11 04: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-09-11 04:12:04] Production.INFO: Total Charge 0
[2026-09-11 04:12:04] Production.INFO: ==8865== Releasing lock...
[2026-09-11 04:12:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 04:12:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 04:12:04] Production.INFO: CreateAllLog End
[2026-09-11 04:12:04] Production.INFO: Account Balance End.
[2026-09-11 04:12:04] Production.ERROR: CronJobId end 12
[2026-09-11 04:12:04] Production.INFO: ==8863== Releasing lock...
[2026-09-11 04:12:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 04:12:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 04:12:04] Production.INFO: ==8859== Releasing lock...
[2026-09-11 04:12:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 04:12:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 04:12:11] Production.ERROR: CronJobId end10
[2026-09-11 04:12:11] Production.INFO: ==8861== Releasing lock...
[2026-09-11 04:12:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 04:12:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 04:12:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 04:12:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 04:12:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 04:12:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 04:12:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 04:12:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 04:12:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 04:12:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 04:12:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 04:12:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 04:12:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 04:12:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 04:12:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 04:12:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 04:12:14] Production.INFO: call_cost start
[2026-09-11 04:12:14] Production.INFO: call_cost end
[2026-09-11 04:12:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 04:12:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 04:12:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 04:12:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 04:12:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 04:12:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 04:12:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 04:12:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 04:12:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 04:12:14] Production.INFO: ==8857== Releasing lock...
[2026-09-11 04:12:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 04:12:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 09:13:01] Production.INFO: ==8926== Lock acquired, processing the job...
[2026-09-11 09:13:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 09:13:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 09:13:01] Production.INFO: neon service started
[2026-09-11 09:13:01] Production.INFO: neon service started
[2026-09-11 09:13:01] Production.INFO: ==8926== Releasing lock...
[2026-09-11 09:13:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 09:13:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 04:13:01] Production.INFO: ==8928== Lock acquired, processing the job...
[2026-09-11 04:13:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 04:13:02] Production.INFO: ==8928== Releasing lock...
[2026-09-11 04:13:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 04:13:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 08:13:02] Production.INFO: ==8930== Lock acquired, processing the job...
[2026-09-11 08:13:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 08:13:02] Production.INFO: ==8930== Releasing lock...
[2026-09-11 08:13:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 08:13:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 04:13:02] Production.INFO: ==8933== Lock acquired, processing the job...
[2026-09-11 04:13:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 04:13:02] Production.INFO: ==8935== Lock acquired, processing the job...
[2026-09-11 04:13:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 04:13:02] Production.INFO: ==8939== Lock acquired, processing the job...
[2026-09-11 04:13:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 04:13:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 04:13:02] Production.INFO: ==8937== Lock acquired, processing the job...
[2026-09-11 04:13:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 04:13:03] Production.INFO: Account Balance Start.
[2026-09-11 04:13:03] Production.INFO: CreateAllLog Start
[2026-09-11 04:13:03] Production.INFO: 117
[2026-09-11 04:13:03] Production.INFO: ==8941== Lock acquired, processing the job...
[2026-09-11 04:13:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 04:13:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 04:13:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 04:13:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 04:13:03] Production.INFO: Date 2026-09-08
[2026-09-11 04:13:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 04:13:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:13:03] Production.INFO: Date 2026-09-09
[2026-09-11 04:13:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:13:03] Production.INFO: Date 2026-09-10
[2026-09-11 04:13:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:13:03] Production.INFO: Date 2026-09-11
[2026-09-11 04:13:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:13:03] Production.INFO: Total Charge 0
[2026-09-11 04:13:03] Production.INFO: CreateAllLog End
[2026-09-11 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-09-11 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-09-11 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-09-11 04:13:03] Production.INFO: ==8941== Releasing lock...
[2026-09-11 04:13:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 04:13:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 04:13:03] Production.INFO: Account Balance End.
[2026-09-11 04:13:03] Production.ERROR: CronJobId end 12
[2026-09-11 04:13:03] Production.INFO: ==8939== Releasing lock...
[2026-09-11 04:13:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 04:13:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 04:13:03] Production.INFO: ==8935== Releasing lock...
[2026-09-11 04:13:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 04:13:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 04:13:11] Production.ERROR: CronJobId end10
[2026-09-11 04:13:11] Production.INFO: ==8937== Releasing lock...
[2026-09-11 04:13:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 04:13:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 04:13:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 04:13:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 04:13:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 04:13:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 04:13:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 04:13:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 04:13:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 04:13:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 04:13:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 04:13:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 04:13:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 04:13:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 04:13:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 04:13:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 04:13:14] Production.INFO: call_cost start
[2026-09-11 04:13:14] Production.INFO: call_cost end
[2026-09-11 04:13:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 04:13:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 04:13:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 04:13:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 04:13:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 04:13:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 04:13:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 04:13:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 04:13:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 04:13:14] Production.INFO: ==8933== Releasing lock...
[2026-09-11 04:13:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 04:13:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 09:14:01] Production.INFO: ==9000== Lock acquired, processing the job...
[2026-09-11 09:14:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 09:14:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 09:14:01] Production.INFO: neon service started
[2026-09-11 09:14:01] Production.INFO: neon service started
[2026-09-11 09:14:01] Production.INFO: ==9000== Releasing lock...
[2026-09-11 09:14:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 09:14:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 04:14:02] Production.INFO: ==9002== Lock acquired, processing the job...
[2026-09-11 04:14:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 08:14:02] Production.INFO: ==9004== Lock acquired, processing the job...
[2026-09-11 08:14:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 08:14:02] Production.INFO: ==9004== Releasing lock...
[2026-09-11 08:14:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 08:14:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 04:14:02] Production.INFO: ==9002== Releasing lock...
[2026-09-11 04:14:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 04:14:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 04:14:03] Production.INFO: ==9013== Lock acquired, processing the job...
[2026-09-11 04:14:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 04:14:03] Production.INFO: ==9015== Lock acquired, processing the job...
[2026-09-11 04:14:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 04:14:03] Production.INFO: ==9007== Lock acquired, processing the job...
[2026-09-11 04:14:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 04:14:03] Production.INFO: ==9011== Lock acquired, processing the job...
[2026-09-11 04:14:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 04:14:03] Production.INFO: ==9009== Lock acquired, processing the job...
[2026-09-11 04:14:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 04:14:03] Production.INFO: Account Balance Start.
[2026-09-11 04:14:03] Production.INFO: CreateAllLog Start
[2026-09-11 04:14:03] Production.INFO: 117
[2026-09-11 04:14:03] Production.INFO: Date 2026-09-08
[2026-09-11 04:14:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 04:14:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:14:03] Production.INFO: Date 2026-09-09
[2026-09-11 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-09-11 04:14:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 04:14:03] Production.INFO: Date 2026-09-10
[2026-09-11 04:14:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 04:14:03] Production.INFO: ==9015== Releasing lock...
[2026-09-11 04:14:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 04:14:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 04:14:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 04:14:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 04:14:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 04:14:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 04:14:03] Production.INFO: Date 2026-09-11
[2026-09-11 04:14:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:14:03] Production.INFO: Total Charge 0
[2026-09-11 04:14:03] Production.INFO: CreateAllLog End
[2026-09-11 04:14:04] Production.INFO: Account Balance End.
[2026-09-11 04:14:04] Production.ERROR: CronJobId end 12
[2026-09-11 04:14:04] Production.INFO: ==9013== Releasing lock...
[2026-09-11 04:14:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 04:14:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 04:14:04] Production.INFO: ==9009== Releasing lock...
[2026-09-11 04:14:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 04:14:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 04:14:11] Production.ERROR: CronJobId end10
[2026-09-11 04:14:11] Production.INFO: ==9011== Releasing lock...
[2026-09-11 04:14:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 04:14:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 04:14:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 04:14:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 04:14:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 04:14:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 04:14:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 04:14:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 04:14:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 04:14:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 04:14:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 04:14:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 04:14:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 04:14:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 04:14:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 04:14:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 04:14:13] Production.INFO: call_cost start
[2026-09-11 04:14:13] Production.INFO: call_cost end
[2026-09-11 04:14:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 04:14:13] Production.INFO: ============== Report Schedule START===========
[2026-09-11 04:14:13] Production.INFO: ============== Report Schedule END===========
[2026-09-11 04:14:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 04:14:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 04:14:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 04:14:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 04:14:13] Production.INFO: ============== Deal alert START===========
[2026-09-11 04:14:13] Production.INFO: ============== Deal alert END===========
[2026-09-11 04:14:13] Production.INFO: ==9007== Releasing lock...
[2026-09-11 04:14:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 04:14:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 09:15:02] Production.INFO: ==9074== Lock acquired, processing the job...
[2026-09-11 09:15:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 09:15:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 09:15:02] Production.INFO: neon service started
[2026-09-11 09:15:02] Production.INFO: neon service started
[2026-09-11 09:15:02] Production.INFO: ==9074== Releasing lock...
[2026-09-11 09:15:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 09:15:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 04:15:02] Production.INFO: ==9076== Lock acquired, processing the job...
[2026-09-11 04:15:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 04:15:02] Production.INFO: ==9076== Releasing lock...
[2026-09-11 04:15:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 04:15:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 08:15:03] Production.INFO: ==9078== Lock acquired, processing the job...
[2026-09-11 08:15:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 08:15:03] Production.INFO: ==9078== Releasing lock...
[2026-09-11 08:15:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 08:15:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 04:15:03] Production.INFO: ==9080== Lock acquired, processing the job...
[2026-09-11 04:15:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-11 04:15:03] Production.ERROR: ========================== active cronjob start =============================
[2026-09-11 04:15:03] Production.ERROR: ========================== active cronjob end =============================
[2026-09-11 04:15:03] Production.INFO: ==9080== Releasing lock...
[2026-09-11 04:15:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-11 04:15:03] Production.INFO: 25.5 MB #Memory Used#
[2026-09-11 04:15:03] Production.INFO: ==9086== Lock acquired, processing the job...
[2026-09-11 04:15:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 04:15:03] Production.INFO: ==9088== Lock acquired, processing the job...
[2026-09-11 04:15:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 04:15:04] Production.INFO: ==9082== Lock acquired, processing the job...
[2026-09-11 04:15:04] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 04:15:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 04:15:04] Production.INFO: ==9084== Lock acquired, processing the job...
[2026-09-11 04:15:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 04:15:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 04:15:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 04:15:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 04:15:04] Production.INFO: Account Balance Start.
[2026-09-11 04:15:04] Production.INFO: CreateAllLog Start
[2026-09-11 04:15:04] Production.INFO: 117
[2026-09-11 04:15:04] Production.INFO: Date 2026-09-08
[2026-09-11 04:15:04] Production.INFO: Reseller ==> 0
[2026-09-11 04:15:04] Production.INFO: ==9090== Lock acquired, processing the job...
[2026-09-11 04:15:04] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-11 04:15:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 04:15:04] Production.INFO: ==9092== Lock acquired, processing the job...
[2026-09-11 04:15:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 04:15:04] Production.INFO: Date 2026-09-09
[2026-09-11 04:15:04] Production.INFO: Reseller ==> 0
[2026-09-11 04:15:04] Production.ERROR: tblTempUsageDetail_20
[2026-09-11 04:15:04] Production.INFO: Date 2026-09-10
[2026-09-11 04:15:04] Production.INFO: Reseller ==> 0
[2026-09-11 04:15:04] Production.INFO: Date 2026-09-11
[2026-09-11 04:15:04] Production.INFO: Reseller ==> 0
[2026-09-11 04: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-09-11 04: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-09-11 04: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-09-11 04:15:04] Production.INFO: ==9092== Releasing lock...
[2026-09-11 04:15:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 04:15:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 04:15:04] Production.INFO: Total Charge 0
[2026-09-11 04:15:04] Production.INFO: CreateAllLog End
[2026-09-11 04:15:04] Production.ERROR: done
[2026-09-11 04:15:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-11 04:15:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17982397', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) start
[2026-09-11 04:15:04] Production.INFO: Account Balance End.
[2026-09-11 04:15:04] Production.ERROR: CronJobId end 12
[2026-09-11 04:15:04] Production.INFO: ==9088== Releasing lock...
[2026-09-11 04:15:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 04:15:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 04:15:04] Production.INFO: ==9084== Releasing lock...
[2026-09-11 04:15:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 04:15:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 04:15:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17982397', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) end
[2026-09-11 04:15:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-11 04:15:10] Production.INFO: ProcessCDR(1,17982397,1,1,2)
[2026-09-11 04:15:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17982397,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 04:15:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17982397,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 04:15:10] Production.ERROR: pbx prc_insertCDR start
[2026-09-11 04:15:10] Production.ERROR: pbx prc_insertCDR end
[2026-09-11 04:15:10] Production.INFO: ==9090== Releasing lock...
[2026-09-11 04:15:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-11 04:15:10] Production.INFO: 26 MB #Memory Used#
[2026-09-11 04:15:14] Production.ERROR: CronJobId end10
[2026-09-11 04:15:14] Production.INFO: ==9086== Releasing lock...
[2026-09-11 04:15:14] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 04:15:14] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 04:15:17] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 04:15:17] Production.INFO: ============== Balance Warning START===========
[2026-09-11 04:15:17] Production.INFO: ============== Balance Warning END===========
[2026-09-11 04:15:17] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 04:15:17] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 04:15:17] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 04:15:17] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 04:15:17] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 04:15:17] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 04:15:17] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 04:15:17] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 04:15:17] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 04:15:17] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 04:15:17] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 04:15:17] Production.INFO: call_cost start
[2026-09-11 04:15:17] Production.INFO: call_cost end
[2026-09-11 04:15:17] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 04:15:17] Production.INFO: ============== Report Schedule START===========
[2026-09-11 04:15:17] Production.INFO: ============== Report Schedule END===========
[2026-09-11 04:15:17] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 04:15:17] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 04:15:17] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 04:15:17] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 04:15:17] Production.INFO: ============== Deal alert START===========
[2026-09-11 04:15:17] Production.INFO: ============== Deal alert END===========
[2026-09-11 04:15:17] Production.INFO: ==9082== Releasing lock...
[2026-09-11 04:15:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 04:15:17] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 09:16:01] Production.INFO: ==9152== Lock acquired, processing the job...
[2026-09-11 09:16:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 09:16:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 09:16:01] Production.INFO: neon service started
[2026-09-11 09:16:01] Production.INFO: neon service started
[2026-09-11 09:16:01] Production.INFO: ==9152== Releasing lock...
[2026-09-11 09:16:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 09:16:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 08:16:02] Production.INFO: ==9156== Lock acquired, processing the job...
[2026-09-11 08:16:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 08:16:02] Production.INFO: ==9156== Releasing lock...
[2026-09-11 08:16:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 08:16:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 04:16:02] Production.INFO: ==9154== Lock acquired, processing the job...
[2026-09-11 04:16:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 04:16:02] Production.INFO: ==9154== Releasing lock...
[2026-09-11 04:16:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 04:16:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 04:16:02] Production.INFO: ==9160== Lock acquired, processing the job...
[2026-09-11 04:16:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 04:16:02] Production.INFO: ==9162== Lock acquired, processing the job...
[2026-09-11 04:16:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 04:16:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 04:16:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 04:16:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 04:16:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 04:16:03] Production.INFO: ==9158== Lock acquired, processing the job...
[2026-09-11 04:16:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 04:16:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 04:16:03] Production.INFO: ==9164== Lock acquired, processing the job...
[2026-09-11 04:16:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 04:16:03] Production.INFO: ==9166== Lock acquired, processing the job...
[2026-09-11 04:16:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 04:16:03] Production.INFO: Account Balance Start.
[2026-09-11 04:16:03] Production.INFO: CreateAllLog Start
[2026-09-11 04:16:03] Production.INFO: 117
[2026-09-11 04:16:03] Production.INFO: Date 2026-09-08
[2026-09-11 04:16:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:16:03] Production.INFO: ==9160== Releasing lock...
[2026-09-11 04:16:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 04:16:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 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-09-11 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-09-11 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-09-11 04:16:03] Production.INFO: Date 2026-09-09
[2026-09-11 04:16:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:16:03] Production.INFO: ==9166== Releasing lock...
[2026-09-11 04:16:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 04:16:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 04:16:03] Production.INFO: Date 2026-09-10
[2026-09-11 04:16:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:16:03] Production.INFO: Date 2026-09-11
[2026-09-11 04:16:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:16:04] Production.INFO: Total Charge 0
[2026-09-11 04:16:04] Production.INFO: CreateAllLog End
[2026-09-11 04:16:04] Production.INFO: Account Balance End.
[2026-09-11 04:16:04] Production.ERROR: CronJobId end 12
[2026-09-11 04:16:04] Production.INFO: ==9164== Releasing lock...
[2026-09-11 04:16:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 04:16:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 04:16:11] Production.ERROR: CronJobId end10
[2026-09-11 04:16:11] Production.INFO: ==9162== Releasing lock...
[2026-09-11 04:16:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 04:16:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 04:16:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 04:16:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 04:16:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 04:16:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 04:16:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 04:16:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 04:16:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 04:16:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 04:16:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 04:16:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 04:16:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 04:16:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 04:16:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 04:16:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 04:16:14] Production.INFO: call_cost start
[2026-09-11 04:16:14] Production.INFO: call_cost end
[2026-09-11 04:16:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 04:16:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 04:16:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 04:16:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 04:16:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 04:16:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 04:16:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 04:16:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 04:16:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 04:16:14] Production.INFO: ==9158== Releasing lock...
[2026-09-11 04:16:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 04:16:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 09:17:02] Production.INFO: ==9233== Lock acquired, processing the job...
[2026-09-11 09:17:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 09:17:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 09:17:02] Production.INFO: neon service started
[2026-09-11 09:17:02] Production.INFO: neon service started
[2026-09-11 09:17:02] Production.INFO: ==9233== Releasing lock...
[2026-09-11 09:17:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 09:17:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 08:17:02] Production.INFO: ==9237== Lock acquired, processing the job...
[2026-09-11 08:17:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 08:17:02] Production.INFO: ==9237== Releasing lock...
[2026-09-11 08:17:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 08:17:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 04:17:02] Production.INFO: ==9235== Lock acquired, processing the job...
[2026-09-11 04:17:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 04:17:02] Production.INFO: ==9235== Releasing lock...
[2026-09-11 04:17:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 04:17:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 04:17:03] Production.INFO: ==9241== Lock acquired, processing the job...
[2026-09-11 04:17:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 04:17:03] Production.INFO: ==9243== Lock acquired, processing the job...
[2026-09-11 04:17:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 04:17:03] Production.INFO: ==9239== Lock acquired, processing the job...
[2026-09-11 04:17:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 04:17:03] Production.INFO: ==9245== Lock acquired, processing the job...
[2026-09-11 04:17:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 04:17:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 04:17:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 04:17:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 04:17:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 04:17:03] Production.INFO: ==9248== Lock acquired, processing the job...
[2026-09-11 04:17:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 04:17:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 04:17:03] Production.INFO: Account Balance Start.
[2026-09-11 04:17:03] Production.INFO: CreateAllLog Start
[2026-09-11 04:17:03] Production.INFO: 117
[2026-09-11 04:17:03] Production.INFO: Date 2026-09-08
[2026-09-11 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-09-11 04:17:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 04:17:03] Production.INFO: ==9248== Releasing lock...
[2026-09-11 04:17:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 04:17:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 04:17:03] Production.INFO: Date 2026-09-09
[2026-09-11 04:17:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:17:03] Production.INFO: Date 2026-09-10
[2026-09-11 04:17:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:17:03] Production.INFO: Date 2026-09-11
[2026-09-11 04:17:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:17:03] Production.INFO: Total Charge 0
[2026-09-11 04:17:03] Production.INFO: CreateAllLog End
[2026-09-11 04:17:04] Production.INFO: Account Balance End.
[2026-09-11 04:17:04] Production.ERROR: CronJobId end 12
[2026-09-11 04:17:04] Production.INFO: ==9245== Releasing lock...
[2026-09-11 04:17:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 04:17:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 04:17:04] Production.INFO: ==9241== Releasing lock...
[2026-09-11 04:17:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 04:17:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 04:17:12] Production.ERROR: CronJobId end10
[2026-09-11 04:17:12] Production.INFO: ==9243== Releasing lock...
[2026-09-11 04:17:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 04:17:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 04:17:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 04:17:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 04:17:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 04:17:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 04:17:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 04:17:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 04:17:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 04:17:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 04:17:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 04:17:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 04:17:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 04:17:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 04:17:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 04:17:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 04:17:14] Production.INFO: call_cost start
[2026-09-11 04:17:14] Production.INFO: call_cost end
[2026-09-11 04:17:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 04:17:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 04:17:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 04:17:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 04:17:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 04:17:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 04:17:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 04:17:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 04:17:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 04:17:14] Production.INFO: ==9239== Releasing lock...
[2026-09-11 04:17:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 04:17:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 09:18:01] Production.INFO: ==9312== Lock acquired, processing the job...
[2026-09-11 09:18:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 09:18:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 09:18:01] Production.INFO: neon service started
[2026-09-11 09:18:01] Production.INFO: neon service started
[2026-09-11 09:18:01] Production.INFO: ==9312== Releasing lock...
[2026-09-11 09:18:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 09:18:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 04:18:02] Production.INFO: ==9314== Lock acquired, processing the job...
[2026-09-11 04:18:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 08:18:02] Production.INFO: ==9316== Lock acquired, processing the job...
[2026-09-11 08:18:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 08:18:02] Production.INFO: ==9316== Releasing lock...
[2026-09-11 08:18:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 08:18:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 04:18:02] Production.INFO: ==9314== Releasing lock...
[2026-09-11 04:18:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 04:18:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 04:18:03] Production.INFO: ==9319== Lock acquired, processing the job...
[2026-09-11 04:18:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 04:18:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 04:18:03] Production.INFO: ==9325== Lock acquired, processing the job...
[2026-09-11 04:18:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 04:18:03] Production.INFO: ==9321== Lock acquired, processing the job...
[2026-09-11 04:18:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 04:18:03] Production.INFO: ==9327== Lock acquired, processing the job...
[2026-09-11 04:18:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 04:18:03] Production.INFO: ==9323== Lock acquired, processing the job...
[2026-09-11 04:18:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 04:18:03] Production.INFO: Account Balance Start.
[2026-09-11 04:18:03] Production.INFO: CreateAllLog Start
[2026-09-11 04:18:03] Production.INFO: 117
[2026-09-11 04:18:03] Production.INFO: Date 2026-09-08
[2026-09-11 04:18:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 04:18:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 04:18:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 04:18:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 04:18:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 04:18:03] Production.INFO: Date 2026-09-09
[2026-09-11 04:18:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 04:18:03] Production.INFO: ==9327== Releasing lock...
[2026-09-11 04:18:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 04:18:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 04:18:03] Production.INFO: Date 2026-09-10
[2026-09-11 04:18:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:18:03] Production.INFO: Date 2026-09-11
[2026-09-11 04:18:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:18:03] Production.INFO: Total Charge 0
[2026-09-11 04:18:03] Production.INFO: CreateAllLog End
[2026-09-11 04:18:04] Production.INFO: Account Balance End.
[2026-09-11 04:18:04] Production.ERROR: CronJobId end 12
[2026-09-11 04:18:04] Production.INFO: ==9325== Releasing lock...
[2026-09-11 04:18:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 04:18:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 04:18:04] Production.INFO: ==9321== Releasing lock...
[2026-09-11 04:18:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 04:18:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 04:18:11] Production.ERROR: CronJobId end10
[2026-09-11 04:18:11] Production.INFO: ==9323== Releasing lock...
[2026-09-11 04:18:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 04:18:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 04:18:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 04:18:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 04:18:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 04:18:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 04:18:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 04:18:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 04:18:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 04:18:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 04:18:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 04:18:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 04:18:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 04:18:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 04:18:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 04:18:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 04:18:14] Production.INFO: call_cost start
[2026-09-11 04:18:14] Production.INFO: call_cost end
[2026-09-11 04:18:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 04:18:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 04:18:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 04:18:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 04:18:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 04:18:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 04:18:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 04:18:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 04:18:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 04:18:14] Production.INFO: ==9319== Releasing lock...
[2026-09-11 04:18:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 04:18:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 09:19:01] Production.INFO: ==9394== Lock acquired, processing the job...
[2026-09-11 09:19:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 09:19:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 09:19:01] Production.INFO: neon service started
[2026-09-11 09:19:01] Production.INFO: neon service started
[2026-09-11 09:19:01] Production.INFO: ==9394== Releasing lock...
[2026-09-11 09:19:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 09:19:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 04:19:02] Production.INFO: ==9397== Lock acquired, processing the job...
[2026-09-11 04:19:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 04:19:02] Production.INFO: ==9397== Releasing lock...
[2026-09-11 04:19:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 04:19:02] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 08:19:02] Production.INFO: ==9399== Lock acquired, processing the job...
[2026-09-11 08:19:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 08:19:02] Production.INFO: ==9399== Releasing lock...
[2026-09-11 08:19:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 08:19:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 04:19:03] Production.INFO: ==9404== Lock acquired, processing the job...
[2026-09-11 04:19:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 04:19:03] Production.INFO: ==9402== Lock acquired, processing the job...
[2026-09-11 04:19:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 04:19:03] Production.INFO: ==9406== Lock acquired, processing the job...
[2026-09-11 04:19:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 04:19:03] Production.INFO: ==9408== Lock acquired, processing the job...
[2026-09-11 04:19:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 04:19:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 04:19:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 04:19:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 04:19:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 04:19:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 04:19:03] Production.INFO: Account Balance Start.
[2026-09-11 04:19:03] Production.INFO: CreateAllLog Start
[2026-09-11 04:19:03] Production.INFO: 117
[2026-09-11 04:19:03] Production.INFO: ==9410== Lock acquired, processing the job...
[2026-09-11 04:19:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 04:19:03] Production.INFO: Date 2026-09-08
[2026-09-11 04:19:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:19:03] Production.INFO: Date 2026-09-09
[2026-09-11 04:19:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:19:03] Production.INFO: Date 2026-09-10
[2026-09-11 04:19:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 04:19:03] Production.INFO: Date 2026-09-11
[2026-09-11 04:19:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 04:19:03] Production.INFO: Total Charge 0
[2026-09-11 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-09-11 04:19:03] Production.INFO: ==9410== Releasing lock...
[2026-09-11 04:19:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 04:19:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 04:19:03] Production.INFO: CreateAllLog End
[2026-09-11 04:19:03] Production.INFO: Account Balance End.
[2026-09-11 04:19:03] Production.ERROR: CronJobId end 12
[2026-09-11 04:19:03] Production.INFO: ==9408== Releasing lock...
[2026-09-11 04:19:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 04:19:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 04:19:04] Production.INFO: ==9404== Releasing lock...
[2026-09-11 04:19:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 04:19:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 04:19:10] Production.ERROR: CronJobId end10
[2026-09-11 04:19:10] Production.INFO: ==9406== Releasing lock...
[2026-09-11 04:19:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 04:19:10] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 04:19:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 04:19:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 04:19:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 04:19:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 04:19:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 04:19:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 04:19:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 04:19:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 04:19:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 04:19:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 04:19:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 04:19:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 04:19:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 04:19:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 04:19:14] Production.INFO: call_cost start
[2026-09-11 04:19:14] Production.INFO: call_cost end
[2026-09-11 04:19:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 04:19:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 04:19:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 04:19:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 04:19:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 04:19:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 04:19:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 04:19:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 04:19:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 04:19:14] Production.INFO: ==9402== Releasing lock...
[2026-09-11 04:19:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 04:19:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 09:20:01] Production.INFO: ==9478== Lock acquired, processing the job...
[2026-09-11 09:20:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 09:20:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 09:20:01] Production.INFO: neon service started
[2026-09-11 09:20:01] Production.INFO: neon service started
[2026-09-11 09:20:01] Production.INFO: ==9478== Releasing lock...
[2026-09-11 09:20:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 09:20:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 04:20:01] Production.INFO: ==9481== Lock acquired, processing the job...
[2026-09-11 04:20:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 04:20:01] Production.INFO: ==9481== Releasing lock...
[2026-09-11 04:20:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 04:20:01] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 08:20:02] Production.INFO: ==9483== Lock acquired, processing the job...
[2026-09-11 08:20:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 08:20:02] Production.INFO: ==9483== Releasing lock...
[2026-09-11 08:20:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 08:20:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 04:20:02] Production.INFO: ==9485== Lock acquired, processing the job...
[2026-09-11 04:20:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 04:20:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 04:20:02] Production.INFO: ==9493== Lock acquired, processing the job...
[2026-09-11 04:20:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 04:20:02] Production.INFO: ==9489== Lock acquired, processing the job...
[2026-09-11 04:20:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 04:20:02] Production.INFO: ==9487== Lock acquired, processing the job...
[2026-09-11 04:20:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 04:20:02] Production.INFO: ==9491== Lock acquired, processing the job...
[2026-09-11 04:20:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 04:20: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-09-11 04:20: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-09-11 04:20: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-09-11 04:20:02] Production.INFO: ==9493== Releasing lock...
[2026-09-11 04:20:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 04:20:02] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 04:20:02] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 04:20:02] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 04:20:02] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 04:20:02] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 04:20:03] Production.INFO: Account Balance Start.
[2026-09-11 04:20:03] Production.INFO: CreateAllLog Start
[2026-09-11 04:20:03] Production.INFO: 117
[2026-09-11 04:20:03] Production.INFO: Date 2026-09-08
[2026-09-11 04:20:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:20:03] Production.INFO: Date 2026-09-09
[2026-09-11 04:20:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:20:03] Production.INFO: Date 2026-09-10
[2026-09-11 04:20:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:20:03] Production.INFO: Date 2026-09-11
[2026-09-11 04:20:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:20:03] Production.INFO: Total Charge 0
[2026-09-11 04:20:03] Production.INFO: CreateAllLog End
[2026-09-11 04:20:03] Production.INFO: Account Balance End.
[2026-09-11 04:20:03] Production.ERROR: CronJobId end 12
[2026-09-11 04:20:03] Production.INFO: ==9491== Releasing lock...
[2026-09-11 04:20:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 04:20:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 04:20:03] Production.INFO: ==9487== Releasing lock...
[2026-09-11 04:20:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 04:20:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 04:20:11] Production.ERROR: CronJobId end10
[2026-09-11 04:20:11] Production.INFO: ==9489== Releasing lock...
[2026-09-11 04:20:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 04:20:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 04:20:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 04:20:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 04:20:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 04:20:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 04:20:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 04:20:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 04:20:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 04:20:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 04:20:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 04:20:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 04:20:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 04:20:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 04:20:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 04:20:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 04:20:14] Production.INFO: call_cost start
[2026-09-11 04:20:14] Production.INFO: call_cost end
[2026-09-11 04:20:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 04:20:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 04:20:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 04:20:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 04:20:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 04:20:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 04:20:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 04:20:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 04:20:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 04:20:14] Production.INFO: ==9485== Releasing lock...
[2026-09-11 04:20:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 04:20:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 09:21:01] Production.INFO: ==9565== Lock acquired, processing the job...
[2026-09-11 09:21:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 09:21:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 09:21:01] Production.INFO: neon service started
[2026-09-11 09:21:01] Production.INFO: neon service started
[2026-09-11 09:21:01] Production.INFO: ==9565== Releasing lock...
[2026-09-11 09:21:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 09:21:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 04:21:02] Production.INFO: ==9569== Lock acquired, processing the job...
[2026-09-11 04:21:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 04:21:02] Production.INFO: ==9569== Releasing lock...
[2026-09-11 04:21:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 04:21:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 08:21:02] Production.INFO: ==9571== Lock acquired, processing the job...
[2026-09-11 08:21:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 08:21:02] Production.INFO: ==9571== Releasing lock...
[2026-09-11 08:21:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 08:21:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 04:21:03] Production.INFO: ==9579== Lock acquired, processing the job...
[2026-09-11 04:21:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 04:21:03] Production.INFO: ==9573== Lock acquired, processing the job...
[2026-09-11 04:21:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 04:21:03] Production.INFO: ==9575== Lock acquired, processing the job...
[2026-09-11 04:21:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 04:21:03] Production.INFO: ==9581== Lock acquired, processing the job...
[2026-09-11 04:21:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 04:21:03] Production.INFO: ==9577== Lock acquired, processing the job...
[2026-09-11 04:21:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 04:21:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 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-09-11 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-09-11 04:21:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 04:21:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 04:21:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 04:21:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 04:21:03] Production.INFO: Account Balance Start.
[2026-09-11 04:21:03] Production.INFO: CreateAllLog Start
[2026-09-11 04:21:03] Production.INFO: 117
[2026-09-11 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-09-11 04:21:03] Production.INFO: ==9581== Releasing lock...
[2026-09-11 04:21:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 04:21:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 04:21:03] Production.INFO: Date 2026-09-08
[2026-09-11 04:21:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:21:03] Production.INFO: Date 2026-09-09
[2026-09-11 04:21:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:21:03] Production.INFO: Date 2026-09-10
[2026-09-11 04:21:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:21:03] Production.INFO: Date 2026-09-11
[2026-09-11 04:21:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:21:03] Production.INFO: Total Charge 0
[2026-09-11 04:21:03] Production.INFO: CreateAllLog End
[2026-09-11 04:21:03] Production.INFO: Account Balance End.
[2026-09-11 04:21:03] Production.ERROR: CronJobId end 12
[2026-09-11 04:21:03] Production.INFO: ==9579== Releasing lock...
[2026-09-11 04:21:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 04:21:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 04:21:04] Production.INFO: ==9575== Releasing lock...
[2026-09-11 04:21:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 04:21:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 04:21:12] Production.ERROR: CronJobId end10
[2026-09-11 04:21:12] Production.INFO: ==9577== Releasing lock...
[2026-09-11 04:21:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 04:21:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 04:21:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 04:21:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 04:21:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 04:21:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 04:21:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 04:21:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 04:21:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 04:21:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 04:21:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 04:21:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 04:21:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 04:21:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 04:21:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 04:21:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 04:21:13] Production.INFO: call_cost start
[2026-09-11 04:21:13] Production.INFO: call_cost end
[2026-09-11 04:21:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 04:21:13] Production.INFO: ============== Report Schedule START===========
[2026-09-11 04:21:13] Production.INFO: ============== Report Schedule END===========
[2026-09-11 04:21:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 04:21:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 04:21:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 04:21:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 04:21:13] Production.INFO: ============== Deal alert START===========
[2026-09-11 04:21:13] Production.INFO: ============== Deal alert END===========
[2026-09-11 04:21:13] Production.INFO: ==9573== Releasing lock...
[2026-09-11 04:21:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 04:21:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 09:22:02] Production.INFO: ==9648== Lock acquired, processing the job...
[2026-09-11 09:22:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 09:22:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 09:22:02] Production.INFO: neon service started
[2026-09-11 09:22:02] Production.INFO: neon service started
[2026-09-11 09:22:02] Production.INFO: ==9648== Releasing lock...
[2026-09-11 09:22:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 09:22:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 04:22:02] Production.INFO: ==9652== Lock acquired, processing the job...
[2026-09-11 04:22:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 04:22:02] Production.INFO: ==9652== Releasing lock...
[2026-09-11 04:22:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 04:22:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 08:22:02] Production.INFO: ==9654== Lock acquired, processing the job...
[2026-09-11 08:22:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 08:22:02] Production.INFO: ==9654== Releasing lock...
[2026-09-11 08:22:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 08:22:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 04:22:03] Production.INFO: ==9665== Lock acquired, processing the job...
[2026-09-11 04:22:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 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-09-11 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-09-11 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-09-11 04:22:03] Production.INFO: ==9665== Releasing lock...
[2026-09-11 04:22:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 04:22:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 04:22:03] Production.INFO: ==9659== Lock acquired, processing the job...
[2026-09-11 04:22:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 04:22:03] Production.INFO: ==9657== Lock acquired, processing the job...
[2026-09-11 04:22:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 04:22:03] Production.INFO: ==9661== Lock acquired, processing the job...
[2026-09-11 04:22:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 04:22:03] Production.INFO: ==9663== Lock acquired, processing the job...
[2026-09-11 04:22:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 04:22:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 04:22:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 04:22:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 04:22:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 04:22:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 04:22:03] Production.INFO: Account Balance Start.
[2026-09-11 04:22:03] Production.INFO: CreateAllLog Start
[2026-09-11 04:22:03] Production.INFO: 117
[2026-09-11 04:22:03] Production.INFO: Date 2026-09-08
[2026-09-11 04:22:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:22:04] Production.INFO: Date 2026-09-09
[2026-09-11 04:22:04] Production.INFO: Reseller ==> 0
[2026-09-11 04:22:04] Production.INFO: Date 2026-09-10
[2026-09-11 04:22:04] Production.INFO: Reseller ==> 0
[2026-09-11 04:22:04] Production.INFO: Date 2026-09-11
[2026-09-11 04:22:04] Production.INFO: Reseller ==> 0
[2026-09-11 04:22:04] Production.INFO: Total Charge 0
[2026-09-11 04:22:04] Production.INFO: CreateAllLog End
[2026-09-11 04:22:04] Production.INFO: Account Balance End.
[2026-09-11 04:22:04] Production.ERROR: CronJobId end 12
[2026-09-11 04:22:04] Production.INFO: ==9663== Releasing lock...
[2026-09-11 04:22:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 04:22:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 04:22:04] Production.INFO: ==9659== Releasing lock...
[2026-09-11 04:22:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 04:22:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 04:22:12] Production.ERROR: CronJobId end10
[2026-09-11 04:22:12] Production.INFO: ==9661== Releasing lock...
[2026-09-11 04:22:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 04:22:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 04:22:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 04:22:15] Production.INFO: ============== Balance Warning START===========
[2026-09-11 04:22:15] Production.INFO: ============== Balance Warning END===========
[2026-09-11 04:22:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 04:22:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 04:22:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 04:22:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 04:22:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 04:22:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 04:22:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 04:22:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 04:22:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 04:22:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 04:22:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 04:22:15] Production.INFO: call_cost start
[2026-09-11 04:22:15] Production.INFO: call_cost end
[2026-09-11 04:22:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 04:22:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 04:22:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 04:22:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 04:22:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 04:22:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 04:22:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 04:22:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 04:22:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 04:22:15] Production.INFO: ==9657== Releasing lock...
[2026-09-11 04:22:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 04:22:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 09:23:01] Production.INFO: ==9728== Lock acquired, processing the job...
[2026-09-11 09:23:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 09:23:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 09:23:01] Production.INFO: neon service started
[2026-09-11 09:23:01] Production.INFO: neon service started
[2026-09-11 09:23:01] Production.INFO: ==9728== Releasing lock...
[2026-09-11 09:23:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 09:23:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 08:23:01] Production.INFO: ==9733== Lock acquired, processing the job...
[2026-09-11 08:23:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 08:23:01] Production.INFO: ==9733== Releasing lock...
[2026-09-11 08:23:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 08:23:01] Production.INFO: 25 MB #Memory Used#
[2026-09-11 04:23:02] Production.INFO: ==9731== Lock acquired, processing the job...
[2026-09-11 04:23:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 04:23:02] Production.INFO: ==9731== Releasing lock...
[2026-09-11 04:23:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 04:23:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 04:23:03] Production.INFO: ==9735== Lock acquired, processing the job...
[2026-09-11 04:23:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 04:23:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 04:23:03] Production.INFO: ==9737== Lock acquired, processing the job...
[2026-09-11 04:23:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 04:23:03] Production.INFO: ==9741== Lock acquired, processing the job...
[2026-09-11 04:23:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 04:23:03] Production.INFO: ==9739== Lock acquired, processing the job...
[2026-09-11 04:23:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 04:23:03] Production.INFO: ==9743== Lock acquired, processing the job...
[2026-09-11 04:23:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 04:23:03] Production.INFO: Account Balance Start.
[2026-09-11 04:23:03] Production.INFO: CreateAllLog Start
[2026-09-11 04:23:03] Production.INFO: 117
[2026-09-11 04:23:03] Production.INFO: Date 2026-09-08
[2026-09-11 04:23:03] Production.INFO: Reseller ==> 0
[2026-09-11 04: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-09-11 04: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-09-11 04:23:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 04:23:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 04:23:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 04:23:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 04: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-09-11 04:23:03] Production.INFO: ==9743== Releasing lock...
[2026-09-11 04:23:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 04:23:03] Production.INFO: Date 2026-09-09
[2026-09-11 04:23:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 04:23:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:23:03] Production.INFO: Date 2026-09-10
[2026-09-11 04:23:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:23:03] Production.INFO: Date 2026-09-11
[2026-09-11 04:23:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:23:03] Production.INFO: Total Charge 0
[2026-09-11 04:23:03] Production.INFO: CreateAllLog End
[2026-09-11 04:23:03] Production.INFO: Account Balance End.
[2026-09-11 04:23:03] Production.ERROR: CronJobId end 12
[2026-09-11 04:23:03] Production.INFO: ==9741== Releasing lock...
[2026-09-11 04:23:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 04:23:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 04:23:04] Production.INFO: ==9737== Releasing lock...
[2026-09-11 04:23:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 04:23:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 04:23:10] Production.ERROR: CronJobId end10
[2026-09-11 04:23:10] Production.INFO: ==9739== Releasing lock...
[2026-09-11 04:23:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 04:23:10] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 04:23:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 04:23:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 04:23:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 04:23:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 04:23:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 04:23:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 04:23:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 04:23:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 04:23:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 04:23:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 04:23:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 04:23:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 04:23:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 04:23:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 04:23:14] Production.INFO: call_cost start
[2026-09-11 04:23:14] Production.INFO: call_cost end
[2026-09-11 04:23:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 04:23:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 04:23:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 04:23:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 04:23:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 04:23:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 04:23:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 04:23:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 04:23:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 04:23:14] Production.INFO: ==9735== Releasing lock...
[2026-09-11 04:23:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 04:23:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 09:24:01] Production.INFO: ==9813== Lock acquired, processing the job...
[2026-09-11 09:24:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 09:24:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 09:24:02] Production.INFO: neon service started
[2026-09-11 09:24:02] Production.INFO: neon service started
[2026-09-11 09:24:02] Production.INFO: ==9813== Releasing lock...
[2026-09-11 09:24:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 09:24:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 04:24:02] Production.INFO: ==9815== Lock acquired, processing the job...
[2026-09-11 04:24:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 04:24:02] Production.INFO: ==9815== Releasing lock...
[2026-09-11 04:24:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 04:24:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 08:24:02] Production.INFO: ==9817== Lock acquired, processing the job...
[2026-09-11 08:24:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 08:24:02] Production.INFO: ==9817== Releasing lock...
[2026-09-11 08:24:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 08:24:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 04:24:03] Production.INFO: ==9819== Lock acquired, processing the job...
[2026-09-11 04:24:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 04:24:03] Production.INFO: ==9821== Lock acquired, processing the job...
[2026-09-11 04:24:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 04:24:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 04:24:03] Production.INFO: ==9826== Lock acquired, processing the job...
[2026-09-11 04:24:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 04:24:03] Production.INFO: ==9823== Lock acquired, processing the job...
[2026-09-11 04:24:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 04:24:03] Production.INFO: ==9828== Lock acquired, processing the job...
[2026-09-11 04:24:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 04:24:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 04:24:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 04:24:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 04:24:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 04:24:03] Production.INFO: Account Balance Start.
[2026-09-11 04:24:03] Production.INFO: CreateAllLog Start
[2026-09-11 04:24:03] Production.INFO: 117
[2026-09-11 04:24:03] Production.INFO: Date 2026-09-08
[2026-09-11 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-09-11 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-09-11 04:24:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 04:24:03] Production.INFO: ==9828== Releasing lock...
[2026-09-11 04:24:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 04:24:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 04:24:03] Production.INFO: Date 2026-09-09
[2026-09-11 04:24:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:24:04] Production.INFO: Date 2026-09-10
[2026-09-11 04:24:04] Production.INFO: Reseller ==> 0
[2026-09-11 04:24:04] Production.INFO: Date 2026-09-11
[2026-09-11 04:24:04] Production.INFO: Reseller ==> 0
[2026-09-11 04:24:04] Production.INFO: Total Charge 0
[2026-09-11 04:24:04] Production.INFO: CreateAllLog End
[2026-09-11 04:24:04] Production.INFO: ==9821== Releasing lock...
[2026-09-11 04:24:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 04:24:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 04:24:04] Production.INFO: Account Balance End.
[2026-09-11 04:24:04] Production.ERROR: CronJobId end 12
[2026-09-11 04:24:04] Production.INFO: ==9826== Releasing lock...
[2026-09-11 04:24:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 04:24:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 04:24:11] Production.ERROR: CronJobId end10
[2026-09-11 04:24:11] Production.INFO: ==9823== Releasing lock...
[2026-09-11 04:24:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 04:24:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 04:24:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 04:24:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 04:24:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 04:24:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 04:24:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 04:24:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 04:24:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 04:24:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 04:24:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 04:24:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 04:24:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 04:24:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 04:24:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 04:24:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 04:24:14] Production.INFO: call_cost start
[2026-09-11 04:24:14] Production.INFO: call_cost end
[2026-09-11 04:24:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 04:24:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 04:24:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 04:24:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 04:24:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 04:24:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 04:24:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 04:24:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 04:24:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 04:24:14] Production.INFO: ==9819== Releasing lock...
[2026-09-11 04:24:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 04:24:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 09:25:01] Production.INFO: ==9891== Lock acquired, processing the job...
[2026-09-11 09:25:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 09:25:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 09:25:01] Production.INFO: neon service started
[2026-09-11 09:25:01] Production.INFO: neon service started
[2026-09-11 09:25:01] Production.INFO: ==9891== Releasing lock...
[2026-09-11 09:25:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 09:25:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 04:25:01] Production.INFO: ==9893== Lock acquired, processing the job...
[2026-09-11 04:25:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 04:25:02] Production.INFO: ==9893== Releasing lock...
[2026-09-11 04:25:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 04:25:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 08:25:02] Production.INFO: ==9895== Lock acquired, processing the job...
[2026-09-11 08:25:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 08:25:02] Production.INFO: ==9895== Releasing lock...
[2026-09-11 08:25:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 08:25:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 04:25:03] Production.INFO: ==9898== Lock acquired, processing the job...
[2026-09-11 04:25:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-11 04:25:03] Production.INFO: ==9900== Lock acquired, processing the job...
[2026-09-11 04:25:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 04:25:03] Production.ERROR: ========================== active cronjob start =============================
[2026-09-11 04:25:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-11 04:25:03] Production.ERROR: CronJob PID - 9900
[2026-09-11 04:25:03] Production.ERROR: CronJob Title - System Alerts
[2026-09-11 04:25:03] Production.ERROR: CronJob ID - 5
[2026-09-11 04:25:03] Production.ERROR: CronJob Last Run Time 2026-09-11 04:25:00
[2026-09-11 04:25:03] Production.ERROR: CronJob Active Minutes 0
[2026-09-11 04:25:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-11 04:25:03] Production.ERROR: ========================== active cronjob end =============================
[2026-09-11 04:25:03] Production.INFO: ==9898== Releasing lock...
[2026-09-11 04:25:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-11 04:25:03] Production.INFO: 25.5 MB #Memory Used#
[2026-09-11 04:25:03] Production.INFO: ==9902== Lock acquired, processing the job...
[2026-09-11 04:25:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 04:25:03] Production.INFO: ==9904== Lock acquired, processing the job...
[2026-09-11 04:25:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 04:25:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 04:25:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 04:25:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 04:25:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 04:25:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 04:25:03] Production.INFO: ==9906== Lock acquired, processing the job...
[2026-09-11 04:25:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 04:25:03] Production.INFO: ==9908== Lock acquired, processing the job...
[2026-09-11 04:25:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-11 04:25:03] Production.INFO: ==9910== Lock acquired, processing the job...
[2026-09-11 04:25:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 04:25:03] Production.ERROR: tblTempUsageDetail_20
[2026-09-11 04:25:03] Production.INFO: Account Balance Start.
[2026-09-11 04:25:03] Production.INFO: CreateAllLog Start
[2026-09-11 04:25:03] Production.INFO: 117
[2026-09-11 04:25:03] Production.INFO: Date 2026-09-08
[2026-09-11 04:25:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:25:03] Production.INFO: Date 2026-09-09
[2026-09-11 04:25:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 04:25:03] Production.INFO: Date 2026-09-10
[2026-09-11 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-09-11 04:25:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:25:03] Production.ERROR: done
[2026-09-11 04:25:03] Production.INFO: ==9910== Releasing lock...
[2026-09-11 04:25:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 04:25:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 04:25:03] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-11 04:25:03] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17982438', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) start
[2026-09-11 04:25:03] Production.INFO: Date 2026-09-11
[2026-09-11 04:25:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:25:03] Production.INFO: Total Charge 0
[2026-09-11 04:25:03] Production.INFO: CreateAllLog End
[2026-09-11 04:25:04] Production.INFO: Account Balance End.
[2026-09-11 04:25:04] Production.ERROR: CronJobId end 12
[2026-09-11 04:25:04] Production.INFO: ==9906== Releasing lock...
[2026-09-11 04:25:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 04:25:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 04:25:04] Production.INFO: ==9902== Releasing lock...
[2026-09-11 04:25:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 04:25:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 04:25:09] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17982438', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) end
[2026-09-11 04:25:09] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-11 04:25:09] Production.INFO: ProcessCDR(1,17982438,1,1,2)
[2026-09-11 04:25:09] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17982438,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 04:25:09] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17982438,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 04:25:09] Production.ERROR: pbx prc_insertCDR start
[2026-09-11 04:25:09] Production.ERROR: pbx prc_insertCDR end
[2026-09-11 04:25:09] Production.INFO: ==9908== Releasing lock...
[2026-09-11 04:25:09] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-11 04:25:09] Production.INFO: 26 MB #Memory Used#
[2026-09-11 04:25:12] Production.ERROR: CronJobId end10
[2026-09-11 04:25:12] Production.INFO: ==9904== Releasing lock...
[2026-09-11 04:25:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 04:25:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 04:25:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 04:25:16] Production.INFO: ============== Balance Warning START===========
[2026-09-11 04:25:16] Production.INFO: ============== Balance Warning END===========
[2026-09-11 04:25:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 04:25:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 04:25:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 04:25:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 04:25:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 04:25:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 04:25:16] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 04:25:16] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 04:25:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 04:25:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 04:25:16] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 04:25:16] Production.INFO: call_cost start
[2026-09-11 04:25:16] Production.INFO: call_cost end
[2026-09-11 04:25:16] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 04:25:16] Production.INFO: ============== Report Schedule START===========
[2026-09-11 04:25:16] Production.INFO: ============== Report Schedule END===========
[2026-09-11 04:25:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 04:25:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 04:25:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 04:25:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 04:25:16] Production.INFO: ============== Deal alert START===========
[2026-09-11 04:25:16] Production.INFO: ============== Deal alert END===========
[2026-09-11 04:25:16] Production.INFO: ==9900== Releasing lock...
[2026-09-11 04:25:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 04:25:16] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 09:26:01] Production.INFO: ==9976== Lock acquired, processing the job...
[2026-09-11 09:26:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 09:26:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 09:26:01] Production.INFO: neon service started
[2026-09-11 09:26:01] Production.INFO: neon service started
[2026-09-11 09:26:01] Production.INFO: ==9976== Releasing lock...
[2026-09-11 09:26:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 09:26:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 08:26:02] Production.INFO: ==9980== Lock acquired, processing the job...
[2026-09-11 08:26:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 08:26:02] Production.INFO: ==9980== Releasing lock...
[2026-09-11 08:26:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 08:26:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 04:26:02] Production.INFO: ==9978== Lock acquired, processing the job...
[2026-09-11 04:26:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 04:26:02] Production.INFO: ==9978== Releasing lock...
[2026-09-11 04:26:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 04:26:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 04:26:03] Production.INFO: ==9983== Lock acquired, processing the job...
[2026-09-11 04:26:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 04:26:03] Production.INFO: ==9985== Lock acquired, processing the job...
[2026-09-11 04:26:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 04:26:03] Production.INFO: ==9989== Lock acquired, processing the job...
[2026-09-11 04:26:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 04:26:03] Production.INFO: ==9987== Lock acquired, processing the job...
[2026-09-11 04:26:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 04:26:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 04:26:03] Production.INFO: ==9991== Lock acquired, processing the job...
[2026-09-11 04:26:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 04:26:03] Production.INFO: Account Balance Start.
[2026-09-11 04:26:03] Production.INFO: CreateAllLog Start
[2026-09-11 04:26:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 04:26:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 04:26:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 04:26:03] Production.INFO: 117
[2026-09-11 04:26:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 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-09-11 04:26:03] Production.INFO: Date 2026-09-08
[2026-09-11 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-09-11 04:26:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 04:26:03] Production.INFO: ==9991== Releasing lock...
[2026-09-11 04:26:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 04:26:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 04:26:03] Production.INFO: Date 2026-09-09
[2026-09-11 04:26:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:26:03] Production.INFO: Date 2026-09-10
[2026-09-11 04:26:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:26:03] Production.INFO: Date 2026-09-11
[2026-09-11 04:26:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:26:03] Production.INFO: Total Charge 0
[2026-09-11 04:26:03] Production.INFO: CreateAllLog End
[2026-09-11 04:26:03] Production.INFO: Account Balance End.
[2026-09-11 04:26:03] Production.ERROR: CronJobId end 12
[2026-09-11 04:26:03] Production.INFO: ==9989== Releasing lock...
[2026-09-11 04:26:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 04:26:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 04:26:04] Production.INFO: ==9985== Releasing lock...
[2026-09-11 04:26:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 04:26:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 04:26:11] Production.ERROR: CronJobId end10
[2026-09-11 04:26:11] Production.INFO: ==9987== Releasing lock...
[2026-09-11 04:26:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 04:26:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 04:26:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 04:26:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 04:26:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 04:26:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 04:26:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 04:26:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 04:26:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 04:26:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 04:26:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 04:26:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 04:26:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 04:26:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 04:26:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 04:26:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 04:26:13] Production.INFO: call_cost start
[2026-09-11 04:26:13] Production.INFO: call_cost end
[2026-09-11 04:26:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 04:26:13] Production.INFO: ============== Report Schedule START===========
[2026-09-11 04:26:13] Production.INFO: ============== Report Schedule END===========
[2026-09-11 04:26:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 04:26:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 04:26:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 04:26:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 04:26:13] Production.INFO: ============== Deal alert START===========
[2026-09-11 04:26:13] Production.INFO: ============== Deal alert END===========
[2026-09-11 04:26:13] Production.INFO: ==9983== Releasing lock...
[2026-09-11 04:26:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 04:26:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 09:27:02] Production.INFO: ==10063== Lock acquired, processing the job...
[2026-09-11 09:27:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 09:27:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 09:27:02] Production.INFO: neon service started
[2026-09-11 09:27:02] Production.INFO: neon service started
[2026-09-11 09:27:02] Production.INFO: ==10063== Releasing lock...
[2026-09-11 09:27:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 09:27:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 08:27:02] Production.INFO: ==10067== Lock acquired, processing the job...
[2026-09-11 08:27:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 08:27:02] Production.INFO: ==10067== Releasing lock...
[2026-09-11 08:27:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 08:27:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 04:27:02] Production.INFO: ==10065== Lock acquired, processing the job...
[2026-09-11 04:27:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 04:27:02] Production.INFO: ==10065== Releasing lock...
[2026-09-11 04:27:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 04:27:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 04:27:03] Production.INFO: ==10074== Lock acquired, processing the job...
[2026-09-11 04:27:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 04:27:03] Production.INFO: ==10072== Lock acquired, processing the job...
[2026-09-11 04:27:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 04:27:03] Production.INFO: ==10070== Lock acquired, processing the job...
[2026-09-11 04:27:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 04:27:03] Production.INFO: ==10076== Lock acquired, processing the job...
[2026-09-11 04:27:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 04:27:03] Production.INFO: ==10078== Lock acquired, processing the job...
[2026-09-11 04:27:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 04:27:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 04:27:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 04:27:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 04:27:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 04:27:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 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-09-11 04:27:03] Production.INFO: Account Balance Start.
[2026-09-11 04:27:04] Production.INFO: CreateAllLog Start
[2026-09-11 04:27:04] Production.INFO: 117
[2026-09-11 04: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-09-11 04:27:04] Production.INFO: Date 2026-09-08
[2026-09-11 04: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-09-11 04:27:04] Production.INFO: Reseller ==> 0
[2026-09-11 04:27:04] Production.INFO: ==10078== Releasing lock...
[2026-09-11 04:27:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 04:27:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 04:27:04] Production.INFO: Date 2026-09-09
[2026-09-11 04:27:04] Production.INFO: Reseller ==> 0
[2026-09-11 04:27:04] Production.INFO: Date 2026-09-10
[2026-09-11 04:27:04] Production.INFO: Reseller ==> 0
[2026-09-11 04:27:04] Production.INFO: Date 2026-09-11
[2026-09-11 04:27:04] Production.INFO: Reseller ==> 0
[2026-09-11 04:27:04] Production.INFO: Total Charge 0
[2026-09-11 04:27:04] Production.INFO: CreateAllLog End
[2026-09-11 04:27:04] Production.INFO: Account Balance End.
[2026-09-11 04:27:04] Production.ERROR: CronJobId end 12
[2026-09-11 04:27:04] Production.INFO: ==10076== Releasing lock...
[2026-09-11 04:27:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 04:27:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 04:27:04] Production.INFO: ==10072== Releasing lock...
[2026-09-11 04:27:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 04:27:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 04:27:11] Production.ERROR: CronJobId end10
[2026-09-11 04:27:11] Production.INFO: ==10074== Releasing lock...
[2026-09-11 04:27:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 04:27:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 04:27:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 04:27:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 04:27:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 04:27:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 04:27:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 04:27:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 04:27:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 04:27:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 04:27:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 04:27:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 04:27:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 04:27:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 04:27:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 04:27:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 04:27:14] Production.INFO: call_cost start
[2026-09-11 04:27:14] Production.INFO: call_cost end
[2026-09-11 04:27:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 04:27:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 04:27:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 04:27:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 04:27:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 04:27:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 04:27:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 04:27:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 04:27:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 04:27:14] Production.INFO: ==10070== Releasing lock...
[2026-09-11 04:27:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 04:27:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 09:28:01] Production.INFO: ==10143== Lock acquired, processing the job...
[2026-09-11 09:28:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 09:28:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 09:28:01] Production.INFO: neon service started
[2026-09-11 09:28:01] Production.INFO: neon service started
[2026-09-11 09:28:01] Production.INFO: ==10143== Releasing lock...
[2026-09-11 09:28:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 09:28:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 04:28:02] Production.INFO: ==10145== Lock acquired, processing the job...
[2026-09-11 04:28:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 08:28:02] Production.INFO: ==10147== Lock acquired, processing the job...
[2026-09-11 08:28:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 08:28:02] Production.INFO: ==10147== Releasing lock...
[2026-09-11 08:28:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 08:28:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 04:28:02] Production.INFO: ==10145== Releasing lock...
[2026-09-11 04:28:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 04:28:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 04:28:03] Production.INFO: ==10152== Lock acquired, processing the job...
[2026-09-11 04:28:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 04:28:03] Production.INFO: ==10154== Lock acquired, processing the job...
[2026-09-11 04:28:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 04:28:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 04:28:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 04:28:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 04:28:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 04:28:03] Production.INFO: ==10156== Lock acquired, processing the job...
[2026-09-11 04:28:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 04:28:03] Production.INFO: ==10150== Lock acquired, processing the job...
[2026-09-11 04:28:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 04:28:03] Production.INFO: ==10158== Lock acquired, processing the job...
[2026-09-11 04:28:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 04:28:03] Production.INFO: ==10152== Releasing lock...
[2026-09-11 04:28:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 04:28:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 04:28:03] Production.INFO: Account Balance Start.
[2026-09-11 04:28:03] Production.INFO: CreateAllLog Start
[2026-09-11 04:28:03] Production.INFO: 117
[2026-09-11 04:28:03] Production.INFO: Date 2026-09-08
[2026-09-11 04:28:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:28:03] Production.INFO: Date 2026-09-09
[2026-09-11 04:28:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:28:03] Production.INFO: Date 2026-09-10
[2026-09-11 04:28:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:28:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 04: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-09-11 04: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-09-11 04: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-09-11 04:28:03] Production.INFO: ==10158== Releasing lock...
[2026-09-11 04:28:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 04:28:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 04:28:03] Production.INFO: Date 2026-09-11
[2026-09-11 04:28:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:28:03] Production.INFO: Total Charge 0
[2026-09-11 04:28:03] Production.INFO: CreateAllLog End
[2026-09-11 04:28:04] Production.INFO: Account Balance End.
[2026-09-11 04:28:04] Production.ERROR: CronJobId end 12
[2026-09-11 04:28:04] Production.INFO: ==10156== Releasing lock...
[2026-09-11 04:28:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 04:28:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 04:28:11] Production.ERROR: CronJobId end10
[2026-09-11 04:28:11] Production.INFO: ==10154== Releasing lock...
[2026-09-11 04:28:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 04:28:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 04:28:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 04:28:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 04:28:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 04:28:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 04:28:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 04:28:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 04:28:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 04:28:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 04:28:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 04:28:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 04:28:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 04:28:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 04:28:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 04:28:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 04:28:14] Production.INFO: call_cost start
[2026-09-11 04:28:14] Production.INFO: call_cost end
[2026-09-11 04:28:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 04:28:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 04:28:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 04:28:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 04:28:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 04:28:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 04:28:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 04:28:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 04:28:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 04:28:14] Production.INFO: ==10150== Releasing lock...
[2026-09-11 04:28:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 04:28:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 09:29:02] Production.INFO: ==10217== Lock acquired, processing the job...
[2026-09-11 09:29:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 09:29:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 09:29:02] Production.INFO: neon service started
[2026-09-11 09:29:02] Production.INFO: neon service started
[2026-09-11 09:29:02] Production.INFO: ==10217== Releasing lock...
[2026-09-11 09:29:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 09:29:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 04:29:02] Production.INFO: ==10219== Lock acquired, processing the job...
[2026-09-11 04:29:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 08:29:02] Production.INFO: ==10221== Lock acquired, processing the job...
[2026-09-11 08:29:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 08:29:02] Production.INFO: ==10221== Releasing lock...
[2026-09-11 08:29:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 08:29:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 04:29:03] Production.INFO: ==10219== Releasing lock...
[2026-09-11 04:29:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 04:29:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 04:29:03] Production.INFO: ==10224== Lock acquired, processing the job...
[2026-09-11 04:29:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 04:29:03] Production.INFO: ==10228== Lock acquired, processing the job...
[2026-09-11 04:29:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 04:29:03] Production.INFO: ==10226== Lock acquired, processing the job...
[2026-09-11 04:29:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 04:29:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 04:29:03] Production.INFO: ==10230== Lock acquired, processing the job...
[2026-09-11 04:29:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 04:29:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 04:29:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 04:29:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 04:29:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 04:29:03] Production.INFO: ==10232== Lock acquired, processing the job...
[2026-09-11 04:29:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 04:29:04] Production.INFO: Account Balance Start.
[2026-09-11 04:29:04] Production.INFO: CreateAllLog Start
[2026-09-11 04:29:04] Production.INFO: 117
[2026-09-11 04: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-09-11 04: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-09-11 04: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-09-11 04:29:04] Production.INFO: Date 2026-09-08
[2026-09-11 04:29:04] Production.INFO: Reseller ==> 0
[2026-09-11 04:29:04] Production.INFO: ==10232== Releasing lock...
[2026-09-11 04:29:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 04:29:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 04:29:04] Production.INFO: Date 2026-09-09
[2026-09-11 04:29:04] Production.INFO: Reseller ==> 0
[2026-09-11 04:29:04] Production.INFO: Date 2026-09-10
[2026-09-11 04:29:04] Production.INFO: Reseller ==> 0
[2026-09-11 04:29:04] Production.INFO: Date 2026-09-11
[2026-09-11 04:29:04] Production.INFO: Reseller ==> 0
[2026-09-11 04:29:04] Production.INFO: Total Charge 0
[2026-09-11 04:29:04] Production.INFO: CreateAllLog End
[2026-09-11 04:29:04] Production.INFO: ==10226== Releasing lock...
[2026-09-11 04:29:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 04:29:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 04:29:04] Production.INFO: Account Balance End.
[2026-09-11 04:29:04] Production.ERROR: CronJobId end 12
[2026-09-11 04:29:04] Production.INFO: ==10230== Releasing lock...
[2026-09-11 04:29:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 04:29:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 04:29:11] Production.ERROR: CronJobId end10
[2026-09-11 04:29:11] Production.INFO: ==10228== Releasing lock...
[2026-09-11 04:29:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 04:29:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 04:29:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 04:29:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 04:29:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 04:29:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 04:29:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 04:29:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 04:29:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 04:29:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 04:29:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 04:29:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 04:29:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 04:29:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 04:29:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 04:29:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 04:29:15] Production.INFO: call_cost start
[2026-09-11 04:29:15] Production.INFO: call_cost end
[2026-09-11 04:29:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 04:29:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 04:29:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 04:29:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 04:29:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 04:29:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 04:29:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 04:29:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 04:29:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 04:29:15] Production.INFO: ==10224== Releasing lock...
[2026-09-11 04:29:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 04:29:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 09:30:01] Production.INFO: ==10293== Lock acquired, processing the job...
[2026-09-11 09:30:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 09:30:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 09:30:01] Production.INFO: neon service started
[2026-09-11 09:30:01] Production.INFO: neon service started
[2026-09-11 09:30:01] Production.INFO: ==10293== Releasing lock...
[2026-09-11 09:30:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 09:30:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 08:30:01] Production.INFO: ==10297== Lock acquired, processing the job...
[2026-09-11 08:30:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 08:30:01] Production.INFO: ==10297== Releasing lock...
[2026-09-11 08:30:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 08:30:01] Production.INFO: 25 MB #Memory Used#
[2026-09-11 04:30:02] Production.INFO: ==10295== Lock acquired, processing the job...
[2026-09-11 04:30:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 04:30:02] Production.INFO: ==10295== Releasing lock...
[2026-09-11 04:30:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 04:30:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 04:30:03] Production.INFO: ==10299== Lock acquired, processing the job...
[2026-09-11 04:30:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 04:30:03] Production.INFO: ==10301== Lock acquired, processing the job...
[2026-09-11 04:30:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 04:30:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 04:30:03] Production.INFO: ==10305== Lock acquired, processing the job...
[2026-09-11 04:30:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 04:30:03] Production.INFO: ==10307== Lock acquired, processing the job...
[2026-09-11 04:30:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 04:30:03] Production.INFO: ==10303== Lock acquired, processing the job...
[2026-09-11 04:30:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 04:30:03] Production.INFO: Account Balance Start.
[2026-09-11 04:30:03] Production.INFO: CreateAllLog Start
[2026-09-11 04:30:03] Production.INFO: 117
[2026-09-11 04:30:03] Production.INFO: Date 2026-09-08
[2026-09-11 04:30:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:30:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 04:30:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 04:30:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 04:30:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 04:30:03] Production.INFO: Date 2026-09-09
[2026-09-11 04:30:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 04:30:03] Production.INFO: Date 2026-09-10
[2026-09-11 04:30:03] Production.INFO: Reseller ==> 0
[2026-09-11 04: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-09-11 04:30:03] Production.INFO: ==10307== Releasing lock...
[2026-09-11 04:30:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 04:30:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 04:30:03] Production.INFO: Date 2026-09-11
[2026-09-11 04:30:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:30:03] Production.INFO: Total Charge 0
[2026-09-11 04:30:03] Production.INFO: CreateAllLog End
[2026-09-11 04:30:03] Production.INFO: Account Balance End.
[2026-09-11 04:30:03] Production.ERROR: CronJobId end 12
[2026-09-11 04:30:03] Production.INFO: ==10305== Releasing lock...
[2026-09-11 04:30:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 04:30:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 04:30:04] Production.INFO: ==10301== Releasing lock...
[2026-09-11 04:30:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 04:30:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 04:30:11] Production.ERROR: CronJobId end10
[2026-09-11 04:30:11] Production.INFO: ==10303== Releasing lock...
[2026-09-11 04:30:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 04:30:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 04:30:12] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 04:30:12] Production.INFO: ============== Balance Warning START===========
[2026-09-11 04:30:12] Production.INFO: ============== Balance Warning END===========
[2026-09-11 04:30:12] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 04:30:12] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 04:30:12] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 04:30:12] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 04:30:12] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 04:30:12] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 04:30:12] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 04:30:12] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 04:30:12] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 04:30:12] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 04:30:12] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 04:30:13] Production.INFO: call_cost start
[2026-09-11 04:30:13] Production.INFO: call_cost end
[2026-09-11 04:30:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 04:30:13] Production.INFO: ============== Report Schedule START===========
[2026-09-11 04:30:13] Production.INFO: ============== Report Schedule END===========
[2026-09-11 04:30:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 04:30:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 04:30:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 04:30:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 04:30:13] Production.INFO: ============== Deal alert START===========
[2026-09-11 04:30:13] Production.INFO: ============== Deal alert END===========
[2026-09-11 04:30:13] Production.INFO: ==10299== Releasing lock...
[2026-09-11 04:30:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 04:30:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 09:31:01] Production.INFO: ==10380== Lock acquired, processing the job...
[2026-09-11 09:31:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 09:31:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 09:31:01] Production.INFO: neon service started
[2026-09-11 09:31:02] Production.INFO: neon service started
[2026-09-11 09:31:02] Production.INFO: ==10380== Releasing lock...
[2026-09-11 09:31:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 09:31:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 04:31:02] Production.INFO: ==10382== Lock acquired, processing the job...
[2026-09-11 04:31:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 04:31:02] Production.INFO: ==10382== Releasing lock...
[2026-09-11 04:31:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 04:31:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 08:31:02] Production.INFO: ==10384== Lock acquired, processing the job...
[2026-09-11 08:31:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 08:31:02] Production.INFO: ==10384== Releasing lock...
[2026-09-11 08:31:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 08:31:02] Production.INFO: 26 MB #Memory Used#
[2026-09-11 04:31:03] Production.INFO: ==10390== Lock acquired, processing the job...
[2026-09-11 04:31:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 04:31:03] Production.INFO: ==10386== Lock acquired, processing the job...
[2026-09-11 04:31:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 04:31:03] Production.INFO: ==10396== Lock acquired, processing the job...
[2026-09-11 04:31:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 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-09-11 04:31:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 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-09-11 04:31:03] Production.INFO: ==10388== Lock acquired, processing the job...
[2026-09-11 04:31:03] Production.INFO: invoicegenerator-command-invoicegenerator-companyid-1-cronjobid-6 #Starts#
[2026-09-11 04:31:03] Production.INFO: ==10392== Lock acquired, processing the job...
[2026-09-11 04:31:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 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-09-11 04:31:03] Production.INFO: ==10396== Releasing lock...
[2026-09-11 04:31:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 04:31:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 04:31:03] Production.INFO: ==10394== Lock acquired, processing the job...
[2026-09-11 04:31:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 04:31:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 04:31:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 04:31:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 04:31:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 04:31:03] Production.INFO: Call prc_getBillingAccounts(1,2026-09-11,'','0')
[2026-09-11 04:31:03] Production.INFO: Array
(
[0] => stdClass Object
(
[AccountID] => 98
[NextInvoiceDate] => 2026-09-11
[AccountName] => Dominos 10537 (Brandon Meyers)
[ServiceID] => 0
)
[1] => stdClass Object
(
[AccountID] => 106
[NextInvoiceDate] => 2026-09-11
[AccountName] => G4 Broker
[ServiceID] => 0
)
[2] => stdClass Object
(
[AccountID] => 119
[NextInvoiceDate] => 2026-09-11
[AccountName] => Dominos 10402 (Anwar Hossain)
[ServiceID] => 0
)
[3] => stdClass Object
(
[AccountID] => 123
[NextInvoiceDate] => 2026-09-11
[AccountName] => Dominos 10547 (Nathan Krishnan)
[ServiceID] => 0
)
[4] => stdClass Object
(
[AccountID] => 134
[NextInvoiceDate] => 2026-09-11
[AccountName] => Sidhu Law Chambers
[ServiceID] => 0
)
[5] => stdClass Object
(
[AccountID] => 229
[NextInvoiceDate] => 2026-09-11
[AccountName] => Dominos 10096 (Albert Chan)
[ServiceID] => 0
)
[6] => stdClass Object
(
[AccountID] => 258
[NextInvoiceDate] => 2025-03-10
[AccountName] => Lion Motors
[ServiceID] => 0
)
)
[2026-09-11 04:31:03] Production.INFO: AccountID =98 FirstInvoiceSend 0
[2026-09-11 04:31:03] Production.INFO: LastInvoiceDate 2026-08-11 NextInvoiceDate 2026-09-11
[2026-09-11 04:31:03] Production.INFO: LastChargeDate 2026-08-11 NextChargeDate 2026-09-10
[2026-09-11 04:31:03] Production.INFO: isCDRLoaded Array
(
[0] => stdClass Object
(
[isLoaded] => 1
)
)
[2026-09-11 04:31:03] Production.INFO: ========================== Invoice Send Start =============================
[2026-09-11 04:31:03] Production.INFO: Invoice::sendInvoice(1,98,2026-08-11,2026-09-11,billing@onswitchit.ca)
[2026-09-11 04:31:03] Production.INFO: start Date =2026-08-11 EndDate =2026-09-10 23:59:59
[2026-09-11 04:31:03] Production.INFO: InvoiceTemplate->InvoiceNumberPrefix =INV
[2026-09-11 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-09-11 04:31:03] Production.INFO: Invoice::checkIfAccountUsageAlreadyBilled
[2026-09-11 04:31:03] Production.INFO: AlreadyBilled
[2026-09-11 04:31:03] Production.INFO: Account Balance Start.
[2026-09-11 04:31:03] Production.INFO: CreateAllLog Start
[2026-09-11 04:31:03] Production.INFO: 117
[2026-09-11 04:31:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:31:03] Production.INFO: Date 2026-09-08
[2026-09-11 04:31:04] Production.INFO: original start date ==>2026-08-11 changed start date ==>2026-08-11 00:00:00 original end date ==>2026-09-10 23:59:59 changed end date ==>2026-09-10 23:59:59
[2026-09-11 04:31:04] Production.INFO: Reseller ==> 0
[2026-09-11 04:31:04] Production.INFO: Invoice::getAccountUsageTotal(1,98,2026-08-11,2026-09-10 23:59:59)
[2026-09-11 04:31:04] Production.INFO: TotalCharges - 0
[2026-09-11 04:31:04] Production.INFO: TotalUsageCharges - 0.00
[2026-09-11 04:31:04] Production.INFO: Usage Over
[2026-09-11 04:31:04] Production.INFO: Call prc_getAccountSubscription(98,0)
[2026-09-11 04:31:04] Production.INFO: Date 2026-09-09
[2026-09-11 04:31:04] Production.INFO: SUBSCRIPTION 3
[2026-09-11 04:31:04] Production.INFO: ============================Subscription Start =================
[2026-09-11 04:31:04] Production.INFO: SubscriptionID - 5
[2026-09-11 04:31:04] Production.INFO: Reseller ==> 0
[2026-09-11 04:31:04] Production.INFO: isAdvanceSubscription - 5
[2026-09-11 04:31:04] Production.INFO: SubscriptionStartDate =2026-09-11 - SubscriptionEndDate = 2026-10-10
[2026-09-11 04:31:04] Production.INFO: NewNextChargeDate =2026-10-10 00:00:00
[2026-09-11 04:31:04] Production.INFO: Date 2026-09-10
[2026-09-11 04:31:04] Production.INFO: Reseller ==> 0
[2026-09-11 04:31:04] Production.INFO: EndDate =2026-09-10 00:00:00
[2026-09-11 04:31:04] Production.INFO: NewEndDate1 =2026-09-11
[2026-09-11 04:31:04] Production.INFO: SubscriptionDate
[2026-09-11 04:31:04] Production.INFO: Array
(
[StartDate] => 2026-09-11
[EndDate] => 2026-10-10 00:00:00
[AlreadyCharged] => 0
)
[2026-09-11 04:31:04] Production.INFO: AccountSubscription StartDate 2018-12-11 StartDate 2026-08-11
[2026-09-11 04:31:04] Production.INFO: SubscriptionID - 2026-09-11=====2026-10-10 00:00:00
[2026-09-11 04:31:04] Production.INFO: AccountSubscriptionID - 324 === 2018-12-11=====2027-09-11
[2026-09-11 04:31:04] Production.INFO: regular Advance Subscription
[2026-09-11 04:31:04] Production.INFO: First Time False 2018-12-11 2026-09-11
[2026-09-11 04:31:04] Production.INFO: StartDate 2026-09-11 AccountSubscription->StartDate 2018-12-11 EndDate 2026-10-10 00:00:00 AccountSubscription->EndDate 2027-09-11
[2026-09-11 04:31:04] Production.INFO: days diff - 30 subscription days 30 quarter days 92
[2026-09-11 04:31:04] Production.INFO: Date 2026-09-11
[2026-09-11 04:31:04] Production.INFO: Reseller ==> 0
[2026-09-11 04:31:04] Production.INFO: AccountSubscription::getSubscriptionAmount(324,2026-09-11,2026-10-10 00:00:00,,0)
[2026-09-11 04:31:04] Production.INFO: SubscriptionCharge - 55
[2026-09-11 04:31:04] Production.INFO: Already Invoice Subscription 0
[2026-09-11 04:31:04] Production.INFO: Invoice::IsAlreadyInvoiceSubscriptionDetail(98,1,5,2026-09-11,2026-10-10 00:00:00,Restaurant - 4 Line Flat Rate,55,55,1,324)
[2026-09-11 04:31:04] Production.INFO: DiscountAmount 0.000000
[2026-09-11 04:31:04] Production.INFO: DiscountType
[2026-09-11 04:31:04] Production.INFO: SubscriptionCharge 55
[2026-09-11 04:31:04] Production.INFO: New SubscriptionCharge 55
[2026-09-11 04:31:04] Production.INFO: TotalSubscriptionCharge - 55.00
[2026-09-11 04:31:04] Production.INFO: ============================Subscription End =================
[2026-09-11 04:31:04] Production.INFO: ============================Subscription Start =================
[2026-09-11 04:31:04] Production.INFO: SubscriptionID - 4
[2026-09-11 04:31:04] Production.INFO: isAdvanceSubscription - 4
[2026-09-11 04:31:04] Production.INFO: Total Charge 0
[2026-09-11 04:31:04] Production.INFO: CreateAllLog End
[2026-09-11 04:31:04] Production.INFO: SubscriptionStartDate =2026-09-11 - SubscriptionEndDate = 2026-10-10
[2026-09-11 04:31:04] Production.INFO: NewNextChargeDate =2026-10-10 00:00:00
[2026-09-11 04:31:04] Production.INFO: ==10390== Releasing lock...
[2026-09-11 04:31:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 04:31:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 04:31:04] Production.INFO: EndDate =2026-09-10 00:00:00
[2026-09-11 04:31:04] Production.INFO: NewEndDate1 =2026-09-11
[2026-09-11 04:31:04] Production.INFO: SubscriptionDate
[2026-09-11 04:31:04] Production.INFO: Array
(
[StartDate] => 2026-09-11
[EndDate] => 2026-10-10 00:00:00
[AlreadyCharged] => 0
)
[2026-09-11 04:31:04] Production.INFO: AccountSubscription StartDate 2018-12-11 StartDate 2026-08-11
[2026-09-11 04:31:04] Production.INFO: SubscriptionID - 2026-09-11=====2026-10-10 00:00:00
[2026-09-11 04:31:04] Production.INFO: AccountSubscriptionID - 325 === 2018-12-11=====2027-09-11
[2026-09-11 04:31:04] Production.INFO: regular Advance Subscription
[2026-09-11 04:31:04] Production.INFO: First Time False 2018-12-11 2026-09-11
[2026-09-11 04:31:04] Production.INFO: StartDate 2026-09-11 AccountSubscription->StartDate 2018-12-11 EndDate 2026-10-10 00:00:00 AccountSubscription->EndDate 2027-09-11
[2026-09-11 04:31:04] Production.INFO: days diff - 30 subscription days 30 quarter days 92
[2026-09-11 04:31:04] Production.INFO: AccountSubscription::getSubscriptionAmount(325,2026-09-11,2026-10-10 00:00:00,,0)
[2026-09-11 04:31:04] Production.INFO: SubscriptionCharge - 2.5
[2026-09-11 04:31:04] Production.INFO: Already Invoice Subscription 0
[2026-09-11 04:31:04] Production.INFO: Invoice::IsAlreadyInvoiceSubscriptionDetail(98,1,4,2026-09-11,2026-10-10 00:00:00,e911 address registration (12264580100 - 316 Suncoast Dr. E. Unit C Goderich, On N7A 4N7, Canada),2.5,2.5,1,325)
[2026-09-11 04:31:04] Production.INFO: DiscountAmount 0.000000
[2026-09-11 04:31:04] Production.INFO: DiscountType
[2026-09-11 04:31:04] Production.INFO: SubscriptionCharge 2.5
[2026-09-11 04:31:04] Production.INFO: New SubscriptionCharge 2.5
[2026-09-11 04:31:04] Production.INFO: TotalSubscriptionCharge - 2.50
[2026-09-11 04:31:04] Production.INFO: ============================Subscription End =================
[2026-09-11 04:31:04] Production.INFO: ============================Subscription Start =================
[2026-09-11 04:31:04] Production.INFO: SubscriptionID - 21
[2026-09-11 04:31:04] Production.INFO: isAdvanceSubscription - 21
[2026-09-11 04:31:04] Production.INFO: Account Balance End.
[2026-09-11 04:31:04] Production.INFO: SubscriptionStartDate =2026-09-11 - SubscriptionEndDate = 2026-10-10
[2026-09-11 04:31:04] Production.INFO: NewNextChargeDate =2026-10-10 00:00:00
[2026-09-11 04:31:04] Production.ERROR: CronJobId end 12
[2026-09-11 04:31:04] Production.INFO: ==10394== Releasing lock...
[2026-09-11 04:31:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 04:31:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 04:31:04] Production.INFO: EndDate =2020-01-10 00:00:00
[2026-09-11 04:31:04] Production.INFO: NewEndDate1 =2020-01-11
[2026-09-11 04:31:04] Production.INFO: SubscriptionDate
[2026-09-11 04:31:04] Production.INFO: Array
(
[StartDate] => 2020-01-11
[EndDate] => 2026-10-10 00:00:00
[AlreadyCharged] => 0
)
[2026-09-11 04:31:04] Production.INFO: New Account Subscription Start
[2026-09-11 04:31:04] Production.INFO: AccountSubscription StartDate 2018-11-11 StartDate 2026-08-11
[2026-09-11 04:31:04] Production.INFO: SubscriptionID - 2020-01-11=====2026-10-10 00:00:00
[2026-09-11 04:31:04] Production.INFO: AccountSubscriptionID - 326 === 2018-11-11=====2019-12-19
[2026-09-11 04:31:04] Production.INFO: ============================Subscription End =================
[2026-09-11 04:31:04] Production.INFO: SUBSCRIPTION Over
[2026-09-11 04:31:04] Production.INFO: Call prc_getAccountOneOffCharge(98,0,2026-08-11,2026-09-11 23:59:59)
[2026-09-11 04:31:04] Production.INFO: AccountOneOffCharge 0
[2026-09-11 04:31:04] Production.INFO: AccountOneOffCharge Over
[2026-09-11 04:31:04] Production.INFO: USAGE FILE & Invoice PDF & EMAIL Start
[2026-09-11 04:31:04] Production.INFO: New UsageDates 2026-08-11 - 2026-09-10 23:59:59
[2026-09-11 04:31:04] Production.INFO: SubTotal 57.5
[2026-09-11 04:31:04] Production.INFO: SubTotalWithouttaxTotal 0
[2026-09-11 04:31:04] Production.INFO: AccountOneOffCharge Tax Over
[2026-09-11 04:31:04] Production.INFO: TotalTax 7.475
[2026-09-11 04:31:04] Production.INFO: InvoiceGrandTotal 64.975
[2026-09-11 04:31:04] Production.INFO: InvoiceTaxAmount 7.48
[2026-09-11 04:31:04] Production.INFO: GrandTotal 64.98
[2026-09-11 04:31:04] Production.INFO: SubTotal 57.50
[2026-09-11 04:31:04] Production.INFO: TotalDue 974.70
[2026-09-11 04:31:04] Production.INFO: Reseller ==> 0
[2026-09-11 04:31:04] Production.INFO: original start date ==>2026-08-11 changed start date ==>2026-08-11 00:00:00 original end date ==>2026-09-10 23:59:59 changed end date ==>2026-09-10 23:59:59
[2026-09-11 04:31:04] Production.INFO: CALL prc_getInvoiceUsage(1,'98','0','1','2026-08-11 00:00:00','2026-09-10 23:59:59',0)
[2026-09-11 04:31:04] Production.INFO: PDF Generation start
[2026-09-11 04:31:04] Production.INFO: Invoice generation PDF path local /var/www/tmp/1/98/Invoices/2026/09/11/Invoice-dominos-10537-brandon-meyers-inv14608-from-08-11-2026-to-09-10-2026-13642.pdf
[2026-09-11 04:31:04] Production.INFO: On Linux
[2026-09-11 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/98/Invoices/2026/09/11/footer-dominos-10537-brandon-meyers-inv14608-from-08-11-2026-to-09-10-2026-13642.html" "/var/www/tmp/1/98/Invoices/2026/09/11/Invoice-dominos-10537-brandon-meyers-inv14608-from-08-11-2026-to-09-10-2026-13642.html" "/var/www/tmp/1/98/Invoices/2026/09/11/Invoice-dominos-10537-brandon-meyers-inv14608-from-08-11-2026-to-09-10-2026-13642.pdf"
[2026-09-11 04:31:06] Production.INFO:
[2026-09-11 04:31:06] Production.INFO: /var/www/tmp/1/98/Invoices/2026/09/11/Invoice-dominos-10537-brandon-meyers-inv14608-from-08-11-2026-to-09-10-2026-13642.html
[2026-09-11 04:31:06] Production.INFO: /var/www/tmp/1/98/Invoices/2026/09/11/header-dominos-10537-brandon-meyers-inv14608-from-08-11-2026-to-09-10-2026-13642.html
[2026-09-11 04:31:06] Production.INFO: /var/www/tmp/1/98/Invoices/2026/09/11/footer-dominos-10537-brandon-meyers-inv14608-from-08-11-2026-to-09-10-2026-13642.html
[2026-09-11 04:31:06] Production.INFO: Invoice generation PDF path
[2026-09-11 04:31:06] Production.INFO: PDF fullPath 1/98/Invoices/2026/09/11/Invoice-dominos-10537-brandon-meyers-inv14608-from-08-11-2026-to-09-10-2026-13642.pdf
[2026-09-11 04:31:06] Production.INFO: Generate Usage File Start
[2026-09-11 04:31:06] Production.INFO: Usage File fullPath 1/98/InvoiceUsageFile/2026/09/11/dominos-10537-brandon-meyers-11-08-2026-00-00-00-TO-10-09-2026-23-59-59_2158__21e70120-adbb-11f1-acde-a7878ec73c1e.csv
[2026-09-11 04:31:08] Production.INFO: Sending Email to Staff over
[2026-09-11 04:31:08] Production.INFO: Email Status 1
[2026-09-11 04:31:08] Production.INFO: Sending Email to Customer
[2026-09-11 04:31:08] Production.INFO: =========== Email Sending over ===========
[2026-09-11 04:31:08] Production.INFO: =========== Returning as Success =========== AccountID 98
[2026-09-11 04:31:08] Production.INFO: Invoice::sendInvoice done
[2026-09-11 04:31:08] Production.INFO: Invoice created - Array
(
[status] => success
[message] => Invoice Created Successfully.
[accounts] =>
)
[2026-09-11 04:31:08] Production.INFO: Invoice Committed AccountID = 98
[2026-09-11 04:31:08] Production.INFO: =========== Updating InvoiceDate ===========
[2026-09-11 04:31:08] Production.INFO: NextInvoice 2026-09-11 2026-10-10
[2026-09-11 04:31:08] Production.INFO: new dates
[2026-09-11 04:31:08] Production.INFO: LastInvoiceDate 2026-09-11 NextInvoiceDate 2026-10-11
[2026-09-11 04:31:08] Production.INFO: LastChargeDate 2026-09-11 NextChargeDate 2026-10-10
[2026-09-11 04:31:08] Production.INFO: =========== Updated InvoiceDate ===========
[2026-09-11 04:31:08] Production.INFO: ========================== Invoice Send End =============================
[2026-09-11 04:31:08] Production.INFO: AccountID =106 FirstInvoiceSend 0
[2026-09-11 04:31:08] Production.INFO: LastInvoiceDate 2026-08-11 NextInvoiceDate 2026-09-11
[2026-09-11 04:31:08] Production.INFO: LastChargeDate 2026-08-11 NextChargeDate 2026-09-10
[2026-09-11 04:31:08] Production.INFO: isCDRLoaded Array
(
[0] => stdClass Object
(
[isLoaded] => 1
)
)
[2026-09-11 04:31:08] Production.INFO: ========================== Invoice Send Start =============================
[2026-09-11 04:31:08] Production.INFO: Invoice::sendInvoice(1,106,2026-08-11,2026-09-11,billing@onswitchit.ca)
[2026-09-11 04:31:08] Production.INFO: start Date =2026-08-11 EndDate =2026-09-10 23:59:59
[2026-09-11 04:31:08] Production.INFO: InvoiceTemplate->InvoiceNumberPrefix =INV
[2026-09-11 04:31:08] 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-09-11 04:31:08] Production.INFO: Invoice::checkIfAccountUsageAlreadyBilled
[2026-09-11 04:31:08] Production.INFO: AlreadyBilled
[2026-09-11 04:31:08] Production.INFO: Reseller ==> 0
[2026-09-11 04:31:08] Production.INFO: original start date ==>2026-08-11 changed start date ==>2026-08-11 00:00:00 original end date ==>2026-09-10 23:59:59 changed end date ==>2026-09-10 23:59:59
[2026-09-11 04:31:08] Production.INFO: Invoice::getAccountUsageTotal(1,106,2026-08-11,2026-09-10 23:59:59)
[2026-09-11 04:31:08] Production.INFO: TotalCharges - 0
[2026-09-11 04:31:08] Production.INFO: TotalUsageCharges - 0.00
[2026-09-11 04:31:08] Production.INFO: Usage Over
[2026-09-11 04:31:08] Production.INFO: Call prc_getAccountSubscription(106,0)
[2026-09-11 04:31:08] Production.INFO: SUBSCRIPTION 3
[2026-09-11 04:31:08] Production.INFO: ============================Subscription Start =================
[2026-09-11 04:31:08] Production.INFO: SubscriptionID - 1
[2026-09-11 04:31:08] Production.INFO: isAdvanceSubscription - 1
[2026-09-11 04:31:08] Production.INFO: SubscriptionStartDate =2026-09-11 - SubscriptionEndDate = 2026-10-10
[2026-09-11 04:31:08] Production.INFO: NewNextChargeDate =2026-10-10 00:00:00
[2026-09-11 04:31:08] Production.INFO: EndDate =2026-09-10 00:00:00
[2026-09-11 04:31:08] Production.INFO: NewEndDate1 =2026-09-11
[2026-09-11 04:31:08] Production.INFO: SubscriptionDate
[2026-09-11 04:31:08] Production.INFO: Array
(
[StartDate] => 2026-09-11
[EndDate] => 2026-10-10 00:00:00
[AlreadyCharged] => 0
)
[2026-09-11 04:31:08] Production.INFO: AccountSubscription StartDate 2019-02-04 StartDate 2026-08-11
[2026-09-11 04:31:08] Production.INFO: SubscriptionID - 2026-09-11=====2026-10-10 00:00:00
[2026-09-11 04:31:08] Production.INFO: AccountSubscriptionID - 372 === 2019-02-04=====2027-09-11
[2026-09-11 04:31:08] Production.INFO: regular Advance Subscription
[2026-09-11 04:31:08] Production.INFO: First Time False 2019-02-04 2026-09-11
[2026-09-11 04:31:08] Production.INFO: StartDate 2026-09-11 AccountSubscription->StartDate 2019-02-04 EndDate 2026-10-10 00:00:00 AccountSubscription->EndDate 2027-09-11
[2026-09-11 04:31:08] Production.INFO: days diff - 30 subscription days 30 quarter days 92
[2026-09-11 04:31:08] Production.INFO: AccountSubscription::getSubscriptionAmount(372,2026-09-11,2026-10-10 00:00:00,,0)
[2026-09-11 04:31:08] Production.INFO: SubscriptionCharge - 7
[2026-09-11 04:31:08] Production.INFO: Already Invoice Subscription 0
[2026-09-11 04:31:08] Production.INFO: Invoice::IsAlreadyInvoiceSubscriptionDetail(106,1,1,2026-09-11,2026-10-10 00:00:00,License for a Pay As You Go Cloud Phone extension,7,7,1,372)
[2026-09-11 04:31:08] Production.INFO: DiscountAmount 0.000000
[2026-09-11 04:31:08] Production.INFO: DiscountType
[2026-09-11 04:31:08] Production.INFO: SubscriptionCharge 7
[2026-09-11 04:31:08] Production.INFO: New SubscriptionCharge 7
[2026-09-11 04:31:08] Production.INFO: TotalSubscriptionCharge - 7.00
[2026-09-11 04:31:08] Production.INFO: ============================Subscription End =================
[2026-09-11 04:31:08] Production.INFO: ============================Subscription Start =================
[2026-09-11 04:31:08] Production.INFO: SubscriptionID - 4
[2026-09-11 04:31:08] Production.INFO: isAdvanceSubscription - 4
[2026-09-11 04:31:08] Production.INFO: SubscriptionStartDate =2026-09-11 - SubscriptionEndDate = 2026-10-10
[2026-09-11 04:31:08] Production.INFO: NewNextChargeDate =2026-10-10 00:00:00
[2026-09-11 04:31:08] Production.INFO: EndDate =2026-09-10 00:00:00
[2026-09-11 04:31:08] Production.INFO: NewEndDate1 =2026-09-11
[2026-09-11 04:31:08] Production.INFO: SubscriptionDate
[2026-09-11 04:31:08] Production.INFO: Array
(
[StartDate] => 2026-09-11
[EndDate] => 2026-10-10 00:00:00
[AlreadyCharged] => 0
)
[2026-09-11 04:31:08] Production.INFO: AccountSubscription StartDate 2019-02-04 StartDate 2026-08-11
[2026-09-11 04:31:08] Production.INFO: SubscriptionID - 2026-09-11=====2026-10-10 00:00:00
[2026-09-11 04:31:08] Production.INFO: AccountSubscriptionID - 373 === 2019-02-04=====2027-09-11
[2026-09-11 04:31:08] Production.INFO: regular Advance Subscription
[2026-09-11 04:31:08] Production.INFO: First Time False 2019-02-04 2026-09-11
[2026-09-11 04:31:08] Production.INFO: StartDate 2026-09-11 AccountSubscription->StartDate 2019-02-04 EndDate 2026-10-10 00:00:00 AccountSubscription->EndDate 2027-09-11
[2026-09-11 04:31:09] Production.INFO: days diff - 30 subscription days 30 quarter days 92
[2026-09-11 04:31:09] Production.INFO: AccountSubscription::getSubscriptionAmount(373,2026-09-11,2026-10-10 00:00:00,,0)
[2026-09-11 04:31:09] Production.INFO: SubscriptionCharge - 2.5
[2026-09-11 04:31:09] Production.INFO: Already Invoice Subscription 0
[2026-09-11 04:31:09] Production.INFO: Invoice::IsAlreadyInvoiceSubscriptionDetail(106,1,4,2026-09-11,2026-10-10 00:00:00,e911 address registration (13652350035 - 145 Royal Crest Court 4 Unionville, ON L3R 9Z4 Canada),2.5,2.5,1,373)
[2026-09-11 04:31:09] Production.INFO: DiscountAmount 0.000000
[2026-09-11 04:31:09] Production.INFO: DiscountType
[2026-09-11 04:31:09] Production.INFO: SubscriptionCharge 2.5
[2026-09-11 04:31:09] Production.INFO: New SubscriptionCharge 2.5
[2026-09-11 04:31:09] Production.INFO: TotalSubscriptionCharge - 2.50
[2026-09-11 04:31:09] Production.INFO: ============================Subscription End =================
[2026-09-11 04:31:09] Production.INFO: ============================Subscription Start =================
[2026-09-11 04:31:09] Production.INFO: SubscriptionID - 12
[2026-09-11 04:31:09] Production.INFO: isAdvanceSubscription - 12
[2026-09-11 04:31:09] Production.INFO: SubscriptionStartDate =2026-09-11 - SubscriptionEndDate = 2026-10-10
[2026-09-11 04:31:09] Production.INFO: NewNextChargeDate =2026-10-10 00:00:00
[2026-09-11 04:31:09] Production.INFO: EndDate =2026-09-10 00:00:00
[2026-09-11 04:31:09] Production.INFO: NewEndDate1 =2026-09-11
[2026-09-11 04:31:09] Production.INFO: SubscriptionDate
[2026-09-11 04:31:09] Production.INFO: Array
(
[StartDate] => 2026-09-11
[EndDate] => 2026-10-10 00:00:00
[AlreadyCharged] => 0
)
[2026-09-11 04:31:09] Production.INFO: AccountSubscription StartDate 2019-02-04 StartDate 2026-08-11
[2026-09-11 04:31:09] Production.INFO: SubscriptionID - 2026-09-11=====2026-10-10 00:00:00
[2026-09-11 04:31:09] Production.INFO: AccountSubscriptionID - 374 === 2019-02-04=====2027-09-11
[2026-09-11 04:31:09] Production.INFO: regular Advance Subscription
[2026-09-11 04:31:09] Production.INFO: First Time False 2019-02-04 2026-09-11
[2026-09-11 04:31:09] Production.INFO: StartDate 2026-09-11 AccountSubscription->StartDate 2019-02-04 EndDate 2026-10-10 00:00:00 AccountSubscription->EndDate 2027-09-11
[2026-09-11 04:31:09] Production.INFO: days diff - 30 subscription days 30 quarter days 92
[2026-09-11 04:31:09] Production.INFO: AccountSubscription::getSubscriptionAmount(374,2026-09-11,2026-10-10 00:00:00,,0)
[2026-09-11 04:31:09] Production.INFO: SubscriptionCharge - 0
[2026-09-11 04:31:09] Production.INFO: Already Invoice Subscription 0
[2026-09-11 04:31:09] Production.INFO: Invoice::IsAlreadyInvoiceSubscriptionDetail(106,1,12,2026-09-11,2026-10-10 00:00:00,Included DID (13652350035),0,0,1,374)
[2026-09-11 04:31:09] Production.INFO: DiscountAmount 0.000000
[2026-09-11 04:31:09] Production.INFO: DiscountType
[2026-09-11 04:31:09] Production.INFO: SubscriptionCharge 0
[2026-09-11 04:31:09] Production.INFO: New SubscriptionCharge 0
[2026-09-11 04:31:09] Production.INFO: TotalSubscriptionCharge - 0.00
[2026-09-11 04:31:09] Production.INFO: ============================Subscription End =================
[2026-09-11 04:31:09] Production.INFO: SUBSCRIPTION Over
[2026-09-11 04:31:09] Production.INFO: Call prc_getAccountOneOffCharge(106,0,2026-08-11,2026-09-11 23:59:59)
[2026-09-11 04:31:09] Production.INFO: AccountOneOffCharge 0
[2026-09-11 04:31:09] Production.INFO: AccountOneOffCharge Over
[2026-09-11 04:31:09] Production.INFO: USAGE FILE & Invoice PDF & EMAIL Start
[2026-09-11 04:31:09] Production.INFO: New UsageDates 2026-08-11 - 2026-09-10 23:59:59
[2026-09-11 04:31:09] Production.INFO: SubTotal 9.5
[2026-09-11 04:31:09] Production.INFO: SubTotalWithouttaxTotal 0
[2026-09-11 04:31:09] Production.INFO: AccountOneOffCharge Tax Over
[2026-09-11 04:31:09] Production.INFO: TotalTax 1.235
[2026-09-11 04:31:09] Production.INFO: InvoiceGrandTotal 10.735
[2026-09-11 04:31:09] Production.INFO: InvoiceTaxAmount 1.24
[2026-09-11 04:31:09] Production.INFO: GrandTotal 10.74
[2026-09-11 04:31:09] Production.INFO: SubTotal 9.50
[2026-09-11 04:31:09] Production.INFO: TotalDue 162.01
[2026-09-11 04:31:09] Production.INFO: Reseller ==> 0
[2026-09-11 04:31:09] Production.INFO: original start date ==>2026-08-11 changed start date ==>2026-08-11 00:00:00 original end date ==>2026-09-10 23:59:59 changed end date ==>2026-09-10 23:59:59
[2026-09-11 04:31:09] Production.INFO: CALL prc_getInvoiceUsage(1,'106','0','1','2026-08-11 00:00:00','2026-09-10 23:59:59',0)
[2026-09-11 04:31:09] Production.INFO: PDF Generation start
[2026-09-11 04:31:09] Production.INFO: Invoice generation PDF path local /var/www/tmp/1/106/Invoices/2026/09/11/Invoice-g4-broker-inv14609-from-08-11-2026-to-09-10-2026-13643.pdf
[2026-09-11 04:31:09] Production.INFO: On Linux
[2026-09-11 04:31:10] 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/106/Invoices/2026/09/11/footer-g4-broker-inv14609-from-08-11-2026-to-09-10-2026-13643.html" "/var/www/tmp/1/106/Invoices/2026/09/11/Invoice-g4-broker-inv14609-from-08-11-2026-to-09-10-2026-13643.html" "/var/www/tmp/1/106/Invoices/2026/09/11/Invoice-g4-broker-inv14609-from-08-11-2026-to-09-10-2026-13643.pdf"
[2026-09-11 04:31:10] Production.INFO:
[2026-09-11 04:31:10] Production.INFO: /var/www/tmp/1/106/Invoices/2026/09/11/Invoice-g4-broker-inv14609-from-08-11-2026-to-09-10-2026-13643.html
[2026-09-11 04:31:10] Production.INFO: /var/www/tmp/1/106/Invoices/2026/09/11/header-g4-broker-inv14609-from-08-11-2026-to-09-10-2026-13643.html
[2026-09-11 04:31:10] Production.INFO: /var/www/tmp/1/106/Invoices/2026/09/11/footer-g4-broker-inv14609-from-08-11-2026-to-09-10-2026-13643.html
[2026-09-11 04:31:10] Production.INFO: Invoice generation PDF path
[2026-09-11 04:31:10] Production.INFO: PDF fullPath 1/106/Invoices/2026/09/11/Invoice-g4-broker-inv14609-from-08-11-2026-to-09-10-2026-13643.pdf
[2026-09-11 04:31:10] Production.INFO: Generate Usage File Start
[2026-09-11 04:31:10] Production.INFO: Usage File fullPath 1/106/InvoiceUsageFile/2026/09/11/g4-broker-11-08-2026-00-00-00-TO-10-09-2026-23-59-59_8283__249a5320-adbb-11f1-b6a5-bf92d105cc1a.csv
[2026-09-11 04:31:12] Production.INFO: Sending Email to Staff over
[2026-09-11 04:31:12] Production.INFO: Email Status 1
[2026-09-11 04:31:12] Production.INFO: Sending Email to Customer
[2026-09-11 04:31:12] Production.INFO: =========== Email Sending over ===========
[2026-09-11 04:31:12] Production.INFO: =========== Returning as Success =========== AccountID 106
[2026-09-11 04:31:12] Production.INFO: Invoice::sendInvoice done
[2026-09-11 04:31:12] Production.INFO: Invoice created - Array
(
[status] => success
[message] => Invoice Created Successfully.
[accounts] =>
)
[2026-09-11 04:31:12] Production.INFO: Invoice Committed AccountID = 106
[2026-09-11 04:31:12] Production.INFO: =========== Updating InvoiceDate ===========
[2026-09-11 04:31:12] Production.INFO: NextInvoice 2026-09-11 2026-10-10
[2026-09-11 04:31:12] Production.INFO: new dates
[2026-09-11 04:31:12] Production.INFO: LastInvoiceDate 2026-09-11 NextInvoiceDate 2026-10-11
[2026-09-11 04:31:12] Production.INFO: LastChargeDate 2026-09-11 NextChargeDate 2026-10-10
[2026-09-11 04:31:12] Production.INFO: =========== Updated InvoiceDate ===========
[2026-09-11 04:31:12] Production.INFO: ========================== Invoice Send End =============================
[2026-09-11 04:31:12] Production.INFO: AccountID =119 FirstInvoiceSend 0
[2026-09-11 04:31:12] Production.INFO: LastInvoiceDate 2026-08-11 NextInvoiceDate 2026-09-11
[2026-09-11 04:31:12] Production.INFO: LastChargeDate 2026-08-11 NextChargeDate 2026-09-10
[2026-09-11 04:31:12] Production.INFO: isCDRLoaded Array
(
[0] => stdClass Object
(
[isLoaded] => 1
)
)
[2026-09-11 04:31:12] Production.INFO: ========================== Invoice Send Start =============================
[2026-09-11 04:31:12] Production.INFO: Invoice::sendInvoice(1,119,2026-08-11,2026-09-11,billing@onswitchit.ca)
[2026-09-11 04:31:12] Production.INFO: start Date =2026-08-11 EndDate =2026-09-10 23:59:59
[2026-09-11 04:31:12] Production.INFO: InvoiceTemplate->InvoiceNumberPrefix =INV
[2026-09-11 04:31:12] 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-09-11 04:31:12] Production.INFO: Invoice::checkIfAccountUsageAlreadyBilled
[2026-09-11 04:31:12] Production.INFO: AlreadyBilled
[2026-09-11 04:31:12] Production.INFO: Reseller ==> 0
[2026-09-11 04:31:12] Production.INFO: original start date ==>2026-08-11 changed start date ==>2026-08-11 00:00:00 original end date ==>2026-09-10 23:59:59 changed end date ==>2026-09-10 23:59:59
[2026-09-11 04:31:12] Production.INFO: Invoice::getAccountUsageTotal(1,119,2026-08-11,2026-09-10 23:59:59)
[2026-09-11 04:31:12] Production.INFO: TotalCharges - 0
[2026-09-11 04:31:12] Production.INFO: TotalUsageCharges - 0.00
[2026-09-11 04:31:12] Production.INFO: Usage Over
[2026-09-11 04:31:12] Production.INFO: Call prc_getAccountSubscription(119,0)
[2026-09-11 04:31:12] Production.INFO: SUBSCRIPTION 3
[2026-09-11 04:31:12] Production.INFO: ============================Subscription Start =================
[2026-09-11 04:31:12] Production.INFO: SubscriptionID - 5
[2026-09-11 04:31:12] Production.INFO: isAdvanceSubscription - 5
[2026-09-11 04:31:12] Production.INFO: SubscriptionStartDate =2026-09-11 - SubscriptionEndDate = 2026-10-10
[2026-09-11 04:31:12] Production.INFO: NewNextChargeDate =2026-10-10 00:00:00
[2026-09-11 04:31:12] Production.INFO: EndDate =2026-09-10 00:00:00
[2026-09-11 04:31:12] Production.INFO: NewEndDate1 =2026-09-11
[2026-09-11 04:31:12] Production.INFO: SubscriptionDate
[2026-09-11 04:31:12] Production.INFO: Array
(
[StartDate] => 2026-09-11
[EndDate] => 2026-10-10 00:00:00
[AlreadyCharged] => 0
)
[2026-09-11 04:31:12] Production.INFO: New Account Subscription Start
[2026-09-11 04:31:12] Production.INFO: AccountSubscription StartDate 2019-07-11 StartDate 2026-08-11
[2026-09-11 04:31:12] Production.INFO: SubscriptionID - 2026-09-11=====2026-10-10 00:00:00
[2026-09-11 04:31:12] Production.INFO: AccountSubscriptionID - 408 === 2019-07-11=====2027-09-11
[2026-09-11 04:31:12] Production.INFO: regular Advance Subscription
[2026-09-11 04:31:12] Production.INFO: First Time False 2019-07-11 2026-09-11
[2026-09-11 04:31:12] Production.INFO: StartDate 2026-09-11 AccountSubscription->StartDate 2019-07-11 EndDate 2026-10-10 00:00:00 AccountSubscription->EndDate 2027-09-11
[2026-09-11 04:31:12] Production.INFO: days diff - 30 subscription days 30 quarter days 92
[2026-09-11 04:31:12] Production.INFO: AccountSubscription::getSubscriptionAmount(408,2026-09-11,2026-10-10 00:00:00,,0)
[2026-09-11 04:31:12] Production.INFO: SubscriptionCharge - 75
[2026-09-11 04:31:12] Production.INFO: Already Invoice Subscription 0
[2026-09-11 04:31:12] Production.INFO: Invoice::IsAlreadyInvoiceSubscriptionDetail(119,1,5,2026-09-11,2026-10-10 00:00:00,Restaurant - 4 Line Flat Rate,75,75,1,408)
[2026-09-11 04:31:12] Production.INFO: DiscountAmount 0.000000
[2026-09-11 04:31:12] Production.INFO: DiscountType
[2026-09-11 04:31:12] Production.INFO: SubscriptionCharge 75
[2026-09-11 04:31:12] Production.INFO: New SubscriptionCharge 75
[2026-09-11 04:31:12] Production.INFO: TotalSubscriptionCharge - 75.00
[2026-09-11 04:31:12] Production.INFO: ============================Subscription End =================
[2026-09-11 04:31:12] Production.INFO: ============================Subscription Start =================
[2026-09-11 04:31:12] Production.INFO: SubscriptionID - 4
[2026-09-11 04:31:12] Production.INFO: isAdvanceSubscription - 4
[2026-09-11 04:31:12] Production.INFO: SubscriptionStartDate =2026-09-11 - SubscriptionEndDate = 2026-10-10
[2026-09-11 04:31:12] Production.INFO: NewNextChargeDate =2026-10-10 00:00:00
[2026-09-11 04:31:12] Production.INFO: EndDate =2026-09-10 00:00:00
[2026-09-11 04:31:12] Production.INFO: NewEndDate1 =2026-09-11
[2026-09-11 04:31:12] Production.INFO: SubscriptionDate
[2026-09-11 04:31:12] Production.INFO: Array
(
[StartDate] => 2026-09-11
[EndDate] => 2026-10-10 00:00:00
[AlreadyCharged] => 0
)
[2026-09-11 04:31:12] Production.INFO: New Account Subscription Start
[2026-09-11 04:31:12] Production.INFO: AccountSubscription StartDate 2019-07-11 StartDate 2026-08-11
[2026-09-11 04:31:12] Production.INFO: SubscriptionID - 2026-09-11=====2026-10-10 00:00:00
[2026-09-11 04:31:12] Production.INFO: AccountSubscriptionID - 409 === 2019-07-11=====2027-09-11
[2026-09-11 04:31:12] Production.INFO: regular Advance Subscription
[2026-09-11 04:31:12] Production.INFO: First Time False 2019-07-11 2026-09-11
[2026-09-11 04:31:12] Production.INFO: StartDate 2026-09-11 AccountSubscription->StartDate 2019-07-11 EndDate 2026-10-10 00:00:00 AccountSubscription->EndDate 2027-09-11
[2026-09-11 04:31:12] Production.INFO: days diff - 30 subscription days 30 quarter days 92
[2026-09-11 04:31:12] Production.INFO: AccountSubscription::getSubscriptionAmount(409,2026-09-11,2026-10-10 00:00:00,,0)
[2026-09-11 04:31:12] Production.INFO: SubscriptionCharge - 0
[2026-09-11 04:31:12] Production.INFO: Already Invoice Subscription 0
[2026-09-11 04:31:12] Production.INFO: Invoice::IsAlreadyInvoiceSubscriptionDetail(119,1,4,2026-09-11,2026-10-10 00:00:00,e911 address registration (19057550596 - 801 Matheson Blvd W Unit 6 Mississauga, ON L5V 2N6),0,0,1,409)
[2026-09-11 04:31:12] Production.INFO: DiscountAmount 0.000000
[2026-09-11 04:31:12] Production.INFO: DiscountType
[2026-09-11 04:31:12] Production.INFO: SubscriptionCharge 0
[2026-09-11 04:31:12] Production.INFO: New SubscriptionCharge 0
[2026-09-11 04:31:12] Production.INFO: TotalSubscriptionCharge - 0.00
[2026-09-11 04:31:12] Production.INFO: ============================Subscription End =================
[2026-09-11 04:31:12] Production.INFO: ============================Subscription Start =================
[2026-09-11 04:31:12] Production.INFO: SubscriptionID - 11
[2026-09-11 04:31:12] Production.INFO: isAdvanceSubscription - 11
[2026-09-11 04:31:12] Production.INFO: SubscriptionStartDate =2026-09-11 - SubscriptionEndDate = 2026-10-10
[2026-09-11 04:31:12] Production.INFO: NewNextChargeDate =2026-10-10 00:00:00
[2026-09-11 04:31:12] Production.INFO: EndDate =2026-09-10 00:00:00
[2026-09-11 04:31:12] Production.INFO: NewEndDate1 =2026-09-11
[2026-09-11 04:31:12] Production.INFO: SubscriptionDate
[2026-09-11 04:31:12] Production.INFO: Array
(
[StartDate] => 2026-09-11
[EndDate] => 2026-10-10 00:00:00
[AlreadyCharged] => 0
)
[2026-09-11 04:31:12] Production.INFO: AccountSubscription StartDate 2019-09-06 StartDate 2026-08-11
[2026-09-11 04:31:12] Production.INFO: SubscriptionID - 2026-09-11=====2026-10-10 00:00:00
[2026-09-11 04:31:12] Production.INFO: AccountSubscriptionID - 415 === 2019-09-06=====2027-09-11
[2026-09-11 04:31:12] Production.INFO: regular Advance Subscription
[2026-09-11 04:31:12] Production.INFO: First Time False 2019-09-06 2026-09-11
[2026-09-11 04:31:12] Production.INFO: StartDate 2026-09-11 AccountSubscription->StartDate 2019-09-06 EndDate 2026-10-10 00:00:00 AccountSubscription->EndDate 2027-09-11
[2026-09-11 04:31:12] Production.INFO: days diff - 30 subscription days 30 quarter days 92
[2026-09-11 04:31:12] Production.INFO: AccountSubscription::getSubscriptionAmount(415,2026-09-11,2026-10-10 00:00:00,,0)
[2026-09-11 04:31:12] Production.INFO: SubscriptionCharge - -5
[2026-09-11 04:31:12] Production.INFO: Already Invoice Subscription 0
[2026-09-11 04:31:12] Production.INFO: Invoice::IsAlreadyInvoiceSubscriptionDetail(119,1,11,2026-09-11,2026-10-10 00:00:00,Provides a $5/store/month discount when 2+ stores have OnSwitch Cloud Phone service,-10,-5,2,415)
[2026-09-11 04:31:12] Production.INFO: DiscountAmount 0.000000
[2026-09-11 04:31:12] Production.INFO: DiscountType
[2026-09-11 04:31:12] Production.INFO: SubscriptionCharge -10
[2026-09-11 04:31:12] Production.INFO: New SubscriptionCharge -10
[2026-09-11 04:31:12] Production.INFO: TotalSubscriptionCharge - -10.00
[2026-09-11 04:31:12] Production.INFO: ============================Subscription End =================
[2026-09-11 04:31:12] Production.INFO: SUBSCRIPTION Over
[2026-09-11 04:31:12] Production.INFO: Call prc_getAccountOneOffCharge(119,0,2026-08-11,2026-09-11 23:59:59)
[2026-09-11 04:31:12] Production.INFO: AccountOneOffCharge 0
[2026-09-11 04:31:12] Production.INFO: AccountOneOffCharge Over
[2026-09-11 04:31:12] Production.INFO: USAGE FILE & Invoice PDF & EMAIL Start
[2026-09-11 04:31:12] Production.INFO: New UsageDates 2026-08-11 - 2026-09-10 23:59:59
[2026-09-11 04:31:12] Production.INFO: SubTotal 65
[2026-09-11 04:31:12] Production.INFO: SubTotalWithouttaxTotal 0
[2026-09-11 04:31:12] Production.INFO: AccountOneOffCharge Tax Over
[2026-09-11 04:31:12] Production.INFO: TotalTax 8.45
[2026-09-11 04:31:12] Production.INFO: InvoiceGrandTotal 73.45
[2026-09-11 04:31:12] Production.INFO: InvoiceTaxAmount 8.45
[2026-09-11 04:31:12] Production.INFO: GrandTotal 73.45
[2026-09-11 04:31:12] Production.INFO: SubTotal 65.00
[2026-09-11 04:31:12] Production.INFO: TotalDue 1101.75
[2026-09-11 04:31:12] Production.INFO: Reseller ==> 0
[2026-09-11 04:31:12] Production.INFO: original start date ==>2026-08-11 changed start date ==>2026-08-11 00:00:00 original end date ==>2026-09-10 23:59:59 changed end date ==>2026-09-10 23:59:59
[2026-09-11 04:31:12] Production.INFO: CALL prc_getInvoiceUsage(1,'119','0','1','2026-08-11 00:00:00','2026-09-10 23:59:59',0)
[2026-09-11 04:31:12] Production.INFO: PDF Generation start
[2026-09-11 04:31:12] Production.INFO: Invoice generation PDF path local /var/www/tmp/1/119/Invoices/2026/09/11/Invoice-dominos-10402-anwar-hossain-inv14610-from-08-11-2026-to-09-10-2026-13644.pdf
[2026-09-11 04:31:12] Production.INFO: On Linux
[2026-09-11 04:31:14] 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/119/Invoices/2026/09/11/footer-dominos-10402-anwar-hossain-inv14610-from-08-11-2026-to-09-10-2026-13644.html" "/var/www/tmp/1/119/Invoices/2026/09/11/Invoice-dominos-10402-anwar-hossain-inv14610-from-08-11-2026-to-09-10-2026-13644.html" "/var/www/tmp/1/119/Invoices/2026/09/11/Invoice-dominos-10402-anwar-hossain-inv14610-from-08-11-2026-to-09-10-2026-13644.pdf"
[2026-09-11 04:31:14] Production.INFO:
[2026-09-11 04:31:14] Production.INFO: /var/www/tmp/1/119/Invoices/2026/09/11/Invoice-dominos-10402-anwar-hossain-inv14610-from-08-11-2026-to-09-10-2026-13644.html
[2026-09-11 04:31:14] Production.INFO: /var/www/tmp/1/119/Invoices/2026/09/11/header-dominos-10402-anwar-hossain-inv14610-from-08-11-2026-to-09-10-2026-13644.html
[2026-09-11 04:31:14] Production.INFO: /var/www/tmp/1/119/Invoices/2026/09/11/footer-dominos-10402-anwar-hossain-inv14610-from-08-11-2026-to-09-10-2026-13644.html
[2026-09-11 04:31:14] Production.INFO: Invoice generation PDF path
[2026-09-11 04:31:14] Production.INFO: PDF fullPath 1/119/Invoices/2026/09/11/Invoice-dominos-10402-anwar-hossain-inv14610-from-08-11-2026-to-09-10-2026-13644.pdf
[2026-09-11 04:31:14] Production.INFO: Generate Usage File Start
[2026-09-11 04:31:14] Production.INFO: Usage File fullPath 1/119/InvoiceUsageFile/2026/09/11/dominos-10402-anwar-hossain-11-08-2026-00-00-00-TO-10-09-2026-23-59-59_5484__26a08aa0-adbb-11f1-9e52-a7a6bcb6414e.csv
[2026-09-11 04:31:16] Production.INFO: Sending Email to Staff over
[2026-09-11 04:31:16] Production.INFO: Email Status 1
[2026-09-11 04:31:16] Production.INFO: Sending Email to Customer
[2026-09-11 04:31:16] Production.INFO: =========== Email Sending over ===========
[2026-09-11 04:31:16] Production.INFO: =========== Returning as Success =========== AccountID 119
[2026-09-11 04:31:16] Production.INFO: Invoice::sendInvoice done
[2026-09-11 04:31:16] Production.INFO: Invoice created - Array
(
[status] => success
[message] => Invoice Created Successfully.
[accounts] =>
)
[2026-09-11 04:31:16] Production.INFO: Invoice Committed AccountID = 119
[2026-09-11 04:31:16] Production.INFO: =========== Updating InvoiceDate ===========
[2026-09-11 04:31:16] Production.INFO: NextInvoice 2026-09-11 2026-10-10
[2026-09-11 04:31:16] Production.INFO: new dates
[2026-09-11 04:31:16] Production.INFO: LastInvoiceDate 2026-09-11 NextInvoiceDate 2026-10-11
[2026-09-11 04:31:16] Production.INFO: LastChargeDate 2026-09-11 NextChargeDate 2026-10-10
[2026-09-11 04:31:16] Production.INFO: =========== Updated InvoiceDate ===========
[2026-09-11 04:31:16] Production.INFO: ========================== Invoice Send End =============================
[2026-09-11 04:31:16] Production.INFO: AccountID =123 FirstInvoiceSend 0
[2026-09-11 04:31:16] Production.INFO: LastInvoiceDate 2026-08-11 NextInvoiceDate 2026-09-11
[2026-09-11 04:31:16] Production.INFO: LastChargeDate 2026-08-11 NextChargeDate 2026-09-10
[2026-09-11 04:31:16] Production.INFO: isCDRLoaded Array
(
[0] => stdClass Object
(
[isLoaded] => 1
)
)
[2026-09-11 04:31:16] Production.INFO: ========================== Invoice Send Start =============================
[2026-09-11 04:31:16] Production.INFO: Invoice::sendInvoice(1,123,2026-08-11,2026-09-11,billing@onswitchit.ca)
[2026-09-11 04:31:16] Production.INFO: start Date =2026-08-11 EndDate =2026-09-10 23:59:59
[2026-09-11 04:31:16] Production.INFO: InvoiceTemplate->InvoiceNumberPrefix =INV
[2026-09-11 04:31:16] 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-09-11 04:31:16] Production.INFO: Invoice::checkIfAccountUsageAlreadyBilled
[2026-09-11 04:31:16] Production.INFO: AlreadyBilled
[2026-09-11 04:31:16] Production.INFO: Reseller ==> 0
[2026-09-11 04:31:16] Production.INFO: original start date ==>2026-08-11 changed start date ==>2026-08-11 00:00:00 original end date ==>2026-09-10 23:59:59 changed end date ==>2026-09-10 23:59:59
[2026-09-11 04:31:16] Production.INFO: Invoice::getAccountUsageTotal(1,123,2026-08-11,2026-09-10 23:59:59)
[2026-09-11 04:31:16] Production.INFO: TotalCharges - 0
[2026-09-11 04:31:16] Production.INFO: TotalUsageCharges - 0.00
[2026-09-11 04:31:16] Production.INFO: Usage Over
[2026-09-11 04:31:16] Production.INFO: Call prc_getAccountSubscription(123,0)
[2026-09-11 04:31:16] Production.INFO: SUBSCRIPTION 2
[2026-09-11 04:31:16] Production.INFO: ============================Subscription Start =================
[2026-09-11 04:31:16] Production.INFO: SubscriptionID - 5
[2026-09-11 04:31:16] Production.INFO: isAdvanceSubscription - 5
[2026-09-11 04:31:16] Production.INFO: SubscriptionStartDate =2026-09-11 - SubscriptionEndDate = 2026-10-10
[2026-09-11 04:31:16] Production.INFO: NewNextChargeDate =2026-10-10 00:00:00
[2026-09-11 04:31:16] Production.INFO: EndDate =2026-09-10 00:00:00
[2026-09-11 04:31:16] Production.INFO: NewEndDate1 =2026-09-11
[2026-09-11 04:31:16] Production.INFO: SubscriptionDate
[2026-09-11 04:31:16] Production.INFO: Array
(
[StartDate] => 2026-09-11
[EndDate] => 2026-10-10 00:00:00
[AlreadyCharged] => 0
)
[2026-09-11 04:31:16] Production.INFO: AccountSubscription StartDate 2019-10-04 StartDate 2026-08-11
[2026-09-11 04:31:16] Production.INFO: SubscriptionID - 2026-09-11=====2026-10-10 00:00:00
[2026-09-11 04:31:16] Production.INFO: AccountSubscriptionID - 430 === 2019-10-04=====2027-09-11
[2026-09-11 04:31:16] Production.INFO: regular Advance Subscription
[2026-09-11 04:31:16] Production.INFO: First Time False 2019-10-04 2026-09-11
[2026-09-11 04:31:16] Production.INFO: StartDate 2026-09-11 AccountSubscription->StartDate 2019-10-04 EndDate 2026-10-10 00:00:00 AccountSubscription->EndDate 2027-09-11
[2026-09-11 04:31:16] Production.INFO: days diff - 30 subscription days 30 quarter days 92
[2026-09-11 04:31:16] Production.INFO: AccountSubscription::getSubscriptionAmount(430,2026-09-11,2026-10-10 00:00:00,,0)
[2026-09-11 04:31:16] Production.INFO: SubscriptionCharge - 75
[2026-09-11 04:31:16] Production.INFO: Already Invoice Subscription 0
[2026-09-11 04:31:16] Production.INFO: Invoice::IsAlreadyInvoiceSubscriptionDetail(123,1,5,2026-09-11,2026-10-10 00:00:00,Restaurant - 4 Line Flat Rate,75,75,1,430)
[2026-09-11 04:31:16] Production.INFO: DiscountAmount 0.000000
[2026-09-11 04:31:16] Production.INFO: DiscountType
[2026-09-11 04:31:16] Production.INFO: SubscriptionCharge 75
[2026-09-11 04:31:16] Production.INFO: New SubscriptionCharge 75
[2026-09-11 04:31:16] Production.INFO: TotalSubscriptionCharge - 75.00
[2026-09-11 04:31:16] Production.INFO: ============================Subscription End =================
[2026-09-11 04:31:16] Production.INFO: ============================Subscription Start =================
[2026-09-11 04:31:16] Production.INFO: SubscriptionID - 4
[2026-09-11 04:31:16] Production.INFO: isAdvanceSubscription - 4
[2026-09-11 04:31:16] Production.INFO: SubscriptionStartDate =2026-09-11 - SubscriptionEndDate = 2026-10-10
[2026-09-11 04:31:16] Production.INFO: NewNextChargeDate =2026-10-10 00:00:00
[2026-09-11 04:31:16] Production.INFO: EndDate =2026-09-10 00:00:00
[2026-09-11 04:31:16] Production.INFO: NewEndDate1 =2026-09-11
[2026-09-11 04:31:16] Production.INFO: SubscriptionDate
[2026-09-11 04:31:16] Production.INFO: Array
(
[StartDate] => 2026-09-11
[EndDate] => 2026-10-10 00:00:00
[AlreadyCharged] => 0
)
[2026-09-11 04:31:16] Production.INFO: AccountSubscription StartDate 2019-10-04 StartDate 2026-08-11
[2026-09-11 04:31:16] Production.INFO: SubscriptionID - 2026-09-11=====2026-10-10 00:00:00
[2026-09-11 04:31:16] Production.INFO: AccountSubscriptionID - 431 === 2019-10-04=====2027-09-11
[2026-09-11 04:31:16] Production.INFO: regular Advance Subscription
[2026-09-11 04:31:16] Production.INFO: First Time False 2019-10-04 2026-09-11
[2026-09-11 04:31:16] Production.INFO: StartDate 2026-09-11 AccountSubscription->StartDate 2019-10-04 EndDate 2026-10-10 00:00:00 AccountSubscription->EndDate 2027-09-11
[2026-09-11 04:31:16] Production.INFO: days diff - 30 subscription days 30 quarter days 92
[2026-09-11 04:31:16] Production.INFO: AccountSubscription::getSubscriptionAmount(431,2026-09-11,2026-10-10 00:00:00,,0)
[2026-09-11 04:31:16] Production.INFO: SubscriptionCharge - 2.5
[2026-09-11 04:31:16] Production.INFO: Already Invoice Subscription 0
[2026-09-11 04:31:16] Production.INFO: Invoice::IsAlreadyInvoiceSubscriptionDetail(123,1,4,2026-09-11,2026-10-10 00:00:00,e911 address registration (14162515251 - 3345 LAKESHORE BLVD W ETOBICOKE, ON M8W1N1 Canada),2.5,2.5,1,431)
[2026-09-11 04:31:16] Production.INFO: DiscountAmount 0.000000
[2026-09-11 04:31:16] Production.INFO: DiscountType
[2026-09-11 04:31:16] Production.INFO: SubscriptionCharge 2.5
[2026-09-11 04:31:16] Production.INFO: New SubscriptionCharge 2.5
[2026-09-11 04:31:16] Production.INFO: TotalSubscriptionCharge - 2.50
[2026-09-11 04:31:16] Production.INFO: ============================Subscription End =================
[2026-09-11 04:31:16] Production.INFO: SUBSCRIPTION Over
[2026-09-11 04:31:16] Production.INFO: Call prc_getAccountOneOffCharge(123,0,2026-08-11,2026-09-11 23:59:59)
[2026-09-11 04:31:16] Production.INFO: AccountOneOffCharge 0
[2026-09-11 04:31:16] Production.INFO: AccountOneOffCharge Over
[2026-09-11 04:31:16] Production.INFO: USAGE FILE & Invoice PDF & EMAIL Start
[2026-09-11 04:31:16] Production.INFO: New UsageDates 2026-08-11 - 2026-09-10 23:59:59
[2026-09-11 04:31:16] Production.INFO: SubTotal 77.5
[2026-09-11 04:31:16] Production.INFO: SubTotalWithouttaxTotal 0
[2026-09-11 04:31:16] Production.INFO: AccountOneOffCharge Tax Over
[2026-09-11 04:31:16] Production.INFO: TotalTax 10.075
[2026-09-11 04:31:16] Production.INFO: InvoiceGrandTotal 87.575
[2026-09-11 04:31:16] Production.INFO: InvoiceTaxAmount 10.08
[2026-09-11 04:31:16] Production.INFO: GrandTotal 87.58
[2026-09-11 04:31:16] Production.INFO: SubTotal 77.50
[2026-09-11 04:31:16] Production.INFO: TotalDue 1313.70
[2026-09-11 04:31:16] Production.INFO: Reseller ==> 0
[2026-09-11 04:31:16] Production.INFO: original start date ==>2026-08-11 changed start date ==>2026-08-11 00:00:00 original end date ==>2026-09-10 23:59:59 changed end date ==>2026-09-10 23:59:59
[2026-09-11 04:31:16] Production.INFO: CALL prc_getInvoiceUsage(1,'123','0','1','2026-08-11 00:00:00','2026-09-10 23:59:59',0)
[2026-09-11 04:31:16] Production.INFO: PDF Generation start
[2026-09-11 04:31:16] Production.INFO: Invoice generation PDF path local /var/www/tmp/1/123/Invoices/2026/09/11/Invoice-dominos-10547-nathan-krishnan-inv14611-from-08-11-2026-to-09-10-2026-13645.pdf
[2026-09-11 04:31:16] Production.INFO: On Linux
[2026-09-11 04:31:16] Production.ERROR: CronJobId end10
[2026-09-11 04:31:16] Production.INFO: ==10392== Releasing lock...
[2026-09-11 04:31:16] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 04:31:16] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 04:31:18] 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/123/Invoices/2026/09/11/footer-dominos-10547-nathan-krishnan-inv14611-from-08-11-2026-to-09-10-2026-13645.html" "/var/www/tmp/1/123/Invoices/2026/09/11/Invoice-dominos-10547-nathan-krishnan-inv14611-from-08-11-2026-to-09-10-2026-13645.html" "/var/www/tmp/1/123/Invoices/2026/09/11/Invoice-dominos-10547-nathan-krishnan-inv14611-from-08-11-2026-to-09-10-2026-13645.pdf"
[2026-09-11 04:31:18] Production.INFO:
[2026-09-11 04:31:18] Production.INFO: /var/www/tmp/1/123/Invoices/2026/09/11/Invoice-dominos-10547-nathan-krishnan-inv14611-from-08-11-2026-to-09-10-2026-13645.html
[2026-09-11 04:31:18] Production.INFO: /var/www/tmp/1/123/Invoices/2026/09/11/header-dominos-10547-nathan-krishnan-inv14611-from-08-11-2026-to-09-10-2026-13645.html
[2026-09-11 04:31:18] Production.INFO: /var/www/tmp/1/123/Invoices/2026/09/11/footer-dominos-10547-nathan-krishnan-inv14611-from-08-11-2026-to-09-10-2026-13645.html
[2026-09-11 04:31:18] Production.INFO: Invoice generation PDF path
[2026-09-11 04:31:18] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 04:31:18] Production.INFO: ============== Balance Warning START===========
[2026-09-11 04:31:18] Production.INFO: PDF fullPath 1/123/Invoices/2026/09/11/Invoice-dominos-10547-nathan-krishnan-inv14611-from-08-11-2026-to-09-10-2026-13645.pdf
[2026-09-11 04:31:18] Production.INFO: Generate Usage File Start
[2026-09-11 04:31:18] Production.INFO: ============== Balance Warning END===========
[2026-09-11 04:31:18] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 04:31:18] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 04:31:18] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 04:31:18] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 04:31:18] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 04:31:18] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 04:31:18] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 04:31:18] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 04:31:18] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 04:31:18] Production.INFO: Usage File fullPath 1/123/InvoiceUsageFile/2026/09/11/dominos-10547-nathan-krishnan-11-08-2026-00-00-00-TO-10-09-2026-23-59-59_5422__28fd6940-adbb-11f1-83e6-0baaeef50e41.csv
[2026-09-11 04:31:18] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 04:31:18] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 04:31:18] Production.INFO: call_cost start
[2026-09-11 04:31:18] Production.INFO: call_cost end
[2026-09-11 04:31:18] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 04:31:18] Production.INFO: ============== Report Schedule START===========
[2026-09-11 04:31:18] Production.INFO: ============== Report Schedule END===========
[2026-09-11 04:31:18] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 04:31:18] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 04:31:18] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 04:31:18] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 04:31:18] Production.INFO: ============== Deal alert START===========
[2026-09-11 04:31:18] Production.INFO: ============== Deal alert END===========
[2026-09-11 04:31:18] Production.INFO: ==10386== Releasing lock...
[2026-09-11 04:31:18] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 04:31:18] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 04:31:19] Production.INFO: Sending Email to Staff over
[2026-09-11 04:31:19] Production.INFO: Email Status 1
[2026-09-11 04:31:19] Production.INFO: Sending Email to Customer
[2026-09-11 04:31:19] Production.INFO: =========== Email Sending over ===========
[2026-09-11 04:31:19] Production.INFO: =========== Returning as Success =========== AccountID 123
[2026-09-11 04:31:19] Production.INFO: Invoice::sendInvoice done
[2026-09-11 04:31:19] Production.INFO: Invoice created - Array
(
[status] => success
[message] => Invoice Created Successfully.
[accounts] =>
)
[2026-09-11 04:31:19] Production.INFO: Invoice Committed AccountID = 123
[2026-09-11 04:31:19] Production.INFO: =========== Updating InvoiceDate ===========
[2026-09-11 04:31:19] Production.INFO: NextInvoice 2026-09-11 2026-10-10
[2026-09-11 04:31:19] Production.INFO: new dates
[2026-09-11 04:31:19] Production.INFO: LastInvoiceDate 2026-09-11 NextInvoiceDate 2026-10-11
[2026-09-11 04:31:19] Production.INFO: LastChargeDate 2026-09-11 NextChargeDate 2026-10-10
[2026-09-11 04:31:19] Production.INFO: =========== Updated InvoiceDate ===========
[2026-09-11 04:31:19] Production.INFO: ========================== Invoice Send End =============================
[2026-09-11 04:31:19] Production.INFO: AccountID =134 FirstInvoiceSend 0
[2026-09-11 04:31:19] Production.INFO: LastInvoiceDate 2026-08-11 NextInvoiceDate 2026-09-11
[2026-09-11 04:31:19] Production.INFO: LastChargeDate 2026-08-11 NextChargeDate 2026-09-10
[2026-09-11 04:31:19] Production.INFO: isCDRLoaded Array
(
[0] => stdClass Object
(
[isLoaded] => 1
)
)
[2026-09-11 04:31:19] Production.INFO: ========================== Invoice Send Start =============================
[2026-09-11 04:31:19] Production.INFO: Invoice::sendInvoice(1,134,2026-08-11,2026-09-11,billing@onswitchit.ca)
[2026-09-11 04:31:19] Production.INFO: start Date =2026-08-11 EndDate =2026-09-10 23:59:59
[2026-09-11 04:31:19] Production.INFO: InvoiceTemplate->InvoiceNumberPrefix =INV
[2026-09-11 04:31:19] 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-09-11 04:31:19] Production.INFO: Invoice::checkIfAccountUsageAlreadyBilled
[2026-09-11 04:31:19] Production.INFO: AlreadyBilled
[2026-09-11 04:31:19] Production.INFO: Reseller ==> 0
[2026-09-11 04:31:19] Production.INFO: original start date ==>2026-08-11 changed start date ==>2026-08-11 00:00:00 original end date ==>2026-09-10 23:59:59 changed end date ==>2026-09-10 23:59:59
[2026-09-11 04:31:19] Production.INFO: Invoice::getAccountUsageTotal(1,134,2026-08-11,2026-09-10 23:59:59)
[2026-09-11 04:31:19] Production.INFO: TotalCharges - 0
[2026-09-11 04:31:19] Production.INFO: TotalUsageCharges - 0.00
[2026-09-11 04:31:19] Production.INFO: Usage Over
[2026-09-11 04:31:19] Production.INFO: Call prc_getAccountSubscription(134,0)
[2026-09-11 04:31:19] Production.INFO: SUBSCRIPTION 4
[2026-09-11 04:31:19] Production.INFO: ============================Subscription Start =================
[2026-09-11 04:31:19] Production.INFO: SubscriptionID - 2
[2026-09-11 04:31:19] Production.INFO: isAdvanceSubscription - 2
[2026-09-11 04:31:19] Production.INFO: SubscriptionStartDate =2026-09-11 - SubscriptionEndDate = 2026-10-10
[2026-09-11 04:31:19] Production.INFO: NewNextChargeDate =2026-10-10 00:00:00
[2026-09-11 04:31:19] Production.INFO: EndDate =2025-03-10 00:00:00
[2026-09-11 04:31:19] Production.INFO: NewEndDate1 =2025-03-11
[2026-09-11 04:31:19] Production.INFO: SubscriptionDate
[2026-09-11 04:31:19] Production.INFO: Array
(
[StartDate] => 2025-03-11
[EndDate] => 2026-10-10 00:00:00
[AlreadyCharged] => 0
)
[2026-09-11 04:31:19] Production.INFO: AccountSubscription StartDate 2020-05-08 StartDate 2026-08-11
[2026-09-11 04:31:19] Production.INFO: SubscriptionID - 2025-03-11=====2026-10-10 00:00:00
[2026-09-11 04:31:19] Production.INFO: AccountSubscriptionID - 483 === 2020-05-08=====2025-02-12
[2026-09-11 04:31:19] Production.INFO: ============================Subscription End =================
[2026-09-11 04:31:19] Production.INFO: ============================Subscription Start =================
[2026-09-11 04:31:19] Production.INFO: SubscriptionID - 8
[2026-09-11 04:31:19] Production.INFO: isAdvanceSubscription - 8
[2026-09-11 04:31:19] Production.INFO: SubscriptionStartDate =2026-09-11 - SubscriptionEndDate = 2026-10-10
[2026-09-11 04:31:19] Production.INFO: NewNextChargeDate =2026-10-10 00:00:00
[2026-09-11 04:31:19] Production.INFO: EndDate =2025-03-10 00:00:00
[2026-09-11 04:31:19] Production.INFO: NewEndDate1 =2025-03-11
[2026-09-11 04:31:19] Production.INFO: SubscriptionDate
[2026-09-11 04:31:19] Production.INFO: Array
(
[StartDate] => 2025-03-11
[EndDate] => 2026-10-10 00:00:00
[AlreadyCharged] => 0
)
[2026-09-11 04:31:19] Production.INFO: AccountSubscription StartDate 2020-05-08 StartDate 2026-08-11
[2026-09-11 04:31:19] Production.INFO: SubscriptionID - 2025-03-11=====2026-10-10 00:00:00
[2026-09-11 04:31:19] Production.INFO: AccountSubscriptionID - 484 === 2020-05-08=====2025-02-12
[2026-09-11 04:31:19] Production.INFO: ============================Subscription End =================
[2026-09-11 04:31:19] Production.INFO: ============================Subscription Start =================
[2026-09-11 04:31:19] Production.INFO: SubscriptionID - 12
[2026-09-11 04:31:19] Production.INFO: isAdvanceSubscription - 12
[2026-09-11 04:31:19] Production.INFO: SubscriptionStartDate =2026-09-11 - SubscriptionEndDate = 2026-10-10
[2026-09-11 04:31:19] Production.INFO: NewNextChargeDate =2026-10-10 00:00:00
[2026-09-11 04:31:19] Production.INFO: EndDate =2025-03-10 00:00:00
[2026-09-11 04:31:19] Production.INFO: NewEndDate1 =2025-03-11
[2026-09-11 04:31:19] Production.INFO: SubscriptionDate
[2026-09-11 04:31:19] Production.INFO: Array
(
[StartDate] => 2025-03-11
[EndDate] => 2026-10-10 00:00:00
[AlreadyCharged] => 0
)
[2026-09-11 04:31:19] Production.INFO: AccountSubscription StartDate 2020-05-08 StartDate 2026-08-11
[2026-09-11 04:31:19] Production.INFO: SubscriptionID - 2025-03-11=====2026-10-10 00:00:00
[2026-09-11 04:31:19] Production.INFO: AccountSubscriptionID - 485 === 2020-05-08=====2025-02-12
[2026-09-11 04:31:19] Production.INFO: ============================Subscription End =================
[2026-09-11 04:31:19] Production.INFO: ============================Subscription Start =================
[2026-09-11 04:31:19] Production.INFO: SubscriptionID - 4
[2026-09-11 04:31:19] Production.INFO: isAdvanceSubscription - 4
[2026-09-11 04:31:19] Production.INFO: SubscriptionStartDate =2026-09-11 - SubscriptionEndDate = 2026-10-10
[2026-09-11 04:31:19] Production.INFO: NewNextChargeDate =2026-10-10 00:00:00
[2026-09-11 04:31:19] Production.INFO: EndDate =2025-03-10 00:00:00
[2026-09-11 04:31:19] Production.INFO: NewEndDate1 =2025-03-11
[2026-09-11 04:31:19] Production.INFO: SubscriptionDate
[2026-09-11 04:31:19] Production.INFO: Array
(
[StartDate] => 2025-03-11
[EndDate] => 2026-10-10 00:00:00
[AlreadyCharged] => 0
)
[2026-09-11 04:31:19] Production.INFO: AccountSubscription StartDate 2020-05-08 StartDate 2026-08-11
[2026-09-11 04:31:19] Production.INFO: SubscriptionID - 2025-03-11=====2026-10-10 00:00:00
[2026-09-11 04:31:19] Production.INFO: AccountSubscriptionID - 486 === 2020-05-08=====2025-02-12
[2026-09-11 04:31:19] Production.INFO: ============================Subscription End =================
[2026-09-11 04:31:19] Production.INFO: SUBSCRIPTION Over
[2026-09-11 04:31:19] Production.INFO: Call prc_getAccountOneOffCharge(134,0,2026-08-11,2026-09-11 23:59:59)
[2026-09-11 04:31:19] Production.INFO: AccountOneOffCharge 0
[2026-09-11 04:31:19] Production.INFO: AccountOneOffCharge Over
[2026-09-11 04:31:19] Production.INFO: USAGE FILE & Invoice PDF & EMAIL Start
[2026-09-11 04:31:19] Production.INFO: New UsageDates 2026-08-11 - 2026-09-10 23:59:59
[2026-09-11 04:31:19] Production.INFO: SubTotal 0
[2026-09-11 04:31:19] Production.INFO: SubTotalWithouttaxTotal 0
[2026-09-11 04:31:19] Production.INFO: AccountOneOffCharge Tax Over
[2026-09-11 04:31:19] Production.INFO: TotalTax 0
[2026-09-11 04:31:19] Production.INFO: InvoiceGrandTotal 0
[2026-09-11 04:31:20] Production.INFO: InvoiceTaxAmount 0
[2026-09-11 04:31:20] Production.INFO: GrandTotal 0
[2026-09-11 04:31:20] Production.INFO: SubTotal 0.00
[2026-09-11 04:31:20] Production.INFO: TotalDue 0.00
[2026-09-11 04:31:20] Production.INFO: Reseller ==> 0
[2026-09-11 04:31:20] Production.INFO: original start date ==>2026-08-11 changed start date ==>2026-08-11 00:00:00 original end date ==>2026-09-10 23:59:59 changed end date ==>2026-09-10 23:59:59
[2026-09-11 04:31:20] Production.INFO: CALL prc_getInvoiceUsage(1,'134','0','1','2026-08-11 00:00:00','2026-09-10 23:59:59',0)
[2026-09-11 04:31:20] Production.INFO: PDF Generation start
[2026-09-11 04:31:20] Production.INFO: Invoice generation PDF path local /var/www/tmp/1/134/Invoices/2026/09/11/Invoice-sidhu-law-chambers-inv14612-from-08-11-2026-to-09-10-2026-13646.pdf
[2026-09-11 04:31:20] Production.INFO: On Linux
[2026-09-11 04:31:21] 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/134/Invoices/2026/09/11/footer-sidhu-law-chambers-inv14612-from-08-11-2026-to-09-10-2026-13646.html" "/var/www/tmp/1/134/Invoices/2026/09/11/Invoice-sidhu-law-chambers-inv14612-from-08-11-2026-to-09-10-2026-13646.html" "/var/www/tmp/1/134/Invoices/2026/09/11/Invoice-sidhu-law-chambers-inv14612-from-08-11-2026-to-09-10-2026-13646.pdf"
[2026-09-11 04:31:21] Production.INFO:
[2026-09-11 04:31:21] Production.INFO: /var/www/tmp/1/134/Invoices/2026/09/11/Invoice-sidhu-law-chambers-inv14612-from-08-11-2026-to-09-10-2026-13646.html
[2026-09-11 04:31:21] Production.INFO: /var/www/tmp/1/134/Invoices/2026/09/11/header-sidhu-law-chambers-inv14612-from-08-11-2026-to-09-10-2026-13646.html
[2026-09-11 04:31:21] Production.INFO: /var/www/tmp/1/134/Invoices/2026/09/11/footer-sidhu-law-chambers-inv14612-from-08-11-2026-to-09-10-2026-13646.html
[2026-09-11 04:31:21] Production.INFO: Invoice generation PDF path
[2026-09-11 04:31:21] Production.INFO: PDF fullPath 1/134/Invoices/2026/09/11/Invoice-sidhu-law-chambers-inv14612-from-08-11-2026-to-09-10-2026-13646.pdf
[2026-09-11 04:31:21] Production.INFO: Generate Usage File Start
[2026-09-11 04:31:21] Production.INFO: Usage File fullPath 1/134/InvoiceUsageFile/2026/09/11/sidhu-law-chambers-11-08-2026-00-00-00-TO-10-09-2026-23-59-59_4578__2aa37c20-adbb-11f1-9620-931952e24fe9.csv
[2026-09-11 04:31:22] Production.INFO: Sending Email to Staff over
[2026-09-11 04:31:22] Production.INFO: Email Status 1
[2026-09-11 04:31:22] Production.INFO: Sending Email to Customer
[2026-09-11 04:31:22] Production.INFO: =========== Email Sending over ===========
[2026-09-11 04:31:22] Production.INFO: =========== Returning as Success =========== AccountID 134
[2026-09-11 04:31:22] Production.INFO: Invoice::sendInvoice done
[2026-09-11 04:31:22] Production.INFO: Invoice created - Array
(
[status] => success
[message] => Invoice Created Successfully.
[accounts] =>
)
[2026-09-11 04:31:22] Production.INFO: Invoice Committed AccountID = 134
[2026-09-11 04:31:22] Production.INFO: =========== Updating InvoiceDate ===========
[2026-09-11 04:31:22] Production.INFO: NextInvoice 2026-09-11 2026-10-10
[2026-09-11 04:31:22] Production.INFO: new dates
[2026-09-11 04:31:22] Production.INFO: LastInvoiceDate 2026-09-11 NextInvoiceDate 2026-10-11
[2026-09-11 04:31:22] Production.INFO: LastChargeDate 2026-09-11 NextChargeDate 2026-10-10
[2026-09-11 04:31:22] Production.INFO: =========== Updated InvoiceDate ===========
[2026-09-11 04:31:22] Production.INFO: ========================== Invoice Send End =============================
[2026-09-11 04:31:22] Production.INFO: AccountID =229 FirstInvoiceSend 0
[2026-09-11 04:31:22] Production.INFO: LastInvoiceDate 2026-08-11 NextInvoiceDate 2026-09-11
[2026-09-11 04:31:22] Production.INFO: LastChargeDate 2026-08-11 NextChargeDate 2026-09-10
[2026-09-11 04:31:22] Production.INFO: isCDRLoaded Array
(
[0] => stdClass Object
(
[isLoaded] => 1
)
)
[2026-09-11 04:31:22] Production.INFO: ========================== Invoice Send Start =============================
[2026-09-11 04:31:22] Production.INFO: Invoice::sendInvoice(1,229,2026-08-11,2026-09-11,billing@onswitchit.ca)
[2026-09-11 04:31:22] Production.INFO: start Date =2026-08-11 EndDate =2026-09-10 23:59:59
[2026-09-11 04:31:22] Production.INFO: InvoiceTemplate->InvoiceNumberPrefix =INV
[2026-09-11 04:31:22] 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-09-11 04:31:22] Production.INFO: Invoice::checkIfAccountUsageAlreadyBilled
[2026-09-11 04:31:22] Production.INFO: AlreadyBilled
[2026-09-11 04:31:22] Production.INFO: Reseller ==> 0
[2026-09-11 04:31:22] Production.INFO: original start date ==>2026-08-11 changed start date ==>2026-08-11 00:00:00 original end date ==>2026-09-10 23:59:59 changed end date ==>2026-09-10 23:59:59
[2026-09-11 04:31:22] Production.INFO: Invoice::getAccountUsageTotal(1,229,2026-08-11,2026-09-10 23:59:59)
[2026-09-11 04:31:22] Production.INFO: TotalCharges - 0
[2026-09-11 04:31:22] Production.INFO: TotalUsageCharges - 0.00
[2026-09-11 04:31:22] Production.INFO: Usage Over
[2026-09-11 04:31:22] Production.INFO: Call prc_getAccountSubscription(229,0)
[2026-09-11 04:31:22] Production.INFO: SUBSCRIPTION 4
[2026-09-11 04:31:22] Production.INFO: ============================Subscription Start =================
[2026-09-11 04:31:22] Production.INFO: SubscriptionID - 5
[2026-09-11 04:31:22] Production.INFO: isAdvanceSubscription - 5
[2026-09-11 04:31:22] Production.INFO: SubscriptionStartDate =2026-09-11 - SubscriptionEndDate = 2026-10-10
[2026-09-11 04:31:22] Production.INFO: NewNextChargeDate =2026-10-10 00:00:00
[2026-09-11 04:31:22] Production.INFO: EndDate =2025-06-10 00:00:00
[2026-09-11 04:31:22] Production.INFO: NewEndDate1 =2025-06-11
[2026-09-11 04:31:22] Production.INFO: SubscriptionDate
[2026-09-11 04:31:22] Production.INFO: Array
(
[StartDate] => 2025-06-11
[EndDate] => 2026-10-10 00:00:00
[AlreadyCharged] => 0
)
[2026-09-11 04:31:22] Production.INFO: New Account Subscription Start
[2026-09-11 04:31:22] Production.INFO: AccountSubscription StartDate 2024-01-12 StartDate 2026-08-11
[2026-09-11 04:31:22] Production.INFO: SubscriptionID - 2025-06-11=====2026-10-10 00:00:00
[2026-09-11 04:31:22] Production.INFO: AccountSubscriptionID - 1116 === 2024-01-12=====2025-06-10
[2026-09-11 04:31:22] Production.INFO: ============================Subscription End =================
[2026-09-11 04:31:22] Production.INFO: ============================Subscription Start =================
[2026-09-11 04:31:22] Production.INFO: SubscriptionID - 4
[2026-09-11 04:31:22] Production.INFO: isAdvanceSubscription - 4
[2026-09-11 04:31:22] Production.INFO: SubscriptionStartDate =2026-09-11 - SubscriptionEndDate = 2026-10-10
[2026-09-11 04:31:22] Production.INFO: NewNextChargeDate =2026-10-10 00:00:00
[2026-09-11 04:31:22] Production.INFO: EndDate =2025-06-10 00:00:00
[2026-09-11 04:31:22] Production.INFO: NewEndDate1 =2025-06-11
[2026-09-11 04:31:22] Production.INFO: SubscriptionDate
[2026-09-11 04:31:22] Production.INFO: Array
(
[StartDate] => 2025-06-11
[EndDate] => 2026-10-10 00:00:00
[AlreadyCharged] => 0
)
[2026-09-11 04:31:22] Production.INFO: New Account Subscription Start
[2026-09-11 04:31:22] Production.INFO: AccountSubscription StartDate 2024-01-12 StartDate 2026-08-11
[2026-09-11 04:31:22] Production.INFO: SubscriptionID - 2025-06-11=====2026-10-10 00:00:00
[2026-09-11 04:31:22] Production.INFO: AccountSubscriptionID - 1117 === 2024-01-12=====2025-06-10
[2026-09-11 04:31:22] Production.INFO: ============================Subscription End =================
[2026-09-11 04:31:22] Production.INFO: ============================Subscription Start =================
[2026-09-11 04:31:22] Production.INFO: SubscriptionID - 30
[2026-09-11 04:31:22] Production.INFO: isAdvanceSubscription - 30
[2026-09-11 04:31:22] Production.INFO: SubscriptionStartDate =2026-09-11 - SubscriptionEndDate = 2026-10-10
[2026-09-11 04:31:22] Production.INFO: NewNextChargeDate =2026-10-10 00:00:00
[2026-09-11 04:31:22] Production.INFO: SubscriptionDate
[2026-09-11 04:31:22] Production.INFO: Array
(
[StartDate] => 2026-09-11
[EndDate] => 2026-10-10 00:00:00
[AlreadyCharged] => 0
)
[2026-09-11 04:31:22] Production.INFO: New Account Subscription Start
[2026-09-11 04:31:22] Production.INFO: AccountSubscription StartDate 2024-01-12 StartDate 2026-08-11
[2026-09-11 04:31:22] Production.INFO: SubscriptionID - 2026-09-11=====2026-10-10 00:00:00
[2026-09-11 04:31:22] Production.INFO: AccountSubscriptionID - 1118 === 2024-01-12=====2024-03-10
[2026-09-11 04:31:22] Production.INFO: ============================Subscription End =================
[2026-09-11 04:31:22] Production.INFO: ============================Subscription Start =================
[2026-09-11 04:31:22] Production.INFO: SubscriptionID - 24
[2026-09-11 04:31:22] Production.INFO: SubscriptionID - 2026-08-11=====2026-09-10
[2026-09-11 04:31:22] Production.INFO: AccountSubscriptionID - 1120 === 2024-02-12=====2025-01-12
[2026-09-11 04:31:22] Production.INFO: ============================Subscription End =================
[2026-09-11 04:31:22] Production.INFO: SUBSCRIPTION Over
[2026-09-11 04:31:22] Production.INFO: Call prc_getAccountOneOffCharge(229,0,2026-08-11,2026-09-11 23:59:59)
[2026-09-11 04:31:22] Production.INFO: AccountOneOffCharge 0
[2026-09-11 04:31:22] Production.INFO: AccountOneOffCharge Over
[2026-09-11 04:31:22] Production.INFO: USAGE FILE & Invoice PDF & EMAIL Start
[2026-09-11 04:31:22] Production.INFO: New UsageDates 2026-08-11 - 2026-09-10 23:59:59
[2026-09-11 04:31:22] Production.INFO: SubTotal 0
[2026-09-11 04:31:22] Production.INFO: SubTotalWithouttaxTotal 0
[2026-09-11 04:31:22] Production.INFO: AccountOneOffCharge Tax Over
[2026-09-11 04:31:22] Production.INFO: TotalTax 0
[2026-09-11 04:31:22] Production.INFO: InvoiceGrandTotal 0
[2026-09-11 04:31:22] Production.INFO: InvoiceTaxAmount 0
[2026-09-11 04:31:22] Production.INFO: GrandTotal 0
[2026-09-11 04:31:22] Production.INFO: SubTotal 0.00
[2026-09-11 04:31:22] Production.INFO: TotalDue 0.00
[2026-09-11 04:31:22] Production.INFO: Reseller ==> 0
[2026-09-11 04:31:22] Production.INFO: original start date ==>2026-08-11 changed start date ==>2026-08-11 00:00:00 original end date ==>2026-09-10 23:59:59 changed end date ==>2026-09-10 23:59:59
[2026-09-11 04:31:22] Production.INFO: CALL prc_getInvoiceUsage(1,'229','0','1','2026-08-11 00:00:00','2026-09-10 23:59:59',0)
[2026-09-11 04:31:22] Production.INFO: PDF Generation start
[2026-09-11 04:31:22] Production.INFO: Invoice generation PDF path local /var/www/tmp/1/229/Invoices/2026/09/11/Invoice-dominos-10096-albert-chan-inv14613-from-08-11-2026-to-09-10-2026-13647.pdf
[2026-09-11 04:31:22] Production.INFO: On Linux
[2026-09-11 04:31:23] 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/229/Invoices/2026/09/11/footer-dominos-10096-albert-chan-inv14613-from-08-11-2026-to-09-10-2026-13647.html" "/var/www/tmp/1/229/Invoices/2026/09/11/Invoice-dominos-10096-albert-chan-inv14613-from-08-11-2026-to-09-10-2026-13647.html" "/var/www/tmp/1/229/Invoices/2026/09/11/Invoice-dominos-10096-albert-chan-inv14613-from-08-11-2026-to-09-10-2026-13647.pdf"
[2026-09-11 04:31:23] Production.INFO:
[2026-09-11 04:31:23] Production.INFO: /var/www/tmp/1/229/Invoices/2026/09/11/Invoice-dominos-10096-albert-chan-inv14613-from-08-11-2026-to-09-10-2026-13647.html
[2026-09-11 04:31:23] Production.INFO: /var/www/tmp/1/229/Invoices/2026/09/11/header-dominos-10096-albert-chan-inv14613-from-08-11-2026-to-09-10-2026-13647.html
[2026-09-11 04:31:23] Production.INFO: /var/www/tmp/1/229/Invoices/2026/09/11/footer-dominos-10096-albert-chan-inv14613-from-08-11-2026-to-09-10-2026-13647.html
[2026-09-11 04:31:23] Production.INFO: Invoice generation PDF path
[2026-09-11 04:31:23] Production.INFO: PDF fullPath 1/229/Invoices/2026/09/11/Invoice-dominos-10096-albert-chan-inv14613-from-08-11-2026-to-09-10-2026-13647.pdf
[2026-09-11 04:31:23] Production.INFO: Generate Usage File Start
[2026-09-11 04:31:23] Production.INFO: Usage File fullPath 1/229/InvoiceUsageFile/2026/09/11/dominos-10096-albert-chan-11-08-2026-00-00-00-TO-10-09-2026-23-59-59_2045__2c4300e0-adbb-11f1-bf70-d798f890a486.csv
[2026-09-11 04:31:24] Production.INFO: Sending Email to Staff over
[2026-09-11 04:31:24] Production.INFO: Email Status 1
[2026-09-11 04:31:24] Production.INFO: Sending Email to Customer
[2026-09-11 04:31:24] Production.INFO: =========== Email Sending over ===========
[2026-09-11 04:31:24] Production.INFO: =========== Returning as Success =========== AccountID 229
[2026-09-11 04:31:24] Production.INFO: Invoice::sendInvoice done
[2026-09-11 04:31:24] Production.INFO: Invoice created - Array
(
[status] => success
[message] => Invoice Created Successfully.
[accounts] =>
)
[2026-09-11 04:31:24] Production.INFO: Invoice Committed AccountID = 229
[2026-09-11 04:31:24] Production.INFO: =========== Updating InvoiceDate ===========
[2026-09-11 04:31:24] Production.INFO: NextInvoice 2026-09-11 2026-10-10
[2026-09-11 04:31:24] Production.INFO: new dates
[2026-09-11 04:31:24] Production.INFO: LastInvoiceDate 2026-09-11 NextInvoiceDate 2026-10-11
[2026-09-11 04:31:24] Production.INFO: LastChargeDate 2026-09-11 NextChargeDate 2026-10-10
[2026-09-11 04:31:24] Production.INFO: =========== Updated InvoiceDate ===========
[2026-09-11 04:31:24] Production.INFO: ========================== Invoice Send End =============================
[2026-09-11 04:31:24] Production.INFO: AccountID =258 FirstInvoiceSend 0
[2026-09-11 04:31:24] Production.INFO: LastInvoiceDate 2025-02-10 NextInvoiceDate 2025-03-10
[2026-09-11 04:31:24] Production.INFO: LastChargeDate 2025-02-10 NextChargeDate 2025-03-09
[2026-09-11 04:31:24] Production.INFO: isCDRLoaded Array
(
[0] => stdClass Object
(
[isLoaded] => 1
)
)
[2026-09-11 04:31:24] Production.INFO: ========================== Invoice Send Start =============================
[2026-09-11 04:31:24] Production.INFO: Invoice::sendInvoice(1,258,2025-02-10,2025-03-10,billing@onswitchit.ca)
[2026-09-11 04:31:24] Production.INFO: start Date =2025-02-10 EndDate =2025-03-09 23:59:59
[2026-09-11 04:31:24] Production.INFO: InvoiceTemplate->InvoiceNumberPrefix =INV
[2026-09-11 04:31:24] 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-09-11 04:31:24] Production.INFO: Invoice::checkIfAccountUsageAlreadyBilled
[2026-09-11 04:31:24] Production.INFO: Invoice::sendInvoice done
[2026-09-11 04:31:24] Production.INFO: Invoice rollback AccountID = 258
[2026-09-11 04:31:24] Production.INFO: ========================== Error =============================
[2026-09-11 04:31:24] Production.INFO: Invoice with Error - Array
(
[status] => failure
[message] => Lion Motors Account is already billed on this duration
)
[2026-09-11 04:31:24] Production.INFO: ========================== Invoice Send End =============================
[2026-09-11 04:31:24] Production.INFO: ========================== Recurring invoice Start =============================
[2026-09-11 04:31:24] Production.INFO: recurring invoices ID
[2026-09-11 04:31:24] Production.INFO:
[2026-09-11 04:31:24] Production.INFO: recurring errorsArray
(
)
[2026-09-11 04:31:24] Production.INFO: ========================== Recurring invoice End =============================
[2026-09-11 04:31:24] Production.INFO: ========================== Job Updated =============================
[2026-09-11 04:31:26] Production.INFO: ========================== Job Email Sent =============================
[2026-09-11 04:31:27] Production.ERROR: **Email Sent Status 1
[2026-09-11 04:31:27] Production.ERROR: **Email Sent message Email has been sent
[2026-09-11 04:31:27] Production.ERROR: CronJobId end6
[2026-09-11 04:31:27] Production.INFO: ==10388== Releasing lock...
[2026-09-11 04:31:27] Production.INFO: invoicegenerator-command-invoicegenerator-companyid-1-cronjobid-6 #Stops#
[2026-09-11 04:31:27] Production.INFO: 38 MB #Memory Used#
[2026-09-11 09:32:01] Production.INFO: ==10559== Lock acquired, processing the job...
[2026-09-11 09:32:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 09:32:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 09:32:01] Production.INFO: neon service started
[2026-09-11 09:32:01] Production.INFO: neon service started
[2026-09-11 09:32:01] Production.INFO: ==10559== Releasing lock...
[2026-09-11 09:32:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 09:32:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 04:32:01] Production.INFO: ==10561== Lock acquired, processing the job...
[2026-09-11 04:32:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 04:32:01] Production.INFO: ==10561== Releasing lock...
[2026-09-11 04:32:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 04:32:01] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 08:32:02] Production.INFO: ==10563== Lock acquired, processing the job...
[2026-09-11 08:32:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 08:32:02] Production.INFO: ==10563== Releasing lock...
[2026-09-11 08:32:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 08:32:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 04:32:02] Production.INFO: ==10571== Lock acquired, processing the job...
[2026-09-11 04:32:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 04:32:02] Production.INFO: Account Balance Start.
[2026-09-11 04:32:02] Production.INFO: CreateAllLog Start
[2026-09-11 04:32:02] Production.INFO: 117
[2026-09-11 04:32:02] Production.INFO: Date 2026-09-08
[2026-09-11 04:32:02] Production.INFO: Reseller ==> 0
[2026-09-11 04:32:02] Production.INFO: ==10569== Lock acquired, processing the job...
[2026-09-11 04:32:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 04:32:02] Production.INFO: Date 2026-09-09
[2026-09-11 04:32:02] Production.INFO: Reseller ==> 0
[2026-09-11 04:32:03] Production.INFO: Date 2026-09-10
[2026-09-11 04:32:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:32:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 04:32:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 04:32:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 04:32:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 04:32:03] Production.INFO: Date 2026-09-11
[2026-09-11 04:32:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:32:03] Production.INFO: Total Charge 0
[2026-09-11 04:32:03] Production.INFO: ==10565== Lock acquired, processing the job...
[2026-09-11 04:32:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 04:32:03] Production.INFO: CreateAllLog End
[2026-09-11 04:32:03] Production.INFO: ==10567== Lock acquired, processing the job...
[2026-09-11 04:32:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 04:32:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 04:32:03] Production.INFO: Account Balance End.
[2026-09-11 04:32:03] Production.ERROR: CronJobId end 12
[2026-09-11 04:32:03] Production.INFO: ==10571== Releasing lock...
[2026-09-11 04:32:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 04:32:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 04:32:03] Production.INFO: ==10573== Lock acquired, processing the job...
[2026-09-11 04:32:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 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-09-11 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-09-11 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-09-11 04:32:03] Production.INFO: ==10573== Releasing lock...
[2026-09-11 04:32:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 04:32:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 04:32:04] Production.INFO: ==10567== Releasing lock...
[2026-09-11 04:32:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 04:32:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 04:32:10] Production.ERROR: CronJobId end10
[2026-09-11 04:32:10] Production.INFO: ==10569== Releasing lock...
[2026-09-11 04:32:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 04:32:10] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 04:32:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 04:32:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 04:32:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 04:32:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 04:32:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 04:32:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 04:32:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 04:32:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 04:32:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 04:32:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 04:32:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 04:32:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 04:32:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 04:32:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 04:32:13] Production.INFO: call_cost start
[2026-09-11 04:32:13] Production.INFO: call_cost end
[2026-09-11 04:32:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 04:32:13] Production.INFO: ============== Report Schedule START===========
[2026-09-11 04:32:13] Production.INFO: ============== Report Schedule END===========
[2026-09-11 04:32:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 04:32:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 04:32:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 04:32:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 04:32:13] Production.INFO: ============== Deal alert START===========
[2026-09-11 04:32:13] Production.INFO: ============== Deal alert END===========
[2026-09-11 04:32:13] Production.INFO: ==10565== Releasing lock...
[2026-09-11 04:32:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 04:32:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 09:33:01] Production.INFO: ==10642== Lock acquired, processing the job...
[2026-09-11 09:33:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 09:33:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 09:33:01] Production.INFO: neon service started
[2026-09-11 09:33:01] Production.INFO: neon service started
[2026-09-11 09:33:01] Production.INFO: ==10642== Releasing lock...
[2026-09-11 09:33:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 09:33:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 04:33:02] Production.INFO: ==10644== Lock acquired, processing the job...
[2026-09-11 04:33:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 08:33:02] Production.INFO: ==10646== Lock acquired, processing the job...
[2026-09-11 08:33:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 08:33:02] Production.INFO: ==10646== Releasing lock...
[2026-09-11 08:33:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 08:33:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 04:33:02] Production.INFO: ==10644== Releasing lock...
[2026-09-11 04:33:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 04:33:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 04:33:03] Production.INFO: ==10649== Lock acquired, processing the job...
[2026-09-11 04:33:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 04:33:03] Production.INFO: ==10653== Lock acquired, processing the job...
[2026-09-11 04:33:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 04:33:03] Production.INFO: ==10651== Lock acquired, processing the job...
[2026-09-11 04:33:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 04:33:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 04:33:03] Production.INFO: ==10655== Lock acquired, processing the job...
[2026-09-11 04:33:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 04:33:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 04:33:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 04:33:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 04:33:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 04:33:03] Production.INFO: ==10657== Lock acquired, processing the job...
[2026-09-11 04:33:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 04:33:03] Production.INFO: Account Balance Start.
[2026-09-11 04:33:03] Production.INFO: CreateAllLog Start
[2026-09-11 04:33:03] Production.INFO: 117
[2026-09-11 04:33:03] Production.INFO: Date 2026-09-08
[2026-09-11 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-09-11 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-09-11 04:33:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 04:33:03] Production.INFO: ==10657== Releasing lock...
[2026-09-11 04:33:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 04:33:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 04:33:03] Production.INFO: Date 2026-09-09
[2026-09-11 04:33:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:33:04] Production.INFO: Date 2026-09-10
[2026-09-11 04:33:04] Production.INFO: Reseller ==> 0
[2026-09-11 04:33:04] Production.INFO: Date 2026-09-11
[2026-09-11 04:33:04] Production.INFO: Reseller ==> 0
[2026-09-11 04:33:04] Production.INFO: Total Charge 0
[2026-09-11 04:33:04] Production.INFO: CreateAllLog End
[2026-09-11 04:33:04] Production.INFO: Account Balance End.
[2026-09-11 04:33:04] Production.ERROR: CronJobId end 12
[2026-09-11 04:33:04] Production.INFO: ==10655== Releasing lock...
[2026-09-11 04:33:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 04:33:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 04:33:04] Production.INFO: ==10651== Releasing lock...
[2026-09-11 04:33:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 04:33:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 04:33:12] Production.ERROR: CronJobId end10
[2026-09-11 04:33:12] Production.INFO: ==10653== Releasing lock...
[2026-09-11 04:33:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 04:33:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 04:33:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 04:33:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 04:33:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 04:33:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 04:33:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 04:33:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 04:33:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 04:33:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 04:33:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 04:33:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 04:33:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 04:33:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 04:33:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 04:33:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 04:33:15] Production.INFO: call_cost start
[2026-09-11 04:33:15] Production.INFO: call_cost end
[2026-09-11 04:33:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 04:33:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 04:33:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 04:33:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 04:33:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 04:33:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 04:33:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 04:33:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 04:33:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 04:33:15] Production.INFO: ==10649== Releasing lock...
[2026-09-11 04:33:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 04:33:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 09:34:02] Production.INFO: ==10727== Lock acquired, processing the job...
[2026-09-11 09:34:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 09:34:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 09:34:02] Production.INFO: neon service started
[2026-09-11 09:34:02] Production.INFO: neon service started
[2026-09-11 09:34:02] Production.INFO: ==10727== Releasing lock...
[2026-09-11 09:34:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 09:34:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 04:34:02] Production.INFO: ==10730== Lock acquired, processing the job...
[2026-09-11 04:34:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 08:34:02] Production.INFO: ==10732== Lock acquired, processing the job...
[2026-09-11 08:34:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 08:34:03] Production.INFO: ==10732== Releasing lock...
[2026-09-11 08:34:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 08:34:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 04:34:03] Production.INFO: ==10730== Releasing lock...
[2026-09-11 04:34:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 04:34:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 04:34:03] Production.INFO: ==10734== Lock acquired, processing the job...
[2026-09-11 04:34:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 04:34:04] Production.INFO: ==10736== Lock acquired, processing the job...
[2026-09-11 04:34:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 04:34:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 04:34:04] Production.INFO: ==10738== Lock acquired, processing the job...
[2026-09-11 04:34:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 04:34:04] Production.INFO: ==10740== Lock acquired, processing the job...
[2026-09-11 04:34:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 04:34:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 04:34:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 04:34:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 04:34:04] Production.INFO: ==10742== Lock acquired, processing the job...
[2026-09-11 04:34:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 04:34:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 04:34:04] Production.INFO: Account Balance Start.
[2026-09-11 04:34:04] Production.INFO: CreateAllLog Start
[2026-09-11 04:34:04] Production.INFO: 117
[2026-09-11 04:34:04] Production.INFO: Date 2026-09-08
[2026-09-11 04:34:04] Production.INFO: Reseller ==> 0
[2026-09-11 04: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-09-11 04: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-09-11 04:34:04] Production.INFO: Date 2026-09-09
[2026-09-11 04:34:04] Production.INFO: Reseller ==> 0
[2026-09-11 04: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-09-11 04:34:04] Production.INFO: Date 2026-09-10
[2026-09-11 04:34:04] Production.INFO: Reseller ==> 0
[2026-09-11 04:34:04] Production.INFO: ==10742== Releasing lock...
[2026-09-11 04:34:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 04:34:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 04:34:04] Production.INFO: Date 2026-09-11
[2026-09-11 04:34:04] Production.INFO: Reseller ==> 0
[2026-09-11 04:34:04] Production.INFO: Total Charge 0
[2026-09-11 04:34:04] Production.INFO: CreateAllLog End
[2026-09-11 04:34:04] Production.INFO: Account Balance End.
[2026-09-11 04:34:04] Production.ERROR: CronJobId end 12
[2026-09-11 04:34:04] Production.INFO: ==10740== Releasing lock...
[2026-09-11 04:34:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 04:34:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 04:34:04] Production.INFO: ==10736== Releasing lock...
[2026-09-11 04:34:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 04:34:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 04:34:12] Production.ERROR: CronJobId end10
[2026-09-11 04:34:12] Production.INFO: ==10738== Releasing lock...
[2026-09-11 04:34:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 04:34:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 04:34:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 04:34:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 04:34:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 04:34:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 04:34:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 04:34:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 04:34:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 04:34:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 04:34:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 04:34:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 04:34:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 04:34:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 04:34:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 04:34:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 04:34:15] Production.INFO: call_cost start
[2026-09-11 04:34:15] Production.INFO: call_cost end
[2026-09-11 04:34:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 04:34:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 04:34:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 04:34:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 04:34:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 04:34:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 04:34:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 04:34:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 04:34:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 04:34:15] Production.INFO: ==10734== Releasing lock...
[2026-09-11 04:34:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 04:34:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 09:35:01] Production.INFO: ==10807== Lock acquired, processing the job...
[2026-09-11 09:35:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 09:35:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 09:35:01] Production.INFO: neon service started
[2026-09-11 09:35:01] Production.INFO: neon service started
[2026-09-11 09:35:01] Production.INFO: ==10807== Releasing lock...
[2026-09-11 09:35:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 09:35:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 04:35:02] Production.INFO: ==10809== Lock acquired, processing the job...
[2026-09-11 04:35:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 04:35:02] Production.INFO: ==10809== Releasing lock...
[2026-09-11 04:35:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 04:35:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 08:35:02] Production.INFO: ==10811== Lock acquired, processing the job...
[2026-09-11 08:35:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 08:35:02] Production.INFO: ==10811== Releasing lock...
[2026-09-11 08:35:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 08:35:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 04:35:03] Production.INFO: ==10819== Lock acquired, processing the job...
[2026-09-11 04:35:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 04:35:03] Production.INFO: ==10813== Lock acquired, processing the job...
[2026-09-11 04:35:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-11 04:35:03] Production.INFO: ==10821== Lock acquired, processing the job...
[2026-09-11 04:35:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 04:35:03] Production.INFO: ==10815== Lock acquired, processing the job...
[2026-09-11 04:35:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 04:35:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 04:35:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 04:35:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 04:35:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 04:35:03] Production.INFO: ==10823== Lock acquired, processing the job...
[2026-09-11 04:35:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-11 04:35:03] Production.ERROR: ========================== active cronjob start =============================
[2026-09-11 04:35:03] Production.INFO: Account Balance Start.
[2026-09-11 04:35:03] Production.INFO: CreateAllLog Start
[2026-09-11 04:35:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-11 04:35:03] Production.ERROR: CronJob PID - 10815
[2026-09-11 04:35:03] Production.ERROR: CronJob Title - System Alerts
[2026-09-11 04:35:03] Production.ERROR: CronJob ID - 5
[2026-09-11 04:35:03] Production.ERROR: CronJob Last Run Time 2026-09-11 04:35:00
[2026-09-11 04:35:03] Production.ERROR: CronJob Active Minutes 0
[2026-09-11 04:35:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-11 04:35:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-11 04:35:03] Production.ERROR: CronJob PID - 10819
[2026-09-11 04:35:03] Production.ERROR: CronJob Title - Create Customer Summary Live
[2026-09-11 04:35:03] Production.ERROR: CronJob ID - 10
[2026-09-11 04:35:03] Production.ERROR: CronJob Last Run Time 2026-09-11 04:35:00
[2026-09-11 04:35:03] Production.ERROR: CronJob Active Minutes 0
[2026-09-11 04:35:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-11 04:35:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-11 04:35:03] Production.ERROR: CronJob PID - 10821
[2026-09-11 04:35:03] Production.ERROR: CronJob Title - Prepaid Account Balance
[2026-09-11 04:35:03] Production.ERROR: CronJob ID - 12
[2026-09-11 04:35:03] Production.ERROR: CronJob Last Run Time 2026-09-11 04:35:00
[2026-09-11 04:35:03] Production.ERROR: CronJob Active Minutes 0
[2026-09-11 04:35:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-11 04:35:03] Production.INFO: 117
[2026-09-11 04:35:03] Production.INFO: ==10817== Lock acquired, processing the job...
[2026-09-11 04:35:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 04:35:03] Production.ERROR: tblTempUsageDetail_20
[2026-09-11 04:35:03] Production.ERROR: ========================== active cronjob end =============================
[2026-09-11 04:35:03] Production.INFO: ==10813== Releasing lock...
[2026-09-11 04:35:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-11 04:35:03] Production.INFO: 25.5 MB #Memory Used#
[2026-09-11 04:35:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 04:35:03] Production.INFO: Date 2026-09-08
[2026-09-11 04:35:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:35:03] Production.INFO: ==10825== Lock acquired, processing the job...
[2026-09-11 04:35:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 04:35:03] Production.INFO: Date 2026-09-09
[2026-09-11 04:35:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 04:35:03] Production.INFO: Date 2026-09-10
[2026-09-11 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-09-11 04:35:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 04:35:04] Production.ERROR: done
[2026-09-11 04:35:04] Production.INFO: ==10825== Releasing lock...
[2026-09-11 04:35:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 04:35:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 04:35:04] Production.INFO: Date 2026-09-11
[2026-09-11 04:35:04] Production.INFO: Reseller ==> 0
[2026-09-11 04:35:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-11 04:35:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17982480', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) start
[2026-09-11 04:35:04] Production.INFO: Total Charge 0
[2026-09-11 04:35:04] Production.INFO: CreateAllLog End
[2026-09-11 04:35:04] Production.INFO: Account Balance End.
[2026-09-11 04:35:04] Production.ERROR: CronJobId end 12
[2026-09-11 04:35:04] Production.INFO: ==10821== Releasing lock...
[2026-09-11 04:35:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 04:35:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 04:35:04] Production.INFO: ==10817== Releasing lock...
[2026-09-11 04:35:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 04:35:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 04:35:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17982480', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) end
[2026-09-11 04:35:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-11 04:35:10] Production.INFO: ProcessCDR(1,17982480,1,1,2)
[2026-09-11 04:35:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17982480,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 04:35:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17982480,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 04:35:10] Production.ERROR: pbx prc_insertCDR start
[2026-09-11 04:35:10] Production.ERROR: pbx prc_insertCDR end
[2026-09-11 04:35:10] Production.INFO: ==10823== Releasing lock...
[2026-09-11 04:35:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-11 04:35:10] Production.INFO: 26 MB #Memory Used#
[2026-09-11 04:35:14] Production.ERROR: CronJobId end10
[2026-09-11 04:35:14] Production.INFO: ==10819== Releasing lock...
[2026-09-11 04:35:14] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 04:35:14] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 04:35:17] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 04:35:17] Production.INFO: ============== Balance Warning START===========
[2026-09-11 04:35:17] Production.INFO: ============== Balance Warning END===========
[2026-09-11 04:35:17] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 04:35:17] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 04:35:17] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 04:35:17] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 04:35:17] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 04:35:17] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 04:35:17] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 04:35:17] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 04:35:17] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 04:35:17] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 04:35:17] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 04:35:17] Production.INFO: call_cost start
[2026-09-11 04:35:17] Production.INFO: call_cost end
[2026-09-11 04:35:17] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 04:35:17] Production.INFO: ============== Report Schedule START===========
[2026-09-11 04:35:17] Production.INFO: ============== Report Schedule END===========
[2026-09-11 04:35:17] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 04:35:17] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 04:35:17] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 04:35:17] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 04:35:17] Production.INFO: ============== Deal alert START===========
[2026-09-11 04:35:17] Production.INFO: ============== Deal alert END===========
[2026-09-11 04:35:17] Production.INFO: ==10815== Releasing lock...
[2026-09-11 04:35:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 04:35:17] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 09:36:02] Production.INFO: ==10901== Lock acquired, processing the job...
[2026-09-11 09:36:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 09:36:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 09:36:02] Production.INFO: neon service started
[2026-09-11 09:36:02] Production.INFO: neon service started
[2026-09-11 09:36:02] Production.INFO: ==10901== Releasing lock...
[2026-09-11 09:36:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 09:36:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 04:36:02] Production.INFO: ==10903== Lock acquired, processing the job...
[2026-09-11 04:36:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 04:36:02] Production.INFO: ==10903== Releasing lock...
[2026-09-11 04:36:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 04:36:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 08:36:03] Production.INFO: ==10905== Lock acquired, processing the job...
[2026-09-11 08:36:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 08:36:03] Production.INFO: ==10905== Releasing lock...
[2026-09-11 08:36:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 08:36:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 04:36:03] Production.INFO: ==10908== Lock acquired, processing the job...
[2026-09-11 04:36:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 04:36:03] Production.INFO: ==10912== Lock acquired, processing the job...
[2026-09-11 04:36:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 04:36:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 04:36:03] Production.INFO: ==10914== Lock acquired, processing the job...
[2026-09-11 04:36:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 04:36:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 04:36:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 04:36:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 04:36:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 04:36:03] Production.INFO: ==10910== Lock acquired, processing the job...
[2026-09-11 04:36:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 04:36:03] Production.INFO: Account Balance Start.
[2026-09-11 04:36:03] Production.INFO: CreateAllLog Start
[2026-09-11 04:36:03] Production.INFO: 117
[2026-09-11 04:36:03] Production.INFO: Date 2026-09-08
[2026-09-11 04:36:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:36:03] Production.INFO: Date 2026-09-09
[2026-09-11 04:36:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:36:03] Production.INFO: Date 2026-09-10
[2026-09-11 04:36:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:36:03] Production.INFO: ==10916== Lock acquired, processing the job...
[2026-09-11 04:36:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 04:36:03] Production.INFO: Date 2026-09-11
[2026-09-11 04:36:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:36:03] Production.INFO: Total Charge 0
[2026-09-11 04:36:03] Production.INFO: CreateAllLog End
[2026-09-11 04: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-09-11 04: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-09-11 04: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-09-11 04:36:04] Production.INFO: ==10916== Releasing lock...
[2026-09-11 04:36:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 04:36:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 04:36:04] Production.INFO: Account Balance End.
[2026-09-11 04:36:04] Production.ERROR: CronJobId end 12
[2026-09-11 04:36:04] Production.INFO: ==10914== Releasing lock...
[2026-09-11 04:36:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 04:36:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 04:36:04] Production.INFO: ==10910== Releasing lock...
[2026-09-11 04:36:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 04:36:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 04:36:11] Production.ERROR: CronJobId end10
[2026-09-11 04:36:11] Production.INFO: ==10912== Releasing lock...
[2026-09-11 04:36:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 04:36:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 04:36:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 04:36:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 04:36:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 04:36:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 04:36:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 04:36:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 04:36:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 04:36:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 04:36:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 04:36:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 04:36:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 04:36:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 04:36:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 04:36:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 04:36:14] Production.INFO: call_cost start
[2026-09-11 04:36:14] Production.INFO: call_cost end
[2026-09-11 04:36:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 04:36:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 04:36:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 04:36:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 04:36:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 04:36:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 04:36:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 04:36:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 04:36:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 04:36:14] Production.INFO: ==10908== Releasing lock...
[2026-09-11 04:36:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 04:36:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 09:37:01] Production.INFO: ==10975== Lock acquired, processing the job...
[2026-09-11 09:37:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 09:37:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 09:37:01] Production.INFO: neon service started
[2026-09-11 09:37:01] Production.INFO: neon service started
[2026-09-11 09:37:01] Production.INFO: ==10975== Releasing lock...
[2026-09-11 09:37:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 09:37:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 04:37:01] Production.INFO: ==10978== Lock acquired, processing the job...
[2026-09-11 04:37:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 04:37:02] Production.INFO: ==10978== Releasing lock...
[2026-09-11 04:37:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 04:37:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 08:37:02] Production.INFO: ==10980== Lock acquired, processing the job...
[2026-09-11 08:37:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 08:37:02] Production.INFO: ==10980== Releasing lock...
[2026-09-11 08:37:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 08:37:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 04:37:02] Production.INFO: ==10984== Lock acquired, processing the job...
[2026-09-11 04:37:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 04:37:03] Production.INFO: ==10982== Lock acquired, processing the job...
[2026-09-11 04:37:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 04:37:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 04:37:03] Production.INFO: ==10988== Lock acquired, processing the job...
[2026-09-11 04:37:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 04:37:03] Production.INFO: ==10986== Lock acquired, processing the job...
[2026-09-11 04:37:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 04:37:03] Production.INFO: Account Balance Start.
[2026-09-11 04:37:03] Production.INFO: CreateAllLog Start
[2026-09-11 04:37:03] Production.INFO: 117
[2026-09-11 04:37:03] Production.INFO: ==10990== Lock acquired, processing the job...
[2026-09-11 04:37:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 04:37:03] Production.INFO: Date 2026-09-08
[2026-09-11 04:37:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:37:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 04:37:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 04:37:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 04:37:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 04:37:03] Production.INFO: Date 2026-09-09
[2026-09-11 04:37:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:37:03] Production.INFO: Date 2026-09-10
[2026-09-11 04:37:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 04:37:03] Production.INFO: Date 2026-09-11
[2026-09-11 04:37:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 04:37:03] Production.INFO: ==10990== Releasing lock...
[2026-09-11 04:37:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 04:37:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 04:37:03] Production.INFO: Total Charge 0
[2026-09-11 04:37:03] Production.INFO: CreateAllLog End
[2026-09-11 04:37:03] Production.INFO: Account Balance End.
[2026-09-11 04:37:03] Production.ERROR: CronJobId end 12
[2026-09-11 04:37:03] Production.INFO: ==10988== Releasing lock...
[2026-09-11 04:37:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 04:37:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 04:37:03] Production.INFO: ==10984== Releasing lock...
[2026-09-11 04:37:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 04:37:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 04:37:12] Production.ERROR: CronJobId end10
[2026-09-11 04:37:12] Production.INFO: ==10986== Releasing lock...
[2026-09-11 04:37:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 04:37:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 04:37:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 04:37:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 04:37:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 04:37:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 04:37:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 04:37:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 04:37:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 04:37:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 04:37:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 04:37:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 04:37:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 04:37:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 04:37:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 04:37:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 04:37:14] Production.INFO: call_cost start
[2026-09-11 04:37:14] Production.INFO: call_cost end
[2026-09-11 04:37:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 04:37:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 04:37:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 04:37:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 04:37:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 04:37:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 04:37:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 04:37:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 04:37:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 04:37:14] Production.INFO: ==10982== Releasing lock...
[2026-09-11 04:37:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 04:37:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 09:38:01] Production.INFO: ==11066== Lock acquired, processing the job...
[2026-09-11 09:38:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 09:38:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 09:38:02] Production.INFO: neon service started
[2026-09-11 09:38:02] Production.INFO: neon service started
[2026-09-11 09:38:02] Production.INFO: ==11066== Releasing lock...
[2026-09-11 09:38:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 09:38:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 08:38:02] Production.INFO: ==11070== Lock acquired, processing the job...
[2026-09-11 08:38:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 08:38:02] Production.INFO: ==11070== Releasing lock...
[2026-09-11 08:38:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 08:38:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 04:38:02] Production.INFO: ==11068== Lock acquired, processing the job...
[2026-09-11 04:38:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 04:38:02] Production.INFO: ==11068== Releasing lock...
[2026-09-11 04:38:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 04:38:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 04:38:03] Production.INFO: ==11074== Lock acquired, processing the job...
[2026-09-11 04:38:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 04:38:03] Production.INFO: ==11072== Lock acquired, processing the job...
[2026-09-11 04:38:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 04:38:03] Production.INFO: ==11080== Lock acquired, processing the job...
[2026-09-11 04:38:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 04:38:03] Production.INFO: ==11076== Lock acquired, processing the job...
[2026-09-11 04:38:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 04:38:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 04: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-09-11 04: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-09-11 04: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-09-11 04:38:03] Production.INFO: ==11080== Releasing lock...
[2026-09-11 04:38:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 04:38:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 04:38:03] Production.INFO: ==11078== Lock acquired, processing the job...
[2026-09-11 04:38:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 04:38:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 04:38:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 04:38:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 04:38:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 04:38:03] Production.INFO: Account Balance Start.
[2026-09-11 04:38:03] Production.INFO: CreateAllLog Start
[2026-09-11 04:38:03] Production.INFO: 117
[2026-09-11 04:38:03] Production.INFO: Date 2026-09-08
[2026-09-11 04:38:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:38:04] Production.INFO: Date 2026-09-09
[2026-09-11 04:38:04] Production.INFO: Reseller ==> 0
[2026-09-11 04:38:04] Production.INFO: Date 2026-09-10
[2026-09-11 04:38:04] Production.INFO: Reseller ==> 0
[2026-09-11 04:38:04] Production.INFO: Date 2026-09-11
[2026-09-11 04:38:04] Production.INFO: Reseller ==> 0
[2026-09-11 04:38:04] Production.INFO: Total Charge 0
[2026-09-11 04:38:04] Production.INFO: CreateAllLog End
[2026-09-11 04:38:04] Production.INFO: ==11074== Releasing lock...
[2026-09-11 04:38:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 04:38:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 04:38:04] Production.INFO: Account Balance End.
[2026-09-11 04:38:04] Production.ERROR: CronJobId end 12
[2026-09-11 04:38:04] Production.INFO: ==11078== Releasing lock...
[2026-09-11 04:38:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 04:38:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 04:38:12] Production.ERROR: CronJobId end10
[2026-09-11 04:38:12] Production.INFO: ==11076== Releasing lock...
[2026-09-11 04:38:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 04:38:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 04:38:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 04:38:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 04:38:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 04:38:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 04:38:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 04:38:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 04:38:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 04:38:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 04:38:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 04:38:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 04:38:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 04:38:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 04:38:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 04:38:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 04:38:15] Production.INFO: call_cost start
[2026-09-11 04:38:15] Production.INFO: call_cost end
[2026-09-11 04:38:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 04:38:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 04:38:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 04:38:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 04:38:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 04:38:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 04:38:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 04:38:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 04:38:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 04:38:15] Production.INFO: ==11072== Releasing lock...
[2026-09-11 04:38:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 04:38:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 09:39:01] Production.INFO: ==11148== Lock acquired, processing the job...
[2026-09-11 09:39:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 09:39:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 09:39:01] Production.INFO: neon service started
[2026-09-11 09:39:01] Production.INFO: neon service started
[2026-09-11 09:39:01] Production.INFO: ==11148== Releasing lock...
[2026-09-11 09:39:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 09:39:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 04:39:01] Production.INFO: ==11150== Lock acquired, processing the job...
[2026-09-11 04:39:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 04:39:01] Production.INFO: ==11150== Releasing lock...
[2026-09-11 04:39:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 04:39:01] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 08:39:02] Production.INFO: ==11152== Lock acquired, processing the job...
[2026-09-11 08:39:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 08:39:02] Production.INFO: ==11152== Releasing lock...
[2026-09-11 08:39:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 08:39:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 04:39:02] Production.INFO: ==11161== Lock acquired, processing the job...
[2026-09-11 04:39:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 04:39:02] Production.INFO: Account Balance Start.
[2026-09-11 04:39:02] Production.INFO: CreateAllLog Start
[2026-09-11 04:39:02] Production.INFO: 117
[2026-09-11 04:39:02] Production.INFO: Date 2026-09-08
[2026-09-11 04:39:02] Production.INFO: Reseller ==> 0
[2026-09-11 04:39:02] Production.INFO: Date 2026-09-09
[2026-09-11 04:39:02] Production.INFO: Reseller ==> 0
[2026-09-11 04:39:02] Production.INFO: Date 2026-09-10
[2026-09-11 04:39:02] Production.INFO: Reseller ==> 0
[2026-09-11 04:39:03] Production.INFO: ==11163== Lock acquired, processing the job...
[2026-09-11 04:39:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 04:39:03] Production.INFO: Date 2026-09-11
[2026-09-11 04:39:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:39:03] Production.INFO: ==11155== Lock acquired, processing the job...
[2026-09-11 04:39:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 04:39:03] Production.INFO: Total Charge 0
[2026-09-11 04:39:03] Production.INFO: CreateAllLog End
[2026-09-11 04:39:03] Production.INFO: ==11157== Lock acquired, processing the job...
[2026-09-11 04:39:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 04:39:03] Production.INFO: ==11159== Lock acquired, processing the job...
[2026-09-11 04:39:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 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-09-11 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-09-11 04:39:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 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-09-11 04:39:03] Production.INFO: ==11163== Releasing lock...
[2026-09-11 04:39:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 04:39:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 04:39:03] Production.INFO: Account Balance End.
[2026-09-11 04:39:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 04:39:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 04:39:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 04:39:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 04:39:03] Production.ERROR: CronJobId end 12
[2026-09-11 04:39:03] Production.INFO: ==11161== Releasing lock...
[2026-09-11 04:39:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 04:39:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 04:39:03] Production.INFO: ==11157== Releasing lock...
[2026-09-11 04:39:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 04:39:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 04:39:12] Production.ERROR: CronJobId end10
[2026-09-11 04:39:12] Production.INFO: ==11159== Releasing lock...
[2026-09-11 04:39:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 04:39:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 04:39:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 04:39:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 04:39:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 04:39:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 04:39:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 04:39:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 04:39:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 04:39:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 04:39:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 04:39:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 04:39:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 04:39:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 04:39:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 04:39:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 04:39:14] Production.INFO: call_cost start
[2026-09-11 04:39:14] Production.INFO: call_cost end
[2026-09-11 04:39:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 04:39:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 04:39:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 04:39:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 04:39:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 04:39:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 04:39:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 04:39:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 04:39:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 04:39:14] Production.INFO: ==11155== Releasing lock...
[2026-09-11 04:39:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 04:39:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 09:40:01] Production.INFO: ==11234== Lock acquired, processing the job...
[2026-09-11 09:40:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 09:40:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 09:40:01] Production.INFO: neon service started
[2026-09-11 09:40:01] Production.INFO: neon service started
[2026-09-11 09:40:01] Production.INFO: ==11234== Releasing lock...
[2026-09-11 09:40:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 09:40:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 04:40:02] Production.INFO: ==11236== Lock acquired, processing the job...
[2026-09-11 04:40:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 04:40:02] Production.INFO: ==11236== Releasing lock...
[2026-09-11 04:40:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 04:40:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 08:40:02] Production.INFO: ==11238== Lock acquired, processing the job...
[2026-09-11 08:40:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 08:40:02] Production.INFO: ==11238== Releasing lock...
[2026-09-11 08:40:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 08:40:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 04:40:03] Production.INFO: ==11246== Lock acquired, processing the job...
[2026-09-11 04:40:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 04:40:03] Production.INFO: Account Balance Start.
[2026-09-11 04:40:03] Production.INFO: CreateAllLog Start
[2026-09-11 04:40:03] Production.INFO: 117
[2026-09-11 04:40:03] Production.INFO: Date 2026-09-08
[2026-09-11 04:40:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:40:03] Production.INFO: ==11240== Lock acquired, processing the job...
[2026-09-11 04:40:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 04:40:03] Production.INFO: Date 2026-09-09
[2026-09-11 04:40:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:40:03] Production.INFO: ==11244== Lock acquired, processing the job...
[2026-09-11 04:40:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 04:40:03] Production.INFO: ==11242== Lock acquired, processing the job...
[2026-09-11 04:40:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 04:40:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 04:40:03] Production.INFO: Date 2026-09-10
[2026-09-11 04:40:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:40:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 04:40:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 04:40:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 04:40:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 04:40:03] Production.INFO: Date 2026-09-11
[2026-09-11 04:40:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:40:03] Production.INFO: ==11248== Lock acquired, processing the job...
[2026-09-11 04:40:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 04:40:03] Production.INFO: Total Charge 0
[2026-09-11 04:40:03] Production.INFO: CreateAllLog End
[2026-09-11 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-09-11 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-09-11 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-09-11 04:40:03] Production.INFO: ==11248== Releasing lock...
[2026-09-11 04:40:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 04:40:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 04:40:03] Production.INFO: Account Balance End.
[2026-09-11 04:40:04] Production.ERROR: CronJobId end 12
[2026-09-11 04:40:04] Production.INFO: ==11246== Releasing lock...
[2026-09-11 04:40:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 04:40:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 04:40:04] Production.INFO: ==11242== Releasing lock...
[2026-09-11 04:40:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 04:40:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 04:40:11] Production.ERROR: CronJobId end10
[2026-09-11 04:40:11] Production.INFO: ==11244== Releasing lock...
[2026-09-11 04:40:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 04:40:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 04:40:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 04:40:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 04:40:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 04:40:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 04:40:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 04:40:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 04:40:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 04:40:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 04:40:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 04:40:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 04:40:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 04:40:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 04:40:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 04:40:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 04:40:15] Production.INFO: call_cost start
[2026-09-11 04:40:15] Production.INFO: call_cost end
[2026-09-11 04:40:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 04:40:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 04:40:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 04:40:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 04:40:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 04:40:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 04:40:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 04:40:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 04:40:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 04:40:15] Production.INFO: ==11240== Releasing lock...
[2026-09-11 04:40:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 04:40:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 09:41:01] Production.INFO: ==11323== Lock acquired, processing the job...
[2026-09-11 09:41:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 09:41:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 09:41:01] Production.INFO: neon service started
[2026-09-11 09:41:01] Production.INFO: neon service started
[2026-09-11 09:41:01] Production.INFO: ==11323== Releasing lock...
[2026-09-11 09:41:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 09:41:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 08:41:01] Production.INFO: ==11327== Lock acquired, processing the job...
[2026-09-11 08:41:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 08:41:01] Production.INFO: ==11327== Releasing lock...
[2026-09-11 08:41:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 08:41:01] Production.INFO: 25 MB #Memory Used#
[2026-09-11 04:41:01] Production.INFO: ==11325== Lock acquired, processing the job...
[2026-09-11 04:41:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 04:41:02] Production.INFO: ==11325== Releasing lock...
[2026-09-11 04:41:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 04:41:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 04:41:02] Production.INFO: ==11336== Lock acquired, processing the job...
[2026-09-11 04:41:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 04:41:02] Production.INFO: Account Balance Start.
[2026-09-11 04:41:02] Production.INFO: CreateAllLog Start
[2026-09-11 04:41:02] Production.INFO: 117
[2026-09-11 04:41:02] Production.INFO: Date 2026-09-08
[2026-09-11 04:41:02] Production.INFO: Reseller ==> 0
[2026-09-11 04:41:02] Production.INFO: Date 2026-09-09
[2026-09-11 04:41:02] Production.INFO: Reseller ==> 0
[2026-09-11 04:41:02] Production.INFO: Date 2026-09-10
[2026-09-11 04:41:02] Production.INFO: Reseller ==> 0
[2026-09-11 04:41:02] Production.INFO: Date 2026-09-11
[2026-09-11 04:41:02] Production.INFO: Reseller ==> 0
[2026-09-11 04:41:02] Production.INFO: Total Charge 0
[2026-09-11 04:41:03] Production.INFO: CreateAllLog End
[2026-09-11 04:41:03] Production.INFO: ==11330== Lock acquired, processing the job...
[2026-09-11 04:41:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 04:41:03] Production.INFO: ==11332== Lock acquired, processing the job...
[2026-09-11 04:41:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 04:41:03] Production.INFO: ==11334== Lock acquired, processing the job...
[2026-09-11 04:41:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 04:41:03] Production.INFO: Account Balance End.
[2026-09-11 04:41:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 04:41:03] Production.ERROR: CronJobId end 12
[2026-09-11 04:41:03] Production.INFO: ==11336== Releasing lock...
[2026-09-11 04:41:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 04:41:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 04:41:03] Production.INFO: ==11338== Lock acquired, processing the job...
[2026-09-11 04:41:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 04:41:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 04:41:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 04:41:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 04:41:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 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-09-11 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-09-11 04: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-09-11 04:41:03] Production.INFO: ==11338== Releasing lock...
[2026-09-11 04:41:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 04:41:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 04:41:03] Production.INFO: ==11332== Releasing lock...
[2026-09-11 04:41:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 04:41:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 04:41:10] Production.ERROR: CronJobId end10
[2026-09-11 04:41:10] Production.INFO: ==11334== Releasing lock...
[2026-09-11 04:41:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 04:41:10] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 04:41:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 04:41:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 04:41:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 04:41:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 04:41:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 04:41:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 04:41:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 04:41:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 04:41:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 04:41:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 04:41:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 04:41:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 04:41:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 04:41:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 04:41:14] Production.INFO: call_cost start
[2026-09-11 04:41:14] Production.INFO: call_cost end
[2026-09-11 04:41:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 04:41:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 04:41:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 04:41:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 04:41:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 04:41:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 04:41:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 04:41:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 04:41:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 04:41:14] Production.INFO: ==11330== Releasing lock...
[2026-09-11 04:41:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 04:41:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 09:42:01] Production.INFO: ==11414== Lock acquired, processing the job...
[2026-09-11 09:42:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 09:42:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 09:42:01] Production.INFO: neon service started
[2026-09-11 09:42:01] Production.INFO: neon service started
[2026-09-11 09:42:01] Production.INFO: ==11414== Releasing lock...
[2026-09-11 09:42:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 09:42:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 04:42:02] Production.INFO: ==11416== Lock acquired, processing the job...
[2026-09-11 04:42:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 04:42:02] Production.INFO: ==11416== Releasing lock...
[2026-09-11 04:42:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 04:42:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 08:42:02] Production.INFO: ==11418== Lock acquired, processing the job...
[2026-09-11 08:42:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 08:42:02] Production.INFO: ==11418== Releasing lock...
[2026-09-11 08:42:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 08:42:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 04:42:03] Production.INFO: ==11428== Lock acquired, processing the job...
[2026-09-11 04:42:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 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-09-11 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-09-11 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-09-11 04:42:03] Production.INFO: ==11428== Releasing lock...
[2026-09-11 04:42:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 04:42:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 04:42:03] Production.INFO: ==11422== Lock acquired, processing the job...
[2026-09-11 04:42:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 04:42:03] Production.INFO: ==11420== Lock acquired, processing the job...
[2026-09-11 04:42:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 04:42:03] Production.INFO: ==11424== Lock acquired, processing the job...
[2026-09-11 04:42:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 04:42:03] Production.INFO: ==11426== Lock acquired, processing the job...
[2026-09-11 04:42:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 04:42:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 04:42:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 04:42:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 04:42:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 04:42:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 04:42:03] Production.INFO: Account Balance Start.
[2026-09-11 04:42:03] Production.INFO: CreateAllLog Start
[2026-09-11 04:42:03] Production.INFO: 117
[2026-09-11 04:42:03] Production.INFO: Date 2026-09-08
[2026-09-11 04:42:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:42:03] Production.INFO: Date 2026-09-09
[2026-09-11 04:42:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:42:03] Production.INFO: Date 2026-09-10
[2026-09-11 04:42:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:42:03] Production.INFO: Date 2026-09-11
[2026-09-11 04:42:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:42:03] Production.INFO: Total Charge 0
[2026-09-11 04:42:03] Production.INFO: CreateAllLog End
[2026-09-11 04:42:04] Production.INFO: Account Balance End.
[2026-09-11 04:42:04] Production.ERROR: CronJobId end 12
[2026-09-11 04:42:04] Production.INFO: ==11426== Releasing lock...
[2026-09-11 04:42:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 04:42:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 04:42:04] Production.INFO: ==11422== Releasing lock...
[2026-09-11 04:42:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 04:42:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 04:42:11] Production.ERROR: CronJobId end10
[2026-09-11 04:42:11] Production.INFO: ==11424== Releasing lock...
[2026-09-11 04:42:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 04:42:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 04:42:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 04:42:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 04:42:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 04:42:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 04:42:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 04:42:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 04:42:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 04:42:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 04:42:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 04:42:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 04:42:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 04:42:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 04:42:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 04:42:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 04:42:14] Production.INFO: call_cost start
[2026-09-11 04:42:14] Production.INFO: call_cost end
[2026-09-11 04:42:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 04:42:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 04:42:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 04:42:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 04:42:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 04:42:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 04:42:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 04:42:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 04:42:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 04:42:14] Production.INFO: ==11420== Releasing lock...
[2026-09-11 04:42:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 04:42:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 09:43:02] Production.INFO: ==11503== Lock acquired, processing the job...
[2026-09-11 09:43:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 09:43:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 09:43:02] Production.INFO: neon service started
[2026-09-11 09:43:02] Production.INFO: neon service started
[2026-09-11 09:43:02] Production.INFO: ==11503== Releasing lock...
[2026-09-11 09:43:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 09:43:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 04:43:02] Production.INFO: ==11505== Lock acquired, processing the job...
[2026-09-11 04:43:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 04:43:02] Production.INFO: ==11505== Releasing lock...
[2026-09-11 04:43:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 04:43:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 08:43:03] Production.INFO: ==11507== Lock acquired, processing the job...
[2026-09-11 08:43:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 08:43:03] Production.INFO: ==11507== Releasing lock...
[2026-09-11 08:43:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 08:43:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 04:43:03] Production.INFO: ==11516== Lock acquired, processing the job...
[2026-09-11 04:43:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 04:43:03] Production.INFO: ==11509== Lock acquired, processing the job...
[2026-09-11 04:43:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 04:43:03] Production.INFO: Account Balance Start.
[2026-09-11 04:43:03] Production.INFO: CreateAllLog Start
[2026-09-11 04:43:03] Production.INFO: 117
[2026-09-11 04:43:03] Production.INFO: ==11511== Lock acquired, processing the job...
[2026-09-11 04:43:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 04:43:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 04:43:03] Production.INFO: Date 2026-09-08
[2026-09-11 04:43:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:43:03] Production.INFO: Date 2026-09-09
[2026-09-11 04:43:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:43:03] Production.INFO: ==11513== Lock acquired, processing the job...
[2026-09-11 04:43:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 04:43:03] Production.INFO: Date 2026-09-10
[2026-09-11 04:43:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:43:03] Production.INFO: Date 2026-09-11
[2026-09-11 04:43:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:43:03] Production.INFO: Total Charge 0
[2026-09-11 04:43:03] Production.INFO: CreateAllLog End
[2026-09-11 04:43:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 04:43:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 04:43:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 04:43:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 04:43:03] Production.INFO: ==11518== Lock acquired, processing the job...
[2026-09-11 04:43:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 04:43:04] Production.INFO: Account Balance End.
[2026-09-11 04:43:04] Production.ERROR: CronJobId end 12
[2026-09-11 04:43:04] Production.INFO: ==11516== Releasing lock...
[2026-09-11 04:43:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 04:43:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 04: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-09-11 04: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-09-11 04: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-09-11 04:43:04] Production.INFO: ==11518== Releasing lock...
[2026-09-11 04:43:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 04:43:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 04:43:04] Production.INFO: ==11511== Releasing lock...
[2026-09-11 04:43:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 04:43:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 04:43:12] Production.ERROR: CronJobId end10
[2026-09-11 04:43:12] Production.INFO: ==11513== Releasing lock...
[2026-09-11 04:43:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 04:43:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 04:43:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 04:43:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 04:43:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 04:43:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 04:43:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 04:43:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 04:43:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 04:43:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 04:43:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 04:43:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 04:43:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 04:43:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 04:43:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 04:43:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 04:43:15] Production.INFO: call_cost start
[2026-09-11 04:43:15] Production.INFO: call_cost end
[2026-09-11 04:43:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 04:43:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 04:43:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 04:43:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 04:43:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 04:43:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 04:43:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 04:43:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 04:43:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 04:43:15] Production.INFO: ==11509== Releasing lock...
[2026-09-11 04:43:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 04:43:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 09:44:01] Production.INFO: ==11591== Lock acquired, processing the job...
[2026-09-11 09:44:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 09:44:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 09:44:01] Production.INFO: neon service started
[2026-09-11 09:44:01] Production.INFO: neon service started
[2026-09-11 09:44:01] Production.INFO: ==11591== Releasing lock...
[2026-09-11 09:44:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 09:44:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 04:44:02] Production.INFO: ==11593== Lock acquired, processing the job...
[2026-09-11 04:44:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 04:44:02] Production.INFO: ==11593== Releasing lock...
[2026-09-11 04:44:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 04:44:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 08:44:02] Production.INFO: ==11595== Lock acquired, processing the job...
[2026-09-11 08:44:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 08:44:02] Production.INFO: ==11595== Releasing lock...
[2026-09-11 08:44:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 08:44:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 04:44:03] Production.INFO: ==11605== Lock acquired, processing the job...
[2026-09-11 04:44:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 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-09-11 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-09-11 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-09-11 04:44:03] Production.INFO: ==11605== Releasing lock...
[2026-09-11 04:44:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 04:44:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 04:44:03] Production.INFO: ==11597== Lock acquired, processing the job...
[2026-09-11 04:44:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 04:44:03] Production.INFO: ==11599== Lock acquired, processing the job...
[2026-09-11 04:44:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 04:44:03] Production.INFO: ==11601== Lock acquired, processing the job...
[2026-09-11 04:44:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 04:44:03] Production.INFO: ==11603== Lock acquired, processing the job...
[2026-09-11 04:44:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 04:44:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 04:44:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 04:44:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 04:44:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 04:44:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 04:44:03] Production.INFO: Account Balance Start.
[2026-09-11 04:44:03] Production.INFO: CreateAllLog Start
[2026-09-11 04:44:03] Production.INFO: 117
[2026-09-11 04:44:03] Production.INFO: Date 2026-09-08
[2026-09-11 04:44:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:44:03] Production.INFO: Date 2026-09-09
[2026-09-11 04:44:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:44:03] Production.INFO: Date 2026-09-10
[2026-09-11 04:44:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:44:03] Production.INFO: Date 2026-09-11
[2026-09-11 04:44:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:44:03] Production.INFO: Total Charge 0
[2026-09-11 04:44:03] Production.INFO: CreateAllLog End
[2026-09-11 04:44:04] Production.INFO: Account Balance End.
[2026-09-11 04:44:04] Production.ERROR: CronJobId end 12
[2026-09-11 04:44:04] Production.INFO: ==11603== Releasing lock...
[2026-09-11 04:44:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 04:44:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 04:44:04] Production.INFO: ==11599== Releasing lock...
[2026-09-11 04:44:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 04:44:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 04:44:11] Production.ERROR: CronJobId end10
[2026-09-11 04:44:11] Production.INFO: ==11601== Releasing lock...
[2026-09-11 04:44:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 04:44:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 04:44:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 04:44:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 04:44:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 04:44:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 04:44:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 04:44:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 04:44:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 04:44:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 04:44:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 04:44:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 04:44:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 04:44:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 04:44:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 04:44:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 04:44:14] Production.INFO: call_cost start
[2026-09-11 04:44:14] Production.INFO: call_cost end
[2026-09-11 04:44:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 04:44:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 04:44:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 04:44:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 04:44:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 04:44:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 04:44:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 04:44:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 04:44:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 04:44:14] Production.INFO: ==11597== Releasing lock...
[2026-09-11 04:44:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 04:44:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 09:45:02] Production.INFO: ==11682== Lock acquired, processing the job...
[2026-09-11 09:45:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 09:45:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 09:45:02] Production.INFO: neon service started
[2026-09-11 09:45:02] Production.INFO: neon service started
[2026-09-11 09:45:02] Production.INFO: ==11682== Releasing lock...
[2026-09-11 09:45:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 09:45:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 04:45:02] Production.INFO: ==11684== Lock acquired, processing the job...
[2026-09-11 04:45:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 04:45:02] Production.INFO: ==11684== Releasing lock...
[2026-09-11 04:45:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 04:45:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 08:45:02] Production.INFO: ==11686== Lock acquired, processing the job...
[2026-09-11 08:45:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 08:45:03] Production.INFO: ==11686== Releasing lock...
[2026-09-11 08:45:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 08:45:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 04:45:03] Production.INFO: ==11688== Lock acquired, processing the job...
[2026-09-11 04:45:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-11 04:45:03] Production.INFO: ==11690== Lock acquired, processing the job...
[2026-09-11 04:45:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 04:45:03] Production.ERROR: ========================== active cronjob start =============================
[2026-09-11 04:45:03] Production.ERROR: ========================== active cronjob end =============================
[2026-09-11 04:45:03] Production.INFO: ==11688== Releasing lock...
[2026-09-11 04:45:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-11 04:45:03] Production.INFO: 25.5 MB #Memory Used#
[2026-09-11 04:45:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 04:45:04] Production.INFO: ==11692== Lock acquired, processing the job...
[2026-09-11 04:45:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 04:45:04] Production.INFO: ==11696== Lock acquired, processing the job...
[2026-09-11 04:45:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 04:45:04] Production.INFO: ==11694== Lock acquired, processing the job...
[2026-09-11 04:45:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 04:45:04] Production.INFO: ==11698== Lock acquired, processing the job...
[2026-09-11 04:45:04] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-11 04:45:04] Production.INFO: ==11700== Lock acquired, processing the job...
[2026-09-11 04:45:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 04:45:04] Production.ERROR: tblTempUsageDetail_20
[2026-09-11 04:45:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 04:45:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 04:45:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 04:45:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 04:45:04] Production.INFO: Account Balance Start.
[2026-09-11 04:45:04] Production.INFO: CreateAllLog Start
[2026-09-11 04:45:04] Production.INFO: 117
[2026-09-11 04:45:04] Production.INFO: Date 2026-09-08
[2026-09-11 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-09-11 04:45:04] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 04:45:04] Production.INFO: Date 2026-09-09
[2026-09-11 04:45:04] Production.INFO: Reseller ==> 0
[2026-09-11 04:45:04] Production.INFO: ==11700== Releasing lock...
[2026-09-11 04:45:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 04:45:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 04:45:04] Production.INFO: Date 2026-09-10
[2026-09-11 04:45:04] Production.INFO: Reseller ==> 0
[2026-09-11 04:45:04] Production.ERROR: done
[2026-09-11 04:45:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-11 04:45:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17982521', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) start
[2026-09-11 04:45:04] Production.INFO: Date 2026-09-11
[2026-09-11 04:45:04] Production.INFO: Reseller ==> 0
[2026-09-11 04:45:04] Production.INFO: Total Charge 0
[2026-09-11 04:45:04] Production.INFO: CreateAllLog End
[2026-09-11 04:45:04] Production.INFO: Account Balance End.
[2026-09-11 04:45:04] Production.ERROR: CronJobId end 12
[2026-09-11 04:45:04] Production.INFO: ==11696== Releasing lock...
[2026-09-11 04:45:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 04:45:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 04:45:05] Production.INFO: ==11692== Releasing lock...
[2026-09-11 04:45:05] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 04:45:05] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 04:45:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17982521', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) end
[2026-09-11 04:45:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-11 04:45:10] Production.INFO: ProcessCDR(1,17982521,1,1,2)
[2026-09-11 04:45:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17982521,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 04:45:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17982521,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 04:45:10] Production.ERROR: pbx prc_insertCDR start
[2026-09-11 04:45:10] Production.ERROR: pbx prc_insertCDR end
[2026-09-11 04:45:10] Production.INFO: ==11698== Releasing lock...
[2026-09-11 04:45:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-11 04:45:10] Production.INFO: 26 MB #Memory Used#
[2026-09-11 04:45:15] Production.ERROR: CronJobId end10
[2026-09-11 04:45:15] Production.INFO: ==11694== Releasing lock...
[2026-09-11 04:45:15] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 04:45:15] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 04:45:17] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 04:45:17] Production.INFO: ============== Balance Warning START===========
[2026-09-11 04:45:17] Production.INFO: ============== Balance Warning END===========
[2026-09-11 04:45:17] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 04:45:17] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 04:45:17] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 04:45:17] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 04:45:17] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 04:45:17] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 04:45:17] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 04:45:17] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 04:45:17] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 04:45:17] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 04:45:17] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 04:45:18] Production.INFO: call_cost start
[2026-09-11 04:45:18] Production.INFO: call_cost end
[2026-09-11 04:45:18] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 04:45:18] Production.INFO: ============== Report Schedule START===========
[2026-09-11 04:45:18] Production.INFO: ============== Report Schedule END===========
[2026-09-11 04:45:18] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 04:45:18] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 04:45:18] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 04:45:18] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 04:45:18] Production.INFO: ============== Deal alert START===========
[2026-09-11 04:45:18] Production.INFO: ============== Deal alert END===========
[2026-09-11 04:45:18] Production.INFO: ==11690== Releasing lock...
[2026-09-11 04:45:18] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 04:45:18] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 09:46:01] Production.INFO: ==11765== Lock acquired, processing the job...
[2026-09-11 09:46:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 09:46:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 09:46:01] Production.INFO: neon service started
[2026-09-11 09:46:01] Production.INFO: neon service started
[2026-09-11 09:46:01] Production.INFO: ==11765== Releasing lock...
[2026-09-11 09:46:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 09:46:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 04:46:01] Production.INFO: ==11767== Lock acquired, processing the job...
[2026-09-11 04:46:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 04:46:02] Production.INFO: ==11767== Releasing lock...
[2026-09-11 04:46:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 04:46:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 08:46:02] Production.INFO: ==11769== Lock acquired, processing the job...
[2026-09-11 08:46:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 08:46:02] Production.INFO: ==11769== Releasing lock...
[2026-09-11 08:46:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 08:46:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 04:46:03] Production.INFO: ==11773== Lock acquired, processing the job...
[2026-09-11 04:46:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 04:46:03] Production.INFO: ==11779== Lock acquired, processing the job...
[2026-09-11 04:46:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 04:46:03] Production.INFO: ==11771== Lock acquired, processing the job...
[2026-09-11 04:46:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 04:46:03] Production.INFO: ==11777== Lock acquired, processing the job...
[2026-09-11 04:46:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 04:46:03] Production.INFO: ==11775== Lock acquired, processing the job...
[2026-09-11 04:46:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 04:46:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 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-09-11 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-09-11 04:46:03] Production.INFO: Account Balance Start.
[2026-09-11 04:46:03] Production.INFO: CreateAllLog Start
[2026-09-11 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-09-11 04:46:03] Production.INFO: ==11779== Releasing lock...
[2026-09-11 04:46:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 04:46:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 04:46:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 04:46:03] Production.INFO: 117
[2026-09-11 04:46:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 04:46:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 04:46:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 04:46:03] Production.INFO: Date 2026-09-08
[2026-09-11 04:46:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:46:03] Production.INFO: Date 2026-09-09
[2026-09-11 04:46:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:46:03] Production.INFO: Date 2026-09-10
[2026-09-11 04:46:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:46:03] Production.INFO: Date 2026-09-11
[2026-09-11 04:46:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:46:03] Production.INFO: Total Charge 0
[2026-09-11 04:46:03] Production.INFO: CreateAllLog End
[2026-09-11 04:46:03] Production.INFO: Account Balance End.
[2026-09-11 04:46:03] Production.ERROR: CronJobId end 12
[2026-09-11 04:46:03] Production.INFO: ==11777== Releasing lock...
[2026-09-11 04:46:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 04:46:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 04:46:03] Production.INFO: ==11773== Releasing lock...
[2026-09-11 04:46:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 04:46:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 04:46:12] Production.ERROR: CronJobId end10
[2026-09-11 04:46:12] Production.INFO: ==11775== Releasing lock...
[2026-09-11 04:46:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 04:46:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 04:46:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 04:46:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 04:46:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 04:46:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 04:46:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 04:46:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 04:46:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 04:46:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 04:46:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 04:46:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 04:46:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 04:46:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 04:46:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 04:46:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 04:46:15] Production.INFO: call_cost start
[2026-09-11 04:46:15] Production.INFO: call_cost end
[2026-09-11 04:46:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 04:46:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 04:46:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 04:46:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 04:46:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 04:46:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 04:46:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 04:46:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 04:46:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 04:46:15] Production.INFO: ==11771== Releasing lock...
[2026-09-11 04:46:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 04:46:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 09:47:02] Production.INFO: ==11858== Lock acquired, processing the job...
[2026-09-11 09:47:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 09:47:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 09:47:02] Production.INFO: neon service started
[2026-09-11 09:47:02] Production.INFO: neon service started
[2026-09-11 09:47:02] Production.INFO: ==11858== Releasing lock...
[2026-09-11 09:47:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 09:47:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 04:47:02] Production.INFO: ==11860== Lock acquired, processing the job...
[2026-09-11 04:47:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 04:47:02] Production.INFO: ==11860== Releasing lock...
[2026-09-11 04:47:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 04:47:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 08:47:02] Production.INFO: ==11862== Lock acquired, processing the job...
[2026-09-11 08:47:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 08:47:02] Production.INFO: ==11862== Releasing lock...
[2026-09-11 08:47:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 08:47:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 04:47:03] Production.INFO: ==11872== Lock acquired, processing the job...
[2026-09-11 04:47:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 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-09-11 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-09-11 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-09-11 04:47:03] Production.INFO: ==11872== Releasing lock...
[2026-09-11 04:47:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 04:47:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 04:47:03] Production.INFO: ==11864== Lock acquired, processing the job...
[2026-09-11 04:47:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 04:47:03] Production.INFO: ==11866== Lock acquired, processing the job...
[2026-09-11 04:47:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 04:47:03] Production.INFO: ==11868== Lock acquired, processing the job...
[2026-09-11 04:47:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 04:47:03] Production.INFO: ==11870== Lock acquired, processing the job...
[2026-09-11 04:47:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 04:47:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 04:47:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 04:47:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 04:47:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 04:47:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 04:47:03] Production.INFO: Account Balance Start.
[2026-09-11 04:47:03] Production.INFO: CreateAllLog Start
[2026-09-11 04:47:03] Production.INFO: 117
[2026-09-11 04:47:03] Production.INFO: Date 2026-09-08
[2026-09-11 04:47:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:47:04] Production.INFO: Date 2026-09-09
[2026-09-11 04:47:04] Production.INFO: Reseller ==> 0
[2026-09-11 04:47:04] Production.INFO: Date 2026-09-10
[2026-09-11 04:47:04] Production.INFO: Reseller ==> 0
[2026-09-11 04:47:04] Production.INFO: Date 2026-09-11
[2026-09-11 04:47:04] Production.INFO: Reseller ==> 0
[2026-09-11 04:47:04] Production.INFO: Total Charge 0
[2026-09-11 04:47:04] Production.INFO: CreateAllLog End
[2026-09-11 04:47:04] Production.INFO: Account Balance End.
[2026-09-11 04:47:04] Production.ERROR: CronJobId end 12
[2026-09-11 04:47:04] Production.INFO: ==11870== Releasing lock...
[2026-09-11 04:47:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 04:47:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 04:47:04] Production.INFO: ==11866== Releasing lock...
[2026-09-11 04:47:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 04:47:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 04:47:11] Production.ERROR: CronJobId end10
[2026-09-11 04:47:11] Production.INFO: ==11868== Releasing lock...
[2026-09-11 04:47:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 04:47:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 04:47:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 04:47:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 04:47:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 04:47:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 04:47:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 04:47:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 04:47:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 04:47:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 04:47:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 04:47:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 04:47:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 04:47:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 04:47:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 04:47:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 04:47:15] Production.INFO: call_cost start
[2026-09-11 04:47:15] Production.INFO: call_cost end
[2026-09-11 04:47:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 04:47:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 04:47:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 04:47:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 04:47:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 04:47:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 04:47:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 04:47:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 04:47:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 04:47:15] Production.INFO: ==11864== Releasing lock...
[2026-09-11 04:47:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 04:47:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 09:48:01] Production.INFO: ==11938== Lock acquired, processing the job...
[2026-09-11 09:48:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 09:48:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 09:48:01] Production.INFO: neon service started
[2026-09-11 09:48:01] Production.INFO: neon service started
[2026-09-11 09:48:01] Production.INFO: ==11938== Releasing lock...
[2026-09-11 09:48:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 09:48:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 04:48:01] Production.INFO: ==11940== Lock acquired, processing the job...
[2026-09-11 04:48:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 08:48:02] Production.INFO: ==11942== Lock acquired, processing the job...
[2026-09-11 08:48:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 08:48:02] Production.INFO: ==11942== Releasing lock...
[2026-09-11 08:48:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 08:48:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 04:48:02] Production.INFO: ==11940== Releasing lock...
[2026-09-11 04:48:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 04:48:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 04:48:02] Production.INFO: ==11946== Lock acquired, processing the job...
[2026-09-11 04:48:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 04:48:02] Production.INFO: ==11953== Lock acquired, processing the job...
[2026-09-11 04:48:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 04:48: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-09-11 04:48: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-09-11 04:48: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-09-11 04:48:02] Production.INFO: ==11953== Releasing lock...
[2026-09-11 04:48:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 04:48:02] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 04:48:03] Production.INFO: ==11951== Lock acquired, processing the job...
[2026-09-11 04:48:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 04:48:03] Production.INFO: ==11944== Lock acquired, processing the job...
[2026-09-11 04:48:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 04:48:03] Production.INFO: ==11948== Lock acquired, processing the job...
[2026-09-11 04:48:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 04:48:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 04:48:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 04:48:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 04:48:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 04:48:03] Production.INFO: Account Balance Start.
[2026-09-11 04:48:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 04:48:03] Production.INFO: CreateAllLog Start
[2026-09-11 04:48:03] Production.INFO: 117
[2026-09-11 04:48:03] Production.INFO: Date 2026-09-08
[2026-09-11 04:48:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:48:03] Production.INFO: Date 2026-09-09
[2026-09-11 04:48:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:48:03] Production.INFO: Date 2026-09-10
[2026-09-11 04:48:03] Production.INFO: ==11946== Releasing lock...
[2026-09-11 04:48:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 04:48:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 04:48:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:48:03] Production.INFO: Date 2026-09-11
[2026-09-11 04:48:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:48:03] Production.INFO: Total Charge 0
[2026-09-11 04:48:03] Production.INFO: CreateAllLog End
[2026-09-11 04:48:03] Production.INFO: Account Balance End.
[2026-09-11 04:48:03] Production.ERROR: CronJobId end 12
[2026-09-11 04:48:03] Production.INFO: ==11951== Releasing lock...
[2026-09-11 04:48:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 04:48:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 04:48:11] Production.ERROR: CronJobId end10
[2026-09-11 04:48:11] Production.INFO: ==11948== Releasing lock...
[2026-09-11 04:48:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 04:48:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 04:48:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 04:48:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 04:48:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 04:48:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 04:48:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 04:48:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 04:48:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 04:48:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 04:48:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 04:48:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 04:48:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 04:48:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 04:48:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 04:48:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 04:48:14] Production.INFO: call_cost start
[2026-09-11 04:48:15] Production.INFO: call_cost end
[2026-09-11 04:48:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 04:48:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 04:48:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 04:48:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 04:48:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 04:48:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 04:48:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 04:48:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 04:48:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 04:48:15] Production.INFO: ==11944== Releasing lock...
[2026-09-11 04:48:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 04:48:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 09:49:01] Production.INFO: ==12026== Lock acquired, processing the job...
[2026-09-11 09:49:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 09:49:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 09:49:01] Production.INFO: neon service started
[2026-09-11 09:49:01] Production.INFO: neon service started
[2026-09-11 09:49:01] Production.INFO: ==12026== Releasing lock...
[2026-09-11 09:49:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 09:49:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 04:49:02] Production.INFO: ==12028== Lock acquired, processing the job...
[2026-09-11 04:49:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 04:49:02] Production.INFO: ==12028== Releasing lock...
[2026-09-11 04:49:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 04:49:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 08:49:02] Production.INFO: ==12030== Lock acquired, processing the job...
[2026-09-11 08:49:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 08:49:02] Production.INFO: ==12030== Releasing lock...
[2026-09-11 08:49:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 08:49:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 04:49:03] Production.INFO: ==12034== Lock acquired, processing the job...
[2026-09-11 04:49:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 04:49:03] Production.INFO: ==12032== Lock acquired, processing the job...
[2026-09-11 04:49:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 04:49:03] Production.INFO: ==12036== Lock acquired, processing the job...
[2026-09-11 04:49:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 04:49:03] Production.INFO: ==12038== Lock acquired, processing the job...
[2026-09-11 04:49:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 04:49:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 04:49:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 04:49:03] Production.INFO: ==12040== Lock acquired, processing the job...
[2026-09-11 04:49:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 04:49:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 04:49:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 04:49:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 04:49:03] Production.INFO: Account Balance Start.
[2026-09-11 04:49:03] Production.INFO: CreateAllLog Start
[2026-09-11 04:49:03] Production.INFO: 117
[2026-09-11 04:49:03] Production.INFO: Date 2026-09-08
[2026-09-11 04:49:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:49:03] Production.INFO: Date 2026-09-09
[2026-09-11 04:49:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 04:49:03] Production.INFO: Date 2026-09-10
[2026-09-11 04:49:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 04:49:03] Production.INFO: ==12040== Releasing lock...
[2026-09-11 04:49:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 04:49:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 04:49:03] Production.INFO: Date 2026-09-11
[2026-09-11 04:49:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:49:03] Production.INFO: Total Charge 0
[2026-09-11 04:49:03] Production.INFO: CreateAllLog End
[2026-09-11 04:49:03] Production.INFO: ==12034== Releasing lock...
[2026-09-11 04:49:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 04:49:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 04:49:03] Production.INFO: Account Balance End.
[2026-09-11 04:49:04] Production.ERROR: CronJobId end 12
[2026-09-11 04:49:04] Production.INFO: ==12038== Releasing lock...
[2026-09-11 04:49:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 04:49:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 04:49:11] Production.ERROR: CronJobId end10
[2026-09-11 04:49:11] Production.INFO: ==12036== Releasing lock...
[2026-09-11 04:49:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 04:49:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 04:49:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 04:49:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 04:49:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 04:49:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 04:49:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 04:49:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 04:49:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 04:49:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 04:49:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 04:49:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 04:49:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 04:49:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 04:49:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 04:49:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 04:49:15] Production.INFO: call_cost start
[2026-09-11 04:49:15] Production.INFO: call_cost end
[2026-09-11 04:49:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 04:49:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 04:49:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 04:49:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 04:49:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 04:49:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 04:49:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 04:49:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 04:49:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 04:49:15] Production.INFO: ==12032== Releasing lock...
[2026-09-11 04:49:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 04:49:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 09:50:02] Production.INFO: ==12106== Lock acquired, processing the job...
[2026-09-11 09:50:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 09:50:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 09:50:02] Production.INFO: neon service started
[2026-09-11 09:50:02] Production.INFO: neon service started
[2026-09-11 09:50:02] Production.INFO: ==12106== Releasing lock...
[2026-09-11 09:50:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 09:50:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 04:50:02] Production.INFO: ==12108== Lock acquired, processing the job...
[2026-09-11 04:50:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 04:50:02] Production.INFO: ==12108== Releasing lock...
[2026-09-11 04:50:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 04:50:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 08:50:02] Production.INFO: ==12110== Lock acquired, processing the job...
[2026-09-11 08:50:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 08:50:03] Production.INFO: ==12110== Releasing lock...
[2026-09-11 08:50:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 08:50:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 04:50:03] Production.INFO: ==12116== Lock acquired, processing the job...
[2026-09-11 04:50:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 04:50:03] Production.INFO: ==12120== Lock acquired, processing the job...
[2026-09-11 04:50:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 04:50:03] Production.INFO: Account Balance Start.
[2026-09-11 04:50:03] Production.INFO: CreateAllLog Start
[2026-09-11 04:50:03] Production.INFO: 117
[2026-09-11 04:50:03] Production.INFO: Date 2026-09-08
[2026-09-11 04:50:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:50:03] Production.INFO: Date 2026-09-09
[2026-09-11 04:50:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:50:03] Production.INFO: Date 2026-09-10
[2026-09-11 04:50:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:50:03] Production.INFO: ==12114== Lock acquired, processing the job...
[2026-09-11 04:50:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 04:50:03] Production.INFO: Date 2026-09-11
[2026-09-11 04:50:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:50:03] Production.INFO: Total Charge 0
[2026-09-11 04:50:03] Production.INFO: CreateAllLog End
[2026-09-11 04:50:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 04:50:03] Production.INFO: ==12118== Lock acquired, processing the job...
[2026-09-11 04:50:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 04:50:04] Production.INFO: ==12122== Lock acquired, processing the job...
[2026-09-11 04:50:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 04:50:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 04:50:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 04:50:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 04:50:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 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-09-11 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-09-11 04:50:04] Production.INFO: Account Balance End.
[2026-09-11 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-09-11 04:50:04] Production.INFO: ==12116== Releasing lock...
[2026-09-11 04:50:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 04:50:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 04:50:04] Production.INFO: ==12122== Releasing lock...
[2026-09-11 04:50:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 04:50:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 04:50:04] Production.ERROR: CronJobId end 12
[2026-09-11 04:50:04] Production.INFO: ==12120== Releasing lock...
[2026-09-11 04:50:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 04:50:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 04:50:12] Production.ERROR: CronJobId end10
[2026-09-11 04:50:12] Production.INFO: ==12118== Releasing lock...
[2026-09-11 04:50:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 04:50:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 04:50:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 04:50:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 04:50:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 04:50:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 04:50:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 04:50:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 04:50:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 04:50:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 04:50:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 04:50:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 04:50:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 04:50:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 04:50:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 04:50:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 04:50:14] Production.INFO: call_cost start
[2026-09-11 04:50:14] Production.INFO: call_cost end
[2026-09-11 04:50:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 04:50:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 04:50:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 04:50:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 04:50:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 04:50:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 04:50:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 04:50:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 04:50:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 04:50:14] Production.INFO: ==12114== Releasing lock...
[2026-09-11 04:50:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 04:50:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 09:51:01] Production.INFO: ==12187== Lock acquired, processing the job...
[2026-09-11 09:51:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 09:51:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 09:51:01] Production.INFO: neon service started
[2026-09-11 09:51:01] Production.INFO: neon service started
[2026-09-11 09:51:01] Production.INFO: ==12187== Releasing lock...
[2026-09-11 09:51:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 09:51:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 04:51:02] Production.INFO: ==12189== Lock acquired, processing the job...
[2026-09-11 04:51:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 08:51:02] Production.INFO: ==12191== Lock acquired, processing the job...
[2026-09-11 08:51:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 08:51:02] Production.INFO: ==12191== Releasing lock...
[2026-09-11 08:51:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 08:51:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 04:51:02] Production.INFO: ==12189== Releasing lock...
[2026-09-11 04:51:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 04:51:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 04:51:03] Production.INFO: ==12194== Lock acquired, processing the job...
[2026-09-11 04:51:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 04:51:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 04:51:03] Production.INFO: ==12198== Lock acquired, processing the job...
[2026-09-11 04:51:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 04:51:03] Production.INFO: ==12200== Lock acquired, processing the job...
[2026-09-11 04:51:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 04:51:03] Production.INFO: ==12196== Lock acquired, processing the job...
[2026-09-11 04:51:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 04:51:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 04:51:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 04:51:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 04:51:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 04:51:03] Production.INFO: ==12202== Lock acquired, processing the job...
[2026-09-11 04:51:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 04:51:03] Production.INFO: Account Balance Start.
[2026-09-11 04:51:03] Production.INFO: CreateAllLog Start
[2026-09-11 04:51:03] Production.INFO: 117
[2026-09-11 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-09-11 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-09-11 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-09-11 04:51:03] Production.INFO: Date 2026-09-08
[2026-09-11 04:51:03] Production.INFO: ==12202== Releasing lock...
[2026-09-11 04:51:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 04:51:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 04:51:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:51:03] Production.INFO: Date 2026-09-09
[2026-09-11 04:51:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:51:03] Production.INFO: Date 2026-09-10
[2026-09-11 04:51:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:51:03] Production.INFO: Date 2026-09-11
[2026-09-11 04:51:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:51:03] Production.INFO: Total Charge 0
[2026-09-11 04:51:04] Production.INFO: CreateAllLog End
[2026-09-11 04:51:04] Production.INFO: Account Balance End.
[2026-09-11 04:51:04] Production.ERROR: CronJobId end 12
[2026-09-11 04:51:04] Production.INFO: ==12200== Releasing lock...
[2026-09-11 04:51:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 04:51:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 04:51:04] Production.INFO: ==12196== Releasing lock...
[2026-09-11 04:51:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 04:51:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 04:51:12] Production.ERROR: CronJobId end10
[2026-09-11 04:51:12] Production.INFO: ==12198== Releasing lock...
[2026-09-11 04:51:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 04:51:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 04:51:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 04:51:15] Production.INFO: ============== Balance Warning START===========
[2026-09-11 04:51:15] Production.INFO: ============== Balance Warning END===========
[2026-09-11 04:51:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 04:51:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 04:51:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 04:51:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 04:51:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 04:51:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 04:51:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 04:51:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 04:51:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 04:51:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 04:51:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 04:51:15] Production.INFO: call_cost start
[2026-09-11 04:51:15] Production.INFO: call_cost end
[2026-09-11 04:51:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 04:51:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 04:51:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 04:51:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 04:51:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 04:51:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 04:51:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 04:51:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 04:51:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 04:51:15] Production.INFO: ==12194== Releasing lock...
[2026-09-11 04:51:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 04:51:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 09:52:02] Production.INFO: ==12269== Lock acquired, processing the job...
[2026-09-11 09:52:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 09:52:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 09:52:02] Production.INFO: neon service started
[2026-09-11 09:52:02] Production.INFO: neon service started
[2026-09-11 09:52:02] Production.INFO: ==12269== Releasing lock...
[2026-09-11 09:52:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 09:52:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 04:52:02] Production.INFO: ==12271== Lock acquired, processing the job...
[2026-09-11 04:52:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 08:52:02] Production.INFO: ==12273== Lock acquired, processing the job...
[2026-09-11 08:52:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 08:52:02] Production.INFO: ==12273== Releasing lock...
[2026-09-11 08:52:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 08:52:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 04:52:03] Production.INFO: ==12271== Releasing lock...
[2026-09-11 04:52:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 04:52:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 04:52:03] Production.INFO: ==12280== Lock acquired, processing the job...
[2026-09-11 04:52:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 04:52:03] Production.INFO: ==12276== Lock acquired, processing the job...
[2026-09-11 04:52:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 04:52:03] Production.INFO: ==12278== Lock acquired, processing the job...
[2026-09-11 04:52:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 04:52:03] Production.INFO: ==12282== Lock acquired, processing the job...
[2026-09-11 04:52:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 04:52:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 04:52:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 04:52:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 04:52:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 04:52:03] Production.INFO: ==12284== Lock acquired, processing the job...
[2026-09-11 04:52:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 04:52:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 04:52:03] Production.INFO: Account Balance Start.
[2026-09-11 04:52:03] Production.INFO: CreateAllLog Start
[2026-09-11 04:52:03] Production.INFO: 117
[2026-09-11 04:52:03] Production.INFO: Date 2026-09-08
[2026-09-11 04:52:04] Production.INFO: Reseller ==> 0
[2026-09-11 04:52:04] Production.INFO: Date 2026-09-09
[2026-09-11 04:52:04] Production.INFO: Reseller ==> 0
[2026-09-11 04: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-09-11 04: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-09-11 04:52:04] Production.INFO: Date 2026-09-10
[2026-09-11 04:52:04] Production.INFO: Reseller ==> 0
[2026-09-11 04: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-09-11 04:52:04] Production.INFO: ==12284== Releasing lock...
[2026-09-11 04:52:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 04:52:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 04:52:04] Production.INFO: Date 2026-09-11
[2026-09-11 04:52:04] Production.INFO: Reseller ==> 0
[2026-09-11 04:52:04] Production.INFO: Total Charge 0
[2026-09-11 04:52:04] Production.INFO: CreateAllLog End
[2026-09-11 04:52:04] Production.INFO: Account Balance End.
[2026-09-11 04:52:04] Production.ERROR: CronJobId end 12
[2026-09-11 04:52:04] Production.INFO: ==12282== Releasing lock...
[2026-09-11 04:52:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 04:52:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 04:52:04] Production.INFO: ==12278== Releasing lock...
[2026-09-11 04:52:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 04:52:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 04:52:11] Production.ERROR: CronJobId end10
[2026-09-11 04:52:11] Production.INFO: ==12280== Releasing lock...
[2026-09-11 04:52:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 04:52:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 04:52:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 04:52:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 04:52:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 04:52:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 04:52:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 04:52:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 04:52:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 04:52:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 04:52:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 04:52:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 04:52:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 04:52:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 04:52:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 04:52:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 04:52:14] Production.INFO: call_cost start
[2026-09-11 04:52:14] Production.INFO: call_cost end
[2026-09-11 04:52:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 04:52:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 04:52:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 04:52:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 04:52:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 04:52:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 04:52:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 04:52:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 04:52:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 04:52:14] Production.INFO: ==12276== Releasing lock...
[2026-09-11 04:52:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 04:52:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 09:53:01] Production.INFO: ==12348== Lock acquired, processing the job...
[2026-09-11 09:53:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 09:53:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 09:53:01] Production.INFO: neon service started
[2026-09-11 09:53:01] Production.INFO: neon service started
[2026-09-11 09:53:01] Production.INFO: ==12348== Releasing lock...
[2026-09-11 09:53:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 09:53:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 04:53:02] Production.INFO: ==12350== Lock acquired, processing the job...
[2026-09-11 04:53:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 08:53:02] Production.INFO: ==12352== Lock acquired, processing the job...
[2026-09-11 08:53:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 08:53:02] Production.INFO: ==12352== Releasing lock...
[2026-09-11 08:53:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 08:53:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 04:53:02] Production.INFO: ==12350== Releasing lock...
[2026-09-11 04:53:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 04:53:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 04:53:03] Production.INFO: ==12355== Lock acquired, processing the job...
[2026-09-11 04:53:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 04:53:03] Production.INFO: ==12357== Lock acquired, processing the job...
[2026-09-11 04:53:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 04:53:03] Production.INFO: ==12363== Lock acquired, processing the job...
[2026-09-11 04:53:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 04:53:03] Production.INFO: ==12361== Lock acquired, processing the job...
[2026-09-11 04:53:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 04:53:03] Production.INFO: ==12359== Lock acquired, processing the job...
[2026-09-11 04:53:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 04:53:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 04:53:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 04:53:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 04:53:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 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-09-11 04:53:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 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-09-11 04:53:03] Production.INFO: Account Balance Start.
[2026-09-11 04:53:03] Production.INFO: CreateAllLog Start
[2026-09-11 04:53:03] Production.INFO: 117
[2026-09-11 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-09-11 04:53:03] Production.INFO: ==12363== Releasing lock...
[2026-09-11 04:53:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 04:53:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 04:53:03] Production.INFO: Date 2026-09-08
[2026-09-11 04:53:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:53:03] Production.INFO: Date 2026-09-09
[2026-09-11 04:53:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:53:03] Production.INFO: Date 2026-09-10
[2026-09-11 04:53:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:53:03] Production.INFO: Date 2026-09-11
[2026-09-11 04:53:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:53:03] Production.INFO: Total Charge 0
[2026-09-11 04:53:03] Production.INFO: CreateAllLog End
[2026-09-11 04:53:04] Production.INFO: ==12357== Releasing lock...
[2026-09-11 04:53:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 04:53:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 04:53:04] Production.INFO: Account Balance End.
[2026-09-11 04:53:04] Production.ERROR: CronJobId end 12
[2026-09-11 04:53:04] Production.INFO: ==12361== Releasing lock...
[2026-09-11 04:53:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 04:53:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 04:53:11] Production.ERROR: CronJobId end10
[2026-09-11 04:53:11] Production.INFO: ==12359== Releasing lock...
[2026-09-11 04:53:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 04:53:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 04:53:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 04:53:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 04:53:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 04:53:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 04:53:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 04:53:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 04:53:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 04:53:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 04:53:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 04:53:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 04:53:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 04:53:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 04:53:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 04:53:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 04:53:14] Production.INFO: call_cost start
[2026-09-11 04:53:14] Production.INFO: call_cost end
[2026-09-11 04:53:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 04:53:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 04:53:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 04:53:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 04:53:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 04:53:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 04:53:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 04:53:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 04:53:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 04:53:14] Production.INFO: ==12355== Releasing lock...
[2026-09-11 04:53:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 04:53:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 09:54:01] Production.INFO: ==12468== Lock acquired, processing the job...
[2026-09-11 09:54:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 09:54:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 09:54:01] Production.INFO: neon service started
[2026-09-11 09:54:02] Production.INFO: neon service started
[2026-09-11 09:54:02] Production.INFO: ==12468== Releasing lock...
[2026-09-11 09:54:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 09:54:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 04:54:02] Production.INFO: ==12470== Lock acquired, processing the job...
[2026-09-11 04:54:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 04:54:02] Production.INFO: ==12470== Releasing lock...
[2026-09-11 04:54:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 04:54:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 08:54:02] Production.INFO: ==12472== Lock acquired, processing the job...
[2026-09-11 08:54:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 08:54:02] Production.INFO: ==12472== Releasing lock...
[2026-09-11 08:54:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 08:54:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 04:54:03] Production.INFO: ==12475== Lock acquired, processing the job...
[2026-09-11 04:54:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 04:54:03] Production.INFO: ==12477== Lock acquired, processing the job...
[2026-09-11 04:54:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 04:54:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 04:54:03] Production.INFO: ==12483== Lock acquired, processing the job...
[2026-09-11 04:54:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 04:54:03] Production.INFO: ==12479== Lock acquired, processing the job...
[2026-09-11 04:54:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 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-09-11 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-09-11 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-09-11 04:54:03] Production.INFO: ==12481== Lock acquired, processing the job...
[2026-09-11 04:54:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 04:54:03] Production.INFO: ==12483== Releasing lock...
[2026-09-11 04:54:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 04:54:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 04:54:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 04:54:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 04:54:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 04:54:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 04:54:03] Production.INFO: Account Balance Start.
[2026-09-11 04:54:03] Production.INFO: CreateAllLog Start
[2026-09-11 04:54:03] Production.INFO: 117
[2026-09-11 04:54:03] Production.INFO: Date 2026-09-08
[2026-09-11 04:54:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:54:03] Production.INFO: Date 2026-09-09
[2026-09-11 04:54:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:54:03] Production.INFO: Date 2026-09-10
[2026-09-11 04:54:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:54:03] Production.INFO: Date 2026-09-11
[2026-09-11 04:54:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:54:03] Production.INFO: Total Charge 0
[2026-09-11 04:54:03] Production.INFO: CreateAllLog End
[2026-09-11 04:54:04] Production.INFO: Account Balance End.
[2026-09-11 04:54:04] Production.ERROR: CronJobId end 12
[2026-09-11 04:54:04] Production.INFO: ==12481== Releasing lock...
[2026-09-11 04:54:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 04:54:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 04:54:04] Production.INFO: ==12477== Releasing lock...
[2026-09-11 04:54:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 04:54:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 04:54:12] Production.ERROR: CronJobId end10
[2026-09-11 04:54:12] Production.INFO: ==12479== Releasing lock...
[2026-09-11 04:54:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 04:54:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 04:54:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 04:54:15] Production.INFO: ============== Balance Warning START===========
[2026-09-11 04:54:15] Production.INFO: ============== Balance Warning END===========
[2026-09-11 04:54:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 04:54:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 04:54:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 04:54:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 04:54:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 04:54:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 04:54:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 04:54:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 04:54:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 04:54:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 04:54:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 04:54:15] Production.INFO: call_cost start
[2026-09-11 04:54:15] Production.INFO: call_cost end
[2026-09-11 04:54:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 04:54:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 04:54:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 04:54:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 04:54:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 04:54:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 04:54:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 04:54:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 04:54:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 04:54:15] Production.INFO: ==12475== Releasing lock...
[2026-09-11 04:54:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 04:54:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 09:55:01] Production.INFO: ==12560== Lock acquired, processing the job...
[2026-09-11 09:55:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 09:55:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 09:55:01] Production.INFO: neon service started
[2026-09-11 09:55:01] Production.INFO: neon service started
[2026-09-11 09:55:01] Production.INFO: ==12560== Releasing lock...
[2026-09-11 09:55:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 09:55:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 08:55:01] Production.INFO: ==12564== Lock acquired, processing the job...
[2026-09-11 08:55:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 08:55:01] Production.INFO: ==12564== Releasing lock...
[2026-09-11 08:55:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 08:55:01] Production.INFO: 25 MB #Memory Used#
[2026-09-11 04:55:01] Production.INFO: ==12562== Lock acquired, processing the job...
[2026-09-11 04:55:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 04:55:02] Production.INFO: ==12562== Releasing lock...
[2026-09-11 04:55:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 04:55:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 04:55:03] Production.INFO: ==12567== Lock acquired, processing the job...
[2026-09-11 04:55:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-11 04:55:03] Production.ERROR: ========================== active cronjob start =============================
[2026-09-11 04:55:03] Production.INFO: ==12569== Lock acquired, processing the job...
[2026-09-11 04:55:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 04:55:03] Production.ERROR: ========================== active cronjob end =============================
[2026-09-11 04:55:03] Production.INFO: ==12567== Releasing lock...
[2026-09-11 04:55:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-11 04:55:03] Production.INFO: 25.5 MB #Memory Used#
[2026-09-11 04:55:03] Production.INFO: ==12571== Lock acquired, processing the job...
[2026-09-11 04:55:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 04:55:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 04:55:03] Production.INFO: ==12573== Lock acquired, processing the job...
[2026-09-11 04:55:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 04:55:03] Production.INFO: ==12577== Lock acquired, processing the job...
[2026-09-11 04:55:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-11 04:55:03] Production.INFO: ==12575== Lock acquired, processing the job...
[2026-09-11 04:55:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 04:55:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 04:55:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 04:55:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 04:55:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 04:55:03] Production.INFO: ==12579== Lock acquired, processing the job...
[2026-09-11 04:55:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 04:55:03] Production.ERROR: tblTempUsageDetail_20
[2026-09-11 04:55:03] Production.INFO: Account Balance Start.
[2026-09-11 04:55:03] Production.INFO: CreateAllLog Start
[2026-09-11 04:55:03] Production.INFO: 117
[2026-09-11 04:55:03] Production.INFO: Date 2026-09-08
[2026-09-11 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-09-11 04:55:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 04:55:03] Production.INFO: Date 2026-09-09
[2026-09-11 04:55:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:55:03] Production.INFO: Date 2026-09-10
[2026-09-11 04:55:03] Production.INFO: ==12579== Releasing lock...
[2026-09-11 04:55:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 04:55:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 04:55:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:55:03] Production.INFO: Date 2026-09-11
[2026-09-11 04:55:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:55:03] Production.INFO: Total Charge 0
[2026-09-11 04:55:03] Production.INFO: CreateAllLog End
[2026-09-11 04:55:04] Production.ERROR: done
[2026-09-11 04:55:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-11 04:55:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17982562', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) start
[2026-09-11 04:55:04] Production.INFO: Account Balance End.
[2026-09-11 04:55:04] Production.ERROR: CronJobId end 12
[2026-09-11 04:55:04] Production.INFO: ==12575== Releasing lock...
[2026-09-11 04:55:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 04:55:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 04:55:04] Production.INFO: ==12571== Releasing lock...
[2026-09-11 04:55:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 04:55:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 04:55:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17982562', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) end
[2026-09-11 04:55:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-11 04:55:10] Production.INFO: ProcessCDR(1,17982562,1,1,2)
[2026-09-11 04:55:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17982562,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 04:55:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17982562,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 04:55:10] Production.ERROR: pbx prc_insertCDR start
[2026-09-11 04:55:10] Production.ERROR: pbx prc_insertCDR end
[2026-09-11 04:55:10] Production.INFO: ==12577== Releasing lock...
[2026-09-11 04:55:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-11 04:55:10] Production.INFO: 26 MB #Memory Used#
[2026-09-11 04:55:14] Production.ERROR: CronJobId end10
[2026-09-11 04:55:14] Production.INFO: ==12573== Releasing lock...
[2026-09-11 04:55:14] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 04:55:14] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 04:55:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 04:55:16] Production.INFO: ============== Balance Warning START===========
[2026-09-11 04:55:16] Production.INFO: ============== Balance Warning END===========
[2026-09-11 04:55:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 04:55:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 04:55:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 04:55:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 04:55:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 04:55:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 04:55:16] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 04:55:16] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 04:55:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 04:55:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 04:55:16] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 04:55:17] Production.INFO: call_cost start
[2026-09-11 04:55:17] Production.INFO: call_cost end
[2026-09-11 04:55:17] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 04:55:17] Production.INFO: ============== Report Schedule START===========
[2026-09-11 04:55:17] Production.INFO: ============== Report Schedule END===========
[2026-09-11 04:55:17] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 04:55:17] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 04:55:17] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 04:55:17] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 04:55:17] Production.INFO: ============== Deal alert START===========
[2026-09-11 04:55:17] Production.INFO: ============== Deal alert END===========
[2026-09-11 04:55:17] Production.INFO: ==12569== Releasing lock...
[2026-09-11 04:55:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 04:55:17] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 09:56:01] Production.INFO: ==12653== Lock acquired, processing the job...
[2026-09-11 09:56:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 09:56:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 09:56:01] Production.INFO: neon service started
[2026-09-11 09:56:01] Production.INFO: neon service started
[2026-09-11 09:56:01] Production.INFO: ==12653== Releasing lock...
[2026-09-11 09:56:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 09:56:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 04:56:02] Production.INFO: ==12656== Lock acquired, processing the job...
[2026-09-11 04:56:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 04:56:02] Production.INFO: ==12656== Releasing lock...
[2026-09-11 04:56:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 04:56:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 08:56:02] Production.INFO: ==12658== Lock acquired, processing the job...
[2026-09-11 08:56:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 08:56:02] Production.INFO: ==12658== Releasing lock...
[2026-09-11 08:56:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 08:56:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 04:56:03] Production.INFO: ==12662== Lock acquired, processing the job...
[2026-09-11 04:56:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 04:56:03] Production.INFO: ==12664== Lock acquired, processing the job...
[2026-09-11 04:56:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 04:56:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 04:56:03] Production.INFO: ==12670== Lock acquired, processing the job...
[2026-09-11 04:56:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 04:56:03] Production.INFO: ==12668== Lock acquired, processing the job...
[2026-09-11 04:56:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 04:56:03] Production.INFO: ==12666== Lock acquired, processing the job...
[2026-09-11 04:56:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 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-09-11 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-09-11 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-09-11 04:56:03] Production.INFO: ==12670== Releasing lock...
[2026-09-11 04:56:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 04:56:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 04:56:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 04:56:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 04:56:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 04:56:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 04:56:03] Production.INFO: Account Balance Start.
[2026-09-11 04:56:03] Production.INFO: CreateAllLog Start
[2026-09-11 04:56:03] Production.INFO: 117
[2026-09-11 04:56:03] Production.INFO: Date 2026-09-08
[2026-09-11 04:56:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:56:03] Production.INFO: Date 2026-09-09
[2026-09-11 04:56:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:56:03] Production.INFO: Date 2026-09-10
[2026-09-11 04:56:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:56:03] Production.INFO: Date 2026-09-11
[2026-09-11 04:56:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:56:03] Production.INFO: Total Charge 0
[2026-09-11 04:56:03] Production.INFO: CreateAllLog End
[2026-09-11 04:56:04] Production.INFO: ==12664== Releasing lock...
[2026-09-11 04:56:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 04:56:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 04:56:04] Production.INFO: Account Balance End.
[2026-09-11 04:56:04] Production.ERROR: CronJobId end 12
[2026-09-11 04:56:04] Production.INFO: ==12668== Releasing lock...
[2026-09-11 04:56:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 04:56:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 04:56:12] Production.ERROR: CronJobId end10
[2026-09-11 04:56:12] Production.INFO: ==12666== Releasing lock...
[2026-09-11 04:56:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 04:56:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 04:56:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 04:56:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 04:56:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 04:56:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 04:56:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 04:56:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 04:56:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 04:56:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 04:56:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 04:56:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 04:56:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 04:56:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 04:56:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 04:56:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 04:56:15] Production.INFO: call_cost start
[2026-09-11 04:56:15] Production.INFO: call_cost end
[2026-09-11 04:56:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 04:56:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 04:56:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 04:56:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 04:56:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 04:56:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 04:56:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 04:56:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 04:56:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 04:56:15] Production.INFO: ==12662== Releasing lock...
[2026-09-11 04:56:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 04:56:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 09:57:02] Production.INFO: ==12755== Lock acquired, processing the job...
[2026-09-11 09:57:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 09:57:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 09:57:02] Production.INFO: neon service started
[2026-09-11 09:57:02] Production.INFO: neon service started
[2026-09-11 09:57:02] Production.INFO: ==12755== Releasing lock...
[2026-09-11 09:57:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 09:57:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 08:57:02] Production.INFO: ==12759== Lock acquired, processing the job...
[2026-09-11 08:57:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 08:57:02] Production.INFO: ==12759== Releasing lock...
[2026-09-11 08:57:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 08:57:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 04:57:02] Production.INFO: ==12757== Lock acquired, processing the job...
[2026-09-11 04:57:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 04:57:02] Production.INFO: ==12757== Releasing lock...
[2026-09-11 04:57:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 04:57:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 04:57:03] Production.INFO: ==12768== Lock acquired, processing the job...
[2026-09-11 04:57:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 04:57:03] Production.INFO: ==12762== Lock acquired, processing the job...
[2026-09-11 04:57:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 04:57:03] Production.INFO: ==12764== Lock acquired, processing the job...
[2026-09-11 04:57:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 04:57:03] Production.INFO: ==12766== Lock acquired, processing the job...
[2026-09-11 04:57:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 04:57:03] Production.INFO: ==12770== Lock acquired, processing the job...
[2026-09-11 04:57:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 04:57:03] Production.INFO: Account Balance Start.
[2026-09-11 04:57:03] Production.INFO: CreateAllLog Start
[2026-09-11 04:57:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 04:57:03] Production.INFO: 117
[2026-09-11 04:57:03] Production.INFO: Date 2026-09-08
[2026-09-11 04:57:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 04:57:03] Production.INFO: Date 2026-09-09
[2026-09-11 04:57:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 04:57:03] Production.INFO: ==12770== Releasing lock...
[2026-09-11 04:57:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 04:57:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 04:57:03] Production.INFO: Date 2026-09-10
[2026-09-11 04:57:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:57:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 04:57:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 04:57:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 04:57:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 04:57:04] Production.INFO: Date 2026-09-11
[2026-09-11 04:57:04] Production.INFO: Reseller ==> 0
[2026-09-11 04:57:04] Production.INFO: Total Charge 0
[2026-09-11 04:57:04] Production.INFO: CreateAllLog End
[2026-09-11 04:57:04] Production.INFO: Account Balance End.
[2026-09-11 04:57:04] Production.ERROR: CronJobId end 12
[2026-09-11 04:57:04] Production.INFO: ==12768== Releasing lock...
[2026-09-11 04:57:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 04:57:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 04:57:04] Production.INFO: ==12764== Releasing lock...
[2026-09-11 04:57:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 04:57:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 04:57:12] Production.ERROR: CronJobId end10
[2026-09-11 04:57:12] Production.INFO: ==12766== Releasing lock...
[2026-09-11 04:57:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 04:57:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 04:57:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 04:57:15] Production.INFO: ============== Balance Warning START===========
[2026-09-11 04:57:15] Production.INFO: ============== Balance Warning END===========
[2026-09-11 04:57:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 04:57:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 04:57:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 04:57:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 04:57:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 04:57:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 04:57:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 04:57:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 04:57:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 04:57:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 04:57:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 04:57:15] Production.INFO: call_cost start
[2026-09-11 04:57:15] Production.INFO: call_cost end
[2026-09-11 04:57:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 04:57:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 04:57:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 04:57:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 04:57:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 04:57:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 04:57:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 04:57:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 04:57:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 04:57:15] Production.INFO: ==12762== Releasing lock...
[2026-09-11 04:57:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 04:57:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 09:58:01] Production.INFO: ==12892== Lock acquired, processing the job...
[2026-09-11 09:58:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 09:58:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 09:58:01] Production.INFO: neon service started
[2026-09-11 09:58:01] Production.INFO: neon service started
[2026-09-11 09:58:01] Production.INFO: ==12892== Releasing lock...
[2026-09-11 09:58:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 09:58:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 04:58:01] Production.INFO: ==12894== Lock acquired, processing the job...
[2026-09-11 04:58:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 04:58:02] Production.INFO: ==12894== Releasing lock...
[2026-09-11 04:58:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 04:58:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 08:58:02] Production.INFO: ==12896== Lock acquired, processing the job...
[2026-09-11 08:58:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 08:58:02] Production.INFO: ==12896== Releasing lock...
[2026-09-11 08:58:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 08:58:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 04:58:03] Production.INFO: ==12906== Lock acquired, processing the job...
[2026-09-11 04:58:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 04:58:03] Production.INFO: ==12898== Lock acquired, processing the job...
[2026-09-11 04:58:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 04:58:03] Production.INFO: ==12902== Lock acquired, processing the job...
[2026-09-11 04:58:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 04:58:03] Production.INFO: ==12900== Lock acquired, processing the job...
[2026-09-11 04:58:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 04:58:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 04:58:03] Production.INFO: ==12904== Lock acquired, processing the job...
[2026-09-11 04:58:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 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-09-11 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-09-11 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-09-11 04:58:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 04:58:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 04:58:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 04:58:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 04:58:03] Production.INFO: ==12906== Releasing lock...
[2026-09-11 04:58:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 04:58:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 04:58:03] Production.INFO: Account Balance Start.
[2026-09-11 04:58:03] Production.INFO: CreateAllLog Start
[2026-09-11 04:58:03] Production.INFO: 117
[2026-09-11 04:58:03] Production.INFO: Date 2026-09-08
[2026-09-11 04:58:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:58:03] Production.INFO: Date 2026-09-09
[2026-09-11 04:58:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:58:03] Production.INFO: Date 2026-09-10
[2026-09-11 04:58:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:58:03] Production.INFO: Date 2026-09-11
[2026-09-11 04:58:03] Production.INFO: Reseller ==> 0
[2026-09-11 04:58:03] Production.INFO: Total Charge 0
[2026-09-11 04:58:03] Production.INFO: CreateAllLog End
[2026-09-11 04:58:03] Production.INFO: Account Balance End.
[2026-09-11 04:58:03] Production.ERROR: CronJobId end 12
[2026-09-11 04:58:03] Production.INFO: ==12904== Releasing lock...
[2026-09-11 04:58:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 04:58:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 04:58:03] Production.INFO: ==12900== Releasing lock...
[2026-09-11 04:58:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 04:58:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 04:58:12] Production.ERROR: CronJobId end10
[2026-09-11 04:58:12] Production.INFO: ==12902== Releasing lock...
[2026-09-11 04:58:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 04:58:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 04:58:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 04:58:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 04:58:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 04:58:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 04:58:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 04:58:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 04:58:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 04:58:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 04:58:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 04:58:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 04:58:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 04:58:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 04:58:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 04:58:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 04:58:14] Production.INFO: call_cost start
[2026-09-11 04:58:14] Production.INFO: call_cost end
[2026-09-11 04:58:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 04:58:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 04:58:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 04:58:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 04:58:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 04:58:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 04:58:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 04:58:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 04:58:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 04:58:14] Production.INFO: ==12898== Releasing lock...
[2026-09-11 04:58:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 04:58:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 09:59:02] Production.INFO: ==13032== Lock acquired, processing the job...
[2026-09-11 09:59:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 09:59:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 09:59:02] Production.INFO: neon service started
[2026-09-11 09:59:02] Production.INFO: neon service started
[2026-09-11 09:59:02] Production.INFO: ==13032== Releasing lock...
[2026-09-11 09:59:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 09:59:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 04:59:02] Production.INFO: ==13035== Lock acquired, processing the job...
[2026-09-11 04:59:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 08:59:02] Production.INFO: ==13037== Lock acquired, processing the job...
[2026-09-11 08:59:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 08:59:02] Production.INFO: ==13037== Releasing lock...
[2026-09-11 08:59:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 08:59:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 04:59:02] Production.INFO: ==13035== Releasing lock...
[2026-09-11 04:59:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 04:59:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 04:59:03] Production.INFO: ==13042== Lock acquired, processing the job...
[2026-09-11 04:59:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 04:59:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 04:59:03] Production.INFO: ==13050== Lock acquired, processing the job...
[2026-09-11 04:59:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 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-09-11 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-09-11 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-09-11 04:59:03] Production.INFO: ==13050== Releasing lock...
[2026-09-11 04:59:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 04:59:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 04:59:03] Production.INFO: ==13044== Lock acquired, processing the job...
[2026-09-11 04:59:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 04:59:04] Production.INFO: ==13046== Lock acquired, processing the job...
[2026-09-11 04:59:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 04:59:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 04:59:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 04:59:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 04:59:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 04:59:04] Production.INFO: ==13048== Lock acquired, processing the job...
[2026-09-11 04:59:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 04:59:04] Production.INFO: Account Balance Start.
[2026-09-11 04:59:04] Production.INFO: CreateAllLog Start
[2026-09-11 04:59:04] Production.INFO: 117
[2026-09-11 04:59:04] Production.INFO: Date 2026-09-08
[2026-09-11 04:59:04] Production.INFO: Reseller ==> 0
[2026-09-11 04:59:04] Production.INFO: Date 2026-09-09
[2026-09-11 04:59:04] Production.INFO: Reseller ==> 0
[2026-09-11 04:59:04] Production.INFO: Date 2026-09-10
[2026-09-11 04:59:04] Production.INFO: Reseller ==> 0
[2026-09-11 04:59:04] Production.INFO: Date 2026-09-11
[2026-09-11 04:59:04] Production.INFO: Reseller ==> 0
[2026-09-11 04:59:04] Production.INFO: Total Charge 0
[2026-09-11 04:59:04] Production.INFO: CreateAllLog End
[2026-09-11 04:59:04] Production.INFO: ==13044== Releasing lock...
[2026-09-11 04:59:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 04:59:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 04:59:04] Production.INFO: Account Balance End.
[2026-09-11 04:59:04] Production.ERROR: CronJobId end 12
[2026-09-11 04:59:04] Production.INFO: ==13048== Releasing lock...
[2026-09-11 04:59:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 04:59:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 04:59:12] Production.ERROR: CronJobId end10
[2026-09-11 04:59:12] Production.INFO: ==13046== Releasing lock...
[2026-09-11 04:59:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 04:59:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 04:59:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 04:59:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 04:59:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 04:59:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 04:59:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 04:59:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 04:59:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 04:59:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 04:59:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 04:59:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 04:59:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 04:59:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 04:59:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 04:59:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 04:59:15] Production.INFO: call_cost start
[2026-09-11 04:59:15] Production.INFO: call_cost end
[2026-09-11 04:59:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 04:59:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 04:59:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 04:59:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 04:59:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 04:59:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 04:59:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 04:59:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 04:59:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 04:59:15] Production.INFO: ==13042== Releasing lock...
[2026-09-11 04:59:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 04:59:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 10:00:01] Production.INFO: ==13165== Lock acquired, processing the job...
[2026-09-11 10:00:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 10:00:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 10:00:01] Production.INFO: neon service started
[2026-09-11 10:00:01] Production.INFO: neon service started
[2026-09-11 10:00:01] Production.INFO: ==13165== Releasing lock...
[2026-09-11 10:00:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 10:00:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 05:00:01] Production.INFO: ==13167== Lock acquired, processing the job...
[2026-09-11 05:00:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 05:00:02] Production.INFO: ==13167== Releasing lock...
[2026-09-11 05:00:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 05:00:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 09:00:02] Production.INFO: ==13169== Lock acquired, processing the job...
[2026-09-11 09:00:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 09:00:02] Production.INFO: ==13169== Releasing lock...
[2026-09-11 09:00:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 09:00:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 05:00:03] Production.INFO: ==13173== Lock acquired, processing the job...
[2026-09-11 05:00:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 05:00:03] Production.INFO: ==13171== Lock acquired, processing the job...
[2026-09-11 05:00:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 05:00:03] Production.INFO: ==13175== Lock acquired, processing the job...
[2026-09-11 05:00:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 05:00:03] Production.INFO: ==13177== Lock acquired, processing the job...
[2026-09-11 05:00:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 05:00:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 05:00:03] Production.INFO: Account Balance Start.
[2026-09-11 05:00:03] Production.INFO: CreateAllLog Start
[2026-09-11 05:00:03] Production.INFO: 117
[2026-09-11 05:00:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 05:00:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 05:00:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 05:00:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 05:00:03] Production.INFO: Date 2026-09-08
[2026-09-11 05:00:03] Production.INFO: Reseller ==> 0
[2026-09-11 05:00:03] Production.INFO: Date 2026-09-09
[2026-09-11 05:00:03] Production.INFO: Reseller ==> 0
[2026-09-11 05:00:03] Production.INFO: ==13179== Lock acquired, processing the job...
[2026-09-11 05:00:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 05:00:03] Production.INFO: Date 2026-09-10
[2026-09-11 05:00:03] Production.INFO: Reseller ==> 0
[2026-09-11 05:00:03] Production.INFO: Date 2026-09-11
[2026-09-11 05:00:03] Production.INFO: Reseller ==> 0
[2026-09-11 05:00:03] Production.INFO: Total Charge 0
[2026-09-11 05:00:03] Production.INFO: CreateAllLog End
[2026-09-11 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-09-11 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-09-11 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-09-11 05:00:03] Production.INFO: Account Balance End.
[2026-09-11 05:00:03] Production.INFO: ==13179== Releasing lock...
[2026-09-11 05:00:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 05:00:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 05:00:03] Production.ERROR: CronJobId end 12
[2026-09-11 05:00:03] Production.INFO: ==13173== Releasing lock...
[2026-09-11 05:00:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 05:00:03] Production.INFO: ==13177== Releasing lock...
[2026-09-11 05:00:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 05:00:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 05:00:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 05:00:13] Production.ERROR: CronJobId end10
[2026-09-11 05:00:13] Production.INFO: ==13175== Releasing lock...
[2026-09-11 05:00:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 05:00:13] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 05:00:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 05:00:15] Production.INFO: ============== Balance Warning START===========
[2026-09-11 05:00:15] Production.INFO: ============== Balance Warning END===========
[2026-09-11 05:00:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 05:00:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 05:00:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 05:00:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 05:00:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 05:00:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 05:00:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 05:00:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 05:00:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 05:00:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 05:00:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 05:00:15] Production.INFO: call_cost start
[2026-09-11 05:00:15] Production.INFO: call_cost end
[2026-09-11 05:00:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 05:00:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 05:00:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 05:00:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 05:00:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 05:00:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 05:00:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 05:00:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 05:00:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 05:00:15] Production.INFO: ==13171== Releasing lock...
[2026-09-11 05:00:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 05:00:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 10:01:02] Production.INFO: ==13295== Lock acquired, processing the job...
[2026-09-11 10:01:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 10:01:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 10:01:02] Production.INFO: neon service started
[2026-09-11 10:01:02] Production.INFO: neon service started
[2026-09-11 10:01:02] Production.INFO: ==13295== Releasing lock...
[2026-09-11 10:01:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 10:01:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 09:01:02] Production.INFO: ==13314== Lock acquired, processing the job...
[2026-09-11 09:01:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 05:01:02] Production.INFO: ==13312== Lock acquired, processing the job...
[2026-09-11 05:01:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 09:01:02] Production.INFO: ==13314== Releasing lock...
[2026-09-11 09:01:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 09:01:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 05:01:02] Production.INFO: ==13312== Releasing lock...
[2026-09-11 05:01:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 05:01:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 05:01:03] Production.INFO: ==13316== Lock acquired, processing the job...
[2026-09-11 05:01:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 05:01:03] Production.INFO: ==13318== Lock acquired, processing the job...
[2026-09-11 05:01:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 05:01:03] Production.INFO: ==13322== Lock acquired, processing the job...
[2026-09-11 05:01:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 05:01:03] Production.INFO: ==13320== Lock acquired, processing the job...
[2026-09-11 05:01:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 05:01:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 05:01:03] Production.INFO: Account Balance Start.
[2026-09-11 05:01:03] Production.INFO: CreateAllLog Start
[2026-09-11 05:01:03] Production.INFO: 117
[2026-09-11 05:01:03] Production.INFO: ==13324== Lock acquired, processing the job...
[2026-09-11 05:01:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 05:01:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 05:01:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 05:01:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 05:01:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 05:01:03] Production.INFO: Date 2026-09-08
[2026-09-11 05:01:03] Production.INFO: Reseller ==> 0
[2026-09-11 05:01:03] Production.INFO: Date 2026-09-09
[2026-09-11 05:01:03] Production.INFO: Reseller ==> 0
[2026-09-11 05: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-09-11 05: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-09-11 05: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-09-11 05:01:03] Production.INFO: Date 2026-09-10
[2026-09-11 05:01:03] Production.INFO: Reseller ==> 0
[2026-09-11 05:01:04] Production.INFO: Date 2026-09-11
[2026-09-11 05:01:04] Production.INFO: Reseller ==> 0
[2026-09-11 05:01:04] Production.INFO: ==13324== Releasing lock...
[2026-09-11 05:01:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 05:01:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 05:01:04] Production.INFO: Total Charge 0
[2026-09-11 05:01:04] Production.INFO: CreateAllLog End
[2026-09-11 05:01:04] Production.INFO: Account Balance End.
[2026-09-11 05:01:04] Production.ERROR: CronJobId end 12
[2026-09-11 05:01:04] Production.INFO: ==13322== Releasing lock...
[2026-09-11 05:01:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 05:01:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 05:01:04] Production.INFO: ==13318== Releasing lock...
[2026-09-11 05:01:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 05:01:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 05:01:13] Production.ERROR: CronJobId end10
[2026-09-11 05:01:13] Production.INFO: ==13320== Releasing lock...
[2026-09-11 05:01:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 05:01:13] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 05:01:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 05:01:15] Production.INFO: ============== Balance Warning START===========
[2026-09-11 05:01:15] Production.INFO: ============== Balance Warning END===========
[2026-09-11 05:01:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 05:01:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 05:01:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 05:01:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 05:01:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 05:01:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 05:01:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 05:01:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 05:01:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 05:01:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 05:01:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 05:01:15] Production.INFO: call_cost start
[2026-09-11 05:01:15] Production.INFO: call_cost end
[2026-09-11 05:01:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 05:01:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 05:01:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 05:01:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 05:01:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 05:01:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 05:01:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 05:01:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 05:01:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 05:01:15] Production.INFO: ==13316== Releasing lock...
[2026-09-11 05:01:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 05:01:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 10:02:01] Production.INFO: ==13445== Lock acquired, processing the job...
[2026-09-11 10:02:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 10:02:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 10:02:01] Production.INFO: neon service started
[2026-09-11 10:02:01] Production.INFO: neon service started
[2026-09-11 10:02:01] Production.INFO: ==13445== Releasing lock...
[2026-09-11 10:02:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 10:02:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 05:02:01] Production.INFO: ==13447== Lock acquired, processing the job...
[2026-09-11 05:02:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 05:02:02] Production.INFO: ==13447== Releasing lock...
[2026-09-11 05:02:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 05:02:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 09:02:02] Production.INFO: ==13449== Lock acquired, processing the job...
[2026-09-11 09:02:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 09:02:02] Production.INFO: ==13449== Releasing lock...
[2026-09-11 09:02:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 09:02:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 05:02:02] Production.INFO: ==13453== Lock acquired, processing the job...
[2026-09-11 05:02:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 05:02:03] Production.INFO: ==13457== Lock acquired, processing the job...
[2026-09-11 05:02:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 05:02:03] Production.INFO: ==13459== Lock acquired, processing the job...
[2026-09-11 05:02:03] Production.INFO: pbxaccountusage-command-pbxaccountusage-companyid-1-cronjobid-16 #Starts#
[2026-09-11 05:02:03] Production.INFO: ==13451== Lock acquired, processing the job...
[2026-09-11 05:02:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 05:02:03] Production.INFO: Account Balance Start.
[2026-09-11 05:02:03] Production.INFO: CreateAllLog Start
[2026-09-11 05:02:03] Production.ERROR: tblTempUsageDetail_20
[2026-09-11 05:02:03] Production.INFO: ==13455== Lock acquired, processing the job...
[2026-09-11 05:02:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 05:02:03] Production.INFO: 117
[2026-09-11 05:02:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 05:02:03] Production.INFO: Date 2026-09-08
[2026-09-11 05:02:03] Production.INFO: Reseller ==> 0
[2026-09-11 05:02:03] Production.INFO: ==13461== Lock acquired, processing the job...
[2026-09-11 05:02:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 05:02:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 05:02:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 05:02:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 05:02:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 05:02:03] Production.INFO: Date 2026-09-09
[2026-09-11 05:02:03] Production.INFO: Reseller ==> 0
[2026-09-11 05:02:03] Production.ERROR: done
[2026-09-11 05:02:03] Production.ERROR: tblTempVendorCDR_20
[2026-09-11 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-09-11 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-09-11 05:02:03] Production.INFO: Date 2026-09-10
[2026-09-11 05:02:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 05:02:03] Production.INFO: Date 2026-09-11
[2026-09-11 05:02:03] Production.INFO: Reseller ==> 0
[2026-09-11 05:02:03] Production.INFO: ==13461== Releasing lock...
[2026-09-11 05:02:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 05:02:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 05:02:03] Production.INFO: Total Charge 0
[2026-09-11 05:02:03] Production.INFO: CreateAllLog End
[2026-09-11 05:02:03] Production.ERROR: done
[2026-09-11 05:02:03] Production.INFO: ==13453== Releasing lock...
[2026-09-11 05:02:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 05:02:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 05: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-09-11 05: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-09-11 05: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-09-11 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: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-09-11 05:02:03] Production.INFO: ==13459== Releasing lock...
[2026-09-11 05:02:03] Production.INFO: pbxaccountusage-command-pbxaccountusage-companyid-1-cronjobid-16 #Stops#
[2026-09-11 05:02:03] Production.INFO: 27.25 MB #Memory Used#
[2026-09-11 05:02:03] Production.INFO: Account Balance End.
[2026-09-11 05:02:04] Production.ERROR: CronJobId end 12
[2026-09-11 05:02:04] Production.INFO: ==13457== Releasing lock...
[2026-09-11 05:02:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 05:02:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 05:02:12] Production.ERROR: CronJobId end10
[2026-09-11 05:02:12] Production.INFO: ==13455== Releasing lock...
[2026-09-11 05:02:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 05:02:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 05:02:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 05:02:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 05:02:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 05:02:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 05:02:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 05:02:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 05:02:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 05:02:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 05:02:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 05:02:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 05:02:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 05:02:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 05:02:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 05:02:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 05:02:14] Production.INFO: call_cost start
[2026-09-11 05:02:14] Production.INFO: call_cost end
[2026-09-11 05:02:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 05:02:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 05:02:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 05:02:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 05:02:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 05:02:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 05:02:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 05:02:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 05:02:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 05:02:14] Production.INFO: ==13451== Releasing lock...
[2026-09-11 05:02:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 05:02:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 10:03:01] Production.INFO: ==13584== Lock acquired, processing the job...
[2026-09-11 10:03:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 10:03:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 10:03:01] Production.INFO: neon service started
[2026-09-11 10:03:01] Production.INFO: neon service started
[2026-09-11 10:03:01] Production.INFO: ==13584== Releasing lock...
[2026-09-11 10:03:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 10:03:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 05:03:02] Production.INFO: ==13587== Lock acquired, processing the job...
[2026-09-11 05:03:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 05:03:02] Production.INFO: ==13587== Releasing lock...
[2026-09-11 05:03:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 05:03:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 09:03:02] Production.INFO: ==13589== Lock acquired, processing the job...
[2026-09-11 09:03:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 09:03:02] Production.INFO: ==13589== Releasing lock...
[2026-09-11 09:03:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 09:03:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 05:03:03] Production.INFO: ==13599== Lock acquired, processing the job...
[2026-09-11 05:03:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 05:03:03] Production.INFO: ==13591== Lock acquired, processing the job...
[2026-09-11 05:03:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 05:03:03] Production.INFO: ==13597== Lock acquired, processing the job...
[2026-09-11 05:03:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 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-09-11 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-09-11 05:03:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 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-09-11 05:03:03] Production.INFO: ==13599== Releasing lock...
[2026-09-11 05:03:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 05:03:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 05:03:03] Production.INFO: ==13593== Lock acquired, processing the job...
[2026-09-11 05:03:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 05:03:03] Production.INFO: ==13595== Lock acquired, processing the job...
[2026-09-11 05:03:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 05:03:03] Production.INFO: Account Balance Start.
[2026-09-11 05:03:03] Production.INFO: CreateAllLog Start
[2026-09-11 05:03:03] Production.INFO: 117
[2026-09-11 05:03:03] Production.INFO: Date 2026-09-08
[2026-09-11 05:03:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 05:03:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 05:03:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 05:03:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 05:03:03] Production.INFO: Reseller ==> 0
[2026-09-11 05:03:03] Production.INFO: Date 2026-09-09
[2026-09-11 05:03:03] Production.INFO: Reseller ==> 0
[2026-09-11 05:03:03] Production.INFO: Date 2026-09-10
[2026-09-11 05:03:03] Production.INFO: Reseller ==> 0
[2026-09-11 05:03:03] Production.INFO: Date 2026-09-11
[2026-09-11 05:03:03] Production.INFO: Reseller ==> 0
[2026-09-11 05:03:03] Production.INFO: Total Charge 0
[2026-09-11 05:03:03] Production.INFO: CreateAllLog End
[2026-09-11 05:03:03] Production.INFO: Account Balance End.
[2026-09-11 05:03:03] Production.ERROR: CronJobId end 12
[2026-09-11 05:03:03] Production.INFO: ==13597== Releasing lock...
[2026-09-11 05:03:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 05:03:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 05:03:04] Production.INFO: ==13593== Releasing lock...
[2026-09-11 05:03:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 05:03:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 05:03:12] Production.ERROR: CronJobId end10
[2026-09-11 05:03:12] Production.INFO: ==13595== Releasing lock...
[2026-09-11 05:03:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 05:03:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 05:03:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 05:03:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 05:03:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 05:03:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 05:03:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 05:03:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 05:03:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 05:03:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 05:03:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 05:03:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 05:03:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 05:03:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 05:03:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 05:03:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 05:03:15] Production.INFO: call_cost start
[2026-09-11 05:03:15] Production.INFO: call_cost end
[2026-09-11 05:03:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 05:03:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 05:03:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 05:03:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 05:03:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 05:03:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 05:03:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 05:03:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 05:03:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 05:03:15] Production.INFO: ==13591== Releasing lock...
[2026-09-11 05:03:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 05:03:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 10:04:02] Production.INFO: ==13717== Lock acquired, processing the job...
[2026-09-11 10:04:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 10:04:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 10:04:02] Production.INFO: neon service started
[2026-09-11 10:04:02] Production.INFO: neon service started
[2026-09-11 10:04:02] Production.INFO: ==13717== Releasing lock...
[2026-09-11 10:04:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 10:04:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 05:04:02] Production.INFO: ==13719== Lock acquired, processing the job...
[2026-09-11 05:04:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 05:04:03] Production.INFO: ==13719== Releasing lock...
[2026-09-11 05:04:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 05:04:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 09:04:03] Production.INFO: ==13721== Lock acquired, processing the job...
[2026-09-11 09:04:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 09:04:03] Production.INFO: ==13721== Releasing lock...
[2026-09-11 09:04:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 09:04:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 05:04:03] Production.INFO: ==13723== Lock acquired, processing the job...
[2026-09-11 05:04:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 05:04:03] Production.INFO: ==13727== Lock acquired, processing the job...
[2026-09-11 05:04:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 05:04:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 05:04:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 05:04:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 05:04:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 05:04:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 05:04:03] Production.INFO: ==13732== Lock acquired, processing the job...
[2026-09-11 05:04:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 05:04:04] Production.INFO: ==13725== Lock acquired, processing the job...
[2026-09-11 05:04:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 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-09-11 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-09-11 05:04:04] Production.INFO: ==13729== Lock acquired, processing the job...
[2026-09-11 05:04:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 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-09-11 05:04:04] Production.INFO: ==13732== Releasing lock...
[2026-09-11 05:04:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 05:04:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 05:04:04] Production.INFO: Account Balance Start.
[2026-09-11 05:04:04] Production.INFO: CreateAllLog Start
[2026-09-11 05:04:04] Production.INFO: 117
[2026-09-11 05:04:04] Production.INFO: Date 2026-09-08
[2026-09-11 05:04:04] Production.INFO: Reseller ==> 0
[2026-09-11 05:04:04] Production.INFO: Date 2026-09-09
[2026-09-11 05:04:04] Production.INFO: Reseller ==> 0
[2026-09-11 05:04:04] Production.INFO: Date 2026-09-10
[2026-09-11 05:04:04] Production.INFO: Reseller ==> 0
[2026-09-11 05:04:04] Production.INFO: Date 2026-09-11
[2026-09-11 05:04:04] Production.INFO: Reseller ==> 0
[2026-09-11 05:04:04] Production.INFO: Total Charge 0
[2026-09-11 05:04:04] Production.INFO: CreateAllLog End
[2026-09-11 05:04:04] Production.INFO: Account Balance End.
[2026-09-11 05:04:04] Production.INFO: ==13725== Releasing lock...
[2026-09-11 05:04:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 05:04:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 05:04:04] Production.ERROR: CronJobId end 12
[2026-09-11 05:04:04] Production.INFO: ==13729== Releasing lock...
[2026-09-11 05:04:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 05:04:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 05:04:13] Production.ERROR: CronJobId end10
[2026-09-11 05:04:13] Production.INFO: ==13727== Releasing lock...
[2026-09-11 05:04:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 05:04:13] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 05:04:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 05:04:15] Production.INFO: ============== Balance Warning START===========
[2026-09-11 05:04:15] Production.INFO: ============== Balance Warning END===========
[2026-09-11 05:04:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 05:04:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 05:04:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 05:04:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 05:04:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 05:04:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 05:04:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 05:04:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 05:04:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 05:04:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 05:04:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 05:04:15] Production.INFO: call_cost start
[2026-09-11 05:04:15] Production.INFO: call_cost end
[2026-09-11 05:04:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 05:04:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 05:04:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 05:04:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 05:04:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 05:04:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 05:04:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 05:04:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 05:04:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 05:04:15] Production.INFO: ==13723== Releasing lock...
[2026-09-11 05:04:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 05:04:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 10:05:01] Production.INFO: ==13847== Lock acquired, processing the job...
[2026-09-11 10:05:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 10:05:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 10:05:01] Production.INFO: neon service started
[2026-09-11 10:05:01] Production.INFO: neon service started
[2026-09-11 10:05:01] Production.INFO: ==13847== Releasing lock...
[2026-09-11 10:05:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 10:05:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 05:05:02] Production.INFO: ==13849== Lock acquired, processing the job...
[2026-09-11 05:05:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 09:05:02] Production.INFO: ==13851== Lock acquired, processing the job...
[2026-09-11 09:05:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 09:05:02] Production.INFO: ==13851== Releasing lock...
[2026-09-11 09:05:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 09:05:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 05:05:02] Production.INFO: ==13849== Releasing lock...
[2026-09-11 05:05:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 05:05:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 05:05:03] Production.INFO: ==13855== Lock acquired, processing the job...
[2026-09-11 05:05:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-11 05:05:03] Production.INFO: ==13859== Lock acquired, processing the job...
[2026-09-11 05:05:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 05:05:03] Production.INFO: ==13857== Lock acquired, processing the job...
[2026-09-11 05:05:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 05:05:03] Production.ERROR: ========================== active cronjob start =============================
[2026-09-11 05:05:03] Production.ERROR: ========================== active cronjob end =============================
[2026-09-11 05:05:03] Production.INFO: ==13855== Releasing lock...
[2026-09-11 05:05:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-11 05:05:03] Production.INFO: 25.5 MB #Memory Used#
[2026-09-11 05:05:03] Production.INFO: ==13861== Lock acquired, processing the job...
[2026-09-11 05:05:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 05:05:04] Production.INFO: ==13863== Lock acquired, processing the job...
[2026-09-11 05:05:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 05:05:04] Production.INFO: ==13868== Lock acquired, processing the job...
[2026-09-11 05:05:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 05:05:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 05:05:04] Production.INFO: ==13866== Lock acquired, processing the job...
[2026-09-11 05:05:04] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-11 05:05:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 05:05:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 05:05:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 05:05:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 05:05:04] Production.INFO: Account Balance Start.
[2026-09-11 05:05:04] Production.INFO: CreateAllLog Start
[2026-09-11 05:05:04] Production.INFO: 117
[2026-09-11 05:05:04] Production.INFO: Date 2026-09-08
[2026-09-11 05:05:04] Production.INFO: Reseller ==> 0
[2026-09-11 05:05:04] Production.ERROR: tblTempUsageDetail_20
[2026-09-11 05: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-09-11 05: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-09-11 05: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-09-11 05:05:04] Production.INFO: Date 2026-09-09
[2026-09-11 05:05:04] Production.INFO: Reseller ==> 0
[2026-09-11 05:05:04] Production.INFO: Date 2026-09-10
[2026-09-11 05:05:04] Production.INFO: Reseller ==> 0
[2026-09-11 05:05:04] Production.INFO: ==13868== Releasing lock...
[2026-09-11 05:05:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 05:05:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 05:05:04] Production.INFO: Date 2026-09-11
[2026-09-11 05:05:04] Production.INFO: Reseller ==> 0
[2026-09-11 05:05:04] Production.INFO: Total Charge 0
[2026-09-11 05:05:04] Production.INFO: CreateAllLog End
[2026-09-11 05:05:04] Production.ERROR: done
[2026-09-11 05:05:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-11 05:05:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17982604', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) start
[2026-09-11 05:05:04] Production.INFO: Account Balance End.
[2026-09-11 05:05:04] Production.ERROR: CronJobId end 12
[2026-09-11 05:05:04] Production.INFO: ==13863== Releasing lock...
[2026-09-11 05:05:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 05:05:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 05:05:05] Production.INFO: ==13859== Releasing lock...
[2026-09-11 05:05:05] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 05:05:05] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 05:05:11] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17982604', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) end
[2026-09-11 05:05:11] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-11 05:05:11] Production.INFO: ProcessCDR(1,17982604,1,1,2)
[2026-09-11 05:05:11] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17982604,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 05:05:11] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17982604,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 05:05:11] Production.ERROR: pbx prc_insertCDR start
[2026-09-11 05:05:11] Production.ERROR: pbx prc_insertCDR end
[2026-09-11 05:05:11] Production.INFO: ==13866== Releasing lock...
[2026-09-11 05:05:11] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-11 05:05:11] Production.INFO: 26 MB #Memory Used#
[2026-09-11 05:05:15] Production.ERROR: CronJobId end10
[2026-09-11 05:05:15] Production.INFO: ==13861== Releasing lock...
[2026-09-11 05:05:15] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 05:05:15] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 05:05:17] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 05:05:17] Production.INFO: ============== Balance Warning START===========
[2026-09-11 05:05:17] Production.INFO: ============== Balance Warning END===========
[2026-09-11 05:05:17] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 05:05:17] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 05:05:17] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 05:05:17] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 05:05:17] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 05:05:17] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 05:05:17] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 05:05:17] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 05:05:17] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 05:05:17] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 05:05:17] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 05:05:17] Production.INFO: call_cost start
[2026-09-11 05:05:17] Production.INFO: call_cost end
[2026-09-11 05:05:17] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 05:05:17] Production.INFO: ============== Report Schedule START===========
[2026-09-11 05:05:17] Production.INFO: ============== Report Schedule END===========
[2026-09-11 05:05:17] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 05:05:17] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 05:05:17] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 05:05:17] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 05:05:17] Production.INFO: ============== Deal alert START===========
[2026-09-11 05:05:17] Production.INFO: ============== Deal alert END===========
[2026-09-11 05:05:17] Production.INFO: ==13857== Releasing lock...
[2026-09-11 05:05:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 05:05:17] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 10:06:01] Production.INFO: ==13981== Lock acquired, processing the job...
[2026-09-11 10:06:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 10:06:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 10:06:01] Production.INFO: neon service started
[2026-09-11 10:06:01] Production.INFO: neon service started
[2026-09-11 10:06:01] Production.INFO: ==13981== Releasing lock...
[2026-09-11 10:06:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 10:06:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 05:06:01] Production.INFO: ==13983== Lock acquired, processing the job...
[2026-09-11 05:06:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 05:06:01] Production.INFO: ==13983== Releasing lock...
[2026-09-11 05:06:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 05:06:01] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 09:06:02] Production.INFO: ==13985== Lock acquired, processing the job...
[2026-09-11 09:06:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 09:06:02] Production.INFO: ==13985== Releasing lock...
[2026-09-11 09:06:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 09:06:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 05:06:02] Production.INFO: ==13988== Lock acquired, processing the job...
[2026-09-11 05:06:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 05:06:02] Production.INFO: ==13992== Lock acquired, processing the job...
[2026-09-11 05:06:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 05:06:02] Production.INFO: ==13994== Lock acquired, processing the job...
[2026-09-11 05:06:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 05:06:02] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 05:06:02] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 05:06:02] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 05:06:02] Production.INFO: Account Balance Start.
[2026-09-11 05:06:02] Production.INFO: CreateAllLog Start
[2026-09-11 05:06:02] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 05:06:02] Production.INFO: 117
[2026-09-11 05:06:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 05:06:02] Production.INFO: ==13990== Lock acquired, processing the job...
[2026-09-11 05:06:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 05:06:02] Production.INFO: Date 2026-09-08
[2026-09-11 05:06:02] Production.INFO: Reseller ==> 0
[2026-09-11 05:06:03] Production.INFO: ==13996== Lock acquired, processing the job...
[2026-09-11 05:06:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 05:06:03] Production.INFO: Date 2026-09-09
[2026-09-11 05:06:03] Production.INFO: Reseller ==> 0
[2026-09-11 05:06:03] Production.INFO: Date 2026-09-10
[2026-09-11 05:06:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 05:06:03] Production.INFO: Date 2026-09-11
[2026-09-11 05:06:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 05:06:03] Production.INFO: Total Charge 0
[2026-09-11 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-09-11 05:06:03] Production.INFO: CreateAllLog End
[2026-09-11 05:06:03] Production.INFO: ==13996== Releasing lock...
[2026-09-11 05:06:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 05:06:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 05:06:03] Production.INFO: Account Balance End.
[2026-09-11 05:06:03] Production.ERROR: CronJobId end 12
[2026-09-11 05:06:03] Production.INFO: ==13994== Releasing lock...
[2026-09-11 05:06:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 05:06:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 05:06:03] Production.INFO: ==13990== Releasing lock...
[2026-09-11 05:06:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 05:06:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 05:06:12] Production.ERROR: CronJobId end10
[2026-09-11 05:06:12] Production.INFO: ==13992== Releasing lock...
[2026-09-11 05:06:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 05:06:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 05:06:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 05:06:15] Production.INFO: ============== Balance Warning START===========
[2026-09-11 05:06:15] Production.INFO: ============== Balance Warning END===========
[2026-09-11 05:06:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 05:06:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 05:06:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 05:06:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 05:06:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 05:06:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 05:06:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 05:06:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 05:06:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 05:06:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 05:06:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 05:06:15] Production.INFO: call_cost start
[2026-09-11 05:06:15] Production.INFO: call_cost end
[2026-09-11 05:06:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 05:06:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 05:06:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 05:06:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 05:06:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 05:06:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 05:06:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 05:06:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 05:06:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 05:06:15] Production.INFO: ==13988== Releasing lock...
[2026-09-11 05:06:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 05:06:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 10:07:01] Production.INFO: ==14149== Lock acquired, processing the job...
[2026-09-11 10:07:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 10:07:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 10:07:01] Production.INFO: neon service started
[2026-09-11 10:07:01] Production.INFO: neon service started
[2026-09-11 10:07:01] Production.INFO: ==14149== Releasing lock...
[2026-09-11 10:07:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 10:07:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 05:07:02] Production.INFO: ==14151== Lock acquired, processing the job...
[2026-09-11 05:07:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 05:07:02] Production.INFO: ==14151== Releasing lock...
[2026-09-11 05:07:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 05:07:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 09:07:02] Production.INFO: ==14153== Lock acquired, processing the job...
[2026-09-11 09:07:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 09:07:02] Production.INFO: ==14153== Releasing lock...
[2026-09-11 09:07:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 09:07:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 05:07:03] Production.INFO: ==14157== Lock acquired, processing the job...
[2026-09-11 05:07:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 05:07:03] Production.INFO: ==14164== Lock acquired, processing the job...
[2026-09-11 05:07:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 05:07:03] Production.INFO: ==14155== Lock acquired, processing the job...
[2026-09-11 05:07:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 05:07:03] Production.INFO: ==14159== Lock acquired, processing the job...
[2026-09-11 05:07:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 05:07:03] Production.INFO: ==14162== Lock acquired, processing the job...
[2026-09-11 05:07:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 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-09-11 05:07:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 05:07:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 05:07:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 05:07:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 05:07:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 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-09-11 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-09-11 05:07:03] Production.INFO: ==14164== Releasing lock...
[2026-09-11 05:07:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 05:07:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 05:07:03] Production.INFO: Account Balance Start.
[2026-09-11 05:07:03] Production.INFO: CreateAllLog Start
[2026-09-11 05:07:03] Production.INFO: 117
[2026-09-11 05:07:03] Production.INFO: Date 2026-09-08
[2026-09-11 05:07:03] Production.INFO: Reseller ==> 0
[2026-09-11 05:07:03] Production.INFO: Date 2026-09-09
[2026-09-11 05:07:03] Production.INFO: Reseller ==> 0
[2026-09-11 05:07:03] Production.INFO: Date 2026-09-10
[2026-09-11 05:07:03] Production.INFO: Reseller ==> 0
[2026-09-11 05:07:03] Production.INFO: Date 2026-09-11
[2026-09-11 05:07:03] Production.INFO: Reseller ==> 0
[2026-09-11 05:07:03] Production.INFO: Total Charge 0
[2026-09-11 05:07:03] Production.INFO: CreateAllLog End
[2026-09-11 05:07:03] Production.INFO: Account Balance End.
[2026-09-11 05:07:04] Production.ERROR: CronJobId end 12
[2026-09-11 05:07:04] Production.INFO: ==14162== Releasing lock...
[2026-09-11 05:07:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 05:07:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 05:07:04] Production.INFO: ==14157== Releasing lock...
[2026-09-11 05:07:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 05:07:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 05:07:12] Production.ERROR: CronJobId end10
[2026-09-11 05:07:12] Production.INFO: ==14159== Releasing lock...
[2026-09-11 05:07:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 05:07:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 05:07:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 05:07:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 05:07:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 05:07:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 05:07:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 05:07:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 05:07:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 05:07:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 05:07:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 05:07:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 05:07:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 05:07:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 05:07:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 05:07:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 05:07:15] Production.INFO: call_cost start
[2026-09-11 05:07:15] Production.INFO: call_cost end
[2026-09-11 05:07:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 05:07:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 05:07:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 05:07:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 05:07:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 05:07:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 05:07:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 05:07:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 05:07:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 05:07:15] Production.INFO: ==14155== Releasing lock...
[2026-09-11 05:07:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 05:07:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 10:08:02] Production.INFO: ==14238== Lock acquired, processing the job...
[2026-09-11 10:08:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 10:08:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 10:08:02] Production.INFO: neon service started
[2026-09-11 10:08:02] Production.INFO: neon service started
[2026-09-11 10:08:02] Production.INFO: ==14238== Releasing lock...
[2026-09-11 10:08:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 10:08:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 05:08:02] Production.INFO: ==14240== Lock acquired, processing the job...
[2026-09-11 05:08:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 05:08:02] Production.INFO: ==14240== Releasing lock...
[2026-09-11 05:08:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 05:08:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 09:08:02] Production.INFO: ==14242== Lock acquired, processing the job...
[2026-09-11 09:08:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 09:08:03] Production.INFO: ==14242== Releasing lock...
[2026-09-11 09:08:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 09:08:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 05:08:03] Production.INFO: ==14246== Lock acquired, processing the job...
[2026-09-11 05:08:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 05:08:03] Production.INFO: ==14244== Lock acquired, processing the job...
[2026-09-11 05:08:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 05:08:03] Production.INFO: ==14252== Lock acquired, processing the job...
[2026-09-11 05:08:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 05:08:03] Production.INFO: ==14248== Lock acquired, processing the job...
[2026-09-11 05:08:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 05:08:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 05:08:03] Production.INFO: ==14250== Lock acquired, processing the job...
[2026-09-11 05:08:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 05:08:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 05:08:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 05:08:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 05:08:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 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-09-11 05:08:03] Production.INFO: Account Balance Start.
[2026-09-11 05:08:03] Production.INFO: CreateAllLog Start
[2026-09-11 05:08:03] Production.INFO: 117
[2026-09-11 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-09-11 05:08:03] Production.INFO: Date 2026-09-08
[2026-09-11 05:08:03] Production.INFO: Reseller ==> 0
[2026-09-11 05: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-09-11 05:08:04] Production.INFO: ==14252== Releasing lock...
[2026-09-11 05:08:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 05:08:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 05:08:04] Production.INFO: Date 2026-09-09
[2026-09-11 05:08:04] Production.INFO: Reseller ==> 0
[2026-09-11 05:08:04] Production.INFO: Date 2026-09-10
[2026-09-11 05:08:04] Production.INFO: Reseller ==> 0
[2026-09-11 05:08:04] Production.INFO: Date 2026-09-11
[2026-09-11 05:08:04] Production.INFO: Reseller ==> 0
[2026-09-11 05:08:04] Production.INFO: Total Charge 0
[2026-09-11 05:08:04] Production.INFO: ==14246== Releasing lock...
[2026-09-11 05:08:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 05:08:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 05:08:04] Production.INFO: CreateAllLog End
[2026-09-11 05:08:04] Production.INFO: Account Balance End.
[2026-09-11 05:08:04] Production.ERROR: CronJobId end 12
[2026-09-11 05:08:04] Production.INFO: ==14250== Releasing lock...
[2026-09-11 05:08:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 05:08:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 05:08:12] Production.ERROR: CronJobId end10
[2026-09-11 05:08:12] Production.INFO: ==14248== Releasing lock...
[2026-09-11 05:08:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 05:08:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 05:08:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 05:08:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 05:08:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 05:08:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 05:08:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 05:08:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 05:08:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 05:08:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 05:08:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 05:08:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 05:08:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 05:08:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 05:08:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 05:08:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 05:08:14] Production.INFO: call_cost start
[2026-09-11 05:08:14] Production.INFO: call_cost end
[2026-09-11 05:08:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 05:08:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 05:08:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 05:08:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 05:08:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 05:08:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 05:08:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 05:08:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 05:08:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 05:08:14] Production.INFO: ==14244== Releasing lock...
[2026-09-11 05:08:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 05:08:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 10:09:01] Production.INFO: ==14324== Lock acquired, processing the job...
[2026-09-11 10:09:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 10:09:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 10:09:01] Production.INFO: neon service started
[2026-09-11 10:09:01] Production.INFO: neon service started
[2026-09-11 10:09:01] Production.INFO: ==14324== Releasing lock...
[2026-09-11 10:09:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 10:09:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 05:09:02] Production.INFO: ==14328== Lock acquired, processing the job...
[2026-09-11 05:09:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 09:09:02] Production.INFO: ==14330== Lock acquired, processing the job...
[2026-09-11 09:09:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 09:09:02] Production.INFO: ==14330== Releasing lock...
[2026-09-11 09:09:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 09:09:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 05:09:02] Production.INFO: ==14328== Releasing lock...
[2026-09-11 05:09:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 05:09:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 05:09:03] Production.INFO: ==14333== Lock acquired, processing the job...
[2026-09-11 05:09:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 05:09:03] Production.INFO: ==14335== Lock acquired, processing the job...
[2026-09-11 05:09:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 05:09:03] Production.INFO: ==14339== Lock acquired, processing the job...
[2026-09-11 05:09:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 05:09:03] Production.INFO: ==14337== Lock acquired, processing the job...
[2026-09-11 05:09:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 05:09:03] Production.INFO: ==14341== Lock acquired, processing the job...
[2026-09-11 05:09:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 05:09:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 05:09:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 05:09:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 05:09:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 05:09:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 05: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-09-11 05: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-09-11 05:09:03] Production.INFO: Account Balance Start.
[2026-09-11 05: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-09-11 05:09:03] Production.INFO: CreateAllLog Start
[2026-09-11 05:09:03] Production.INFO: ==14341== Releasing lock...
[2026-09-11 05:09:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 05:09:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 05:09:03] Production.INFO: 117
[2026-09-11 05:09:03] Production.INFO: Date 2026-09-08
[2026-09-11 05:09:03] Production.INFO: Reseller ==> 0
[2026-09-11 05:09:03] Production.INFO: Date 2026-09-09
[2026-09-11 05:09:03] Production.INFO: Reseller ==> 0
[2026-09-11 05:09:03] Production.INFO: Date 2026-09-10
[2026-09-11 05:09:03] Production.INFO: Reseller ==> 0
[2026-09-11 05:09:03] Production.INFO: Date 2026-09-11
[2026-09-11 05:09:03] Production.INFO: Reseller ==> 0
[2026-09-11 05:09:03] Production.INFO: Total Charge 0
[2026-09-11 05:09:03] Production.INFO: CreateAllLog End
[2026-09-11 05:09:03] Production.INFO: Account Balance End.
[2026-09-11 05:09:03] Production.ERROR: CronJobId end 12
[2026-09-11 05:09:03] Production.INFO: ==14339== Releasing lock...
[2026-09-11 05:09:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 05:09:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 05:09:04] Production.INFO: ==14335== Releasing lock...
[2026-09-11 05:09:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 05:09:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 05:09:10] Production.ERROR: CronJobId end10
[2026-09-11 05:09:10] Production.INFO: ==14337== Releasing lock...
[2026-09-11 05:09:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 05:09:10] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 05:09:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 05:09:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 05:09:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 05:09:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 05:09:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 05:09:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 05:09:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 05:09:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 05:09:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 05:09:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 05:09:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 05:09:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 05:09:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 05:09:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 05:09:14] Production.INFO: call_cost start
[2026-09-11 05:09:14] Production.INFO: call_cost end
[2026-09-11 05:09:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 05:09:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 05:09:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 05:09:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 05:09:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 05:09:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 05:09:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 05:09:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 05:09:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 05:09:14] Production.INFO: ==14333== Releasing lock...
[2026-09-11 05:09:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 05:09:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 10:10:02] Production.INFO: ==14414== Lock acquired, processing the job...
[2026-09-11 10:10:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 10:10:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 10:10:02] Production.INFO: neon service started
[2026-09-11 10:10:02] Production.INFO: neon service started
[2026-09-11 10:10:02] Production.INFO: ==14414== Releasing lock...
[2026-09-11 10:10:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 10:10:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 05:10:02] Production.INFO: ==14416== Lock acquired, processing the job...
[2026-09-11 05:10:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 05:10:02] Production.INFO: ==14416== Releasing lock...
[2026-09-11 05:10:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 05:10:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 09:10:02] Production.INFO: ==14418== Lock acquired, processing the job...
[2026-09-11 09:10:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 09:10:03] Production.INFO: ==14418== Releasing lock...
[2026-09-11 09:10:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 09:10:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 05:10:03] Production.INFO: ==14421== Lock acquired, processing the job...
[2026-09-11 05:10:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 05:10:03] Production.INFO: ==14423== Lock acquired, processing the job...
[2026-09-11 05:10:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 05:10:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 05:10:03] Production.INFO: ==14427== Lock acquired, processing the job...
[2026-09-11 05:10:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 05:10:03] Production.INFO: ==14425== Lock acquired, processing the job...
[2026-09-11 05:10:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 05:10:03] Production.INFO: ==14429== Lock acquired, processing the job...
[2026-09-11 05:10:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 05:10:03] Production.INFO: Account Balance Start.
[2026-09-11 05:10:03] Production.INFO: CreateAllLog Start
[2026-09-11 05:10:03] Production.INFO: 117
[2026-09-11 05:10:03] Production.INFO: Date 2026-09-08
[2026-09-11 05:10:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 05:10:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 05:10:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 05:10:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 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-09-11 05:10:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 05:10:03] Production.INFO: Date 2026-09-09
[2026-09-11 05:10:03] Production.INFO: Reseller ==> 0
[2026-09-11 05:10:03] Production.INFO: ==14429== Releasing lock...
[2026-09-11 05:10:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 05:10:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 05:10:03] Production.INFO: Date 2026-09-10
[2026-09-11 05:10:03] Production.INFO: Reseller ==> 0
[2026-09-11 05:10:03] Production.INFO: Date 2026-09-11
[2026-09-11 05:10:03] Production.INFO: Reseller ==> 0
[2026-09-11 05:10:04] Production.INFO: Total Charge 0
[2026-09-11 05:10:04] Production.INFO: CreateAllLog End
[2026-09-11 05:10:04] Production.INFO: Account Balance End.
[2026-09-11 05:10:04] Production.ERROR: CronJobId end 12
[2026-09-11 05:10:04] Production.INFO: ==14427== Releasing lock...
[2026-09-11 05:10:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 05:10:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 05:10:04] Production.INFO: ==14423== Releasing lock...
[2026-09-11 05:10:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 05:10:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 05:10:12] Production.ERROR: CronJobId end10
[2026-09-11 05:10:12] Production.INFO: ==14425== Releasing lock...
[2026-09-11 05:10:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 05:10:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 05:10:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 05:10:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 05:10:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 05:10:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 05:10:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 05:10:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 05:10:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 05:10:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 05:10:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 05:10:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 05:10:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 05:10:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 05:10:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 05:10:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 05:10:14] Production.INFO: call_cost start
[2026-09-11 05:10:14] Production.INFO: call_cost end
[2026-09-11 05:10:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 05:10:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 05:10:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 05:10:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 05:10:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 05:10:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 05:10:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 05:10:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 05:10:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 05:10:14] Production.INFO: ==14421== Releasing lock...
[2026-09-11 05:10:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 05:10:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 10:11:01] Production.INFO: ==14496== Lock acquired, processing the job...
[2026-09-11 10:11:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 10:11:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 10:11:01] Production.INFO: neon service started
[2026-09-11 10:11:01] Production.INFO: neon service started
[2026-09-11 10:11:01] Production.INFO: ==14496== Releasing lock...
[2026-09-11 10:11:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 10:11:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 05:11:01] Production.INFO: ==14498== Lock acquired, processing the job...
[2026-09-11 05:11:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 05:11:02] Production.INFO: ==14498== Releasing lock...
[2026-09-11 05:11:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 05:11:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 09:11:02] Production.INFO: ==14500== Lock acquired, processing the job...
[2026-09-11 09:11:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 09:11:02] Production.INFO: ==14500== Releasing lock...
[2026-09-11 09:11:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 09:11:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 05:11:02] Production.INFO: ==14509== Lock acquired, processing the job...
[2026-09-11 05:11:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 05:11:02] Production.INFO: Account Balance Start.
[2026-09-11 05:11:02] Production.INFO: CreateAllLog Start
[2026-09-11 05:11:02] Production.INFO: 117
[2026-09-11 05:11:02] Production.INFO: Date 2026-09-08
[2026-09-11 05:11:02] Production.INFO: Reseller ==> 0
[2026-09-11 05:11:02] Production.INFO: Date 2026-09-09
[2026-09-11 05:11:02] Production.INFO: Reseller ==> 0
[2026-09-11 05:11:02] Production.INFO: Date 2026-09-10
[2026-09-11 05:11:02] Production.INFO: Reseller ==> 0
[2026-09-11 05:11:02] Production.INFO: Date 2026-09-11
[2026-09-11 05:11:02] Production.INFO: Reseller ==> 0
[2026-09-11 05:11:03] Production.INFO: ==14503== Lock acquired, processing the job...
[2026-09-11 05:11:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 05:11:03] Production.INFO: ==14505== Lock acquired, processing the job...
[2026-09-11 05:11:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 05:11:03] Production.INFO: Total Charge 0
[2026-09-11 05:11:03] Production.INFO: CreateAllLog End
[2026-09-11 05:11:03] Production.INFO: ==14511== Lock acquired, processing the job...
[2026-09-11 05:11:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 05:11:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 05:11:03] Production.INFO: ==14507== Lock acquired, processing the job...
[2026-09-11 05:11:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 05:11:03] Production.INFO: Account Balance End.
[2026-09-11 05:11:03] Production.ERROR: CronJobId end 12
[2026-09-11 05:11:03] Production.INFO: ==14509== Releasing lock...
[2026-09-11 05:11:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 05:11:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 05: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-09-11 05: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-09-11 05: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-09-11 05:11:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 05:11:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 05:11:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 05:11:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 05:11:03] Production.INFO: ==14511== Releasing lock...
[2026-09-11 05:11:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 05:11:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 05:11:03] Production.INFO: ==14505== Releasing lock...
[2026-09-11 05:11:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 05:11:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 05:11:11] Production.ERROR: CronJobId end10
[2026-09-11 05:11:11] Production.INFO: ==14507== Releasing lock...
[2026-09-11 05:11:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 05:11:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 05:11:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 05:11:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 05:11:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 05:11:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 05:11:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 05:11:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 05:11:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 05:11:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 05:11:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 05:11:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 05:11:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 05:11:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 05:11:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 05:11:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 05:11:14] Production.INFO: call_cost start
[2026-09-11 05:11:14] Production.INFO: call_cost end
[2026-09-11 05:11:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 05:11:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 05:11:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 05:11:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 05:11:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 05:11:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 05:11:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 05:11:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 05:11:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 05:11:14] Production.INFO: ==14503== Releasing lock...
[2026-09-11 05:11:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 05:11:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 10:12:01] Production.INFO: ==14578== Lock acquired, processing the job...
[2026-09-11 10:12:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 10:12:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 10:12:01] Production.INFO: neon service started
[2026-09-11 10:12:01] Production.INFO: neon service started
[2026-09-11 10:12:01] Production.INFO: ==14578== Releasing lock...
[2026-09-11 10:12:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 10:12:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 05:12:02] Production.INFO: ==14580== Lock acquired, processing the job...
[2026-09-11 05:12:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 05:12:02] Production.INFO: ==14580== Releasing lock...
[2026-09-11 05:12:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 05:12:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 09:12:02] Production.INFO: ==14582== Lock acquired, processing the job...
[2026-09-11 09:12:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 09:12:02] Production.INFO: ==14582== Releasing lock...
[2026-09-11 09:12:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 09:12:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 05:12:03] Production.INFO: ==14587== Lock acquired, processing the job...
[2026-09-11 05:12:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 05:12:03] Production.INFO: ==14585== Lock acquired, processing the job...
[2026-09-11 05:12:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 05:12:03] Production.INFO: ==14593== Lock acquired, processing the job...
[2026-09-11 05:12:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 05:12:03] Production.INFO: ==14589== Lock acquired, processing the job...
[2026-09-11 05:12:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 05:12:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 05:12:03] Production.INFO: ==14591== Lock acquired, processing the job...
[2026-09-11 05:12:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 05:12:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 05:12:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 05:12:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 05:12:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 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-09-11 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-09-11 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-09-11 05:12:03] Production.INFO: ==14593== Releasing lock...
[2026-09-11 05:12:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 05:12:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 05:12:03] Production.INFO: Account Balance Start.
[2026-09-11 05:12:03] Production.INFO: CreateAllLog Start
[2026-09-11 05:12:03] Production.INFO: 117
[2026-09-11 05:12:03] Production.INFO: Date 2026-09-08
[2026-09-11 05:12:03] Production.INFO: Reseller ==> 0
[2026-09-11 05:12:04] Production.INFO: Date 2026-09-09
[2026-09-11 05:12:04] Production.INFO: Reseller ==> 0
[2026-09-11 05:12:04] Production.INFO: Date 2026-09-10
[2026-09-11 05:12:04] Production.INFO: Reseller ==> 0
[2026-09-11 05:12:04] Production.INFO: Date 2026-09-11
[2026-09-11 05:12:04] Production.INFO: Reseller ==> 0
[2026-09-11 05:12:04] Production.INFO: Total Charge 0
[2026-09-11 05:12:04] Production.INFO: CreateAllLog End
[2026-09-11 05:12:04] Production.INFO: ==14587== Releasing lock...
[2026-09-11 05:12:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 05:12:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 05:12:04] Production.INFO: Account Balance End.
[2026-09-11 05:12:04] Production.ERROR: CronJobId end 12
[2026-09-11 05:12:04] Production.INFO: ==14591== Releasing lock...
[2026-09-11 05:12:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 05:12:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 05:12:11] Production.ERROR: CronJobId end10
[2026-09-11 05:12:11] Production.INFO: ==14589== Releasing lock...
[2026-09-11 05:12:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 05:12:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 05:12:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 05:12:15] Production.INFO: ============== Balance Warning START===========
[2026-09-11 05:12:15] Production.INFO: ============== Balance Warning END===========
[2026-09-11 05:12:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 05:12:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 05:12:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 05:12:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 05:12:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 05:12:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 05:12:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 05:12:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 05:12:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 05:12:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 05:12:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 05:12:15] Production.INFO: call_cost start
[2026-09-11 05:12:15] Production.INFO: call_cost end
[2026-09-11 05:12:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 05:12:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 05:12:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 05:12:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 05:12:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 05:12:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 05:12:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 05:12:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 05:12:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 05:12:15] Production.INFO: ==14585== Releasing lock...
[2026-09-11 05:12:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 05:12:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 10:13:01] Production.INFO: ==14656== Lock acquired, processing the job...
[2026-09-11 10:13:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 10:13:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 10:13:01] Production.INFO: neon service started
[2026-09-11 10:13:01] Production.INFO: neon service started
[2026-09-11 10:13:01] Production.INFO: ==14656== Releasing lock...
[2026-09-11 10:13:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 10:13:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 09:13:01] Production.INFO: ==14660== Lock acquired, processing the job...
[2026-09-11 09:13:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 09:13:01] Production.INFO: ==14660== Releasing lock...
[2026-09-11 09:13:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 09:13:01] Production.INFO: 25 MB #Memory Used#
[2026-09-11 05:13:01] Production.INFO: ==14658== Lock acquired, processing the job...
[2026-09-11 05:13:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 05:13:02] Production.INFO: ==14658== Releasing lock...
[2026-09-11 05:13:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 05:13:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 05:13:02] Production.INFO: ==14662== Lock acquired, processing the job...
[2026-09-11 05:13:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 05:13:02] Production.INFO: ==14664== Lock acquired, processing the job...
[2026-09-11 05:13:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 05:13:03] Production.INFO: ==14666== Lock acquired, processing the job...
[2026-09-11 05:13:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 05:13:03] Production.INFO: ==14668== Lock acquired, processing the job...
[2026-09-11 05:13:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 05:13:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 05:13:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 05:13:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 05:13:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 05:13:03] Production.INFO: ==14670== Lock acquired, processing the job...
[2026-09-11 05:13:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 05:13:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 05:13:03] Production.INFO: Account Balance Start.
[2026-09-11 05:13:03] Production.INFO: CreateAllLog Start
[2026-09-11 05:13:03] Production.INFO: 117
[2026-09-11 05:13:03] Production.INFO: Date 2026-09-08
[2026-09-11 05: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-09-11 05: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-09-11 05:13:03] Production.INFO: Reseller ==> 0
[2026-09-11 05: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-09-11 05:13:03] Production.INFO: ==14670== Releasing lock...
[2026-09-11 05:13:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 05:13:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 05:13:03] Production.INFO: Date 2026-09-09
[2026-09-11 05:13:03] Production.INFO: Reseller ==> 0
[2026-09-11 05:13:03] Production.INFO: Date 2026-09-10
[2026-09-11 05:13:03] Production.INFO: Reseller ==> 0
[2026-09-11 05:13:03] Production.INFO: Date 2026-09-11
[2026-09-11 05:13:03] Production.INFO: Reseller ==> 0
[2026-09-11 05:13:03] Production.INFO: Total Charge 0
[2026-09-11 05:13:03] Production.INFO: CreateAllLog End
[2026-09-11 05:13:03] Production.INFO: Account Balance End.
[2026-09-11 05:13:03] Production.ERROR: CronJobId end 12
[2026-09-11 05:13:03] Production.INFO: ==14668== Releasing lock...
[2026-09-11 05:13:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 05:13:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 05:13:03] Production.INFO: ==14664== Releasing lock...
[2026-09-11 05:13:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 05:13:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 05:13:11] Production.ERROR: CronJobId end10
[2026-09-11 05:13:11] Production.INFO: ==14666== Releasing lock...
[2026-09-11 05:13:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 05:13:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 05:13:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 05:13:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 05:13:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 05:13:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 05:13:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 05:13:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 05:13:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 05:13:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 05:13:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 05:13:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 05:13:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 05:13:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 05:13:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 05:13:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 05:13:14] Production.INFO: call_cost start
[2026-09-11 05:13:14] Production.INFO: call_cost end
[2026-09-11 05:13:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 05:13:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 05:13:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 05:13:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 05:13:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 05:13:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 05:13:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 05:13:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 05:13:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 05:13:14] Production.INFO: ==14662== Releasing lock...
[2026-09-11 05:13:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 05:13:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 10:14:01] Production.INFO: ==14730== Lock acquired, processing the job...
[2026-09-11 10:14:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 10:14:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 10:14:01] Production.INFO: neon service started
[2026-09-11 10:14:01] Production.INFO: neon service started
[2026-09-11 10:14:01] Production.INFO: ==14730== Releasing lock...
[2026-09-11 10:14:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 10:14:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 05:14:02] Production.INFO: ==14732== Lock acquired, processing the job...
[2026-09-11 05:14:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 09:14:02] Production.INFO: ==14734== Lock acquired, processing the job...
[2026-09-11 09:14:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 09:14:02] Production.INFO: ==14734== Releasing lock...
[2026-09-11 09:14:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 09:14:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 05:14:02] Production.INFO: ==14732== Releasing lock...
[2026-09-11 05:14:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 05:14:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 05:14:03] Production.INFO: ==14739== Lock acquired, processing the job...
[2026-09-11 05:14:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 05:14:03] Production.INFO: ==14737== Lock acquired, processing the job...
[2026-09-11 05:14:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 05:14:03] Production.INFO: ==14743== Lock acquired, processing the job...
[2026-09-11 05:14:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 05:14:03] Production.INFO: ==14741== Lock acquired, processing the job...
[2026-09-11 05:14:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 05:14:03] Production.INFO: ==14745== Lock acquired, processing the job...
[2026-09-11 05:14:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 05:14:03] Production.INFO: Account Balance Start.
[2026-09-11 05:14:03] Production.INFO: CreateAllLog Start
[2026-09-11 05:14:03] Production.INFO: 117
[2026-09-11 05:14:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 05:14:03] Production.INFO: Date 2026-09-08
[2026-09-11 05:14:03] Production.INFO: Reseller ==> 0
[2026-09-11 05:14:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 05:14:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 05:14:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 05:14:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 05: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-09-11 05: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-09-11 05:14:03] Production.INFO: Date 2026-09-09
[2026-09-11 05:14:03] Production.INFO: Reseller ==> 0
[2026-09-11 05: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-09-11 05:14:03] Production.INFO: ==14745== Releasing lock...
[2026-09-11 05:14:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 05:14:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 05:14:03] Production.INFO: Date 2026-09-10
[2026-09-11 05:14:03] Production.INFO: Reseller ==> 0
[2026-09-11 05:14:03] Production.INFO: Date 2026-09-11
[2026-09-11 05:14:03] Production.INFO: Reseller ==> 0
[2026-09-11 05:14:03] Production.INFO: Total Charge 0
[2026-09-11 05:14:03] Production.INFO: CreateAllLog End
[2026-09-11 05:14:04] Production.INFO: Account Balance End.
[2026-09-11 05:14:04] Production.ERROR: CronJobId end 12
[2026-09-11 05:14:04] Production.INFO: ==14743== Releasing lock...
[2026-09-11 05:14:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 05:14:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 05:14:04] Production.INFO: ==14739== Releasing lock...
[2026-09-11 05:14:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 05:14:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 05:14:11] Production.ERROR: CronJobId end10
[2026-09-11 05:14:11] Production.INFO: ==14741== Releasing lock...
[2026-09-11 05:14:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 05:14:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 05:14:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 05:14:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 05:14:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 05:14:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 05:14:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 05:14:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 05:14:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 05:14:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 05:14:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 05:14:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 05:14:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 05:14:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 05:14:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 05:14:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 05:14:14] Production.INFO: call_cost start
[2026-09-11 05:14:14] Production.INFO: call_cost end
[2026-09-11 05:14:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 05:14:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 05:14:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 05:14:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 05:14:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 05:14:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 05:14:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 05:14:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 05:14:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 05:14:14] Production.INFO: ==14737== Releasing lock...
[2026-09-11 05:14:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 05:14:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 10:15:02] Production.INFO: ==14814== Lock acquired, processing the job...
[2026-09-11 10:15:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 10:15:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 10:15:02] Production.INFO: neon service started
[2026-09-11 10:15:02] Production.INFO: neon service started
[2026-09-11 10:15:02] Production.INFO: ==14814== Releasing lock...
[2026-09-11 10:15:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 10:15:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 05:15:02] Production.INFO: ==14816== Lock acquired, processing the job...
[2026-09-11 05:15:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 05:15:03] Production.INFO: ==14816== Releasing lock...
[2026-09-11 05:15:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 05:15:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 09:15:03] Production.INFO: ==14818== Lock acquired, processing the job...
[2026-09-11 09:15:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 09:15:03] Production.INFO: ==14818== Releasing lock...
[2026-09-11 09:15:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 09:15:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 05:15:04] Production.INFO: ==14821== Lock acquired, processing the job...
[2026-09-11 05:15:04] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-11 05:15:04] Production.INFO: ==14823== Lock acquired, processing the job...
[2026-09-11 05:15:04] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 05:15:04] Production.ERROR: ========================== active cronjob start =============================
[2026-09-11 05:15:04] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-11 05:15:04] Production.ERROR: CronJob PID - 14823
[2026-09-11 05:15:04] Production.ERROR: CronJob Title - System Alerts
[2026-09-11 05:15:04] Production.ERROR: CronJob ID - 5
[2026-09-11 05:15:04] Production.ERROR: CronJob Last Run Time 2026-09-11 05:15:00
[2026-09-11 05:15:04] Production.ERROR: CronJob Active Minutes 0
[2026-09-11 05:15:04] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-11 05:15:04] Production.INFO: ==14825== Lock acquired, processing the job...
[2026-09-11 05:15:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 05:15:04] Production.INFO: ==14827== Lock acquired, processing the job...
[2026-09-11 05:15:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 05:15:04] Production.ERROR: ========================== active cronjob end =============================
[2026-09-11 05:15:04] Production.INFO: ==14821== Releasing lock...
[2026-09-11 05:15:04] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-11 05:15:04] Production.INFO: 25.5 MB #Memory Used#
[2026-09-11 05:15:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 05:15:04] Production.INFO: ==14829== Lock acquired, processing the job...
[2026-09-11 05:15:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 05:15:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 05:15:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 05:15:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 05:15:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 05:15:04] Production.INFO: ==14833== Lock acquired, processing the job...
[2026-09-11 05:15:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 05:15:04] Production.INFO: Account Balance Start.
[2026-09-11 05:15:04] Production.INFO: CreateAllLog Start
[2026-09-11 05:15:04] Production.INFO: 117
[2026-09-11 05:15:04] Production.INFO: Date 2026-09-08
[2026-09-11 05:15:04] Production.INFO: Reseller ==> 0
[2026-09-11 05: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-09-11 05: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-09-11 05:15:04] Production.INFO: ==14831== Lock acquired, processing the job...
[2026-09-11 05:15:04] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-11 05: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-09-11 05:15:04] Production.INFO: ==14833== Releasing lock...
[2026-09-11 05:15:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 05:15:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 05:15:04] Production.INFO: Date 2026-09-09
[2026-09-11 05:15:04] Production.INFO: Reseller ==> 0
[2026-09-11 05:15:04] Production.ERROR: tblTempUsageDetail_20
[2026-09-11 05:15:04] Production.INFO: Date 2026-09-10
[2026-09-11 05:15:04] Production.INFO: Reseller ==> 0
[2026-09-11 05:15:04] Production.INFO: Date 2026-09-11
[2026-09-11 05:15:04] Production.INFO: Reseller ==> 0
[2026-09-11 05:15:04] Production.INFO: Total Charge 0
[2026-09-11 05:15:04] Production.INFO: CreateAllLog End
[2026-09-11 05:15:04] Production.ERROR: done
[2026-09-11 05:15:05] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-11 05:15:05] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17982645', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) start
[2026-09-11 05:15:05] Production.INFO: Account Balance End.
[2026-09-11 05:15:05] Production.ERROR: CronJobId end 12
[2026-09-11 05:15:05] Production.INFO: ==14829== Releasing lock...
[2026-09-11 05:15:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 05:15:05] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 05:15:05] Production.INFO: ==14825== Releasing lock...
[2026-09-11 05:15:05] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 05:15:05] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 05:15:09] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17982645', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) end
[2026-09-11 05:15:09] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-11 05:15:09] Production.INFO: ProcessCDR(1,17982645,1,1,2)
[2026-09-11 05:15:09] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17982645,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 05:15:09] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17982645,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 05:15:09] Production.ERROR: pbx prc_insertCDR start
[2026-09-11 05:15:09] Production.ERROR: pbx prc_insertCDR end
[2026-09-11 05:15:09] Production.INFO: ==14831== Releasing lock...
[2026-09-11 05:15:09] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-11 05:15:09] Production.INFO: 26 MB #Memory Used#
[2026-09-11 05:15:14] Production.ERROR: CronJobId end10
[2026-09-11 05:15:14] Production.INFO: ==14827== Releasing lock...
[2026-09-11 05:15:14] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 05:15:14] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 05:15:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 05:15:16] Production.INFO: ============== Balance Warning START===========
[2026-09-11 05:15:16] Production.INFO: ============== Balance Warning END===========
[2026-09-11 05:15:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 05:15:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 05:15:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 05:15:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 05:15:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 05:15:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 05:15:16] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 05:15:16] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 05:15:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 05:15:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 05:15:16] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 05:15:17] Production.INFO: call_cost start
[2026-09-11 05:15:17] Production.INFO: call_cost end
[2026-09-11 05:15:17] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 05:15:17] Production.INFO: ============== Report Schedule START===========
[2026-09-11 05:15:17] Production.INFO: ============== Report Schedule END===========
[2026-09-11 05:15:17] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 05:15:17] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 05:15:17] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 05:15:17] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 05:15:17] Production.INFO: ============== Deal alert START===========
[2026-09-11 05:15:17] Production.INFO: ============== Deal alert END===========
[2026-09-11 05:15:17] Production.INFO: ==14823== Releasing lock...
[2026-09-11 05:15:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 05:15:17] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 10:16:01] Production.INFO: ==14900== Lock acquired, processing the job...
[2026-09-11 10:16:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 10:16:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 10:16:01] Production.INFO: neon service started
[2026-09-11 10:16:01] Production.INFO: neon service started
[2026-09-11 10:16:01] Production.INFO: ==14900== Releasing lock...
[2026-09-11 10:16:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 10:16:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 05:16:02] Production.INFO: ==14903== Lock acquired, processing the job...
[2026-09-11 05:16:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 05:16:02] Production.INFO: ==14903== Releasing lock...
[2026-09-11 05:16:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 05:16:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 09:16:02] Production.INFO: ==14905== Lock acquired, processing the job...
[2026-09-11 09:16:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 09:16:02] Production.INFO: ==14905== Releasing lock...
[2026-09-11 09:16:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 09:16:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 05:16:03] Production.INFO: ==14908== Lock acquired, processing the job...
[2026-09-11 05:16:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 05:16:03] Production.INFO: ==14912== Lock acquired, processing the job...
[2026-09-11 05:16:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 05:16:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 05:16:03] Production.INFO: ==14914== Lock acquired, processing the job...
[2026-09-11 05:16:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 05:16:03] Production.INFO: ==14910== Lock acquired, processing the job...
[2026-09-11 05:16:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 05:16:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 05:16:03] Production.INFO: ==14916== Lock acquired, processing the job...
[2026-09-11 05:16:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 05:16:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 05:16:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 05:16:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 05:16:03] Production.INFO: Account Balance Start.
[2026-09-11 05:16:03] Production.INFO: CreateAllLog Start
[2026-09-11 05:16:03] Production.INFO: 117
[2026-09-11 05:16:03] Production.INFO: Date 2026-09-08
[2026-09-11 05:16:03] Production.INFO: Reseller ==> 0
[2026-09-11 05:16:03] Production.INFO: Date 2026-09-09
[2026-09-11 05:16:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 05:16:03] Production.INFO: Date 2026-09-10
[2026-09-11 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-09-11 05:16:03] Production.INFO: Reseller ==> 0
[2026-09-11 05:16:03] Production.INFO: Date 2026-09-11
[2026-09-11 05:16:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 05:16:03] Production.INFO: Total Charge 0
[2026-09-11 05:16:03] Production.INFO: ==14916== Releasing lock...
[2026-09-11 05:16:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 05:16:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 05:16:03] Production.INFO: CreateAllLog End
[2026-09-11 05:16:03] Production.INFO: Account Balance End.
[2026-09-11 05:16:03] Production.ERROR: CronJobId end 12
[2026-09-11 05:16:03] Production.INFO: ==14914== Releasing lock...
[2026-09-11 05:16:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 05:16:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 05:16:04] Production.INFO: ==14910== Releasing lock...
[2026-09-11 05:16:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 05:16:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 05:16:11] Production.ERROR: CronJobId end10
[2026-09-11 05:16:11] Production.INFO: ==14912== Releasing lock...
[2026-09-11 05:16:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 05:16:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 05:16:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 05:16:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 05:16:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 05:16:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 05:16:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 05:16:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 05:16:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 05:16:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 05:16:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 05:16:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 05:16:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 05:16:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 05:16:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 05:16:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 05:16:15] Production.INFO: call_cost start
[2026-09-11 05:16:15] Production.INFO: call_cost end
[2026-09-11 05:16:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 05:16:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 05:16:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 05:16:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 05:16:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 05:16:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 05:16:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 05:16:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 05:16:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 05:16:15] Production.INFO: ==14908== Releasing lock...
[2026-09-11 05:16:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 05:16:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 10:17:01] Production.INFO: ==14988== Lock acquired, processing the job...
[2026-09-11 10:17:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 10:17:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 10:17:01] Production.INFO: neon service started
[2026-09-11 10:17:01] Production.INFO: neon service started
[2026-09-11 10:17:01] Production.INFO: ==14988== Releasing lock...
[2026-09-11 10:17:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 10:17:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 05:17:01] Production.INFO: ==14990== Lock acquired, processing the job...
[2026-09-11 05:17:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 09:17:02] Production.INFO: ==14992== Lock acquired, processing the job...
[2026-09-11 09:17:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 09:17:02] Production.INFO: ==14992== Releasing lock...
[2026-09-11 09:17:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 09:17:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 05:17:02] Production.INFO: ==14990== Releasing lock...
[2026-09-11 05:17:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 05:17:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 05:17:02] Production.INFO: ==14995== Lock acquired, processing the job...
[2026-09-11 05:17:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 05:17:02] Production.INFO: ==14997== Lock acquired, processing the job...
[2026-09-11 05:17:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 05:17:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 05:17:03] Production.INFO: ==14999== Lock acquired, processing the job...
[2026-09-11 05:17:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 05:17:03] Production.INFO: ==15003== Lock acquired, processing the job...
[2026-09-11 05:17:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 05:17:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 05:17:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 05:17:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 05:17:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 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-09-11 05:17:03] Production.INFO: ==15001== Lock acquired, processing the job...
[2026-09-11 05:17:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 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-09-11 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-09-11 05:17:03] Production.INFO: ==15003== Releasing lock...
[2026-09-11 05:17:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 05:17:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 05:17:03] Production.INFO: Account Balance Start.
[2026-09-11 05:17:03] Production.INFO: CreateAllLog Start
[2026-09-11 05:17:03] Production.INFO: 117
[2026-09-11 05:17:03] Production.INFO: Date 2026-09-08
[2026-09-11 05:17:03] Production.INFO: Reseller ==> 0
[2026-09-11 05:17:03] Production.INFO: Date 2026-09-09
[2026-09-11 05:17:03] Production.INFO: Reseller ==> 0
[2026-09-11 05:17:03] Production.INFO: Date 2026-09-10
[2026-09-11 05:17:03] Production.INFO: Reseller ==> 0
[2026-09-11 05:17:03] Production.INFO: Date 2026-09-11
[2026-09-11 05:17:03] Production.INFO: Reseller ==> 0
[2026-09-11 05:17:03] Production.INFO: Total Charge 0
[2026-09-11 05:17:03] Production.INFO: ==14997== Releasing lock...
[2026-09-11 05:17:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 05:17:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 05:17:03] Production.INFO: CreateAllLog End
[2026-09-11 05:17:03] Production.INFO: Account Balance End.
[2026-09-11 05:17:04] Production.ERROR: CronJobId end 12
[2026-09-11 05:17:04] Production.INFO: ==15001== Releasing lock...
[2026-09-11 05:17:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 05:17:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 05:17: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-09-11 05:17:11] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 05:17:11] Production.INFO: ============== Balance Warning START===========
[2026-09-11 05:17:11] Production.INFO: ============== Balance Warning END===========
[2026-09-11 05:17:11] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 05:17:11] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 05:17:11] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 05:17:11] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 05:17:11] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 05:17:11] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 05:17:11] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 05:17:11] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 05:17:11] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 05:17:11] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 05:17:11] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 05:17:11] Production.ERROR: CronJobId end10
[2026-09-11 05:17:11] Production.INFO: ==14999== Releasing lock...
[2026-09-11 05:17:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 05:17:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 05:17:12] Production.INFO: call_cost start
[2026-09-11 05:17:12] Production.INFO: call_cost end
[2026-09-11 05:17:12] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 05:17:12] Production.INFO: ============== Report Schedule START===========
[2026-09-11 05:17:12] Production.INFO: ============== Report Schedule END===========
[2026-09-11 05:17:12] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 05:17:12] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 05:17:12] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 05:17:12] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 05:17:12] Production.INFO: ============== Deal alert START===========
[2026-09-11 05:17:12] Production.INFO: ============== Deal alert END===========
[2026-09-11 05:17:12] Production.INFO: ==14995== Releasing lock...
[2026-09-11 05:17:12] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 05:17:12] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 10:18:01] Production.INFO: ==15064== Lock acquired, processing the job...
[2026-09-11 10:18:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 10:18:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 10:18:01] Production.INFO: neon service started
[2026-09-11 10:18:01] Production.INFO: neon service started
[2026-09-11 10:18:01] Production.INFO: ==15064== Releasing lock...
[2026-09-11 10:18:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 10:18:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 05:18:02] Production.INFO: ==15066== Lock acquired, processing the job...
[2026-09-11 05:18:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 05:18:02] Production.INFO: ==15066== Releasing lock...
[2026-09-11 05:18:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 05:18:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 09:18:02] Production.INFO: ==15068== Lock acquired, processing the job...
[2026-09-11 09:18:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 09:18:02] Production.INFO: ==15068== Releasing lock...
[2026-09-11 09:18:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 09:18:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 05:18:03] Production.INFO: ==15070== Lock acquired, processing the job...
[2026-09-11 05:18:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 05:18:03] Production.INFO: ==15072== Lock acquired, processing the job...
[2026-09-11 05:18:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 05:18:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 05:18:03] Production.INFO: ==15079== Lock acquired, processing the job...
[2026-09-11 05:18:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 05:18:03] Production.INFO: ==15075== Lock acquired, processing the job...
[2026-09-11 05:18:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 05:18:03] Production.INFO: ==15077== Lock acquired, processing the job...
[2026-09-11 05:18:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 05:18:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 05:18:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 05:18:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 05:18:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 05:18:03] Production.INFO: Account Balance Start.
[2026-09-11 05:18:03] Production.INFO: CreateAllLog Start
[2026-09-11 05:18:03] Production.INFO: 117
[2026-09-11 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-09-11 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-09-11 05:18:03] Production.INFO: Date 2026-09-08
[2026-09-11 05:18:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 05:18:03] Production.INFO: ==15079== Releasing lock...
[2026-09-11 05:18:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 05:18:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 05:18:03] Production.INFO: Date 2026-09-09
[2026-09-11 05:18:03] Production.INFO: Reseller ==> 0
[2026-09-11 05:18:03] Production.INFO: Date 2026-09-10
[2026-09-11 05:18:03] Production.INFO: Reseller ==> 0
[2026-09-11 05:18:03] Production.INFO: Date 2026-09-11
[2026-09-11 05:18:03] Production.INFO: Reseller ==> 0
[2026-09-11 05:18:03] Production.INFO: Total Charge 0
[2026-09-11 05:18:03] Production.INFO: CreateAllLog End
[2026-09-11 05:18:03] Production.INFO: Account Balance End.
[2026-09-11 05:18:04] Production.ERROR: CronJobId end 12
[2026-09-11 05:18:04] Production.INFO: ==15077== Releasing lock...
[2026-09-11 05:18:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 05:18:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 05:18:04] Production.INFO: ==15072== Releasing lock...
[2026-09-11 05:18:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 05:18:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 05:18:11] Production.ERROR: CronJobId end10
[2026-09-11 05:18:11] Production.INFO: ==15075== Releasing lock...
[2026-09-11 05:18:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 05:18:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 05:18:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 05:18:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 05:18:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 05:18:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 05:18:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 05:18:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 05:18:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 05:18:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 05:18:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 05:18:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 05:18:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 05:18:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 05:18:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 05:18:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 05:18:14] Production.INFO: call_cost start
[2026-09-11 05:18:14] Production.INFO: call_cost end
[2026-09-11 05:18:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 05:18:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 05:18:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 05:18:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 05:18:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 05:18:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 05:18:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 05:18:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 05:18:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 05:18:14] Production.INFO: ==15070== Releasing lock...
[2026-09-11 05:18:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 05:18:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 10:19:02] Production.INFO: ==15141== Lock acquired, processing the job...
[2026-09-11 10:19:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 10:19:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 10:19:02] Production.INFO: neon service started
[2026-09-11 10:19:02] Production.INFO: neon service started
[2026-09-11 10:19:02] Production.INFO: ==15141== Releasing lock...
[2026-09-11 10:19:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 10:19:02] Production.INFO: 25.5 MB #Memory Used#
[2026-09-11 05:19:02] Production.INFO: ==15143== Lock acquired, processing the job...
[2026-09-11 05:19:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 09:19:02] Production.INFO: ==15145== Lock acquired, processing the job...
[2026-09-11 09:19:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 09:19:02] Production.INFO: ==15145== Releasing lock...
[2026-09-11 09:19:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 09:19:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 05:19:02] Production.INFO: ==15143== Releasing lock...
[2026-09-11 05:19:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 05:19:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 05:19:03] Production.INFO: ==15148== Lock acquired, processing the job...
[2026-09-11 05:19:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 05:19:03] Production.INFO: ==15150== Lock acquired, processing the job...
[2026-09-11 05:19:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 05:19:03] Production.INFO: ==15153== Lock acquired, processing the job...
[2026-09-11 05:19:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 05:19:03] Production.INFO: ==15155== Lock acquired, processing the job...
[2026-09-11 05:19:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 05:19:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 05:19:03] Production.INFO: ==15157== Lock acquired, processing the job...
[2026-09-11 05:19:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 05:19:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 05:19:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 05:19:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 05:19:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 05:19:04] Production.INFO: Account Balance Start.
[2026-09-11 05:19:04] Production.INFO: CreateAllLog Start
[2026-09-11 05:19:04] Production.INFO: 117
[2026-09-11 05:19:04] Production.INFO: Date 2026-09-08
[2026-09-11 05:19:04] Production.INFO: Reseller ==> 0
[2026-09-11 05:19:04] Production.INFO: Date 2026-09-09
[2026-09-11 05:19:04] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 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-09-11 05:19:04] Production.INFO: Date 2026-09-10
[2026-09-11 05:19:04] Production.INFO: Reseller ==> 0
[2026-09-11 05:19:04] Production.INFO: ==15157== Releasing lock...
[2026-09-11 05:19:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 05:19:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 05:19:04] Production.INFO: Date 2026-09-11
[2026-09-11 05:19:04] Production.INFO: Reseller ==> 0
[2026-09-11 05:19:04] Production.INFO: Total Charge 0
[2026-09-11 05:19:04] Production.INFO: CreateAllLog End
[2026-09-11 05:19:04] Production.INFO: Account Balance End.
[2026-09-11 05:19:04] Production.ERROR: CronJobId end 12
[2026-09-11 05:19:04] Production.INFO: ==15155== Releasing lock...
[2026-09-11 05:19:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 05:19:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 05:19:04] Production.INFO: ==15150== Releasing lock...
[2026-09-11 05:19:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 05:19:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 05:19:11] Production.ERROR: CronJobId end10
[2026-09-11 05:19:11] Production.INFO: ==15153== Releasing lock...
[2026-09-11 05:19:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 05:19:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 05:19:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 05:19:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 05:19:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 05:19:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 05:19:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 05:19:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 05:19:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 05:19:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 05:19:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 05:19:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 05:19:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 05:19:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 05:19:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 05:19:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 05:19:14] Production.INFO: call_cost start
[2026-09-11 05:19:14] Production.INFO: call_cost end
[2026-09-11 05:19:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 05:19:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 05:19:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 05:19:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 05:19:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 05:19:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 05:19:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 05:19:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 05:19:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 05:19:14] Production.INFO: ==15148== Releasing lock...
[2026-09-11 05:19:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 05:19:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 10:20:01] Production.INFO: ==15220== Lock acquired, processing the job...
[2026-09-11 10:20:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 10:20:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 10:20:01] Production.INFO: neon service started
[2026-09-11 10:20:01] Production.INFO: neon service started
[2026-09-11 10:20:01] Production.INFO: ==15220== Releasing lock...
[2026-09-11 10:20:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 10:20:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 05:20:02] Production.INFO: ==15222== Lock acquired, processing the job...
[2026-09-11 05:20:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 09:20:02] Production.INFO: ==15224== Lock acquired, processing the job...
[2026-09-11 09:20:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 09:20:02] Production.INFO: ==15224== Releasing lock...
[2026-09-11 09:20:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 09:20:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 05:20:02] Production.INFO: ==15222== Releasing lock...
[2026-09-11 05:20:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 05:20:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 05:20:03] Production.INFO: ==15230== Lock acquired, processing the job...
[2026-09-11 05:20:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 05:20:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 05:20:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 05:20:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 05:20:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 05:20:03] Production.INFO: ==15235== Lock acquired, processing the job...
[2026-09-11 05:20:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 05:20:03] Production.INFO: ==15226== Lock acquired, processing the job...
[2026-09-11 05:20:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 05:20:03] Production.INFO: ==15228== Lock acquired, processing the job...
[2026-09-11 05:20:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 05:20:03] Production.INFO: ==15233== Lock acquired, processing the job...
[2026-09-11 05:20:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 05:20:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 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-09-11 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-09-11 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-09-11 05:20:03] Production.INFO: ==15235== Releasing lock...
[2026-09-11 05:20:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 05:20:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 05:20:03] Production.INFO: Account Balance Start.
[2026-09-11 05:20:03] Production.INFO: CreateAllLog Start
[2026-09-11 05:20:03] Production.INFO: 117
[2026-09-11 05:20:03] Production.INFO: Date 2026-09-08
[2026-09-11 05:20:03] Production.INFO: Reseller ==> 0
[2026-09-11 05:20:03] Production.INFO: Date 2026-09-09
[2026-09-11 05:20:03] Production.INFO: Reseller ==> 0
[2026-09-11 05:20:03] Production.INFO: Date 2026-09-10
[2026-09-11 05:20:03] Production.INFO: Reseller ==> 0
[2026-09-11 05:20:03] Production.INFO: Date 2026-09-11
[2026-09-11 05:20:03] Production.INFO: Reseller ==> 0
[2026-09-11 05:20:03] Production.INFO: Total Charge 0
[2026-09-11 05:20:03] Production.INFO: CreateAllLog End
[2026-09-11 05:20:04] Production.INFO: Account Balance End.
[2026-09-11 05:20:04] Production.ERROR: CronJobId end 12
[2026-09-11 05:20:04] Production.INFO: ==15233== Releasing lock...
[2026-09-11 05:20:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 05:20:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 05:20:04] Production.INFO: ==15228== Releasing lock...
[2026-09-11 05:20:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 05:20:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 05:20:10] Production.ERROR: CronJobId end10
[2026-09-11 05:20:10] Production.INFO: ==15230== Releasing lock...
[2026-09-11 05:20:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 05:20:10] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 05:20:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 05:20:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 05:20:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 05:20:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 05:20:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 05:20:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 05:20:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 05:20:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 05:20:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 05:20:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 05:20:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 05:20:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 05:20:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 05:20:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 05:20:15] Production.INFO: call_cost start
[2026-09-11 05:20:15] Production.INFO: call_cost end
[2026-09-11 05:20:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 05:20:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 05:20:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 05:20:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 05:20:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 05:20:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 05:20:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 05:20:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 05:20:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 05:20:15] Production.INFO: ==15226== Releasing lock...
[2026-09-11 05:20:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 05:20:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 10:21:02] Production.INFO: ==15308== Lock acquired, processing the job...
[2026-09-11 10:21:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 10:21:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 10:21:02] Production.INFO: neon service started
[2026-09-11 10:21:02] Production.INFO: neon service started
[2026-09-11 10:21:02] Production.INFO: ==15308== Releasing lock...
[2026-09-11 10:21:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 10:21:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 05:21:02] Production.INFO: ==15310== Lock acquired, processing the job...
[2026-09-11 05:21:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 05:21:02] Production.INFO: ==15310== Releasing lock...
[2026-09-11 05:21:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 05:21:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 09:21:02] Production.INFO: ==15312== Lock acquired, processing the job...
[2026-09-11 09:21:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 09:21:03] Production.INFO: ==15312== Releasing lock...
[2026-09-11 09:21:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 09:21:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 05:21:03] Production.INFO: ==15316== Lock acquired, processing the job...
[2026-09-11 05:21:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 05:21:03] Production.INFO: ==15318== Lock acquired, processing the job...
[2026-09-11 05:21:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 05:21:03] Production.INFO: ==15320== Lock acquired, processing the job...
[2026-09-11 05:21:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 05:21:03] Production.INFO: ==15314== Lock acquired, processing the job...
[2026-09-11 05:21:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 05:21:03] Production.INFO: Account Balance Start.
[2026-09-11 05:21:03] Production.INFO: CreateAllLog Start
[2026-09-11 05:21:03] Production.INFO: 117
[2026-09-11 05:21:03] Production.INFO: Date 2026-09-08
[2026-09-11 05:21:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 05:21:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 05:21:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 05:21:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 05:21:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 05:21:03] Production.INFO: ==15349== Lock acquired, processing the job...
[2026-09-11 05:21:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 05:21:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 05:21:03] Production.INFO: Date 2026-09-09
[2026-09-11 05:21:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 05:21:03] Production.INFO: ==15349== Releasing lock...
[2026-09-11 05:21:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 05:21:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 05:21:03] Production.INFO: Date 2026-09-10
[2026-09-11 05:21:03] Production.INFO: Reseller ==> 0
[2026-09-11 05:21:03] Production.INFO: Date 2026-09-11
[2026-09-11 05:21:03] Production.INFO: Reseller ==> 0
[2026-09-11 05:21:03] Production.INFO: Total Charge 0
[2026-09-11 05:21:03] Production.INFO: CreateAllLog End
[2026-09-11 05:21:04] Production.INFO: Account Balance End.
[2026-09-11 05:21:04] Production.ERROR: CronJobId end 12
[2026-09-11 05:21:04] Production.INFO: ==15320== Releasing lock...
[2026-09-11 05:21:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 05:21:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 05:21:04] Production.INFO: ==15316== Releasing lock...
[2026-09-11 05:21:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 05:21:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 05:21:12] Production.ERROR: CronJobId end10
[2026-09-11 05:21:12] Production.INFO: ==15318== Releasing lock...
[2026-09-11 05:21:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 05:21:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 05:21:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 05:21:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 05:21:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 05:21:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 05:21:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 05:21:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 05:21:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 05:21:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 05:21:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 05:21:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 05:21:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 05:21:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 05:21:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 05:21:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 05:21:15] Production.INFO: call_cost start
[2026-09-11 05:21:15] Production.INFO: call_cost end
[2026-09-11 05:21:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 05:21:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 05:21:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 05:21:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 05:21:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 05:21:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 05:21:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 05:21:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 05:21:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 05:21:15] Production.INFO: ==15314== Releasing lock...
[2026-09-11 05:21:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 05:21:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 10:22:01] Production.INFO: ==15410== Lock acquired, processing the job...
[2026-09-11 10:22:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 10:22:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 10:22:01] Production.INFO: neon service started
[2026-09-11 10:22:01] Production.INFO: neon service started
[2026-09-11 10:22:01] Production.INFO: ==15410== Releasing lock...
[2026-09-11 10:22:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 10:22:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 09:22:01] Production.INFO: ==15414== Lock acquired, processing the job...
[2026-09-11 09:22:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 09:22:01] Production.INFO: ==15414== Releasing lock...
[2026-09-11 09:22:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 09:22:01] Production.INFO: 25 MB #Memory Used#
[2026-09-11 05:22:02] Production.INFO: ==15412== Lock acquired, processing the job...
[2026-09-11 05:22:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 05:22:02] Production.INFO: ==15412== Releasing lock...
[2026-09-11 05:22:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 05:22:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 05:22:02] Production.INFO: ==15417== Lock acquired, processing the job...
[2026-09-11 05:22:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 05:22:03] Production.INFO: ==15421== Lock acquired, processing the job...
[2026-09-11 05:22:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 05:22:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 05:22:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 05:22:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 05:22:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 05:22:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 05:22:03] Production.INFO: ==15419== Lock acquired, processing the job...
[2026-09-11 05:22:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 05:22:03] Production.INFO: ==15423== Lock acquired, processing the job...
[2026-09-11 05:22:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 05:22:03] Production.INFO: ==15425== Lock acquired, processing the job...
[2026-09-11 05:22:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 05:22:03] Production.INFO: Account Balance Start.
[2026-09-11 05:22:03] Production.INFO: CreateAllLog Start
[2026-09-11 05:22:03] Production.INFO: 117
[2026-09-11 05:22:03] Production.INFO: Date 2026-09-08
[2026-09-11 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-09-11 05:22:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 05:22:03] Production.INFO: Date 2026-09-09
[2026-09-11 05:22:03] Production.INFO: Reseller ==> 0
[2026-09-11 05:22:03] Production.INFO: Date 2026-09-10
[2026-09-11 05:22:03] Production.INFO: Reseller ==> 0
[2026-09-11 05:22:03] Production.INFO: ==15425== Releasing lock...
[2026-09-11 05:22:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 05:22:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 05:22:03] Production.INFO: Date 2026-09-11
[2026-09-11 05:22:03] Production.INFO: Reseller ==> 0
[2026-09-11 05:22:03] Production.INFO: Total Charge 0
[2026-09-11 05:22:03] Production.INFO: CreateAllLog End
[2026-09-11 05:22:03] Production.INFO: Account Balance End.
[2026-09-11 05:22:03] Production.ERROR: CronJobId end 12
[2026-09-11 05:22:03] Production.INFO: ==15423== Releasing lock...
[2026-09-11 05:22:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 05:22:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 05:22:04] Production.INFO: ==15419== Releasing lock...
[2026-09-11 05:22:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 05:22:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 05:22:12] Production.ERROR: CronJobId end10
[2026-09-11 05:22:12] Production.INFO: ==15421== Releasing lock...
[2026-09-11 05:22:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 05:22:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 05:22:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 05:22:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 05:22:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 05:22:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 05:22:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 05:22:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 05:22:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 05:22:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 05:22:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 05:22:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 05:22:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 05:22:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 05:22:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 05:22:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 05:22:14] Production.INFO: call_cost start
[2026-09-11 05:22:14] Production.INFO: call_cost end
[2026-09-11 05:22:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 05:22:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 05:22:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 05:22:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 05:22:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 05:22:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 05:22:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 05:22:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 05:22:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 05:22:14] Production.INFO: ==15417== Releasing lock...
[2026-09-11 05:22:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 05:22:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 10:23:01] Production.INFO: ==15492== Lock acquired, processing the job...
[2026-09-11 10:23:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 10:23:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 10:23:01] Production.INFO: neon service started
[2026-09-11 10:23:01] Production.INFO: neon service started
[2026-09-11 10:23:02] Production.INFO: ==15492== Releasing lock...
[2026-09-11 10:23:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 10:23:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 05:23:02] Production.INFO: ==15494== Lock acquired, processing the job...
[2026-09-11 05:23:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 09:23:02] Production.INFO: ==15496== Lock acquired, processing the job...
[2026-09-11 09:23:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 09:23:02] Production.INFO: ==15496== Releasing lock...
[2026-09-11 09:23:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 09:23:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 05:23:02] Production.INFO: ==15494== Releasing lock...
[2026-09-11 05:23:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 05:23:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 05:23:03] Production.INFO: ==15499== Lock acquired, processing the job...
[2026-09-11 05:23:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 05:23:03] Production.INFO: ==15503== Lock acquired, processing the job...
[2026-09-11 05:23:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 05:23:03] Production.INFO: ==15501== Lock acquired, processing the job...
[2026-09-11 05:23:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 05:23:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 05:23:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 05:23:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 05:23:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 05:23:03] Production.INFO: ==15507== Lock acquired, processing the job...
[2026-09-11 05:23:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 05:23:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 05:23:03] Production.INFO: ==15505== Lock acquired, processing the job...
[2026-09-11 05:23:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 05:23:04] Production.INFO: Account Balance Start.
[2026-09-11 05:23:04] Production.INFO: CreateAllLog Start
[2026-09-11 05:23:04] Production.INFO: 117
[2026-09-11 05:23:04] Production.INFO: Date 2026-09-08
[2026-09-11 05:23:04] Production.INFO: Reseller ==> 0
[2026-09-11 05:23:04] Production.INFO: Date 2026-09-09
[2026-09-11 05:23:04] Production.INFO: Reseller ==> 0
[2026-09-11 05:23:04] Production.INFO: Date 2026-09-10
[2026-09-11 05:23:04] Production.INFO: Reseller ==> 0
[2026-09-11 05: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-09-11 05: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-09-11 05:23:04] Production.INFO: Date 2026-09-11
[2026-09-11 05:23:04] Production.INFO: Reseller ==> 0
[2026-09-11 05: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-09-11 05:23:04] Production.INFO: ==15507== Releasing lock...
[2026-09-11 05:23:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 05:23:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 05:23:04] Production.INFO: Total Charge 0
[2026-09-11 05:23:04] Production.INFO: CreateAllLog End
[2026-09-11 05:23:04] Production.INFO: Account Balance End.
[2026-09-11 05:23:04] Production.ERROR: CronJobId end 12
[2026-09-11 05:23:04] Production.INFO: ==15505== Releasing lock...
[2026-09-11 05:23:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 05:23:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 05:23:04] Production.INFO: ==15501== Releasing lock...
[2026-09-11 05:23:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 05:23:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 05:23:12] Production.ERROR: CronJobId end10
[2026-09-11 05:23:12] Production.INFO: ==15503== Releasing lock...
[2026-09-11 05:23:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 05:23:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 05:23:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 05:23:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 05:23:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 05:23:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 05:23:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 05:23:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 05:23:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 05:23:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 05:23:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 05:23:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 05:23:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 05:23:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 05:23:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 05:23:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 05:23:15] Production.INFO: call_cost start
[2026-09-11 05:23:15] Production.INFO: call_cost end
[2026-09-11 05:23:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 05:23:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 05:23:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 05:23:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 05:23:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 05:23:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 05:23:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 05:23:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 05:23:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 05:23:15] Production.INFO: ==15499== Releasing lock...
[2026-09-11 05:23:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 05:23:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 10:24:01] Production.INFO: ==15574== Lock acquired, processing the job...
[2026-09-11 10:24:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 10:24:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 10:24:01] Production.INFO: neon service started
[2026-09-11 10:24:01] Production.INFO: neon service started
[2026-09-11 10:24:01] Production.INFO: ==15574== Releasing lock...
[2026-09-11 10:24:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 10:24:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 05:24:01] Production.INFO: ==15576== Lock acquired, processing the job...
[2026-09-11 05:24:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 05:24:01] Production.INFO: ==15576== Releasing lock...
[2026-09-11 05:24:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 05:24:01] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 09:24:02] Production.INFO: ==15578== Lock acquired, processing the job...
[2026-09-11 09:24:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 09:24:02] Production.INFO: ==15578== Releasing lock...
[2026-09-11 09:24:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 09:24:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 05:24:02] Production.INFO: ==15586== Lock acquired, processing the job...
[2026-09-11 05:24:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 05:24:02] Production.INFO: Account Balance Start.
[2026-09-11 05:24:02] Production.INFO: CreateAllLog Start
[2026-09-11 05:24:02] Production.INFO: 117
[2026-09-11 05:24:02] Production.INFO: Date 2026-09-08
[2026-09-11 05:24:02] Production.INFO: Reseller ==> 0
[2026-09-11 05:24:02] Production.INFO: Date 2026-09-09
[2026-09-11 05:24:02] Production.INFO: Reseller ==> 0
[2026-09-11 05:24:02] Production.INFO: Date 2026-09-10
[2026-09-11 05:24:02] Production.INFO: Reseller ==> 0
[2026-09-11 05:24:02] Production.INFO: Date 2026-09-11
[2026-09-11 05:24:02] Production.INFO: Reseller ==> 0
[2026-09-11 05:24:02] Production.INFO: Total Charge 0
[2026-09-11 05:24:02] Production.INFO: CreateAllLog End
[2026-09-11 05:24:03] Production.INFO: ==15580== Lock acquired, processing the job...
[2026-09-11 05:24:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 05:24:03] Production.INFO: ==15582== Lock acquired, processing the job...
[2026-09-11 05:24:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 05:24:03] Production.INFO: ==15584== Lock acquired, processing the job...
[2026-09-11 05:24:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 05:24:03] Production.INFO: Account Balance End.
[2026-09-11 05:24:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 05:24:03] Production.INFO: ==15588== Lock acquired, processing the job...
[2026-09-11 05:24:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 05:24:03] Production.ERROR: CronJobId end 12
[2026-09-11 05:24:03] Production.INFO: ==15586== Releasing lock...
[2026-09-11 05:24:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 05:24:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 05:24:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 05:24:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 05:24:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 05:24:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 05: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-09-11 05: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-09-11 05: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-09-11 05:24:03] Production.INFO: ==15588== Releasing lock...
[2026-09-11 05:24:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 05:24:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 05:24:04] Production.INFO: ==15582== Releasing lock...
[2026-09-11 05:24:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 05:24:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 05:24:11] Production.ERROR: CronJobId end10
[2026-09-11 05:24:11] Production.INFO: ==15584== Releasing lock...
[2026-09-11 05:24:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 05:24:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 05:24:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 05:24:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 05:24:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 05:24:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 05:24:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 05:24:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 05:24:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 05:24:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 05:24:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 05:24:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 05:24:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 05:24:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 05:24:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 05:24:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 05:24:13] Production.INFO: call_cost start
[2026-09-11 05:24:13] Production.INFO: call_cost end
[2026-09-11 05:24:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 05:24:13] Production.INFO: ============== Report Schedule START===========
[2026-09-11 05:24:13] Production.INFO: ============== Report Schedule END===========
[2026-09-11 05:24:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 05:24:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 05:24:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 05:24:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 05:24:13] Production.INFO: ============== Deal alert START===========
[2026-09-11 05:24:13] Production.INFO: ============== Deal alert END===========
[2026-09-11 05:24:13] Production.INFO: ==15580== Releasing lock...
[2026-09-11 05:24:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 05:24:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 10:25:01] Production.INFO: ==15653== Lock acquired, processing the job...
[2026-09-11 10:25:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 10:25:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 10:25:01] Production.INFO: neon service started
[2026-09-11 10:25:01] Production.INFO: neon service started
[2026-09-11 10:25:01] Production.INFO: ==15653== Releasing lock...
[2026-09-11 10:25:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 10:25:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 05:25:02] Production.INFO: ==15655== Lock acquired, processing the job...
[2026-09-11 05:25:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 09:25:02] Production.INFO: ==15657== Lock acquired, processing the job...
[2026-09-11 09:25:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 09:25:02] Production.INFO: ==15657== Releasing lock...
[2026-09-11 09:25:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 09:25:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 05:25:02] Production.INFO: ==15655== Releasing lock...
[2026-09-11 05:25:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 05:25:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 05:25:03] Production.INFO: ==15664== Lock acquired, processing the job...
[2026-09-11 05:25:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 05:25:03] Production.INFO: ==15662== Lock acquired, processing the job...
[2026-09-11 05:25:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 05:25:03] Production.INFO: ==15660== Lock acquired, processing the job...
[2026-09-11 05:25:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-11 05:25:03] Production.ERROR: ========================== active cronjob start =============================
[2026-09-11 05:25:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-11 05:25:03] Production.ERROR: CronJob PID - 15662
[2026-09-11 05:25:03] Production.ERROR: CronJob Title - System Alerts
[2026-09-11 05:25:03] Production.ERROR: CronJob ID - 5
[2026-09-11 05:25:03] Production.ERROR: CronJob Last Run Time 2026-09-11 05:25:00
[2026-09-11 05:25:03] Production.ERROR: CronJob Active Minutes 0
[2026-09-11 05:25:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-11 05:25:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-11 05:25:03] Production.ERROR: CronJob PID - 15664
[2026-09-11 05:25:03] Production.ERROR: CronJob Title - Account Block
[2026-09-11 05:25:03] Production.ERROR: CronJob ID - 7
[2026-09-11 05:25:03] Production.ERROR: CronJob Last Run Time 2026-09-11 05:25:00
[2026-09-11 05:25:03] Production.ERROR: CronJob Active Minutes 0
[2026-09-11 05:25:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-11 05:25:03] Production.ERROR: ========================== active cronjob end =============================
[2026-09-11 05:25:03] Production.INFO: ==15660== Releasing lock...
[2026-09-11 05:25:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-11 05:25:03] Production.INFO: 25.5 MB #Memory Used#
[2026-09-11 05:25:03] Production.INFO: ==15666== Lock acquired, processing the job...
[2026-09-11 05:25:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 05:25:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 05:25:03] Production.INFO: ==15670== Lock acquired, processing the job...
[2026-09-11 05:25:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-11 05:25:03] Production.INFO: ==15668== Lock acquired, processing the job...
[2026-09-11 05:25:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 05:25:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 05:25:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 05:25:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 05:25:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 05:25:03] Production.ERROR: tblTempUsageDetail_20
[2026-09-11 05:25:03] Production.INFO: ==15672== Lock acquired, processing the job...
[2026-09-11 05:25:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 05:25:04] Production.INFO: Account Balance Start.
[2026-09-11 05:25:04] Production.INFO: CreateAllLog Start
[2026-09-11 05:25:04] Production.INFO: 117
[2026-09-11 05:25:04] Production.INFO: Date 2026-09-08
[2026-09-11 05:25:04] Production.INFO: Reseller ==> 0
[2026-09-11 05: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-09-11 05:25:04] Production.INFO: Date 2026-09-09
[2026-09-11 05:25:04] Production.INFO: Reseller ==> 0
[2026-09-11 05: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-09-11 05: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-09-11 05:25:04] Production.INFO: Date 2026-09-10
[2026-09-11 05:25:04] Production.INFO: ==15672== Releasing lock...
[2026-09-11 05:25:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 05:25:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 05:25:04] Production.INFO: Reseller ==> 0
[2026-09-11 05:25:04] Production.ERROR: done
[2026-09-11 05:25:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-11 05:25:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17982686', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) start
[2026-09-11 05:25:04] Production.INFO: Date 2026-09-11
[2026-09-11 05:25:04] Production.INFO: Reseller ==> 0
[2026-09-11 05:25:04] Production.INFO: Total Charge 0
[2026-09-11 05:25:04] Production.INFO: CreateAllLog End
[2026-09-11 05:25:04] Production.INFO: Account Balance End.
[2026-09-11 05:25:04] Production.ERROR: CronJobId end 12
[2026-09-11 05:25:04] Production.INFO: ==15668== Releasing lock...
[2026-09-11 05:25:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 05:25:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 05:25:04] Production.INFO: ==15664== Releasing lock...
[2026-09-11 05:25:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 05:25:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 05:25:09] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17982686', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) end
[2026-09-11 05:25:09] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-11 05:25:09] Production.INFO: ProcessCDR(1,17982686,1,1,2)
[2026-09-11 05:25:09] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17982686,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 05:25:09] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17982686,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 05:25:09] Production.ERROR: pbx prc_insertCDR start
[2026-09-11 05:25:09] Production.ERROR: pbx prc_insertCDR end
[2026-09-11 05:25:10] Production.INFO: ==15670== Releasing lock...
[2026-09-11 05:25:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-11 05:25:10] Production.INFO: 26 MB #Memory Used#
[2026-09-11 05:25:13] Production.ERROR: CronJobId end10
[2026-09-11 05:25:13] Production.INFO: ==15666== Releasing lock...
[2026-09-11 05:25:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 05:25:13] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 05:25:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 05:25:16] Production.INFO: ============== Balance Warning START===========
[2026-09-11 05:25:16] Production.INFO: ============== Balance Warning END===========
[2026-09-11 05:25:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 05:25:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 05:25:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 05:25:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 05:25:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 05:25:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 05:25:16] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 05:25:16] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 05:25:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 05:25:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 05:25:16] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 05:25:17] Production.INFO: call_cost start
[2026-09-11 05:25:17] Production.INFO: call_cost end
[2026-09-11 05:25:17] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 05:25:17] Production.INFO: ============== Report Schedule START===========
[2026-09-11 05:25:17] Production.INFO: ============== Report Schedule END===========
[2026-09-11 05:25:17] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 05:25:17] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 05:25:17] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 05:25:17] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 05:25:17] Production.INFO: ============== Deal alert START===========
[2026-09-11 05:25:17] Production.INFO: ============== Deal alert END===========
[2026-09-11 05:25:17] Production.INFO: ==15662== Releasing lock...
[2026-09-11 05:25:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 05:25:17] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 10:26:02] Production.INFO: ==15737== Lock acquired, processing the job...
[2026-09-11 10:26:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 10:26:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 10:26:02] Production.INFO: neon service started
[2026-09-11 10:26:02] Production.INFO: neon service started
[2026-09-11 10:26:02] Production.INFO: ==15737== Releasing lock...
[2026-09-11 10:26:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 10:26:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 05:26:02] Production.INFO: ==15739== Lock acquired, processing the job...
[2026-09-11 05:26:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 05:26:02] Production.INFO: ==15739== Releasing lock...
[2026-09-11 05:26:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 05:26:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 09:26:02] Production.INFO: ==15741== Lock acquired, processing the job...
[2026-09-11 09:26:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 09:26:02] Production.INFO: ==15741== Releasing lock...
[2026-09-11 09:26:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 09:26:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 05:26:03] Production.INFO: ==15750== Lock acquired, processing the job...
[2026-09-11 05:26:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 05:26:03] Production.INFO: ==15752== Lock acquired, processing the job...
[2026-09-11 05:26:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 05:26:03] Production.INFO: Account Balance Start.
[2026-09-11 05:26:03] Production.INFO: CreateAllLog Start
[2026-09-11 05:26:03] Production.INFO: 117
[2026-09-11 05:26:03] Production.INFO: Date 2026-09-08
[2026-09-11 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-09-11 05:26:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 05:26:03] Production.INFO: ==15752== Releasing lock...
[2026-09-11 05:26:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 05:26:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 05:26:03] Production.INFO: Date 2026-09-09
[2026-09-11 05:26:03] Production.INFO: Reseller ==> 0
[2026-09-11 05:26:03] Production.INFO: Date 2026-09-10
[2026-09-11 05:26:03] Production.INFO: Reseller ==> 0
[2026-09-11 05:26:03] Production.INFO: Date 2026-09-11
[2026-09-11 05:26:03] Production.INFO: Reseller ==> 0
[2026-09-11 05:26:03] Production.INFO: Total Charge 0
[2026-09-11 05:26:03] Production.INFO: CreateAllLog End
[2026-09-11 05:26:03] Production.INFO: ==15748== Lock acquired, processing the job...
[2026-09-11 05:26:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 05:26:03] Production.INFO: Account Balance End.
[2026-09-11 05:26:03] Production.ERROR: CronJobId end 12
[2026-09-11 05:26:03] Production.INFO: ==15750== Releasing lock...
[2026-09-11 05:26:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 05:26:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 05:26:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 05:26:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 05:26:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 05:26:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 05:26:03] Production.INFO: ==15746== Lock acquired, processing the job...
[2026-09-11 05:26:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 05:26:03] Production.INFO: ==15744== Lock acquired, processing the job...
[2026-09-11 05:26:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 05:26:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 05:26:04] Production.INFO: ==15746== Releasing lock...
[2026-09-11 05:26:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 05:26:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 05:26:12] Production.ERROR: CronJobId end10
[2026-09-11 05:26:12] Production.INFO: ==15748== Releasing lock...
[2026-09-11 05:26:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 05:26:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 05:26:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 05:26:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 05:26:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 05:26:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 05:26:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 05:26:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 05:26:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 05:26:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 05:26:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 05:26:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 05:26:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 05:26:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 05:26:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 05:26:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 05:26:15] Production.INFO: call_cost start
[2026-09-11 05:26:15] Production.INFO: call_cost end
[2026-09-11 05:26:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 05:26:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 05:26:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 05:26:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 05:26:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 05:26:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 05:26:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 05:26:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 05:26:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 05:26:15] Production.INFO: ==15744== Releasing lock...
[2026-09-11 05:26:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 05:26:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 10:27:01] Production.INFO: ==15816== Lock acquired, processing the job...
[2026-09-11 10:27:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 10:27:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 10:27:01] Production.INFO: neon service started
[2026-09-11 10:27:01] Production.INFO: neon service started
[2026-09-11 10:27:01] Production.INFO: ==15816== Releasing lock...
[2026-09-11 10:27:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 10:27:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 05:27:02] Production.INFO: ==15818== Lock acquired, processing the job...
[2026-09-11 05:27:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 05:27:02] Production.INFO: ==15818== Releasing lock...
[2026-09-11 05:27:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 05:27:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 09:27:02] Production.INFO: ==15820== Lock acquired, processing the job...
[2026-09-11 09:27:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 09:27:02] Production.INFO: ==15820== Releasing lock...
[2026-09-11 09:27:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 09:27:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 05:27:03] Production.INFO: ==15822== Lock acquired, processing the job...
[2026-09-11 05:27:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 05:27:03] Production.INFO: ==15826== Lock acquired, processing the job...
[2026-09-11 05:27:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 05:27:03] Production.INFO: ==15824== Lock acquired, processing the job...
[2026-09-11 05:27:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 05:27:03] Production.INFO: ==15830== Lock acquired, processing the job...
[2026-09-11 05:27:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 05:27:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 05:27:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 05:27:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 05:27:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 05:27:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 05:27:03] Production.INFO: ==15828== Lock acquired, processing the job...
[2026-09-11 05:27:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 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-09-11 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-09-11 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-09-11 05:27:03] Production.INFO: ==15830== Releasing lock...
[2026-09-11 05:27:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 05:27:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 05:27:03] Production.INFO: Account Balance Start.
[2026-09-11 05:27:03] Production.INFO: CreateAllLog Start
[2026-09-11 05:27:03] Production.INFO: 117
[2026-09-11 05:27:03] Production.INFO: Date 2026-09-08
[2026-09-11 05:27:03] Production.INFO: Reseller ==> 0
[2026-09-11 05:27:03] Production.INFO: Date 2026-09-09
[2026-09-11 05:27:03] Production.INFO: Reseller ==> 0
[2026-09-11 05:27:03] Production.INFO: Date 2026-09-10
[2026-09-11 05:27:03] Production.INFO: Reseller ==> 0
[2026-09-11 05:27:03] Production.INFO: Date 2026-09-11
[2026-09-11 05:27:03] Production.INFO: Reseller ==> 0
[2026-09-11 05:27:03] Production.INFO: Total Charge 0
[2026-09-11 05:27:03] Production.INFO: CreateAllLog End
[2026-09-11 05:27:04] Production.INFO: Account Balance End.
[2026-09-11 05:27:04] Production.ERROR: CronJobId end 12
[2026-09-11 05:27:04] Production.INFO: ==15828== Releasing lock...
[2026-09-11 05:27:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 05:27:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 05:27:04] Production.INFO: ==15824== Releasing lock...
[2026-09-11 05:27:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 05:27:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 05:27:10] Production.ERROR: CronJobId end10
[2026-09-11 05:27:10] Production.INFO: ==15826== Releasing lock...
[2026-09-11 05:27:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 05:27:10] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 05:27:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 05:27:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 05:27:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 05:27:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 05:27:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 05:27:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 05:27:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 05:27:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 05:27:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 05:27:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 05:27:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 05:27:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 05:27:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 05:27:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 05:27:15] Production.INFO: call_cost start
[2026-09-11 05:27:15] Production.INFO: call_cost end
[2026-09-11 05:27:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 05:27:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 05:27:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 05:27:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 05:27:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 05:27:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 05:27:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 05:27:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 05:27:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 05:27:15] Production.INFO: ==15822== Releasing lock...
[2026-09-11 05:27:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 05:27:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 10:28:02] Production.INFO: ==15905== Lock acquired, processing the job...
[2026-09-11 10:28:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 10:28:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 10:28:02] Production.INFO: neon service started
[2026-09-11 10:28:02] Production.INFO: neon service started
[2026-09-11 10:28:02] Production.INFO: ==15905== Releasing lock...
[2026-09-11 10:28:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 10:28:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 05:28:02] Production.INFO: ==15907== Lock acquired, processing the job...
[2026-09-11 05:28:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 09:28:02] Production.INFO: ==15909== Lock acquired, processing the job...
[2026-09-11 09:28:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 09:28:02] Production.INFO: ==15909== Releasing lock...
[2026-09-11 09:28:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 09:28:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 05:28:02] Production.INFO: ==15907== Releasing lock...
[2026-09-11 05:28:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 05:28:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 05:28:03] Production.INFO: ==15912== Lock acquired, processing the job...
[2026-09-11 05:28:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 05:28:03] Production.INFO: ==15918== Lock acquired, processing the job...
[2026-09-11 05:28:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 05:28:03] Production.INFO: ==15916== Lock acquired, processing the job...
[2026-09-11 05:28:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 05:28:03] Production.INFO: ==15914== Lock acquired, processing the job...
[2026-09-11 05:28:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 05:28:03] Production.INFO: ==15920== Lock acquired, processing the job...
[2026-09-11 05:28:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 05:28:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 05:28:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 05:28:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 05:28:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 05:28:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 05:28:03] Production.INFO: Account Balance Start.
[2026-09-11 05:28:03] Production.INFO: CreateAllLog Start
[2026-09-11 05:28:03] Production.INFO: 117
[2026-09-11 05:28:03] Production.INFO: Date 2026-09-08
[2026-09-11 05:28:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 05:28:03] Production.INFO: Date 2026-09-09
[2026-09-11 05:28:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 05:28:03] Production.INFO: ==15920== Releasing lock...
[2026-09-11 05:28:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 05:28:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 05:28:04] Production.INFO: Date 2026-09-10
[2026-09-11 05:28:04] Production.INFO: Reseller ==> 0
[2026-09-11 05:28:04] Production.INFO: Date 2026-09-11
[2026-09-11 05:28:04] Production.INFO: Reseller ==> 0
[2026-09-11 05:28:04] Production.INFO: Total Charge 0
[2026-09-11 05:28:04] Production.INFO: CreateAllLog End
[2026-09-11 05:28:04] Production.INFO: Account Balance End.
[2026-09-11 05:28:04] Production.ERROR: CronJobId end 12
[2026-09-11 05:28:04] Production.INFO: ==15918== Releasing lock...
[2026-09-11 05:28:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 05:28:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 05:28:04] Production.INFO: ==15914== Releasing lock...
[2026-09-11 05:28:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 05:28:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 05:28:11] Production.ERROR: CronJobId end10
[2026-09-11 05:28:11] Production.INFO: ==15916== Releasing lock...
[2026-09-11 05:28:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 05:28:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 05:28:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 05:28:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 05:28:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 05:28:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 05:28:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 05:28:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 05:28:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 05:28:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 05:28:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 05:28:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 05:28:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 05:28:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 05:28:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 05:28:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 05:28:13] Production.INFO: call_cost start
[2026-09-11 05:28:14] Production.INFO: call_cost end
[2026-09-11 05:28:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 05:28:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 05:28:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 05:28:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 05:28:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 05:28:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 05:28:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 05:28:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 05:28:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 05:28:14] Production.INFO: ==15912== Releasing lock...
[2026-09-11 05:28:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 05:28:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 10:29:01] Production.INFO: ==15987== Lock acquired, processing the job...
[2026-09-11 10:29:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 10:29:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 10:29:01] Production.INFO: neon service started
[2026-09-11 10:29:01] Production.INFO: neon service started
[2026-09-11 10:29:01] Production.INFO: ==15987== Releasing lock...
[2026-09-11 10:29:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 10:29:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 09:29:02] Production.INFO: ==15991== Lock acquired, processing the job...
[2026-09-11 09:29:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 09:29:02] Production.INFO: ==15991== Releasing lock...
[2026-09-11 09:29:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 09:29:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 05:29:02] Production.INFO: ==15989== Lock acquired, processing the job...
[2026-09-11 05:29:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 05:29:02] Production.INFO: ==15989== Releasing lock...
[2026-09-11 05:29:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 05:29:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 05:29:03] Production.INFO: ==15996== Lock acquired, processing the job...
[2026-09-11 05:29:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 05:29:03] Production.INFO: ==15994== Lock acquired, processing the job...
[2026-09-11 05:29:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 05:29:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 05:29:03] Production.INFO: ==15998== Lock acquired, processing the job...
[2026-09-11 05:29:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 05:29:03] Production.INFO: ==16002== Lock acquired, processing the job...
[2026-09-11 05:29:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 05:29:03] Production.INFO: ==16000== Lock acquired, processing the job...
[2026-09-11 05:29:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 05:29:03] Production.INFO: Account Balance Start.
[2026-09-11 05:29:03] Production.INFO: CreateAllLog Start
[2026-09-11 05:29:03] Production.INFO: 117
[2026-09-11 05:29:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 05:29:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 05:29:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 05:29:03] Production.INFO: Date 2026-09-08
[2026-09-11 05:29:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 05: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-09-11 05:29:03] Production.INFO: Reseller ==> 0
[2026-09-11 05: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-09-11 05:29:03] Production.INFO: Date 2026-09-09
[2026-09-11 05:29:03] Production.INFO: Reseller ==> 0
[2026-09-11 05: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-09-11 05:29:03] Production.INFO: Date 2026-09-10
[2026-09-11 05:29:03] Production.INFO: Reseller ==> 0
[2026-09-11 05:29:03] Production.INFO: ==16002== Releasing lock...
[2026-09-11 05:29:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 05:29:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 05:29:03] Production.INFO: Date 2026-09-11
[2026-09-11 05:29:03] Production.INFO: Reseller ==> 0
[2026-09-11 05:29:03] Production.INFO: Total Charge 0
[2026-09-11 05:29:03] Production.INFO: CreateAllLog End
[2026-09-11 05:29:03] Production.INFO: Account Balance End.
[2026-09-11 05:29:03] Production.ERROR: CronJobId end 12
[2026-09-11 05:29:03] Production.INFO: ==16000== Releasing lock...
[2026-09-11 05:29:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 05:29:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 05:29:03] Production.INFO: ==15996== Releasing lock...
[2026-09-11 05:29:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 05:29:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 05:29:10] Production.ERROR: CronJobId end10
[2026-09-11 05:29:10] Production.INFO: ==15998== Releasing lock...
[2026-09-11 05:29:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 05:29:10] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 05:29:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 05:29:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 05:29:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 05:29:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 05:29:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 05:29:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 05:29:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 05:29:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 05:29:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 05:29:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 05:29:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 05:29:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 05:29:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 05:29:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 05:29:14] Production.INFO: call_cost start
[2026-09-11 05:29:14] Production.INFO: call_cost end
[2026-09-11 05:29:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 05:29:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 05:29:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 05:29:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 05:29:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 05:29:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 05:29:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 05:29:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 05:29:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 05:29:14] Production.INFO: ==15994== Releasing lock...
[2026-09-11 05:29:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 05:29:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 10:30:01] Production.INFO: ==16071== Lock acquired, processing the job...
[2026-09-11 10:30:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 10:30:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 10:30:01] Production.INFO: neon service started
[2026-09-11 10:30:01] Production.INFO: neon service started
[2026-09-11 10:30:01] Production.INFO: ==16071== Releasing lock...
[2026-09-11 10:30:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 10:30:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 05:30:02] Production.INFO: ==16073== Lock acquired, processing the job...
[2026-09-11 05:30:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 05:30:02] Production.INFO: ==16073== Releasing lock...
[2026-09-11 05:30:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 05:30:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 09:30:02] Production.INFO: ==16075== Lock acquired, processing the job...
[2026-09-11 09:30:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 09:30:02] Production.INFO: ==16075== Releasing lock...
[2026-09-11 09:30:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 09:30:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 05:30:03] Production.INFO: ==16079== Lock acquired, processing the job...
[2026-09-11 05:30:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 05:30:03] Production.INFO: ==16077== Lock acquired, processing the job...
[2026-09-11 05:30:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 05:30:03] Production.INFO: ==16081== Lock acquired, processing the job...
[2026-09-11 05:30:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 05:30:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 05:30:03] Production.INFO: ==16083== Lock acquired, processing the job...
[2026-09-11 05:30:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 05:30:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 05:30:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 05:30:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 05:30:03] Production.INFO: ==16085== Lock acquired, processing the job...
[2026-09-11 05:30:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 05:30:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 05:30:03] Production.INFO: Account Balance Start.
[2026-09-11 05:30:03] Production.INFO: CreateAllLog Start
[2026-09-11 05:30:03] Production.INFO: 117
[2026-09-11 05:30:03] Production.INFO: Date 2026-09-08
[2026-09-11 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-09-11 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-09-11 05:30:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 05:30:03] Production.INFO: Date 2026-09-09
[2026-09-11 05:30:03] Production.INFO: Reseller ==> 0
[2026-09-11 05:30:03] Production.INFO: ==16085== Releasing lock...
[2026-09-11 05:30:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 05:30:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 05:30:03] Production.INFO: Date 2026-09-10
[2026-09-11 05:30:03] Production.INFO: Reseller ==> 0
[2026-09-11 05:30:03] Production.INFO: Date 2026-09-11
[2026-09-11 05:30:03] Production.INFO: Reseller ==> 0
[2026-09-11 05:30:03] Production.INFO: Total Charge 0
[2026-09-11 05:30:03] Production.INFO: CreateAllLog End
[2026-09-11 05:30:04] Production.INFO: Account Balance End.
[2026-09-11 05:30:04] Production.ERROR: CronJobId end 12
[2026-09-11 05:30:04] Production.INFO: ==16083== Releasing lock...
[2026-09-11 05:30:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 05:30:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 05:30:04] Production.INFO: ==16079== Releasing lock...
[2026-09-11 05:30:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 05:30:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 05:30:12] Production.ERROR: CronJobId end10
[2026-09-11 05:30:12] Production.INFO: ==16081== Releasing lock...
[2026-09-11 05:30:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 05:30:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 05:30:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 05:30:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 05:30:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 05:30:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 05:30:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 05:30:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 05:30:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 05:30:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 05:30:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 05:30:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 05:30:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 05:30:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 05:30:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 05:30:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 05:30:14] Production.INFO: call_cost start
[2026-09-11 05:30:14] Production.INFO: call_cost end
[2026-09-11 05:30:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 05:30:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 05:30:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 05:30:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 05:30:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 05:30:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 05:30:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 05:30:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 05:30:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 05:30:14] Production.INFO: ==16077== Releasing lock...
[2026-09-11 05:30:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 05:30:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 10:31:02] Production.INFO: ==16160== Lock acquired, processing the job...
[2026-09-11 10:31:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 10:31:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 10:31:02] Production.INFO: neon service started
[2026-09-11 10:31:02] Production.INFO: neon service started
[2026-09-11 10:31:02] Production.INFO: ==16160== Releasing lock...
[2026-09-11 10:31:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 10:31:02] Production.INFO: 25.5 MB #Memory Used#
[2026-09-11 05:31:02] Production.INFO: ==16162== Lock acquired, processing the job...
[2026-09-11 05:31:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 09:31:02] Production.INFO: ==16164== Lock acquired, processing the job...
[2026-09-11 09:31:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 09:31:02] Production.INFO: ==16164== Releasing lock...
[2026-09-11 09:31:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 09:31:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 05:31:03] Production.INFO: ==16162== Releasing lock...
[2026-09-11 05:31:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 05:31:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 05:31:03] Production.INFO: ==16167== Lock acquired, processing the job...
[2026-09-11 05:31:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 05:31:03] Production.INFO: ==16171== Lock acquired, processing the job...
[2026-09-11 05:31:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 05:31:03] Production.INFO: ==16169== Lock acquired, processing the job...
[2026-09-11 05:31:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 05:31:03] Production.INFO: ==16175== Lock acquired, processing the job...
[2026-09-11 05:31:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 05:31:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 05:31:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 05:31:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 05:31:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 05:31:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 05:31:04] Production.INFO: ==16173== Lock acquired, processing the job...
[2026-09-11 05:31:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 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-09-11 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-09-11 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-09-11 05:31:04] Production.INFO: Account Balance Start.
[2026-09-11 05:31:04] Production.INFO: CreateAllLog Start
[2026-09-11 05:31:04] Production.INFO: ==16175== Releasing lock...
[2026-09-11 05:31:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 05:31:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 05:31:04] Production.INFO: 117
[2026-09-11 05:31:04] Production.INFO: Date 2026-09-08
[2026-09-11 05:31:04] Production.INFO: Reseller ==> 0
[2026-09-11 05:31:04] Production.INFO: Date 2026-09-09
[2026-09-11 05:31:04] Production.INFO: Reseller ==> 0
[2026-09-11 05:31:04] Production.INFO: Date 2026-09-10
[2026-09-11 05:31:04] Production.INFO: Reseller ==> 0
[2026-09-11 05:31:04] Production.INFO: Date 2026-09-11
[2026-09-11 05:31:04] Production.INFO: Reseller ==> 0
[2026-09-11 05:31:04] Production.INFO: Total Charge 0
[2026-09-11 05:31:04] Production.INFO: CreateAllLog End
[2026-09-11 05:31:04] Production.INFO: Account Balance End.
[2026-09-11 05:31:04] Production.ERROR: CronJobId end 12
[2026-09-11 05:31:04] Production.INFO: ==16173== Releasing lock...
[2026-09-11 05:31:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 05:31:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 05:31:04] Production.INFO: ==16169== Releasing lock...
[2026-09-11 05:31:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 05:31:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 05:31:12] Production.ERROR: CronJobId end10
[2026-09-11 05:31:12] Production.INFO: ==16171== Releasing lock...
[2026-09-11 05:31:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 05:31:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 05:31:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 05:31:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 05:31:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 05:31:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 05:31:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 05:31:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 05:31:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 05:31:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 05:31:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 05:31:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 05:31:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 05:31:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 05:31:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 05:31:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 05:31:14] Production.INFO: call_cost start
[2026-09-11 05:31:14] Production.INFO: call_cost end
[2026-09-11 05:31:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 05:31:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 05:31:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 05:31:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 05:31:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 05:31:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 05:31:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 05:31:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 05:31:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 05:31:14] Production.INFO: ==16167== Releasing lock...
[2026-09-11 05:31:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 05:31:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 10:32:01] Production.INFO: ==16243== Lock acquired, processing the job...
[2026-09-11 10:32:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 10:32:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 10:32:01] Production.INFO: neon service started
[2026-09-11 10:32:01] Production.INFO: neon service started
[2026-09-11 10:32:01] Production.INFO: ==16243== Releasing lock...
[2026-09-11 10:32:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 10:32:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 05:32:02] Production.INFO: ==16245== Lock acquired, processing the job...
[2026-09-11 05:32:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 05:32:02] Production.INFO: ==16245== Releasing lock...
[2026-09-11 05:32:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 05:32:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 09:32:02] Production.INFO: ==16247== Lock acquired, processing the job...
[2026-09-11 09:32:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 09:32:02] Production.INFO: ==16247== Releasing lock...
[2026-09-11 09:32:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 09:32:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 05:32:03] Production.INFO: ==16251== Lock acquired, processing the job...
[2026-09-11 05:32:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 05:32:03] Production.INFO: ==16255== Lock acquired, processing the job...
[2026-09-11 05:32:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 05:32:03] Production.INFO: ==16253== Lock acquired, processing the job...
[2026-09-11 05:32:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 05:32:03] Production.INFO: ==16249== Lock acquired, processing the job...
[2026-09-11 05:32:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 05:32:03] Production.INFO: ==16258== Lock acquired, processing the job...
[2026-09-11 05:32:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 05:32:03] Production.INFO: Account Balance Start.
[2026-09-11 05:32:03] Production.INFO: CreateAllLog Start
[2026-09-11 05:32:03] Production.INFO: 117
[2026-09-11 05:32:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 05:32:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 05:32:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 05:32:03] Production.INFO: Date 2026-09-08
[2026-09-11 05:32:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 05:32:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 05:32:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 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-09-11 05:32:03] Production.INFO: ==16258== Releasing lock...
[2026-09-11 05:32:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 05:32:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 05:32:03] Production.INFO: Date 2026-09-09
[2026-09-11 05:32:03] Production.INFO: Reseller ==> 0
[2026-09-11 05:32:03] Production.INFO: Date 2026-09-10
[2026-09-11 05:32:03] Production.INFO: Reseller ==> 0
[2026-09-11 05:32:03] Production.INFO: Date 2026-09-11
[2026-09-11 05:32:03] Production.INFO: Reseller ==> 0
[2026-09-11 05:32:03] Production.INFO: Total Charge 0
[2026-09-11 05:32:03] Production.INFO: CreateAllLog End
[2026-09-11 05:32:03] Production.INFO: Account Balance End.
[2026-09-11 05:32:03] Production.ERROR: CronJobId end 12
[2026-09-11 05:32:03] Production.INFO: ==16255== Releasing lock...
[2026-09-11 05:32:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 05:32:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 05:32:04] Production.INFO: ==16251== Releasing lock...
[2026-09-11 05:32:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 05:32:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 05:32:10] Production.ERROR: CronJobId end10
[2026-09-11 05:32:10] Production.INFO: ==16253== Releasing lock...
[2026-09-11 05:32:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 05:32:10] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 05:32:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 05:32:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 05:32:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 05:32:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 05:32:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 05:32:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 05:32:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 05:32:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 05:32:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 05:32:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 05:32:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 05:32:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 05:32:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 05:32:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 05:32:14] Production.INFO: call_cost start
[2026-09-11 05:32:14] Production.INFO: call_cost end
[2026-09-11 05:32:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 05:32:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 05:32:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 05:32:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 05:32:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 05:32:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 05:32:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 05:32:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 05:32:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 05:32:14] Production.INFO: ==16249== Releasing lock...
[2026-09-11 05:32:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 05:32:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 10:33:02] Production.INFO: ==16319== Lock acquired, processing the job...
[2026-09-11 10:33:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 10:33:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 10:33:02] Production.INFO: neon service started
[2026-09-11 10:33:02] Production.INFO: neon service started
[2026-09-11 10:33:02] Production.INFO: ==16319== Releasing lock...
[2026-09-11 10:33:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 10:33:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 05:33:02] Production.INFO: ==16321== Lock acquired, processing the job...
[2026-09-11 05:33:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 09:33:02] Production.INFO: ==16323== Lock acquired, processing the job...
[2026-09-11 09:33:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 09:33:02] Production.INFO: ==16323== Releasing lock...
[2026-09-11 09:33:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 09:33:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 05:33:03] Production.INFO: ==16321== Releasing lock...
[2026-09-11 05:33:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 05:33:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 05:33:03] Production.INFO: ==16326== Lock acquired, processing the job...
[2026-09-11 05:33:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 05:33:03] Production.INFO: ==16328== Lock acquired, processing the job...
[2026-09-11 05:33:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 05:33:03] Production.INFO: ==16330== Lock acquired, processing the job...
[2026-09-11 05:33:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 05:33:03] Production.INFO: ==16334== Lock acquired, processing the job...
[2026-09-11 05:33:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 05:33:03] Production.INFO: ==16332== Lock acquired, processing the job...
[2026-09-11 05:33:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 05:33:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 05: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-09-11 05: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-09-11 05: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-09-11 05:33:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 05:33:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 05:33:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 05:33:04] Production.INFO: ==16334== Releasing lock...
[2026-09-11 05:33:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 05:33:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 05:33:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 05:33:04] Production.INFO: Account Balance Start.
[2026-09-11 05:33:04] Production.INFO: CreateAllLog Start
[2026-09-11 05:33:04] Production.INFO: 117
[2026-09-11 05:33:04] Production.INFO: Date 2026-09-08
[2026-09-11 05:33:04] Production.INFO: Reseller ==> 0
[2026-09-11 05:33:04] Production.INFO: Date 2026-09-09
[2026-09-11 05:33:04] Production.INFO: Reseller ==> 0
[2026-09-11 05:33:04] Production.INFO: Date 2026-09-10
[2026-09-11 05:33:04] Production.INFO: Reseller ==> 0
[2026-09-11 05:33:04] Production.INFO: Date 2026-09-11
[2026-09-11 05:33:04] Production.INFO: Reseller ==> 0
[2026-09-11 05:33:04] Production.INFO: Total Charge 0
[2026-09-11 05:33:04] Production.INFO: CreateAllLog End
[2026-09-11 05:33:04] Production.INFO: Account Balance End.
[2026-09-11 05:33:04] Production.ERROR: CronJobId end 12
[2026-09-11 05:33:04] Production.INFO: ==16332== Releasing lock...
[2026-09-11 05:33:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 05:33:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 05:33:04] Production.INFO: ==16328== Releasing lock...
[2026-09-11 05:33:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 05:33:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 05:33:12] Production.ERROR: CronJobId end10
[2026-09-11 05:33:12] Production.INFO: ==16330== Releasing lock...
[2026-09-11 05:33:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 05:33:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 05:33:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 05:33:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 05:33:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 05:33:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 05:33:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 05:33:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 05:33:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 05:33:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 05:33:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 05:33:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 05:33:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 05:33:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 05:33:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 05:33:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 05:33:14] Production.INFO: call_cost start
[2026-09-11 05:33:14] Production.INFO: call_cost end
[2026-09-11 05:33:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 05:33:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 05:33:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 05:33:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 05:33:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 05:33:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 05:33:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 05:33:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 05:33:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 05:33:14] Production.INFO: ==16326== Releasing lock...
[2026-09-11 05:33:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 05:33:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 10:34:01] Production.INFO: ==16404== Lock acquired, processing the job...
[2026-09-11 10:34:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 10:34:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 10:34:01] Production.INFO: neon service started
[2026-09-11 10:34:01] Production.INFO: neon service started
[2026-09-11 10:34:01] Production.INFO: ==16404== Releasing lock...
[2026-09-11 10:34:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 10:34:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 05:34:02] Production.INFO: ==16406== Lock acquired, processing the job...
[2026-09-11 05:34:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 09:34:02] Production.INFO: ==16408== Lock acquired, processing the job...
[2026-09-11 09:34:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 09:34:02] Production.INFO: ==16408== Releasing lock...
[2026-09-11 09:34:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 09:34:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 05:34:02] Production.INFO: ==16406== Releasing lock...
[2026-09-11 05:34:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 05:34:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 05:34:03] Production.INFO: ==16411== Lock acquired, processing the job...
[2026-09-11 05:34:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 05:34:03] Production.INFO: ==16413== Lock acquired, processing the job...
[2026-09-11 05:34:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 05:34:03] Production.INFO: ==16415== Lock acquired, processing the job...
[2026-09-11 05:34:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 05:34:03] Production.INFO: ==16417== Lock acquired, processing the job...
[2026-09-11 05:34:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 05:34:03] Production.INFO: ==16419== Lock acquired, processing the job...
[2026-09-11 05:34:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 05:34:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 05:34:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 05:34:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 05:34:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 05:34:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 05:34:03] Production.INFO: Account Balance Start.
[2026-09-11 05:34:03] Production.INFO: CreateAllLog Start
[2026-09-11 05:34:03] Production.INFO: 117
[2026-09-11 05:34:03] Production.INFO: Date 2026-09-08
[2026-09-11 05:34:03] Production.INFO: Reseller ==> 0
[2026-09-11 05:34:03] Production.INFO: Date 2026-09-09
[2026-09-11 05:34:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 05:34:03] Production.INFO: Date 2026-09-10
[2026-09-11 05:34:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 05:34:03] Production.INFO: Date 2026-09-11
[2026-09-11 05:34:03] Production.INFO: Reseller ==> 0
[2026-09-11 05:34:03] Production.INFO: ==16419== Releasing lock...
[2026-09-11 05:34:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 05:34:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 05:34:03] Production.INFO: Total Charge 0
[2026-09-11 05:34:03] Production.INFO: CreateAllLog End
[2026-09-11 05:34:03] Production.INFO: Account Balance End.
[2026-09-11 05:34:03] Production.ERROR: CronJobId end 12
[2026-09-11 05:34:03] Production.INFO: ==16417== Releasing lock...
[2026-09-11 05:34:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 05:34:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 05:34:04] Production.INFO: ==16413== Releasing lock...
[2026-09-11 05:34:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 05:34:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 05:34:11] Production.ERROR: CronJobId end10
[2026-09-11 05:34:11] Production.INFO: ==16415== Releasing lock...
[2026-09-11 05:34:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 05:34:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 05:34:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 05:34:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 05:34:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 05:34:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 05:34:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 05:34:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 05:34:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 05:34:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 05:34:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 05:34:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 05:34:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 05:34:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 05:34:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 05:34:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 05:34:14] Production.INFO: call_cost start
[2026-09-11 05:34:14] Production.INFO: call_cost end
[2026-09-11 05:34:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 05:34:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 05:34:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 05:34:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 05:34:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 05:34:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 05:34:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 05:34:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 05:34:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 05:34:14] Production.INFO: ==16411== Releasing lock...
[2026-09-11 05:34:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 05:34:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 10:35:02] Production.INFO: ==16489== Lock acquired, processing the job...
[2026-09-11 10:35:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 10:35:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 10:35:02] Production.INFO: neon service started
[2026-09-11 10:35:02] Production.INFO: neon service started
[2026-09-11 10:35:02] Production.INFO: ==16489== Releasing lock...
[2026-09-11 10:35:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 10:35:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 09:35:02] Production.INFO: ==16493== Lock acquired, processing the job...
[2026-09-11 09:35:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 09:35:02] Production.INFO: ==16493== Releasing lock...
[2026-09-11 09:35:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 09:35:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 05:35:02] Production.INFO: ==16491== Lock acquired, processing the job...
[2026-09-11 05:35:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 05:35:02] Production.INFO: ==16491== Releasing lock...
[2026-09-11 05:35:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 05:35:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 05:35:03] Production.INFO: ==16499== Lock acquired, processing the job...
[2026-09-11 05:35:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 05:35:03] Production.INFO: ==16495== Lock acquired, processing the job...
[2026-09-11 05:35:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-11 05:35:03] Production.INFO: ==16501== Lock acquired, processing the job...
[2026-09-11 05:35:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 05:35:03] Production.INFO: ==16497== Lock acquired, processing the job...
[2026-09-11 05:35:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 05:35:03] Production.INFO: ==16503== Lock acquired, processing the job...
[2026-09-11 05:35:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 05:35:03] Production.ERROR: ========================== active cronjob start =============================
[2026-09-11 05:35:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-11 05:35:03] Production.ERROR: CronJob PID - 16497
[2026-09-11 05:35:03] Production.ERROR: CronJob Title - System Alerts
[2026-09-11 05:35:03] Production.ERROR: CronJob ID - 5
[2026-09-11 05:35:03] Production.ERROR: CronJob Last Run Time 2026-09-11 05:35:00
[2026-09-11 05:35:03] Production.ERROR: CronJob Active Minutes 0
[2026-09-11 05:35:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-11 05:35:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-11 05:35:03] Production.ERROR: CronJob PID - 16499
[2026-09-11 05:35:03] Production.ERROR: CronJob Title - Account Block
[2026-09-11 05:35:03] Production.ERROR: CronJob ID - 7
[2026-09-11 05:35:03] Production.ERROR: CronJob Last Run Time 2026-09-11 05:35:00
[2026-09-11 05:35:03] Production.ERROR: CronJob Active Minutes 0
[2026-09-11 05:35:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-11 05:35:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-11 05:35:03] Production.ERROR: CronJob PID - 16501
[2026-09-11 05:35:03] Production.ERROR: CronJob Title - Create Customer Summary Live
[2026-09-11 05:35:03] Production.ERROR: CronJob ID - 10
[2026-09-11 05:35:03] Production.ERROR: CronJob Last Run Time 2026-09-11 05:35:00
[2026-09-11 05:35:03] Production.ERROR: CronJob Active Minutes 0
[2026-09-11 05:35:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-11 05:35:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-11 05:35:03] Production.ERROR: CronJob PID - 16503
[2026-09-11 05:35:03] Production.ERROR: CronJob Title - Prepaid Account Balance
[2026-09-11 05:35:03] Production.ERROR: CronJob ID - 12
[2026-09-11 05:35:03] Production.ERROR: CronJob Last Run Time 2026-09-11 05:35:00
[2026-09-11 05:35:03] Production.ERROR: CronJob Active Minutes 0
[2026-09-11 05:35:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-11 05:35:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 05:35:03] Production.ERROR: ========================== active cronjob end =============================
[2026-09-11 05:35:03] Production.INFO: ==16495== Releasing lock...
[2026-09-11 05:35:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-11 05:35:03] Production.INFO: 25.5 MB #Memory Used#
[2026-09-11 05:35:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 05:35:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 05:35:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 05:35:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 05:35:04] Production.INFO: Account Balance Start.
[2026-09-11 05:35:04] Production.INFO: CreateAllLog Start
[2026-09-11 05:35:04] Production.INFO: 117
[2026-09-11 05:35:04] Production.INFO: Date 2026-09-08
[2026-09-11 05:35:04] Production.INFO: ==16506== Lock acquired, processing the job...
[2026-09-11 05:35:04] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-11 05:35:04] Production.INFO: Reseller ==> 0
[2026-09-11 05:35:04] Production.ERROR: tblTempUsageDetail_20
[2026-09-11 05:35:04] Production.INFO: ==16508== Lock acquired, processing the job...
[2026-09-11 05:35:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 05:35:04] Production.INFO: Date 2026-09-09
[2026-09-11 05:35:04] Production.INFO: Reseller ==> 0
[2026-09-11 05:35:04] Production.INFO: Date 2026-09-10
[2026-09-11 05:35:04] Production.INFO: Reseller ==> 0
[2026-09-11 05:35:04] Production.INFO: Date 2026-09-11
[2026-09-11 05:35:04] Production.INFO: Reseller ==> 0
[2026-09-11 05: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-09-11 05: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-09-11 05: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-09-11 05:35:04] Production.INFO: ==16508== Releasing lock...
[2026-09-11 05:35:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 05:35:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 05:35:04] Production.INFO: Total Charge 0
[2026-09-11 05:35:04] Production.INFO: CreateAllLog End
[2026-09-11 05:35:04] Production.ERROR: done
[2026-09-11 05:35:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-11 05:35:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17982727', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) start
[2026-09-11 05:35:04] Production.INFO: ==16499== Releasing lock...
[2026-09-11 05:35:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 05:35:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 05:35:04] Production.INFO: Account Balance End.
[2026-09-11 05:35:04] Production.ERROR: CronJobId end 12
[2026-09-11 05:35:04] Production.INFO: ==16503== Releasing lock...
[2026-09-11 05:35:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 05:35:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 05:35:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17982727', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) end
[2026-09-11 05:35:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-11 05:35:10] Production.INFO: ProcessCDR(1,17982727,1,1,2)
[2026-09-11 05:35:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17982727,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 05:35:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17982727,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 05:35:10] Production.ERROR: pbx prc_insertCDR start
[2026-09-11 05:35:10] Production.ERROR: pbx prc_insertCDR end
[2026-09-11 05:35:10] Production.INFO: ==16506== Releasing lock...
[2026-09-11 05:35:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-11 05:35:10] Production.INFO: 26 MB #Memory Used#
[2026-09-11 05:35:14] Production.ERROR: CronJobId end10
[2026-09-11 05:35:14] Production.INFO: ==16501== Releasing lock...
[2026-09-11 05:35:14] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 05:35:14] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 05:35:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 05:35:16] Production.INFO: ============== Balance Warning START===========
[2026-09-11 05:35:16] Production.INFO: ============== Balance Warning END===========
[2026-09-11 05:35:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 05:35:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 05:35:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 05:35:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 05:35:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 05:35:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 05:35:16] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 05:35:16] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 05:35:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 05:35:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 05:35:16] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 05:35:17] Production.INFO: call_cost start
[2026-09-11 05:35:17] Production.INFO: call_cost end
[2026-09-11 05:35:17] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 05:35:17] Production.INFO: ============== Report Schedule START===========
[2026-09-11 05:35:17] Production.INFO: ============== Report Schedule END===========
[2026-09-11 05:35:17] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 05:35:17] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 05:35:17] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 05:35:17] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 05:35:17] Production.INFO: ============== Deal alert START===========
[2026-09-11 05:35:17] Production.INFO: ============== Deal alert END===========
[2026-09-11 05:35:17] Production.INFO: ==16497== Releasing lock...
[2026-09-11 05:35:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 05:35:17] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 10:36:01] Production.INFO: ==16574== Lock acquired, processing the job...
[2026-09-11 10:36:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 10:36:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 10:36:01] Production.INFO: neon service started
[2026-09-11 10:36:01] Production.INFO: neon service started
[2026-09-11 10:36:01] Production.INFO: ==16574== Releasing lock...
[2026-09-11 10:36:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 10:36:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 05:36:02] Production.INFO: ==16576== Lock acquired, processing the job...
[2026-09-11 05:36:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 09:36:02] Production.INFO: ==16578== Lock acquired, processing the job...
[2026-09-11 09:36:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 09:36:02] Production.INFO: ==16578== Releasing lock...
[2026-09-11 09:36:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 09:36:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 05:36:02] Production.INFO: ==16576== Releasing lock...
[2026-09-11 05:36:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 05:36:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 05:36:03] Production.INFO: ==16583== Lock acquired, processing the job...
[2026-09-11 05:36:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 05:36:03] Production.INFO: ==16585== Lock acquired, processing the job...
[2026-09-11 05:36:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 05:36:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 05:36:03] Production.INFO: ==16587== Lock acquired, processing the job...
[2026-09-11 05:36:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 05:36:03] Production.INFO: ==16589== Lock acquired, processing the job...
[2026-09-11 05:36:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 05:36:03] Production.INFO: ==16591== Lock acquired, processing the job...
[2026-09-11 05:36:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 05:36:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 05:36:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 05:36:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 05:36:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 05:36:03] Production.INFO: Account Balance Start.
[2026-09-11 05:36:03] Production.INFO: CreateAllLog Start
[2026-09-11 05:36:03] Production.INFO: 117
[2026-09-11 05:36:03] Production.INFO: Date 2026-09-08
[2026-09-11 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-09-11 05:36:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 05:36:03] Production.INFO: ==16591== Releasing lock...
[2026-09-11 05:36:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 05:36:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 05:36:03] Production.INFO: Date 2026-09-09
[2026-09-11 05:36:03] Production.INFO: Reseller ==> 0
[2026-09-11 05:36:03] Production.INFO: Date 2026-09-10
[2026-09-11 05:36:03] Production.INFO: Reseller ==> 0
[2026-09-11 05:36:03] Production.INFO: Date 2026-09-11
[2026-09-11 05:36:03] Production.INFO: Reseller ==> 0
[2026-09-11 05:36:03] Production.INFO: Total Charge 0
[2026-09-11 05:36:03] Production.INFO: CreateAllLog End
[2026-09-11 05:36:03] Production.INFO: Account Balance End.
[2026-09-11 05:36:04] Production.ERROR: CronJobId end 12
[2026-09-11 05:36:04] Production.INFO: ==16589== Releasing lock...
[2026-09-11 05:36:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 05:36:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 05:36:04] Production.INFO: ==16585== Releasing lock...
[2026-09-11 05:36:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 05:36:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 05:36:11] Production.ERROR: CronJobId end10
[2026-09-11 05:36:11] Production.INFO: ==16587== Releasing lock...
[2026-09-11 05:36:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 05:36:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 05:36:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 05:36:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 05:36:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 05:36:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 05:36:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 05:36:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 05:36:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 05:36:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 05:36:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 05:36:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 05:36:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 05:36:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 05:36:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 05:36:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 05:36:14] Production.INFO: call_cost start
[2026-09-11 05:36:14] Production.INFO: call_cost end
[2026-09-11 05:36:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 05:36:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 05:36:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 05:36:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 05:36:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 05:36:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 05:36:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 05:36:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 05:36:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 05:36:14] Production.INFO: ==16583== Releasing lock...
[2026-09-11 05:36:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 05:36:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 10:37:01] Production.INFO: ==16653== Lock acquired, processing the job...
[2026-09-11 10:37:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 10:37:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 10:37:01] Production.INFO: neon service started
[2026-09-11 10:37:01] Production.INFO: neon service started
[2026-09-11 10:37:01] Production.INFO: ==16653== Releasing lock...
[2026-09-11 10:37:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 10:37:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 05:37:02] Production.INFO: ==16655== Lock acquired, processing the job...
[2026-09-11 05:37:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 05:37:02] Production.INFO: ==16655== Releasing lock...
[2026-09-11 05:37:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 05:37:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 09:37:02] Production.INFO: ==16657== Lock acquired, processing the job...
[2026-09-11 09:37:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 09:37:02] Production.INFO: ==16657== Releasing lock...
[2026-09-11 09:37:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 09:37:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 05:37:03] Production.INFO: ==16660== Lock acquired, processing the job...
[2026-09-11 05:37:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 05:37:03] Production.INFO: ==16662== Lock acquired, processing the job...
[2026-09-11 05:37:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 05:37:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 05:37:03] Production.INFO: ==16666== Lock acquired, processing the job...
[2026-09-11 05:37:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 05:37:03] Production.INFO: ==16664== Lock acquired, processing the job...
[2026-09-11 05:37:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 05:37:03] Production.INFO: Account Balance Start.
[2026-09-11 05:37:03] Production.INFO: CreateAllLog Start
[2026-09-11 05:37:03] Production.INFO: 117
[2026-09-11 05:37:03] Production.INFO: Date 2026-09-08
[2026-09-11 05:37:03] Production.INFO: ==16668== Lock acquired, processing the job...
[2026-09-11 05:37:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 05:37:03] Production.INFO: Reseller ==> 0
[2026-09-11 05:37:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 05:37:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 05:37:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 05:37:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 05:37:03] Production.INFO: Date 2026-09-09
[2026-09-11 05:37:03] Production.INFO: Reseller ==> 0
[2026-09-11 05: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-09-11 05: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-09-11 05:37:03] Production.INFO: Date 2026-09-10
[2026-09-11 05:37:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 05:37:03] Production.INFO: ==16668== Releasing lock...
[2026-09-11 05:37:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 05:37:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 05:37:03] Production.INFO: Date 2026-09-11
[2026-09-11 05:37:03] Production.INFO: Reseller ==> 0
[2026-09-11 05:37:03] Production.INFO: Total Charge 0
[2026-09-11 05:37:03] Production.INFO: CreateAllLog End
[2026-09-11 05:37:03] Production.INFO: Account Balance End.
[2026-09-11 05:37:04] Production.ERROR: CronJobId end 12
[2026-09-11 05:37:04] Production.INFO: ==16666== Releasing lock...
[2026-09-11 05:37:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 05:37:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 05:37:04] Production.INFO: ==16662== Releasing lock...
[2026-09-11 05:37:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 05:37:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 05:37:12] Production.ERROR: CronJobId end10
[2026-09-11 05:37:12] Production.INFO: ==16664== Releasing lock...
[2026-09-11 05:37:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 05:37:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 05:37:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 05:37:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 05:37:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 05:37:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 05:37:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 05:37:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 05:37:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 05:37:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 05:37:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 05:37:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 05:37:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 05:37:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 05:37:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 05:37:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 05:37:14] Production.INFO: call_cost start
[2026-09-11 05:37:14] Production.INFO: call_cost end
[2026-09-11 05:37:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 05:37:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 05:37:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 05:37:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 05:37:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 05:37:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 05:37:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 05:37:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 05:37:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 05:37:14] Production.INFO: ==16660== Releasing lock...
[2026-09-11 05:37:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 05:37:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 10:38:02] Production.INFO: ==16739== Lock acquired, processing the job...
[2026-09-11 10:38:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 10:38:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 10:38:02] Production.INFO: neon service started
[2026-09-11 10:38:02] Production.INFO: neon service started
[2026-09-11 10:38:02] Production.INFO: ==16739== Releasing lock...
[2026-09-11 10:38:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 10:38:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 05:38:03] Production.INFO: ==16742== Lock acquired, processing the job...
[2026-09-11 05:38:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 09:38:03] Production.INFO: ==16744== Lock acquired, processing the job...
[2026-09-11 09:38:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 09:38:03] Production.INFO: ==16744== Releasing lock...
[2026-09-11 09:38:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 09:38:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 05:38:03] Production.INFO: ==16742== Releasing lock...
[2026-09-11 05:38:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 05:38:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 05:38:04] Production.INFO: ==16746== Lock acquired, processing the job...
[2026-09-11 05:38:04] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 05:38:04] Production.INFO: ==16748== Lock acquired, processing the job...
[2026-09-11 05:38:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 05:38:04] Production.INFO: ==16750== Lock acquired, processing the job...
[2026-09-11 05:38:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 05:38:04] Production.INFO: ==16752== Lock acquired, processing the job...
[2026-09-11 05:38:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 05:38:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 05:38:04] Production.INFO: ==16754== Lock acquired, processing the job...
[2026-09-11 05:38:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 05:38:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 05:38:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 05:38:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 05:38:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 05:38:04] Production.INFO: Account Balance Start.
[2026-09-11 05:38:04] Production.INFO: CreateAllLog Start
[2026-09-11 05:38:04] Production.INFO: 117
[2026-09-11 05:38:04] Production.INFO: Date 2026-09-08
[2026-09-11 05:38:04] Production.INFO: Reseller ==> 0
[2026-09-11 05:38:04] Production.INFO: Date 2026-09-09
[2026-09-11 05:38:04] Production.INFO: Reseller ==> 0
[2026-09-11 05:38:04] Production.INFO: Date 2026-09-10
[2026-09-11 05:38:04] Production.INFO: Reseller ==> 0
[2026-09-11 05: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-09-11 05: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-09-11 05:38:04] Production.INFO: Date 2026-09-11
[2026-09-11 05:38:04] Production.INFO: Reseller ==> 0
[2026-09-11 05: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-09-11 05:38:04] Production.INFO: ==16754== Releasing lock...
[2026-09-11 05:38:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 05:38:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 05:38:04] Production.INFO: Total Charge 0
[2026-09-11 05:38:04] Production.INFO: CreateAllLog End
[2026-09-11 05:38:04] Production.INFO: ==16748== Releasing lock...
[2026-09-11 05:38:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 05:38:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 05:38:04] Production.INFO: Account Balance End.
[2026-09-11 05:38:04] Production.ERROR: CronJobId end 12
[2026-09-11 05:38:04] Production.INFO: ==16752== Releasing lock...
[2026-09-11 05:38:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 05:38:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 05:38:12] Production.ERROR: CronJobId end10
[2026-09-11 05:38:12] Production.INFO: ==16750== Releasing lock...
[2026-09-11 05:38:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 05:38:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 05:38:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 05:38:15] Production.INFO: ============== Balance Warning START===========
[2026-09-11 05:38:15] Production.INFO: ============== Balance Warning END===========
[2026-09-11 05:38:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 05:38:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 05:38:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 05:38:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 05:38:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 05:38:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 05:38:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 05:38:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 05:38:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 05:38:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 05:38:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 05:38:15] Production.INFO: call_cost start
[2026-09-11 05:38:15] Production.INFO: call_cost end
[2026-09-11 05:38:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 05:38:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 05:38:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 05:38:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 05:38:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 05:38:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 05:38:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 05:38:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 05:38:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 05:38:15] Production.INFO: ==16746== Releasing lock...
[2026-09-11 05:38:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 05:38:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 10:39:01] Production.INFO: ==16820== Lock acquired, processing the job...
[2026-09-11 10:39:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 10:39:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 10:39:01] Production.INFO: neon service started
[2026-09-11 10:39:01] Production.INFO: neon service started
[2026-09-11 10:39:01] Production.INFO: ==16820== Releasing lock...
[2026-09-11 10:39:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 10:39:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 05:39:02] Production.INFO: ==16822== Lock acquired, processing the job...
[2026-09-11 05:39:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 05:39:02] Production.INFO: ==16822== Releasing lock...
[2026-09-11 05:39:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 05:39:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 09:39:02] Production.INFO: ==16824== Lock acquired, processing the job...
[2026-09-11 09:39:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 09:39:02] Production.INFO: ==16824== Releasing lock...
[2026-09-11 09:39:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 09:39:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 05:39:03] Production.INFO: ==16826== Lock acquired, processing the job...
[2026-09-11 05:39:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 05:39:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 05:39:03] Production.INFO: ==16833== Lock acquired, processing the job...
[2026-09-11 05:39:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 05:39:03] Production.INFO: ==16828== Lock acquired, processing the job...
[2026-09-11 05:39:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 05:39:03] Production.INFO: Account Balance Start.
[2026-09-11 05:39:03] Production.INFO: CreateAllLog Start
[2026-09-11 05:39:03] Production.INFO: 117
[2026-09-11 05:39:03] Production.INFO: Date 2026-09-08
[2026-09-11 05:39:03] Production.INFO: ==16831== Lock acquired, processing the job...
[2026-09-11 05:39:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 05:39:03] Production.INFO: Reseller ==> 0
[2026-09-11 05:39:03] Production.INFO: ==16835== Lock acquired, processing the job...
[2026-09-11 05:39:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 05:39:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 05:39:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 05:39:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 05:39:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 05:39:03] Production.INFO: Date 2026-09-09
[2026-09-11 05:39:03] Production.INFO: Reseller ==> 0
[2026-09-11 05:39:03] Production.INFO: Date 2026-09-10
[2026-09-11 05:39:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 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-09-11 05:39:03] Production.INFO: ==16835== Releasing lock...
[2026-09-11 05:39:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 05:39:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 05:39:03] Production.INFO: Date 2026-09-11
[2026-09-11 05:39:03] Production.INFO: Reseller ==> 0
[2026-09-11 05:39:03] Production.INFO: Total Charge 0
[2026-09-11 05:39:03] Production.INFO: CreateAllLog End
[2026-09-11 05:39:03] Production.INFO: Account Balance End.
[2026-09-11 05:39:03] Production.ERROR: CronJobId end 12
[2026-09-11 05:39:03] Production.INFO: ==16833== Releasing lock...
[2026-09-11 05:39:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 05:39:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 05:39:04] Production.INFO: ==16828== Releasing lock...
[2026-09-11 05:39:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 05:39:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 05:39:11] Production.ERROR: CronJobId end10
[2026-09-11 05:39:11] Production.INFO: ==16831== Releasing lock...
[2026-09-11 05:39:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 05:39:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 05:39:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 05:39:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 05:39:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 05:39:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 05:39:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 05:39:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 05:39:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 05:39:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 05:39:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 05:39:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 05:39:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 05:39:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 05:39:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 05:39:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 05:39:14] Production.INFO: call_cost start
[2026-09-11 05:39:14] Production.INFO: call_cost end
[2026-09-11 05:39:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 05:39:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 05:39:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 05:39:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 05:39:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 05:39:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 05:39:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 05:39:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 05:39:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 05:39:14] Production.INFO: ==16826== Releasing lock...
[2026-09-11 05:39:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 05:39:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 10:40:02] Production.INFO: ==16904== Lock acquired, processing the job...
[2026-09-11 10:40:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 10:40:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 10:40:02] Production.INFO: neon service started
[2026-09-11 10:40:02] Production.INFO: neon service started
[2026-09-11 10:40:02] Production.INFO: ==16904== Releasing lock...
[2026-09-11 10:40:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 10:40:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 09:40:02] Production.INFO: ==16908== Lock acquired, processing the job...
[2026-09-11 09:40:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 09:40:02] Production.INFO: ==16908== Releasing lock...
[2026-09-11 09:40:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 09:40:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 05:40:02] Production.INFO: ==16906== Lock acquired, processing the job...
[2026-09-11 05:40:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 05:40:02] Production.INFO: ==16906== Releasing lock...
[2026-09-11 05:40:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 05:40:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 05:40:03] Production.INFO: ==16910== Lock acquired, processing the job...
[2026-09-11 05:40:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 05:40:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 05:40:03] Production.INFO: ==16912== Lock acquired, processing the job...
[2026-09-11 05:40:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 05:40:03] Production.INFO: ==16914== Lock acquired, processing the job...
[2026-09-11 05:40:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 05:40:03] Production.INFO: ==16918== Lock acquired, processing the job...
[2026-09-11 05:40:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 05:40:03] Production.INFO: ==16916== Lock acquired, processing the job...
[2026-09-11 05:40:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 05:40:03] Production.INFO: Account Balance Start.
[2026-09-11 05:40:03] Production.INFO: CreateAllLog Start
[2026-09-11 05:40:03] Production.INFO: 117
[2026-09-11 05:40:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 05:40:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 05:40:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 05:40:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 05:40:03] Production.INFO: Date 2026-09-08
[2026-09-11 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-09-11 05:40:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 05:40:04] Production.INFO: Date 2026-09-09
[2026-09-11 05:40:04] Production.INFO: Reseller ==> 0
[2026-09-11 05: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-09-11 05:40:04] Production.INFO: Date 2026-09-10
[2026-09-11 05:40:04] Production.INFO: Reseller ==> 0
[2026-09-11 05:40:04] Production.INFO: ==16918== Releasing lock...
[2026-09-11 05:40:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 05:40:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 05:40:04] Production.INFO: Date 2026-09-11
[2026-09-11 05:40:04] Production.INFO: Reseller ==> 0
[2026-09-11 05:40:04] Production.INFO: Total Charge 0
[2026-09-11 05:40:04] Production.INFO: CreateAllLog End
[2026-09-11 05:40:04] Production.INFO: Account Balance End.
[2026-09-11 05:40:04] Production.ERROR: CronJobId end 12
[2026-09-11 05:40:04] Production.INFO: ==16916== Releasing lock...
[2026-09-11 05:40:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 05:40:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 05:40:04] Production.INFO: ==16912== Releasing lock...
[2026-09-11 05:40:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 05:40:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 05:40:12] Production.ERROR: CronJobId end10
[2026-09-11 05:40:12] Production.INFO: ==16914== Releasing lock...
[2026-09-11 05:40:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 05:40:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 05:40:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 05:40:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 05:40:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 05:40:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 05:40:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 05:40:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 05:40:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 05:40:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 05:40:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 05:40:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 05:40:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 05:40:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 05:40:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 05:40:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 05:40:14] Production.INFO: call_cost start
[2026-09-11 05:40:14] Production.INFO: call_cost end
[2026-09-11 05:40:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 05:40:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 05:40:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 05:40:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 05:40:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 05:40:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 05:40:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 05:40:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 05:40:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 05:40:14] Production.INFO: ==16910== Releasing lock...
[2026-09-11 05:40:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 05:40:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 10:41:01] Production.INFO: ==16981== Lock acquired, processing the job...
[2026-09-11 10:41:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 10:41:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 10:41:01] Production.INFO: neon service started
[2026-09-11 10:41:01] Production.INFO: neon service started
[2026-09-11 10:41:01] Production.INFO: ==16981== Releasing lock...
[2026-09-11 10:41:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 10:41:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 05:41:02] Production.INFO: ==16983== Lock acquired, processing the job...
[2026-09-11 05:41:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 09:41:02] Production.INFO: ==16985== Lock acquired, processing the job...
[2026-09-11 09:41:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 09:41:02] Production.INFO: ==16985== Releasing lock...
[2026-09-11 09:41:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 09:41:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 05:41:02] Production.INFO: ==16983== Releasing lock...
[2026-09-11 05:41:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 05:41:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 05:41:03] Production.INFO: ==16988== Lock acquired, processing the job...
[2026-09-11 05:41:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 05:41:03] Production.INFO: ==16990== Lock acquired, processing the job...
[2026-09-11 05:41:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 05:41:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 05:41:03] Production.INFO: ==16992== Lock acquired, processing the job...
[2026-09-11 05:41:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 05:41:03] Production.INFO: ==16994== Lock acquired, processing the job...
[2026-09-11 05:41:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 05:41:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 05:41:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 05:41:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 05:41:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 05:41:03] Production.INFO: ==16996== Lock acquired, processing the job...
[2026-09-11 05:41:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 05:41:03] Production.INFO: Account Balance Start.
[2026-09-11 05:41:03] Production.INFO: CreateAllLog Start
[2026-09-11 05:41:03] Production.INFO: 117
[2026-09-11 05:41:03] Production.INFO: Date 2026-09-08
[2026-09-11 05:41:03] Production.INFO: Reseller ==> 0
[2026-09-11 05:41:03] Production.INFO: Date 2026-09-09
[2026-09-11 05:41:03] Production.INFO: Reseller ==> 0
[2026-09-11 05: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-09-11 05: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-09-11 05: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-09-11 05:41:03] Production.INFO: ==16996== Releasing lock...
[2026-09-11 05:41:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 05:41:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 05:41:03] Production.INFO: Date 2026-09-10
[2026-09-11 05:41:03] Production.INFO: Reseller ==> 0
[2026-09-11 05:41:03] Production.INFO: Date 2026-09-11
[2026-09-11 05:41:03] Production.INFO: Reseller ==> 0
[2026-09-11 05:41:03] Production.INFO: Total Charge 0
[2026-09-11 05:41:03] Production.INFO: CreateAllLog End
[2026-09-11 05:41:04] Production.INFO: Account Balance End.
[2026-09-11 05:41:04] Production.ERROR: CronJobId end 12
[2026-09-11 05:41:04] Production.INFO: ==16994== Releasing lock...
[2026-09-11 05:41:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 05:41:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 05:41:04] Production.INFO: ==16990== Releasing lock...
[2026-09-11 05:41:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 05:41:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 05:41:11] Production.ERROR: CronJobId end10
[2026-09-11 05:41:11] Production.INFO: ==16992== Releasing lock...
[2026-09-11 05:41:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 05:41:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 05:41:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 05:41:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 05:41:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 05:41:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 05:41:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 05:41:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 05:41:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 05:41:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 05:41:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 05:41:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 05:41:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 05:41:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 05:41:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 05:41:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 05:41:15] Production.INFO: call_cost start
[2026-09-11 05:41:15] Production.INFO: call_cost end
[2026-09-11 05:41:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 05:41:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 05:41:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 05:41:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 05:41:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 05:41:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 05:41:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 05:41:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 05:41:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 05:41:15] Production.INFO: ==16988== Releasing lock...
[2026-09-11 05:41:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 05:41:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 10:42:02] Production.INFO: ==17070== Lock acquired, processing the job...
[2026-09-11 10:42:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 10:42:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 10:42:02] Production.INFO: neon service started
[2026-09-11 10:42:02] Production.INFO: neon service started
[2026-09-11 10:42:02] Production.INFO: ==17070== Releasing lock...
[2026-09-11 10:42:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 10:42:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 05:42:02] Production.INFO: ==17072== Lock acquired, processing the job...
[2026-09-11 05:42:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 09:42:02] Production.INFO: ==17074== Lock acquired, processing the job...
[2026-09-11 09:42:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 09:42:02] Production.INFO: ==17074== Releasing lock...
[2026-09-11 09:42:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 09:42:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 05:42:03] Production.INFO: ==17072== Releasing lock...
[2026-09-11 05:42:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 05:42:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 05:42:03] Production.INFO: ==17077== Lock acquired, processing the job...
[2026-09-11 05:42:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 05:42:03] Production.INFO: ==17079== Lock acquired, processing the job...
[2026-09-11 05:42:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 05:42:03] Production.INFO: ==17081== Lock acquired, processing the job...
[2026-09-11 05:42:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 05:42:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 05:42:04] Production.INFO: ==17085== Lock acquired, processing the job...
[2026-09-11 05:42:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 05:42:04] Production.INFO: ==17083== Lock acquired, processing the job...
[2026-09-11 05:42:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 05:42:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 05:42:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 05:42:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 05:42:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 05:42:04] Production.INFO: Account Balance Start.
[2026-09-11 05:42:04] Production.INFO: CreateAllLog Start
[2026-09-11 05:42:04] Production.INFO: 117
[2026-09-11 05:42:04] Production.INFO: Date 2026-09-08
[2026-09-11 05:42:04] Production.INFO: Reseller ==> 0
[2026-09-11 05:42:04] Production.INFO: Date 2026-09-09
[2026-09-11 05:42:04] Production.INFO: Reseller ==> 0
[2026-09-11 05: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-09-11 05: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-09-11 05:42:04] Production.INFO: Date 2026-09-10
[2026-09-11 05:42:04] Production.INFO: Reseller ==> 0
[2026-09-11 05: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-09-11 05:42:04] Production.INFO: Date 2026-09-11
[2026-09-11 05:42:04] Production.INFO: Reseller ==> 0
[2026-09-11 05:42:04] Production.INFO: ==17085== Releasing lock...
[2026-09-11 05:42:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 05:42:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 05:42:04] Production.INFO: Total Charge 0
[2026-09-11 05:42:04] Production.INFO: CreateAllLog End
[2026-09-11 05:42:04] Production.INFO: Account Balance End.
[2026-09-11 05:42:04] Production.ERROR: CronJobId end 12
[2026-09-11 05:42:04] Production.INFO: ==17083== Releasing lock...
[2026-09-11 05:42:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 05:42:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 05:42:04] Production.INFO: ==17079== Releasing lock...
[2026-09-11 05:42:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 05:42:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 05:42:12] Production.ERROR: CronJobId end10
[2026-09-11 05:42:12] Production.INFO: ==17081== Releasing lock...
[2026-09-11 05:42:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 05:42:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 05:42:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 05:42:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 05:42:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 05:42:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 05:42:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 05:42:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 05:42:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 05:42:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 05:42:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 05:42:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 05:42:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 05:42:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 05:42:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 05:42:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 05:42:14] Production.INFO: call_cost start
[2026-09-11 05:42:14] Production.INFO: call_cost end
[2026-09-11 05:42:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 05:42:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 05:42:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 05:42:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 05:42:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 05:42:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 05:42:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 05:42:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 05:42:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 05:42:14] Production.INFO: ==17077== Releasing lock...
[2026-09-11 05:42:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 05:42:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 10:43:01] Production.INFO: ==17152== Lock acquired, processing the job...
[2026-09-11 10:43:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 10:43:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 10:43:01] Production.INFO: neon service started
[2026-09-11 10:43:01] Production.INFO: neon service started
[2026-09-11 10:43:01] Production.INFO: ==17152== Releasing lock...
[2026-09-11 10:43:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 10:43:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 05:43:02] Production.INFO: ==17154== Lock acquired, processing the job...
[2026-09-11 05:43:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 09:43:02] Production.INFO: ==17156== Lock acquired, processing the job...
[2026-09-11 09:43:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 09:43:02] Production.INFO: ==17156== Releasing lock...
[2026-09-11 09:43:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 09:43:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 05:43:02] Production.INFO: ==17154== Releasing lock...
[2026-09-11 05:43:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 05:43:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 05:43:03] Production.INFO: ==17159== Lock acquired, processing the job...
[2026-09-11 05:43:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 05:43:03] Production.INFO: ==17161== Lock acquired, processing the job...
[2026-09-11 05:43:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 05:43:03] Production.INFO: ==17163== Lock acquired, processing the job...
[2026-09-11 05:43:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 05:43:03] Production.INFO: ==17165== Lock acquired, processing the job...
[2026-09-11 05:43:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 05:43:03] Production.INFO: ==17167== Lock acquired, processing the job...
[2026-09-11 05:43:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 05:43:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 05:43:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 05:43:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 05:43:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 05:43:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 05:43:03] Production.INFO: Account Balance Start.
[2026-09-11 05:43:03] Production.INFO: CreateAllLog Start
[2026-09-11 05:43:03] Production.INFO: 117
[2026-09-11 05:43:03] Production.INFO: Date 2026-09-08
[2026-09-11 05:43:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 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-09-11 05:43:03] Production.INFO: ==17167== Releasing lock...
[2026-09-11 05:43:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 05:43:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 05:43:03] Production.INFO: Date 2026-09-09
[2026-09-11 05:43:03] Production.INFO: Reseller ==> 0
[2026-09-11 05:43:03] Production.INFO: Date 2026-09-10
[2026-09-11 05:43:03] Production.INFO: Reseller ==> 0
[2026-09-11 05:43:03] Production.INFO: Date 2026-09-11
[2026-09-11 05:43:03] Production.INFO: Reseller ==> 0
[2026-09-11 05:43:03] Production.INFO: Total Charge 0
[2026-09-11 05:43:03] Production.INFO: CreateAllLog End
[2026-09-11 05:43:03] Production.INFO: Account Balance End.
[2026-09-11 05:43:03] Production.ERROR: CronJobId end 12
[2026-09-11 05:43:03] Production.INFO: ==17165== Releasing lock...
[2026-09-11 05:43:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 05:43:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 05:43:03] Production.INFO: ==17161== Releasing lock...
[2026-09-11 05:43:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 05:43:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 05:43:10] Production.ERROR: CronJobId end10
[2026-09-11 05:43:10] Production.INFO: ==17163== Releasing lock...
[2026-09-11 05:43:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 05:43:10] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 05:43:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 05:43:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 05:43:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 05:43:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 05:43:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 05:43:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 05:43:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 05:43:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 05:43:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 05:43:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 05:43:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 05:43:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 05:43:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 05:43:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 05:43:13] Production.INFO: call_cost start
[2026-09-11 05:43:13] Production.INFO: call_cost end
[2026-09-11 05:43:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 05:43:13] Production.INFO: ============== Report Schedule START===========
[2026-09-11 05:43:13] Production.INFO: ============== Report Schedule END===========
[2026-09-11 05:43:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 05:43:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 05:43:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 05:43:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 05:43:13] Production.INFO: ============== Deal alert START===========
[2026-09-11 05:43:13] Production.INFO: ============== Deal alert END===========
[2026-09-11 05:43:13] Production.INFO: ==17159== Releasing lock...
[2026-09-11 05:43:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 05:43:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 10:44:02] Production.INFO: ==17227== Lock acquired, processing the job...
[2026-09-11 10:44:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 10:44:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 10:44:02] Production.INFO: neon service started
[2026-09-11 10:44:02] Production.INFO: neon service started
[2026-09-11 10:44:02] Production.INFO: ==17227== Releasing lock...
[2026-09-11 10:44:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 10:44:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 09:44:02] Production.INFO: ==17231== Lock acquired, processing the job...
[2026-09-11 09:44:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 09:44:02] Production.INFO: ==17231== Releasing lock...
[2026-09-11 09:44:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 09:44:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 05:44:02] Production.INFO: ==17229== Lock acquired, processing the job...
[2026-09-11 05:44:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 05:44:02] Production.INFO: ==17229== Releasing lock...
[2026-09-11 05:44:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 05:44:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 05:44:03] Production.INFO: ==17235== Lock acquired, processing the job...
[2026-09-11 05:44:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 05:44:03] Production.INFO: ==17233== Lock acquired, processing the job...
[2026-09-11 05:44:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 05:44:03] Production.INFO: ==17237== Lock acquired, processing the job...
[2026-09-11 05:44:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 05:44:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 05:44:03] Production.INFO: ==17239== Lock acquired, processing the job...
[2026-09-11 05:44:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 05:44:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 05:44:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 05:44:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 05:44:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 05:44:03] Production.INFO: ==17242== Lock acquired, processing the job...
[2026-09-11 05:44:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 05:44:03] Production.INFO: Account Balance Start.
[2026-09-11 05:44:03] Production.INFO: CreateAllLog Start
[2026-09-11 05:44:03] Production.INFO: 117
[2026-09-11 05:44:03] Production.INFO: Date 2026-09-08
[2026-09-11 05:44:03] Production.INFO: Reseller ==> 0
[2026-09-11 05:44:03] Production.INFO: Date 2026-09-09
[2026-09-11 05:44:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 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-09-11 05:44:03] Production.INFO: ==17242== Releasing lock...
[2026-09-11 05:44:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 05:44:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 05:44:03] Production.INFO: Date 2026-09-10
[2026-09-11 05:44:03] Production.INFO: Reseller ==> 0
[2026-09-11 05:44:03] Production.INFO: Date 2026-09-11
[2026-09-11 05:44:03] Production.INFO: Reseller ==> 0
[2026-09-11 05:44:03] Production.INFO: Total Charge 0
[2026-09-11 05:44:03] Production.INFO: CreateAllLog End
[2026-09-11 05:44:04] Production.INFO: Account Balance End.
[2026-09-11 05:44:04] Production.ERROR: CronJobId end 12
[2026-09-11 05:44:04] Production.INFO: ==17239== Releasing lock...
[2026-09-11 05:44:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 05:44:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 05:44:04] Production.INFO: ==17235== Releasing lock...
[2026-09-11 05:44:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 05:44:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 05:44:12] Production.ERROR: CronJobId end10
[2026-09-11 05:44:12] Production.INFO: ==17237== Releasing lock...
[2026-09-11 05:44:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 05:44:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 05:44:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 05:44:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 05:44:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 05:44:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 05:44:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 05:44:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 05:44:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 05:44:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 05:44:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 05:44:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 05:44:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 05:44:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 05:44:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 05:44:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 05:44:15] Production.INFO: call_cost start
[2026-09-11 05:44:15] Production.INFO: call_cost end
[2026-09-11 05:44:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 05:44:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 05:44:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 05:44:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 05:44:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 05:44:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 05:44:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 05:44:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 05:44:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 05:44:15] Production.INFO: ==17233== Releasing lock...
[2026-09-11 05:44:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 05:44:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 10:45:01] Production.INFO: ==17311== Lock acquired, processing the job...
[2026-09-11 10:45:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 10:45:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 10:45:01] Production.INFO: neon service started
[2026-09-11 10:45:01] Production.INFO: neon service started
[2026-09-11 10:45:01] Production.INFO: ==17311== Releasing lock...
[2026-09-11 10:45:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 10:45:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 05:45:02] Production.INFO: ==17313== Lock acquired, processing the job...
[2026-09-11 05:45:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 09:45:02] Production.INFO: ==17315== Lock acquired, processing the job...
[2026-09-11 09:45:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 09:45:02] Production.INFO: ==17315== Releasing lock...
[2026-09-11 09:45:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 09:45:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 05:45:02] Production.INFO: ==17313== Releasing lock...
[2026-09-11 05:45:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 05:45:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 05:45:03] Production.INFO: ==17324== Lock acquired, processing the job...
[2026-09-11 05:45:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 05:45:03] Production.INFO: ==17328== Lock acquired, processing the job...
[2026-09-11 05:45:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-11 05:45:03] Production.ERROR: tblTempUsageDetail_20
[2026-09-11 05:45:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 05:45:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 05:45:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 05:45:03] Production.INFO: ==17318== Lock acquired, processing the job...
[2026-09-11 05:45:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-11 05:45:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 05:45:03] Production.ERROR: done
[2026-09-11 05:45:03] Production.INFO: ==17320== Lock acquired, processing the job...
[2026-09-11 05:45:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 05:45:03] Production.ERROR: ========================== active cronjob start =============================
[2026-09-11 05:45:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-11 05:45:03] Production.ERROR: CronJob PID - 17324
[2026-09-11 05:45:03] Production.ERROR: CronJob Title - Create Customer Summary Live
[2026-09-11 05:45:03] Production.ERROR: CronJob ID - 10
[2026-09-11 05:45:03] Production.ERROR: CronJob Last Run Time 2026-09-11 05:45:00
[2026-09-11 05:45:03] Production.ERROR: CronJob Active Minutes 0
[2026-09-11 05:45:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-11 05:45:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-11 05:45:03] Production.ERROR: CronJob PID - 17328
[2026-09-11 05:45:03] Production.ERROR: CronJob Title - PBX - DanielGraystone - 54.39.17.106 Reseller CDR Process
[2026-09-11 05:45:03] Production.ERROR: CronJob ID - 17
[2026-09-11 05:45:03] Production.ERROR: CronJob Last Run Time 2026-09-11 05:45:00
[2026-09-11 05:45:03] Production.ERROR: CronJob Active Minutes 0
[2026-09-11 05:45:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-11 05:45:03] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-11 05:45:03] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17982764', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) start
[2026-09-11 05:45:03] Production.ERROR: ========================== active cronjob end =============================
[2026-09-11 05:45:03] Production.INFO: ==17318== Releasing lock...
[2026-09-11 05:45:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-11 05:45:03] Production.INFO: 25.5 MB #Memory Used#
[2026-09-11 05:45:03] Production.INFO: ==17322== Lock acquired, processing the job...
[2026-09-11 05:45:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 05:45:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 05:45:03] Production.INFO: ==17326== Lock acquired, processing the job...
[2026-09-11 05:45:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 05:45:04] Production.INFO: ==17330== Lock acquired, processing the job...
[2026-09-11 05:45:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 05:45:04] Production.INFO: Account Balance Start.
[2026-09-11 05:45:04] Production.INFO: CreateAllLog Start
[2026-09-11 05:45:04] Production.INFO: 117
[2026-09-11 05:45:04] Production.INFO: Date 2026-09-08
[2026-09-11 05:45:04] Production.INFO: Reseller ==> 0
[2026-09-11 05:45:04] Production.INFO: Date 2026-09-09
[2026-09-11 05:45:04] Production.INFO: Reseller ==> 0
[2026-09-11 05: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-09-11 05: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-09-11 05: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-09-11 05:45:04] Production.INFO: Date 2026-09-10
[2026-09-11 05:45:04] Production.INFO: Reseller ==> 0
[2026-09-11 05:45:04] Production.INFO: ==17330== Releasing lock...
[2026-09-11 05:45:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 05:45:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 05:45:04] Production.INFO: Date 2026-09-11
[2026-09-11 05:45:04] Production.INFO: Reseller ==> 0
[2026-09-11 05:45:04] Production.INFO: Total Charge 0
[2026-09-11 05:45:04] Production.INFO: CreateAllLog End
[2026-09-11 05:45:04] Production.INFO: Account Balance End.
[2026-09-11 05:45:04] Production.ERROR: CronJobId end 12
[2026-09-11 05:45:04] Production.INFO: ==17326== Releasing lock...
[2026-09-11 05:45:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 05:45:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 05:45:04] Production.INFO: ==17322== Releasing lock...
[2026-09-11 05:45:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 05:45:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 05:45:09] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17982764', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) end
[2026-09-11 05:45:09] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-11 05:45:09] Production.INFO: ProcessCDR(1,17982764,1,1,2)
[2026-09-11 05:45:09] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17982764,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 05:45:09] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17982764,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 05:45:09] Production.ERROR: pbx prc_insertCDR start
[2026-09-11 05:45:09] Production.ERROR: pbx prc_insertCDR end
[2026-09-11 05:45:09] Production.INFO: ==17328== Releasing lock...
[2026-09-11 05:45:09] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-11 05:45:09] Production.INFO: 26 MB #Memory Used#
[2026-09-11 05:45:12] Production.ERROR: CronJobId end10
[2026-09-11 05:45:12] Production.INFO: ==17324== Releasing lock...
[2026-09-11 05:45:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 05:45:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 05:45:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 05:45:16] Production.INFO: ============== Balance Warning START===========
[2026-09-11 05:45:16] Production.INFO: ============== Balance Warning END===========
[2026-09-11 05:45:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 05:45:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 05:45:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 05:45:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 05:45:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 05:45:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 05:45:16] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 05:45:16] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 05:45:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 05:45:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 05:45:16] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 05:45:17] Production.INFO: call_cost start
[2026-09-11 05:45:17] Production.INFO: call_cost end
[2026-09-11 05:45:17] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 05:45:17] Production.INFO: ============== Report Schedule START===========
[2026-09-11 05:45:17] Production.INFO: ============== Report Schedule END===========
[2026-09-11 05:45:17] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 05:45:17] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 05:45:17] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 05:45:17] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 05:45:17] Production.INFO: ============== Deal alert START===========
[2026-09-11 05:45:17] Production.INFO: ============== Deal alert END===========
[2026-09-11 05:45:17] Production.INFO: ==17320== Releasing lock...
[2026-09-11 05:45:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 05:45:17] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 10:46:01] Production.INFO: ==17388== Lock acquired, processing the job...
[2026-09-11 10:46:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 10:46:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 10:46:01] Production.INFO: neon service started
[2026-09-11 10:46:01] Production.INFO: neon service started
[2026-09-11 10:46:01] Production.INFO: ==17388== Releasing lock...
[2026-09-11 10:46:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 10:46:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 05:46:02] Production.INFO: ==17390== Lock acquired, processing the job...
[2026-09-11 05:46:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 09:46:02] Production.INFO: ==17392== Lock acquired, processing the job...
[2026-09-11 09:46:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 09:46:02] Production.INFO: ==17392== Releasing lock...
[2026-09-11 09:46:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 09:46:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 05:46:02] Production.INFO: ==17390== Releasing lock...
[2026-09-11 05:46:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 05:46:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 05:46:03] Production.INFO: ==17395== Lock acquired, processing the job...
[2026-09-11 05:46:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 05:46:03] Production.INFO: ==17399== Lock acquired, processing the job...
[2026-09-11 05:46:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 05:46:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 05:46:03] Production.INFO: ==17397== Lock acquired, processing the job...
[2026-09-11 05:46:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 05:46:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 05:46:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 05:46:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 05:46:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 05:46:03] Production.INFO: ==17403== Lock acquired, processing the job...
[2026-09-11 05:46:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 05:46:03] Production.INFO: ==17401== Lock acquired, processing the job...
[2026-09-11 05:46:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 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-09-11 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-09-11 05:46:03] Production.INFO: Account Balance Start.
[2026-09-11 05:46:03] Production.INFO: CreateAllLog Start
[2026-09-11 05:46:03] Production.INFO: 117
[2026-09-11 05:46:03] Production.INFO: Date 2026-09-08
[2026-09-11 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-09-11 05:46:04] Production.INFO: Reseller ==> 0
[2026-09-11 05:46:04] Production.INFO: ==17403== Releasing lock...
[2026-09-11 05:46:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 05:46:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 05:46:04] Production.INFO: Date 2026-09-09
[2026-09-11 05:46:04] Production.INFO: Reseller ==> 0
[2026-09-11 05:46:04] Production.INFO: Date 2026-09-10
[2026-09-11 05:46:04] Production.INFO: Reseller ==> 0
[2026-09-11 05:46:04] Production.INFO: Date 2026-09-11
[2026-09-11 05:46:04] Production.INFO: Reseller ==> 0
[2026-09-11 05:46:04] Production.INFO: Total Charge 0
[2026-09-11 05:46:04] Production.INFO: CreateAllLog End
[2026-09-11 05:46:04] Production.INFO: Account Balance End.
[2026-09-11 05:46:04] Production.ERROR: CronJobId end 12
[2026-09-11 05:46:04] Production.INFO: ==17401== Releasing lock...
[2026-09-11 05:46:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 05:46:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 05:46:04] Production.INFO: ==17397== Releasing lock...
[2026-09-11 05:46:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 05:46:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 05:46:12] Production.ERROR: CronJobId end10
[2026-09-11 05:46:12] Production.INFO: ==17399== Releasing lock...
[2026-09-11 05:46:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 05:46:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 05:46:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 05:46:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 05:46:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 05:46:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 05:46:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 05:46:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 05:46:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 05:46:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 05:46:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 05:46:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 05:46:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 05:46:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 05:46:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 05:46:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 05:46:14] Production.INFO: call_cost start
[2026-09-11 05:46:14] Production.INFO: call_cost end
[2026-09-11 05:46:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 05:46:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 05:46:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 05:46:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 05:46:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 05:46:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 05:46:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 05:46:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 05:46:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 05:46:14] Production.INFO: ==17395== Releasing lock...
[2026-09-11 05:46:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 05:46:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 10:47:02] Production.INFO: ==17469== Lock acquired, processing the job...
[2026-09-11 10:47:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 10:47:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 10:47:02] Production.INFO: neon service started
[2026-09-11 10:47:02] Production.INFO: neon service started
[2026-09-11 10:47:02] Production.INFO: ==17469== Releasing lock...
[2026-09-11 10:47:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 10:47:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 05:47:02] Production.INFO: ==17472== Lock acquired, processing the job...
[2026-09-11 05:47:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 05:47:02] Production.INFO: ==17472== Releasing lock...
[2026-09-11 05:47:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 05:47:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 09:47:03] Production.INFO: ==17474== Lock acquired, processing the job...
[2026-09-11 09:47:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 09:47:03] Production.INFO: ==17474== Releasing lock...
[2026-09-11 09:47:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 09:47:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 05:47:03] Production.INFO: ==17476== Lock acquired, processing the job...
[2026-09-11 05:47:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 05:47:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 05:47:03] Production.INFO: ==17478== Lock acquired, processing the job...
[2026-09-11 05:47:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 05:47:03] Production.INFO: ==17480== Lock acquired, processing the job...
[2026-09-11 05:47:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 05:47:03] Production.INFO: ==17482== Lock acquired, processing the job...
[2026-09-11 05:47:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 05:47:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 05:47:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 05:47:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 05:47:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 05:47:04] Production.INFO: ==17484== Lock acquired, processing the job...
[2026-09-11 05:47:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 05:47:04] Production.INFO: Account Balance Start.
[2026-09-11 05:47:04] Production.INFO: CreateAllLog Start
[2026-09-11 05:47:04] Production.INFO: 117
[2026-09-11 05:47:04] Production.INFO: Date 2026-09-08
[2026-09-11 05:47:04] Production.INFO: Reseller ==> 0
[2026-09-11 05:47:04] Production.INFO: Date 2026-09-09
[2026-09-11 05:47:04] Production.INFO: Reseller ==> 0
[2026-09-11 05:47:04] Production.INFO: Date 2026-09-10
[2026-09-11 05:47:04] Production.INFO: Reseller ==> 0
[2026-09-11 05: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-09-11 05: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-09-11 05:47:04] Production.INFO: Date 2026-09-11
[2026-09-11 05:47:04] Production.INFO: Reseller ==> 0
[2026-09-11 05: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-09-11 05:47:04] Production.INFO: ==17484== Releasing lock...
[2026-09-11 05:47:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 05:47:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 05:47:04] Production.INFO: Total Charge 0
[2026-09-11 05:47:04] Production.INFO: CreateAllLog End
[2026-09-11 05:47:04] Production.INFO: Account Balance End.
[2026-09-11 05:47:04] Production.ERROR: CronJobId end 12
[2026-09-11 05:47:04] Production.INFO: ==17482== Releasing lock...
[2026-09-11 05:47:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 05:47:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 05:47:04] Production.INFO: ==17478== Releasing lock...
[2026-09-11 05:47:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 05:47:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 05:47:13] Production.ERROR: CronJobId end10
[2026-09-11 05:47:13] Production.INFO: ==17480== Releasing lock...
[2026-09-11 05:47:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 05:47:13] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 05:47:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 05:47:15] Production.INFO: ============== Balance Warning START===========
[2026-09-11 05:47:15] Production.INFO: ============== Balance Warning END===========
[2026-09-11 05:47:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 05:47:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 05:47:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 05:47:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 05:47:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 05:47:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 05:47:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 05:47:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 05:47:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 05:47:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 05:47:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 05:47:15] Production.INFO: call_cost start
[2026-09-11 05:47:15] Production.INFO: call_cost end
[2026-09-11 05:47:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 05:47:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 05:47:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 05:47:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 05:47:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 05:47:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 05:47:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 05:47:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 05:47:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 05:47:15] Production.INFO: ==17476== Releasing lock...
[2026-09-11 05:47:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 05:47:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 10:48:01] Production.INFO: ==17548== Lock acquired, processing the job...
[2026-09-11 10:48:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 10:48:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 10:48:01] Production.INFO: neon service started
[2026-09-11 10:48:01] Production.INFO: neon service started
[2026-09-11 10:48:01] Production.INFO: ==17548== Releasing lock...
[2026-09-11 10:48:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 10:48:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 05:48:02] Production.INFO: ==17550== Lock acquired, processing the job...
[2026-09-11 05:48:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 05:48:02] Production.INFO: ==17550== Releasing lock...
[2026-09-11 05:48:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 05:48:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 09:48:02] Production.INFO: ==17552== Lock acquired, processing the job...
[2026-09-11 09:48:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 09:48:02] Production.INFO: ==17552== Releasing lock...
[2026-09-11 09:48:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 09:48:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 05:48:03] Production.INFO: ==17561== Lock acquired, processing the job...
[2026-09-11 05:48:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 05:48:03] Production.INFO: ==17559== Lock acquired, processing the job...
[2026-09-11 05:48:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 05:48:03] Production.INFO: ==17554== Lock acquired, processing the job...
[2026-09-11 05:48:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 05:48:03] Production.INFO: ==17557== Lock acquired, processing the job...
[2026-09-11 05:48:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 05:48:03] Production.INFO: Account Balance Start.
[2026-09-11 05:48:03] Production.INFO: CreateAllLog Start
[2026-09-11 05:48:03] Production.INFO: 117
[2026-09-11 05:48:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 05:48:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 05:48:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 05:48:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 05:48:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 05:48:03] Production.INFO: Date 2026-09-08
[2026-09-11 05:48:03] Production.INFO: Reseller ==> 0
[2026-09-11 05:48:03] Production.INFO: Date 2026-09-09
[2026-09-11 05:48:03] Production.INFO: Reseller ==> 0
[2026-09-11 05:48:03] Production.INFO: Date 2026-09-10
[2026-09-11 05:48:03] Production.INFO: Reseller ==> 0
[2026-09-11 05:48:03] Production.INFO: ==17563== Lock acquired, processing the job...
[2026-09-11 05:48:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 05:48:03] Production.INFO: Date 2026-09-11
[2026-09-11 05:48:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 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-09-11 05:48:03] Production.INFO: Total Charge 0
[2026-09-11 05:48:03] Production.INFO: ==17563== Releasing lock...
[2026-09-11 05:48:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 05:48:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 05:48:03] Production.INFO: CreateAllLog End
[2026-09-11 05:48:04] Production.INFO: Account Balance End.
[2026-09-11 05:48:04] Production.ERROR: CronJobId end 12
[2026-09-11 05:48:04] Production.INFO: ==17561== Releasing lock...
[2026-09-11 05:48:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 05:48:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 05:48:04] Production.INFO: ==17557== Releasing lock...
[2026-09-11 05:48:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 05:48:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 05:48:11] Production.ERROR: CronJobId end10
[2026-09-11 05:48:11] Production.INFO: ==17559== Releasing lock...
[2026-09-11 05:48:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 05:48:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 05:48:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 05:48:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 05:48:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 05:48:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 05:48:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 05:48:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 05:48:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 05:48:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 05:48:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 05:48:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 05:48:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 05:48:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 05:48:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 05:48:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 05:48:14] Production.INFO: call_cost start
[2026-09-11 05:48:14] Production.INFO: call_cost end
[2026-09-11 05:48:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 05:48:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 05:48:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 05:48:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 05:48:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 05:48:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 05:48:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 05:48:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 05:48:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 05:48:14] Production.INFO: ==17554== Releasing lock...
[2026-09-11 05:48:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 05:48:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 10:49:02] Production.INFO: ==17640== Lock acquired, processing the job...
[2026-09-11 10:49:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 10:49:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 10:49:02] Production.INFO: neon service started
[2026-09-11 10:49:02] Production.INFO: neon service started
[2026-09-11 10:49:02] Production.INFO: ==17640== Releasing lock...
[2026-09-11 10:49:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 10:49:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 09:49:02] Production.INFO: ==17644== Lock acquired, processing the job...
[2026-09-11 05:49:02] Production.INFO: ==17642== Lock acquired, processing the job...
[2026-09-11 09:49:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 05:49:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 09:49:02] Production.INFO: ==17644== Releasing lock...
[2026-09-11 09:49:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 09:49:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 05:49:03] Production.INFO: ==17642== Releasing lock...
[2026-09-11 05:49:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 05:49:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 05:49:03] Production.INFO: ==17647== Lock acquired, processing the job...
[2026-09-11 05:49:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 05:49:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 05:49:04] Production.INFO: ==17649== Lock acquired, processing the job...
[2026-09-11 05:49:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 05:49:04] Production.INFO: ==17653== Lock acquired, processing the job...
[2026-09-11 05:49:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 05:49:04] Production.INFO: ==17651== Lock acquired, processing the job...
[2026-09-11 05:49:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 05:49:04] Production.INFO: ==17655== Lock acquired, processing the job...
[2026-09-11 05:49:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 05:49:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 05:49:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 05:49:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 05:49:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 05:49:04] Production.INFO: Account Balance Start.
[2026-09-11 05:49:04] Production.INFO: CreateAllLog Start
[2026-09-11 05:49:04] Production.INFO: 117
[2026-09-11 05:49:04] Production.INFO: Date 2026-09-08
[2026-09-11 05:49:04] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 05:49:04] Production.INFO: Date 2026-09-09
[2026-09-11 05:49:04] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 05:49:04] Production.INFO: ==17655== Releasing lock...
[2026-09-11 05:49:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 05:49:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 05:49:04] Production.INFO: Date 2026-09-10
[2026-09-11 05:49:04] Production.INFO: Reseller ==> 0
[2026-09-11 05:49:04] Production.INFO: Date 2026-09-11
[2026-09-11 05:49:04] Production.INFO: Reseller ==> 0
[2026-09-11 05:49:04] Production.INFO: Total Charge 0
[2026-09-11 05:49:04] Production.INFO: CreateAllLog End
[2026-09-11 05:49:04] Production.INFO: Account Balance End.
[2026-09-11 05:49:04] Production.ERROR: CronJobId end 12
[2026-09-11 05:49:04] Production.INFO: ==17653== Releasing lock...
[2026-09-11 05:49:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 05:49:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 05:49:04] Production.INFO: ==17649== Releasing lock...
[2026-09-11 05:49:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 05:49:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 05:49:12] Production.ERROR: CronJobId end10
[2026-09-11 05:49:12] Production.INFO: ==17651== Releasing lock...
[2026-09-11 05:49:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 05:49:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 05:49:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 05:49:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 05:49:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 05:49:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 05:49:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 05:49:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 05:49:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 05:49:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 05:49:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 05:49:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 05:49:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 05:49:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 05:49:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 05:49:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 05:49:15] Production.INFO: call_cost start
[2026-09-11 05:49:15] Production.INFO: call_cost end
[2026-09-11 05:49:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 05:49:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 05:49:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 05:49:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 05:49:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 05:49:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 05:49:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 05:49:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 05:49:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 05:49:15] Production.INFO: ==17647== Releasing lock...
[2026-09-11 05:49:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 05:49:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 10:50:01] Production.INFO: ==17713== Lock acquired, processing the job...
[2026-09-11 10:50:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 10:50:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 10:50:01] Production.INFO: neon service started
[2026-09-11 10:50:01] Production.INFO: neon service started
[2026-09-11 10:50:01] Production.INFO: ==17713== Releasing lock...
[2026-09-11 10:50:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 10:50:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 05:50:02] Production.INFO: ==17715== Lock acquired, processing the job...
[2026-09-11 05:50:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 05:50:02] Production.INFO: ==17715== Releasing lock...
[2026-09-11 05:50:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 05:50:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 09:50:02] Production.INFO: ==17717== Lock acquired, processing the job...
[2026-09-11 09:50:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 09:50:02] Production.INFO: ==17717== Releasing lock...
[2026-09-11 09:50:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 09:50:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 05:50:03] Production.INFO: ==17719== Lock acquired, processing the job...
[2026-09-11 05:50:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 05:50:03] Production.INFO: ==17721== Lock acquired, processing the job...
[2026-09-11 05:50:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 05:50:03] Production.INFO: ==17723== Lock acquired, processing the job...
[2026-09-11 05:50:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 05:50:03] Production.INFO: ==17725== Lock acquired, processing the job...
[2026-09-11 05:50:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 05:50:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 05:50:03] Production.INFO: ==17727== Lock acquired, processing the job...
[2026-09-11 05:50:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 05:50:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 05:50:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 05:50:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 05:50:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 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-09-11 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-09-11 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-09-11 05:50:03] Production.INFO: Account Balance Start.
[2026-09-11 05:50:03] Production.INFO: CreateAllLog Start
[2026-09-11 05:50:03] Production.INFO: 117
[2026-09-11 05:50:03] Production.INFO: ==17727== Releasing lock...
[2026-09-11 05:50:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 05:50:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 05:50:03] Production.INFO: Date 2026-09-08
[2026-09-11 05:50:03] Production.INFO: Reseller ==> 0
[2026-09-11 05:50:03] Production.INFO: Date 2026-09-09
[2026-09-11 05:50:03] Production.INFO: Reseller ==> 0
[2026-09-11 05:50:03] Production.INFO: Date 2026-09-10
[2026-09-11 05:50:03] Production.INFO: Reseller ==> 0
[2026-09-11 05:50:03] Production.INFO: Date 2026-09-11
[2026-09-11 05:50:03] Production.INFO: Reseller ==> 0
[2026-09-11 05:50:03] Production.INFO: Total Charge 0
[2026-09-11 05:50:03] Production.INFO: CreateAllLog End
[2026-09-11 05:50:03] Production.INFO: Account Balance End.
[2026-09-11 05:50:03] Production.ERROR: CronJobId end 12
[2026-09-11 05:50:03] Production.INFO: ==17725== Releasing lock...
[2026-09-11 05:50:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 05:50:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 05:50:03] Production.INFO: ==17721== Releasing lock...
[2026-09-11 05:50:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 05:50:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 05:50:11] Production.ERROR: CronJobId end10
[2026-09-11 05:50:11] Production.INFO: ==17723== Releasing lock...
[2026-09-11 05:50:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 05:50:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 05:50:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 05:50:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 05:50:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 05:50:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 05:50:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 05:50:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 05:50:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 05:50:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 05:50:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 05:50:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 05:50:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 05:50:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 05:50:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 05:50:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 05:50:13] Production.INFO: call_cost start
[2026-09-11 05:50:13] Production.INFO: call_cost end
[2026-09-11 05:50:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 05:50:13] Production.INFO: ============== Report Schedule START===========
[2026-09-11 05:50:13] Production.INFO: ============== Report Schedule END===========
[2026-09-11 05:50:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 05:50:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 05:50:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 05:50:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 05:50:13] Production.INFO: ============== Deal alert START===========
[2026-09-11 05:50:13] Production.INFO: ============== Deal alert END===========
[2026-09-11 05:50:13] Production.INFO: ==17719== Releasing lock...
[2026-09-11 05:50:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 05:50:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 10:51:02] Production.INFO: ==17785== Lock acquired, processing the job...
[2026-09-11 10:51:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 10:51:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 10:51:02] Production.INFO: neon service started
[2026-09-11 10:51:02] Production.INFO: neon service started
[2026-09-11 10:51:02] Production.INFO: ==17785== Releasing lock...
[2026-09-11 10:51:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 10:51:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 09:51:02] Production.INFO: ==17789== Lock acquired, processing the job...
[2026-09-11 09:51:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 09:51:02] Production.INFO: ==17789== Releasing lock...
[2026-09-11 09:51:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 09:51:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 05:51:02] Production.INFO: ==17787== Lock acquired, processing the job...
[2026-09-11 05:51:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 05:51:02] Production.INFO: ==17787== Releasing lock...
[2026-09-11 05:51:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 05:51:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 05:51:03] Production.INFO: ==17795== Lock acquired, processing the job...
[2026-09-11 05:51:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 05:51:03] Production.INFO: ==17793== Lock acquired, processing the job...
[2026-09-11 05:51:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 05:51:03] Production.INFO: ==17797== Lock acquired, processing the job...
[2026-09-11 05:51:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 05:51:03] Production.INFO: ==17799== Lock acquired, processing the job...
[2026-09-11 05:51:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 05:51:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 05:51:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 05:51:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 05:51:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 05:51:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 05:51:03] Production.INFO: ==17801== Lock acquired, processing the job...
[2026-09-11 05:51:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 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-09-11 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-09-11 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-09-11 05:51:04] Production.INFO: ==17801== Releasing lock...
[2026-09-11 05:51:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 05:51:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 05:51:04] Production.INFO: Account Balance Start.
[2026-09-11 05:51:04] Production.INFO: CreateAllLog Start
[2026-09-11 05:51:04] Production.INFO: 117
[2026-09-11 05:51:04] Production.INFO: Date 2026-09-08
[2026-09-11 05:51:04] Production.INFO: Reseller ==> 0
[2026-09-11 05:51:04] Production.INFO: Date 2026-09-09
[2026-09-11 05:51:04] Production.INFO: Reseller ==> 0
[2026-09-11 05:51:04] Production.INFO: Date 2026-09-10
[2026-09-11 05:51:04] Production.INFO: Reseller ==> 0
[2026-09-11 05:51:04] Production.INFO: Date 2026-09-11
[2026-09-11 05:51:04] Production.INFO: Reseller ==> 0
[2026-09-11 05:51:04] Production.INFO: Total Charge 0
[2026-09-11 05:51:04] Production.INFO: CreateAllLog End
[2026-09-11 05:51:04] Production.INFO: Account Balance End.
[2026-09-11 05:51:04] Production.INFO: ==17795== Releasing lock...
[2026-09-11 05:51:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 05:51:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 05:51:04] Production.ERROR: CronJobId end 12
[2026-09-11 05:51:04] Production.INFO: ==17799== Releasing lock...
[2026-09-11 05:51:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 05:51:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 05:51:12] Production.ERROR: CronJobId end10
[2026-09-11 05:51:12] Production.INFO: ==17797== Releasing lock...
[2026-09-11 05:51:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 05:51:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 05:51:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 05:51:15] Production.INFO: ============== Balance Warning START===========
[2026-09-11 05:51:15] Production.INFO: ============== Balance Warning END===========
[2026-09-11 05:51:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 05:51:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 05:51:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 05:51:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 05:51:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 05:51:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 05:51:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 05:51:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 05:51:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 05:51:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 05:51:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 05:51:15] Production.INFO: call_cost start
[2026-09-11 05:51:15] Production.INFO: call_cost end
[2026-09-11 05:51:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 05:51:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 05:51:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 05:51:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 05:51:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 05:51:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 05:51:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 05:51:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 05:51:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 05:51:15] Production.INFO: ==17793== Releasing lock...
[2026-09-11 05:51:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 05:51:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 10:52:01] Production.INFO: ==17867== Lock acquired, processing the job...
[2026-09-11 10:52:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 10:52:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 10:52:01] Production.INFO: neon service started
[2026-09-11 10:52:01] Production.INFO: neon service started
[2026-09-11 10:52:01] Production.INFO: ==17867== Releasing lock...
[2026-09-11 10:52:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 10:52:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 05:52:02] Production.INFO: ==17869== Lock acquired, processing the job...
[2026-09-11 05:52:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 05:52:02] Production.INFO: ==17869== Releasing lock...
[2026-09-11 05:52:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 05:52:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 09:52:02] Production.INFO: ==17871== Lock acquired, processing the job...
[2026-09-11 09:52:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 09:52:02] Production.INFO: ==17871== Releasing lock...
[2026-09-11 09:52:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 09:52:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 05:52:03] Production.INFO: ==17878== Lock acquired, processing the job...
[2026-09-11 05:52:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 05:52:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 05:52:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 05:52:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 05:52:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 05:52:03] Production.INFO: ==17873== Lock acquired, processing the job...
[2026-09-11 05:52:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 05:52:03] Production.INFO: ==17882== Lock acquired, processing the job...
[2026-09-11 05:52:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 05:52:03] Production.INFO: ==17875== Lock acquired, processing the job...
[2026-09-11 05:52:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 05:52:03] Production.INFO: ==17880== Lock acquired, processing the job...
[2026-09-11 05:52:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 05:52:03] Production.INFO: Account Balance Start.
[2026-09-11 05:52:03] Production.INFO: CreateAllLog Start
[2026-09-11 05:52:03] Production.INFO: 117
[2026-09-11 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-09-11 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-09-11 05:52:03] Production.INFO: Date 2026-09-08
[2026-09-11 05:52:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 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-09-11 05:52:03] Production.INFO: ==17882== Releasing lock...
[2026-09-11 05:52:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 05:52:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 05:52:03] Production.INFO: Reseller ==> 0
[2026-09-11 05:52:03] Production.INFO: Date 2026-09-09
[2026-09-11 05:52:03] Production.INFO: Reseller ==> 0
[2026-09-11 05:52:03] Production.INFO: Date 2026-09-10
[2026-09-11 05:52:03] Production.INFO: Reseller ==> 0
[2026-09-11 05:52:03] Production.INFO: Date 2026-09-11
[2026-09-11 05:52:03] Production.INFO: Reseller ==> 0
[2026-09-11 05:52:03] Production.INFO: Total Charge 0
[2026-09-11 05:52:03] Production.INFO: CreateAllLog End
[2026-09-11 05:52:03] Production.INFO: Account Balance End.
[2026-09-11 05:52:04] Production.ERROR: CronJobId end 12
[2026-09-11 05:52:04] Production.INFO: ==17880== Releasing lock...
[2026-09-11 05:52:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 05:52:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 05:52:04] Production.INFO: ==17875== Releasing lock...
[2026-09-11 05:52:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 05:52:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 05:52:10] Production.ERROR: CronJobId end10
[2026-09-11 05:52:10] Production.INFO: ==17878== Releasing lock...
[2026-09-11 05:52:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 05:52:10] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 05:52:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 05:52:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 05:52:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 05:52:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 05:52:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 05:52:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 05:52:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 05:52:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 05:52:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 05:52:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 05:52:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 05:52:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 05:52:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 05:52:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 05:52:14] Production.INFO: call_cost start
[2026-09-11 05:52:14] Production.INFO: call_cost end
[2026-09-11 05:52:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 05:52:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 05:52:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 05:52:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 05:52:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 05:52:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 05:52:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 05:52:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 05:52:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 05:52:14] Production.INFO: ==17873== Releasing lock...
[2026-09-11 05:52:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 05:52:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 10:53:02] Production.INFO: ==17942== Lock acquired, processing the job...
[2026-09-11 10:53:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 10:53:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 10:53:02] Production.INFO: neon service started
[2026-09-11 10:53:02] Production.INFO: neon service started
[2026-09-11 10:53:02] Production.INFO: ==17942== Releasing lock...
[2026-09-11 10:53:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 10:53:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 05:53:02] Production.INFO: ==17945== Lock acquired, processing the job...
[2026-09-11 05:53:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 05:53:02] Production.INFO: ==17945== Releasing lock...
[2026-09-11 05:53:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 05:53:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 09:53:02] Production.INFO: ==17947== Lock acquired, processing the job...
[2026-09-11 09:53:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 09:53:02] Production.INFO: ==17947== Releasing lock...
[2026-09-11 09:53:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 09:53:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 05:53:03] Production.INFO: ==17949== Lock acquired, processing the job...
[2026-09-11 05:53:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 05:53:03] Production.INFO: ==17951== Lock acquired, processing the job...
[2026-09-11 05:53:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 05:53:03] Production.INFO: ==17957== Lock acquired, processing the job...
[2026-09-11 05:53:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 05:53:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 05:53:03] Production.INFO: ==17953== Lock acquired, processing the job...
[2026-09-11 05:53:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 05:53:03] Production.INFO: ==17955== Lock acquired, processing the job...
[2026-09-11 05:53:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 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-09-11 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-09-11 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-09-11 05:53:03] Production.INFO: ==17957== Releasing lock...
[2026-09-11 05:53:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 05:53:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 05:53:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 05:53:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 05:53:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 05:53:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 05:53:03] Production.INFO: Account Balance Start.
[2026-09-11 05:53:03] Production.INFO: CreateAllLog Start
[2026-09-11 05:53:03] Production.INFO: 117
[2026-09-11 05:53:03] Production.INFO: Date 2026-09-08
[2026-09-11 05:53:03] Production.INFO: Reseller ==> 0
[2026-09-11 05:53:03] Production.INFO: Date 2026-09-09
[2026-09-11 05:53:03] Production.INFO: Reseller ==> 0
[2026-09-11 05:53:03] Production.INFO: Date 2026-09-10
[2026-09-11 05:53:03] Production.INFO: Reseller ==> 0
[2026-09-11 05:53:03] Production.INFO: Date 2026-09-11
[2026-09-11 05:53:03] Production.INFO: Reseller ==> 0
[2026-09-11 05:53:03] Production.INFO: Total Charge 0
[2026-09-11 05:53:03] Production.INFO: CreateAllLog End
[2026-09-11 05:53:04] Production.INFO: Account Balance End.
[2026-09-11 05:53:04] Production.ERROR: CronJobId end 12
[2026-09-11 05:53:04] Production.INFO: ==17955== Releasing lock...
[2026-09-11 05:53:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 05:53:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 05:53:04] Production.INFO: ==17951== Releasing lock...
[2026-09-11 05:53:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 05:53:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 05:53:12] Production.ERROR: CronJobId end10
[2026-09-11 05:53:12] Production.INFO: ==17953== Releasing lock...
[2026-09-11 05:53:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 05:53:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 05:53:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 05:53:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 05:53:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 05:53:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 05:53:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 05:53:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 05:53:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 05:53:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 05:53:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 05:53:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 05:53:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 05:53:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 05:53:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 05:53:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 05:53:15] Production.INFO: call_cost start
[2026-09-11 05:53:15] Production.INFO: call_cost end
[2026-09-11 05:53:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 05:53:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 05:53:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 05:53:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 05:53:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 05:53:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 05:53:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 05:53:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 05:53:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 05:53:15] Production.INFO: ==17949== Releasing lock...
[2026-09-11 05:53:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 05:53:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 10:54:01] Production.INFO: ==18028== Lock acquired, processing the job...
[2026-09-11 10:54:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 10:54:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 10:54:01] Production.INFO: neon service started
[2026-09-11 10:54:01] Production.INFO: neon service started
[2026-09-11 10:54:01] Production.INFO: ==18028== Releasing lock...
[2026-09-11 10:54:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 10:54:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 05:54:02] Production.INFO: ==18031== Lock acquired, processing the job...
[2026-09-11 05:54:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 09:54:02] Production.INFO: ==18033== Lock acquired, processing the job...
[2026-09-11 09:54:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 09:54:02] Production.INFO: ==18033== Releasing lock...
[2026-09-11 09:54:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 09:54:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 05:54:02] Production.INFO: ==18031== Releasing lock...
[2026-09-11 05:54:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 05:54:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 05:54:03] Production.INFO: ==18036== Lock acquired, processing the job...
[2026-09-11 05:54:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 05:54:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 05:54:03] Production.INFO: ==18044== Lock acquired, processing the job...
[2026-09-11 05:54:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 05:54:03] Production.INFO: ==18038== Lock acquired, processing the job...
[2026-09-11 05:54:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 05:54:03] Production.INFO: ==18040== Lock acquired, processing the job...
[2026-09-11 05:54:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 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-09-11 05:54:03] Production.INFO: ==18042== Lock acquired, processing the job...
[2026-09-11 05:54:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 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-09-11 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-09-11 05:54:03] Production.INFO: ==18044== Releasing lock...
[2026-09-11 05:54:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 05:54:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 05:54:03] Production.INFO: Account Balance Start.
[2026-09-11 05:54:03] Production.INFO: CreateAllLog Start
[2026-09-11 05:54:03] Production.INFO: 117
[2026-09-11 05:54:03] Production.INFO: Date 2026-09-08
[2026-09-11 05:54:03] Production.INFO: Reseller ==> 0
[2026-09-11 05:54:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 05:54:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 05:54:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 05:54:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 05:54:03] Production.INFO: Date 2026-09-09
[2026-09-11 05:54:03] Production.INFO: Reseller ==> 0
[2026-09-11 05:54:03] Production.INFO: Date 2026-09-10
[2026-09-11 05:54:03] Production.INFO: Reseller ==> 0
[2026-09-11 05:54:03] Production.INFO: Date 2026-09-11
[2026-09-11 05:54:03] Production.INFO: Reseller ==> 0
[2026-09-11 05:54:03] Production.INFO: Total Charge 0
[2026-09-11 05:54:03] Production.INFO: CreateAllLog End
[2026-09-11 05:54:04] Production.INFO: Account Balance End.
[2026-09-11 05:54:04] Production.ERROR: CronJobId end 12
[2026-09-11 05:54:04] Production.INFO: ==18042== Releasing lock...
[2026-09-11 05:54:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 05:54:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 05:54:04] Production.INFO: ==18038== Releasing lock...
[2026-09-11 05:54:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 05:54:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 05:54:12] Production.ERROR: CronJobId end10
[2026-09-11 05:54:12] Production.INFO: ==18040== Releasing lock...
[2026-09-11 05:54:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 05:54:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 05:54:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 05:54:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 05:54:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 05:54:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 05:54:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 05:54:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 05:54:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 05:54:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 05:54:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 05:54:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 05:54:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 05:54:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 05:54:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 05:54:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 05:54:15] Production.INFO: call_cost start
[2026-09-11 05:54:15] Production.INFO: call_cost end
[2026-09-11 05:54:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 05:54:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 05:54:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 05:54:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 05:54:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 05:54:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 05:54:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 05:54:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 05:54:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 05:54:15] Production.INFO: ==18036== Releasing lock...
[2026-09-11 05:54:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 05:54:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 10:55:02] Production.INFO: ==18102== Lock acquired, processing the job...
[2026-09-11 10:55:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 10:55:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 10:55:02] Production.INFO: neon service started
[2026-09-11 10:55:02] Production.INFO: neon service started
[2026-09-11 10:55:02] Production.INFO: ==18102== Releasing lock...
[2026-09-11 10:55:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 10:55:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 05:55:02] Production.INFO: ==18104== Lock acquired, processing the job...
[2026-09-11 05:55:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 09:55:02] Production.INFO: ==18106== Lock acquired, processing the job...
[2026-09-11 09:55:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 05:55:03] Production.INFO: ==18104== Releasing lock...
[2026-09-11 05:55:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 05:55:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 09:55:03] Production.INFO: ==18106== Releasing lock...
[2026-09-11 09:55:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 09:55:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 05:55:04] Production.INFO: ==18109== Lock acquired, processing the job...
[2026-09-11 05:55:04] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-11 05:55:04] Production.INFO: ==18111== Lock acquired, processing the job...
[2026-09-11 05:55:04] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 05:55:04] Production.ERROR: ========================== active cronjob start =============================
[2026-09-11 05:55:04] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-11 05:55:04] Production.ERROR: CronJob PID - 18111
[2026-09-11 05:55:04] Production.ERROR: CronJob Title - System Alerts
[2026-09-11 05:55:04] Production.ERROR: CronJob ID - 5
[2026-09-11 05:55:04] Production.ERROR: CronJob Last Run Time 2026-09-11 05:55:00
[2026-09-11 05:55:04] Production.ERROR: CronJob Active Minutes 0
[2026-09-11 05:55:04] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-11 05:55:04] Production.INFO: ==18113== Lock acquired, processing the job...
[2026-09-11 05:55:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 05:55:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 05:55:04] Production.ERROR: ========================== active cronjob end =============================
[2026-09-11 05:55:04] Production.INFO: ==18109== Releasing lock...
[2026-09-11 05:55:04] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-11 05:55:04] Production.INFO: 25.5 MB #Memory Used#
[2026-09-11 05:55:04] Production.INFO: ==18115== Lock acquired, processing the job...
[2026-09-11 05:55:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 05:55:04] Production.INFO: ==18117== Lock acquired, processing the job...
[2026-09-11 05:55:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 05:55:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 05:55:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 05:55:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 05:55:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 05:55:04] Production.INFO: ==18119== Lock acquired, processing the job...
[2026-09-11 05:55:04] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-11 05:55:04] Production.INFO: Account Balance Start.
[2026-09-11 05:55:04] Production.INFO: CreateAllLog Start
[2026-09-11 05:55:04] Production.INFO: 117
[2026-09-11 05:55:04] Production.INFO: Date 2026-09-08
[2026-09-11 05:55:04] Production.ERROR: tblTempUsageDetail_20
[2026-09-11 05:55:04] Production.INFO: Reseller ==> 0
[2026-09-11 05:55:04] Production.INFO: ==18121== Lock acquired, processing the job...
[2026-09-11 05:55:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 05:55:04] Production.INFO: Date 2026-09-09
[2026-09-11 05:55:04] Production.INFO: Reseller ==> 0
[2026-09-11 05:55:04] Production.INFO: Date 2026-09-10
[2026-09-11 05:55:04] Production.INFO: Reseller ==> 0
[2026-09-11 05:55:04] Production.INFO: Date 2026-09-11
[2026-09-11 05:55:04] Production.INFO: Reseller ==> 0
[2026-09-11 05: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-09-11 05: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-09-11 05:55:04] Production.INFO: Total Charge 0
[2026-09-11 05:55:04] Production.INFO: CreateAllLog End
[2026-09-11 05: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-09-11 05:55:04] Production.INFO: ==18121== Releasing lock...
[2026-09-11 05:55:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 05:55:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 05:55:04] Production.ERROR: done
[2026-09-11 05:55:05] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-11 05:55:05] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17982809', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) start
[2026-09-11 05:55:05] Production.INFO: Account Balance End.
[2026-09-11 05:55:05] Production.ERROR: CronJobId end 12
[2026-09-11 05:55:05] Production.INFO: ==18117== Releasing lock...
[2026-09-11 05:55:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 05:55:05] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 05:55:05] Production.INFO: ==18113== Releasing lock...
[2026-09-11 05:55:05] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 05:55:05] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 05:55:12] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17982809', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) end
[2026-09-11 05:55:12] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-11 05:55:12] Production.INFO: ProcessCDR(1,17982809,1,1,2)
[2026-09-11 05:55:12] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17982809,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 05:55:12] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17982809,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 05:55:12] Production.ERROR: pbx prc_insertCDR start
[2026-09-11 05:55:12] Production.ERROR: pbx prc_insertCDR end
[2026-09-11 05:55:12] Production.INFO: ==18119== Releasing lock...
[2026-09-11 05:55:12] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-11 05:55:12] Production.INFO: 26 MB #Memory Used#
[2026-09-11 05:55:15] Production.ERROR: CronJobId end10
[2026-09-11 05:55:15] Production.INFO: ==18115== Releasing lock...
[2026-09-11 05:55:15] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 05:55:15] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 05:55:18] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 05:55:18] Production.INFO: ============== Balance Warning START===========
[2026-09-11 05:55:18] Production.INFO: ============== Balance Warning END===========
[2026-09-11 05:55:18] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 05:55:18] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 05:55:18] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 05:55:18] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 05:55:18] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 05:55:18] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 05:55:18] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 05:55:18] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 05:55:18] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 05:55:18] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 05:55:18] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 05:55:18] Production.INFO: call_cost start
[2026-09-11 05:55:18] Production.INFO: call_cost end
[2026-09-11 05:55:18] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 05:55:18] Production.INFO: ============== Report Schedule START===========
[2026-09-11 05:55:18] Production.INFO: ============== Report Schedule END===========
[2026-09-11 05:55:18] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 05:55:18] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 05:55:18] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 05:55:18] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 05:55:18] Production.INFO: ============== Deal alert START===========
[2026-09-11 05:55:18] Production.INFO: ============== Deal alert END===========
[2026-09-11 05:55:18] Production.INFO: ==18111== Releasing lock...
[2026-09-11 05:55:18] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 05:55:18] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 10:56:01] Production.INFO: ==18187== Lock acquired, processing the job...
[2026-09-11 10:56:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 10:56:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 10:56:01] Production.INFO: neon service started
[2026-09-11 10:56:01] Production.INFO: neon service started
[2026-09-11 10:56:01] Production.INFO: ==18187== Releasing lock...
[2026-09-11 10:56:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 10:56:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 09:56:01] Production.INFO: ==18191== Lock acquired, processing the job...
[2026-09-11 09:56:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 09:56:02] Production.INFO: ==18191== Releasing lock...
[2026-09-11 09:56:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 09:56:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 05:56:02] Production.INFO: ==18189== Lock acquired, processing the job...
[2026-09-11 05:56:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 05:56:02] Production.INFO: ==18189== Releasing lock...
[2026-09-11 05:56:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 05:56:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 05:56:02] Production.INFO: ==18193== Lock acquired, processing the job...
[2026-09-11 05:56:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 05:56:02] Production.INFO: ==18195== Lock acquired, processing the job...
[2026-09-11 05:56:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 05:56:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 05:56:03] Production.INFO: ==18199== Lock acquired, processing the job...
[2026-09-11 05:56:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 05:56:03] Production.INFO: Account Balance Start.
[2026-09-11 05:56:03] Production.INFO: CreateAllLog Start
[2026-09-11 05:56:03] Production.INFO: 117
[2026-09-11 05:56:03] Production.INFO: Date 2026-09-08
[2026-09-11 05:56:03] Production.INFO: ==18197== Lock acquired, processing the job...
[2026-09-11 05:56:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 05:56:03] Production.INFO: Reseller ==> 0
[2026-09-11 05:56:03] Production.INFO: Date 2026-09-09
[2026-09-11 05:56:03] Production.INFO: Reseller ==> 0
[2026-09-11 05:56:03] Production.INFO: Date 2026-09-10
[2026-09-11 05:56:03] Production.INFO: Reseller ==> 0
[2026-09-11 05:56:03] Production.INFO: Date 2026-09-11
[2026-09-11 05:56:03] Production.INFO: Reseller ==> 0
[2026-09-11 05:56:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 05:56:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 05:56:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 05:56:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 05:56:03] Production.INFO: Total Charge 0
[2026-09-11 05:56:03] Production.INFO: CreateAllLog End
[2026-09-11 05:56:03] Production.INFO: ==18201== Lock acquired, processing the job...
[2026-09-11 05:56:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 05:56:03] Production.INFO: Account Balance End.
[2026-09-11 05:56:03] Production.ERROR: CronJobId end 12
[2026-09-11 05:56:03] Production.INFO: ==18199== Releasing lock...
[2026-09-11 05:56:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 05:56:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 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-09-11 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-09-11 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-09-11 05:56:03] Production.INFO: ==18201== Releasing lock...
[2026-09-11 05:56:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 05:56:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 05:56:04] Production.INFO: ==18195== Releasing lock...
[2026-09-11 05:56:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 05:56:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 05:56:11] Production.ERROR: CronJobId end10
[2026-09-11 05:56:11] Production.INFO: ==18197== Releasing lock...
[2026-09-11 05:56:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 05:56:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 05:56:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 05:56:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 05:56:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 05:56:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 05:56:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 05:56:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 05:56:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 05:56:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 05:56:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 05:56:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 05:56:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 05:56:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 05:56:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 05:56:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 05:56:14] Production.INFO: call_cost start
[2026-09-11 05:56:14] Production.INFO: call_cost end
[2026-09-11 05:56:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 05:56:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 05:56:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 05:56:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 05:56:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 05:56:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 05:56:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 05:56:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 05:56:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 05:56:14] Production.INFO: ==18193== Releasing lock...
[2026-09-11 05:56:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 05:56:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 10:57:02] Production.INFO: ==18263== Lock acquired, processing the job...
[2026-09-11 10:57:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 10:57:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 10:57:02] Production.INFO: neon service started
[2026-09-11 10:57:02] Production.INFO: neon service started
[2026-09-11 10:57:02] Production.INFO: ==18263== Releasing lock...
[2026-09-11 10:57:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 10:57:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 05:57:02] Production.INFO: ==18265== Lock acquired, processing the job...
[2026-09-11 05:57:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 05:57:02] Production.INFO: ==18265== Releasing lock...
[2026-09-11 05:57:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 05:57:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 09:57:02] Production.INFO: ==18267== Lock acquired, processing the job...
[2026-09-11 09:57:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 09:57:02] Production.INFO: ==18267== Releasing lock...
[2026-09-11 09:57:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 09:57:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 05:57:03] Production.INFO: ==18278== Lock acquired, processing the job...
[2026-09-11 05:57:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 05:57:03] Production.INFO: ==18270== Lock acquired, processing the job...
[2026-09-11 05:57:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 05:57:03] Production.INFO: ==18272== Lock acquired, processing the job...
[2026-09-11 05:57:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 05:57:03] Production.INFO: ==18274== Lock acquired, processing the job...
[2026-09-11 05:57:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 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-09-11 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-09-11 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-09-11 05:57:03] Production.INFO: ==18278== Releasing lock...
[2026-09-11 05:57:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 05:57:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 05:57:03] Production.INFO: ==18276== Lock acquired, processing the job...
[2026-09-11 05:57:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 05:57:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 05:57:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 05:57:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 05:57:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 05:57:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 05:57:03] Production.INFO: Account Balance Start.
[2026-09-11 05:57:03] Production.INFO: CreateAllLog Start
[2026-09-11 05:57:03] Production.INFO: 117
[2026-09-11 05:57:03] Production.INFO: Date 2026-09-08
[2026-09-11 05:57:03] Production.INFO: Reseller ==> 0
[2026-09-11 05:57:03] Production.INFO: Date 2026-09-09
[2026-09-11 05:57:03] Production.INFO: Reseller ==> 0
[2026-09-11 05:57:03] Production.INFO: Date 2026-09-10
[2026-09-11 05:57:03] Production.INFO: Reseller ==> 0
[2026-09-11 05:57:04] Production.INFO: Date 2026-09-11
[2026-09-11 05:57:04] Production.INFO: Reseller ==> 0
[2026-09-11 05:57:04] Production.INFO: Total Charge 0
[2026-09-11 05:57:04] Production.INFO: CreateAllLog End
[2026-09-11 05:57:04] Production.INFO: Account Balance End.
[2026-09-11 05:57:04] Production.ERROR: CronJobId end 12
[2026-09-11 05:57:04] Production.INFO: ==18276== Releasing lock...
[2026-09-11 05:57:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 05:57:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 05:57:04] Production.INFO: ==18272== Releasing lock...
[2026-09-11 05:57:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 05:57:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 05:57:11] Production.ERROR: CronJobId end10
[2026-09-11 05:57:11] Production.INFO: ==18274== Releasing lock...
[2026-09-11 05:57:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 05:57:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 05:57:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 05:57:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 05:57:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 05:57:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 05:57:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 05:57:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 05:57:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 05:57:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 05:57:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 05:57:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 05:57:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 05:57:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 05:57:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 05:57:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 05:57:14] Production.INFO: call_cost start
[2026-09-11 05:57:14] Production.INFO: call_cost end
[2026-09-11 05:57:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 05:57:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 05:57:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 05:57:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 05:57:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 05:57:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 05:57:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 05:57:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 05:57:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 05:57:14] Production.INFO: ==18270== Releasing lock...
[2026-09-11 05:57:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 05:57:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 10:58:01] Production.INFO: ==18341== Lock acquired, processing the job...
[2026-09-11 10:58:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 10:58:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 10:58:01] Production.INFO: neon service started
[2026-09-11 10:58:01] Production.INFO: neon service started
[2026-09-11 10:58:01] Production.INFO: ==18341== Releasing lock...
[2026-09-11 10:58:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 10:58:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 05:58:02] Production.INFO: ==18343== Lock acquired, processing the job...
[2026-09-11 05:58:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 09:58:02] Production.INFO: ==18345== Lock acquired, processing the job...
[2026-09-11 09:58:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 09:58:02] Production.INFO: ==18345== Releasing lock...
[2026-09-11 09:58:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 09:58:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 05:58:02] Production.INFO: ==18343== Releasing lock...
[2026-09-11 05:58:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 05:58:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 05:58:03] Production.INFO: ==18352== Lock acquired, processing the job...
[2026-09-11 05:58:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 05:58:03] Production.INFO: ==18348== Lock acquired, processing the job...
[2026-09-11 05:58:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 05:58:03] Production.INFO: ==18350== Lock acquired, processing the job...
[2026-09-11 05:58:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 05:58:03] Production.INFO: ==18354== Lock acquired, processing the job...
[2026-09-11 05:58:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 05:58:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 05:58:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 05:58:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 05:58:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 05:58:03] Production.INFO: Account Balance Start.
[2026-09-11 05:58:03] Production.INFO: CreateAllLog Start
[2026-09-11 05:58:03] Production.INFO: ==18356== Lock acquired, processing the job...
[2026-09-11 05:58:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 05:58:03] Production.INFO: 117
[2026-09-11 05:58:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 05:58:03] Production.INFO: Date 2026-09-08
[2026-09-11 05:58:03] Production.INFO: Reseller ==> 0
[2026-09-11 05:58:03] Production.INFO: Date 2026-09-09
[2026-09-11 05:58:03] Production.INFO: Reseller ==> 0
[2026-09-11 05:58:03] Production.INFO: Date 2026-09-10
[2026-09-11 05:58:03] Production.INFO: Reseller ==> 0
[2026-09-11 05:58:03] Production.INFO: Date 2026-09-11
[2026-09-11 05:58:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 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-09-11 05:58:03] Production.INFO: ==18356== Releasing lock...
[2026-09-11 05:58:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 05:58:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 05:58:03] Production.INFO: Total Charge 0
[2026-09-11 05:58:03] Production.INFO: CreateAllLog End
[2026-09-11 05:58:03] Production.INFO: Account Balance End.
[2026-09-11 05:58:04] Production.ERROR: CronJobId end 12
[2026-09-11 05:58:04] Production.INFO: ==18354== Releasing lock...
[2026-09-11 05:58:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 05:58:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 05:58:04] Production.INFO: ==18350== Releasing lock...
[2026-09-11 05:58:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 05:58:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 05:58:11] Production.ERROR: CronJobId end10
[2026-09-11 05:58:11] Production.INFO: ==18352== Releasing lock...
[2026-09-11 05:58:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 05:58:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 05:58:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 05:58:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 05:58:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 05:58:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 05:58:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 05:58:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 05:58:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 05:58:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 05:58:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 05:58:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 05:58:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 05:58:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 05:58:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 05:58:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 05:58:14] Production.INFO: call_cost start
[2026-09-11 05:58:14] Production.INFO: call_cost end
[2026-09-11 05:58:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 05:58:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 05:58:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 05:58:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 05:58:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 05:58:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 05:58:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 05:58:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 05:58:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 05:58:14] Production.INFO: ==18348== Releasing lock...
[2026-09-11 05:58:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 05:58:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 10:59:01] Production.INFO: ==18422== Lock acquired, processing the job...
[2026-09-11 10:59:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 10:59:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 10:59:02] Production.INFO: neon service started
[2026-09-11 10:59:02] Production.INFO: neon service started
[2026-09-11 10:59:02] Production.INFO: ==18422== Releasing lock...
[2026-09-11 10:59:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 10:59:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 05:59:02] Production.INFO: ==18424== Lock acquired, processing the job...
[2026-09-11 05:59:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 05:59:02] Production.INFO: ==18424== Releasing lock...
[2026-09-11 05:59:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 05:59:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 09:59:03] Production.INFO: ==18426== Lock acquired, processing the job...
[2026-09-11 09:59:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 09:59:03] Production.INFO: ==18426== Releasing lock...
[2026-09-11 09:59:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 09:59:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 05:59:03] Production.INFO: ==18428== Lock acquired, processing the job...
[2026-09-11 05:59:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 05:59:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 05:59:03] Production.INFO: ==18432== Lock acquired, processing the job...
[2026-09-11 05:59:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 05:59:03] Production.INFO: ==18434== Lock acquired, processing the job...
[2026-09-11 05:59:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 05:59:03] Production.INFO: Account Balance Start.
[2026-09-11 05:59:03] Production.INFO: CreateAllLog Start
[2026-09-11 05:59:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 05:59:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 05:59:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 05:59:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 05:59:03] Production.INFO: 117
[2026-09-11 05:59:03] Production.INFO: Date 2026-09-08
[2026-09-11 05:59:03] Production.INFO: Reseller ==> 0
[2026-09-11 05:59:03] Production.INFO: Date 2026-09-09
[2026-09-11 05:59:03] Production.INFO: ==18430== Lock acquired, processing the job...
[2026-09-11 05:59:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 05:59:03] Production.INFO: Reseller ==> 0
[2026-09-11 05:59:03] Production.INFO: Date 2026-09-10
[2026-09-11 05:59:03] Production.INFO: Reseller ==> 0
[2026-09-11 05:59:03] Production.INFO: Date 2026-09-11
[2026-09-11 05:59:03] Production.INFO: Reseller ==> 0
[2026-09-11 05:59:03] Production.INFO: Total Charge 0
[2026-09-11 05:59:03] Production.INFO: CreateAllLog End
[2026-09-11 05:59:03] Production.INFO: ==18436== Lock acquired, processing the job...
[2026-09-11 05:59:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 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-09-11 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-09-11 05:59:04] Production.INFO: Account Balance End.
[2026-09-11 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-09-11 05:59:04] Production.INFO: ==18436== Releasing lock...
[2026-09-11 05:59:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 05:59:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 05:59:04] Production.ERROR: CronJobId end 12
[2026-09-11 05:59:04] Production.INFO: ==18434== Releasing lock...
[2026-09-11 05:59:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 05:59:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 05:59:04] Production.INFO: ==18430== Releasing lock...
[2026-09-11 05:59:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 05:59:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 05:59:11] Production.ERROR: CronJobId end10
[2026-09-11 05:59:11] Production.INFO: ==18432== Releasing lock...
[2026-09-11 05:59:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 05:59:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 05:59:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 05:59:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 05:59:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 05:59:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 05:59:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 05:59:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 05:59:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 05:59:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 05:59:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 05:59:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 05:59:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 05:59:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 05:59:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 05:59:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 05:59:15] Production.INFO: call_cost start
[2026-09-11 05:59:15] Production.INFO: call_cost end
[2026-09-11 05:59:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 05:59:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 05:59:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 05:59:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 05:59:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 05:59:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 05:59:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 05:59:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 05:59:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 05:59:15] Production.INFO: ==18428== Releasing lock...
[2026-09-11 05:59:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 05:59:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 11:00:01] Production.INFO: ==18499== Lock acquired, processing the job...
[2026-09-11 11:00:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 11:00:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 11:00:01] Production.INFO: neon service started
[2026-09-11 11:00:01] Production.INFO: neon service started
[2026-09-11 11:00:01] Production.INFO: ==18499== Releasing lock...
[2026-09-11 11:00:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 11:00:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 06:00:02] Production.INFO: ==18501== Lock acquired, processing the job...
[2026-09-11 06:00:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 10:00:02] Production.INFO: ==18503== Lock acquired, processing the job...
[2026-09-11 10:00:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 10:00:02] Production.INFO: ==18503== Releasing lock...
[2026-09-11 10:00:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 10:00:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 06:00:02] Production.INFO: ==18501== Releasing lock...
[2026-09-11 06:00:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 06:00:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 06:00:03] Production.INFO: ==18506== Lock acquired, processing the job...
[2026-09-11 06:00:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 06:00:03] Production.INFO: ==18510== Lock acquired, processing the job...
[2026-09-11 06:00:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 06:00:03] Production.INFO: ==18508== Lock acquired, processing the job...
[2026-09-11 06:00:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 06:00:03] Production.INFO: ==18514== Lock acquired, processing the job...
[2026-09-11 06:00:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 06:00:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 06:00:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 06:00:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 06:00:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 06:00:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 06:00:03] Production.INFO: ==18512== Lock acquired, processing the job...
[2026-09-11 06:00:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 06:00:03] Production.INFO: Account Balance Start.
[2026-09-11 06:00:03] Production.INFO: CreateAllLog Start
[2026-09-11 06: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-09-11 06:00:03] Production.INFO: 117
[2026-09-11 06: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-09-11 06:00:03] Production.INFO: Date 2026-09-08
[2026-09-11 06:00:03] Production.INFO: Reseller ==> 0
[2026-09-11 06: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-09-11 06:00:03] Production.INFO: Date 2026-09-09
[2026-09-11 06:00:03] Production.INFO: Reseller ==> 0
[2026-09-11 06:00:03] Production.INFO: ==18514== Releasing lock...
[2026-09-11 06:00:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 06:00:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 06:00:03] Production.INFO: Date 2026-09-10
[2026-09-11 06:00:03] Production.INFO: Reseller ==> 0
[2026-09-11 06:00:03] Production.INFO: Date 2026-09-11
[2026-09-11 06:00:03] Production.INFO: Reseller ==> 0
[2026-09-11 06:00:03] Production.INFO: Total Charge 0
[2026-09-11 06:00:03] Production.INFO: CreateAllLog End
[2026-09-11 06:00:03] Production.INFO: Account Balance End.
[2026-09-11 06:00:03] Production.ERROR: CronJobId end 12
[2026-09-11 06:00:03] Production.INFO: ==18512== Releasing lock...
[2026-09-11 06:00:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 06:00:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 06:00:04] Production.INFO: ==18508== Releasing lock...
[2026-09-11 06:00:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 06:00:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 06:00:11] Production.ERROR: CronJobId end10
[2026-09-11 06:00:11] Production.INFO: ==18510== Releasing lock...
[2026-09-11 06:00:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 06:00:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 06:00:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 06:00:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 06:00:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 06:00:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 06:00:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 06:00:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 06:00:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 06:00:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 06:00:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 06:00:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 06:00:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 06:00:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 06:00:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 06:00:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 06:00:13] Production.INFO: call_cost start
[2026-09-11 06:00:13] Production.INFO: call_cost end
[2026-09-11 06:00:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 06:00:13] Production.INFO: ============== Report Schedule START===========
[2026-09-11 06:00:13] Production.INFO: ============== Report Schedule END===========
[2026-09-11 06:00:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 06:00:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 06:00:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 06:00:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 06:00:13] Production.INFO: ============== Deal alert START===========
[2026-09-11 06:00:13] Production.INFO: ============== Deal alert END===========
[2026-09-11 06:00:13] Production.INFO: ==18506== Releasing lock...
[2026-09-11 06:00:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 06:00:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 11:01:01] Production.INFO: ==18579== Lock acquired, processing the job...
[2026-09-11 11:01:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 11:01:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 11:01:01] Production.INFO: neon service started
[2026-09-11 11:01:01] Production.INFO: neon service started
[2026-09-11 11:01:01] Production.INFO: ==18579== Releasing lock...
[2026-09-11 11:01:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 11:01:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 10:01:02] Production.INFO: ==18594== Lock acquired, processing the job...
[2026-09-11 10:01:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 06:01:02] Production.INFO: ==18592== Lock acquired, processing the job...
[2026-09-11 06:01:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 10:01:02] Production.INFO: ==18594== Releasing lock...
[2026-09-11 10:01:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 10:01:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 06:01:02] Production.INFO: ==18592== Releasing lock...
[2026-09-11 06:01:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 06:01:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 06:01:03] Production.INFO: ==18597== Lock acquired, processing the job...
[2026-09-11 06:01:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 06:01:03] Production.INFO: ==18599== Lock acquired, processing the job...
[2026-09-11 06:01:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 06:01:03] Production.INFO: ==18603== Lock acquired, processing the job...
[2026-09-11 06:01:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 06:01:03] Production.INFO: ==18601== Lock acquired, processing the job...
[2026-09-11 06:01:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 06:01:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 06:01:03] Production.INFO: ==18605== Lock acquired, processing the job...
[2026-09-11 06:01:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 06:01:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 06:01:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 06:01:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 06:01:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 06:01:03] Production.INFO: Account Balance Start.
[2026-09-11 06:01:03] Production.INFO: CreateAllLog Start
[2026-09-11 06:01:03] Production.INFO: 117
[2026-09-11 06:01:03] Production.INFO: Date 2026-09-08
[2026-09-11 06: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-09-11 06:01:03] Production.INFO: Reseller ==> 0
[2026-09-11 06: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-09-11 06: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-09-11 06:01:03] Production.INFO: Date 2026-09-09
[2026-09-11 06:01:03] Production.INFO: Reseller ==> 0
[2026-09-11 06:01:03] Production.INFO: ==18605== Releasing lock...
[2026-09-11 06:01:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 06:01:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 06:01:03] Production.INFO: Date 2026-09-10
[2026-09-11 06:01:03] Production.INFO: Reseller ==> 0
[2026-09-11 06:01:03] Production.INFO: Date 2026-09-11
[2026-09-11 06:01:03] Production.INFO: Reseller ==> 0
[2026-09-11 06:01:03] Production.INFO: Total Charge 0
[2026-09-11 06:01:04] Production.INFO: CreateAllLog End
[2026-09-11 06:01:04] Production.INFO: Account Balance End.
[2026-09-11 06:01:04] Production.ERROR: CronJobId end 12
[2026-09-11 06:01:04] Production.INFO: ==18603== Releasing lock...
[2026-09-11 06:01:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 06:01:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 06:01:04] Production.INFO: ==18599== Releasing lock...
[2026-09-11 06:01:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 06:01:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 06:01:12] Production.ERROR: CronJobId end10
[2026-09-11 06:01:12] Production.INFO: ==18601== Releasing lock...
[2026-09-11 06:01:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 06:01:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 06:01:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 06:01:15] Production.INFO: ============== Balance Warning START===========
[2026-09-11 06:01:15] Production.INFO: ============== Balance Warning END===========
[2026-09-11 06:01:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 06:01:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 06:01:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 06:01:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 06:01:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 06:01:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 06:01:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 06:01:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 06:01:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 06:01:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 06:01:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 06:01:15] Production.INFO: call_cost start
[2026-09-11 06:01:15] Production.INFO: call_cost end
[2026-09-11 06:01:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 06:01:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 06:01:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 06:01:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 06:01:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 06:01:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 06:01:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 06:01:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 06:01:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 06:01:15] Production.INFO: ==18597== Releasing lock...
[2026-09-11 06:01:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 06:01:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 11:02:02] Production.INFO: ==18663== Lock acquired, processing the job...
[2026-09-11 11:02:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 11:02:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 11:02:02] Production.INFO: neon service started
[2026-09-11 11:02:02] Production.INFO: neon service started
[2026-09-11 11:02:02] Production.INFO: ==18663== Releasing lock...
[2026-09-11 11:02:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 11:02:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 10:02:02] Production.INFO: ==18667== Lock acquired, processing the job...
[2026-09-11 10:02:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 10:02:02] Production.INFO: ==18667== Releasing lock...
[2026-09-11 10:02:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 10:02:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 06:02:02] Production.INFO: ==18665== Lock acquired, processing the job...
[2026-09-11 06:02:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 06:02:03] Production.INFO: ==18665== Releasing lock...
[2026-09-11 06:02:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 06:02:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 06:02:03] Production.INFO: ==18675== Lock acquired, processing the job...
[2026-09-11 06:02:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 06:02:03] Production.INFO: ==18679== Lock acquired, processing the job...
[2026-09-11 06:02:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 06:02:04] Production.INFO: ==18669== Lock acquired, processing the job...
[2026-09-11 06:02:04] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 06: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-09-11 06:02:04] Production.INFO: Account Balance Start.
[2026-09-11 06:02:04] Production.INFO: CreateAllLog Start
[2026-09-11 06:02:04] Production.INFO: 117
[2026-09-11 06: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-09-11 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:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-09-11 06:02:04] Production.INFO: Date 2026-09-08
[2026-09-11 06:02:04] Production.INFO: Reseller ==> 0
[2026-09-11 06:02:04] Production.INFO: ==18679== Releasing lock...
[2026-09-11 06:02:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 06:02:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 06:02:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 06:02:04] Production.INFO: Date 2026-09-09
[2026-09-11 06:02:04] Production.INFO: Reseller ==> 0
[2026-09-11 06:02:04] Production.INFO: ==18671== Lock acquired, processing the job...
[2026-09-11 06:02:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 06:02:04] Production.INFO: ==18673== Lock acquired, processing the job...
[2026-09-11 06:02:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 06:02:04] Production.INFO: ==18677== Lock acquired, processing the job...
[2026-09-11 06:02:04] Production.INFO: pbxaccountusage-command-pbxaccountusage-companyid-1-cronjobid-16 #Starts#
[2026-09-11 06:02:04] Production.INFO: Date 2026-09-10
[2026-09-11 06:02:04] Production.INFO: Reseller ==> 0
[2026-09-11 06:02:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 06:02:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 06:02:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 06:02:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 06:02:04] Production.INFO: Date 2026-09-11
[2026-09-11 06:02:04] Production.INFO: Reseller ==> 0
[2026-09-11 06:02:04] Production.ERROR: tblTempUsageDetail_20
[2026-09-11 06:02:04] Production.INFO: Total Charge 0
[2026-09-11 06:02:04] Production.INFO: CreateAllLog End
[2026-09-11 06:02:04] Production.INFO: Account Balance End.
[2026-09-11 06:02:04] Production.ERROR: CronJobId end 12
[2026-09-11 06:02:04] Production.INFO: ==18675== Releasing lock...
[2026-09-11 06:02:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 06:02:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 06:02:04] Production.ERROR: done
[2026-09-11 06:02:04] Production.ERROR: tblTempVendorCDR_20
[2026-09-11 06:02:05] Production.ERROR: done
[2026-09-11 06: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-09-11 06: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-09-11 06: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-09-11 06: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-09-11 06:02:05] Production.INFO: ==18677== Releasing lock...
[2026-09-11 06:02:05] Production.INFO: pbxaccountusage-command-pbxaccountusage-companyid-1-cronjobid-16 #Stops#
[2026-09-11 06:02:05] Production.INFO: 27.25 MB #Memory Used#
[2026-09-11 06:02:05] Production.INFO: ==18671== Releasing lock...
[2026-09-11 06:02:05] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 06:02:05] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 06:02:12] Production.ERROR: CronJobId end10
[2026-09-11 06:02:12] Production.INFO: ==18673== Releasing lock...
[2026-09-11 06:02:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 06:02:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 06:02:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 06:02:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 06:02:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 06:02:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 06:02:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 06:02:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 06:02:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 06:02:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 06:02:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 06:02:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 06:02:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 06:02:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 06:02:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 06:02:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 06:02:14] Production.INFO: call_cost start
[2026-09-11 06:02:14] Production.INFO: call_cost end
[2026-09-11 06:02:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 06:02:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 06:02:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 06:02:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 06:02:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 06:02:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 06:02:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 06:02:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 06:02:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 06:02:14] Production.INFO: ==18669== Releasing lock...
[2026-09-11 06:02:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 06:02:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 11:03:01] Production.INFO: ==18741== Lock acquired, processing the job...
[2026-09-11 11:03:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 11:03:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 11:03:01] Production.INFO: neon service started
[2026-09-11 11:03:01] Production.INFO: neon service started
[2026-09-11 11:03:01] Production.INFO: ==18741== Releasing lock...
[2026-09-11 11:03:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 11:03:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 06:03:02] Production.INFO: ==18743== Lock acquired, processing the job...
[2026-09-11 06:03:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 06:03:02] Production.INFO: ==18743== Releasing lock...
[2026-09-11 06:03:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 06:03:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 10:03:02] Production.INFO: ==18745== Lock acquired, processing the job...
[2026-09-11 10:03:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 10:03:02] Production.INFO: ==18745== Releasing lock...
[2026-09-11 10:03:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 10:03:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 06:03:03] Production.INFO: ==18748== Lock acquired, processing the job...
[2026-09-11 06:03:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 06:03:03] Production.INFO: ==18750== Lock acquired, processing the job...
[2026-09-11 06:03:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 06:03:03] Production.INFO: ==18752== Lock acquired, processing the job...
[2026-09-11 06:03:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 06:03:03] Production.INFO: ==18756== Lock acquired, processing the job...
[2026-09-11 06:03:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 06:03:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 06:03:03] Production.INFO: ==18754== Lock acquired, processing the job...
[2026-09-11 06:03:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 06:03:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 06:03:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 06:03:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 06:03:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 06:03:03] Production.INFO: Account Balance Start.
[2026-09-11 06:03:03] Production.INFO: CreateAllLog Start
[2026-09-11 06:03:03] Production.INFO: 117
[2026-09-11 06:03:03] Production.INFO: Date 2026-09-08
[2026-09-11 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-09-11 06:03:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 06: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-09-11 06:03:03] Production.INFO: ==18756== Releasing lock...
[2026-09-11 06:03:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 06:03:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 06:03:03] Production.INFO: Date 2026-09-09
[2026-09-11 06:03:03] Production.INFO: Reseller ==> 0
[2026-09-11 06:03:03] Production.INFO: Date 2026-09-10
[2026-09-11 06:03:03] Production.INFO: Reseller ==> 0
[2026-09-11 06:03:03] Production.INFO: Date 2026-09-11
[2026-09-11 06:03:03] Production.INFO: Reseller ==> 0
[2026-09-11 06:03:03] Production.INFO: Total Charge 0
[2026-09-11 06:03:03] Production.INFO: CreateAllLog End
[2026-09-11 06:03:03] Production.INFO: Account Balance End.
[2026-09-11 06:03:03] Production.ERROR: CronJobId end 12
[2026-09-11 06:03:03] Production.INFO: ==18754== Releasing lock...
[2026-09-11 06:03:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 06:03:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 06:03:04] Production.INFO: ==18750== Releasing lock...
[2026-09-11 06:03:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 06:03:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 06:03:11] Production.ERROR: CronJobId end10
[2026-09-11 06:03:11] Production.INFO: ==18752== Releasing lock...
[2026-09-11 06:03:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 06:03:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 06:03:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 06:03:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 06:03:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 06:03:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 06:03:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 06:03:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 06:03:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 06:03:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 06:03:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 06:03:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 06:03:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 06:03:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 06:03:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 06:03:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 06:03:13] Production.INFO: call_cost start
[2026-09-11 06:03:13] Production.INFO: call_cost end
[2026-09-11 06:03:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 06:03:13] Production.INFO: ============== Report Schedule START===========
[2026-09-11 06:03:13] Production.INFO: ============== Report Schedule END===========
[2026-09-11 06:03:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 06:03:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 06:03:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 06:03:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 06:03:13] Production.INFO: ============== Deal alert START===========
[2026-09-11 06:03:13] Production.INFO: ============== Deal alert END===========
[2026-09-11 06:03:13] Production.INFO: ==18748== Releasing lock...
[2026-09-11 06:03:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 06:03:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 11:04:02] Production.INFO: ==18822== Lock acquired, processing the job...
[2026-09-11 11:04:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 11:04:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 11:04:02] Production.INFO: neon service started
[2026-09-11 11:04:02] Production.INFO: neon service started
[2026-09-11 11:04:02] Production.INFO: ==18822== Releasing lock...
[2026-09-11 11:04:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 11:04:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 06:04:02] Production.INFO: ==18824== Lock acquired, processing the job...
[2026-09-11 06:04:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 06:04:02] Production.INFO: ==18824== Releasing lock...
[2026-09-11 06:04:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 06:04:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 10:04:03] Production.INFO: ==18826== Lock acquired, processing the job...
[2026-09-11 10:04:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 10:04:03] Production.INFO: ==18826== Releasing lock...
[2026-09-11 10:04:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 10:04:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 06:04:03] Production.INFO: ==18828== Lock acquired, processing the job...
[2026-09-11 06:04:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 06:04:03] Production.INFO: ==18830== Lock acquired, processing the job...
[2026-09-11 06:04:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 06:04:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 06:04:03] Production.INFO: ==18837== Lock acquired, processing the job...
[2026-09-11 06:04:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 06:04:03] Production.INFO: ==18832== Lock acquired, processing the job...
[2026-09-11 06:04:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 06:04:04] Production.INFO: ==18834== Lock acquired, processing the job...
[2026-09-11 06:04:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 06: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-09-11 06: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-09-11 06: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-09-11 06:04:04] Production.INFO: ==18837== Releasing lock...
[2026-09-11 06:04:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 06:04:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 06:04:04] Production.INFO: Account Balance Start.
[2026-09-11 06:04:04] Production.INFO: CreateAllLog Start
[2026-09-11 06:04:04] Production.INFO: 117
[2026-09-11 06:04:04] Production.INFO: Date 2026-09-08
[2026-09-11 06:04:04] Production.INFO: Reseller ==> 0
[2026-09-11 06:04:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 06:04:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 06:04:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 06:04:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 06:04:04] Production.INFO: Date 2026-09-09
[2026-09-11 06:04:04] Production.INFO: Reseller ==> 0
[2026-09-11 06:04:04] Production.INFO: Date 2026-09-10
[2026-09-11 06:04:04] Production.INFO: Reseller ==> 0
[2026-09-11 06:04:04] Production.INFO: Date 2026-09-11
[2026-09-11 06:04:04] Production.INFO: Reseller ==> 0
[2026-09-11 06:04:04] Production.INFO: ==18830== Releasing lock...
[2026-09-11 06:04:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 06:04:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 06:04:04] Production.INFO: Total Charge 0
[2026-09-11 06:04:04] Production.INFO: CreateAllLog End
[2026-09-11 06:04:04] Production.INFO: Account Balance End.
[2026-09-11 06:04:04] Production.ERROR: CronJobId end 12
[2026-09-11 06:04:04] Production.INFO: ==18834== Releasing lock...
[2026-09-11 06:04:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 06:04:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 06:04:13] Production.ERROR: CronJobId end10
[2026-09-11 06:04:13] Production.INFO: ==18832== Releasing lock...
[2026-09-11 06:04:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 06:04:13] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 06:04:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 06:04:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 06:04:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 06:04:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 06:04:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 06:04:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 06:04:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 06:04:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 06:04:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 06:04:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 06:04:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 06:04:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 06:04:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 06:04:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 06:04:15] Production.INFO: call_cost start
[2026-09-11 06:04:15] Production.INFO: call_cost end
[2026-09-11 06:04:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 06:04:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 06:04:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 06:04:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 06:04:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 06:04:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 06:04:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 06:04:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 06:04:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 06:04:15] Production.INFO: ==18828== Releasing lock...
[2026-09-11 06:04:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 06:04:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 11:05:01] Production.INFO: ==18901== Lock acquired, processing the job...
[2026-09-11 11:05:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 11:05:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 11:05:01] Production.INFO: neon service started
[2026-09-11 11:05:01] Production.INFO: neon service started
[2026-09-11 11:05:01] Production.INFO: ==18901== Releasing lock...
[2026-09-11 11:05:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 11:05:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 06:05:01] Production.INFO: ==18903== Lock acquired, processing the job...
[2026-09-11 06:05:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 06:05:02] Production.INFO: ==18903== Releasing lock...
[2026-09-11 06:05:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 06:05:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 10:05:02] Production.INFO: ==18905== Lock acquired, processing the job...
[2026-09-11 10:05:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 10:05:02] Production.INFO: ==18905== Releasing lock...
[2026-09-11 10:05:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 10:05:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 06:05:03] Production.INFO: ==18913== Lock acquired, processing the job...
[2026-09-11 06:05:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 06:05:03] Production.INFO: ==18907== Lock acquired, processing the job...
[2026-09-11 06:05:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-11 06:05:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 06:05:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 06:05:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 06:05:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 06:05:03] Production.ERROR: ========================== active cronjob start =============================
[2026-09-11 06:05:03] Production.INFO: ==18919== Lock acquired, processing the job...
[2026-09-11 06:05:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 06:05:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-11 06:05:03] Production.ERROR: CronJob PID - 18913
[2026-09-11 06:05:03] Production.ERROR: CronJob Title - Create Customer Summary Live
[2026-09-11 06:05:03] Production.ERROR: CronJob ID - 10
[2026-09-11 06:05:03] Production.ERROR: CronJob Last Run Time 2026-09-11 06:05:00
[2026-09-11 06:05:03] Production.ERROR: CronJob Active Minutes 0
[2026-09-11 06:05:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-11 06:05:03] Production.ERROR: ========================== active cronjob end =============================
[2026-09-11 06:05:03] Production.INFO: ==18907== Releasing lock...
[2026-09-11 06:05:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-11 06:05:03] Production.INFO: 25.5 MB #Memory Used#
[2026-09-11 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-09-11 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-09-11 06:05:03] Production.INFO: ==18911== Lock acquired, processing the job...
[2026-09-11 06:05:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 06:05:03] Production.INFO: ==18909== Lock acquired, processing the job...
[2026-09-11 06:05:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 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-09-11 06:05:03] Production.INFO: ==18919== Releasing lock...
[2026-09-11 06:05:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 06:05:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 06:05:03] Production.INFO: ==18915== Lock acquired, processing the job...
[2026-09-11 06:05:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 06:05:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 06:05:03] Production.INFO: ==18917== Lock acquired, processing the job...
[2026-09-11 06:05:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-11 06:05:03] Production.INFO: Account Balance Start.
[2026-09-11 06:05:03] Production.INFO: CreateAllLog Start
[2026-09-11 06:05:03] Production.ERROR: tblTempUsageDetail_20
[2026-09-11 06:05:03] Production.INFO: 117
[2026-09-11 06:05:03] Production.INFO: Date 2026-09-08
[2026-09-11 06:05:03] Production.INFO: Reseller ==> 0
[2026-09-11 06:05:03] Production.INFO: Date 2026-09-09
[2026-09-11 06:05:03] Production.INFO: Reseller ==> 0
[2026-09-11 06:05:03] Production.INFO: Date 2026-09-10
[2026-09-11 06:05:03] Production.INFO: Reseller ==> 0
[2026-09-11 06:05:03] Production.INFO: Date 2026-09-11
[2026-09-11 06:05:03] Production.INFO: Reseller ==> 0
[2026-09-11 06:05:03] Production.INFO: Total Charge 0
[2026-09-11 06:05:03] Production.INFO: CreateAllLog End
[2026-09-11 06:05:04] Production.ERROR: done
[2026-09-11 06:05:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-11 06:05:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17982851', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) start
[2026-09-11 06:05:04] Production.INFO: Account Balance End.
[2026-09-11 06:05:04] Production.ERROR: CronJobId end 12
[2026-09-11 06:05:04] Production.INFO: ==18915== Releasing lock...
[2026-09-11 06:05:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 06:05:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 06:05:04] Production.INFO: ==18911== Releasing lock...
[2026-09-11 06:05:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 06:05:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 06:05:11] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17982851', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) end
[2026-09-11 06:05:11] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-11 06:05:11] Production.INFO: ProcessCDR(1,17982851,1,1,2)
[2026-09-11 06:05:11] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17982851,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 06:05:11] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17982851,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 06:05:11] Production.ERROR: pbx prc_insertCDR start
[2026-09-11 06:05:11] Production.ERROR: pbx prc_insertCDR end
[2026-09-11 06:05:11] Production.INFO: ==18917== Releasing lock...
[2026-09-11 06:05:11] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-11 06:05:11] Production.INFO: 26 MB #Memory Used#
[2026-09-11 06:05:14] Production.ERROR: CronJobId end10
[2026-09-11 06:05:14] Production.INFO: ==18913== Releasing lock...
[2026-09-11 06:05:14] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 06:05:14] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 06:05:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 06:05:16] Production.INFO: ============== Balance Warning START===========
[2026-09-11 06:05:16] Production.INFO: ============== Balance Warning END===========
[2026-09-11 06:05:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 06:05:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 06:05:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 06:05:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 06:05:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 06:05:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 06:05:16] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 06:05:16] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 06:05:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 06:05:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 06:05:16] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 06:05:17] Production.INFO: call_cost start
[2026-09-11 06:05:17] Production.INFO: call_cost end
[2026-09-11 06:05:17] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 06:05:17] Production.INFO: ============== Report Schedule START===========
[2026-09-11 06:05:17] Production.INFO: ============== Report Schedule END===========
[2026-09-11 06:05:17] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 06:05:17] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 06:05:17] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 06:05:17] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 06:05:17] Production.INFO: ============== Deal alert START===========
[2026-09-11 06:05:17] Production.INFO: ============== Deal alert END===========
[2026-09-11 06:05:17] Production.INFO: ==18909== Releasing lock...
[2026-09-11 06:05:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 06:05:17] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 11:06:02] Production.INFO: ==18986== Lock acquired, processing the job...
[2026-09-11 11:06:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 11:06:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 11:06:02] Production.INFO: neon service started
[2026-09-11 11:06:02] Production.INFO: neon service started
[2026-09-11 11:06:02] Production.INFO: ==18986== Releasing lock...
[2026-09-11 11:06:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 11:06:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 06:06:02] Production.INFO: ==18988== Lock acquired, processing the job...
[2026-09-11 06:06:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 10:06:02] Production.INFO: ==18990== Lock acquired, processing the job...
[2026-09-11 10:06:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 10:06:02] Production.INFO: ==18990== Releasing lock...
[2026-09-11 10:06:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 10:06:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 06:06:02] Production.INFO: ==18988== Releasing lock...
[2026-09-11 06:06:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 06:06:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 06:06:03] Production.INFO: ==18993== Lock acquired, processing the job...
[2026-09-11 06:06:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 06:06:03] Production.INFO: ==18997== Lock acquired, processing the job...
[2026-09-11 06:06:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 06:06:03] Production.INFO: ==18995== Lock acquired, processing the job...
[2026-09-11 06:06:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 06:06:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 06:06:03] Production.INFO: ==18999== Lock acquired, processing the job...
[2026-09-11 06:06:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 06:06:03] Production.INFO: ==19001== Lock acquired, processing the job...
[2026-09-11 06:06:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 06:06:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 06:06:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 06:06:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 06:06:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 06:06:04] Production.INFO: Account Balance Start.
[2026-09-11 06:06:04] Production.INFO: CreateAllLog Start
[2026-09-11 06:06:04] Production.INFO: 117
[2026-09-11 06:06:04] Production.INFO: Date 2026-09-08
[2026-09-11 06: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-09-11 06:06:04] Production.INFO: Reseller ==> 0
[2026-09-11 06: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-09-11 06: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-09-11 06:06:04] Production.INFO: Date 2026-09-09
[2026-09-11 06:06:04] Production.INFO: Reseller ==> 0
[2026-09-11 06:06:04] Production.INFO: ==19001== Releasing lock...
[2026-09-11 06:06:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 06:06:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 06:06:04] Production.INFO: Date 2026-09-10
[2026-09-11 06:06:04] Production.INFO: Reseller ==> 0
[2026-09-11 06:06:04] Production.INFO: Date 2026-09-11
[2026-09-11 06:06:04] Production.INFO: Reseller ==> 0
[2026-09-11 06:06:04] Production.INFO: Total Charge 0
[2026-09-11 06:06:04] Production.INFO: CreateAllLog End
[2026-09-11 06:06:04] Production.INFO: Account Balance End.
[2026-09-11 06:06:04] Production.ERROR: CronJobId end 12
[2026-09-11 06:06:04] Production.INFO: ==18999== Releasing lock...
[2026-09-11 06:06:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 06:06:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 06:06:04] Production.INFO: ==18995== Releasing lock...
[2026-09-11 06:06:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 06:06:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 06:06:12] Production.ERROR: CronJobId end10
[2026-09-11 06:06:12] Production.INFO: ==18997== Releasing lock...
[2026-09-11 06:06:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 06:06:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 06:06:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 06:06:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 06:06:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 06:06:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 06:06:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 06:06:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 06:06:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 06:06:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 06:06:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 06:06:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 06:06:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 06:06:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 06:06:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 06:06:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 06:06:14] Production.INFO: call_cost start
[2026-09-11 06:06:14] Production.INFO: call_cost end
[2026-09-11 06:06:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 06:06:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 06:06:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 06:06:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 06:06:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 06:06:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 06:06:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 06:06:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 06:06:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 06:06:14] Production.INFO: ==18993== Releasing lock...
[2026-09-11 06:06:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 06:06:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 11:07:01] Production.INFO: ==19060== Lock acquired, processing the job...
[2026-09-11 11:07:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 11:07:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 11:07:01] Production.INFO: neon service started
[2026-09-11 11:07:01] Production.INFO: neon service started
[2026-09-11 11:07:01] Production.INFO: ==19060== Releasing lock...
[2026-09-11 11:07:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 11:07:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 06:07:02] Production.INFO: ==19062== Lock acquired, processing the job...
[2026-09-11 06:07:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 10:07:02] Production.INFO: ==19064== Lock acquired, processing the job...
[2026-09-11 10:07:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 10:07:02] Production.INFO: ==19064== Releasing lock...
[2026-09-11 10:07:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 10:07:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 06:07:02] Production.INFO: ==19062== Releasing lock...
[2026-09-11 06:07:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 06:07:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 06:07:03] Production.INFO: ==19067== Lock acquired, processing the job...
[2026-09-11 06:07:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 06:07:03] Production.INFO: ==19069== Lock acquired, processing the job...
[2026-09-11 06:07:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 06:07:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 06:07:03] Production.INFO: ==19073== Lock acquired, processing the job...
[2026-09-11 06:07:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 06:07:03] Production.INFO: ==19071== Lock acquired, processing the job...
[2026-09-11 06:07:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 06:07:03] Production.INFO: ==19075== Lock acquired, processing the job...
[2026-09-11 06:07:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 06:07:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 06:07:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 06:07:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 06:07:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 06:07:03] Production.INFO: Account Balance Start.
[2026-09-11 06:07:03] Production.INFO: CreateAllLog Start
[2026-09-11 06:07:03] Production.INFO: 117
[2026-09-11 06:07:03] Production.INFO: Date 2026-09-08
[2026-09-11 06:07:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 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-09-11 06:07:03] Production.INFO: ==19075== Releasing lock...
[2026-09-11 06:07:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 06:07:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 06:07:03] Production.INFO: Date 2026-09-09
[2026-09-11 06:07:03] Production.INFO: Reseller ==> 0
[2026-09-11 06:07:03] Production.INFO: Date 2026-09-10
[2026-09-11 06:07:03] Production.INFO: Reseller ==> 0
[2026-09-11 06:07:03] Production.INFO: Date 2026-09-11
[2026-09-11 06:07:03] Production.INFO: Reseller ==> 0
[2026-09-11 06:07:03] Production.INFO: Total Charge 0
[2026-09-11 06:07:03] Production.INFO: CreateAllLog End
[2026-09-11 06:07:03] Production.INFO: Account Balance End.
[2026-09-11 06:07:03] Production.ERROR: CronJobId end 12
[2026-09-11 06:07:03] Production.INFO: ==19073== Releasing lock...
[2026-09-11 06:07:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 06:07:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 06:07:04] Production.INFO: ==19069== Releasing lock...
[2026-09-11 06:07:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 06:07:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 06:07:12] Production.ERROR: CronJobId end10
[2026-09-11 06:07:12] Production.INFO: ==19071== Releasing lock...
[2026-09-11 06:07:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 06:07:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 06:07:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 06:07:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 06:07:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 06:07:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 06:07:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 06:07:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 06:07:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 06:07:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 06:07:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 06:07:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 06:07:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 06:07:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 06:07:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 06:07:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 06:07:14] Production.INFO: call_cost start
[2026-09-11 06:07:14] Production.INFO: call_cost end
[2026-09-11 06:07:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 06:07:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 06:07:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 06:07:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 06:07:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 06:07:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 06:07:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 06:07:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 06:07:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 06:07:14] Production.INFO: ==19067== Releasing lock...
[2026-09-11 06:07:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 06:07:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 11:08:02] Production.INFO: ==19149== Lock acquired, processing the job...
[2026-09-11 11:08:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 11:08:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 11:08:02] Production.INFO: neon service started
[2026-09-11 11:08:02] Production.INFO: neon service started
[2026-09-11 11:08:02] Production.INFO: ==19149== Releasing lock...
[2026-09-11 11:08:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 11:08:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 06:08:02] Production.INFO: ==19151== Lock acquired, processing the job...
[2026-09-11 06:08:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 06:08:02] Production.INFO: ==19151== Releasing lock...
[2026-09-11 06:08:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 06:08:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 10:08:02] Production.INFO: ==19153== Lock acquired, processing the job...
[2026-09-11 10:08:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 10:08:03] Production.INFO: ==19153== Releasing lock...
[2026-09-11 10:08:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 10:08:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 06:08:03] Production.INFO: ==19155== Lock acquired, processing the job...
[2026-09-11 06:08:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 06:08:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 06:08:03] Production.INFO: ==19157== Lock acquired, processing the job...
[2026-09-11 06:08:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 06:08:03] Production.INFO: ==19161== Lock acquired, processing the job...
[2026-09-11 06:08:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 06:08:03] Production.INFO: ==19159== Lock acquired, processing the job...
[2026-09-11 06:08:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 06:08:03] Production.INFO: ==19163== Lock acquired, processing the job...
[2026-09-11 06:08:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 06:08:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 06:08:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 06:08:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 06:08:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 06:08:03] Production.INFO: Account Balance Start.
[2026-09-11 06:08:03] Production.INFO: CreateAllLog Start
[2026-09-11 06:08:03] Production.INFO: 117
[2026-09-11 06:08:03] Production.INFO: Date 2026-09-08
[2026-09-11 06:08:03] Production.INFO: Reseller ==> 0
[2026-09-11 06:08:03] Production.INFO: Date 2026-09-09
[2026-09-11 06:08:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 06:08:03] Production.INFO: Date 2026-09-10
[2026-09-11 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-09-11 06:08:03] Production.INFO: Reseller ==> 0
[2026-09-11 06:08:03] Production.INFO: ==19163== Releasing lock...
[2026-09-11 06:08:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 06:08:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 06:08:03] Production.INFO: Date 2026-09-11
[2026-09-11 06:08:03] Production.INFO: Reseller ==> 0
[2026-09-11 06:08:04] Production.INFO: Total Charge 0
[2026-09-11 06:08:04] Production.INFO: CreateAllLog End
[2026-09-11 06:08:04] Production.INFO: Account Balance End.
[2026-09-11 06:08:04] Production.ERROR: CronJobId end 12
[2026-09-11 06:08:04] Production.INFO: ==19161== Releasing lock...
[2026-09-11 06:08:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 06:08:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 06:08:04] Production.INFO: ==19157== Releasing lock...
[2026-09-11 06:08:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 06:08:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 06:08:11] Production.ERROR: CronJobId end10
[2026-09-11 06:08:11] Production.INFO: ==19159== Releasing lock...
[2026-09-11 06:08:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 06:08:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 06:08:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 06:08:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 06:08:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 06:08:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 06:08:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 06:08:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 06:08:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 06:08:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 06:08:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 06:08:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 06:08:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 06:08:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 06:08:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 06:08:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 06:08:14] Production.INFO: call_cost start
[2026-09-11 06:08:14] Production.INFO: call_cost end
[2026-09-11 06:08:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 06:08:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 06:08:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 06:08:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 06:08:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 06:08:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 06:08:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 06:08:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 06:08:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 06:08:14] Production.INFO: ==19155== Releasing lock...
[2026-09-11 06:08:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 06:08:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 11:09:01] Production.INFO: ==19233== Lock acquired, processing the job...
[2026-09-11 11:09:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 11:09:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 11:09:01] Production.INFO: neon service started
[2026-09-11 11:09:01] Production.INFO: neon service started
[2026-09-11 11:09:01] Production.INFO: ==19233== Releasing lock...
[2026-09-11 11:09:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 11:09:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 06:09:02] Production.INFO: ==19235== Lock acquired, processing the job...
[2026-09-11 06:09:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 10:09:02] Production.INFO: ==19237== Lock acquired, processing the job...
[2026-09-11 10:09:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 10:09:02] Production.INFO: ==19237== Releasing lock...
[2026-09-11 10:09:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 10:09:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 06:09:02] Production.INFO: ==19235== Releasing lock...
[2026-09-11 06:09:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 06:09:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 06:09:03] Production.INFO: ==19242== Lock acquired, processing the job...
[2026-09-11 06:09:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 06:09:03] Production.INFO: ==19240== Lock acquired, processing the job...
[2026-09-11 06:09:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 06:09:03] Production.INFO: ==19244== Lock acquired, processing the job...
[2026-09-11 06:09:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 06:09:03] Production.INFO: ==19246== Lock acquired, processing the job...
[2026-09-11 06:09:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 06:09:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 06:09:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 06:09:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 06:09:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 06:09:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 06:09:03] Production.INFO: Account Balance Start.
[2026-09-11 06:09:03] Production.INFO: CreateAllLog Start
[2026-09-11 06:09:03] Production.INFO: 117
[2026-09-11 06:09:03] Production.INFO: Date 2026-09-08
[2026-09-11 06:09:03] Production.INFO: Reseller ==> 0
[2026-09-11 06:09:03] Production.INFO: ==19248== Lock acquired, processing the job...
[2026-09-11 06:09:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 06:09:03] Production.INFO: Date 2026-09-09
[2026-09-11 06:09:03] Production.INFO: Reseller ==> 0
[2026-09-11 06:09:03] Production.INFO: Date 2026-09-10
[2026-09-11 06:09:03] Production.INFO: Reseller ==> 0
[2026-09-11 06:09:03] Production.INFO: Date 2026-09-11
[2026-09-11 06:09:03] Production.INFO: Reseller ==> 0
[2026-09-11 06:09:03] Production.INFO: Total Charge 0
[2026-09-11 06:09:03] Production.INFO: CreateAllLog End
[2026-09-11 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-09-11 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-09-11 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-09-11 06:09:03] Production.INFO: ==19248== Releasing lock...
[2026-09-11 06:09:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 06:09:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 06:09:03] Production.INFO: Account Balance End.
[2026-09-11 06:09:03] Production.ERROR: CronJobId end 12
[2026-09-11 06:09:03] Production.INFO: ==19246== Releasing lock...
[2026-09-11 06:09:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 06:09:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 06:09:04] Production.INFO: ==19242== Releasing lock...
[2026-09-11 06:09:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 06:09:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 06:09:11] Production.ERROR: CronJobId end10
[2026-09-11 06:09:11] Production.INFO: ==19244== Releasing lock...
[2026-09-11 06:09:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 06:09:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 06:09:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 06:09:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 06:09:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 06:09:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 06:09:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 06:09:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 06:09:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 06:09:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 06:09:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 06:09:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 06:09:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 06:09:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 06:09:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 06:09:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 06:09:14] Production.INFO: call_cost start
[2026-09-11 06:09:14] Production.INFO: call_cost end
[2026-09-11 06:09:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 06:09:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 06:09:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 06:09:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 06:09:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 06:09:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 06:09:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 06:09:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 06:09:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 06:09:14] Production.INFO: ==19240== Releasing lock...
[2026-09-11 06:09:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 06:09:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 11:10:01] Production.INFO: ==19310== Lock acquired, processing the job...
[2026-09-11 11:10:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 11:10:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 11:10:01] Production.INFO: neon service started
[2026-09-11 11:10:01] Production.INFO: neon service started
[2026-09-11 11:10:01] Production.INFO: ==19310== Releasing lock...
[2026-09-11 11:10:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 11:10:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 06:10:02] Production.INFO: ==19312== Lock acquired, processing the job...
[2026-09-11 06:10:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 10:10:02] Production.INFO: ==19314== Lock acquired, processing the job...
[2026-09-11 10:10:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 10:10:02] Production.INFO: ==19314== Releasing lock...
[2026-09-11 10:10:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 10:10:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 06:10:02] Production.INFO: ==19312== Releasing lock...
[2026-09-11 06:10:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 06:10:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 06:10:03] Production.INFO: ==19323== Lock acquired, processing the job...
[2026-09-11 06:10:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 06:10:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 06:10:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 06:10:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 06:10:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 06:10:04] Production.INFO: ==19321== Lock acquired, processing the job...
[2026-09-11 06:10:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 06:10:04] Production.INFO: ==19319== Lock acquired, processing the job...
[2026-09-11 06:10:04] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 06:10:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 06:10:04] Production.INFO: ==19325== Lock acquired, processing the job...
[2026-09-11 06:10:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 06:10:04] Production.INFO: ==19327== Lock acquired, processing the job...
[2026-09-11 06:10:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 06:10:04] Production.INFO: Account Balance Start.
[2026-09-11 06:10:04] Production.INFO: CreateAllLog Start
[2026-09-11 06:10:04] Production.INFO: 117
[2026-09-11 06:10:04] Production.INFO: Date 2026-09-08
[2026-09-11 06:10:04] Production.INFO: Reseller ==> 0
[2026-09-11 06: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-09-11 06: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-09-11 06: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-09-11 06:10:04] Production.INFO: ==19327== Releasing lock...
[2026-09-11 06:10:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 06:10:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 06:10:04] Production.INFO: Date 2026-09-09
[2026-09-11 06:10:04] Production.INFO: Reseller ==> 0
[2026-09-11 06:10:04] Production.INFO: Date 2026-09-10
[2026-09-11 06:10:04] Production.INFO: Reseller ==> 0
[2026-09-11 06:10:04] Production.INFO: Date 2026-09-11
[2026-09-11 06:10:04] Production.INFO: Reseller ==> 0
[2026-09-11 06:10:04] Production.INFO: Total Charge 0
[2026-09-11 06:10:04] Production.INFO: CreateAllLog End
[2026-09-11 06:10:04] Production.INFO: ==19321== Releasing lock...
[2026-09-11 06:10:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 06:10:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 06:10:04] Production.INFO: Account Balance End.
[2026-09-11 06:10:04] Production.ERROR: CronJobId end 12
[2026-09-11 06:10:04] Production.INFO: ==19325== Releasing lock...
[2026-09-11 06:10:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 06:10:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 06:10:12] Production.ERROR: CronJobId end10
[2026-09-11 06:10:12] Production.INFO: ==19323== Releasing lock...
[2026-09-11 06:10:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 06:10:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 06:10:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 06:10:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 06:10:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 06:10:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 06:10:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 06:10:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 06:10:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 06:10:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 06:10:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 06:10:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 06:10:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 06:10:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 06:10:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 06:10:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 06:10:14] Production.INFO: call_cost start
[2026-09-11 06:10:14] Production.INFO: call_cost end
[2026-09-11 06:10:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 06:10:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 06:10:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 06:10:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 06:10:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 06:10:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 06:10:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 06:10:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 06:10:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 06:10:14] Production.INFO: ==19319== Releasing lock...
[2026-09-11 06:10:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 06:10:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 11:11:01] Production.INFO: ==19390== Lock acquired, processing the job...
[2026-09-11 11:11:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 11:11:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 11:11:01] Production.INFO: neon service started
[2026-09-11 11:11:01] Production.INFO: neon service started
[2026-09-11 11:11:01] Production.INFO: ==19390== Releasing lock...
[2026-09-11 11:11:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 11:11:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 06:11:01] Production.INFO: ==19392== Lock acquired, processing the job...
[2026-09-11 06:11:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 10:11:02] Production.INFO: ==19394== Lock acquired, processing the job...
[2026-09-11 10:11:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 10:11:02] Production.INFO: ==19394== Releasing lock...
[2026-09-11 10:11:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 10:11:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 06:11:02] Production.INFO: ==19392== Releasing lock...
[2026-09-11 06:11:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 06:11:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 06:11:02] Production.INFO: ==19401== Lock acquired, processing the job...
[2026-09-11 06:11:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 06:11:02] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 06:11:02] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 06:11:02] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 06:11:02] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 06:11:02] Production.INFO: ==19396== Lock acquired, processing the job...
[2026-09-11 06:11:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 06:11:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 06:11:03] Production.INFO: ==19398== Lock acquired, processing the job...
[2026-09-11 06:11:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 06:11:03] Production.INFO: ==19403== Lock acquired, processing the job...
[2026-09-11 06:11:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 06:11:03] Production.INFO: ==19405== Lock acquired, processing the job...
[2026-09-11 06:11:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 06:11:03] Production.INFO: Account Balance Start.
[2026-09-11 06:11:03] Production.INFO: CreateAllLog Start
[2026-09-11 06:11:03] Production.INFO: 117
[2026-09-11 06:11:03] Production.INFO: Date 2026-09-08
[2026-09-11 06:11:03] Production.INFO: Reseller ==> 0
[2026-09-11 06:11:03] Production.INFO: Date 2026-09-09
[2026-09-11 06:11:03] Production.INFO: Reseller ==> 0
[2026-09-11 06: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-09-11 06:11:03] Production.INFO: Date 2026-09-10
[2026-09-11 06:11:03] Production.INFO: Reseller ==> 0
[2026-09-11 06: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-09-11 06: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-09-11 06:11:03] Production.INFO: Date 2026-09-11
[2026-09-11 06:11:03] Production.INFO: Reseller ==> 0
[2026-09-11 06:11:03] Production.INFO: ==19405== Releasing lock...
[2026-09-11 06:11:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 06:11:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 06:11:03] Production.INFO: Total Charge 0
[2026-09-11 06:11:03] Production.INFO: CreateAllLog End
[2026-09-11 06:11:03] Production.INFO: Account Balance End.
[2026-09-11 06:11:03] Production.ERROR: CronJobId end 12
[2026-09-11 06:11:03] Production.INFO: ==19403== Releasing lock...
[2026-09-11 06:11:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 06:11:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 06:11:03] Production.INFO: ==19398== Releasing lock...
[2026-09-11 06:11:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 06:11:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 06:11:11] Production.ERROR: CronJobId end10
[2026-09-11 06:11:11] Production.INFO: ==19401== Releasing lock...
[2026-09-11 06:11:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 06:11:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 06:11:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 06:11:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 06:11:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 06:11:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 06:11:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 06:11:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 06:11:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 06:11:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 06:11:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 06:11:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 06:11:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 06:11:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 06:11:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 06:11:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 06:11:14] Production.INFO: call_cost start
[2026-09-11 06:11:14] Production.INFO: call_cost end
[2026-09-11 06:11:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 06:11:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 06:11:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 06:11:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 06:11:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 06:11:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 06:11:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 06:11:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 06:11:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 06:11:14] Production.INFO: ==19396== Releasing lock...
[2026-09-11 06:11:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 06:11:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 11:12:01] Production.INFO: ==19468== Lock acquired, processing the job...
[2026-09-11 11:12:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 11:12:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 11:12:01] Production.INFO: neon service started
[2026-09-11 11:12:01] Production.INFO: neon service started
[2026-09-11 11:12:01] Production.INFO: ==19468== Releasing lock...
[2026-09-11 11:12:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 11:12:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 06:12:02] Production.INFO: ==19470== Lock acquired, processing the job...
[2026-09-11 06:12:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 06:12:02] Production.INFO: ==19470== Releasing lock...
[2026-09-11 06:12:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 06:12:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 10:12:02] Production.INFO: ==19472== Lock acquired, processing the job...
[2026-09-11 10:12:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 10:12:02] Production.INFO: ==19472== Releasing lock...
[2026-09-11 10:12:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 10:12:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 06:12:03] Production.INFO: ==19475== Lock acquired, processing the job...
[2026-09-11 06:12:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 06:12:03] Production.INFO: ==19479== Lock acquired, processing the job...
[2026-09-11 06:12:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 06:12:03] Production.INFO: ==19477== Lock acquired, processing the job...
[2026-09-11 06:12:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 06:12:03] Production.INFO: ==19481== Lock acquired, processing the job...
[2026-09-11 06:12:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 06:12:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 06:12:03] Production.INFO: ==19483== Lock acquired, processing the job...
[2026-09-11 06:12:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 06:12:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 06:12:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 06:12:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 06:12:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 06:12:03] Production.INFO: Account Balance Start.
[2026-09-11 06:12:03] Production.INFO: CreateAllLog Start
[2026-09-11 06:12:03] Production.INFO: 117
[2026-09-11 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-09-11 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-09-11 06:12:03] Production.INFO: Date 2026-09-08
[2026-09-11 06:12:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 06:12:03] Production.INFO: ==19483== Releasing lock...
[2026-09-11 06:12:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 06:12:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 06:12:03] Production.INFO: Date 2026-09-09
[2026-09-11 06:12:03] Production.INFO: Reseller ==> 0
[2026-09-11 06:12:03] Production.INFO: Date 2026-09-10
[2026-09-11 06:12:03] Production.INFO: Reseller ==> 0
[2026-09-11 06:12:03] Production.INFO: Date 2026-09-11
[2026-09-11 06:12:03] Production.INFO: Reseller ==> 0
[2026-09-11 06:12:03] Production.INFO: Total Charge 0
[2026-09-11 06:12:03] Production.INFO: CreateAllLog End
[2026-09-11 06:12:04] Production.INFO: Account Balance End.
[2026-09-11 06:12:04] Production.ERROR: CronJobId end 12
[2026-09-11 06:12:04] Production.INFO: ==19481== Releasing lock...
[2026-09-11 06:12:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 06:12:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 06:12:04] Production.INFO: ==19477== Releasing lock...
[2026-09-11 06:12:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 06:12:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 06:12:12] Production.ERROR: CronJobId end10
[2026-09-11 06:12:12] Production.INFO: ==19479== Releasing lock...
[2026-09-11 06:12:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 06:12:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 06:12:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 06:12:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 06:12:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 06:12:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 06:12:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 06:12:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 06:12:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 06:12:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 06:12:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 06:12:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 06:12:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 06:12:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 06:12:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 06:12:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 06:12:14] Production.INFO: call_cost start
[2026-09-11 06:12:14] Production.INFO: call_cost end
[2026-09-11 06:12:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 06:12:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 06:12:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 06:12:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 06:12:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 06:12:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 06:12:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 06:12:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 06:12:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 06:12:14] Production.INFO: ==19475== Releasing lock...
[2026-09-11 06:12:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 06:12:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 11:13:02] Production.INFO: ==19556== Lock acquired, processing the job...
[2026-09-11 11:13:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 11:13:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 11:13:02] Production.INFO: neon service started
[2026-09-11 11:13:02] Production.INFO: neon service started
[2026-09-11 11:13:02] Production.INFO: ==19556== Releasing lock...
[2026-09-11 11:13:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 11:13:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 06:13:02] Production.INFO: ==19558== Lock acquired, processing the job...
[2026-09-11 06:13:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 06:13:02] Production.INFO: ==19558== Releasing lock...
[2026-09-11 06:13:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 06:13:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 10:13:02] Production.INFO: ==19560== Lock acquired, processing the job...
[2026-09-11 10:13:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 10:13:02] Production.INFO: ==19560== Releasing lock...
[2026-09-11 10:13:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 10:13:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 06:13:03] Production.INFO: ==19572== Lock acquired, processing the job...
[2026-09-11 06:13:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 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-09-11 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-09-11 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-09-11 06:13:03] Production.INFO: ==19572== Releasing lock...
[2026-09-11 06:13:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 06:13:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 06:13:03] Production.INFO: ==19566== Lock acquired, processing the job...
[2026-09-11 06:13:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 06:13:03] Production.INFO: ==19564== Lock acquired, processing the job...
[2026-09-11 06:13:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 06:13:03] Production.INFO: ==19568== Lock acquired, processing the job...
[2026-09-11 06:13:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 06:13:03] Production.INFO: ==19570== Lock acquired, processing the job...
[2026-09-11 06:13:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 06:13:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 06:13:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 06:13:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 06:13:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 06:13:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 06:13:04] Production.INFO: Account Balance Start.
[2026-09-11 06:13:04] Production.INFO: CreateAllLog Start
[2026-09-11 06:13:04] Production.INFO: 117
[2026-09-11 06:13:04] Production.INFO: Date 2026-09-08
[2026-09-11 06:13:04] Production.INFO: Reseller ==> 0
[2026-09-11 06:13:04] Production.INFO: Date 2026-09-09
[2026-09-11 06:13:04] Production.INFO: Reseller ==> 0
[2026-09-11 06:13:04] Production.INFO: Date 2026-09-10
[2026-09-11 06:13:04] Production.INFO: Reseller ==> 0
[2026-09-11 06:13:04] Production.INFO: Date 2026-09-11
[2026-09-11 06:13:04] Production.INFO: Reseller ==> 0
[2026-09-11 06:13:04] Production.INFO: Total Charge 0
[2026-09-11 06:13:04] Production.INFO: CreateAllLog End
[2026-09-11 06:13:04] Production.INFO: Account Balance End.
[2026-09-11 06:13:04] Production.INFO: ==19566== Releasing lock...
[2026-09-11 06:13:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 06:13:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 06:13:04] Production.ERROR: CronJobId end 12
[2026-09-11 06:13:04] Production.INFO: ==19570== Releasing lock...
[2026-09-11 06:13:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 06:13:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 06:13:12] Production.ERROR: CronJobId end10
[2026-09-11 06:13:12] Production.INFO: ==19568== Releasing lock...
[2026-09-11 06:13:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 06:13:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 06:13:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 06:13:15] Production.INFO: ============== Balance Warning START===========
[2026-09-11 06:13:15] Production.INFO: ============== Balance Warning END===========
[2026-09-11 06:13:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 06:13:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 06:13:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 06:13:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 06:13:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 06:13:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 06:13:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 06:13:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 06:13:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 06:13:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 06:13:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 06:13:16] Production.INFO: call_cost start
[2026-09-11 06:13:16] Production.INFO: call_cost end
[2026-09-11 06:13:16] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 06:13:16] Production.INFO: ============== Report Schedule START===========
[2026-09-11 06:13:16] Production.INFO: ============== Report Schedule END===========
[2026-09-11 06:13:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 06:13:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 06:13:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 06:13:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 06:13:16] Production.INFO: ============== Deal alert START===========
[2026-09-11 06:13:16] Production.INFO: ============== Deal alert END===========
[2026-09-11 06:13:16] Production.INFO: ==19564== Releasing lock...
[2026-09-11 06:13:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 06:13:16] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 11:14:01] Production.INFO: ==19637== Lock acquired, processing the job...
[2026-09-11 11:14:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 11:14:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 11:14:01] Production.INFO: neon service started
[2026-09-11 11:14:01] Production.INFO: neon service started
[2026-09-11 11:14:01] Production.INFO: ==19637== Releasing lock...
[2026-09-11 11:14:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 11:14:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 10:14:02] Production.INFO: ==19641== Lock acquired, processing the job...
[2026-09-11 10:14:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 10:14:02] Production.INFO: ==19641== Releasing lock...
[2026-09-11 10:14:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 10:14:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 06:14:02] Production.INFO: ==19639== Lock acquired, processing the job...
[2026-09-11 06:14:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 06:14:02] Production.INFO: ==19639== Releasing lock...
[2026-09-11 06:14:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 06:14:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 06:14:03] Production.INFO: ==19644== Lock acquired, processing the job...
[2026-09-11 06:14:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 06:14:03] Production.INFO: ==19646== Lock acquired, processing the job...
[2026-09-11 06:14:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 06:14:03] Production.INFO: ==19648== Lock acquired, processing the job...
[2026-09-11 06:14:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 06:14:03] Production.INFO: ==19650== Lock acquired, processing the job...
[2026-09-11 06:14:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 06:14:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 06:14:03] Production.INFO: Account Balance Start.
[2026-09-11 06:14:03] Production.INFO: CreateAllLog Start
[2026-09-11 06:14:03] Production.INFO: 117
[2026-09-11 06:14:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 06:14:03] Production.INFO: ==19652== Lock acquired, processing the job...
[2026-09-11 06:14:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 06:14:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 06:14:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 06:14:03] Production.INFO: Date 2026-09-08
[2026-09-11 06:14:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 06:14:03] Production.INFO: Reseller ==> 0
[2026-09-11 06:14:03] Production.INFO: Date 2026-09-09
[2026-09-11 06:14:03] Production.INFO: Reseller ==> 0
[2026-09-11 06:14:03] Production.INFO: Date 2026-09-10
[2026-09-11 06:14:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 06:14:03] Production.INFO: Date 2026-09-11
[2026-09-11 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-09-11 06:14:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 06:14:03] Production.INFO: ==19652== Releasing lock...
[2026-09-11 06:14:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 06:14:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 06:14:03] Production.INFO: Total Charge 0
[2026-09-11 06:14:03] Production.INFO: CreateAllLog End
[2026-09-11 06:14:03] Production.INFO: Account Balance End.
[2026-09-11 06:14:03] Production.ERROR: CronJobId end 12
[2026-09-11 06:14:03] Production.INFO: ==19650== Releasing lock...
[2026-09-11 06:14:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 06:14:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 06:14:04] Production.INFO: ==19646== Releasing lock...
[2026-09-11 06:14:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 06:14:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 06:14:11] Production.ERROR: CronJobId end10
[2026-09-11 06:14:11] Production.INFO: ==19648== Releasing lock...
[2026-09-11 06:14:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 06:14:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 06:14:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 06:14:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 06:14:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 06:14:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 06:14:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 06:14:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 06:14:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 06:14:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 06:14:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 06:14:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 06:14:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 06:14:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 06:14:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 06:14:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 06:14:14] Production.INFO: call_cost start
[2026-09-11 06:14:14] Production.INFO: call_cost end
[2026-09-11 06:14:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 06:14:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 06:14:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 06:14:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 06:14:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 06:14:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 06:14:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 06:14:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 06:14:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 06:14:14] Production.INFO: ==19644== Releasing lock...
[2026-09-11 06:14:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 06:14:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 11:15:02] Production.INFO: ==19716== Lock acquired, processing the job...
[2026-09-11 11:15:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 11:15:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 11:15:02] Production.INFO: neon service started
[2026-09-11 11:15:02] Production.INFO: neon service started
[2026-09-11 11:15:02] Production.INFO: ==19716== Releasing lock...
[2026-09-11 11:15:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 11:15:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 06:15:02] Production.INFO: ==19718== Lock acquired, processing the job...
[2026-09-11 06:15:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 10:15:02] Production.INFO: ==19720== Lock acquired, processing the job...
[2026-09-11 10:15:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 10:15:02] Production.INFO: ==19720== Releasing lock...
[2026-09-11 10:15:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 10:15:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 06:15:02] Production.INFO: ==19718== Releasing lock...
[2026-09-11 06:15:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 06:15:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 06:15:03] Production.INFO: ==19731== Lock acquired, processing the job...
[2026-09-11 06:15:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 06:15:03] Production.INFO: Account Balance Start.
[2026-09-11 06:15:03] Production.INFO: CreateAllLog Start
[2026-09-11 06:15:03] Production.INFO: 117
[2026-09-11 06:15:03] Production.INFO: Date 2026-09-08
[2026-09-11 06:15:03] Production.INFO: Reseller ==> 0
[2026-09-11 06:15:03] Production.INFO: ==19736== Lock acquired, processing the job...
[2026-09-11 06:15:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 06:15:04] Production.INFO: ==19723== Lock acquired, processing the job...
[2026-09-11 06:15:04] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-11 06:15:04] Production.INFO: Date 2026-09-09
[2026-09-11 06:15:04] Production.INFO: Reseller ==> 0
[2026-09-11 06:15:04] Production.INFO: Date 2026-09-10
[2026-09-11 06:15:04] Production.INFO: Reseller ==> 0
[2026-09-11 06:15:04] Production.INFO: ==19725== Lock acquired, processing the job...
[2026-09-11 06:15:04] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 06:15:04] Production.INFO: Date 2026-09-11
[2026-09-11 06:15:04] Production.INFO: Reseller ==> 0
[2026-09-11 06:15:04] Production.ERROR: ========================== active cronjob start =============================
[2026-09-11 06:15:04] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-11 06:15:04] Production.ERROR: CronJob PID - 19731
[2026-09-11 06:15:04] Production.ERROR: CronJob Title - Prepaid Account Balance
[2026-09-11 06:15:04] Production.ERROR: CronJob ID - 12
[2026-09-11 06:15:04] Production.ERROR: CronJob Last Run Time 2026-09-11 06:15:00
[2026-09-11 06:15:04] Production.ERROR: CronJob Active Minutes 0
[2026-09-11 06:15:04] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-11 06:15:04] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-11 06:15:04] Production.ERROR: CronJob PID - 19736
[2026-09-11 06:15:04] Production.ERROR: CronJob Title - Import PBX Extensions and DIDs
[2026-09-11 06:15:04] Production.ERROR: CronJob ID - 19
[2026-09-11 06:15:04] Production.ERROR: CronJob Last Run Time 2026-09-11 06:15:00
[2026-09-11 06:15:04] Production.ERROR: CronJob Active Minutes 0
[2026-09-11 06:15:04] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-11 06:15:04] Production.INFO: ==19727== Lock acquired, processing the job...
[2026-09-11 06:15:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 06:15:04] Production.INFO: Total Charge 0
[2026-09-11 06:15:04] Production.ERROR: ========================== active cronjob end =============================
[2026-09-11 06:15:04] Production.INFO: ==19723== Releasing lock...
[2026-09-11 06:15:04] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-11 06:15:04] Production.INFO: 25.5 MB #Memory Used#
[2026-09-11 06: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-09-11 06: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-09-11 06:15:04] Production.INFO: ==19729== Lock acquired, processing the job...
[2026-09-11 06:15:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 06:15:04] Production.INFO: CreateAllLog End
[2026-09-11 06: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-09-11 06:15:04] Production.INFO: ==19736== Releasing lock...
[2026-09-11 06:15:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 06:15:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 06:15:04] Production.INFO: ==19734== Lock acquired, processing the job...
[2026-09-11 06:15:04] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-11 06:15:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 06:15:04] Production.ERROR: tblTempUsageDetail_20
[2026-09-11 06:15:04] Production.INFO: Account Balance End.
[2026-09-11 06:15:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 06:15:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 06:15:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 06:15:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 06:15:04] Production.ERROR: CronJobId end 12
[2026-09-11 06:15:04] Production.INFO: ==19731== Releasing lock...
[2026-09-11 06:15:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 06:15:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 06:15:04] Production.ERROR: done
[2026-09-11 06:15:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-11 06:15:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17982892', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) start
[2026-09-11 06:15:05] Production.INFO: ==19727== Releasing lock...
[2026-09-11 06:15:05] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 06:15:05] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 06:15:11] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17982892', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) end
[2026-09-11 06:15:11] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-11 06:15:11] Production.INFO: ProcessCDR(1,17982892,1,1,2)
[2026-09-11 06:15:11] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17982892,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 06:15:11] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17982892,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 06:15:11] Production.ERROR: pbx prc_insertCDR start
[2026-09-11 06:15:11] Production.ERROR: pbx prc_insertCDR end
[2026-09-11 06:15:11] Production.INFO: ==19734== Releasing lock...
[2026-09-11 06:15:11] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-11 06:15:11] Production.INFO: 26 MB #Memory Used#
[2026-09-11 06:15:14] Production.ERROR: CronJobId end10
[2026-09-11 06:15:14] Production.INFO: ==19729== Releasing lock...
[2026-09-11 06:15:14] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 06:15:14] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 06:15:17] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 06:15:17] Production.INFO: ============== Balance Warning START===========
[2026-09-11 06:15:17] Production.INFO: ============== Balance Warning END===========
[2026-09-11 06:15:17] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 06:15:17] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 06:15:17] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 06:15:17] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 06:15:17] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 06:15:17] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 06:15:17] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 06:15:17] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 06:15:17] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 06:15:17] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 06:15:17] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 06:15:17] Production.INFO: call_cost start
[2026-09-11 06:15:17] Production.INFO: call_cost end
[2026-09-11 06:15:17] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 06:15:17] Production.INFO: ============== Report Schedule START===========
[2026-09-11 06:15:17] Production.INFO: ============== Report Schedule END===========
[2026-09-11 06:15:17] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 06:15:17] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 06:15:17] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 06:15:17] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 06:15:17] Production.INFO: ============== Deal alert START===========
[2026-09-11 06:15:17] Production.INFO: ============== Deal alert END===========
[2026-09-11 06:15:17] Production.INFO: ==19725== Releasing lock...
[2026-09-11 06:15:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 06:15:17] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 11:16:01] Production.INFO: ==19793== Lock acquired, processing the job...
[2026-09-11 11:16:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 11:16:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 11:16:01] Production.INFO: neon service started
[2026-09-11 11:16:01] Production.INFO: neon service started
[2026-09-11 11:16:01] Production.INFO: ==19793== Releasing lock...
[2026-09-11 11:16:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 11:16:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 10:16:01] Production.INFO: ==19797== Lock acquired, processing the job...
[2026-09-11 10:16:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 10:16:01] Production.INFO: ==19797== Releasing lock...
[2026-09-11 10:16:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 10:16:01] Production.INFO: 25 MB #Memory Used#
[2026-09-11 06:16:02] Production.INFO: ==19795== Lock acquired, processing the job...
[2026-09-11 06:16:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 06:16:02] Production.INFO: ==19795== Releasing lock...
[2026-09-11 06:16:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 06:16:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 06:16:02] Production.INFO: ==19801== Lock acquired, processing the job...
[2026-09-11 06:16:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 06:16:03] Production.INFO: ==19799== Lock acquired, processing the job...
[2026-09-11 06:16:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 06:16:03] Production.INFO: ==19803== Lock acquired, processing the job...
[2026-09-11 06:16:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 06:16:03] Production.INFO: ==19805== Lock acquired, processing the job...
[2026-09-11 06:16:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 06:16:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 06:16:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 06:16:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 06:16:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 06:16:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 06:16:03] Production.INFO: ==19808== Lock acquired, processing the job...
[2026-09-11 06:16:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 06:16:03] Production.INFO: Account Balance Start.
[2026-09-11 06:16:03] Production.INFO: CreateAllLog Start
[2026-09-11 06:16:03] Production.INFO: 117
[2026-09-11 06:16:03] Production.INFO: Date 2026-09-08
[2026-09-11 06:16:03] Production.INFO: Reseller ==> 0
[2026-09-11 06:16:03] Production.INFO: Date 2026-09-09
[2026-09-11 06:16:03] Production.INFO: Reseller ==> 0
[2026-09-11 06: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-09-11 06: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-09-11 06:16:03] Production.INFO: Date 2026-09-10
[2026-09-11 06: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-09-11 06:16:03] Production.INFO: Reseller ==> 0
[2026-09-11 06:16:03] Production.INFO: ==19808== Releasing lock...
[2026-09-11 06:16:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 06:16:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 06:16:03] Production.INFO: Date 2026-09-11
[2026-09-11 06:16:03] Production.INFO: Reseller ==> 0
[2026-09-11 06:16:03] Production.INFO: Total Charge 0
[2026-09-11 06:16:03] Production.INFO: CreateAllLog End
[2026-09-11 06:16:03] Production.INFO: Account Balance End.
[2026-09-11 06:16:03] Production.ERROR: CronJobId end 12
[2026-09-11 06:16:03] Production.INFO: ==19805== Releasing lock...
[2026-09-11 06:16:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 06:16:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 06:16:03] Production.INFO: ==19801== Releasing lock...
[2026-09-11 06:16:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 06:16:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 06:16:11] Production.ERROR: CronJobId end10
[2026-09-11 06:16:11] Production.INFO: ==19803== Releasing lock...
[2026-09-11 06:16:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 06:16:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 06:16:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 06:16:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 06:16:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 06:16:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 06:16:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 06:16:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 06:16:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 06:16:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 06:16:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 06:16:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 06:16:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 06:16:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 06:16:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 06:16:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 06:16:14] Production.INFO: call_cost start
[2026-09-11 06:16:14] Production.INFO: call_cost end
[2026-09-11 06:16:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 06:16:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 06:16:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 06:16:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 06:16:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 06:16:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 06:16:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 06:16:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 06:16:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 06:16:14] Production.INFO: ==19799== Releasing lock...
[2026-09-11 06:16:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 06:16:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 11:17:01] Production.INFO: ==19870== Lock acquired, processing the job...
[2026-09-11 11:17:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 11:17:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 11:17:01] Production.INFO: neon service started
[2026-09-11 11:17:01] Production.INFO: neon service started
[2026-09-11 11:17:01] Production.INFO: ==19870== Releasing lock...
[2026-09-11 11:17:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 11:17:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 06:17:02] Production.INFO: ==19872== Lock acquired, processing the job...
[2026-09-11 06:17:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 06:17:02] Production.INFO: ==19872== Releasing lock...
[2026-09-11 06:17:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 06:17:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 10:17:02] Production.INFO: ==19874== Lock acquired, processing the job...
[2026-09-11 10:17:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 10:17:02] Production.INFO: ==19874== Releasing lock...
[2026-09-11 10:17:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 10:17:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 06:17:03] Production.INFO: ==19885== Lock acquired, processing the job...
[2026-09-11 06:17:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 06:17:03] Production.INFO: ==19877== Lock acquired, processing the job...
[2026-09-11 06:17:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 06:17:03] Production.INFO: ==19883== Lock acquired, processing the job...
[2026-09-11 06:17:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 06:17:03] Production.INFO: ==19879== Lock acquired, processing the job...
[2026-09-11 06:17:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 06:17:03] Production.INFO: ==19881== Lock acquired, processing the job...
[2026-09-11 06:17:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 06:17:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 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-09-11 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-09-11 06:17:03] Production.INFO: Account Balance Start.
[2026-09-11 06:17:03] Production.INFO: CreateAllLog Start
[2026-09-11 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-09-11 06:17:03] Production.INFO: 117
[2026-09-11 06:17:03] Production.INFO: ==19885== Releasing lock...
[2026-09-11 06:17:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 06:17:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 06:17:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 06:17:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 06:17:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 06:17:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 06:17:03] Production.INFO: Date 2026-09-08
[2026-09-11 06:17:03] Production.INFO: Reseller ==> 0
[2026-09-11 06:17:03] Production.INFO: Date 2026-09-09
[2026-09-11 06:17:03] Production.INFO: Reseller ==> 0
[2026-09-11 06:17:03] Production.INFO: Date 2026-09-10
[2026-09-11 06:17:03] Production.INFO: Reseller ==> 0
[2026-09-11 06:17:03] Production.INFO: Date 2026-09-11
[2026-09-11 06:17:03] Production.INFO: Reseller ==> 0
[2026-09-11 06:17:03] Production.INFO: Total Charge 0
[2026-09-11 06:17:03] Production.INFO: CreateAllLog End
[2026-09-11 06:17:04] Production.INFO: Account Balance End.
[2026-09-11 06:17:04] Production.ERROR: CronJobId end 12
[2026-09-11 06:17:04] Production.INFO: ==19883== Releasing lock...
[2026-09-11 06:17:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 06:17:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 06:17:04] Production.INFO: ==19879== Releasing lock...
[2026-09-11 06:17:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 06:17:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 06:17:11] Production.ERROR: CronJobId end10
[2026-09-11 06:17:11] Production.INFO: ==19881== Releasing lock...
[2026-09-11 06:17:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 06:17:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 06:17:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 06:17:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 06:17:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 06:17:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 06:17:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 06:17:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 06:17:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 06:17:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 06:17:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 06:17:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 06:17:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 06:17:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 06:17:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 06:17:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 06:17:14] Production.INFO: call_cost start
[2026-09-11 06:17:14] Production.INFO: call_cost end
[2026-09-11 06:17:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 06:17:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 06:17:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 06:17:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 06:17:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 06:17:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 06:17:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 06:17:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 06:17:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 06:17:14] Production.INFO: ==19877== Releasing lock...
[2026-09-11 06:17:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 06:17:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 11:18:01] Production.INFO: ==19949== Lock acquired, processing the job...
[2026-09-11 11:18:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 11:18:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 11:18:01] Production.INFO: neon service started
[2026-09-11 11:18:01] Production.INFO: neon service started
[2026-09-11 11:18:01] Production.INFO: ==19949== Releasing lock...
[2026-09-11 11:18:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 11:18:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 06:18:02] Production.INFO: ==19951== Lock acquired, processing the job...
[2026-09-11 06:18:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 10:18:02] Production.INFO: ==19953== Lock acquired, processing the job...
[2026-09-11 10:18:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 10:18:02] Production.INFO: ==19953== Releasing lock...
[2026-09-11 10:18:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 10:18:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 06:18:02] Production.INFO: ==19951== Releasing lock...
[2026-09-11 06:18:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 06:18:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 06:18:03] Production.INFO: ==19958== Lock acquired, processing the job...
[2026-09-11 06:18:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 06:18:03] Production.INFO: ==19960== Lock acquired, processing the job...
[2026-09-11 06:18:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 06:18:03] Production.INFO: ==19964== Lock acquired, processing the job...
[2026-09-11 06:18:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 06:18:03] Production.INFO: ==19962== Lock acquired, processing the job...
[2026-09-11 06:18:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 06:18:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 06:18:03] Production.INFO: Account Balance Start.
[2026-09-11 06:18:03] Production.INFO: CreateAllLog Start
[2026-09-11 06:18:03] Production.INFO: 117
[2026-09-11 06:18:03] Production.INFO: Date 2026-09-08
[2026-09-11 06:18:03] Production.INFO: ==19966== Lock acquired, processing the job...
[2026-09-11 06:18:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 06:18:03] Production.INFO: Reseller ==> 0
[2026-09-11 06:18:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 06:18:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 06:18:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 06:18:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 06:18:03] Production.INFO: Date 2026-09-09
[2026-09-11 06:18:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 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-09-11 06:18:03] Production.INFO: ==19966== Releasing lock...
[2026-09-11 06:18:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 06:18:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 06:18:03] Production.INFO: Date 2026-09-10
[2026-09-11 06:18:03] Production.INFO: Reseller ==> 0
[2026-09-11 06:18:03] Production.INFO: Date 2026-09-11
[2026-09-11 06:18:03] Production.INFO: Reseller ==> 0
[2026-09-11 06:18:03] Production.INFO: Total Charge 0
[2026-09-11 06:18:03] Production.INFO: CreateAllLog End
[2026-09-11 06:18:03] Production.INFO: Account Balance End.
[2026-09-11 06:18:03] Production.ERROR: CronJobId end 12
[2026-09-11 06:18:03] Production.INFO: ==19964== Releasing lock...
[2026-09-11 06:18:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 06:18:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 06:18:04] Production.INFO: ==19960== Releasing lock...
[2026-09-11 06:18:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 06:18:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 06:18:12] Production.ERROR: CronJobId end10
[2026-09-11 06:18:12] Production.INFO: ==19962== Releasing lock...
[2026-09-11 06:18:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 06:18:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 06:18:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 06:18:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 06:18:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 06:18:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 06:18:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 06:18:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 06:18:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 06:18:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 06:18:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 06:18:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 06:18:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 06:18:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 06:18:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 06:18:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 06:18:15] Production.INFO: call_cost start
[2026-09-11 06:18:15] Production.INFO: call_cost end
[2026-09-11 06:18:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 06:18:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 06:18:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 06:18:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 06:18:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 06:18:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 06:18:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 06:18:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 06:18:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 06:18:15] Production.INFO: ==19958== Releasing lock...
[2026-09-11 06:18:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 06:18:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 11:19:01] Production.INFO: ==20032== Lock acquired, processing the job...
[2026-09-11 11:19:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 11:19:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 11:19:01] Production.INFO: neon service started
[2026-09-11 11:19:01] Production.INFO: neon service started
[2026-09-11 11:19:01] Production.INFO: ==20032== Releasing lock...
[2026-09-11 11:19:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 11:19:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 06:19:02] Production.INFO: ==20034== Lock acquired, processing the job...
[2026-09-11 06:19:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 10:19:02] Production.INFO: ==20036== Lock acquired, processing the job...
[2026-09-11 10:19:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 10:19:02] Production.INFO: ==20036== Releasing lock...
[2026-09-11 10:19:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 10:19:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 06:19:02] Production.INFO: ==20034== Releasing lock...
[2026-09-11 06:19:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 06:19:02] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 06:19:03] Production.INFO: ==20041== Lock acquired, processing the job...
[2026-09-11 06:19:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 06:19:03] Production.INFO: ==20043== Lock acquired, processing the job...
[2026-09-11 06:19:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 06:19:03] Production.INFO: ==20039== Lock acquired, processing the job...
[2026-09-11 06:19:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 06:19:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 06:19:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 06:19:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 06:19:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 06:19:03] Production.INFO: ==20045== Lock acquired, processing the job...
[2026-09-11 06:19:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 06:19:03] Production.INFO: ==20047== Lock acquired, processing the job...
[2026-09-11 06:19:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 06:19:03] Production.INFO: Account Balance Start.
[2026-09-11 06:19:03] Production.INFO: CreateAllLog Start
[2026-09-11 06:19:03] Production.INFO: 117
[2026-09-11 06:19:03] Production.INFO: Date 2026-09-08
[2026-09-11 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-09-11 06:19:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 06:19:03] Production.INFO: ==20047== Releasing lock...
[2026-09-11 06:19:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 06:19:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 06:19:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 06:19:03] Production.INFO: Date 2026-09-09
[2026-09-11 06:19:03] Production.INFO: Reseller ==> 0
[2026-09-11 06:19:03] Production.INFO: Date 2026-09-10
[2026-09-11 06:19:03] Production.INFO: Reseller ==> 0
[2026-09-11 06:19:03] Production.INFO: Date 2026-09-11
[2026-09-11 06:19:03] Production.INFO: Reseller ==> 0
[2026-09-11 06:19:03] Production.INFO: Total Charge 0
[2026-09-11 06:19:04] Production.INFO: CreateAllLog End
[2026-09-11 06:19:04] Production.INFO: Account Balance End.
[2026-09-11 06:19:04] Production.ERROR: CronJobId end 12
[2026-09-11 06:19:04] Production.INFO: ==20045== Releasing lock...
[2026-09-11 06:19:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 06:19:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 06:19:04] Production.INFO: ==20041== Releasing lock...
[2026-09-11 06:19:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 06:19:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 06:19:11] Production.ERROR: CronJobId end10
[2026-09-11 06:19:11] Production.INFO: ==20043== Releasing lock...
[2026-09-11 06:19:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 06:19:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 06:19:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 06:19:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 06:19:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 06:19:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 06:19:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 06:19:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 06:19:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 06:19:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 06:19:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 06:19:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 06:19:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 06:19:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 06:19:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 06:19:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 06:19:15] Production.INFO: call_cost start
[2026-09-11 06:19:15] Production.INFO: call_cost end
[2026-09-11 06:19:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 06:19:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 06:19:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 06:19:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 06:19:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 06:19:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 06:19:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 06:19:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 06:19:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 06:19:15] Production.INFO: ==20039== Releasing lock...
[2026-09-11 06:19:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 06:19:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 11:20:01] Production.INFO: ==20111== Lock acquired, processing the job...
[2026-09-11 11:20:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 11:20:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 11:20:01] Production.INFO: neon service started
[2026-09-11 11:20:01] Production.INFO: neon service started
[2026-09-11 11:20:01] Production.INFO: ==20111== Releasing lock...
[2026-09-11 11:20:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 11:20:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 06:20:01] Production.INFO: ==20113== Lock acquired, processing the job...
[2026-09-11 06:20:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 06:20:02] Production.INFO: ==20113== Releasing lock...
[2026-09-11 06:20:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 06:20:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 10:20:02] Production.INFO: ==20115== Lock acquired, processing the job...
[2026-09-11 10:20:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 10:20:02] Production.INFO: ==20115== Releasing lock...
[2026-09-11 10:20:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 10:20:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 06:20:02] Production.INFO: ==20124== Lock acquired, processing the job...
[2026-09-11 06:20:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 06:20:02] Production.INFO: Account Balance Start.
[2026-09-11 06:20:02] Production.INFO: CreateAllLog Start
[2026-09-11 06:20:02] Production.INFO: 117
[2026-09-11 06:20:02] Production.INFO: Date 2026-09-08
[2026-09-11 06:20:02] Production.INFO: ==20126== Lock acquired, processing the job...
[2026-09-11 06:20:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 06:20:02] Production.INFO: Reseller ==> 0
[2026-09-11 06:20:02] Production.INFO: Date 2026-09-09
[2026-09-11 06:20:02] Production.INFO: Reseller ==> 0
[2026-09-11 06:20:03] Production.INFO: Date 2026-09-10
[2026-09-11 06:20:03] Production.INFO: Reseller ==> 0
[2026-09-11 06:20:03] Production.INFO: ==20118== Lock acquired, processing the job...
[2026-09-11 06:20:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 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-09-11 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-09-11 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-09-11 06:20:03] Production.INFO: ==20126== Releasing lock...
[2026-09-11 06:20:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 06:20:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 06:20:03] Production.INFO: Date 2026-09-11
[2026-09-11 06:20:03] Production.INFO: Reseller ==> 0
[2026-09-11 06:20:03] Production.INFO: Total Charge 0
[2026-09-11 06:20:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 06:20:03] Production.INFO: ==20120== Lock acquired, processing the job...
[2026-09-11 06:20:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 06:20:03] Production.INFO: ==20122== Lock acquired, processing the job...
[2026-09-11 06:20:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 06:20:03] Production.INFO: CreateAllLog End
[2026-09-11 06:20:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 06:20:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 06:20:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 06:20:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 06:20:03] Production.INFO: Account Balance End.
[2026-09-11 06:20:03] Production.ERROR: CronJobId end 12
[2026-09-11 06:20:03] Production.INFO: ==20124== Releasing lock...
[2026-09-11 06:20:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 06:20:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 06:20:04] Production.INFO: ==20120== Releasing lock...
[2026-09-11 06:20:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 06:20:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 06:20:12] Production.ERROR: CronJobId end10
[2026-09-11 06:20:12] Production.INFO: ==20122== Releasing lock...
[2026-09-11 06:20:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 06:20:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 06:20:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 06:20:15] Production.INFO: ============== Balance Warning START===========
[2026-09-11 06:20:15] Production.INFO: ============== Balance Warning END===========
[2026-09-11 06:20:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 06:20:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 06:20:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 06:20:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 06:20:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 06:20:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 06:20:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 06:20:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 06:20:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 06:20:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 06:20:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 06:20:15] Production.INFO: call_cost start
[2026-09-11 06:20:15] Production.INFO: call_cost end
[2026-09-11 06:20:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 06:20:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 06:20:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 06:20:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 06:20:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 06:20:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 06:20:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 06:20:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 06:20:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 06:20:15] Production.INFO: ==20118== Releasing lock...
[2026-09-11 06:20:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 06:20:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 11:21:01] Production.INFO: ==20194== Lock acquired, processing the job...
[2026-09-11 11:21:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 11:21:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 11:21:01] Production.INFO: neon service started
[2026-09-11 11:21:01] Production.INFO: neon service started
[2026-09-11 11:21:01] Production.INFO: ==20194== Releasing lock...
[2026-09-11 11:21:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 11:21:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 06:21:02] Production.INFO: ==20196== Lock acquired, processing the job...
[2026-09-11 06:21:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 10:21:02] Production.INFO: ==20198== Lock acquired, processing the job...
[2026-09-11 10:21:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 10:21:02] Production.INFO: ==20198== Releasing lock...
[2026-09-11 10:21:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 10:21:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 06:21:02] Production.INFO: ==20196== Releasing lock...
[2026-09-11 06:21:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 06:21:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 06:21:03] Production.INFO: ==20201== Lock acquired, processing the job...
[2026-09-11 06:21:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 06:21:03] Production.INFO: ==20203== Lock acquired, processing the job...
[2026-09-11 06:21:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 06:21:03] Production.INFO: ==20205== Lock acquired, processing the job...
[2026-09-11 06:21:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 06:21:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 06:21:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 06:21:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 06:21:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 06:21:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 06:21:03] Production.INFO: ==20207== Lock acquired, processing the job...
[2026-09-11 06:21:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 06:21:03] Production.INFO: ==20209== Lock acquired, processing the job...
[2026-09-11 06:21:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 06:21:03] Production.INFO: Account Balance Start.
[2026-09-11 06:21:03] Production.INFO: CreateAllLog Start
[2026-09-11 06:21:03] Production.INFO: 117
[2026-09-11 06:21:03] Production.INFO: Date 2026-09-08
[2026-09-11 06:21:03] Production.INFO: Reseller ==> 0
[2026-09-11 06:21:03] Production.INFO: Date 2026-09-09
[2026-09-11 06:21:03] Production.INFO: Reseller ==> 0
[2026-09-11 06: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-09-11 06: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-09-11 06: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-09-11 06:21:04] Production.INFO: Date 2026-09-10
[2026-09-11 06:21:04] Production.INFO: Reseller ==> 0
[2026-09-11 06:21:04] Production.INFO: ==20209== Releasing lock...
[2026-09-11 06:21:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 06:21:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 06:21:04] Production.INFO: Date 2026-09-11
[2026-09-11 06:21:04] Production.INFO: Reseller ==> 0
[2026-09-11 06:21:04] Production.INFO: Total Charge 0
[2026-09-11 06:21:04] Production.INFO: CreateAllLog End
[2026-09-11 06:21:04] Production.INFO: Account Balance End.
[2026-09-11 06:21:04] Production.ERROR: CronJobId end 12
[2026-09-11 06:21:04] Production.INFO: ==20207== Releasing lock...
[2026-09-11 06:21:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 06:21:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 06:21:04] Production.INFO: ==20203== Releasing lock...
[2026-09-11 06:21:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 06:21:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 06:21:11] Production.ERROR: CronJobId end10
[2026-09-11 06:21:11] Production.INFO: ==20205== Releasing lock...
[2026-09-11 06:21:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 06:21:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 06:21:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 06:21:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 06:21:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 06:21:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 06:21:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 06:21:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 06:21:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 06:21:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 06:21:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 06:21:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 06:21:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 06:21:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 06:21:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 06:21:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 06:21:14] Production.INFO: call_cost start
[2026-09-11 06:21:14] Production.INFO: call_cost end
[2026-09-11 06:21:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 06:21:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 06:21:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 06:21:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 06:21:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 06:21:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 06:21:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 06:21:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 06:21:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 06:21:14] Production.INFO: ==20201== Releasing lock...
[2026-09-11 06:21:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 06:21:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 11:22:02] Production.INFO: ==20269== Lock acquired, processing the job...
[2026-09-11 11:22:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 11:22:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 11:22:02] Production.INFO: neon service started
[2026-09-11 11:22:02] Production.INFO: neon service started
[2026-09-11 11:22:02] Production.INFO: ==20269== Releasing lock...
[2026-09-11 11:22:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 11:22:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 06:22:02] Production.INFO: ==20271== Lock acquired, processing the job...
[2026-09-11 06:22:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 06:22:02] Production.INFO: ==20271== Releasing lock...
[2026-09-11 06:22:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 06:22:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 10:22:03] Production.INFO: ==20273== Lock acquired, processing the job...
[2026-09-11 10:22:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 10:22:03] Production.INFO: ==20273== Releasing lock...
[2026-09-11 10:22:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 10:22:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 06:22:03] Production.INFO: ==20284== Lock acquired, processing the job...
[2026-09-11 06:22:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 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-09-11 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-09-11 06: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-09-11 06:22:04] Production.INFO: ==20284== Releasing lock...
[2026-09-11 06:22:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 06:22:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 06:22:04] Production.INFO: ==20278== Lock acquired, processing the job...
[2026-09-11 06:22:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 06:22:04] Production.INFO: ==20276== Lock acquired, processing the job...
[2026-09-11 06:22:04] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 06:22:04] Production.INFO: ==20282== Lock acquired, processing the job...
[2026-09-11 06:22:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 06:22:04] Production.INFO: ==20280== Lock acquired, processing the job...
[2026-09-11 06:22:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 06:22:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 06:22:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 06:22:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 06:22:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 06:22:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 06:22:04] Production.INFO: Account Balance Start.
[2026-09-11 06:22:04] Production.INFO: CreateAllLog Start
[2026-09-11 06:22:04] Production.INFO: 117
[2026-09-11 06:22:04] Production.INFO: Date 2026-09-08
[2026-09-11 06:22:04] Production.INFO: Reseller ==> 0
[2026-09-11 06:22:04] Production.INFO: Date 2026-09-09
[2026-09-11 06:22:04] Production.INFO: Reseller ==> 0
[2026-09-11 06:22:04] Production.INFO: Date 2026-09-10
[2026-09-11 06:22:04] Production.INFO: Reseller ==> 0
[2026-09-11 06:22:04] Production.INFO: Date 2026-09-11
[2026-09-11 06:22:04] Production.INFO: Reseller ==> 0
[2026-09-11 06:22:04] Production.INFO: Total Charge 0
[2026-09-11 06:22:04] Production.INFO: CreateAllLog End
[2026-09-11 06:22:04] Production.INFO: Account Balance End.
[2026-09-11 06:22:05] Production.ERROR: CronJobId end 12
[2026-09-11 06:22:05] Production.INFO: ==20282== Releasing lock...
[2026-09-11 06:22:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 06:22:05] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 06:22:05] Production.INFO: ==20278== Releasing lock...
[2026-09-11 06:22:05] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 06:22:05] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 06:22:12] Production.ERROR: CronJobId end10
[2026-09-11 06:22:12] Production.INFO: ==20280== Releasing lock...
[2026-09-11 06:22:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 06:22:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 06:22:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 06:22:15] Production.INFO: ============== Balance Warning START===========
[2026-09-11 06:22:15] Production.INFO: ============== Balance Warning END===========
[2026-09-11 06:22:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 06:22:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 06:22:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 06:22:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 06:22:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 06:22:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 06:22:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 06:22:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 06:22:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 06:22:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 06:22:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 06:22:16] Production.INFO: call_cost start
[2026-09-11 06:22:16] Production.INFO: call_cost end
[2026-09-11 06:22:16] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 06:22:16] Production.INFO: ============== Report Schedule START===========
[2026-09-11 06:22:16] Production.INFO: ============== Report Schedule END===========
[2026-09-11 06:22:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 06:22:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 06:22:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 06:22:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 06:22:16] Production.INFO: ============== Deal alert START===========
[2026-09-11 06:22:16] Production.INFO: ============== Deal alert END===========
[2026-09-11 06:22:16] Production.INFO: ==20276== Releasing lock...
[2026-09-11 06:22:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 06:22:16] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 11:23:01] Production.INFO: ==20347== Lock acquired, processing the job...
[2026-09-11 11:23:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 11:23:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 11:23:01] Production.INFO: neon service started
[2026-09-11 11:23:01] Production.INFO: neon service started
[2026-09-11 11:23:01] Production.INFO: ==20347== Releasing lock...
[2026-09-11 11:23:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 11:23:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 06:23:02] Production.INFO: ==20350== Lock acquired, processing the job...
[2026-09-11 06:23:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 06:23:02] Production.INFO: ==20350== Releasing lock...
[2026-09-11 06:23:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 06:23:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 10:23:02] Production.INFO: ==20352== Lock acquired, processing the job...
[2026-09-11 10:23:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 10:23:02] Production.INFO: ==20352== Releasing lock...
[2026-09-11 10:23:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 10:23:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 06:23:03] Production.INFO: ==20354== Lock acquired, processing the job...
[2026-09-11 06:23:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 06:23:03] Production.INFO: ==20356== Lock acquired, processing the job...
[2026-09-11 06:23:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 06:23:03] Production.INFO: ==20358== Lock acquired, processing the job...
[2026-09-11 06:23:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 06:23:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 06:23:03] Production.INFO: ==20362== Lock acquired, processing the job...
[2026-09-11 06:23:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 06:23:03] Production.INFO: ==20360== Lock acquired, processing the job...
[2026-09-11 06:23:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 06:23:03] Production.INFO: Account Balance Start.
[2026-09-11 06:23:03] Production.INFO: CreateAllLog Start
[2026-09-11 06:23:03] Production.INFO: 117
[2026-09-11 06:23:03] Production.INFO: Date 2026-09-08
[2026-09-11 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-09-11 06:23:03] Production.INFO: Reseller ==> 0
[2026-09-11 06:23:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 06:23:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 06:23:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 06:23:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 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-09-11 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-09-11 06:23:03] Production.INFO: Date 2026-09-09
[2026-09-11 06:23:03] Production.INFO: Reseller ==> 0
[2026-09-11 06:23:03] Production.INFO: ==20362== Releasing lock...
[2026-09-11 06:23:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 06:23:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 06:23:03] Production.INFO: Date 2026-09-10
[2026-09-11 06:23:03] Production.INFO: Reseller ==> 0
[2026-09-11 06:23:03] Production.INFO: Date 2026-09-11
[2026-09-11 06:23:03] Production.INFO: Reseller ==> 0
[2026-09-11 06:23:03] Production.INFO: Total Charge 0
[2026-09-11 06:23:03] Production.INFO: CreateAllLog End
[2026-09-11 06:23:04] Production.INFO: Account Balance End.
[2026-09-11 06:23:04] Production.ERROR: CronJobId end 12
[2026-09-11 06:23:04] Production.INFO: ==20360== Releasing lock...
[2026-09-11 06:23:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 06:23:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 06:23:04] Production.INFO: ==20356== Releasing lock...
[2026-09-11 06:23:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 06:23:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 06:23:12] Production.ERROR: CronJobId end10
[2026-09-11 06:23:12] Production.INFO: ==20358== Releasing lock...
[2026-09-11 06:23:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 06:23:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 06:23:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 06:23:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 06:23:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 06:23:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 06:23:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 06:23:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 06:23:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 06:23:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 06:23:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 06:23:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 06:23:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 06:23:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 06:23:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 06:23:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 06:23:14] Production.INFO: call_cost start
[2026-09-11 06:23:14] Production.INFO: call_cost end
[2026-09-11 06:23:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 06:23:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 06:23:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 06:23:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 06:23:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 06:23:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 06:23:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 06:23:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 06:23:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 06:23:14] Production.INFO: ==20354== Releasing lock...
[2026-09-11 06:23:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 06:23:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 11:24:01] Production.INFO: ==20422== Lock acquired, processing the job...
[2026-09-11 11:24:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 11:24:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 11:24:01] Production.INFO: neon service started
[2026-09-11 11:24:01] Production.INFO: neon service started
[2026-09-11 11:24:01] Production.INFO: ==20422== Releasing lock...
[2026-09-11 11:24:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 11:24:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 06:24:02] Production.INFO: ==20425== Lock acquired, processing the job...
[2026-09-11 06:24:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 10:24:02] Production.INFO: ==20427== Lock acquired, processing the job...
[2026-09-11 10:24:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 10:24:02] Production.INFO: ==20427== Releasing lock...
[2026-09-11 10:24:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 10:24:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 06:24:02] Production.INFO: ==20425== Releasing lock...
[2026-09-11 06:24:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 06:24:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 06:24:03] Production.INFO: ==20429== Lock acquired, processing the job...
[2026-09-11 06:24:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 06:24:03] Production.INFO: ==20431== Lock acquired, processing the job...
[2026-09-11 06:24:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 06:24:03] Production.INFO: ==20433== Lock acquired, processing the job...
[2026-09-11 06:24:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 06:24:03] Production.INFO: ==20435== Lock acquired, processing the job...
[2026-09-11 06:24:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 06:24:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 06:24:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 06:24:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 06:24:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 06:24:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 06:24:03] Production.INFO: ==20437== Lock acquired, processing the job...
[2026-09-11 06:24:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 06:24:03] Production.INFO: Account Balance Start.
[2026-09-11 06:24:03] Production.INFO: CreateAllLog Start
[2026-09-11 06:24:03] Production.INFO: 117
[2026-09-11 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-09-11 06:24:03] Production.INFO: Date 2026-09-08
[2026-09-11 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-09-11 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-09-11 06:24:03] Production.INFO: ==20437== Releasing lock...
[2026-09-11 06:24:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 06:24:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 06:24:03] Production.INFO: Reseller ==> 0
[2026-09-11 06:24:03] Production.INFO: Date 2026-09-09
[2026-09-11 06:24:03] Production.INFO: Reseller ==> 0
[2026-09-11 06:24:03] Production.INFO: Date 2026-09-10
[2026-09-11 06:24:03] Production.INFO: Reseller ==> 0
[2026-09-11 06:24:03] Production.INFO: Date 2026-09-11
[2026-09-11 06:24:03] Production.INFO: Reseller ==> 0
[2026-09-11 06:24:03] Production.INFO: Total Charge 0
[2026-09-11 06:24:03] Production.INFO: CreateAllLog End
[2026-09-11 06:24:03] Production.INFO: Account Balance End.
[2026-09-11 06:24:03] Production.INFO: ==20431== Releasing lock...
[2026-09-11 06:24:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 06:24:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 06:24:03] Production.ERROR: CronJobId end 12
[2026-09-11 06:24:03] Production.INFO: ==20435== Releasing lock...
[2026-09-11 06:24:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 06:24:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 06:24:11] Production.ERROR: CronJobId end10
[2026-09-11 06:24:11] Production.INFO: ==20433== Releasing lock...
[2026-09-11 06:24:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 06:24:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 06:24:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 06:24:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 06:24:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 06:24:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 06:24:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 06:24:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 06:24:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 06:24:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 06:24:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 06:24:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 06:24:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 06:24:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 06:24:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 06:24:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 06:24:14] Production.INFO: call_cost start
[2026-09-11 06:24:14] Production.INFO: call_cost end
[2026-09-11 06:24:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 06:24:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 06:24:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 06:24:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 06:24:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 06:24:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 06:24:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 06:24:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 06:24:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 06:24:14] Production.INFO: ==20429== Releasing lock...
[2026-09-11 06:24:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 06:24:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 11:25:01] Production.INFO: ==20498== Lock acquired, processing the job...
[2026-09-11 11:25:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 11:25:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 11:25:01] Production.INFO: neon service started
[2026-09-11 11:25:01] Production.INFO: neon service started
[2026-09-11 11:25:01] Production.INFO: ==20498== Releasing lock...
[2026-09-11 11:25:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 11:25:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 06:25:02] Production.INFO: ==20501== Lock acquired, processing the job...
[2026-09-11 06:25:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 06:25:02] Production.INFO: ==20501== Releasing lock...
[2026-09-11 06:25:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 06:25:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 10:25:02] Production.INFO: ==20503== Lock acquired, processing the job...
[2026-09-11 10:25:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 10:25:02] Production.INFO: ==20503== Releasing lock...
[2026-09-11 10:25:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 10:25:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 06:25:03] Production.INFO: ==20513== Lock acquired, processing the job...
[2026-09-11 06:25:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 06:25:03] Production.INFO: ==20515== Lock acquired, processing the job...
[2026-09-11 06:25:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-11 06:25:03] Production.ERROR: tblTempUsageDetail_20
[2026-09-11 06:25:03] Production.INFO: ==20505== Lock acquired, processing the job...
[2026-09-11 06:25:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-11 06:25:03] Production.INFO: Account Balance Start.
[2026-09-11 06:25:03] Production.INFO: CreateAllLog Start
[2026-09-11 06:25:03] Production.INFO: 117
[2026-09-11 06:25:03] Production.INFO: Date 2026-09-08
[2026-09-11 06:25:03] Production.INFO: Reseller ==> 0
[2026-09-11 06:25:03] Production.INFO: ==20507== Lock acquired, processing the job...
[2026-09-11 06:25:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 06:25:03] Production.INFO: ==20509== Lock acquired, processing the job...
[2026-09-11 06:25:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 06:25:03] Production.INFO: ==20511== Lock acquired, processing the job...
[2026-09-11 06:25:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 06:25:03] Production.INFO: Date 2026-09-09
[2026-09-11 06:25:03] Production.INFO: Reseller ==> 0
[2026-09-11 06:25:03] Production.ERROR: ========================== active cronjob start =============================
[2026-09-11 06:25:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-11 06:25:03] Production.ERROR: CronJob PID - 20513
[2026-09-11 06:25:03] Production.ERROR: CronJob Title - Prepaid Account Balance
[2026-09-11 06:25:03] Production.ERROR: CronJob ID - 12
[2026-09-11 06:25:03] Production.ERROR: CronJob Last Run Time 2026-09-11 06:25:00
[2026-09-11 06:25:03] Production.ERROR: CronJob Active Minutes 0
[2026-09-11 06:25:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-11 06:25:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-11 06:25:03] Production.ERROR: CronJob PID - 20515
[2026-09-11 06:25:03] Production.ERROR: CronJob Title - PBX - DanielGraystone - 54.39.17.106 Reseller CDR Process
[2026-09-11 06:25:03] Production.ERROR: CronJob ID - 17
[2026-09-11 06:25:03] Production.ERROR: CronJob Last Run Time 2026-09-11 06:25:00
[2026-09-11 06:25:03] Production.ERROR: CronJob Active Minutes 0
[2026-09-11 06:25:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-11 06:25:03] Production.INFO: Date 2026-09-10
[2026-09-11 06:25:03] Production.INFO: Reseller ==> 0
[2026-09-11 06:25:03] Production.INFO: ==20517== Lock acquired, processing the job...
[2026-09-11 06:25:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 06:25:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 06:25:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 06:25:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 06:25:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 06:25:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 06:25:03] Production.INFO: Date 2026-09-11
[2026-09-11 06:25:03] Production.INFO: Reseller ==> 0
[2026-09-11 06:25:03] Production.ERROR: ========================== active cronjob end =============================
[2026-09-11 06:25:03] Production.INFO: ==20505== Releasing lock...
[2026-09-11 06:25:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-11 06:25:03] Production.INFO: 25.5 MB #Memory Used#
[2026-09-11 06:25:04] Production.ERROR: done
[2026-09-11 06:25:04] Production.INFO: Total Charge 0
[2026-09-11 06:25:04] Production.INFO: CreateAllLog End
[2026-09-11 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-09-11 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-09-11 06:25:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-11 06:25:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17982933', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) start
[2026-09-11 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-09-11 06:25:04] Production.INFO: ==20517== Releasing lock...
[2026-09-11 06:25:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 06:25:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 06:25:04] Production.INFO: Account Balance End.
[2026-09-11 06:25:04] Production.ERROR: CronJobId end 12
[2026-09-11 06:25:04] Production.INFO: ==20513== Releasing lock...
[2026-09-11 06:25:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 06:25:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 06:25:04] Production.INFO: ==20509== Releasing lock...
[2026-09-11 06:25:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 06:25:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 06:25:11] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17982933', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) end
[2026-09-11 06:25:11] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-11 06:25:11] Production.INFO: ProcessCDR(1,17982933,1,1,2)
[2026-09-11 06:25:11] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17982933,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 06:25:11] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17982933,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 06:25:11] Production.ERROR: pbx prc_insertCDR start
[2026-09-11 06:25:11] Production.ERROR: pbx prc_insertCDR end
[2026-09-11 06:25:11] Production.INFO: ==20515== Releasing lock...
[2026-09-11 06:25:11] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-11 06:25:11] Production.INFO: 26 MB #Memory Used#
[2026-09-11 06:25:15] Production.ERROR: CronJobId end10
[2026-09-11 06:25:15] Production.INFO: ==20511== Releasing lock...
[2026-09-11 06:25:15] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 06:25:15] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 06:25:18] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 06:25:18] Production.INFO: ============== Balance Warning START===========
[2026-09-11 06:25:18] Production.INFO: ============== Balance Warning END===========
[2026-09-11 06:25:18] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 06:25:18] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 06:25:18] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 06:25:18] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 06:25:18] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 06:25:18] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 06:25:18] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 06:25:18] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 06:25:18] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 06:25:18] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 06:25:18] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 06:25:18] Production.INFO: call_cost start
[2026-09-11 06:25:18] Production.INFO: call_cost end
[2026-09-11 06:25:18] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 06:25:18] Production.INFO: ============== Report Schedule START===========
[2026-09-11 06:25:18] Production.INFO: ============== Report Schedule END===========
[2026-09-11 06:25:18] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 06:25:18] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 06:25:18] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 06:25:18] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 06:25:18] Production.INFO: ============== Deal alert START===========
[2026-09-11 06:25:18] Production.INFO: ============== Deal alert END===========
[2026-09-11 06:25:18] Production.INFO: ==20507== Releasing lock...
[2026-09-11 06:25:18] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 06:25:18] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 11:26:02] Production.INFO: ==20581== Lock acquired, processing the job...
[2026-09-11 11:26:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 11:26:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 11:26:02] Production.INFO: neon service started
[2026-09-11 11:26:02] Production.INFO: neon service started
[2026-09-11 11:26:02] Production.INFO: ==20581== Releasing lock...
[2026-09-11 11:26:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 11:26:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 06:26:02] Production.INFO: ==20584== Lock acquired, processing the job...
[2026-09-11 06:26:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 06:26:02] Production.INFO: ==20584== Releasing lock...
[2026-09-11 06:26:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 06:26:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 10:26:03] Production.INFO: ==20586== Lock acquired, processing the job...
[2026-09-11 10:26:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 10:26:03] Production.INFO: ==20586== Releasing lock...
[2026-09-11 10:26:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 10:26:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 06:26:03] Production.INFO: ==20588== Lock acquired, processing the job...
[2026-09-11 06:26:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 06:26:03] Production.INFO: ==20592== Lock acquired, processing the job...
[2026-09-11 06:26:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 06:26:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 06:26:03] Production.INFO: ==20590== Lock acquired, processing the job...
[2026-09-11 06:26:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 06:26:03] Production.INFO: ==20594== Lock acquired, processing the job...
[2026-09-11 06:26:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 06:26:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 06:26:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 06:26:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 06:26:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 06:26:03] Production.INFO: ==20596== Lock acquired, processing the job...
[2026-09-11 06:26:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 06:26:03] Production.INFO: Account Balance Start.
[2026-09-11 06:26:03] Production.INFO: CreateAllLog Start
[2026-09-11 06:26:03] Production.INFO: 117
[2026-09-11 06:26:04] Production.INFO: Date 2026-09-08
[2026-09-11 06: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-09-11 06:26:04] Production.INFO: Reseller ==> 0
[2026-09-11 06: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-09-11 06: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-09-11 06:26:04] Production.INFO: ==20596== Releasing lock...
[2026-09-11 06:26:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 06:26:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 06:26:04] Production.INFO: Date 2026-09-09
[2026-09-11 06:26:04] Production.INFO: Reseller ==> 0
[2026-09-11 06:26:04] Production.INFO: Date 2026-09-10
[2026-09-11 06:26:04] Production.INFO: Reseller ==> 0
[2026-09-11 06:26:04] Production.INFO: Date 2026-09-11
[2026-09-11 06:26:04] Production.INFO: Reseller ==> 0
[2026-09-11 06:26:04] Production.INFO: Total Charge 0
[2026-09-11 06:26:04] Production.INFO: CreateAllLog End
[2026-09-11 06:26:04] Production.INFO: Account Balance End.
[2026-09-11 06:26:04] Production.ERROR: CronJobId end 12
[2026-09-11 06:26:04] Production.INFO: ==20594== Releasing lock...
[2026-09-11 06:26:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 06:26:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 06:26:04] Production.INFO: ==20590== Releasing lock...
[2026-09-11 06:26:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 06:26:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 06:26:11] Production.ERROR: CronJobId end10
[2026-09-11 06:26:11] Production.INFO: ==20592== Releasing lock...
[2026-09-11 06:26:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 06:26:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 06:26:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 06:26:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 06:26:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 06:26:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 06:26:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 06:26:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 06:26:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 06:26:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 06:26:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 06:26:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 06:26:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 06:26:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 06:26:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 06:26:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 06:26:14] Production.INFO: call_cost start
[2026-09-11 06:26:14] Production.INFO: call_cost end
[2026-09-11 06:26:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 06:26:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 06:26:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 06:26:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 06:26:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 06:26:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 06:26:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 06:26:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 06:26:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 06:26:14] Production.INFO: ==20588== Releasing lock...
[2026-09-11 06:26:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 06:26:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 11:27:01] Production.INFO: ==20660== Lock acquired, processing the job...
[2026-09-11 11:27:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 11:27:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 11:27:01] Production.INFO: neon service started
[2026-09-11 11:27:01] Production.INFO: neon service started
[2026-09-11 11:27:01] Production.INFO: ==20660== Releasing lock...
[2026-09-11 11:27:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 11:27:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 06:27:02] Production.INFO: ==20662== Lock acquired, processing the job...
[2026-09-11 06:27:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 10:27:02] Production.INFO: ==20664== Lock acquired, processing the job...
[2026-09-11 10:27:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 10:27:02] Production.INFO: ==20664== Releasing lock...
[2026-09-11 10:27:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 10:27:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 06:27:02] Production.INFO: ==20662== Releasing lock...
[2026-09-11 06:27:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 06:27:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 06:27:03] Production.INFO: ==20667== Lock acquired, processing the job...
[2026-09-11 06:27:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 06:27:03] Production.INFO: ==20671== Lock acquired, processing the job...
[2026-09-11 06:27:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 06:27:03] Production.INFO: ==20673== Lock acquired, processing the job...
[2026-09-11 06:27:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 06:27:03] Production.INFO: ==20669== Lock acquired, processing the job...
[2026-09-11 06:27:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 06:27:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 06:27:03] Production.INFO: ==20675== Lock acquired, processing the job...
[2026-09-11 06:27:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 06:27:03] Production.INFO: Account Balance Start.
[2026-09-11 06:27:03] Production.INFO: CreateAllLog Start
[2026-09-11 06:27:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 06:27:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 06:27:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 06:27:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 06:27:03] Production.INFO: 117
[2026-09-11 06:27:03] Production.INFO: Date 2026-09-08
[2026-09-11 06:27:03] Production.INFO: Reseller ==> 0
[2026-09-11 06: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-09-11 06:27:03] Production.INFO: Date 2026-09-09
[2026-09-11 06:27:03] Production.INFO: Reseller ==> 0
[2026-09-11 06: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-09-11 06: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-09-11 06:27:03] Production.INFO: Date 2026-09-10
[2026-09-11 06:27:03] Production.INFO: Reseller ==> 0
[2026-09-11 06:27:03] Production.INFO: ==20675== Releasing lock...
[2026-09-11 06:27:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 06:27:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 06:27:03] Production.INFO: Date 2026-09-11
[2026-09-11 06:27:03] Production.INFO: Reseller ==> 0
[2026-09-11 06:27:03] Production.INFO: Total Charge 0
[2026-09-11 06:27:03] Production.INFO: CreateAllLog End
[2026-09-11 06:27:04] Production.INFO: ==20669== Releasing lock...
[2026-09-11 06:27:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 06:27:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 06:27:04] Production.INFO: Account Balance End.
[2026-09-11 06:27:04] Production.ERROR: CronJobId end 12
[2026-09-11 06:27:04] Production.INFO: ==20673== Releasing lock...
[2026-09-11 06:27:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 06:27:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 06:27:11] Production.ERROR: CronJobId end10
[2026-09-11 06:27:11] Production.INFO: ==20671== Releasing lock...
[2026-09-11 06:27:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 06:27:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 06:27:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 06:27:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 06:27:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 06:27:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 06:27:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 06:27:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 06:27:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 06:27:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 06:27:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 06:27:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 06:27:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 06:27:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 06:27:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 06:27:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 06:27:13] Production.INFO: call_cost start
[2026-09-11 06:27:13] Production.INFO: call_cost end
[2026-09-11 06:27:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 06:27:13] Production.INFO: ============== Report Schedule START===========
[2026-09-11 06:27:13] Production.INFO: ============== Report Schedule END===========
[2026-09-11 06:27:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 06:27:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 06:27:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 06:27:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 06:27:13] Production.INFO: ============== Deal alert START===========
[2026-09-11 06:27:13] Production.INFO: ============== Deal alert END===========
[2026-09-11 06:27:13] Production.INFO: ==20667== Releasing lock...
[2026-09-11 06:27:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 06:27:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 11:28:02] Production.INFO: ==20753== Lock acquired, processing the job...
[2026-09-11 11:28:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 11:28:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 11:28:02] Production.INFO: neon service started
[2026-09-11 11:28:02] Production.INFO: neon service started
[2026-09-11 11:28:02] Production.INFO: ==20753== Releasing lock...
[2026-09-11 11:28:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 11:28:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 06:28:02] Production.INFO: ==20755== Lock acquired, processing the job...
[2026-09-11 06:28:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 06:28:02] Production.INFO: ==20755== Releasing lock...
[2026-09-11 06:28:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 06:28:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 10:28:03] Production.INFO: ==20757== Lock acquired, processing the job...
[2026-09-11 10:28:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 10:28:03] Production.INFO: ==20757== Releasing lock...
[2026-09-11 10:28:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 10:28:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 06:28:03] Production.INFO: ==20761== Lock acquired, processing the job...
[2026-09-11 06:28:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 06:28:03] Production.INFO: ==20763== Lock acquired, processing the job...
[2026-09-11 06:28:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 06:28:03] Production.INFO: ==20765== Lock acquired, processing the job...
[2026-09-11 06:28:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 06:28:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 06:28:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 06:28:03] Production.INFO: ==20767== Lock acquired, processing the job...
[2026-09-11 06:28:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 06:28:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 06:28:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 06:28:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 06:28:03] Production.INFO: ==20769== Lock acquired, processing the job...
[2026-09-11 06:28:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 06:28:03] Production.INFO: Account Balance Start.
[2026-09-11 06:28:03] Production.INFO: CreateAllLog Start
[2026-09-11 06:28:03] Production.INFO: 117
[2026-09-11 06:28:03] Production.INFO: Date 2026-09-08
[2026-09-11 06:28:03] Production.INFO: Reseller ==> 0
[2026-09-11 06:28:03] Production.INFO: Date 2026-09-09
[2026-09-11 06:28:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 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-09-11 06:28:03] Production.INFO: Date 2026-09-10
[2026-09-11 06:28:03] Production.INFO: Reseller ==> 0
[2026-09-11 06:28:03] Production.INFO: ==20769== Releasing lock...
[2026-09-11 06:28:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 06:28:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 06:28:03] Production.INFO: Date 2026-09-11
[2026-09-11 06:28:03] Production.INFO: Reseller ==> 0
[2026-09-11 06:28:04] Production.INFO: Total Charge 0
[2026-09-11 06:28:04] Production.INFO: CreateAllLog End
[2026-09-11 06:28:04] Production.INFO: Account Balance End.
[2026-09-11 06:28:04] Production.ERROR: CronJobId end 12
[2026-09-11 06:28:04] Production.INFO: ==20767== Releasing lock...
[2026-09-11 06:28:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 06:28:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 06:28:04] Production.INFO: ==20763== Releasing lock...
[2026-09-11 06:28:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 06:28:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 06:28:13] Production.ERROR: CronJobId end10
[2026-09-11 06:28:13] Production.INFO: ==20765== Releasing lock...
[2026-09-11 06:28:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 06:28:13] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 06:28:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 06:28:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 06:28:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 06:28:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 06:28:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 06:28:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 06:28:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 06:28:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 06:28:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 06:28:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 06:28:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 06:28:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 06:28:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 06:28:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 06:28:15] Production.INFO: call_cost start
[2026-09-11 06:28:15] Production.INFO: call_cost end
[2026-09-11 06:28:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 06:28:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 06:28:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 06:28:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 06:28:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 06:28:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 06:28:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 06:28:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 06:28:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 06:28:15] Production.INFO: ==20761== Releasing lock...
[2026-09-11 06:28:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 06:28:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 11:29:01] Production.INFO: ==20832== Lock acquired, processing the job...
[2026-09-11 11:29:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 11:29:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 11:29:01] Production.INFO: neon service started
[2026-09-11 11:29:01] Production.INFO: neon service started
[2026-09-11 11:29:01] Production.INFO: ==20832== Releasing lock...
[2026-09-11 11:29:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 11:29:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 06:29:01] Production.INFO: ==20834== Lock acquired, processing the job...
[2026-09-11 06:29:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 06:29:02] Production.INFO: ==20834== Releasing lock...
[2026-09-11 06:29:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 06:29:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 10:29:02] Production.INFO: ==20836== Lock acquired, processing the job...
[2026-09-11 10:29:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 10:29:02] Production.INFO: ==20836== Releasing lock...
[2026-09-11 10:29:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 10:29:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 06:29:02] Production.INFO: ==20839== Lock acquired, processing the job...
[2026-09-11 06:29:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 06:29:03] Production.INFO: ==20843== Lock acquired, processing the job...
[2026-09-11 06:29:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 06:29:03] Production.INFO: ==20841== Lock acquired, processing the job...
[2026-09-11 06:29:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 06:29:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 06:29:03] Production.INFO: ==20847== Lock acquired, processing the job...
[2026-09-11 06:29:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 06:29:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 06:29:03] Production.INFO: ==20845== Lock acquired, processing the job...
[2026-09-11 06:29:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 06:29:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 06:29:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 06:29:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 06:29:03] Production.INFO: Account Balance Start.
[2026-09-11 06:29:03] Production.INFO: CreateAllLog Start
[2026-09-11 06:29:03] Production.INFO: 117
[2026-09-11 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-09-11 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-09-11 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-09-11 06:29:03] Production.INFO: Date 2026-09-08
[2026-09-11 06:29:03] Production.INFO: Reseller ==> 0
[2026-09-11 06:29:03] Production.INFO: ==20847== Releasing lock...
[2026-09-11 06:29:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 06:29:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 06:29:03] Production.INFO: Date 2026-09-09
[2026-09-11 06:29:03] Production.INFO: Reseller ==> 0
[2026-09-11 06:29:03] Production.INFO: Date 2026-09-10
[2026-09-11 06:29:03] Production.INFO: Reseller ==> 0
[2026-09-11 06:29:03] Production.INFO: Date 2026-09-11
[2026-09-11 06:29:03] Production.INFO: Reseller ==> 0
[2026-09-11 06:29:03] Production.INFO: Total Charge 0
[2026-09-11 06:29:03] Production.INFO: CreateAllLog End
[2026-09-11 06:29:03] Production.INFO: Account Balance End.
[2026-09-11 06:29:03] Production.ERROR: CronJobId end 12
[2026-09-11 06:29:03] Production.INFO: ==20845== Releasing lock...
[2026-09-11 06:29:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 06:29:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 06:29:04] Production.INFO: ==20841== Releasing lock...
[2026-09-11 06:29:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 06:29:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 06:29:12] Production.ERROR: CronJobId end10
[2026-09-11 06:29:12] Production.INFO: ==20843== Releasing lock...
[2026-09-11 06:29:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 06:29:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 06:29:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 06:29:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 06:29:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 06:29:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 06:29:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 06:29:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 06:29:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 06:29:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 06:29:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 06:29:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 06:29:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 06:29:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 06:29:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 06:29:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 06:29:14] Production.INFO: call_cost start
[2026-09-11 06:29:14] Production.INFO: call_cost end
[2026-09-11 06:29:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 06:29:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 06:29:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 06:29:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 06:29:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 06:29:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 06:29:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 06:29:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 06:29:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 06:29:14] Production.INFO: ==20839== Releasing lock...
[2026-09-11 06:29:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 06:29:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 11:30:02] Production.INFO: ==20910== Lock acquired, processing the job...
[2026-09-11 11:30:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 11:30:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 11:30:02] Production.INFO: neon service started
[2026-09-11 11:30:02] Production.INFO: neon service started
[2026-09-11 11:30:02] Production.INFO: ==20910== Releasing lock...
[2026-09-11 11:30:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 11:30:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 06:30:02] Production.INFO: ==20912== Lock acquired, processing the job...
[2026-09-11 06:30:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 06:30:02] Production.INFO: ==20912== Releasing lock...
[2026-09-11 06:30:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 06:30:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 10:30:03] Production.INFO: ==20914== Lock acquired, processing the job...
[2026-09-11 10:30:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 10:30:03] Production.INFO: ==20914== Releasing lock...
[2026-09-11 10:30:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 10:30:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 06:30:03] Production.INFO: ==20916== Lock acquired, processing the job...
[2026-09-11 06:30:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 06:30:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 06:30:03] Production.INFO: ==20920== Lock acquired, processing the job...
[2026-09-11 06:30:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 06:30:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 06:30:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 06:30:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 06:30:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 06:30:03] Production.INFO: ==20924== Lock acquired, processing the job...
[2026-09-11 06:30:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 06:30:03] Production.INFO: ==20922== Lock acquired, processing the job...
[2026-09-11 06:30:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 06:30:03] Production.INFO: ==20918== Lock acquired, processing the job...
[2026-09-11 06:30:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 06:30:03] Production.INFO: Account Balance Start.
[2026-09-11 06:30:03] Production.INFO: CreateAllLog Start
[2026-09-11 06:30:03] Production.INFO: 117
[2026-09-11 06:30:03] Production.INFO: Date 2026-09-08
[2026-09-11 06: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-09-11 06: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-09-11 06:30:03] Production.INFO: Reseller ==> 0
[2026-09-11 06: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-09-11 06:30:03] Production.INFO: ==20924== Releasing lock...
[2026-09-11 06:30:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 06:30:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 06:30:03] Production.INFO: Date 2026-09-09
[2026-09-11 06:30:03] Production.INFO: Reseller ==> 0
[2026-09-11 06:30:03] Production.INFO: Date 2026-09-10
[2026-09-11 06:30:03] Production.INFO: Reseller ==> 0
[2026-09-11 06:30:04] Production.INFO: Date 2026-09-11
[2026-09-11 06:30:04] Production.INFO: Reseller ==> 0
[2026-09-11 06:30:04] Production.INFO: Total Charge 0
[2026-09-11 06:30:04] Production.INFO: CreateAllLog End
[2026-09-11 06:30:04] Production.INFO: Account Balance End.
[2026-09-11 06:30:04] Production.ERROR: CronJobId end 12
[2026-09-11 06:30:04] Production.INFO: ==20922== Releasing lock...
[2026-09-11 06:30:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 06:30:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 06:30:04] Production.INFO: ==20918== Releasing lock...
[2026-09-11 06:30:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 06:30:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 06:30:11] Production.ERROR: CronJobId end10
[2026-09-11 06:30:11] Production.INFO: ==20920== Releasing lock...
[2026-09-11 06:30:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 06:30:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 06:30:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 06:30:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 06:30:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 06:30:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 06:30:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 06:30:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 06:30:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 06:30:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 06:30:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 06:30:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 06:30:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 06:30:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 06:30:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 06:30:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 06:30:15] Production.INFO: call_cost start
[2026-09-11 06:30:15] Production.INFO: call_cost end
[2026-09-11 06:30:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 06:30:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 06:30:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 06:30:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 06:30:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 06:30:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 06:30:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 06:30:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 06:30:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 06:30:15] Production.INFO: ==20916== Releasing lock...
[2026-09-11 06:30:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 06:30:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 11:31:01] Production.INFO: ==20984== Lock acquired, processing the job...
[2026-09-11 11:31:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 11:31:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 11:31:01] Production.INFO: neon service started
[2026-09-11 11:31:01] Production.INFO: neon service started
[2026-09-11 11:31:01] Production.INFO: ==20984== Releasing lock...
[2026-09-11 11:31:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 11:31:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 06:31:01] Production.INFO: ==20986== Lock acquired, processing the job...
[2026-09-11 06:31:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 06:31:02] Production.INFO: ==20986== Releasing lock...
[2026-09-11 06:31:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 06:31:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 10:31:02] Production.INFO: ==20988== Lock acquired, processing the job...
[2026-09-11 10:31:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 10:31:02] Production.INFO: ==20988== Releasing lock...
[2026-09-11 10:31:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 10:31:02] Production.INFO: 26 MB #Memory Used#
[2026-09-11 06:31:02] Production.INFO: ==20990== Lock acquired, processing the job...
[2026-09-11 06:31:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 06:31:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 06:31:02] Production.INFO: ==20994== Lock acquired, processing the job...
[2026-09-11 06:31:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 06:31:03] Production.INFO: ==20999== Lock acquired, processing the job...
[2026-09-11 06:31:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 06:31:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 06:31:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 06:31:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 06:31:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 06:31:03] Production.INFO: ==20992== Lock acquired, processing the job...
[2026-09-11 06:31:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 06: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-09-11 06: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-09-11 06: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-09-11 06:31:03] Production.INFO: ==20999== Releasing lock...
[2026-09-11 06:31:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 06:31:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 06:31:03] Production.INFO: ==20996== Lock acquired, processing the job...
[2026-09-11 06:31:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 06:31:03] Production.INFO: Account Balance Start.
[2026-09-11 06:31:03] Production.INFO: CreateAllLog Start
[2026-09-11 06:31:03] Production.INFO: 117
[2026-09-11 06:31:03] Production.INFO: Date 2026-09-08
[2026-09-11 06:31:03] Production.INFO: Reseller ==> 0
[2026-09-11 06:31:03] Production.INFO: Date 2026-09-09
[2026-09-11 06:31:03] Production.INFO: Reseller ==> 0
[2026-09-11 06:31:03] Production.INFO: Date 2026-09-10
[2026-09-11 06:31:03] Production.INFO: Reseller ==> 0
[2026-09-11 06:31:03] Production.INFO: Date 2026-09-11
[2026-09-11 06:31:03] Production.INFO: Reseller ==> 0
[2026-09-11 06:31:03] Production.INFO: Total Charge 0
[2026-09-11 06:31:03] Production.INFO: CreateAllLog End
[2026-09-11 06:31:03] Production.INFO: Account Balance End.
[2026-09-11 06:31:03] Production.ERROR: CronJobId end 12
[2026-09-11 06:31:03] Production.INFO: ==20996== Releasing lock...
[2026-09-11 06:31:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 06:31:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 06:31:03] Production.INFO: ==20992== Releasing lock...
[2026-09-11 06:31:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 06:31:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 06:31:11] Production.ERROR: CronJobId end10
[2026-09-11 06:31:11] Production.INFO: ==20994== Releasing lock...
[2026-09-11 06:31:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 06:31:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 06:31:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 06:31:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 06:31:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 06:31:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 06:31:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 06:31:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 06:31:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 06:31:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 06:31:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 06:31:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 06:31:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 06:31:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 06:31:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 06:31:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 06:31:14] Production.INFO: call_cost start
[2026-09-11 06:31:14] Production.INFO: call_cost end
[2026-09-11 06:31:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 06:31:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 06:31:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 06:31:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 06:31:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 06:31:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 06:31:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 06:31:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 06:31:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 06:31:14] Production.INFO: ==20990== Releasing lock...
[2026-09-11 06:31:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 06:31:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 11:32:02] Production.INFO: ==21056== Lock acquired, processing the job...
[2026-09-11 11:32:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 11:32:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 11:32:02] Production.INFO: neon service started
[2026-09-11 11:32:02] Production.INFO: neon service started
[2026-09-11 11:32:02] Production.INFO: ==21056== Releasing lock...
[2026-09-11 11:32:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 11:32:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 06:32:02] Production.INFO: ==21058== Lock acquired, processing the job...
[2026-09-11 06:32:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 06:32:02] Production.INFO: ==21058== Releasing lock...
[2026-09-11 06:32:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 06:32:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 10:32:02] Production.INFO: ==21060== Lock acquired, processing the job...
[2026-09-11 10:32:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 10:32:03] Production.INFO: ==21060== Releasing lock...
[2026-09-11 10:32:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 10:32:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 06:32:03] Production.INFO: ==21062== Lock acquired, processing the job...
[2026-09-11 06:32:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 06:32:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 06:32:03] Production.INFO: ==21068== Lock acquired, processing the job...
[2026-09-11 06:32:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 06:32:03] Production.INFO: ==21064== Lock acquired, processing the job...
[2026-09-11 06:32:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 06:32:03] Production.INFO: ==21066== Lock acquired, processing the job...
[2026-09-11 06:32:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 06:32:03] Production.INFO: Account Balance Start.
[2026-09-11 06:32:03] Production.INFO: CreateAllLog Start
[2026-09-11 06:32:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 06:32:03] Production.INFO: 117
[2026-09-11 06:32:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 06:32:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 06:32:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 06:32:03] Production.INFO: ==21070== Lock acquired, processing the job...
[2026-09-11 06:32:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 06:32:03] Production.INFO: Date 2026-09-08
[2026-09-11 06:32:03] Production.INFO: Reseller ==> 0
[2026-09-11 06:32:03] Production.INFO: Date 2026-09-09
[2026-09-11 06:32:03] Production.INFO: Reseller ==> 0
[2026-09-11 06: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-09-11 06: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-09-11 06: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-09-11 06:32:03] Production.INFO: Date 2026-09-10
[2026-09-11 06:32:03] Production.INFO: Reseller ==> 0
[2026-09-11 06:32:04] Production.INFO: ==21070== Releasing lock...
[2026-09-11 06:32:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 06:32:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 06:32:04] Production.INFO: Date 2026-09-11
[2026-09-11 06:32:04] Production.INFO: Reseller ==> 0
[2026-09-11 06:32:04] Production.INFO: Total Charge 0
[2026-09-11 06:32:04] Production.INFO: CreateAllLog End
[2026-09-11 06:32:04] Production.INFO: Account Balance End.
[2026-09-11 06:32:04] Production.ERROR: CronJobId end 12
[2026-09-11 06:32:04] Production.INFO: ==21068== Releasing lock...
[2026-09-11 06:32:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 06:32:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 06:32:04] Production.INFO: ==21064== Releasing lock...
[2026-09-11 06:32:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 06:32:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 06:32:11] Production.ERROR: CronJobId end10
[2026-09-11 06:32:11] Production.INFO: ==21066== Releasing lock...
[2026-09-11 06:32:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 06:32:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 06:32:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 06:32:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 06:32:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 06:32:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 06:32:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 06:32:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 06:32:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 06:32:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 06:32:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 06:32:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 06:32:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 06:32:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 06:32:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 06:32:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 06:32:14] Production.INFO: call_cost start
[2026-09-11 06:32:14] Production.INFO: call_cost end
[2026-09-11 06:32:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 06:32:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 06:32:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 06:32:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 06:32:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 06:32:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 06:32:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 06:32:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 06:32:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 06:32:14] Production.INFO: ==21062== Releasing lock...
[2026-09-11 06:32:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 06:32:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 11:33:01] Production.INFO: ==21126== Lock acquired, processing the job...
[2026-09-11 11:33:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 11:33:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 11:33:01] Production.INFO: neon service started
[2026-09-11 11:33:01] Production.INFO: neon service started
[2026-09-11 11:33:01] Production.INFO: ==21126== Releasing lock...
[2026-09-11 11:33:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 11:33:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 06:33:02] Production.INFO: ==21128== Lock acquired, processing the job...
[2026-09-11 06:33:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 10:33:02] Production.INFO: ==21130== Lock acquired, processing the job...
[2026-09-11 10:33:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 10:33:02] Production.INFO: ==21130== Releasing lock...
[2026-09-11 10:33:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 10:33:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 06:33:02] Production.INFO: ==21128== Releasing lock...
[2026-09-11 06:33:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 06:33:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 06:33:03] Production.INFO: ==21133== Lock acquired, processing the job...
[2026-09-11 06:33:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 06:33:03] Production.INFO: ==21135== Lock acquired, processing the job...
[2026-09-11 06:33:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 06:33:03] Production.INFO: ==21137== Lock acquired, processing the job...
[2026-09-11 06:33:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 06:33:03] Production.INFO: ==21139== Lock acquired, processing the job...
[2026-09-11 06:33:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 06:33:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 06:33:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 06:33:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 06:33:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 06:33:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 06:33:03] Production.INFO: Account Balance Start.
[2026-09-11 06:33:03] Production.INFO: CreateAllLog Start
[2026-09-11 06:33:03] Production.INFO: 117
[2026-09-11 06:33:03] Production.INFO: ==21141== Lock acquired, processing the job...
[2026-09-11 06:33:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 06:33:03] Production.INFO: Date 2026-09-08
[2026-09-11 06:33:03] Production.INFO: Reseller ==> 0
[2026-09-11 06:33:03] Production.INFO: Date 2026-09-09
[2026-09-11 06:33:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 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-09-11 06:33:03] Production.INFO: Date 2026-09-10
[2026-09-11 06:33:03] Production.INFO: Reseller ==> 0
[2026-09-11 06:33:03] Production.INFO: ==21141== Releasing lock...
[2026-09-11 06:33:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 06:33:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 06:33:03] Production.INFO: Date 2026-09-11
[2026-09-11 06:33:03] Production.INFO: Reseller ==> 0
[2026-09-11 06:33:03] Production.INFO: Total Charge 0
[2026-09-11 06:33:03] Production.INFO: CreateAllLog End
[2026-09-11 06:33:03] Production.INFO: ==21135== Releasing lock...
[2026-09-11 06:33:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 06:33:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 06:33:03] Production.INFO: Account Balance End.
[2026-09-11 06:33:03] Production.ERROR: CronJobId end 12
[2026-09-11 06:33:03] Production.INFO: ==21139== Releasing lock...
[2026-09-11 06:33:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 06:33:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 06:33:11] Production.ERROR: CronJobId end10
[2026-09-11 06:33:11] Production.INFO: ==21137== Releasing lock...
[2026-09-11 06:33:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 06:33:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 06:33:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 06:33:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 06:33:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 06:33:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 06:33:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 06:33:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 06:33:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 06:33:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 06:33:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 06:33:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 06:33:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 06:33:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 06:33:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 06:33:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 06:33:14] Production.INFO: call_cost start
[2026-09-11 06:33:14] Production.INFO: call_cost end
[2026-09-11 06:33:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 06:33:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 06:33:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 06:33:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 06:33:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 06:33:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 06:33:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 06:33:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 06:33:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 06:33:14] Production.INFO: ==21133== Releasing lock...
[2026-09-11 06:33:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 06:33:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 11:34:02] Production.INFO: ==21198== Lock acquired, processing the job...
[2026-09-11 11:34:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 11:34:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 11:34:02] Production.INFO: neon service started
[2026-09-11 11:34:02] Production.INFO: neon service started
[2026-09-11 11:34:02] Production.INFO: ==21198== Releasing lock...
[2026-09-11 11:34:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 11:34:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 06:34:02] Production.INFO: ==21200== Lock acquired, processing the job...
[2026-09-11 06:34:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 06:34:02] Production.INFO: ==21200== Releasing lock...
[2026-09-11 06:34:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 06:34:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 10:34:03] Production.INFO: ==21202== Lock acquired, processing the job...
[2026-09-11 10:34:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 10:34:03] Production.INFO: ==21202== Releasing lock...
[2026-09-11 10:34:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 10:34:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 06:34:03] Production.INFO: ==21208== Lock acquired, processing the job...
[2026-09-11 06:34:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 06:34:03] Production.INFO: ==21204== Lock acquired, processing the job...
[2026-09-11 06:34:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 06:34:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 06:34:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 06:34:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 06:34:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 06:34:03] Production.INFO: ==21206== Lock acquired, processing the job...
[2026-09-11 06:34:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 06:34:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 06:34:03] Production.INFO: ==21212== Lock acquired, processing the job...
[2026-09-11 06:34:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 06:34:03] Production.INFO: ==21210== Lock acquired, processing the job...
[2026-09-11 06:34:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 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-09-11 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-09-11 06:34:03] Production.INFO: Account Balance Start.
[2026-09-11 06:34:03] Production.INFO: CreateAllLog Start
[2026-09-11 06:34:03] Production.INFO: 117
[2026-09-11 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-09-11 06:34:03] Production.INFO: ==21212== Releasing lock...
[2026-09-11 06:34:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 06:34:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 06:34:04] Production.INFO: Date 2026-09-08
[2026-09-11 06:34:04] Production.INFO: Reseller ==> 0
[2026-09-11 06:34:04] Production.INFO: Date 2026-09-09
[2026-09-11 06:34:04] Production.INFO: Reseller ==> 0
[2026-09-11 06:34:04] Production.INFO: Date 2026-09-10
[2026-09-11 06:34:04] Production.INFO: Reseller ==> 0
[2026-09-11 06:34:04] Production.INFO: Date 2026-09-11
[2026-09-11 06:34:04] Production.INFO: Reseller ==> 0
[2026-09-11 06:34:04] Production.INFO: Total Charge 0
[2026-09-11 06:34:04] Production.INFO: CreateAllLog End
[2026-09-11 06:34:04] Production.INFO: ==21206== Releasing lock...
[2026-09-11 06:34:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 06:34:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 06:34:04] Production.INFO: Account Balance End.
[2026-09-11 06:34:04] Production.ERROR: CronJobId end 12
[2026-09-11 06:34:04] Production.INFO: ==21210== Releasing lock...
[2026-09-11 06:34:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 06:34:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 06:34:11] Production.ERROR: CronJobId end10
[2026-09-11 06:34:11] Production.INFO: ==21208== Releasing lock...
[2026-09-11 06:34:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 06:34:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 06:34:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 06:34:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 06:34:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 06:34:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 06:34:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 06:34:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 06:34:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 06:34:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 06:34:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 06:34:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 06:34:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 06:34:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 06:34:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 06:34:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 06:34:15] Production.INFO: call_cost start
[2026-09-11 06:34:15] Production.INFO: call_cost end
[2026-09-11 06:34:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 06:34:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 06:34:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 06:34:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 06:34:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 06:34:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 06:34:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 06:34:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 06:34:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 06:34:15] Production.INFO: ==21204== Releasing lock...
[2026-09-11 06:34:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 06:34:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 11:35:01] Production.INFO: ==21267== Lock acquired, processing the job...
[2026-09-11 11:35:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 11:35:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 11:35:01] Production.INFO: neon service started
[2026-09-11 11:35:01] Production.INFO: neon service started
[2026-09-11 11:35:01] Production.INFO: ==21267== Releasing lock...
[2026-09-11 11:35:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 11:35:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 06:35:01] Production.INFO: ==21269== Lock acquired, processing the job...
[2026-09-11 06:35:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 06:35:02] Production.INFO: ==21269== Releasing lock...
[2026-09-11 06:35:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 06:35:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 10:35:02] Production.INFO: ==21271== Lock acquired, processing the job...
[2026-09-11 10:35:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 10:35:02] Production.INFO: ==21271== Releasing lock...
[2026-09-11 10:35:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 10:35:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 06:35:03] Production.INFO: ==21279== Lock acquired, processing the job...
[2026-09-11 06:35:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 06:35:03] Production.INFO: ==21275== Lock acquired, processing the job...
[2026-09-11 06:35:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 06:35:03] Production.INFO: ==21277== Lock acquired, processing the job...
[2026-09-11 06:35:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 06:35:03] Production.INFO: ==21273== Lock acquired, processing the job...
[2026-09-11 06:35:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-11 06:35:03] Production.INFO: ==21281== Lock acquired, processing the job...
[2026-09-11 06:35:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 06:35:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 06:35:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 06:35:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 06:35:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 06:35:03] Production.ERROR: ========================== active cronjob start =============================
[2026-09-11 06:35:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-11 06:35:03] Production.ERROR: CronJob PID - 21275
[2026-09-11 06:35:03] Production.ERROR: CronJob Title - System Alerts
[2026-09-11 06:35:03] Production.ERROR: CronJob ID - 5
[2026-09-11 06:35:03] Production.ERROR: CronJob Last Run Time 2026-09-11 06:35:00
[2026-09-11 06:35:03] Production.ERROR: CronJob Active Minutes 0
[2026-09-11 06:35:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-11 06:35:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-11 06:35:03] Production.ERROR: CronJob PID - 21277
[2026-09-11 06:35:03] Production.ERROR: CronJob Title - Account Block
[2026-09-11 06:35:03] Production.ERROR: CronJob ID - 7
[2026-09-11 06:35:03] Production.ERROR: CronJob Last Run Time 2026-09-11 06:35:00
[2026-09-11 06:35:03] Production.ERROR: CronJob Active Minutes 0
[2026-09-11 06:35:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-11 06:35:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-11 06:35:03] Production.ERROR: CronJob PID - 21279
[2026-09-11 06:35:03] Production.ERROR: CronJob Title - Create Customer Summary Live
[2026-09-11 06:35:03] Production.ERROR: CronJob ID - 10
[2026-09-11 06:35:03] Production.ERROR: CronJob Last Run Time 2026-09-11 06:35:00
[2026-09-11 06:35:03] Production.ERROR: CronJob Active Minutes 0
[2026-09-11 06:35:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-11 06:35:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-11 06:35:03] Production.ERROR: CronJob PID - 21281
[2026-09-11 06:35:03] Production.ERROR: CronJob Title - Prepaid Account Balance
[2026-09-11 06:35:03] Production.ERROR: CronJob ID - 12
[2026-09-11 06:35:03] Production.ERROR: CronJob Last Run Time 2026-09-11 06:35:00
[2026-09-11 06:35:03] Production.ERROR: CronJob Active Minutes 0
[2026-09-11 06:35:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-11 06:35:03] Production.INFO: ==21283== Lock acquired, processing the job...
[2026-09-11 06:35:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-11 06:35:03] Production.INFO: ==21285== Lock acquired, processing the job...
[2026-09-11 06:35:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 06:35:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 06:35:03] Production.ERROR: ========================== active cronjob end =============================
[2026-09-11 06:35:03] Production.INFO: ==21273== Releasing lock...
[2026-09-11 06:35:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-11 06:35:03] Production.INFO: 25.5 MB #Memory Used#
[2026-09-11 06:35:03] Production.INFO: Account Balance Start.
[2026-09-11 06:35:03] Production.INFO: CreateAllLog Start
[2026-09-11 06:35:03] Production.INFO: 117
[2026-09-11 06:35:03] Production.ERROR: tblTempUsageDetail_20
[2026-09-11 06:35:03] Production.INFO: Date 2026-09-08
[2026-09-11 06:35:03] Production.INFO: Reseller ==> 0
[2026-09-11 06:35:03] Production.INFO: Date 2026-09-09
[2026-09-11 06:35:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 06:35:03] Production.INFO: Date 2026-09-10
[2026-09-11 06:35:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 06:35:03] Production.ERROR: done
[2026-09-11 06:35:03] Production.INFO: ==21285== Releasing lock...
[2026-09-11 06:35:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 06:35:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 06:35:03] Production.INFO: Date 2026-09-11
[2026-09-11 06:35:03] Production.INFO: Reseller ==> 0
[2026-09-11 06:35:03] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-11 06:35:03] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17982974', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) start
[2026-09-11 06:35:03] Production.INFO: Total Charge 0
[2026-09-11 06:35:04] Production.INFO: CreateAllLog End
[2026-09-11 06:35:04] Production.INFO: Account Balance End.
[2026-09-11 06:35:04] Production.ERROR: CronJobId end 12
[2026-09-11 06:35:04] Production.INFO: ==21281== Releasing lock...
[2026-09-11 06:35:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 06:35:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 06:35:04] Production.INFO: ==21277== Releasing lock...
[2026-09-11 06:35:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 06:35:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 06:35:09] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17982974', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) end
[2026-09-11 06:35:09] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-11 06:35:09] Production.INFO: ProcessCDR(1,17982974,1,1,2)
[2026-09-11 06:35:09] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17982974,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 06:35:09] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17982974,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 06:35:09] Production.ERROR: pbx prc_insertCDR start
[2026-09-11 06:35:09] Production.ERROR: pbx prc_insertCDR end
[2026-09-11 06:35:09] Production.INFO: ==21283== Releasing lock...
[2026-09-11 06:35:09] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-11 06:35:09] Production.INFO: 26 MB #Memory Used#
[2026-09-11 06:35:13] Production.ERROR: CronJobId end10
[2026-09-11 06:35:13] Production.INFO: ==21279== Releasing lock...
[2026-09-11 06:35:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 06:35:13] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 06:35:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 06:35:15] Production.INFO: ============== Balance Warning START===========
[2026-09-11 06:35:15] Production.INFO: ============== Balance Warning END===========
[2026-09-11 06:35:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 06:35:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 06:35:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 06:35:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 06:35:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 06:35:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 06:35:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 06:35:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 06:35:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 06:35:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 06:35:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 06:35:16] Production.INFO: call_cost start
[2026-09-11 06:35:16] Production.INFO: call_cost end
[2026-09-11 06:35:16] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 06:35:16] Production.INFO: ============== Report Schedule START===========
[2026-09-11 06:35:16] Production.INFO: ============== Report Schedule END===========
[2026-09-11 06:35:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 06:35:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 06:35:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 06:35:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 06:35:16] Production.INFO: ============== Deal alert START===========
[2026-09-11 06:35:16] Production.INFO: ============== Deal alert END===========
[2026-09-11 06:35:16] Production.INFO: ==21275== Releasing lock...
[2026-09-11 06:35:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 06:35:16] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 11:36:02] Production.INFO: ==21342== Lock acquired, processing the job...
[2026-09-11 11:36:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 11:36:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 11:36:02] Production.INFO: neon service started
[2026-09-11 11:36:02] Production.INFO: neon service started
[2026-09-11 11:36:02] Production.INFO: ==21342== Releasing lock...
[2026-09-11 11:36:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 11:36:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 10:36:02] Production.INFO: ==21346== Lock acquired, processing the job...
[2026-09-11 10:36:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 10:36:02] Production.INFO: ==21346== Releasing lock...
[2026-09-11 10:36:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 10:36:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 06:36:02] Production.INFO: ==21344== Lock acquired, processing the job...
[2026-09-11 06:36:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 06:36:02] Production.INFO: ==21344== Releasing lock...
[2026-09-11 06:36:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 06:36:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 06:36:03] Production.INFO: ==21349== Lock acquired, processing the job...
[2026-09-11 06:36:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 06:36:03] Production.INFO: ==21351== Lock acquired, processing the job...
[2026-09-11 06:36:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 06:36:03] Production.INFO: ==21353== Lock acquired, processing the job...
[2026-09-11 06:36:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 06:36:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 06:36:03] Production.INFO: ==21355== Lock acquired, processing the job...
[2026-09-11 06:36:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 06:36:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 06:36:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 06:36:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 06:36:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 06:36:03] Production.INFO: ==21357== Lock acquired, processing the job...
[2026-09-11 06:36:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 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-09-11 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-09-11 06:36:04] Production.INFO: Account Balance Start.
[2026-09-11 06:36:04] Production.INFO: CreateAllLog Start
[2026-09-11 06:36:04] Production.INFO: 117
[2026-09-11 06:36:04] Production.INFO: Date 2026-09-08
[2026-09-11 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-09-11 06:36:04] Production.INFO: Reseller ==> 0
[2026-09-11 06:36:04] Production.INFO: ==21357== Releasing lock...
[2026-09-11 06:36:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 06:36:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 06:36:04] Production.INFO: Date 2026-09-09
[2026-09-11 06:36:04] Production.INFO: Reseller ==> 0
[2026-09-11 06:36:04] Production.INFO: Date 2026-09-10
[2026-09-11 06:36:04] Production.INFO: Reseller ==> 0
[2026-09-11 06:36:04] Production.INFO: Date 2026-09-11
[2026-09-11 06:36:04] Production.INFO: Reseller ==> 0
[2026-09-11 06:36:04] Production.INFO: Total Charge 0
[2026-09-11 06:36:04] Production.INFO: CreateAllLog End
[2026-09-11 06:36:04] Production.INFO: ==21351== Releasing lock...
[2026-09-11 06:36:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 06:36:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 06:36:04] Production.INFO: Account Balance End.
[2026-09-11 06:36:04] Production.ERROR: CronJobId end 12
[2026-09-11 06:36:04] Production.INFO: ==21355== Releasing lock...
[2026-09-11 06:36:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 06:36:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 06:36:11] Production.ERROR: CronJobId end10
[2026-09-11 06:36:11] Production.INFO: ==21353== Releasing lock...
[2026-09-11 06:36:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 06:36:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 06:36:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 06:36:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 06:36:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 06:36:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 06:36:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 06:36:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 06:36:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 06:36:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 06:36:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 06:36:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 06:36:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 06:36:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 06:36:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 06:36:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 06:36:15] Production.INFO: call_cost start
[2026-09-11 06:36:15] Production.INFO: call_cost end
[2026-09-11 06:36:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 06:36:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 06:36:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 06:36:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 06:36:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 06:36:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 06:36:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 06:36:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 06:36:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 06:36:15] Production.INFO: ==21349== Releasing lock...
[2026-09-11 06:36:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 06:36:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 11:37:01] Production.INFO: ==21411== Lock acquired, processing the job...
[2026-09-11 11:37:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 11:37:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 11:37:01] Production.INFO: neon service started
[2026-09-11 11:37:01] Production.INFO: neon service started
[2026-09-11 11:37:01] Production.INFO: ==21411== Releasing lock...
[2026-09-11 11:37:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 11:37:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 06:37:02] Production.INFO: ==21413== Lock acquired, processing the job...
[2026-09-11 06:37:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 10:37:02] Production.INFO: ==21415== Lock acquired, processing the job...
[2026-09-11 10:37:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 10:37:02] Production.INFO: ==21415== Releasing lock...
[2026-09-11 10:37:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 10:37:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 06:37:02] Production.INFO: ==21413== Releasing lock...
[2026-09-11 06:37:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 06:37:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 06:37:03] Production.INFO: ==21418== Lock acquired, processing the job...
[2026-09-11 06:37:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 06:37:03] Production.INFO: ==21420== Lock acquired, processing the job...
[2026-09-11 06:37:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 06:37:03] Production.INFO: ==21422== Lock acquired, processing the job...
[2026-09-11 06:37:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 06:37:03] Production.INFO: ==21424== Lock acquired, processing the job...
[2026-09-11 06:37:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 06:37:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 06:37:03] Production.INFO: ==21426== Lock acquired, processing the job...
[2026-09-11 06:37:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 06:37:03] Production.INFO: Account Balance Start.
[2026-09-11 06:37:03] Production.INFO: CreateAllLog Start
[2026-09-11 06:37:03] Production.INFO: 117
[2026-09-11 06:37:03] Production.INFO: Date 2026-09-08
[2026-09-11 06:37:03] Production.INFO: Reseller ==> 0
[2026-09-11 06:37:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 06:37:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 06:37:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 06:37:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 06:37:03] Production.INFO: Date 2026-09-09
[2026-09-11 06:37:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 06:37:03] Production.INFO: Date 2026-09-10
[2026-09-11 06:37:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 06:37:03] Production.INFO: ==21426== Releasing lock...
[2026-09-11 06:37:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 06:37:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 06:37:03] Production.INFO: Date 2026-09-11
[2026-09-11 06:37:03] Production.INFO: Reseller ==> 0
[2026-09-11 06:37:03] Production.INFO: Total Charge 0
[2026-09-11 06:37:03] Production.INFO: CreateAllLog End
[2026-09-11 06:37:03] Production.INFO: Account Balance End.
[2026-09-11 06:37:03] Production.ERROR: CronJobId end 12
[2026-09-11 06:37:03] Production.INFO: ==21424== Releasing lock...
[2026-09-11 06:37:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 06:37:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 06:37:03] Production.INFO: ==21420== Releasing lock...
[2026-09-11 06:37:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 06:37:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 06:37:11] Production.ERROR: CronJobId end10
[2026-09-11 06:37:11] Production.INFO: ==21422== Releasing lock...
[2026-09-11 06:37:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 06:37:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 06:37:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 06:37:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 06:37:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 06:37:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 06:37:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 06:37:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 06:37:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 06:37:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 06:37:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 06:37:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 06:37:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 06:37:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 06:37:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 06:37:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 06:37:15] Production.INFO: call_cost start
[2026-09-11 06:37:15] Production.INFO: call_cost end
[2026-09-11 06:37:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 06:37:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 06:37:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 06:37:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 06:37:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 06:37:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 06:37:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 06:37:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 06:37:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 06:37:15] Production.INFO: ==21418== Releasing lock...
[2026-09-11 06:37:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 06:37:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 11:38:01] Production.INFO: ==21497== Lock acquired, processing the job...
[2026-09-11 11:38:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 11:38:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 11:38:01] Production.INFO: neon service started
[2026-09-11 11:38:01] Production.INFO: neon service started
[2026-09-11 11:38:01] Production.INFO: ==21497== Releasing lock...
[2026-09-11 11:38:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 11:38:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 06:38:02] Production.INFO: ==21499== Lock acquired, processing the job...
[2026-09-11 06:38:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 06:38:02] Production.INFO: ==21499== Releasing lock...
[2026-09-11 06:38:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 06:38:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 10:38:02] Production.INFO: ==21501== Lock acquired, processing the job...
[2026-09-11 10:38:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 10:38:02] Production.INFO: ==21501== Releasing lock...
[2026-09-11 10:38:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 10:38:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 06:38:03] Production.INFO: ==21512== Lock acquired, processing the job...
[2026-09-11 06:38:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 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-09-11 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-09-11 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-09-11 06:38:03] Production.INFO: ==21512== Releasing lock...
[2026-09-11 06:38:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 06:38:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 06:38:03] Production.INFO: ==21509== Lock acquired, processing the job...
[2026-09-11 06:38:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 06:38:03] Production.INFO: ==21507== Lock acquired, processing the job...
[2026-09-11 06:38:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 06:38:03] Production.INFO: ==21505== Lock acquired, processing the job...
[2026-09-11 06:38:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 06:38:03] Production.INFO: ==21503== Lock acquired, processing the job...
[2026-09-11 06:38:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 06:38:03] Production.INFO: Account Balance Start.
[2026-09-11 06:38:03] Production.INFO: CreateAllLog Start
[2026-09-11 06:38:03] Production.INFO: 117
[2026-09-11 06:38:03] Production.INFO: Date 2026-09-08
[2026-09-11 06:38:03] Production.INFO: Reseller ==> 0
[2026-09-11 06:38:03] Production.INFO: Date 2026-09-09
[2026-09-11 06:38:03] Production.INFO: Reseller ==> 0
[2026-09-11 06:38:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 06:38:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 06:38:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 06:38:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 06:38:03] Production.INFO: Date 2026-09-10
[2026-09-11 06:38:03] Production.INFO: Reseller ==> 0
[2026-09-11 06:38:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 06:38:03] Production.INFO: Date 2026-09-11
[2026-09-11 06:38:03] Production.INFO: Reseller ==> 0
[2026-09-11 06:38:03] Production.INFO: Total Charge 0
[2026-09-11 06:38:03] Production.INFO: CreateAllLog End
[2026-09-11 06:38:03] Production.INFO: Account Balance End.
[2026-09-11 06:38:03] Production.ERROR: CronJobId end 12
[2026-09-11 06:38:03] Production.INFO: ==21509== Releasing lock...
[2026-09-11 06:38:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 06:38:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 06:38:04] Production.INFO: ==21505== Releasing lock...
[2026-09-11 06:38:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 06:38:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 06:38:12] Production.ERROR: CronJobId end10
[2026-09-11 06:38:12] Production.INFO: ==21507== Releasing lock...
[2026-09-11 06:38:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 06:38:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 06:38:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 06:38:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 06:38:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 06:38:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 06:38:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 06:38:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 06:38:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 06:38:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 06:38:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 06:38:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 06:38:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 06:38:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 06:38:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 06:38:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 06:38:14] Production.INFO: call_cost start
[2026-09-11 06:38:14] Production.INFO: call_cost end
[2026-09-11 06:38:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 06:38:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 06:38:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 06:38:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 06:38:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 06:38:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 06:38:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 06:38:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 06:38:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 06:38:14] Production.INFO: ==21503== Releasing lock...
[2026-09-11 06:38:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 06:38:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 11:39:02] Production.INFO: ==21568== Lock acquired, processing the job...
[2026-09-11 11:39:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 11:39:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 11:39:02] Production.INFO: neon service started
[2026-09-11 11:39:02] Production.INFO: neon service started
[2026-09-11 11:39:02] Production.INFO: ==21568== Releasing lock...
[2026-09-11 11:39:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 11:39:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 10:39:02] Production.INFO: ==21572== Lock acquired, processing the job...
[2026-09-11 10:39:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 10:39:02] Production.INFO: ==21572== Releasing lock...
[2026-09-11 10:39:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 10:39:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 06:39:02] Production.INFO: ==21570== Lock acquired, processing the job...
[2026-09-11 06:39:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 06:39:03] Production.INFO: ==21570== Releasing lock...
[2026-09-11 06:39:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 06:39:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 06:39:03] Production.INFO: ==21574== Lock acquired, processing the job...
[2026-09-11 06:39:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 06:39:03] Production.INFO: ==21576== Lock acquired, processing the job...
[2026-09-11 06:39:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 06:39:03] Production.INFO: ==21578== Lock acquired, processing the job...
[2026-09-11 06:39:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 06:39:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 06:39:03] Production.INFO: ==21582== Lock acquired, processing the job...
[2026-09-11 06:39:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 06:39:03] Production.INFO: ==21580== Lock acquired, processing the job...
[2026-09-11 06:39:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 06:39:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 06:39:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 06:39:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 06:39:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 06:39:04] Production.INFO: Account Balance Start.
[2026-09-11 06:39:04] Production.INFO: CreateAllLog Start
[2026-09-11 06:39:04] Production.INFO: 117
[2026-09-11 06:39:04] Production.INFO: Date 2026-09-08
[2026-09-11 06:39:04] Production.INFO: Reseller ==> 0
[2026-09-11 06:39:04] Production.INFO: Date 2026-09-09
[2026-09-11 06:39:04] Production.INFO: Reseller ==> 0
[2026-09-11 06: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-09-11 06:39:04] Production.INFO: Date 2026-09-10
[2026-09-11 06:39:04] Production.INFO: Reseller ==> 0
[2026-09-11 06: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-09-11 06: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-09-11 06:39:04] Production.INFO: ==21582== Releasing lock...
[2026-09-11 06:39:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 06:39:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 06:39:04] Production.INFO: Date 2026-09-11
[2026-09-11 06:39:04] Production.INFO: Reseller ==> 0
[2026-09-11 06:39:04] Production.INFO: Total Charge 0
[2026-09-11 06:39:04] Production.INFO: CreateAllLog End
[2026-09-11 06:39:04] Production.INFO: Account Balance End.
[2026-09-11 06:39:04] Production.ERROR: CronJobId end 12
[2026-09-11 06:39:04] Production.INFO: ==21580== Releasing lock...
[2026-09-11 06:39:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 06:39:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 06:39:04] Production.INFO: ==21576== Releasing lock...
[2026-09-11 06:39:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 06:39:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 06:39:12] Production.ERROR: CronJobId end10
[2026-09-11 06:39:12] Production.INFO: ==21578== Releasing lock...
[2026-09-11 06:39:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 06:39:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 06:39:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 06:39:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 06:39:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 06:39:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 06:39:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 06:39:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 06:39:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 06:39:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 06:39:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 06:39:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 06:39:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 06:39:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 06:39:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 06:39:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 06:39:14] Production.INFO: call_cost start
[2026-09-11 06:39:14] Production.INFO: call_cost end
[2026-09-11 06:39:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 06:39:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 06:39:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 06:39:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 06:39:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 06:39:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 06:39:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 06:39:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 06:39:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 06:39:14] Production.INFO: ==21574== Releasing lock...
[2026-09-11 06:39:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 06:39:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 11:40:01] Production.INFO: ==21639== Lock acquired, processing the job...
[2026-09-11 11:40:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 11:40:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 11:40:01] Production.INFO: neon service started
[2026-09-11 11:40:01] Production.INFO: neon service started
[2026-09-11 11:40:01] Production.INFO: ==21639== Releasing lock...
[2026-09-11 11:40:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 11:40:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 06:40:02] Production.INFO: ==21641== Lock acquired, processing the job...
[2026-09-11 06:40:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 06:40:02] Production.INFO: ==21641== Releasing lock...
[2026-09-11 06:40:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 06:40:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 10:40:02] Production.INFO: ==21643== Lock acquired, processing the job...
[2026-09-11 10:40:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 10:40:02] Production.INFO: ==21643== Releasing lock...
[2026-09-11 10:40:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 10:40:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 06:40:02] Production.INFO: ==21647== Lock acquired, processing the job...
[2026-09-11 06:40:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 06:40:03] Production.INFO: ==21645== Lock acquired, processing the job...
[2026-09-11 06:40:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 06:40:03] Production.INFO: ==21649== Lock acquired, processing the job...
[2026-09-11 06:40:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 06:40:03] Production.INFO: ==21651== Lock acquired, processing the job...
[2026-09-11 06:40:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 06:40:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 06:40:03] Production.INFO: ==21653== Lock acquired, processing the job...
[2026-09-11 06:40:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 06:40:03] Production.INFO: Account Balance Start.
[2026-09-11 06:40:03] Production.INFO: CreateAllLog Start
[2026-09-11 06:40:03] Production.INFO: 117
[2026-09-11 06:40:03] Production.INFO: Date 2026-09-08
[2026-09-11 06:40:03] Production.INFO: Reseller ==> 0
[2026-09-11 06:40:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 06:40:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 06:40:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 06:40:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 06:40:03] Production.INFO: Date 2026-09-09
[2026-09-11 06:40:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 06:40:03] Production.INFO: Date 2026-09-10
[2026-09-11 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-09-11 06:40:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 06:40:03] Production.INFO: Date 2026-09-11
[2026-09-11 06:40:03] Production.INFO: Reseller ==> 0
[2026-09-11 06:40:03] Production.INFO: ==21653== Releasing lock...
[2026-09-11 06:40:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 06:40:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 06:40:03] Production.INFO: Total Charge 0
[2026-09-11 06:40:03] Production.INFO: CreateAllLog End
[2026-09-11 06:40:03] Production.INFO: Account Balance End.
[2026-09-11 06:40:03] Production.ERROR: CronJobId end 12
[2026-09-11 06:40:03] Production.INFO: ==21651== Releasing lock...
[2026-09-11 06:40:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 06:40:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 06:40:03] Production.INFO: ==21647== Releasing lock...
[2026-09-11 06:40:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 06:40:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 06:40:11] Production.ERROR: CronJobId end10
[2026-09-11 06:40:11] Production.INFO: ==21649== Releasing lock...
[2026-09-11 06:40:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 06:40:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 06:40:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 06:40:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 06:40:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 06:40:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 06:40:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 06:40:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 06:40:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 06:40:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 06:40:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 06:40:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 06:40:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 06:40:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 06:40:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 06:40:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 06:40:13] Production.INFO: call_cost start
[2026-09-11 06:40:13] Production.INFO: call_cost end
[2026-09-11 06:40:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 06:40:13] Production.INFO: ============== Report Schedule START===========
[2026-09-11 06:40:13] Production.INFO: ============== Report Schedule END===========
[2026-09-11 06:40:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 06:40:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 06:40:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 06:40:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 06:40:13] Production.INFO: ============== Deal alert START===========
[2026-09-11 06:40:13] Production.INFO: ============== Deal alert END===========
[2026-09-11 06:40:13] Production.INFO: ==21645== Releasing lock...
[2026-09-11 06:40:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 06:40:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 11:41:02] Production.INFO: ==21714== Lock acquired, processing the job...
[2026-09-11 11:41:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 11:41:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 11:41:02] Production.INFO: neon service started
[2026-09-11 11:41:02] Production.INFO: neon service started
[2026-09-11 11:41:02] Production.INFO: ==21714== Releasing lock...
[2026-09-11 11:41:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 11:41:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 06:41:02] Production.INFO: ==21716== Lock acquired, processing the job...
[2026-09-11 06:41:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 10:41:02] Production.INFO: ==21718== Lock acquired, processing the job...
[2026-09-11 10:41:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 10:41:02] Production.INFO: ==21718== Releasing lock...
[2026-09-11 10:41:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 10:41:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 06:41:02] Production.INFO: ==21716== Releasing lock...
[2026-09-11 06:41:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 06:41:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 06:41:03] Production.INFO: ==21720== Lock acquired, processing the job...
[2026-09-11 06:41:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 06:41:03] Production.INFO: ==21724== Lock acquired, processing the job...
[2026-09-11 06:41:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 06:41:03] Production.INFO: ==21722== Lock acquired, processing the job...
[2026-09-11 06:41:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 06:41:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 06:41:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 06:41:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 06:41:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 06:41:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 06:41:03] Production.INFO: ==21726== Lock acquired, processing the job...
[2026-09-11 06:41:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 06:41:03] Production.INFO: ==21728== Lock acquired, processing the job...
[2026-09-11 06:41:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 06:41:03] Production.INFO: Account Balance Start.
[2026-09-11 06:41:03] Production.INFO: CreateAllLog Start
[2026-09-11 06:41:03] Production.INFO: 117
[2026-09-11 06:41:03] Production.INFO: Date 2026-09-08
[2026-09-11 06:41:03] Production.INFO: Reseller ==> 0
[2026-09-11 06: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-09-11 06: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-09-11 06:41:03] Production.INFO: Date 2026-09-09
[2026-09-11 06:41:03] Production.INFO: Reseller ==> 0
[2026-09-11 06: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-09-11 06:41:04] Production.INFO: ==21728== Releasing lock...
[2026-09-11 06:41:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 06:41:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 06:41:04] Production.INFO: Date 2026-09-10
[2026-09-11 06:41:04] Production.INFO: Reseller ==> 0
[2026-09-11 06:41:04] Production.INFO: Date 2026-09-11
[2026-09-11 06:41:04] Production.INFO: Reseller ==> 0
[2026-09-11 06:41:04] Production.INFO: Total Charge 0
[2026-09-11 06:41:04] Production.INFO: CreateAllLog End
[2026-09-11 06:41:04] Production.INFO: Account Balance End.
[2026-09-11 06:41:04] Production.ERROR: CronJobId end 12
[2026-09-11 06:41:04] Production.INFO: ==21726== Releasing lock...
[2026-09-11 06:41:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 06:41:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 06:41:04] Production.INFO: ==21722== Releasing lock...
[2026-09-11 06:41:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 06:41:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 06:41:10] Production.ERROR: CronJobId end10
[2026-09-11 06:41:10] Production.INFO: ==21724== Releasing lock...
[2026-09-11 06:41:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 06:41:10] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 06:41:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 06:41:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 06:41:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 06:41:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 06:41:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 06:41:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 06:41:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 06:41:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 06:41:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 06:41:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 06:41:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 06:41:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 06:41:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 06:41:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 06:41:14] Production.INFO: call_cost start
[2026-09-11 06:41:14] Production.INFO: call_cost end
[2026-09-11 06:41:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 06:41:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 06:41:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 06:41:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 06:41:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 06:41:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 06:41:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 06:41:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 06:41:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 06:41:14] Production.INFO: ==21720== Releasing lock...
[2026-09-11 06:41:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 06:41:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 11:42:01] Production.INFO: ==21795== Lock acquired, processing the job...
[2026-09-11 11:42:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 11:42:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 11:42:01] Production.INFO: neon service started
[2026-09-11 11:42:01] Production.INFO: neon service started
[2026-09-11 11:42:01] Production.INFO: ==21795== Releasing lock...
[2026-09-11 11:42:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 11:42:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 06:42:01] Production.INFO: ==21797== Lock acquired, processing the job...
[2026-09-11 06:42:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 06:42:02] Production.INFO: ==21797== Releasing lock...
[2026-09-11 06:42:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 06:42:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 10:42:02] Production.INFO: ==21799== Lock acquired, processing the job...
[2026-09-11 10:42:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 10:42:02] Production.INFO: ==21799== Releasing lock...
[2026-09-11 10:42:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 10:42:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 06:42:02] Production.INFO: ==21805== Lock acquired, processing the job...
[2026-09-11 06:42:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 06:42:02] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 06:42:02] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 06:42:02] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 06:42:02] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 06:42:03] Production.INFO: ==21801== Lock acquired, processing the job...
[2026-09-11 06:42:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 06:42:03] Production.INFO: ==21808== Lock acquired, processing the job...
[2026-09-11 06:42:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 06:42:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 06:42:03] Production.INFO: Account Balance Start.
[2026-09-11 06:42:03] Production.INFO: ==21803== Lock acquired, processing the job...
[2026-09-11 06:42:03] Production.INFO: CreateAllLog Start
[2026-09-11 06:42:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 06:42:03] Production.INFO: 117
[2026-09-11 06:42:03] Production.INFO: Date 2026-09-08
[2026-09-11 06:42:03] Production.INFO: Reseller ==> 0
[2026-09-11 06:42:03] Production.INFO: Date 2026-09-09
[2026-09-11 06:42:03] Production.INFO: Reseller ==> 0
[2026-09-11 06:42:03] Production.INFO: Date 2026-09-10
[2026-09-11 06:42:03] Production.INFO: Reseller ==> 0
[2026-09-11 06:42:03] Production.INFO: ==21810== Lock acquired, processing the job...
[2026-09-11 06:42:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 06:42:03] Production.INFO: Date 2026-09-11
[2026-09-11 06:42:03] Production.INFO: Reseller ==> 0
[2026-09-11 06:42:03] Production.INFO: Total Charge 0
[2026-09-11 06:42:03] Production.INFO: CreateAllLog End
[2026-09-11 06: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-09-11 06: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-09-11 06: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-09-11 06:42:03] Production.INFO: ==21810== Releasing lock...
[2026-09-11 06:42:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 06:42:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 06:42:03] Production.INFO: Account Balance End.
[2026-09-11 06:42:03] Production.ERROR: CronJobId end 12
[2026-09-11 06:42:03] Production.INFO: ==21808== Releasing lock...
[2026-09-11 06:42:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 06:42:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 06:42:03] Production.INFO: ==21803== Releasing lock...
[2026-09-11 06:42:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 06:42:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 06:42:11] Production.ERROR: CronJobId end10
[2026-09-11 06:42:11] Production.INFO: ==21805== Releasing lock...
[2026-09-11 06:42:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 06:42:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 06:42:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 06:42:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 06:42:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 06:42:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 06:42:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 06:42:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 06:42:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 06:42:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 06:42:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 06:42:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 06:42:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 06:42:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 06:42:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 06:42:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 06:42:14] Production.INFO: call_cost start
[2026-09-11 06:42:14] Production.INFO: call_cost end
[2026-09-11 06:42:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 06:42:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 06:42:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 06:42:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 06:42:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 06:42:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 06:42:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 06:42:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 06:42:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 06:42:14] Production.INFO: ==21801== Releasing lock...
[2026-09-11 06:42:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 06:42:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 11:43:01] Production.INFO: ==21874== Lock acquired, processing the job...
[2026-09-11 11:43:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 11:43:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 11:43:01] Production.INFO: neon service started
[2026-09-11 11:43:01] Production.INFO: neon service started
[2026-09-11 11:43:01] Production.INFO: ==21874== Releasing lock...
[2026-09-11 11:43:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 11:43:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 10:43:02] Production.INFO: ==21878== Lock acquired, processing the job...
[2026-09-11 10:43:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 10:43:02] Production.INFO: ==21878== Releasing lock...
[2026-09-11 10:43:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 10:43:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 06:43:02] Production.INFO: ==21876== Lock acquired, processing the job...
[2026-09-11 06:43:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 06:43:02] Production.INFO: ==21876== Releasing lock...
[2026-09-11 06:43:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 06:43:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 06:43:03] Production.INFO: ==21883== Lock acquired, processing the job...
[2026-09-11 06:43:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 06:43:03] Production.INFO: ==21885== Lock acquired, processing the job...
[2026-09-11 06:43:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 06:43:03] Production.INFO: ==21881== Lock acquired, processing the job...
[2026-09-11 06:43:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 06:43:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 06:43:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 06:43:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 06:43:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 06:43:03] Production.INFO: ==21889== Lock acquired, processing the job...
[2026-09-11 06:43:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 06:43:03] Production.INFO: ==21887== Lock acquired, processing the job...
[2026-09-11 06:43:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 06:43:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 06:43:03] Production.INFO: Account Balance Start.
[2026-09-11 06:43:03] Production.INFO: CreateAllLog Start
[2026-09-11 06:43:03] Production.INFO: 117
[2026-09-11 06:43:03] Production.INFO: Date 2026-09-08
[2026-09-11 06:43:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 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-09-11 06:43:03] Production.INFO: Date 2026-09-09
[2026-09-11 06:43:03] Production.INFO: Reseller ==> 0
[2026-09-11 06:43:03] Production.INFO: ==21889== Releasing lock...
[2026-09-11 06:43:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 06:43:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 06:43:03] Production.INFO: Date 2026-09-10
[2026-09-11 06:43:03] Production.INFO: Reseller ==> 0
[2026-09-11 06:43:03] Production.INFO: Date 2026-09-11
[2026-09-11 06:43:03] Production.INFO: Reseller ==> 0
[2026-09-11 06:43:03] Production.INFO: Total Charge 0
[2026-09-11 06:43:03] Production.INFO: CreateAllLog End
[2026-09-11 06:43:04] Production.INFO: Account Balance End.
[2026-09-11 06:43:04] Production.ERROR: CronJobId end 12
[2026-09-11 06:43:04] Production.INFO: ==21887== Releasing lock...
[2026-09-11 06:43:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 06:43:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 06:43:04] Production.INFO: ==21883== Releasing lock...
[2026-09-11 06:43:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 06:43:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 06:43:11] Production.ERROR: CronJobId end10
[2026-09-11 06:43:11] Production.INFO: ==21885== Releasing lock...
[2026-09-11 06:43:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 06:43:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 06:43:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 06:43:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 06:43:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 06:43:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 06:43:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 06:43:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 06:43:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 06:43:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 06:43:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 06:43:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 06:43:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 06:43:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 06:43:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 06:43:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 06:43:15] Production.INFO: call_cost start
[2026-09-11 06:43:15] Production.INFO: call_cost end
[2026-09-11 06:43:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 06:43:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 06:43:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 06:43:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 06:43:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 06:43:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 06:43:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 06:43:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 06:43:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 06:43:15] Production.INFO: ==21881== Releasing lock...
[2026-09-11 06:43:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 06:43:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 11:44:02] Production.INFO: ==21945== Lock acquired, processing the job...
[2026-09-11 11:44:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 11:44:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 11:44:02] Production.INFO: neon service started
[2026-09-11 11:44:02] Production.INFO: neon service started
[2026-09-11 11:44:02] Production.INFO: ==21945== Releasing lock...
[2026-09-11 11:44:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 11:44:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 06:44:02] Production.INFO: ==21947== Lock acquired, processing the job...
[2026-09-11 06:44:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 10:44:02] Production.INFO: ==21949== Lock acquired, processing the job...
[2026-09-11 10:44:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 10:44:03] Production.INFO: ==21949== Releasing lock...
[2026-09-11 10:44:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 10:44:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 06:44:03] Production.INFO: ==21947== Releasing lock...
[2026-09-11 06:44:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 06:44:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 06:44:03] Production.INFO: ==21952== Lock acquired, processing the job...
[2026-09-11 06:44:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 06:44:03] Production.INFO: ==21958== Lock acquired, processing the job...
[2026-09-11 06:44:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 06:44:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 06:44:03] Production.INFO: Account Balance Start.
[2026-09-11 06:44:03] Production.INFO: CreateAllLog Start
[2026-09-11 06:44:03] Production.INFO: 117
[2026-09-11 06:44:03] Production.INFO: Date 2026-09-08
[2026-09-11 06:44:03] Production.INFO: Reseller ==> 0
[2026-09-11 06:44:03] Production.INFO: Date 2026-09-09
[2026-09-11 06:44:03] Production.INFO: Reseller ==> 0
[2026-09-11 06:44:04] Production.INFO: Date 2026-09-10
[2026-09-11 06:44:04] Production.INFO: Reseller ==> 0
[2026-09-11 06:44:04] Production.INFO: Date 2026-09-11
[2026-09-11 06:44:04] Production.INFO: Reseller ==> 0
[2026-09-11 06:44:04] Production.INFO: ==21954== Lock acquired, processing the job...
[2026-09-11 06:44:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 06:44:04] Production.INFO: Total Charge 0
[2026-09-11 06:44:04] Production.INFO: CreateAllLog End
[2026-09-11 06:44:04] Production.INFO: ==21956== Lock acquired, processing the job...
[2026-09-11 06:44:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 06:44:04] Production.INFO: ==21960== Lock acquired, processing the job...
[2026-09-11 06:44:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 06:44:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 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-09-11 06:44:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 06:44:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 06:44:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 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-09-11 06:44:04] Production.INFO: Account Balance End.
[2026-09-11 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-09-11 06:44:04] Production.INFO: ==21960== Releasing lock...
[2026-09-11 06:44:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 06:44:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 06:44:04] Production.ERROR: CronJobId end 12
[2026-09-11 06:44:04] Production.INFO: ==21958== Releasing lock...
[2026-09-11 06:44:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 06:44:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 06:44:04] Production.INFO: ==21954== Releasing lock...
[2026-09-11 06:44:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 06:44:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 06:44:12] Production.ERROR: CronJobId end10
[2026-09-11 06:44:12] Production.INFO: ==21956== Releasing lock...
[2026-09-11 06:44:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 06:44:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 06:44:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 06:44:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 06:44:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 06:44:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 06:44:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 06:44:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 06:44:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 06:44:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 06:44:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 06:44:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 06:44:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 06:44:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 06:44:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 06:44:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 06:44:14] Production.INFO: call_cost start
[2026-09-11 06:44:14] Production.INFO: call_cost end
[2026-09-11 06:44:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 06:44:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 06:44:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 06:44:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 06:44:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 06:44:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 06:44:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 06:44:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 06:44:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 06:44:14] Production.INFO: ==21952== Releasing lock...
[2026-09-11 06:44:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 06:44:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 11:45:01] Production.INFO: ==22037== Lock acquired, processing the job...
[2026-09-11 11:45:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 11:45:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 11:45:01] Production.INFO: neon service started
[2026-09-11 11:45:01] Production.INFO: neon service started
[2026-09-11 11:45:01] Production.INFO: ==22037== Releasing lock...
[2026-09-11 11:45:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 11:45:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 06:45:02] Production.INFO: ==22040== Lock acquired, processing the job...
[2026-09-11 06:45:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 06:45:02] Production.INFO: ==22040== Releasing lock...
[2026-09-11 06:45:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 06:45:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 10:45:02] Production.INFO: ==22042== Lock acquired, processing the job...
[2026-09-11 10:45:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 10:45:02] Production.INFO: ==22042== Releasing lock...
[2026-09-11 10:45:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 10:45:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 06:45:03] Production.INFO: ==22048== Lock acquired, processing the job...
[2026-09-11 06:45:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 06:45:03] Production.INFO: ==22054== Lock acquired, processing the job...
[2026-09-11 06:45:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-11 06:45:03] Production.ERROR: tblTempUsageDetail_20
[2026-09-11 06:45:03] Production.INFO: ==22044== Lock acquired, processing the job...
[2026-09-11 06:45:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-11 06:45:03] Production.ERROR: done
[2026-09-11 06:45:03] Production.INFO: ==22046== Lock acquired, processing the job...
[2026-09-11 06:45:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 06:45:03] Production.ERROR: ========================== active cronjob start =============================
[2026-09-11 06:45:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-11 06:45:03] Production.ERROR: CronJob PID - 22046
[2026-09-11 06:45:03] Production.ERROR: CronJob Title - System Alerts
[2026-09-11 06:45:03] Production.ERROR: CronJob ID - 5
[2026-09-11 06:45:03] Production.ERROR: CronJob Last Run Time 2026-09-11 06:45:00
[2026-09-11 06:45:03] Production.ERROR: CronJob Active Minutes 0
[2026-09-11 06:45:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-11 06:45:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-11 06:45:03] Production.ERROR: CronJob PID - 22048
[2026-09-11 06:45:03] Production.ERROR: CronJob Title - Account Block
[2026-09-11 06:45:03] Production.ERROR: CronJob ID - 7
[2026-09-11 06:45:03] Production.ERROR: CronJob Last Run Time 2026-09-11 06:45:00
[2026-09-11 06:45:03] Production.ERROR: CronJob Active Minutes 0
[2026-09-11 06:45:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-11 06:45:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-11 06:45:03] Production.ERROR: CronJob PID - 22054
[2026-09-11 06:45:03] Production.ERROR: CronJob Title - PBX - DanielGraystone - 54.39.17.106 Reseller CDR Process
[2026-09-11 06:45:03] Production.ERROR: CronJob ID - 17
[2026-09-11 06:45:03] Production.ERROR: CronJob Last Run Time 2026-09-11 06:45:00
[2026-09-11 06:45:03] Production.ERROR: CronJob Active Minutes 0
[2026-09-11 06:45:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-11 06:45:03] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-11 06:45:03] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17983012', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) start
[2026-09-11 06:45:03] Production.INFO: ==22050== Lock acquired, processing the job...
[2026-09-11 06:45:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 06:45:03] Production.ERROR: ========================== active cronjob end =============================
[2026-09-11 06:45:03] Production.INFO: ==22044== Releasing lock...
[2026-09-11 06:45:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-11 06:45:03] Production.INFO: 25.5 MB #Memory Used#
[2026-09-11 06:45:03] Production.INFO: ==22056== Lock acquired, processing the job...
[2026-09-11 06:45:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 06:45:03] Production.INFO: ==22052== Lock acquired, processing the job...
[2026-09-11 06:45:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 06:45:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 06:45:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 06:45:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 06:45:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 06:45:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 06:45:03] Production.INFO: Account Balance Start.
[2026-09-11 06:45:03] Production.INFO: CreateAllLog Start
[2026-09-11 06:45:04] Production.INFO: 117
[2026-09-11 06:45:04] Production.INFO: Date 2026-09-08
[2026-09-11 06:45:04] Production.INFO: Reseller ==> 0
[2026-09-11 06:45:04] Production.INFO: Date 2026-09-09
[2026-09-11 06:45:04] Production.INFO: Reseller ==> 0
[2026-09-11 06: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-09-11 06: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-09-11 06:45:04] Production.INFO: Date 2026-09-10
[2026-09-11 06:45:04] Production.INFO: Reseller ==> 0
[2026-09-11 06: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-09-11 06:45:04] Production.INFO: ==22056== Releasing lock...
[2026-09-11 06:45:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 06:45:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 06:45:04] Production.INFO: Date 2026-09-11
[2026-09-11 06:45:04] Production.INFO: Reseller ==> 0
[2026-09-11 06:45:04] Production.INFO: ==22048== Releasing lock...
[2026-09-11 06:45:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 06:45:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 06:45:04] Production.INFO: Total Charge 0
[2026-09-11 06:45:04] Production.INFO: CreateAllLog End
[2026-09-11 06:45:04] Production.INFO: Account Balance End.
[2026-09-11 06:45:04] Production.ERROR: CronJobId end 12
[2026-09-11 06:45:04] Production.INFO: ==22052== Releasing lock...
[2026-09-11 06:45:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 06:45:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 06:45:09] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17983012', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) end
[2026-09-11 06:45:09] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-11 06:45:09] Production.INFO: ProcessCDR(1,17983012,1,1,2)
[2026-09-11 06:45:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17983012,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 06:45:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17983012,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 06:45:10] Production.ERROR: pbx prc_insertCDR start
[2026-09-11 06:45:10] Production.ERROR: pbx prc_insertCDR end
[2026-09-11 06:45:10] Production.INFO: ==22054== Releasing lock...
[2026-09-11 06:45:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-11 06:45:10] Production.INFO: 26 MB #Memory Used#
[2026-09-11 06:45:14] Production.ERROR: CronJobId end10
[2026-09-11 06:45:14] Production.INFO: ==22050== Releasing lock...
[2026-09-11 06:45:14] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 06:45:14] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 06:45:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 06:45:16] Production.INFO: ============== Balance Warning START===========
[2026-09-11 06:45:16] Production.INFO: ============== Balance Warning END===========
[2026-09-11 06:45:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 06:45:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 06:45:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 06:45:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 06:45:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 06:45:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 06:45:16] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 06:45:16] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 06:45:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 06:45:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 06:45:16] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 06:45:16] Production.INFO: call_cost start
[2026-09-11 06:45:16] Production.INFO: call_cost end
[2026-09-11 06:45:16] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 06:45:16] Production.INFO: ============== Report Schedule START===========
[2026-09-11 06:45:16] Production.INFO: ============== Report Schedule END===========
[2026-09-11 06:45:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 06:45:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 06:45:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 06:45:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 06:45:16] Production.INFO: ============== Deal alert START===========
[2026-09-11 06:45:16] Production.INFO: ============== Deal alert END===========
[2026-09-11 06:45:16] Production.INFO: ==22046== Releasing lock...
[2026-09-11 06:45:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 06:45:16] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 11:46:02] Production.INFO: ==22120== Lock acquired, processing the job...
[2026-09-11 11:46:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 11:46:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 11:46:02] Production.INFO: neon service started
[2026-09-11 11:46:02] Production.INFO: neon service started
[2026-09-11 11:46:02] Production.INFO: ==22120== Releasing lock...
[2026-09-11 11:46:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 11:46:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 06:46:02] Production.INFO: ==22122== Lock acquired, processing the job...
[2026-09-11 06:46:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 10:46:02] Production.INFO: ==22124== Lock acquired, processing the job...
[2026-09-11 10:46:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 10:46:02] Production.INFO: ==22124== Releasing lock...
[2026-09-11 10:46:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 10:46:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 06:46:03] Production.INFO: ==22122== Releasing lock...
[2026-09-11 06:46:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 06:46:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 06:46:03] Production.INFO: ==22127== Lock acquired, processing the job...
[2026-09-11 06:46:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 06:46:03] Production.INFO: ==22133== Lock acquired, processing the job...
[2026-09-11 06:46:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 06:46:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 06:46:03] Production.INFO: ==22131== Lock acquired, processing the job...
[2026-09-11 06:46:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 06:46:03] Production.INFO: ==22129== Lock acquired, processing the job...
[2026-09-11 06:46:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 06:46:04] Production.INFO: ==22135== Lock acquired, processing the job...
[2026-09-11 06:46:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 06:46:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 06:46:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 06:46:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 06:46:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 06:46:04] Production.INFO: Account Balance Start.
[2026-09-11 06:46:04] Production.INFO: CreateAllLog Start
[2026-09-11 06:46:04] Production.INFO: 117
[2026-09-11 06:46:04] Production.INFO: Date 2026-09-08
[2026-09-11 06:46:04] Production.INFO: Reseller ==> 0
[2026-09-11 06:46: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-09-11 06:46: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-09-11 06:46:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-09-11 06:46:04] Production.INFO: Date 2026-09-09
[2026-09-11 06:46:04] Production.INFO: ==22135== Releasing lock...
[2026-09-11 06:46:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 06:46:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 06:46:04] Production.INFO: Reseller ==> 0
[2026-09-11 06:46:04] Production.INFO: Date 2026-09-10
[2026-09-11 06:46:04] Production.INFO: Reseller ==> 0
[2026-09-11 06:46:04] Production.INFO: Date 2026-09-11
[2026-09-11 06:46:04] Production.INFO: Reseller ==> 0
[2026-09-11 06:46:04] Production.INFO: Total Charge 0
[2026-09-11 06:46:04] Production.INFO: CreateAllLog End
[2026-09-11 06:46:04] Production.INFO: Account Balance End.
[2026-09-11 06:46:04] Production.ERROR: CronJobId end 12
[2026-09-11 06:46:04] Production.INFO: ==22133== Releasing lock...
[2026-09-11 06:46:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 06:46:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 06:46:04] Production.INFO: ==22129== Releasing lock...
[2026-09-11 06:46:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 06:46:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 06:46:11] Production.ERROR: CronJobId end10
[2026-09-11 06:46:11] Production.INFO: ==22131== Releasing lock...
[2026-09-11 06:46:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 06:46:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 06:46:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 06:46:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 06:46:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 06:46:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 06:46:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 06:46:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 06:46:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 06:46:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 06:46:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 06:46:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 06:46:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 06:46:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 06:46:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 06:46:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 06:46:15] Production.INFO: call_cost start
[2026-09-11 06:46:15] Production.INFO: call_cost end
[2026-09-11 06:46:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 06:46:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 06:46:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 06:46:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 06:46:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 06:46:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 06:46:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 06:46:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 06:46:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 06:46:15] Production.INFO: ==22127== Releasing lock...
[2026-09-11 06:46:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 06:46:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 11:47:01] Production.INFO: ==22195== Lock acquired, processing the job...
[2026-09-11 11:47:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 11:47:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 11:47:01] Production.INFO: neon service started
[2026-09-11 11:47:01] Production.INFO: neon service started
[2026-09-11 11:47:01] Production.INFO: ==22195== Releasing lock...
[2026-09-11 11:47:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 11:47:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 06:47:02] Production.INFO: ==22197== Lock acquired, processing the job...
[2026-09-11 06:47:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 10:47:02] Production.INFO: ==22199== Lock acquired, processing the job...
[2026-09-11 10:47:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 10:47:02] Production.INFO: ==22199== Releasing lock...
[2026-09-11 10:47:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 10:47:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 06:47:02] Production.INFO: ==22197== Releasing lock...
[2026-09-11 06:47:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 06:47:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 06:47:02] Production.INFO: ==22206== Lock acquired, processing the job...
[2026-09-11 06:47:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 06:47:02] Production.INFO: ==22208== Lock acquired, processing the job...
[2026-09-11 06:47:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 06:47:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 06:47:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 06:47:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 06:47:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 06:47:03] Production.INFO: Account Balance Start.
[2026-09-11 06:47:03] Production.INFO: CreateAllLog Start
[2026-09-11 06:47:03] Production.INFO: 117
[2026-09-11 06:47:03] Production.INFO: Date 2026-09-08
[2026-09-11 06:47:03] Production.INFO: Reseller ==> 0
[2026-09-11 06:47:03] Production.INFO: Date 2026-09-09
[2026-09-11 06:47:03] Production.INFO: Reseller ==> 0
[2026-09-11 06:47:03] Production.INFO: Date 2026-09-10
[2026-09-11 06:47:03] Production.INFO: Reseller ==> 0
[2026-09-11 06:47:03] Production.INFO: Date 2026-09-11
[2026-09-11 06:47:03] Production.INFO: Reseller ==> 0
[2026-09-11 06:47:03] Production.INFO: Total Charge 0
[2026-09-11 06:47:03] Production.INFO: ==22204== Lock acquired, processing the job...
[2026-09-11 06:47:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 06:47:03] Production.INFO: CreateAllLog End
[2026-09-11 06:47:03] Production.INFO: ==22202== Lock acquired, processing the job...
[2026-09-11 06:47:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 06:47:03] Production.INFO: Account Balance End.
[2026-09-11 06:47:03] Production.INFO: ==22210== Lock acquired, processing the job...
[2026-09-11 06:47:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 06:47:03] Production.ERROR: CronJobId end 12
[2026-09-11 06:47:03] Production.INFO: ==22208== Releasing lock...
[2026-09-11 06:47:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 06:47:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 06:47:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 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-09-11 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-09-11 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-09-11 06:47:03] Production.INFO: ==22210== Releasing lock...
[2026-09-11 06:47:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 06:47:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 06:47:04] Production.INFO: ==22204== Releasing lock...
[2026-09-11 06:47:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 06:47:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 06:47:11] Production.ERROR: CronJobId end10
[2026-09-11 06:47:11] Production.INFO: ==22206== Releasing lock...
[2026-09-11 06:47:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 06:47:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 06:47:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 06:47:15] Production.INFO: ============== Balance Warning START===========
[2026-09-11 06:47:15] Production.INFO: ============== Balance Warning END===========
[2026-09-11 06:47:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 06:47:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 06:47:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 06:47:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 06:47:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 06:47:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 06:47:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 06:47:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 06:47:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 06:47:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 06:47:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 06:47:15] Production.INFO: call_cost start
[2026-09-11 06:47:15] Production.INFO: call_cost end
[2026-09-11 06:47:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 06:47:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 06:47:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 06:47:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 06:47:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 06:47:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 06:47:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 06:47:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 06:47:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 06:47:15] Production.INFO: ==22202== Releasing lock...
[2026-09-11 06:47:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 06:47:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 11:48:02] Production.INFO: ==22267== Lock acquired, processing the job...
[2026-09-11 11:48:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 11:48:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 11:48:02] Production.INFO: neon service started
[2026-09-11 11:48:02] Production.INFO: neon service started
[2026-09-11 11:48:02] Production.INFO: ==22267== Releasing lock...
[2026-09-11 11:48:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 11:48:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 10:48:02] Production.INFO: ==22271== Lock acquired, processing the job...
[2026-09-11 10:48:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 10:48:02] Production.INFO: ==22271== Releasing lock...
[2026-09-11 10:48:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 10:48:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 06:48:02] Production.INFO: ==22269== Lock acquired, processing the job...
[2026-09-11 06:48:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 06:48:02] Production.INFO: ==22269== Releasing lock...
[2026-09-11 06:48:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 06:48:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 06:48:03] Production.INFO: ==22276== Lock acquired, processing the job...
[2026-09-11 06:48:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 06:48:03] Production.INFO: ==22278== Lock acquired, processing the job...
[2026-09-11 06:48:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 06:48:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 06:48:03] Production.INFO: ==22280== Lock acquired, processing the job...
[2026-09-11 06:48:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 06:48:03] Production.INFO: ==22282== Lock acquired, processing the job...
[2026-09-11 06:48:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 06:48:03] Production.INFO: ==22284== Lock acquired, processing the job...
[2026-09-11 06:48:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 06:48:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 06:48:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 06:48:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 06:48:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 06:48:03] Production.INFO: Account Balance Start.
[2026-09-11 06:48:03] Production.INFO: CreateAllLog Start
[2026-09-11 06:48:03] Production.INFO: 117
[2026-09-11 06:48:03] Production.INFO: Date 2026-09-08
[2026-09-11 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-09-11 06:48:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 06: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-09-11 06:48:04] Production.INFO: ==22284== Releasing lock...
[2026-09-11 06:48:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 06:48:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 06:48:04] Production.INFO: Date 2026-09-09
[2026-09-11 06:48:04] Production.INFO: Reseller ==> 0
[2026-09-11 06:48:04] Production.INFO: Date 2026-09-10
[2026-09-11 06:48:04] Production.INFO: Reseller ==> 0
[2026-09-11 06:48:04] Production.INFO: Date 2026-09-11
[2026-09-11 06:48:04] Production.INFO: Reseller ==> 0
[2026-09-11 06:48:04] Production.INFO: Total Charge 0
[2026-09-11 06:48:04] Production.INFO: CreateAllLog End
[2026-09-11 06:48:04] Production.INFO: Account Balance End.
[2026-09-11 06:48:04] Production.ERROR: CronJobId end 12
[2026-09-11 06:48:04] Production.INFO: ==22282== Releasing lock...
[2026-09-11 06:48:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 06:48:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 06:48:04] Production.INFO: ==22278== Releasing lock...
[2026-09-11 06:48:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 06:48:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 06:48:11] Production.ERROR: CronJobId end10
[2026-09-11 06:48:11] Production.INFO: ==22280== Releasing lock...
[2026-09-11 06:48:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 06:48:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 06:48:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 06:48:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 06:48:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 06:48:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 06:48:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 06:48:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 06:48:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 06:48:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 06:48:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 06:48:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 06:48:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 06:48:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 06:48:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 06:48:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 06:48:14] Production.INFO: call_cost start
[2026-09-11 06:48:14] Production.INFO: call_cost end
[2026-09-11 06:48:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 06:48:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 06:48:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 06:48:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 06:48:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 06:48:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 06:48:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 06:48:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 06:48:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 06:48:14] Production.INFO: ==22276== Releasing lock...
[2026-09-11 06:48:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 06:48:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 11:49:01] Production.INFO: ==22351== Lock acquired, processing the job...
[2026-09-11 11:49:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 11:49:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 11:49:01] Production.INFO: neon service started
[2026-09-11 11:49:01] Production.INFO: neon service started
[2026-09-11 11:49:01] Production.INFO: ==22351== Releasing lock...
[2026-09-11 11:49:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 11:49:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 06:49:01] Production.INFO: ==22354== Lock acquired, processing the job...
[2026-09-11 06:49:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 06:49:02] Production.INFO: ==22354== Releasing lock...
[2026-09-11 06:49:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 06:49:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 10:49:02] Production.INFO: ==22356== Lock acquired, processing the job...
[2026-09-11 10:49:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 10:49:02] Production.INFO: ==22356== Releasing lock...
[2026-09-11 10:49:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 10:49:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 06:49:03] Production.INFO: ==22358== Lock acquired, processing the job...
[2026-09-11 06:49:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 06:49:03] Production.INFO: ==22364== Lock acquired, processing the job...
[2026-09-11 06:49:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 06:49:03] Production.INFO: ==22360== Lock acquired, processing the job...
[2026-09-11 06:49:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 06:49:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 06:49:03] Production.INFO: Account Balance Start.
[2026-09-11 06:49:03] Production.INFO: CreateAllLog Start
[2026-09-11 06:49:03] Production.INFO: 117
[2026-09-11 06:49:03] Production.INFO: ==22362== Lock acquired, processing the job...
[2026-09-11 06:49:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 06:49:03] Production.INFO: Date 2026-09-08
[2026-09-11 06:49:03] Production.INFO: Reseller ==> 0
[2026-09-11 06:49:03] Production.INFO: ==22366== Lock acquired, processing the job...
[2026-09-11 06:49:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 06:49:03] Production.INFO: Date 2026-09-09
[2026-09-11 06:49:03] Production.INFO: Reseller ==> 0
[2026-09-11 06:49:03] Production.INFO: Date 2026-09-10
[2026-09-11 06:49:03] Production.INFO: Reseller ==> 0
[2026-09-11 06:49:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 06:49:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 06:49:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 06:49:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 06:49:03] Production.INFO: Date 2026-09-11
[2026-09-11 06:49:03] Production.INFO: Reseller ==> 0
[2026-09-11 06:49:03] Production.INFO: Total Charge 0
[2026-09-11 06:49:03] Production.INFO: CreateAllLog End
[2026-09-11 06: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-09-11 06: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-09-11 06: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-09-11 06:49:03] Production.INFO: ==22366== Releasing lock...
[2026-09-11 06:49:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 06:49:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 06:49:03] Production.INFO: Account Balance End.
[2026-09-11 06:49:03] Production.ERROR: CronJobId end 12
[2026-09-11 06:49:03] Production.INFO: ==22364== Releasing lock...
[2026-09-11 06:49:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 06:49:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 06:49:03] Production.INFO: ==22360== Releasing lock...
[2026-09-11 06:49:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 06:49:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 06:49:10] Production.ERROR: CronJobId end10
[2026-09-11 06:49:10] Production.INFO: ==22362== Releasing lock...
[2026-09-11 06:49:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 06:49:10] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 06:49:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 06:49:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 06:49:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 06:49:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 06:49:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 06:49:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 06:49:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 06:49:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 06:49:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 06:49:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 06:49:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 06:49:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 06:49:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 06:49:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 06:49:14] Production.INFO: call_cost start
[2026-09-11 06:49:14] Production.INFO: call_cost end
[2026-09-11 06:49:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 06:49:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 06:49:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 06:49:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 06:49:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 06:49:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 06:49:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 06:49:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 06:49:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 06:49:14] Production.INFO: ==22358== Releasing lock...
[2026-09-11 06:49:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 06:49:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 11:50:02] Production.INFO: ==22428== Lock acquired, processing the job...
[2026-09-11 11:50:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 11:50:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 11:50:02] Production.INFO: neon service started
[2026-09-11 11:50:02] Production.INFO: neon service started
[2026-09-11 11:50:02] Production.INFO: ==22428== Releasing lock...
[2026-09-11 11:50:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 11:50:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 10:50:02] Production.INFO: ==22432== Lock acquired, processing the job...
[2026-09-11 10:50:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 10:50:02] Production.INFO: ==22432== Releasing lock...
[2026-09-11 10:50:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 10:50:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 06:50:02] Production.INFO: ==22430== Lock acquired, processing the job...
[2026-09-11 06:50:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 06:50:02] Production.INFO: ==22430== Releasing lock...
[2026-09-11 06:50:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 06:50:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 06:50:03] Production.INFO: ==22434== Lock acquired, processing the job...
[2026-09-11 06:50:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 06:50:03] Production.INFO: ==22436== Lock acquired, processing the job...
[2026-09-11 06:50:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 06:50:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 06:50:03] Production.INFO: ==22438== Lock acquired, processing the job...
[2026-09-11 06:50:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 06:50:03] Production.INFO: ==22440== Lock acquired, processing the job...
[2026-09-11 06:50:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 06:50:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 06:50:03] Production.INFO: ==22442== Lock acquired, processing the job...
[2026-09-11 06:50:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 06:50:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 06:50:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 06:50:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 06:50:03] Production.INFO: Account Balance Start.
[2026-09-11 06:50:03] Production.INFO: CreateAllLog Start
[2026-09-11 06:50:03] Production.INFO: 117
[2026-09-11 06:50:03] Production.INFO: Date 2026-09-08
[2026-09-11 06:50:03] Production.INFO: Reseller ==> 0
[2026-09-11 06:50:03] Production.INFO: Date 2026-09-09
[2026-09-11 06:50:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 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-09-11 06:50:03] Production.INFO: ==22442== Releasing lock...
[2026-09-11 06:50:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 06:50:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 06:50:03] Production.INFO: Date 2026-09-10
[2026-09-11 06:50:03] Production.INFO: Reseller ==> 0
[2026-09-11 06:50:03] Production.INFO: Date 2026-09-11
[2026-09-11 06:50:03] Production.INFO: Reseller ==> 0
[2026-09-11 06:50:04] Production.INFO: Total Charge 0
[2026-09-11 06:50:04] Production.INFO: CreateAllLog End
[2026-09-11 06:50:04] Production.INFO: Account Balance End.
[2026-09-11 06:50:04] Production.ERROR: CronJobId end 12
[2026-09-11 06:50:04] Production.INFO: ==22440== Releasing lock...
[2026-09-11 06:50:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 06:50:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 06:50:04] Production.INFO: ==22436== Releasing lock...
[2026-09-11 06:50:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 06:50:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 06:50:12] Production.ERROR: CronJobId end10
[2026-09-11 06:50:12] Production.INFO: ==22438== Releasing lock...
[2026-09-11 06:50:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 06:50:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 06:50:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 06:50:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 06:50:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 06:50:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 06:50:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 06:50:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 06:50:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 06:50:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 06:50:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 06:50:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 06:50:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 06:50:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 06:50:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 06:50:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 06:50:14] Production.INFO: call_cost start
[2026-09-11 06:50:14] Production.INFO: call_cost end
[2026-09-11 06:50:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 06:50:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 06:50:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 06:50:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 06:50:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 06:50:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 06:50:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 06:50:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 06:50:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 06:50:14] Production.INFO: ==22434== Releasing lock...
[2026-09-11 06:50:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 06:50:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 11:51:01] Production.INFO: ==22508== Lock acquired, processing the job...
[2026-09-11 11:51:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 11:51:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 11:51:01] Production.INFO: neon service started
[2026-09-11 11:51:01] Production.INFO: neon service started
[2026-09-11 11:51:01] Production.INFO: ==22508== Releasing lock...
[2026-09-11 11:51:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 11:51:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 10:51:01] Production.INFO: ==22512== Lock acquired, processing the job...
[2026-09-11 10:51:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 10:51:01] Production.INFO: ==22512== Releasing lock...
[2026-09-11 10:51:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 10:51:01] Production.INFO: 25 MB #Memory Used#
[2026-09-11 06:51:01] Production.INFO: ==22510== Lock acquired, processing the job...
[2026-09-11 06:51:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 06:51:02] Production.INFO: ==22510== Releasing lock...
[2026-09-11 06:51:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 06:51:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 06:51:02] Production.INFO: ==22515== Lock acquired, processing the job...
[2026-09-11 06:51:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 06:51:02] Production.INFO: ==22517== Lock acquired, processing the job...
[2026-09-11 06:51:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 06:51:02] Production.INFO: ==22519== Lock acquired, processing the job...
[2026-09-11 06:51:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 06:51:03] Production.INFO: ==22521== Lock acquired, processing the job...
[2026-09-11 06:51:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 06:51:03] Production.INFO: ==22523== Lock acquired, processing the job...
[2026-09-11 06:51:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 06:51:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 06:51:03] Production.INFO: Account Balance Start.
[2026-09-11 06:51:03] Production.INFO: CreateAllLog Start
[2026-09-11 06:51:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 06:51:03] Production.INFO: 117
[2026-09-11 06:51:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 06:51:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 06:51:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 06:51:03] Production.INFO: Date 2026-09-08
[2026-09-11 06:51:03] Production.INFO: Reseller ==> 0
[2026-09-11 06: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-09-11 06: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-09-11 06: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-09-11 06:51:03] Production.INFO: ==22523== Releasing lock...
[2026-09-11 06:51:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 06:51:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 06:51:03] Production.INFO: Date 2026-09-09
[2026-09-11 06:51:03] Production.INFO: Reseller ==> 0
[2026-09-11 06:51:03] Production.INFO: Date 2026-09-10
[2026-09-11 06:51:03] Production.INFO: Reseller ==> 0
[2026-09-11 06:51:03] Production.INFO: Date 2026-09-11
[2026-09-11 06:51:03] Production.INFO: Reseller ==> 0
[2026-09-11 06:51:03] Production.INFO: Total Charge 0
[2026-09-11 06:51:03] Production.INFO: CreateAllLog End
[2026-09-11 06:51:03] Production.INFO: Account Balance End.
[2026-09-11 06:51:03] Production.ERROR: CronJobId end 12
[2026-09-11 06:51:03] Production.INFO: ==22521== Releasing lock...
[2026-09-11 06:51:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 06:51:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 06:51:03] Production.INFO: ==22517== Releasing lock...
[2026-09-11 06:51:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 06:51:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 06:51:11] Production.ERROR: CronJobId end10
[2026-09-11 06:51:11] Production.INFO: ==22519== Releasing lock...
[2026-09-11 06:51:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 06:51:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 06:51:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 06:51:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 06:51:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 06:51:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 06:51:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 06:51:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 06:51:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 06:51:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 06:51:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 06:51:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 06:51:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 06:51:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 06:51:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 06:51:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 06:51:13] Production.INFO: call_cost start
[2026-09-11 06:51:13] Production.INFO: call_cost end
[2026-09-11 06:51:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 06:51:13] Production.INFO: ============== Report Schedule START===========
[2026-09-11 06:51:13] Production.INFO: ============== Report Schedule END===========
[2026-09-11 06:51:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 06:51:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 06:51:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 06:51:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 06:51:13] Production.INFO: ============== Deal alert START===========
[2026-09-11 06:51:13] Production.INFO: ============== Deal alert END===========
[2026-09-11 06:51:13] Production.INFO: ==22515== Releasing lock...
[2026-09-11 06:51:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 06:51:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 11:52:01] Production.INFO: ==22600== Lock acquired, processing the job...
[2026-09-11 11:52:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 11:52:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 11:52:01] Production.INFO: neon service started
[2026-09-11 11:52:01] Production.INFO: neon service started
[2026-09-11 11:52:01] Production.INFO: ==22600== Releasing lock...
[2026-09-11 11:52:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 11:52:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 06:52:02] Production.INFO: ==22603== Lock acquired, processing the job...
[2026-09-11 06:52:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 06:52:02] Production.INFO: ==22603== Releasing lock...
[2026-09-11 06:52:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 06:52:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 10:52:02] Production.INFO: ==22605== Lock acquired, processing the job...
[2026-09-11 10:52:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 10:52:02] Production.INFO: ==22605== Releasing lock...
[2026-09-11 10:52:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 10:52:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 06:52:03] Production.INFO: ==22607== Lock acquired, processing the job...
[2026-09-11 06:52:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 06:52:03] Production.INFO: ==22609== Lock acquired, processing the job...
[2026-09-11 06:52:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 06:52:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 06:52:03] Production.INFO: ==22612== Lock acquired, processing the job...
[2026-09-11 06:52:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 06:52:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 06:52:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 06:52:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 06:52:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 06:52:03] Production.INFO: ==22614== Lock acquired, processing the job...
[2026-09-11 06:52:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 06:52:03] Production.INFO: ==22616== Lock acquired, processing the job...
[2026-09-11 06:52:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 06:52:03] Production.INFO: Account Balance Start.
[2026-09-11 06:52:03] Production.INFO: CreateAllLog Start
[2026-09-11 06:52:03] Production.INFO: 117
[2026-09-11 06:52:03] Production.INFO: Date 2026-09-08
[2026-09-11 06:52:03] Production.INFO: Reseller ==> 0
[2026-09-11 06:52:04] Production.INFO: Date 2026-09-09
[2026-09-11 06:52:04] Production.INFO: Reseller ==> 0
[2026-09-11 06: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-09-11 06: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-09-11 06: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-09-11 06:52:04] Production.INFO: Date 2026-09-10
[2026-09-11 06:52:04] Production.INFO: Reseller ==> 0
[2026-09-11 06:52:04] Production.INFO: ==22616== Releasing lock...
[2026-09-11 06:52:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 06:52:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 06:52:04] Production.INFO: Date 2026-09-11
[2026-09-11 06:52:04] Production.INFO: Reseller ==> 0
[2026-09-11 06:52:04] Production.INFO: Total Charge 0
[2026-09-11 06:52:04] Production.INFO: CreateAllLog End
[2026-09-11 06:52:04] Production.INFO: ==22609== Releasing lock...
[2026-09-11 06:52:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 06:52:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 06:52:04] Production.INFO: Account Balance End.
[2026-09-11 06:52:04] Production.ERROR: CronJobId end 12
[2026-09-11 06:52:04] Production.INFO: ==22614== Releasing lock...
[2026-09-11 06:52:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 06:52:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 06:52:12] Production.ERROR: CronJobId end10
[2026-09-11 06:52:12] Production.INFO: ==22612== Releasing lock...
[2026-09-11 06:52:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 06:52:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 06:52:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 06:52:15] Production.INFO: ============== Balance Warning START===========
[2026-09-11 06:52:15] Production.INFO: ============== Balance Warning END===========
[2026-09-11 06:52:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 06:52:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 06:52:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 06:52:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 06:52:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 06:52:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 06:52:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 06:52:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 06:52:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 06:52:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 06:52:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 06:52:15] Production.INFO: call_cost start
[2026-09-11 06:52:15] Production.INFO: call_cost end
[2026-09-11 06:52:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 06:52:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 06:52:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 06:52:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 06:52:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 06:52:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 06:52:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 06:52:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 06:52:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 06:52:15] Production.INFO: ==22607== Releasing lock...
[2026-09-11 06:52:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 06:52:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 11:53:01] Production.INFO: ==22680== Lock acquired, processing the job...
[2026-09-11 11:53:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 11:53:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 11:53:01] Production.INFO: neon service started
[2026-09-11 11:53:01] Production.INFO: neon service started
[2026-09-11 11:53:01] Production.INFO: ==22680== Releasing lock...
[2026-09-11 11:53:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 11:53:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 06:53:01] Production.INFO: ==22682== Lock acquired, processing the job...
[2026-09-11 06:53:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 06:53:01] Production.INFO: ==22682== Releasing lock...
[2026-09-11 06:53:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 06:53:01] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 10:53:02] Production.INFO: ==22684== Lock acquired, processing the job...
[2026-09-11 10:53:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 10:53:02] Production.INFO: ==22684== Releasing lock...
[2026-09-11 10:53:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 10:53:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 06:53:02] Production.INFO: ==22687== Lock acquired, processing the job...
[2026-09-11 06:53:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 06:53:02] Production.INFO: ==22689== Lock acquired, processing the job...
[2026-09-11 06:53:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 06:53:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 06:53:02] Production.INFO: ==22691== Lock acquired, processing the job...
[2026-09-11 06:53:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 06:53:02] Production.INFO: ==22693== Lock acquired, processing the job...
[2026-09-11 06:53:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 06:53:02] Production.INFO: ==22695== Lock acquired, processing the job...
[2026-09-11 06:53:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 06:53:02] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 06:53:02] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 06:53:02] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 06:53:02] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 06:53:03] Production.INFO: Account Balance Start.
[2026-09-11 06:53:03] Production.INFO: CreateAllLog Start
[2026-09-11 06:53:03] Production.INFO: 117
[2026-09-11 06:53:03] Production.INFO: Date 2026-09-08
[2026-09-11 06:53:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 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-09-11 06:53:03] Production.INFO: Date 2026-09-09
[2026-09-11 06:53:03] Production.INFO: Reseller ==> 0
[2026-09-11 06:53:03] Production.INFO: ==22695== Releasing lock...
[2026-09-11 06:53:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 06:53:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 06:53:03] Production.INFO: Date 2026-09-10
[2026-09-11 06:53:03] Production.INFO: Reseller ==> 0
[2026-09-11 06:53:03] Production.INFO: Date 2026-09-11
[2026-09-11 06:53:03] Production.INFO: Reseller ==> 0
[2026-09-11 06:53:03] Production.INFO: Total Charge 0
[2026-09-11 06:53:03] Production.INFO: CreateAllLog End
[2026-09-11 06:53:03] Production.INFO: ==22689== Releasing lock...
[2026-09-11 06:53:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 06:53:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 06:53:03] Production.INFO: Account Balance End.
[2026-09-11 06:53:03] Production.ERROR: CronJobId end 12
[2026-09-11 06:53:03] Production.INFO: ==22693== Releasing lock...
[2026-09-11 06:53:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 06:53:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 06:53:10] Production.ERROR: CronJobId end10
[2026-09-11 06:53:10] Production.INFO: ==22691== Releasing lock...
[2026-09-11 06:53:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 06:53:10] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 06:53:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 06:53:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 06:53:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 06:53:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 06:53:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 06:53:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 06:53:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 06:53:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 06:53:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 06:53:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 06:53:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 06:53:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 06:53:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 06:53:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 06:53:14] Production.INFO: call_cost start
[2026-09-11 06:53:14] Production.INFO: call_cost end
[2026-09-11 06:53:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 06:53:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 06:53:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 06:53:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 06:53:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 06:53:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 06:53:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 06:53:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 06:53:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 06:53:14] Production.INFO: ==22687== Releasing lock...
[2026-09-11 06:53:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 06:53:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 11:54:01] Production.INFO: ==22763== Lock acquired, processing the job...
[2026-09-11 11:54:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 11:54:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 11:54:01] Production.INFO: neon service started
[2026-09-11 11:54:01] Production.INFO: neon service started
[2026-09-11 11:54:01] Production.INFO: ==22763== Releasing lock...
[2026-09-11 11:54:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 11:54:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 06:54:02] Production.INFO: ==22765== Lock acquired, processing the job...
[2026-09-11 06:54:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 06:54:02] Production.INFO: ==22765== Releasing lock...
[2026-09-11 06:54:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 06:54:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 10:54:02] Production.INFO: ==22767== Lock acquired, processing the job...
[2026-09-11 10:54:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 10:54:02] Production.INFO: ==22767== Releasing lock...
[2026-09-11 10:54:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 10:54:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 06:54:03] Production.INFO: ==22769== Lock acquired, processing the job...
[2026-09-11 06:54:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 06:54:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 06:54:03] Production.INFO: ==22773== Lock acquired, processing the job...
[2026-09-11 06:54:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 06:54:03] Production.INFO: ==22771== Lock acquired, processing the job...
[2026-09-11 06:54:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 06:54:03] Production.INFO: ==22776== Lock acquired, processing the job...
[2026-09-11 06:54:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 06:54:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 06:54:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 06:54:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 06:54:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 06:54:03] Production.INFO: ==22778== Lock acquired, processing the job...
[2026-09-11 06:54:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 06: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-09-11 06: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-09-11 06: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-09-11 06:54:03] Production.INFO: ==22778== Releasing lock...
[2026-09-11 06:54:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 06:54:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 06:54:03] Production.INFO: Account Balance Start.
[2026-09-11 06:54:03] Production.INFO: CreateAllLog Start
[2026-09-11 06:54:03] Production.INFO: 117
[2026-09-11 06:54:03] Production.INFO: Date 2026-09-08
[2026-09-11 06:54:03] Production.INFO: Reseller ==> 0
[2026-09-11 06:54:03] Production.INFO: Date 2026-09-09
[2026-09-11 06:54:03] Production.INFO: Reseller ==> 0
[2026-09-11 06:54:03] Production.INFO: Date 2026-09-10
[2026-09-11 06:54:03] Production.INFO: Reseller ==> 0
[2026-09-11 06:54:03] Production.INFO: Date 2026-09-11
[2026-09-11 06:54:03] Production.INFO: Reseller ==> 0
[2026-09-11 06:54:04] Production.INFO: Total Charge 0
[2026-09-11 06:54:04] Production.INFO: CreateAllLog End
[2026-09-11 06:54:04] Production.INFO: ==22771== Releasing lock...
[2026-09-11 06:54:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 06:54:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 06:54:04] Production.INFO: Account Balance End.
[2026-09-11 06:54:04] Production.ERROR: CronJobId end 12
[2026-09-11 06:54:04] Production.INFO: ==22776== Releasing lock...
[2026-09-11 06:54:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 06:54:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 06:54:11] Production.ERROR: CronJobId end10
[2026-09-11 06:54:11] Production.INFO: ==22773== Releasing lock...
[2026-09-11 06:54:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 06:54:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 06:54:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 06:54:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 06:54:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 06:54:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 06:54:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 06:54:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 06:54:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 06:54:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 06:54:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 06:54:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 06:54:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 06:54:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 06:54:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 06:54:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 06:54:13] Production.INFO: call_cost start
[2026-09-11 06:54:13] Production.INFO: call_cost end
[2026-09-11 06:54:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 06:54:13] Production.INFO: ============== Report Schedule START===========
[2026-09-11 06:54:13] Production.INFO: ============== Report Schedule END===========
[2026-09-11 06:54:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 06:54:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 06:54:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 06:54:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 06:54:13] Production.INFO: ============== Deal alert START===========
[2026-09-11 06:54:13] Production.INFO: ============== Deal alert END===========
[2026-09-11 06:54:13] Production.INFO: ==22769== Releasing lock...
[2026-09-11 06:54:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 06:54:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 11:55:02] Production.INFO: ==22855== Lock acquired, processing the job...
[2026-09-11 11:55:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 11:55:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 11:55:02] Production.INFO: neon service started
[2026-09-11 11:55:02] Production.INFO: neon service started
[2026-09-11 11:55:02] Production.INFO: ==22855== Releasing lock...
[2026-09-11 11:55:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 11:55:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 06:55:02] Production.INFO: ==22857== Lock acquired, processing the job...
[2026-09-11 06:55:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 06:55:02] Production.INFO: ==22857== Releasing lock...
[2026-09-11 06:55:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 06:55:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 10:55:03] Production.INFO: ==22859== Lock acquired, processing the job...
[2026-09-11 10:55:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 10:55:03] Production.INFO: ==22859== Releasing lock...
[2026-09-11 10:55:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 10:55:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 06:55:03] Production.INFO: ==22862== Lock acquired, processing the job...
[2026-09-11 06:55:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-11 06:55:03] Production.ERROR: ========================== active cronjob start =============================
[2026-09-11 06:55:03] Production.ERROR: ========================== active cronjob end =============================
[2026-09-11 06:55:03] Production.INFO: ==22862== Releasing lock...
[2026-09-11 06:55:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-11 06:55:03] Production.INFO: 25.5 MB #Memory Used#
[2026-09-11 06:55:04] Production.INFO: ==22866== Lock acquired, processing the job...
[2026-09-11 06:55:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 06:55:04] Production.INFO: ==22868== Lock acquired, processing the job...
[2026-09-11 06:55:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 06:55:04] Production.INFO: ==22864== Lock acquired, processing the job...
[2026-09-11 06:55:04] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 06:55:04] Production.INFO: ==22870== Lock acquired, processing the job...
[2026-09-11 06:55:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 06:55:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 06:55:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 06:55:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 06:55:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 06:55:04] Production.INFO: ==22874== Lock acquired, processing the job...
[2026-09-11 06:55:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 06:55:04] Production.INFO: ==22872== Lock acquired, processing the job...
[2026-09-11 06:55:04] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-11 06:55:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 06:55:04] Production.ERROR: tblTempUsageDetail_20
[2026-09-11 06:55:04] Production.INFO: Account Balance Start.
[2026-09-11 06:55:04] Production.INFO: CreateAllLog Start
[2026-09-11 06:55:04] Production.INFO: 117
[2026-09-11 06:55:04] Production.INFO: Date 2026-09-08
[2026-09-11 06: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-09-11 06: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-09-11 06:55:04] Production.INFO: Reseller ==> 0
[2026-09-11 06:55:04] Production.INFO: Date 2026-09-09
[2026-09-11 06: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-09-11 06:55:04] Production.INFO: Reseller ==> 0
[2026-09-11 06:55:04] Production.INFO: ==22874== Releasing lock...
[2026-09-11 06:55:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 06:55:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 06:55:04] Production.INFO: Date 2026-09-10
[2026-09-11 06:55:04] Production.INFO: Reseller ==> 0
[2026-09-11 06:55:04] Production.INFO: Date 2026-09-11
[2026-09-11 06:55:04] Production.INFO: Reseller ==> 0
[2026-09-11 06:55:04] Production.INFO: Total Charge 0
[2026-09-11 06:55:04] Production.INFO: CreateAllLog End
[2026-09-11 06:55:04] Production.ERROR: done
[2026-09-11 06:55:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-11 06:55:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17983056', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) start
[2026-09-11 06:55:04] Production.INFO: Account Balance End.
[2026-09-11 06:55:04] Production.INFO: ==22866== Releasing lock...
[2026-09-11 06:55:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 06:55:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 06:55:04] Production.ERROR: CronJobId end 12
[2026-09-11 06:55:04] Production.INFO: ==22870== Releasing lock...
[2026-09-11 06:55:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 06:55:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 06:55:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17983056', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) end
[2026-09-11 06:55:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-11 06:55:10] Production.INFO: ProcessCDR(1,17983056,1,1,2)
[2026-09-11 06:55:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17983056,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 06:55:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17983056,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 06:55:10] Production.ERROR: pbx prc_insertCDR start
[2026-09-11 06:55:10] Production.ERROR: pbx prc_insertCDR end
[2026-09-11 06:55:10] Production.INFO: ==22872== Releasing lock...
[2026-09-11 06:55:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-11 06:55:10] Production.INFO: 26 MB #Memory Used#
[2026-09-11 06:55:14] Production.ERROR: CronJobId end10
[2026-09-11 06:55:14] Production.INFO: ==22868== Releasing lock...
[2026-09-11 06:55:14] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 06:55:14] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 06:55:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 06:55:16] Production.INFO: ============== Balance Warning START===========
[2026-09-11 06:55:16] Production.INFO: ============== Balance Warning END===========
[2026-09-11 06:55:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 06:55:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 06:55:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 06:55:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 06:55:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 06:55:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 06:55:16] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 06:55:16] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 06:55:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 06:55:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 06:55:16] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 06:55:17] Production.INFO: call_cost start
[2026-09-11 06:55:17] Production.INFO: call_cost end
[2026-09-11 06:55:17] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 06:55:17] Production.INFO: ============== Report Schedule START===========
[2026-09-11 06:55:17] Production.INFO: ============== Report Schedule END===========
[2026-09-11 06:55:17] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 06:55:17] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 06:55:17] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 06:55:17] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 06:55:17] Production.INFO: ============== Deal alert START===========
[2026-09-11 06:55:17] Production.INFO: ============== Deal alert END===========
[2026-09-11 06:55:17] Production.INFO: ==22864== Releasing lock...
[2026-09-11 06:55:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 06:55:17] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 11:56:01] Production.INFO: ==22941== Lock acquired, processing the job...
[2026-09-11 11:56:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 11:56:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 11:56:01] Production.INFO: neon service started
[2026-09-11 11:56:01] Production.INFO: neon service started
[2026-09-11 11:56:01] Production.INFO: ==22941== Releasing lock...
[2026-09-11 11:56:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 11:56:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 10:56:02] Production.INFO: ==22945== Lock acquired, processing the job...
[2026-09-11 10:56:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 10:56:02] Production.INFO: ==22945== Releasing lock...
[2026-09-11 10:56:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 10:56:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 06:56:02] Production.INFO: ==22943== Lock acquired, processing the job...
[2026-09-11 06:56:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 06:56:02] Production.INFO: ==22943== Releasing lock...
[2026-09-11 06:56:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 06:56:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 06:56:03] Production.INFO: ==22948== Lock acquired, processing the job...
[2026-09-11 06:56:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 06:56:03] Production.INFO: ==22950== Lock acquired, processing the job...
[2026-09-11 06:56:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 06:56:03] Production.INFO: ==22952== Lock acquired, processing the job...
[2026-09-11 06:56:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 06:56:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 06:56:03] Production.INFO: ==22954== Lock acquired, processing the job...
[2026-09-11 06:56:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 06:56:03] Production.INFO: ==22956== Lock acquired, processing the job...
[2026-09-11 06:56:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 06:56:03] Production.INFO: Account Balance Start.
[2026-09-11 06:56:03] Production.INFO: CreateAllLog Start
[2026-09-11 06:56:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 06:56:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 06:56:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 06:56:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 06:56:03] Production.INFO: 117
[2026-09-11 06:56:03] Production.INFO: Date 2026-09-08
[2026-09-11 06:56:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 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-09-11 06:56:03] Production.INFO: ==22956== Releasing lock...
[2026-09-11 06:56:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 06:56:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 06:56:03] Production.INFO: Date 2026-09-09
[2026-09-11 06:56:03] Production.INFO: Reseller ==> 0
[2026-09-11 06:56:03] Production.INFO: Date 2026-09-10
[2026-09-11 06:56:03] Production.INFO: Reseller ==> 0
[2026-09-11 06:56:03] Production.INFO: Date 2026-09-11
[2026-09-11 06:56:03] Production.INFO: Reseller ==> 0
[2026-09-11 06:56:03] Production.INFO: Total Charge 0
[2026-09-11 06:56:03] Production.INFO: CreateAllLog End
[2026-09-11 06:56:03] Production.INFO: ==22950== Releasing lock...
[2026-09-11 06:56:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 06:56:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 06:56:03] Production.INFO: Account Balance End.
[2026-09-11 06:56:04] Production.ERROR: CronJobId end 12
[2026-09-11 06:56:04] Production.INFO: ==22954== Releasing lock...
[2026-09-11 06:56:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 06:56:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 06:56:12] Production.ERROR: CronJobId end10
[2026-09-11 06:56:12] Production.INFO: ==22952== Releasing lock...
[2026-09-11 06:56:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 06:56:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 06:56:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 06:56:15] Production.INFO: ============== Balance Warning START===========
[2026-09-11 06:56:15] Production.INFO: ============== Balance Warning END===========
[2026-09-11 06:56:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 06:56:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 06:56:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 06:56:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 06:56:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 06:56:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 06:56:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 06:56:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 06:56:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 06:56:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 06:56:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 06:56:16] Production.INFO: call_cost start
[2026-09-11 06:56:16] Production.INFO: call_cost end
[2026-09-11 06:56:16] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 06:56:16] Production.INFO: ============== Report Schedule START===========
[2026-09-11 06:56:16] Production.INFO: ============== Report Schedule END===========
[2026-09-11 06:56:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 06:56:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 06:56:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 06:56:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 06:56:16] Production.INFO: ============== Deal alert START===========
[2026-09-11 06:56:16] Production.INFO: ============== Deal alert END===========
[2026-09-11 06:56:16] Production.INFO: ==22948== Releasing lock...
[2026-09-11 06:56:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 06:56:16] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 11:57:02] Production.INFO: ==23020== Lock acquired, processing the job...
[2026-09-11 11:57:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 11:57:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 11:57:02] Production.INFO: neon service started
[2026-09-11 11:57:02] Production.INFO: neon service started
[2026-09-11 11:57:02] Production.INFO: ==23020== Releasing lock...
[2026-09-11 11:57:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 11:57:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 06:57:02] Production.INFO: ==23022== Lock acquired, processing the job...
[2026-09-11 06:57:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 06:57:02] Production.INFO: ==23022== Releasing lock...
[2026-09-11 06:57:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 06:57:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 10:57:02] Production.INFO: ==23024== Lock acquired, processing the job...
[2026-09-11 10:57:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 10:57:02] Production.INFO: ==23024== Releasing lock...
[2026-09-11 10:57:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 10:57:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 06:57:03] Production.INFO: ==23034== Lock acquired, processing the job...
[2026-09-11 06:57:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 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-09-11 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-09-11 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-09-11 06:57:03] Production.INFO: ==23034== Releasing lock...
[2026-09-11 06:57:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 06:57:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 06:57:03] Production.INFO: ==23026== Lock acquired, processing the job...
[2026-09-11 06:57:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 06:57:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 06:57:03] Production.INFO: ==23028== Lock acquired, processing the job...
[2026-09-11 06:57:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 06:57:03] Production.INFO: ==23030== Lock acquired, processing the job...
[2026-09-11 06:57:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 06:57:03] Production.INFO: ==23032== Lock acquired, processing the job...
[2026-09-11 06:57:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 06:57:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 06:57:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 06:57:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 06:57:03] Production.INFO: Account Balance Start.
[2026-09-11 06:57:03] Production.INFO: CreateAllLog Start
[2026-09-11 06:57:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 06:57:03] Production.INFO: 117
[2026-09-11 06:57:03] Production.INFO: Date 2026-09-08
[2026-09-11 06:57:03] Production.INFO: Reseller ==> 0
[2026-09-11 06:57:03] Production.INFO: Date 2026-09-09
[2026-09-11 06:57:03] Production.INFO: Reseller ==> 0
[2026-09-11 06:57:03] Production.INFO: Date 2026-09-10
[2026-09-11 06:57:03] Production.INFO: Reseller ==> 0
[2026-09-11 06:57:03] Production.INFO: Date 2026-09-11
[2026-09-11 06:57:03] Production.INFO: Reseller ==> 0
[2026-09-11 06:57:04] Production.INFO: Total Charge 0
[2026-09-11 06:57:04] Production.INFO: CreateAllLog End
[2026-09-11 06:57:04] Production.INFO: Account Balance End.
[2026-09-11 06:57:04] Production.ERROR: CronJobId end 12
[2026-09-11 06:57:04] Production.INFO: ==23032== Releasing lock...
[2026-09-11 06:57:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 06:57:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 06:57:04] Production.INFO: ==23028== Releasing lock...
[2026-09-11 06:57:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 06:57:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 06:57:12] Production.ERROR: CronJobId end10
[2026-09-11 06:57:12] Production.INFO: ==23030== Releasing lock...
[2026-09-11 06:57:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 06:57:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 06:57:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 06:57:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 06:57:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 06:57:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 06:57:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 06:57:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 06:57:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 06:57:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 06:57:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 06:57:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 06:57:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 06:57:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 06:57:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 06:57:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 06:57:15] Production.INFO: call_cost start
[2026-09-11 06:57:15] Production.INFO: call_cost end
[2026-09-11 06:57:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 06:57:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 06:57:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 06:57:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 06:57:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 06:57:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 06:57:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 06:57:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 06:57:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 06:57:15] Production.INFO: ==23026== Releasing lock...
[2026-09-11 06:57:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 06:57:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 11:58:01] Production.INFO: ==23104== Lock acquired, processing the job...
[2026-09-11 11:58:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 11:58:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 11:58:01] Production.INFO: neon service started
[2026-09-11 11:58:01] Production.INFO: neon service started
[2026-09-11 11:58:01] Production.INFO: ==23104== Releasing lock...
[2026-09-11 11:58:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 11:58:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 10:58:01] Production.INFO: ==23109== Lock acquired, processing the job...
[2026-09-11 10:58:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 10:58:01] Production.INFO: ==23109== Releasing lock...
[2026-09-11 10:58:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 10:58:01] Production.INFO: 25 MB #Memory Used#
[2026-09-11 06:58:02] Production.INFO: ==23107== Lock acquired, processing the job...
[2026-09-11 06:58:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 06:58:02] Production.INFO: ==23107== Releasing lock...
[2026-09-11 06:58:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 06:58:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 06:58:03] Production.INFO: ==23111== Lock acquired, processing the job...
[2026-09-11 06:58:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 06:58:03] Production.INFO: ==23115== Lock acquired, processing the job...
[2026-09-11 06:58:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 06:58:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 06:58:03] Production.INFO: ==23113== Lock acquired, processing the job...
[2026-09-11 06:58:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 06:58:03] Production.INFO: ==23117== Lock acquired, processing the job...
[2026-09-11 06:58:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 06:58:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 06:58:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 06:58:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 06:58:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 06:58:03] Production.INFO: ==23119== Lock acquired, processing the job...
[2026-09-11 06:58:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 06:58:03] Production.INFO: Account Balance Start.
[2026-09-11 06:58:03] Production.INFO: CreateAllLog Start
[2026-09-11 06:58:03] Production.INFO: 117
[2026-09-11 06:58:03] Production.INFO: Date 2026-09-08
[2026-09-11 06:58:03] Production.INFO: Reseller ==> 0
[2026-09-11 06:58:03] Production.INFO: Date 2026-09-09
[2026-09-11 06:58:03] Production.INFO: Reseller ==> 0
[2026-09-11 06:58:03] Production.INFO: Date 2026-09-10
[2026-09-11 06:58:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 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-09-11 06:58:03] Production.INFO: ==23119== Releasing lock...
[2026-09-11 06:58:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 06:58:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 06:58:03] Production.INFO: Date 2026-09-11
[2026-09-11 06:58:03] Production.INFO: Reseller ==> 0
[2026-09-11 06:58:03] Production.INFO: Total Charge 0
[2026-09-11 06:58:03] Production.INFO: CreateAllLog End
[2026-09-11 06:58:03] Production.INFO: Account Balance End.
[2026-09-11 06:58:03] Production.ERROR: CronJobId end 12
[2026-09-11 06:58:03] Production.INFO: ==23117== Releasing lock...
[2026-09-11 06:58:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 06:58:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 06:58:04] Production.INFO: ==23113== Releasing lock...
[2026-09-11 06:58:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 06:58:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 06:58:10] Production.ERROR: CronJobId end10
[2026-09-11 06:58:10] Production.INFO: ==23115== Releasing lock...
[2026-09-11 06:58:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 06:58:10] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 06:58:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 06:58:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 06:58:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 06:58:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 06:58:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 06:58:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 06:58:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 06:58:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 06:58:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 06:58:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 06:58:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 06:58:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 06:58:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 06:58:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 06:58:14] Production.INFO: call_cost start
[2026-09-11 06:58:14] Production.INFO: call_cost end
[2026-09-11 06:58:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 06:58:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 06:58:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 06:58:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 06:58:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 06:58:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 06:58:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 06:58:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 06:58:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 06:58:14] Production.INFO: ==23111== Releasing lock...
[2026-09-11 06:58:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 06:58:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 11:59:01] Production.INFO: ==23184== Lock acquired, processing the job...
[2026-09-11 11:59:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 11:59:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 11:59:01] Production.INFO: neon service started
[2026-09-11 11:59:01] Production.INFO: neon service started
[2026-09-11 11:59:02] Production.INFO: ==23184== Releasing lock...
[2026-09-11 11:59:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 11:59:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 06:59:02] Production.INFO: ==23186== Lock acquired, processing the job...
[2026-09-11 06:59:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 06:59:02] Production.INFO: ==23186== Releasing lock...
[2026-09-11 06:59:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 06:59:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 10:59:02] Production.INFO: ==23188== Lock acquired, processing the job...
[2026-09-11 10:59:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 10:59:02] Production.INFO: ==23188== Releasing lock...
[2026-09-11 10:59:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 10:59:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 06:59:03] Production.INFO: ==23193== Lock acquired, processing the job...
[2026-09-11 06:59:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 06:59:03] Production.INFO: ==23197== Lock acquired, processing the job...
[2026-09-11 06:59:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 06:59:03] Production.INFO: ==23199== Lock acquired, processing the job...
[2026-09-11 06:59:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 06:59:03] Production.INFO: ==23195== Lock acquired, processing the job...
[2026-09-11 06:59:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 06:59:03] Production.INFO: ==23191== Lock acquired, processing the job...
[2026-09-11 06:59:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 06:59:03] Production.INFO: Account Balance Start.
[2026-09-11 06:59:03] Production.INFO: CreateAllLog Start
[2026-09-11 06:59:03] Production.INFO: 117
[2026-09-11 06:59:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 06:59:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 06:59:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 06:59:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 06:59:03] Production.INFO: Date 2026-09-08
[2026-09-11 06:59:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 06:59:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 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-09-11 06:59:03] Production.INFO: ==23199== Releasing lock...
[2026-09-11 06:59:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 06:59:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 06:59:03] Production.INFO: Date 2026-09-09
[2026-09-11 06:59:03] Production.INFO: Reseller ==> 0
[2026-09-11 06:59:03] Production.INFO: Date 2026-09-10
[2026-09-11 06:59:03] Production.INFO: Reseller ==> 0
[2026-09-11 06:59:03] Production.INFO: Date 2026-09-11
[2026-09-11 06:59:03] Production.INFO: Reseller ==> 0
[2026-09-11 06:59:03] Production.INFO: Total Charge 0
[2026-09-11 06:59:03] Production.INFO: CreateAllLog End
[2026-09-11 06:59:04] Production.INFO: ==23193== Releasing lock...
[2026-09-11 06:59:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 06:59:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 06:59:04] Production.INFO: Account Balance End.
[2026-09-11 06:59:04] Production.ERROR: CronJobId end 12
[2026-09-11 06:59:04] Production.INFO: ==23197== Releasing lock...
[2026-09-11 06:59:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 06:59:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 06:59:11] Production.ERROR: CronJobId end10
[2026-09-11 06:59:11] Production.INFO: ==23195== Releasing lock...
[2026-09-11 06:59:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 06:59:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 06:59:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 06:59:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 06:59:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 06:59:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 06:59:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 06:59:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 06:59:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 06:59:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 06:59:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 06:59:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 06:59:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 06:59:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 06:59:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 06:59:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 06:59:14] Production.INFO: call_cost start
[2026-09-11 06:59:14] Production.INFO: call_cost end
[2026-09-11 06:59:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 06:59:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 06:59:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 06:59:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 06:59:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 06:59:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 06:59:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 06:59:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 06:59:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 06:59:14] Production.INFO: ==23191== Releasing lock...
[2026-09-11 06:59:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 06:59:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 12:00:01] Production.INFO: ==23261== Lock acquired, processing the job...
[2026-09-11 12:00:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 12:00:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 12:00:01] Production.INFO: neon service started
[2026-09-11 12:00:01] Production.INFO: neon service started
[2026-09-11 12:00:01] Production.INFO: ==23261== Releasing lock...
[2026-09-11 12:00:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 12:00:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 07:00:02] Production.INFO: ==23264== Lock acquired, processing the job...
[2026-09-11 07:00:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 11:00:02] Production.INFO: ==23266== Lock acquired, processing the job...
[2026-09-11 11:00:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 11:00:02] Production.INFO: ==23266== Releasing lock...
[2026-09-11 11:00:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 11:00:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 07:00:02] Production.INFO: ==23264== Releasing lock...
[2026-09-11 07:00:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 07:00:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 07:00:03] Production.INFO: ==23269== Lock acquired, processing the job...
[2026-09-11 07:00:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 07:00:03] Production.INFO: ==23271== Lock acquired, processing the job...
[2026-09-11 07:00:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 07:00:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 07:00:03] Production.INFO: ==23277== Lock acquired, processing the job...
[2026-09-11 07:00:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 07:00:03] Production.INFO: ==23275== Lock acquired, processing the job...
[2026-09-11 07:00:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 07:00:03] Production.INFO: ==23273== Lock acquired, processing the job...
[2026-09-11 07:00:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 07:00:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 07:00:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 07:00:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 07:00:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 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-09-11 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-09-11 07:00:03] Production.INFO: Account Balance Start.
[2026-09-11 07:00:03] Production.INFO: CreateAllLog Start
[2026-09-11 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-09-11 07:00:03] Production.INFO: 117
[2026-09-11 07:00:03] Production.INFO: Date 2026-09-08
[2026-09-11 07:00:03] Production.INFO: ==23277== Releasing lock...
[2026-09-11 07:00:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 07:00:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 07:00:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:00:03] Production.INFO: Date 2026-09-09
[2026-09-11 07:00:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:00:03] Production.INFO: Date 2026-09-10
[2026-09-11 07:00:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:00:03] Production.INFO: Date 2026-09-11
[2026-09-11 07:00:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:00:03] Production.INFO: Total Charge 0
[2026-09-11 07:00:03] Production.INFO: CreateAllLog End
[2026-09-11 07:00:04] Production.INFO: Account Balance End.
[2026-09-11 07:00:04] Production.ERROR: CronJobId end 12
[2026-09-11 07:00:04] Production.INFO: ==23275== Releasing lock...
[2026-09-11 07:00:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 07:00:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 07:00:04] Production.INFO: ==23271== Releasing lock...
[2026-09-11 07:00:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 07:00:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 07:00:12] Production.ERROR: CronJobId end10
[2026-09-11 07:00:12] Production.INFO: ==23273== Releasing lock...
[2026-09-11 07:00:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 07:00:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 07:00:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 07:00:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 07:00:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 07:00:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 07:00:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 07:00:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 07:00:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 07:00:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 07:00:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 07:00:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 07:00:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 07:00:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 07:00:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 07:00:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 07:00:15] Production.INFO: call_cost start
[2026-09-11 07:00:15] Production.INFO: call_cost end
[2026-09-11 07:00:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 07:00:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 07:00:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 07:00:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 07:00:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 07:00:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 07:00:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 07:00:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 07:00:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 07:00:15] Production.INFO: ==23269== Releasing lock...
[2026-09-11 07:00:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 07:00:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 12:01:01] Production.INFO: ==23350== Lock acquired, processing the job...
[2026-09-11 12:01:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 12:01:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 12:01:01] Production.INFO: neon service started
[2026-09-11 12:01:01] Production.INFO: neon service started
[2026-09-11 12:01:01] Production.INFO: ==23350== Releasing lock...
[2026-09-11 12:01:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 12:01:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 07:01:02] Production.INFO: ==23362== Lock acquired, processing the job...
[2026-09-11 07:01:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 07:01:02] Production.INFO: ==23362== Releasing lock...
[2026-09-11 07:01:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 07:01:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 11:01:02] Production.INFO: ==23364== Lock acquired, processing the job...
[2026-09-11 11:01:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 11:01:02] Production.INFO: ==23364== Releasing lock...
[2026-09-11 11:01:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 11:01:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 07:01:03] Production.INFO: ==23366== Lock acquired, processing the job...
[2026-09-11 07:01:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 07:01:03] Production.INFO: ==23372== Lock acquired, processing the job...
[2026-09-11 07:01:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 07:01:03] Production.INFO: ==23368== Lock acquired, processing the job...
[2026-09-11 07:01:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 07:01:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 07:01:03] Production.INFO: Account Balance Start.
[2026-09-11 07:01:03] Production.INFO: CreateAllLog Start
[2026-09-11 07:01:03] Production.INFO: 117
[2026-09-11 07:01:03] Production.INFO: Date 2026-09-08
[2026-09-11 07:01:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:01:03] Production.INFO: ==23370== Lock acquired, processing the job...
[2026-09-11 07:01:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 07:01:03] Production.INFO: Date 2026-09-09
[2026-09-11 07:01:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:01:03] Production.INFO: ==23374== Lock acquired, processing the job...
[2026-09-11 07:01:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 07:01:03] Production.INFO: Date 2026-09-10
[2026-09-11 07:01:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:01:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 07:01:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 07:01:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 07:01:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 07:01:03] Production.INFO: Date 2026-09-11
[2026-09-11 07:01:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:01:03] Production.INFO: Total Charge 0
[2026-09-11 07:01:03] Production.INFO: CreateAllLog End
[2026-09-11 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-09-11 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-09-11 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-09-11 07:01:03] Production.INFO: ==23374== Releasing lock...
[2026-09-11 07:01:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 07:01:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 07:01:03] Production.INFO: Account Balance End.
[2026-09-11 07:01:03] Production.ERROR: CronJobId end 12
[2026-09-11 07:01:03] Production.INFO: ==23372== Releasing lock...
[2026-09-11 07:01:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 07:01:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 07:01:04] Production.INFO: ==23368== Releasing lock...
[2026-09-11 07:01:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 07:01:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 07:01:12] Production.ERROR: CronJobId end10
[2026-09-11 07:01:12] Production.INFO: ==23370== Releasing lock...
[2026-09-11 07:01:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 07:01:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 07:01:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 07:01:15] Production.INFO: ============== Balance Warning START===========
[2026-09-11 07:01:15] Production.INFO: ============== Balance Warning END===========
[2026-09-11 07:01:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 07:01:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 07:01:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 07:01:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 07:01:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 07:01:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 07:01:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 07:01:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 07:01:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 07:01:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 07:01:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 07:01:15] Production.INFO: call_cost start
[2026-09-11 07:01:15] Production.INFO: call_cost end
[2026-09-11 07:01:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 07:01:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 07:01:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 07:01:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 07:01:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 07:01:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 07:01:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 07:01:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 07:01:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 07:01:15] Production.INFO: ==23366== Releasing lock...
[2026-09-11 07:01:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 07:01:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 12:02:02] Production.INFO: ==23438== Lock acquired, processing the job...
[2026-09-11 12:02:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 12:02:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 12:02:02] Production.INFO: neon service started
[2026-09-11 12:02:02] Production.INFO: neon service started
[2026-09-11 12:02:02] Production.INFO: ==23438== Releasing lock...
[2026-09-11 12:02:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 12:02:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 11:02:02] Production.INFO: ==23442== Lock acquired, processing the job...
[2026-09-11 11:02:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 11:02:02] Production.INFO: ==23442== Releasing lock...
[2026-09-11 11:02:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 11:02:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 07:02:02] Production.INFO: ==23440== Lock acquired, processing the job...
[2026-09-11 07:02:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 07:02:02] Production.INFO: ==23440== Releasing lock...
[2026-09-11 07:02:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 07:02:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 07:02:03] Production.INFO: ==23448== Lock acquired, processing the job...
[2026-09-11 07:02:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 07:02:03] Production.INFO: ==23450== Lock acquired, processing the job...
[2026-09-11 07:02:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 07:02:03] Production.INFO: Account Balance Start.
[2026-09-11 07:02:03] Production.INFO: CreateAllLog Start
[2026-09-11 07:02:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 07:02:03] Production.INFO: 117
[2026-09-11 07:02:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 07:02:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 07:02:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 07:02:03] Production.INFO: Date 2026-09-08
[2026-09-11 07:02:03] Production.INFO: ==23452== Lock acquired, processing the job...
[2026-09-11 07:02:03] Production.INFO: pbxaccountusage-command-pbxaccountusage-companyid-1-cronjobid-16 #Starts#
[2026-09-11 07:02:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:02:03] Production.INFO: Date 2026-09-09
[2026-09-11 07:02:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:02:03] Production.ERROR: tblTempUsageDetail_20
[2026-09-11 07:02:04] Production.INFO: Date 2026-09-10
[2026-09-11 07:02:04] Production.INFO: Reseller ==> 0
[2026-09-11 07:02:04] Production.INFO: Date 2026-09-11
[2026-09-11 07:02:04] Production.INFO: Reseller ==> 0
[2026-09-11 07:02:04] Production.INFO: ==23446== Lock acquired, processing the job...
[2026-09-11 07:02:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 07:02:04] Production.INFO: ==23444== Lock acquired, processing the job...
[2026-09-11 07:02:04] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 07:02:04] Production.INFO: Total Charge 0
[2026-09-11 07:02:04] Production.INFO: CreateAllLog End
[2026-09-11 07:02:04] Production.INFO: ==23454== Lock acquired, processing the job...
[2026-09-11 07:02:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 07:02:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 07:02:04] Production.ERROR: done
[2026-09-11 07:02:04] Production.ERROR: tblTempVendorCDR_20
[2026-09-11 07:02:04] Production.INFO: Account Balance End.
[2026-09-11 07: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-09-11 07: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-09-11 07:02:04] Production.ERROR: CronJobId end 12
[2026-09-11 07:02:04] Production.INFO: ==23450== Releasing lock...
[2026-09-11 07:02:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 07:02:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 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:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-09-11 07:02:04] Production.INFO: ==23454== Releasing lock...
[2026-09-11 07:02:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 07:02:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 07:02:04] Production.ERROR: done
[2026-09-11 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-09-11 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-09-11 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-09-11 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-09-11 07:02:04] Production.INFO: ==23452== Releasing lock...
[2026-09-11 07:02:04] Production.INFO: pbxaccountusage-command-pbxaccountusage-companyid-1-cronjobid-16 #Stops#
[2026-09-11 07:02:04] Production.INFO: 27.25 MB #Memory Used#
[2026-09-11 07:02:05] Production.INFO: ==23446== Releasing lock...
[2026-09-11 07:02:05] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 07:02:05] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 07:02:12] Production.ERROR: CronJobId end10
[2026-09-11 07:02:12] Production.INFO: ==23448== Releasing lock...
[2026-09-11 07:02:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 07:02:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 07:02:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 07:02:16] Production.INFO: ============== Balance Warning START===========
[2026-09-11 07:02:16] Production.INFO: ============== Balance Warning END===========
[2026-09-11 07:02:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 07:02:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 07:02:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 07:02:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 07:02:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 07:02:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 07:02:16] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 07:02:16] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 07:02:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 07:02:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 07:02:16] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 07:02:16] Production.INFO: call_cost start
[2026-09-11 07:02:16] Production.INFO: call_cost end
[2026-09-11 07:02:16] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 07:02:16] Production.INFO: ============== Report Schedule START===========
[2026-09-11 07:02:16] Production.INFO: ============== Report Schedule END===========
[2026-09-11 07:02:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 07:02:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 07:02:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 07:02:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 07:02:16] Production.INFO: ============== Deal alert START===========
[2026-09-11 07:02:16] Production.INFO: ============== Deal alert END===========
[2026-09-11 07:02:16] Production.INFO: ==23444== Releasing lock...
[2026-09-11 07:02:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 07:02:16] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 12:03:01] Production.INFO: ==23526== Lock acquired, processing the job...
[2026-09-11 12:03:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 12:03:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 12:03:01] Production.INFO: neon service started
[2026-09-11 12:03:01] Production.INFO: neon service started
[2026-09-11 12:03:01] Production.INFO: ==23526== Releasing lock...
[2026-09-11 12:03:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 12:03:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 11:03:02] Production.INFO: ==23530== Lock acquired, processing the job...
[2026-09-11 11:03:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 11:03:02] Production.INFO: ==23530== Releasing lock...
[2026-09-11 11:03:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 11:03:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 07:03:02] Production.INFO: ==23528== Lock acquired, processing the job...
[2026-09-11 07:03:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 07:03:02] Production.INFO: ==23528== Releasing lock...
[2026-09-11 07:03:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 07:03:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 07:03:03] Production.INFO: ==23541== Lock acquired, processing the job...
[2026-09-11 07:03:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 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-09-11 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-09-11 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-09-11 07:03:03] Production.INFO: ==23541== Releasing lock...
[2026-09-11 07:03:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 07:03:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 07:03:03] Production.INFO: ==23533== Lock acquired, processing the job...
[2026-09-11 07:03:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 07:03:03] Production.INFO: ==23537== Lock acquired, processing the job...
[2026-09-11 07:03:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 07:03:03] Production.INFO: ==23535== Lock acquired, processing the job...
[2026-09-11 07:03:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 07:03:03] Production.INFO: ==23539== Lock acquired, processing the job...
[2026-09-11 07:03:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 07:03:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 07:03:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 07:03:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 07:03:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 07:03:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 07:03:03] Production.INFO: Account Balance Start.
[2026-09-11 07:03:03] Production.INFO: CreateAllLog Start
[2026-09-11 07:03:03] Production.INFO: 117
[2026-09-11 07:03:03] Production.INFO: Date 2026-09-08
[2026-09-11 07:03:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:03:03] Production.INFO: Date 2026-09-09
[2026-09-11 07:03:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:03:03] Production.INFO: Date 2026-09-10
[2026-09-11 07:03:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:03:03] Production.INFO: Date 2026-09-11
[2026-09-11 07:03:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:03:03] Production.INFO: Total Charge 0
[2026-09-11 07:03:03] Production.INFO: CreateAllLog End
[2026-09-11 07:03:04] Production.INFO: Account Balance End.
[2026-09-11 07:03:04] Production.ERROR: CronJobId end 12
[2026-09-11 07:03:04] Production.INFO: ==23539== Releasing lock...
[2026-09-11 07:03:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 07:03:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 07:03:04] Production.INFO: ==23535== Releasing lock...
[2026-09-11 07:03:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 07:03:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 07:03:12] Production.ERROR: CronJobId end10
[2026-09-11 07:03:12] Production.INFO: ==23537== Releasing lock...
[2026-09-11 07:03:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 07:03:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 07:03:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 07:03:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 07:03:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 07:03:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 07:03:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 07:03:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 07:03:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 07:03:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 07:03:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 07:03:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 07:03:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 07:03:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 07:03:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 07:03:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 07:03:14] Production.INFO: call_cost start
[2026-09-11 07:03:14] Production.INFO: call_cost end
[2026-09-11 07:03:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 07:03:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 07:03:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 07:03:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 07:03:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 07:03:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 07:03:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 07:03:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 07:03:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 07:03:14] Production.INFO: ==23533== Releasing lock...
[2026-09-11 07:03:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 07:03:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 12:04:02] Production.INFO: ==23603== Lock acquired, processing the job...
[2026-09-11 12:04:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 12:04:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 12:04:02] Production.INFO: neon service started
[2026-09-11 12:04:02] Production.INFO: neon service started
[2026-09-11 12:04:02] Production.INFO: ==23603== Releasing lock...
[2026-09-11 12:04:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 12:04:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 07:04:02] Production.INFO: ==23605== Lock acquired, processing the job...
[2026-09-11 07:04:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 07:04:02] Production.INFO: ==23605== Releasing lock...
[2026-09-11 07:04:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 07:04:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 11:04:03] Production.INFO: ==23607== Lock acquired, processing the job...
[2026-09-11 11:04:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 11:04:03] Production.INFO: ==23607== Releasing lock...
[2026-09-11 11:04:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 11:04:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 07:04:03] Production.INFO: ==23609== Lock acquired, processing the job...
[2026-09-11 07:04:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 07:04:03] Production.INFO: ==23612== Lock acquired, processing the job...
[2026-09-11 07:04:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 07:04:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 07:04:03] Production.INFO: ==23618== Lock acquired, processing the job...
[2026-09-11 07:04:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 07:04:03] Production.INFO: ==23614== Lock acquired, processing the job...
[2026-09-11 07:04:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 07:04:03] Production.INFO: ==23616== Lock acquired, processing the job...
[2026-09-11 07:04:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 07: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-09-11 07: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-09-11 07:04:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 07:04:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 07:04:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 07:04:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 07: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-09-11 07:04:04] Production.INFO: ==23618== Releasing lock...
[2026-09-11 07:04:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 07:04:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 07:04:04] Production.INFO: Account Balance Start.
[2026-09-11 07:04:04] Production.INFO: CreateAllLog Start
[2026-09-11 07:04:04] Production.INFO: 117
[2026-09-11 07:04:04] Production.INFO: Date 2026-09-08
[2026-09-11 07:04:04] Production.INFO: Reseller ==> 0
[2026-09-11 07:04:04] Production.INFO: Date 2026-09-09
[2026-09-11 07:04:04] Production.INFO: Reseller ==> 0
[2026-09-11 07:04:04] Production.INFO: Date 2026-09-10
[2026-09-11 07:04:04] Production.INFO: Reseller ==> 0
[2026-09-11 07:04:04] Production.INFO: Date 2026-09-11
[2026-09-11 07:04:04] Production.INFO: Reseller ==> 0
[2026-09-11 07:04:04] Production.INFO: Total Charge 0
[2026-09-11 07:04:04] Production.INFO: ==23612== Releasing lock...
[2026-09-11 07:04:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 07:04:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 07:04:04] Production.INFO: CreateAllLog End
[2026-09-11 07:04:04] Production.INFO: Account Balance End.
[2026-09-11 07:04:04] Production.ERROR: CronJobId end 12
[2026-09-11 07:04:04] Production.INFO: ==23616== Releasing lock...
[2026-09-11 07:04:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 07:04:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 07:04:12] Production.ERROR: CronJobId end10
[2026-09-11 07:04:12] Production.INFO: ==23614== Releasing lock...
[2026-09-11 07:04:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 07:04:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 07:04:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 07:04:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 07:04:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 07:04:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 07:04:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 07:04:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 07:04:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 07:04:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 07:04:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 07:04:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 07:04:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 07:04:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 07:04:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 07:04:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 07:04:14] Production.INFO: call_cost start
[2026-09-11 07:04:14] Production.INFO: call_cost end
[2026-09-11 07:04:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 07:04:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 07:04:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 07:04:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 07:04:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 07:04:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 07:04:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 07:04:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 07:04:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 07:04:14] Production.INFO: ==23609== Releasing lock...
[2026-09-11 07:04:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 07:04:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 12:05:01] Production.INFO: ==23682== Lock acquired, processing the job...
[2026-09-11 12:05:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 12:05:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 12:05:01] Production.INFO: neon service started
[2026-09-11 12:05:01] Production.INFO: neon service started
[2026-09-11 12:05:01] Production.INFO: ==23682== Releasing lock...
[2026-09-11 12:05:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 12:05:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 07:05:02] Production.INFO: ==23684== Lock acquired, processing the job...
[2026-09-11 07:05:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 11:05:02] Production.INFO: ==23686== Lock acquired, processing the job...
[2026-09-11 11:05:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 11:05:02] Production.INFO: ==23686== Releasing lock...
[2026-09-11 11:05:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 11:05:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 07:05:02] Production.INFO: ==23684== Releasing lock...
[2026-09-11 07:05:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 07:05:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 07:05:03] Production.INFO: ==23689== Lock acquired, processing the job...
[2026-09-11 07:05:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-11 07:05:03] Production.INFO: ==23691== Lock acquired, processing the job...
[2026-09-11 07:05:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 07:05:03] Production.ERROR: ========================== active cronjob start =============================
[2026-09-11 07:05:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-11 07:05:03] Production.ERROR: CronJob PID - 23691
[2026-09-11 07:05:03] Production.ERROR: CronJob Title - System Alerts
[2026-09-11 07:05:03] Production.ERROR: CronJob ID - 5
[2026-09-11 07:05:03] Production.ERROR: CronJob Last Run Time 2026-09-11 07:05:00
[2026-09-11 07:05:03] Production.ERROR: CronJob Active Minutes 0
[2026-09-11 07:05:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-11 07:05:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 07:05:03] Production.ERROR: ========================== active cronjob end =============================
[2026-09-11 07:05:03] Production.INFO: ==23689== Releasing lock...
[2026-09-11 07:05:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-11 07:05:03] Production.INFO: 25.5 MB #Memory Used#
[2026-09-11 07:05:03] Production.INFO: ==23693== Lock acquired, processing the job...
[2026-09-11 07:05:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 07:05:03] Production.INFO: ==23697== Lock acquired, processing the job...
[2026-09-11 07:05:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 07:05:03] Production.INFO: ==23695== Lock acquired, processing the job...
[2026-09-11 07:05:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 07:05:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 07:05:03] Production.INFO: ==23699== Lock acquired, processing the job...
[2026-09-11 07:05:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-11 07:05:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 07:05:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 07:05:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 07:05:03] Production.INFO: ==23701== Lock acquired, processing the job...
[2026-09-11 07:05:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 07:05:03] Production.INFO: Account Balance Start.
[2026-09-11 07:05:03] Production.INFO: CreateAllLog Start
[2026-09-11 07:05:03] Production.INFO: 117
[2026-09-11 07:05:03] Production.INFO: Date 2026-09-08
[2026-09-11 07:05:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:05:03] Production.ERROR: tblTempUsageDetail_20
[2026-09-11 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-09-11 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-09-11 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-09-11 07:05:04] Production.INFO: Date 2026-09-09
[2026-09-11 07:05:04] Production.INFO: Reseller ==> 0
[2026-09-11 07:05:04] Production.INFO: Date 2026-09-10
[2026-09-11 07:05:04] Production.INFO: Reseller ==> 0
[2026-09-11 07:05:04] Production.INFO: ==23701== Releasing lock...
[2026-09-11 07:05:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 07:05:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 07:05:04] Production.INFO: Date 2026-09-11
[2026-09-11 07:05:04] Production.INFO: Reseller ==> 0
[2026-09-11 07:05:04] Production.INFO: Total Charge 0
[2026-09-11 07:05:04] Production.INFO: CreateAllLog End
[2026-09-11 07:05:04] Production.ERROR: done
[2026-09-11 07:05:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-11 07:05:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17983098', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) start
[2026-09-11 07:05:04] Production.INFO: Account Balance End.
[2026-09-11 07:05:04] Production.ERROR: CronJobId end 12
[2026-09-11 07:05:04] Production.INFO: ==23697== Releasing lock...
[2026-09-11 07:05:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 07:05:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 07:05:04] Production.INFO: ==23693== Releasing lock...
[2026-09-11 07:05:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 07:05:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 07:05:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17983098', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) end
[2026-09-11 07:05:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-11 07:05:10] Production.INFO: ProcessCDR(1,17983098,1,1,2)
[2026-09-11 07:05:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17983098,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 07:05:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17983098,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 07:05:10] Production.ERROR: pbx prc_insertCDR start
[2026-09-11 07:05:10] Production.ERROR: pbx prc_insertCDR end
[2026-09-11 07:05:10] Production.INFO: ==23699== Releasing lock...
[2026-09-11 07:05:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-11 07:05:10] Production.INFO: 26 MB #Memory Used#
[2026-09-11 07:05:14] Production.ERROR: CronJobId end10
[2026-09-11 07:05:14] Production.INFO: ==23695== Releasing lock...
[2026-09-11 07:05:14] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 07:05:14] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 07:05:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 07:05:16] Production.INFO: ============== Balance Warning START===========
[2026-09-11 07:05:16] Production.INFO: ============== Balance Warning END===========
[2026-09-11 07:05:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 07:05:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 07:05:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 07:05:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 07:05:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 07:05:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 07:05:16] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 07:05:16] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 07:05:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 07:05:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 07:05:16] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 07:05:17] Production.INFO: call_cost start
[2026-09-11 07:05:17] Production.INFO: call_cost end
[2026-09-11 07:05:17] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 07:05:17] Production.INFO: ============== Report Schedule START===========
[2026-09-11 07:05:17] Production.INFO: ============== Report Schedule END===========
[2026-09-11 07:05:17] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 07:05:17] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 07:05:17] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 07:05:17] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 07:05:17] Production.INFO: ============== Deal alert START===========
[2026-09-11 07:05:17] Production.INFO: ============== Deal alert END===========
[2026-09-11 07:05:17] Production.INFO: ==23691== Releasing lock...
[2026-09-11 07:05:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 07:05:17] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 12:06:02] Production.INFO: ==23775== Lock acquired, processing the job...
[2026-09-11 12:06:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 12:06:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 12:06:02] Production.INFO: neon service started
[2026-09-11 12:06:02] Production.INFO: neon service started
[2026-09-11 12:06:02] Production.INFO: ==23775== Releasing lock...
[2026-09-11 12:06:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 12:06:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 07:06:02] Production.INFO: ==23778== Lock acquired, processing the job...
[2026-09-11 07:06:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 07:06:02] Production.INFO: ==23778== Releasing lock...
[2026-09-11 07:06:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 07:06:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 11:06:02] Production.INFO: ==23780== Lock acquired, processing the job...
[2026-09-11 11:06:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 11:06:03] Production.INFO: ==23780== Releasing lock...
[2026-09-11 11:06:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 11:06:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 07:06:03] Production.INFO: ==23784== Lock acquired, processing the job...
[2026-09-11 07:06:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 07:06:03] Production.INFO: ==23782== Lock acquired, processing the job...
[2026-09-11 07:06:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 07:06:03] Production.INFO: ==23786== Lock acquired, processing the job...
[2026-09-11 07:06:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 07:06:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 07:06:03] Production.INFO: ==23788== Lock acquired, processing the job...
[2026-09-11 07:06:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 07:06:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 07:06:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 07:06:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 07:06:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 07:06:03] Production.INFO: ==23790== Lock acquired, processing the job...
[2026-09-11 07:06:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 07:06:03] Production.INFO: Account Balance Start.
[2026-09-11 07:06:03] Production.INFO: CreateAllLog Start
[2026-09-11 07:06:03] Production.INFO: 117
[2026-09-11 07:06:03] Production.INFO: Date 2026-09-08
[2026-09-11 07:06:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:06:03] Production.INFO: Date 2026-09-09
[2026-09-11 07:06:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:06:03] Production.INFO: Date 2026-09-10
[2026-09-11 07:06:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:06:03] Production.INFO: Date 2026-09-11
[2026-09-11 07:06:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:06:04] Production.INFO: Total Charge 0
[2026-09-11 07:06:04] Production.INFO: CreateAllLog End
[2026-09-11 07: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-09-11 07: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-09-11 07: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-09-11 07:06:04] Production.INFO: ==23790== Releasing lock...
[2026-09-11 07:06:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 07:06:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 07:06:04] Production.INFO: ==23784== Releasing lock...
[2026-09-11 07:06:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 07:06:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 07:06:04] Production.INFO: Account Balance End.
[2026-09-11 07:06:04] Production.ERROR: CronJobId end 12
[2026-09-11 07:06:04] Production.INFO: ==23788== Releasing lock...
[2026-09-11 07:06:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 07:06:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 07:06:12] Production.ERROR: CronJobId end10
[2026-09-11 07:06:12] Production.INFO: ==23786== Releasing lock...
[2026-09-11 07:06:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 07:06:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 07:06:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 07:06:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 07:06:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 07:06:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 07:06:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 07:06:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 07:06:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 07:06:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 07:06:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 07:06:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 07:06:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 07:06:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 07:06:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 07:06:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 07:06:14] Production.INFO: call_cost start
[2026-09-11 07:06:15] Production.INFO: call_cost end
[2026-09-11 07:06:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 07:06:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 07:06:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 07:06:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 07:06:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 07:06:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 07:06:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 07:06:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 07:06:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 07:06:15] Production.INFO: ==23782== Releasing lock...
[2026-09-11 07:06:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 07:06:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 12:07:01] Production.INFO: ==23854== Lock acquired, processing the job...
[2026-09-11 12:07:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 12:07:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 12:07:01] Production.INFO: neon service started
[2026-09-11 12:07:01] Production.INFO: neon service started
[2026-09-11 12:07:01] Production.INFO: ==23854== Releasing lock...
[2026-09-11 12:07:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 12:07:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 07:07:01] Production.INFO: ==23856== Lock acquired, processing the job...
[2026-09-11 07:07:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 07:07:02] Production.INFO: ==23856== Releasing lock...
[2026-09-11 07:07:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 07:07:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 11:07:02] Production.INFO: ==23858== Lock acquired, processing the job...
[2026-09-11 11:07:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 11:07:02] Production.INFO: ==23858== Releasing lock...
[2026-09-11 11:07:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 11:07:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 07:07:02] Production.INFO: ==23860== Lock acquired, processing the job...
[2026-09-11 07:07:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 07:07:02] Production.INFO: ==23864== Lock acquired, processing the job...
[2026-09-11 07:07:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 07:07:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 07:07:02] Production.INFO: ==23862== Lock acquired, processing the job...
[2026-09-11 07:07:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 07:07:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 07:07:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 07:07:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 07:07:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 07:07:03] Production.INFO: ==23866== Lock acquired, processing the job...
[2026-09-11 07:07:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 07:07:03] Production.INFO: ==23868== Lock acquired, processing the job...
[2026-09-11 07:07:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 07:07:03] Production.INFO: Account Balance Start.
[2026-09-11 07:07:03] Production.INFO: CreateAllLog Start
[2026-09-11 07:07:03] Production.INFO: 117
[2026-09-11 07:07:03] Production.INFO: Date 2026-09-08
[2026-09-11 07:07:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 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-09-11 07:07:03] Production.INFO: ==23868== Releasing lock...
[2026-09-11 07:07:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 07:07:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 07:07:03] Production.INFO: Date 2026-09-09
[2026-09-11 07:07:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:07:03] Production.INFO: Date 2026-09-10
[2026-09-11 07:07:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:07:03] Production.INFO: Date 2026-09-11
[2026-09-11 07:07:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:07:03] Production.INFO: Total Charge 0
[2026-09-11 07:07:03] Production.INFO: CreateAllLog End
[2026-09-11 07:07:03] Production.INFO: Account Balance End.
[2026-09-11 07:07:03] Production.ERROR: CronJobId end 12
[2026-09-11 07:07:03] Production.INFO: ==23866== Releasing lock...
[2026-09-11 07:07:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 07:07:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 07:07:03] Production.INFO: ==23862== Releasing lock...
[2026-09-11 07:07:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 07:07:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 07:07:12] Production.ERROR: CronJobId end10
[2026-09-11 07:07:12] Production.INFO: ==23864== Releasing lock...
[2026-09-11 07:07:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 07:07:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 07:07:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 07:07:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 07:07:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 07:07:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 07:07:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 07:07:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 07:07:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 07:07:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 07:07:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 07:07:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 07:07:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 07:07:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 07:07:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 07:07:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 07:07:15] Production.INFO: call_cost start
[2026-09-11 07:07:15] Production.INFO: call_cost end
[2026-09-11 07:07:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 07:07:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 07:07:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 07:07:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 07:07:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 07:07:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 07:07:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 07:07:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 07:07:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 07:07:15] Production.INFO: ==23860== Releasing lock...
[2026-09-11 07:07:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 07:07:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 12:08:01] Production.INFO: ==23940== Lock acquired, processing the job...
[2026-09-11 12:08:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 12:08:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 12:08:01] Production.INFO: neon service started
[2026-09-11 12:08:01] Production.INFO: neon service started
[2026-09-11 12:08:01] Production.INFO: ==23940== Releasing lock...
[2026-09-11 12:08:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 12:08:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 07:08:02] Production.INFO: ==23942== Lock acquired, processing the job...
[2026-09-11 07:08:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 07:08:02] Production.INFO: ==23942== Releasing lock...
[2026-09-11 07:08:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 07:08:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 11:08:02] Production.INFO: ==23944== Lock acquired, processing the job...
[2026-09-11 11:08:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 11:08:02] Production.INFO: ==23944== Releasing lock...
[2026-09-11 11:08:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 11:08:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 07:08:03] Production.INFO: ==23947== Lock acquired, processing the job...
[2026-09-11 07:08:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 07:08:03] Production.INFO: ==23949== Lock acquired, processing the job...
[2026-09-11 07:08:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 07:08:03] Production.INFO: ==23953== Lock acquired, processing the job...
[2026-09-11 07:08:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 07:08:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 07:08:03] Production.INFO: ==23955== Lock acquired, processing the job...
[2026-09-11 07:08:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 07:08:03] Production.INFO: ==23951== Lock acquired, processing the job...
[2026-09-11 07:08:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 07: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-09-11 07: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-09-11 07:08:03] Production.INFO: Account Balance Start.
[2026-09-11 07:08:03] Production.INFO: CreateAllLog Start
[2026-09-11 07:08:03] Production.INFO: 117
[2026-09-11 07:08:03] Production.INFO: Date 2026-09-08
[2026-09-11 07: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-09-11 07:08:03] Production.INFO: ==23955== Releasing lock...
[2026-09-11 07:08:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 07:08:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 07:08:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:08:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 07:08:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 07:08:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 07:08:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 07:08:03] Production.INFO: Date 2026-09-09
[2026-09-11 07:08:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:08:03] Production.INFO: Date 2026-09-10
[2026-09-11 07:08:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:08:03] Production.INFO: Date 2026-09-11
[2026-09-11 07:08:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:08:03] Production.INFO: Total Charge 0
[2026-09-11 07:08:03] Production.INFO: CreateAllLog End
[2026-09-11 07:08:04] Production.INFO: Account Balance End.
[2026-09-11 07:08:04] Production.ERROR: CronJobId end 12
[2026-09-11 07:08:04] Production.INFO: ==23953== Releasing lock...
[2026-09-11 07:08:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 07:08:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 07:08:04] Production.INFO: ==23949== Releasing lock...
[2026-09-11 07:08:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 07:08:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 07:08:11] Production.ERROR: CronJobId end10
[2026-09-11 07:08:11] Production.INFO: ==23951== Releasing lock...
[2026-09-11 07:08:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 07:08:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 07:08:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 07:08:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 07:08:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 07:08:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 07:08:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 07:08:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 07:08:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 07:08:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 07:08:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 07:08:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 07:08:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 07:08:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 07:08:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 07:08:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 07:08:14] Production.INFO: call_cost start
[2026-09-11 07:08:14] Production.INFO: call_cost end
[2026-09-11 07:08:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 07:08:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 07:08:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 07:08:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 07:08:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 07:08:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 07:08:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 07:08:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 07:08:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 07:08:14] Production.INFO: ==23947== Releasing lock...
[2026-09-11 07:08:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 07:08:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 12:09:01] Production.INFO: ==24023== Lock acquired, processing the job...
[2026-09-11 12:09:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 12:09:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 12:09:01] Production.INFO: neon service started
[2026-09-11 12:09:01] Production.INFO: neon service started
[2026-09-11 12:09:01] Production.INFO: ==24023== Releasing lock...
[2026-09-11 12:09:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 12:09:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 07:09:01] Production.INFO: ==24025== Lock acquired, processing the job...
[2026-09-11 07:09:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 07:09:02] Production.INFO: ==24025== Releasing lock...
[2026-09-11 07:09:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 07:09:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 11:09:02] Production.INFO: ==24027== Lock acquired, processing the job...
[2026-09-11 11:09:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 11:09:02] Production.INFO: ==24027== Releasing lock...
[2026-09-11 11:09:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 11:09:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 07:09:02] Production.INFO: ==24029== Lock acquired, processing the job...
[2026-09-11 07:09:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 07:09:02] Production.INFO: ==24037== Lock acquired, processing the job...
[2026-09-11 07:09:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 07:09:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 07:09:03] Production.INFO: ==24033== Lock acquired, processing the job...
[2026-09-11 07:09:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 07:09:03] Production.INFO: ==24031== Lock acquired, processing the job...
[2026-09-11 07:09:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 07:09:03] Production.INFO: ==24035== Lock acquired, processing the job...
[2026-09-11 07:09:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 07:09:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 07:09:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 07:09:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 07:09:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 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-09-11 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-09-11 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-09-11 07:09:03] Production.INFO: ==24037== Releasing lock...
[2026-09-11 07:09:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 07:09:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 07:09:03] Production.INFO: Account Balance Start.
[2026-09-11 07:09:03] Production.INFO: CreateAllLog Start
[2026-09-11 07:09:03] Production.INFO: 117
[2026-09-11 07:09:03] Production.INFO: Date 2026-09-08
[2026-09-11 07:09:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:09:03] Production.INFO: Date 2026-09-09
[2026-09-11 07:09:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:09:03] Production.INFO: Date 2026-09-10
[2026-09-11 07:09:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:09:03] Production.INFO: Date 2026-09-11
[2026-09-11 07:09:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:09:03] Production.INFO: Total Charge 0
[2026-09-11 07:09:03] Production.INFO: CreateAllLog End
[2026-09-11 07:09:03] Production.INFO: Account Balance End.
[2026-09-11 07:09:03] Production.ERROR: CronJobId end 12
[2026-09-11 07:09:03] Production.INFO: ==24035== Releasing lock...
[2026-09-11 07:09:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 07:09:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 07:09:03] Production.INFO: ==24031== Releasing lock...
[2026-09-11 07:09:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 07:09:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 07:09:12] Production.ERROR: CronJobId end10
[2026-09-11 07:09:12] Production.INFO: ==24033== Releasing lock...
[2026-09-11 07:09:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 07:09:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 07:09:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 07:09:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 07:09:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 07:09:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 07:09:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 07:09:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 07:09:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 07:09:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 07:09:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 07:09:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 07:09:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 07:09:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 07:09:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 07:09:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 07:09:14] Production.INFO: call_cost start
[2026-09-11 07:09:14] Production.INFO: call_cost end
[2026-09-11 07:09:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 07:09:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 07:09:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 07:09:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 07:09:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 07:09:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 07:09:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 07:09:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 07:09:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 07:09:14] Production.INFO: ==24029== Releasing lock...
[2026-09-11 07:09:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 07:09:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 12:10:01] Production.INFO: ==24099== Lock acquired, processing the job...
[2026-09-11 12:10:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 12:10:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 12:10:02] Production.INFO: neon service started
[2026-09-11 12:10:02] Production.INFO: neon service started
[2026-09-11 12:10:02] Production.INFO: ==24099== Releasing lock...
[2026-09-11 12:10:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 12:10:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 07:10:02] Production.INFO: ==24101== Lock acquired, processing the job...
[2026-09-11 07:10:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 11:10:02] Production.INFO: ==24103== Lock acquired, processing the job...
[2026-09-11 11:10:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 11:10:02] Production.INFO: ==24103== Releasing lock...
[2026-09-11 11:10:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 11:10:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 07:10:02] Production.INFO: ==24101== Releasing lock...
[2026-09-11 07:10:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 07:10:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 07:10:03] Production.INFO: ==24105== Lock acquired, processing the job...
[2026-09-11 07:10:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 07:10:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 07:10:03] Production.INFO: ==24107== Lock acquired, processing the job...
[2026-09-11 07:10:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 07:10:03] Production.INFO: ==24109== Lock acquired, processing the job...
[2026-09-11 07:10:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 07:10:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 07:10:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 07:10:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 07:10:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 07:10:03] Production.INFO: ==24114== Lock acquired, processing the job...
[2026-09-11 07:10:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 07:10:03] Production.INFO: ==24111== Lock acquired, processing the job...
[2026-09-11 07:10:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 07:10:03] Production.INFO: Account Balance Start.
[2026-09-11 07:10:03] Production.INFO: CreateAllLog Start
[2026-09-11 07:10:03] Production.INFO: 117
[2026-09-11 07:10:03] Production.INFO: Date 2026-09-08
[2026-09-11 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-09-11 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-09-11 07:10:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 07:10:03] Production.INFO: ==24114== Releasing lock...
[2026-09-11 07:10:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 07:10:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 07:10:04] Production.INFO: Date 2026-09-09
[2026-09-11 07:10:04] Production.INFO: Reseller ==> 0
[2026-09-11 07:10:04] Production.INFO: Date 2026-09-10
[2026-09-11 07:10:04] Production.INFO: Reseller ==> 0
[2026-09-11 07:10:04] Production.INFO: Date 2026-09-11
[2026-09-11 07:10:04] Production.INFO: Reseller ==> 0
[2026-09-11 07:10:04] Production.INFO: Total Charge 0
[2026-09-11 07:10:04] Production.INFO: CreateAllLog End
[2026-09-11 07:10:04] Production.INFO: Account Balance End.
[2026-09-11 07:10:04] Production.ERROR: CronJobId end 12
[2026-09-11 07:10:04] Production.INFO: ==24111== Releasing lock...
[2026-09-11 07:10:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 07:10:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 07:10:04] Production.INFO: ==24107== Releasing lock...
[2026-09-11 07:10:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 07:10:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 07:10:11] Production.ERROR: CronJobId end10
[2026-09-11 07:10:11] Production.INFO: ==24109== Releasing lock...
[2026-09-11 07:10:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 07:10:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 07:10:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 07:10:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 07:10:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 07:10:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 07:10:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 07:10:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 07:10:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 07:10:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 07:10:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 07:10:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 07:10:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 07:10:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 07:10:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 07:10:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 07:10:14] Production.INFO: call_cost start
[2026-09-11 07:10:14] Production.INFO: call_cost end
[2026-09-11 07:10:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 07:10:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 07:10:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 07:10:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 07:10:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 07:10:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 07:10:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 07:10:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 07:10:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 07:10:14] Production.INFO: ==24105== Releasing lock...
[2026-09-11 07:10:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 07:10:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 12:11:01] Production.INFO: ==24169== Lock acquired, processing the job...
[2026-09-11 12:11:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 12:11:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 12:11:01] Production.INFO: neon service started
[2026-09-11 12:11:01] Production.INFO: neon service started
[2026-09-11 12:11:01] Production.INFO: ==24169== Releasing lock...
[2026-09-11 12:11:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 12:11:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 07:11:01] Production.INFO: ==24171== Lock acquired, processing the job...
[2026-09-11 07:11:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 07:11:01] Production.INFO: ==24171== Releasing lock...
[2026-09-11 07:11:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 07:11:01] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 11:11:02] Production.INFO: ==24173== Lock acquired, processing the job...
[2026-09-11 11:11:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 11:11:02] Production.INFO: ==24173== Releasing lock...
[2026-09-11 11:11:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 11:11:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 07:11:02] Production.INFO: ==24183== Lock acquired, processing the job...
[2026-09-11 07:11:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 07:11:02] Production.INFO: ==24175== Lock acquired, processing the job...
[2026-09-11 07:11:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 07:11:02] Production.INFO: ==24177== Lock acquired, processing the job...
[2026-09-11 07:11:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 07:11:02] Production.INFO: ==24179== Lock acquired, processing the job...
[2026-09-11 07:11:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 07:11:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 07:11: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-09-11 07:11:02] Production.INFO: ==24181== Lock acquired, processing the job...
[2026-09-11 07:11:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 07:11: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-09-11 07:11: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-09-11 07:11:02] Production.INFO: ==24183== Releasing lock...
[2026-09-11 07:11:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 07:11:02] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 07:11:02] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 07:11:02] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 07:11:02] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 07:11:02] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 07:11:03] Production.INFO: Account Balance Start.
[2026-09-11 07:11:03] Production.INFO: CreateAllLog Start
[2026-09-11 07:11:03] Production.INFO: 117
[2026-09-11 07:11:03] Production.INFO: Date 2026-09-08
[2026-09-11 07:11:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:11:03] Production.INFO: Date 2026-09-09
[2026-09-11 07:11:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:11:03] Production.INFO: Date 2026-09-10
[2026-09-11 07:11:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:11:03] Production.INFO: Date 2026-09-11
[2026-09-11 07:11:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:11:03] Production.INFO: Total Charge 0
[2026-09-11 07:11:03] Production.INFO: CreateAllLog End
[2026-09-11 07:11:03] Production.INFO: ==24177== Releasing lock...
[2026-09-11 07:11:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 07:11:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 07:11:03] Production.INFO: Account Balance End.
[2026-09-11 07:11:03] Production.ERROR: CronJobId end 12
[2026-09-11 07:11:03] Production.INFO: ==24181== Releasing lock...
[2026-09-11 07:11:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 07:11:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 07:11:10] Production.ERROR: CronJobId end10
[2026-09-11 07:11:10] Production.INFO: ==24179== Releasing lock...
[2026-09-11 07:11:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 07:11:10] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 07:11:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 07:11:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 07:11:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 07:11:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 07:11:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 07:11:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 07:11:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 07:11:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 07:11:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 07:11:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 07:11:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 07:11:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 07:11:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 07:11:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 07:11:14] Production.INFO: call_cost start
[2026-09-11 07:11:14] Production.INFO: call_cost end
[2026-09-11 07:11:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 07:11:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 07:11:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 07:11:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 07:11:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 07:11:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 07:11:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 07:11:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 07:11:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 07:11:14] Production.INFO: ==24175== Releasing lock...
[2026-09-11 07:11:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 07:11:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 12:12:01] Production.INFO: ==24246== Lock acquired, processing the job...
[2026-09-11 12:12:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 12:12:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 12:12:01] Production.INFO: neon service started
[2026-09-11 12:12:01] Production.INFO: neon service started
[2026-09-11 12:12:01] Production.INFO: ==24246== Releasing lock...
[2026-09-11 12:12:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 12:12:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 07:12:02] Production.INFO: ==24248== Lock acquired, processing the job...
[2026-09-11 07:12:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 11:12:02] Production.INFO: ==24250== Lock acquired, processing the job...
[2026-09-11 11:12:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 11:12:02] Production.INFO: ==24250== Releasing lock...
[2026-09-11 11:12:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 11:12:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 07:12:02] Production.INFO: ==24248== Releasing lock...
[2026-09-11 07:12:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 07:12:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 07:12:03] Production.INFO: ==24259== Lock acquired, processing the job...
[2026-09-11 07:12:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 07:12:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 07:12:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 07:12:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 07:12:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 07:12:03] Production.INFO: ==24257== Lock acquired, processing the job...
[2026-09-11 07:12:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 07:12:03] Production.INFO: ==24255== Lock acquired, processing the job...
[2026-09-11 07:12:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 07:12:03] Production.INFO: ==24261== Lock acquired, processing the job...
[2026-09-11 07:12:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 07:12:03] Production.INFO: Account Balance Start.
[2026-09-11 07:12:03] Production.INFO: CreateAllLog Start
[2026-09-11 07:12:03] Production.INFO: 117
[2026-09-11 07:12:03] Production.INFO: Date 2026-09-08
[2026-09-11 07:12:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:12:03] Production.INFO: ==24263== Lock acquired, processing the job...
[2026-09-11 07:12:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 07:12:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 07:12:03] Production.INFO: Date 2026-09-09
[2026-09-11 07:12:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:12:03] Production.INFO: Date 2026-09-10
[2026-09-11 07:12:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 07:12:03] Production.INFO: Date 2026-09-11
[2026-09-11 07:12:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:12:03] Production.INFO: Total Charge 0
[2026-09-11 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-09-11 07:12:04] Production.INFO: CreateAllLog End
[2026-09-11 07:12:04] Production.INFO: ==24263== Releasing lock...
[2026-09-11 07:12:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 07:12:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 07:12:04] Production.INFO: Account Balance End.
[2026-09-11 07:12:04] Production.ERROR: CronJobId end 12
[2026-09-11 07:12:04] Production.INFO: ==24261== Releasing lock...
[2026-09-11 07:12:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 07:12:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 07:12:04] Production.INFO: ==24257== Releasing lock...
[2026-09-11 07:12:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 07:12:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 07:12:12] Production.ERROR: CronJobId end10
[2026-09-11 07:12:12] Production.INFO: ==24259== Releasing lock...
[2026-09-11 07:12:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 07:12:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 07:12:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 07:12:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 07:12:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 07:12:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 07:12:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 07:12:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 07:12:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 07:12:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 07:12:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 07:12:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 07:12:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 07:12:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 07:12:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 07:12:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 07:12:15] Production.INFO: call_cost start
[2026-09-11 07:12:15] Production.INFO: call_cost end
[2026-09-11 07:12:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 07:12:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 07:12:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 07:12:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 07:12:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 07:12:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 07:12:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 07:12:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 07:12:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 07:12:15] Production.INFO: ==24255== Releasing lock...
[2026-09-11 07:12:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 07:12:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 12:13:02] Production.INFO: ==24327== Lock acquired, processing the job...
[2026-09-11 12:13:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 12:13:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 12:13:02] Production.INFO: neon service started
[2026-09-11 12:13:02] Production.INFO: neon service started
[2026-09-11 12:13:02] Production.INFO: ==24327== Releasing lock...
[2026-09-11 12:13:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 12:13:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 07:13:02] Production.INFO: ==24329== Lock acquired, processing the job...
[2026-09-11 07:13:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 11:13:02] Production.INFO: ==24331== Lock acquired, processing the job...
[2026-09-11 11:13:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 11:13:02] Production.INFO: ==24331== Releasing lock...
[2026-09-11 11:13:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 11:13:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 07:13:03] Production.INFO: ==24329== Releasing lock...
[2026-09-11 07:13:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 07:13:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 07:13:03] Production.INFO: ==24334== Lock acquired, processing the job...
[2026-09-11 07:13:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 07:13:03] Production.INFO: ==24338== Lock acquired, processing the job...
[2026-09-11 07:13:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 07:13:03] Production.INFO: ==24336== Lock acquired, processing the job...
[2026-09-11 07:13:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 07:13:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 07:13:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 07:13:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 07:13:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 07:13:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 07:13:04] Production.INFO: ==24342== Lock acquired, processing the job...
[2026-09-11 07:13:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 07:13:04] Production.INFO: ==24340== Lock acquired, processing the job...
[2026-09-11 07:13:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 07:13:04] Production.INFO: Account Balance Start.
[2026-09-11 07:13:04] Production.INFO: CreateAllLog Start
[2026-09-11 07:13:04] Production.INFO: 117
[2026-09-11 07:13:04] Production.INFO: Date 2026-09-08
[2026-09-11 07: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-09-11 07: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-09-11 07:13:04] Production.INFO: Reseller ==> 0
[2026-09-11 07: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-09-11 07:13:04] Production.INFO: ==24342== Releasing lock...
[2026-09-11 07:13:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 07:13:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 07:13:04] Production.INFO: Date 2026-09-09
[2026-09-11 07:13:04] Production.INFO: Reseller ==> 0
[2026-09-11 07:13:04] Production.INFO: Date 2026-09-10
[2026-09-11 07:13:04] Production.INFO: Reseller ==> 0
[2026-09-11 07:13:04] Production.INFO: Date 2026-09-11
[2026-09-11 07:13:04] Production.INFO: Reseller ==> 0
[2026-09-11 07:13:04] Production.INFO: Total Charge 0
[2026-09-11 07:13:04] Production.INFO: CreateAllLog End
[2026-09-11 07:13:04] Production.INFO: Account Balance End.
[2026-09-11 07:13:04] Production.ERROR: CronJobId end 12
[2026-09-11 07:13:04] Production.INFO: ==24340== Releasing lock...
[2026-09-11 07:13:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 07:13:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 07:13:04] Production.INFO: ==24336== Releasing lock...
[2026-09-11 07:13:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 07:13:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 07:13:12] Production.ERROR: CronJobId end10
[2026-09-11 07:13:12] Production.INFO: ==24338== Releasing lock...
[2026-09-11 07:13:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 07:13:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 07:13:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 07:13:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 07:13:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 07:13:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 07:13:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 07:13:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 07:13:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 07:13:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 07:13:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 07:13:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 07:13:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 07:13:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 07:13:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 07:13:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 07:13:14] Production.INFO: call_cost start
[2026-09-11 07:13:14] Production.INFO: call_cost end
[2026-09-11 07:13:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 07:13:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 07:13:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 07:13:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 07:13:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 07:13:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 07:13:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 07:13:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 07:13:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 07:13:14] Production.INFO: ==24334== Releasing lock...
[2026-09-11 07:13:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 07:13:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 12:14:01] Production.INFO: ==24400== Lock acquired, processing the job...
[2026-09-11 12:14:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 12:14:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 12:14:01] Production.INFO: neon service started
[2026-09-11 12:14:01] Production.INFO: neon service started
[2026-09-11 12:14:01] Production.INFO: ==24400== Releasing lock...
[2026-09-11 12:14:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 12:14:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 07:14:02] Production.INFO: ==24402== Lock acquired, processing the job...
[2026-09-11 07:14:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 11:14:02] Production.INFO: ==24404== Lock acquired, processing the job...
[2026-09-11 11:14:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 11:14:02] Production.INFO: ==24404== Releasing lock...
[2026-09-11 11:14:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 11:14:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 07:14:02] Production.INFO: ==24402== Releasing lock...
[2026-09-11 07:14:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 07:14:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 07:14:03] Production.INFO: ==24407== Lock acquired, processing the job...
[2026-09-11 07:14:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 07:14:03] Production.INFO: ==24409== Lock acquired, processing the job...
[2026-09-11 07:14:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 07:14:03] Production.INFO: ==24411== Lock acquired, processing the job...
[2026-09-11 07:14:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 07:14:03] Production.INFO: ==24413== Lock acquired, processing the job...
[2026-09-11 07:14:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 07:14:03] Production.INFO: ==24415== Lock acquired, processing the job...
[2026-09-11 07:14:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 07:14:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 07:14:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 07:14:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 07:14:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 07:14:03] Production.INFO: Account Balance Start.
[2026-09-11 07:14:03] Production.INFO: CreateAllLog Start
[2026-09-11 07:14:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 07:14:03] Production.INFO: 117
[2026-09-11 07:14:03] Production.INFO: Date 2026-09-08
[2026-09-11 07:14:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 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-09-11 07:14:03] Production.INFO: Date 2026-09-09
[2026-09-11 07:14:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:14:03] Production.INFO: ==24415== Releasing lock...
[2026-09-11 07:14:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 07:14:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 07:14:03] Production.INFO: Date 2026-09-10
[2026-09-11 07:14:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:14:03] Production.INFO: Date 2026-09-11
[2026-09-11 07:14:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:14:03] Production.INFO: Total Charge 0
[2026-09-11 07:14:03] Production.INFO: CreateAllLog End
[2026-09-11 07:14:04] Production.INFO: Account Balance End.
[2026-09-11 07:14:04] Production.ERROR: CronJobId end 12
[2026-09-11 07:14:04] Production.INFO: ==24413== Releasing lock...
[2026-09-11 07:14:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 07:14:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 07:14:04] Production.INFO: ==24409== Releasing lock...
[2026-09-11 07:14:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 07:14:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 07:14:11] Production.ERROR: CronJobId end10
[2026-09-11 07:14:11] Production.INFO: ==24411== Releasing lock...
[2026-09-11 07:14:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 07:14:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 07:14:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 07:14:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 07:14:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 07:14:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 07:14:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 07:14:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 07:14:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 07:14:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 07:14:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 07:14:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 07:14:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 07:14:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 07:14:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 07:14:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 07:14:14] Production.INFO: call_cost start
[2026-09-11 07:14:14] Production.INFO: call_cost end
[2026-09-11 07:14:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 07:14:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 07:14:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 07:14:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 07:14:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 07:14:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 07:14:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 07:14:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 07:14:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 07:14:14] Production.INFO: ==24407== Releasing lock...
[2026-09-11 07:14:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 07:14:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 12:15:02] Production.INFO: ==24475== Lock acquired, processing the job...
[2026-09-11 12:15:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 12:15:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 12:15:02] Production.INFO: neon service started
[2026-09-11 12:15:02] Production.INFO: neon service started
[2026-09-11 12:15:02] Production.INFO: ==24475== Releasing lock...
[2026-09-11 12:15:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 12:15:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 07:15:02] Production.INFO: ==24477== Lock acquired, processing the job...
[2026-09-11 07:15:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 11:15:02] Production.INFO: ==24479== Lock acquired, processing the job...
[2026-09-11 11:15:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 11:15:03] Production.INFO: ==24479== Releasing lock...
[2026-09-11 11:15:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 11:15:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 07:15:03] Production.INFO: ==24477== Releasing lock...
[2026-09-11 07:15:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 07:15:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 07:15:04] Production.INFO: ==24486== Lock acquired, processing the job...
[2026-09-11 07:15:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 07:15:04] Production.INFO: ==24488== Lock acquired, processing the job...
[2026-09-11 07:15:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 07:15:04] Production.INFO: ==24492== Lock acquired, processing the job...
[2026-09-11 07:15:04] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-11 07:15:04] Production.INFO: ==24482== Lock acquired, processing the job...
[2026-09-11 07:15:04] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-11 07:15:04] Production.INFO: ==24484== Lock acquired, processing the job...
[2026-09-11 07:15:04] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 07:15:04] Production.ERROR: tblTempUsageDetail_20
[2026-09-11 07:15:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 07:15:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 07:15:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 07:15:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 07:15:04] Production.ERROR: ========================== active cronjob start =============================
[2026-09-11 07:15:04] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-11 07:15:04] Production.ERROR: CronJob PID - 24484
[2026-09-11 07:15:04] Production.ERROR: CronJob Title - System Alerts
[2026-09-11 07:15:04] Production.ERROR: CronJob ID - 5
[2026-09-11 07:15:04] Production.ERROR: CronJob Last Run Time 2026-09-11 07:15:00
[2026-09-11 07:15:04] Production.ERROR: CronJob Active Minutes 0
[2026-09-11 07:15:04] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-11 07:15:04] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-11 07:15:04] Production.ERROR: CronJob PID - 24486
[2026-09-11 07:15:04] Production.ERROR: CronJob Title - Account Block
[2026-09-11 07:15:04] Production.ERROR: CronJob ID - 7
[2026-09-11 07:15:04] Production.ERROR: CronJob Last Run Time 2026-09-11 07:15:00
[2026-09-11 07:15:04] Production.ERROR: CronJob Active Minutes 0
[2026-09-11 07:15:04] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-11 07:15:04] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-11 07:15:04] Production.ERROR: CronJob PID - 24488
[2026-09-11 07:15:04] Production.ERROR: CronJob Title - Create Customer Summary Live
[2026-09-11 07:15:04] Production.ERROR: CronJob ID - 10
[2026-09-11 07:15:04] Production.ERROR: CronJob Last Run Time 2026-09-11 07:15:00
[2026-09-11 07:15:04] Production.ERROR: CronJob Active Minutes 0
[2026-09-11 07:15:04] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-11 07:15:04] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-11 07:15:04] Production.ERROR: CronJob PID - 24492
[2026-09-11 07:15:04] Production.ERROR: CronJob Title - PBX - DanielGraystone - 54.39.17.106 Reseller CDR Process
[2026-09-11 07:15:04] Production.ERROR: CronJob ID - 17
[2026-09-11 07:15:04] Production.ERROR: CronJob Last Run Time 2026-09-11 07:15:00
[2026-09-11 07:15:04] Production.ERROR: CronJob Active Minutes 0
[2026-09-11 07:15:04] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-11 07:15:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 07:15:04] Production.INFO: ==24490== Lock acquired, processing the job...
[2026-09-11 07:15:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 07:15:04] Production.ERROR: ========================== active cronjob end =============================
[2026-09-11 07:15:04] Production.INFO: ==24482== Releasing lock...
[2026-09-11 07:15:04] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-11 07:15:04] Production.INFO: 25.5 MB #Memory Used#
[2026-09-11 07:15:04] Production.INFO: Account Balance Start.
[2026-09-11 07:15:04] Production.INFO: CreateAllLog Start
[2026-09-11 07:15:04] Production.INFO: 117
[2026-09-11 07:15:04] Production.INFO: ==24494== Lock acquired, processing the job...
[2026-09-11 07:15:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 07:15:04] Production.INFO: Date 2026-09-08
[2026-09-11 07:15:04] Production.INFO: Reseller ==> 0
[2026-09-11 07:15:04] Production.INFO: Date 2026-09-09
[2026-09-11 07:15:04] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 07:15:04] Production.ERROR: done
[2026-09-11 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-09-11 07:15:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-11 07:15:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17983139', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) start
[2026-09-11 07:15:04] Production.INFO: ==24494== Releasing lock...
[2026-09-11 07:15:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 07:15:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 07:15:04] Production.INFO: Date 2026-09-10
[2026-09-11 07:15:04] Production.INFO: Reseller ==> 0
[2026-09-11 07:15:04] Production.INFO: Date 2026-09-11
[2026-09-11 07:15:04] Production.INFO: Reseller ==> 0
[2026-09-11 07:15:05] Production.INFO: Total Charge 0
[2026-09-11 07:15:05] Production.INFO: CreateAllLog End
[2026-09-11 07:15:05] Production.INFO: Account Balance End.
[2026-09-11 07:15:05] Production.ERROR: CronJobId end 12
[2026-09-11 07:15:05] Production.INFO: ==24490== Releasing lock...
[2026-09-11 07:15:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 07:15:05] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 07:15:05] Production.INFO: ==24486== Releasing lock...
[2026-09-11 07:15:05] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 07:15:05] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 07:15:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17983139', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) end
[2026-09-11 07:15:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-11 07:15:10] Production.INFO: ProcessCDR(1,17983139,1,1,2)
[2026-09-11 07:15:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17983139,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 07:15:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17983139,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 07:15:10] Production.ERROR: pbx prc_insertCDR start
[2026-09-11 07:15:10] Production.ERROR: pbx prc_insertCDR end
[2026-09-11 07:15:10] Production.INFO: ==24492== Releasing lock...
[2026-09-11 07:15:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-11 07:15:10] Production.INFO: 26 MB #Memory Used#
[2026-09-11 07:15:15] Production.ERROR: CronJobId end10
[2026-09-11 07:15:15] Production.INFO: ==24488== Releasing lock...
[2026-09-11 07:15:15] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 07:15:15] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 07:15:18] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 07:15:18] Production.INFO: ============== Balance Warning START===========
[2026-09-11 07:15:18] Production.INFO: ============== Balance Warning END===========
[2026-09-11 07:15:18] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 07:15:18] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 07:15:18] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 07:15:18] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 07:15:18] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 07:15:18] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 07:15:18] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 07:15:18] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 07:15:18] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 07:15:18] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 07:15:18] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 07:15:18] Production.INFO: call_cost start
[2026-09-11 07:15:18] Production.INFO: call_cost end
[2026-09-11 07:15:18] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 07:15:18] Production.INFO: ============== Report Schedule START===========
[2026-09-11 07:15:18] Production.INFO: ============== Report Schedule END===========
[2026-09-11 07:15:18] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 07:15:18] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 07:15:18] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 07:15:18] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 07:15:18] Production.INFO: ============== Deal alert START===========
[2026-09-11 07:15:18] Production.INFO: ============== Deal alert END===========
[2026-09-11 07:15:18] Production.INFO: ==24484== Releasing lock...
[2026-09-11 07:15:18] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 07:15:18] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 12:16:01] Production.INFO: ==24558== Lock acquired, processing the job...
[2026-09-11 12:16:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 12:16:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 12:16:01] Production.INFO: neon service started
[2026-09-11 12:16:01] Production.INFO: neon service started
[2026-09-11 12:16:01] Production.INFO: ==24558== Releasing lock...
[2026-09-11 12:16:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 12:16:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 07:16:02] Production.INFO: ==24560== Lock acquired, processing the job...
[2026-09-11 07:16:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 11:16:02] Production.INFO: ==24562== Lock acquired, processing the job...
[2026-09-11 11:16:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 11:16:02] Production.INFO: ==24562== Releasing lock...
[2026-09-11 11:16:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 11:16:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 07:16:02] Production.INFO: ==24560== Releasing lock...
[2026-09-11 07:16:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 07:16:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 07:16:03] Production.INFO: ==24565== Lock acquired, processing the job...
[2026-09-11 07:16:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 07:16:03] Production.INFO: ==24567== Lock acquired, processing the job...
[2026-09-11 07:16:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 07:16:03] Production.INFO: ==24569== Lock acquired, processing the job...
[2026-09-11 07:16:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 07:16:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 07:16:03] Production.INFO: ==24571== Lock acquired, processing the job...
[2026-09-11 07:16:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 07:16:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 07:16:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 07:16:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 07:16:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 07:16:03] Production.INFO: ==24573== Lock acquired, processing the job...
[2026-09-11 07:16:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 07:16:03] Production.INFO: Account Balance Start.
[2026-09-11 07:16:03] Production.INFO: CreateAllLog Start
[2026-09-11 07:16:03] Production.INFO: 117
[2026-09-11 07:16:03] Production.INFO: Date 2026-09-08
[2026-09-11 07:16:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 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-09-11 07:16:03] Production.INFO: Date 2026-09-09
[2026-09-11 07:16:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:16:03] Production.INFO: ==24573== Releasing lock...
[2026-09-11 07:16:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 07:16:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 07:16:03] Production.INFO: Date 2026-09-10
[2026-09-11 07:16:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:16:04] Production.INFO: Date 2026-09-11
[2026-09-11 07:16:04] Production.INFO: Reseller ==> 0
[2026-09-11 07:16:04] Production.INFO: Total Charge 0
[2026-09-11 07:16:04] Production.INFO: CreateAllLog End
[2026-09-11 07:16:04] Production.INFO: Account Balance End.
[2026-09-11 07:16:04] Production.ERROR: CronJobId end 12
[2026-09-11 07:16:04] Production.INFO: ==24571== Releasing lock...
[2026-09-11 07:16:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 07:16:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 07:16:04] Production.INFO: ==24567== Releasing lock...
[2026-09-11 07:16:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 07:16:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 07:16:12] Production.ERROR: CronJobId end10
[2026-09-11 07:16:12] Production.INFO: ==24569== Releasing lock...
[2026-09-11 07:16:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 07:16:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 07:16:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 07:16:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 07:16:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 07:16:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 07:16:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 07:16:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 07:16:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 07:16:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 07:16:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 07:16:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 07:16:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 07:16:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 07:16:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 07:16:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 07:16:14] Production.INFO: call_cost start
[2026-09-11 07:16:14] Production.INFO: call_cost end
[2026-09-11 07:16:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 07:16:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 07:16:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 07:16:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 07:16:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 07:16:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 07:16:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 07:16:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 07:16:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 07:16:14] Production.INFO: ==24565== Releasing lock...
[2026-09-11 07:16:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 07:16:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 12:17:02] Production.INFO: ==24639== Lock acquired, processing the job...
[2026-09-11 12:17:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 12:17:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 12:17:02] Production.INFO: neon service started
[2026-09-11 12:17:02] Production.INFO: neon service started
[2026-09-11 12:17:02] Production.INFO: ==24639== Releasing lock...
[2026-09-11 12:17:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 12:17:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 07:17:02] Production.INFO: ==24641== Lock acquired, processing the job...
[2026-09-11 07:17:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 07:17:02] Production.INFO: ==24641== Releasing lock...
[2026-09-11 07:17:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 07:17:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 11:17:02] Production.INFO: ==24643== Lock acquired, processing the job...
[2026-09-11 11:17:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 11:17:03] Production.INFO: ==24643== Releasing lock...
[2026-09-11 11:17:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 11:17:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 07:17:03] Production.INFO: ==24646== Lock acquired, processing the job...
[2026-09-11 07:17:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 07:17:03] Production.INFO: ==24651== Lock acquired, processing the job...
[2026-09-11 07:17:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 07:17:03] Production.INFO: ==24655== Lock acquired, processing the job...
[2026-09-11 07:17:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 07:17:03] Production.INFO: ==24648== Lock acquired, processing the job...
[2026-09-11 07:17:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 07:17:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 07:17:03] Production.INFO: ==24653== Lock acquired, processing the job...
[2026-09-11 07:17:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 07:17:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 07:17:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 07:17:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 07:17:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 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-09-11 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-09-11 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-09-11 07:17:03] Production.INFO: ==24655== Releasing lock...
[2026-09-11 07:17:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 07:17:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 07:17:03] Production.INFO: Account Balance Start.
[2026-09-11 07:17:03] Production.INFO: CreateAllLog Start
[2026-09-11 07:17:03] Production.INFO: 117
[2026-09-11 07:17:03] Production.INFO: Date 2026-09-08
[2026-09-11 07:17:04] Production.INFO: Reseller ==> 0
[2026-09-11 07:17:04] Production.INFO: Date 2026-09-09
[2026-09-11 07:17:04] Production.INFO: Reseller ==> 0
[2026-09-11 07:17:04] Production.INFO: Date 2026-09-10
[2026-09-11 07:17:04] Production.INFO: Reseller ==> 0
[2026-09-11 07:17:04] Production.INFO: Date 2026-09-11
[2026-09-11 07:17:04] Production.INFO: Reseller ==> 0
[2026-09-11 07:17:04] Production.INFO: Total Charge 0
[2026-09-11 07:17:04] Production.INFO: CreateAllLog End
[2026-09-11 07:17:04] Production.INFO: Account Balance End.
[2026-09-11 07:17:04] Production.ERROR: CronJobId end 12
[2026-09-11 07:17:04] Production.INFO: ==24653== Releasing lock...
[2026-09-11 07:17:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 07:17:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 07:17:04] Production.INFO: ==24648== Releasing lock...
[2026-09-11 07:17:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 07:17:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 07:17:12] Production.ERROR: CronJobId end10
[2026-09-11 07:17:12] Production.INFO: ==24651== Releasing lock...
[2026-09-11 07:17:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 07:17:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 07:17:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 07:17:15] Production.INFO: ============== Balance Warning START===========
[2026-09-11 07:17:15] Production.INFO: ============== Balance Warning END===========
[2026-09-11 07:17:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 07:17:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 07:17:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 07:17:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 07:17:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 07:17:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 07:17:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 07:17:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 07:17:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 07:17:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 07:17:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 07:17:16] Production.INFO: call_cost start
[2026-09-11 07:17:16] Production.INFO: call_cost end
[2026-09-11 07:17:16] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 07:17:16] Production.INFO: ============== Report Schedule START===========
[2026-09-11 07:17:16] Production.INFO: ============== Report Schedule END===========
[2026-09-11 07:17:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 07:17:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 07:17:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 07:17:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 07:17:16] Production.INFO: ============== Deal alert START===========
[2026-09-11 07:17:16] Production.INFO: ============== Deal alert END===========
[2026-09-11 07:17:16] Production.INFO: ==24646== Releasing lock...
[2026-09-11 07:17:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 07:17:16] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 12:18:01] Production.INFO: ==24711== Lock acquired, processing the job...
[2026-09-11 12:18:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 12:18:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 12:18:01] Production.INFO: neon service started
[2026-09-11 12:18:01] Production.INFO: neon service started
[2026-09-11 12:18:01] Production.INFO: ==24711== Releasing lock...
[2026-09-11 12:18:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 12:18:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 07:18:02] Production.INFO: ==24713== Lock acquired, processing the job...
[2026-09-11 07:18:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 07:18:02] Production.INFO: ==24713== Releasing lock...
[2026-09-11 07:18:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 07:18:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 11:18:02] Production.INFO: ==24715== Lock acquired, processing the job...
[2026-09-11 11:18:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 11:18:02] Production.INFO: ==24715== Releasing lock...
[2026-09-11 11:18:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 11:18:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 07:18:03] Production.INFO: ==24726== Lock acquired, processing the job...
[2026-09-11 07:18:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 07:18:03] Production.INFO: ==24718== Lock acquired, processing the job...
[2026-09-11 07:18:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 07:18:03] Production.INFO: ==24720== Lock acquired, processing the job...
[2026-09-11 07:18:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 07:18:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 07:18:03] Production.INFO: ==24722== Lock acquired, processing the job...
[2026-09-11 07:18:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 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-09-11 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-09-11 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-09-11 07:18:03] Production.INFO: ==24724== Lock acquired, processing the job...
[2026-09-11 07:18:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 07:18:03] Production.INFO: ==24726== Releasing lock...
[2026-09-11 07:18:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 07:18:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 07:18:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 07:18:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 07:18:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 07:18:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 07:18:03] Production.INFO: Account Balance Start.
[2026-09-11 07:18:03] Production.INFO: CreateAllLog Start
[2026-09-11 07:18:03] Production.INFO: 117
[2026-09-11 07:18:03] Production.INFO: Date 2026-09-08
[2026-09-11 07:18:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:18:03] Production.INFO: Date 2026-09-09
[2026-09-11 07:18:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:18:03] Production.INFO: Date 2026-09-10
[2026-09-11 07:18:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:18:03] Production.INFO: Date 2026-09-11
[2026-09-11 07:18:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:18:03] Production.INFO: Total Charge 0
[2026-09-11 07:18:03] Production.INFO: CreateAllLog End
[2026-09-11 07:18:03] Production.INFO: Account Balance End.
[2026-09-11 07:18:04] Production.ERROR: CronJobId end 12
[2026-09-11 07:18:04] Production.INFO: ==24724== Releasing lock...
[2026-09-11 07:18:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 07:18:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 07:18:04] Production.INFO: ==24720== Releasing lock...
[2026-09-11 07:18:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 07:18:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 07:18:12] Production.ERROR: CronJobId end10
[2026-09-11 07:18:12] Production.INFO: ==24722== Releasing lock...
[2026-09-11 07:18:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 07:18:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 07:18:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 07:18:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 07:18:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 07:18:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 07:18:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 07:18:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 07:18:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 07:18:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 07:18:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 07:18:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 07:18:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 07:18:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 07:18:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 07:18:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 07:18:14] Production.INFO: call_cost start
[2026-09-11 07:18:14] Production.INFO: call_cost end
[2026-09-11 07:18:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 07:18:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 07:18:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 07:18:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 07:18:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 07:18:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 07:18:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 07:18:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 07:18:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 07:18:14] Production.INFO: ==24718== Releasing lock...
[2026-09-11 07:18:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 07:18:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 12:19:02] Production.INFO: ==24788== Lock acquired, processing the job...
[2026-09-11 12:19:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 12:19:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 12:19:02] Production.INFO: neon service started
[2026-09-11 12:19:02] Production.INFO: neon service started
[2026-09-11 12:19:02] Production.INFO: ==24788== Releasing lock...
[2026-09-11 12:19:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 12:19:02] Production.INFO: 25.5 MB #Memory Used#
[2026-09-11 11:19:02] Production.INFO: ==24793== Lock acquired, processing the job...
[2026-09-11 11:19:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 11:19:02] Production.INFO: ==24793== Releasing lock...
[2026-09-11 11:19:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 11:19:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 07:19:02] Production.INFO: ==24791== Lock acquired, processing the job...
[2026-09-11 07:19:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 07:19:02] Production.INFO: ==24791== Releasing lock...
[2026-09-11 07:19:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 07:19:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 07:19:03] Production.INFO: ==24795== Lock acquired, processing the job...
[2026-09-11 07:19:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 07:19:03] Production.INFO: ==24799== Lock acquired, processing the job...
[2026-09-11 07:19:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 07:19:03] Production.INFO: ==24801== Lock acquired, processing the job...
[2026-09-11 07:19:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 07:19:03] Production.INFO: ==24797== Lock acquired, processing the job...
[2026-09-11 07:19:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 07:19:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 07:19:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 07:19:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 07:19:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 07:19:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 07:19:03] Production.INFO: Account Balance Start.
[2026-09-11 07:19:03] Production.INFO: CreateAllLog Start
[2026-09-11 07:19:03] Production.INFO: 117
[2026-09-11 07:19:03] Production.INFO: Date 2026-09-08
[2026-09-11 07:19:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:19:03] Production.INFO: ==24803== Lock acquired, processing the job...
[2026-09-11 07:19:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 07:19:03] Production.INFO: Date 2026-09-09
[2026-09-11 07:19:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:19:03] Production.INFO: Date 2026-09-10
[2026-09-11 07:19:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:19:03] Production.INFO: Date 2026-09-11
[2026-09-11 07:19:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:19:03] Production.INFO: Total Charge 0
[2026-09-11 07:19:03] Production.INFO: CreateAllLog End
[2026-09-11 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-09-11 07: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-09-11 07: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-09-11 07:19:04] Production.INFO: ==24803== Releasing lock...
[2026-09-11 07:19:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 07:19:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 07:19:04] Production.INFO: Account Balance End.
[2026-09-11 07:19:04] Production.ERROR: CronJobId end 12
[2026-09-11 07:19:04] Production.INFO: ==24801== Releasing lock...
[2026-09-11 07:19:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 07:19:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 07:19:04] Production.INFO: ==24797== Releasing lock...
[2026-09-11 07:19:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 07:19:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 07:19:12] Production.ERROR: CronJobId end10
[2026-09-11 07:19:12] Production.INFO: ==24799== Releasing lock...
[2026-09-11 07:19:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 07:19:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 07:19:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 07:19:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 07:19:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 07:19:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 07:19:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 07:19:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 07:19:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 07:19:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 07:19:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 07:19:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 07:19:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 07:19:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 07:19:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 07:19:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 07:19:15] Production.INFO: call_cost start
[2026-09-11 07:19:15] Production.INFO: call_cost end
[2026-09-11 07:19:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 07:19:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 07:19:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 07:19:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 07:19:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 07:19:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 07:19:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 07:19:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 07:19:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 07:19:15] Production.INFO: ==24795== Releasing lock...
[2026-09-11 07:19:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 07:19:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 12:20:01] Production.INFO: ==24874== Lock acquired, processing the job...
[2026-09-11 12:20:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 12:20:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 12:20:01] Production.INFO: neon service started
[2026-09-11 12:20:01] Production.INFO: neon service started
[2026-09-11 12:20:01] Production.INFO: ==24874== Releasing lock...
[2026-09-11 12:20:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 12:20:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 07:20:02] Production.INFO: ==24876== Lock acquired, processing the job...
[2026-09-11 07:20:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 11:20:02] Production.INFO: ==24878== Lock acquired, processing the job...
[2026-09-11 11:20:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 11:20:02] Production.INFO: ==24878== Releasing lock...
[2026-09-11 11:20:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 11:20:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 07:20:02] Production.INFO: ==24876== Releasing lock...
[2026-09-11 07:20:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 07:20:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 07:20:03] Production.INFO: ==24883== Lock acquired, processing the job...
[2026-09-11 07:20:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 07:20:03] Production.INFO: ==24881== Lock acquired, processing the job...
[2026-09-11 07:20:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 07:20:03] Production.INFO: ==24885== Lock acquired, processing the job...
[2026-09-11 07:20:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 07:20:03] Production.INFO: ==24887== Lock acquired, processing the job...
[2026-09-11 07:20:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 07:20:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 07:20:03] Production.INFO: Account Balance Start.
[2026-09-11 07:20:03] Production.INFO: CreateAllLog Start
[2026-09-11 07:20:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 07:20:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 07:20:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 07:20:03] Production.INFO: 117
[2026-09-11 07:20:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 07:20:03] Production.INFO: Date 2026-09-08
[2026-09-11 07:20:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:20:03] Production.INFO: Date 2026-09-09
[2026-09-11 07:20:03] Production.INFO: ==24889== Lock acquired, processing the job...
[2026-09-11 07:20:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 07:20:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:20:03] Production.INFO: Date 2026-09-10
[2026-09-11 07:20:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:20:03] Production.INFO: Date 2026-09-11
[2026-09-11 07:20:03] Production.INFO: Reseller ==> 0
[2026-09-11 07: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-09-11 07: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-09-11 07: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-09-11 07:20:03] Production.INFO: ==24889== Releasing lock...
[2026-09-11 07:20:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 07:20:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 07:20:03] Production.INFO: Total Charge 0
[2026-09-11 07:20:03] Production.INFO: CreateAllLog End
[2026-09-11 07:20:03] Production.INFO: Account Balance End.
[2026-09-11 07:20:03] Production.ERROR: CronJobId end 12
[2026-09-11 07:20:03] Production.INFO: ==24887== Releasing lock...
[2026-09-11 07:20:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 07:20:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 07:20:04] Production.INFO: ==24883== Releasing lock...
[2026-09-11 07:20:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 07:20:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 07:20:11] Production.ERROR: CronJobId end10
[2026-09-11 07:20:11] Production.INFO: ==24885== Releasing lock...
[2026-09-11 07:20:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 07:20:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 07:20:12] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 07:20:12] Production.INFO: ============== Balance Warning START===========
[2026-09-11 07:20:12] Production.INFO: ============== Balance Warning END===========
[2026-09-11 07:20:12] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 07:20:12] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 07:20:12] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 07:20:12] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 07:20:12] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 07:20:12] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 07:20:12] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 07:20:12] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 07:20:12] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 07:20:12] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 07:20:12] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 07:20:13] Production.INFO: call_cost start
[2026-09-11 07:20:13] Production.INFO: call_cost end
[2026-09-11 07:20:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 07:20:13] Production.INFO: ============== Report Schedule START===========
[2026-09-11 07:20:13] Production.INFO: ============== Report Schedule END===========
[2026-09-11 07:20:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 07:20:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 07:20:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 07:20:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 07:20:13] Production.INFO: ============== Deal alert START===========
[2026-09-11 07:20:13] Production.INFO: ============== Deal alert END===========
[2026-09-11 07:20:13] Production.INFO: ==24881== Releasing lock...
[2026-09-11 07:20:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 07:20:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 12:21:02] Production.INFO: ==24947== Lock acquired, processing the job...
[2026-09-11 12:21:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 12:21:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 12:21:02] Production.INFO: neon service started
[2026-09-11 12:21:02] Production.INFO: neon service started
[2026-09-11 12:21:02] Production.INFO: ==24947== Releasing lock...
[2026-09-11 12:21:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 12:21:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 07:21:02] Production.INFO: ==24949== Lock acquired, processing the job...
[2026-09-11 07:21:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 11:21:02] Production.INFO: ==24952== Lock acquired, processing the job...
[2026-09-11 11:21:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 11:21:02] Production.INFO: ==24952== Releasing lock...
[2026-09-11 11:21:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 11:21:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 07:21:02] Production.INFO: ==24949== Releasing lock...
[2026-09-11 07:21:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 07:21:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 07:21:03] Production.INFO: ==24954== Lock acquired, processing the job...
[2026-09-11 07:21:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 07:21:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 07:21:03] Production.INFO: ==24956== Lock acquired, processing the job...
[2026-09-11 07:21:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 07:21:03] Production.INFO: ==24960== Lock acquired, processing the job...
[2026-09-11 07:21:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 07:21:03] Production.INFO: ==24958== Lock acquired, processing the job...
[2026-09-11 07:21:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 07:21:03] Production.INFO: ==24962== Lock acquired, processing the job...
[2026-09-11 07:21:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 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-09-11 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-09-11 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-09-11 07:21:03] Production.INFO: ==24962== Releasing lock...
[2026-09-11 07:21:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 07:21:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 07:21:03] Production.INFO: Account Balance Start.
[2026-09-11 07:21:03] Production.INFO: CreateAllLog Start
[2026-09-11 07:21:03] Production.INFO: 117
[2026-09-11 07:21:03] Production.INFO: Date 2026-09-08
[2026-09-11 07:21:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 07:21:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 07:21:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 07:21:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 07:21:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:21:03] Production.INFO: Date 2026-09-09
[2026-09-11 07:21:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:21:03] Production.INFO: Date 2026-09-10
[2026-09-11 07:21:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:21:03] Production.INFO: Date 2026-09-11
[2026-09-11 07:21:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:21:03] Production.INFO: Total Charge 0
[2026-09-11 07:21:03] Production.INFO: CreateAllLog End
[2026-09-11 07:21:04] Production.INFO: Account Balance End.
[2026-09-11 07:21:04] Production.ERROR: CronJobId end 12
[2026-09-11 07:21:04] Production.INFO: ==24960== Releasing lock...
[2026-09-11 07:21:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 07:21:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 07:21:04] Production.INFO: ==24956== Releasing lock...
[2026-09-11 07:21:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 07:21:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 07:21: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-09-11 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-09-11 07:21:10] Production.ERROR: CronJobId end10
[2026-09-11 07:21:10] Production.INFO: ==24958== Releasing lock...
[2026-09-11 07:21:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 07:21:10] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 07:21:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 07:21:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 07:21:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 07:21:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 07:21:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 07:21:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 07:21:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 07:21:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 07:21:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 07:21:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 07:21:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 07:21:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 07:21:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 07:21:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 07:21:14] Production.INFO: call_cost start
[2026-09-11 07:21:14] Production.INFO: call_cost end
[2026-09-11 07:21:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 07:21:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 07:21:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 07:21:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 07:21:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 07:21:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 07:21:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 07:21:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 07:21:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 07:21:14] Production.INFO: ==24954== Releasing lock...
[2026-09-11 07:21:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 07:21:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 12:22:01] Production.INFO: ==25047== Lock acquired, processing the job...
[2026-09-11 12:22:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 12:22:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 12:22:01] Production.INFO: neon service started
[2026-09-11 12:22:01] Production.INFO: neon service started
[2026-09-11 12:22:01] Production.INFO: ==25047== Releasing lock...
[2026-09-11 12:22:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 12:22:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 11:22:02] Production.INFO: ==25051== Lock acquired, processing the job...
[2026-09-11 11:22:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 11:22:02] Production.INFO: ==25051== Releasing lock...
[2026-09-11 11:22:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 11:22:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 07:22:02] Production.INFO: ==25049== Lock acquired, processing the job...
[2026-09-11 07:22:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 07:22:02] Production.INFO: ==25049== Releasing lock...
[2026-09-11 07:22:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 07:22:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 07:22:03] Production.INFO: ==25060== Lock acquired, processing the job...
[2026-09-11 07:22:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 07:22:03] Production.INFO: Account Balance Start.
[2026-09-11 07:22:03] Production.INFO: CreateAllLog Start
[2026-09-11 07:22:03] Production.INFO: 117
[2026-09-11 07:22:03] Production.INFO: Date 2026-09-08
[2026-09-11 07:22:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:22:03] Production.INFO: Date 2026-09-09
[2026-09-11 07:22:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:22:03] Production.INFO: ==25062== Lock acquired, processing the job...
[2026-09-11 07:22:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 07:22:03] Production.INFO: ==25056== Lock acquired, processing the job...
[2026-09-11 07:22:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 07:22:03] Production.INFO: ==25058== Lock acquired, processing the job...
[2026-09-11 07:22:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 07:22:03] Production.INFO: ==25054== Lock acquired, processing the job...
[2026-09-11 07:22:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 07:22:03] Production.INFO: Date 2026-09-10
[2026-09-11 07:22:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:22:03] Production.INFO: Date 2026-09-11
[2026-09-11 07:22:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:22:03] Production.INFO: Total Charge 0
[2026-09-11 07:22:03] Production.INFO: CreateAllLog End
[2026-09-11 07:22:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 07:22:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 07:22:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 07:22:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 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-09-11 07:22:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 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-09-11 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-09-11 07:22:03] Production.INFO: ==25062== Releasing lock...
[2026-09-11 07:22:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 07:22:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 07:22:03] Production.INFO: Account Balance End.
[2026-09-11 07:22:03] Production.ERROR: CronJobId end 12
[2026-09-11 07:22:03] Production.INFO: ==25060== Releasing lock...
[2026-09-11 07:22:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 07:22:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 07:22:04] Production.INFO: ==25056== Releasing lock...
[2026-09-11 07:22:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 07:22:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 07:22:11] Production.ERROR: CronJobId end10
[2026-09-11 07:22:11] Production.INFO: ==25058== Releasing lock...
[2026-09-11 07:22:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 07:22:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 07:22:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 07:22:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 07:22:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 07:22:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 07:22:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 07:22:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 07:22:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 07:22:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 07:22:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 07:22:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 07:22:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 07:22:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 07:22:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 07:22:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 07:22:15] Production.INFO: call_cost start
[2026-09-11 07:22:15] Production.INFO: call_cost end
[2026-09-11 07:22:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 07:22:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 07:22:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 07:22:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 07:22:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 07:22:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 07:22:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 07:22:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 07:22:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 07:22:15] Production.INFO: ==25054== Releasing lock...
[2026-09-11 07:22:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 07:22:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 12:23:02] Production.INFO: ==25127== Lock acquired, processing the job...
[2026-09-11 12:23:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 12:23:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 12:23:02] Production.INFO: neon service started
[2026-09-11 12:23:02] Production.INFO: neon service started
[2026-09-11 12:23:02] Production.INFO: ==25127== Releasing lock...
[2026-09-11 12:23:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 12:23:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 07:23:02] Production.INFO: ==25129== Lock acquired, processing the job...
[2026-09-11 07:23:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 07:23:02] Production.INFO: ==25129== Releasing lock...
[2026-09-11 07:23:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 07:23:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 11:23:02] Production.INFO: ==25131== Lock acquired, processing the job...
[2026-09-11 11:23:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 11:23:03] Production.INFO: ==25131== Releasing lock...
[2026-09-11 11:23:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 11:23:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 07:23:03] Production.INFO: ==25134== Lock acquired, processing the job...
[2026-09-11 07:23:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 07:23:03] Production.INFO: ==25136== Lock acquired, processing the job...
[2026-09-11 07:23:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 07:23:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 07:23:03] Production.INFO: ==25138== Lock acquired, processing the job...
[2026-09-11 07:23:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 07:23:03] Production.INFO: ==25140== Lock acquired, processing the job...
[2026-09-11 07:23:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 07:23:03] Production.INFO: ==25142== Lock acquired, processing the job...
[2026-09-11 07:23:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 07:23:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 07:23:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 07:23:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 07:23:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 07:23:03] Production.INFO: Account Balance Start.
[2026-09-11 07:23:03] Production.INFO: CreateAllLog Start
[2026-09-11 07:23:03] Production.INFO: 117
[2026-09-11 07:23:03] Production.INFO: Date 2026-09-08
[2026-09-11 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-09-11 07:23:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 07:23:03] Production.INFO: ==25142== Releasing lock...
[2026-09-11 07:23:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 07:23:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 07:23:03] Production.INFO: Date 2026-09-09
[2026-09-11 07:23:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:23:03] Production.INFO: Date 2026-09-10
[2026-09-11 07:23:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:23:03] Production.INFO: Date 2026-09-11
[2026-09-11 07:23:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:23:04] Production.INFO: Total Charge 0
[2026-09-11 07:23:04] Production.INFO: CreateAllLog End
[2026-09-11 07:23:04] Production.INFO: Account Balance End.
[2026-09-11 07:23:04] Production.ERROR: CronJobId end 12
[2026-09-11 07:23:04] Production.INFO: ==25140== Releasing lock...
[2026-09-11 07:23:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 07:23:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 07:23:04] Production.INFO: ==25136== Releasing lock...
[2026-09-11 07:23:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 07:23:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 07:23:11] Production.ERROR: CronJobId end10
[2026-09-11 07:23:11] Production.INFO: ==25138== Releasing lock...
[2026-09-11 07:23:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 07:23:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 07:23:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 07:23:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 07:23:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 07:23:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 07:23:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 07:23:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 07:23:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 07:23:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 07:23:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 07:23:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 07:23:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 07:23:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 07:23:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 07:23:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 07:23:14] Production.INFO: call_cost start
[2026-09-11 07:23:14] Production.INFO: call_cost end
[2026-09-11 07:23:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 07:23:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 07:23:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 07:23:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 07:23:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 07:23:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 07:23:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 07:23:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 07:23:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 07:23:14] Production.INFO: ==25134== Releasing lock...
[2026-09-11 07:23:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 07:23:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 12:24:01] Production.INFO: ==25204== Lock acquired, processing the job...
[2026-09-11 12:24:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 12:24:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 12:24:01] Production.INFO: neon service started
[2026-09-11 12:24:01] Production.INFO: neon service started
[2026-09-11 12:24:01] Production.INFO: ==25204== Releasing lock...
[2026-09-11 12:24:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 12:24:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 07:24:01] Production.INFO: ==25206== Lock acquired, processing the job...
[2026-09-11 07:24:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 07:24:02] Production.INFO: ==25206== Releasing lock...
[2026-09-11 07:24:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 07:24:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 11:24:02] Production.INFO: ==25208== Lock acquired, processing the job...
[2026-09-11 11:24:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 11:24:02] Production.INFO: ==25208== Releasing lock...
[2026-09-11 11:24:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 11:24:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 07:24:03] Production.INFO: ==25219== Lock acquired, processing the job...
[2026-09-11 07:24:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 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-09-11 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-09-11 07: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-09-11 07:24:03] Production.INFO: ==25219== Releasing lock...
[2026-09-11 07:24:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 07:24:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 07:24:03] Production.INFO: ==25211== Lock acquired, processing the job...
[2026-09-11 07:24:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 07:24:03] Production.INFO: ==25213== Lock acquired, processing the job...
[2026-09-11 07:24:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 07:24:03] Production.INFO: ==25215== Lock acquired, processing the job...
[2026-09-11 07:24:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 07:24:03] Production.INFO: ==25217== Lock acquired, processing the job...
[2026-09-11 07:24:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 07:24:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 07:24:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 07:24:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 07:24:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 07:24:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 07:24:03] Production.INFO: Account Balance Start.
[2026-09-11 07:24:03] Production.INFO: CreateAllLog Start
[2026-09-11 07:24:03] Production.INFO: 117
[2026-09-11 07:24:03] Production.INFO: Date 2026-09-08
[2026-09-11 07:24:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:24:03] Production.INFO: Date 2026-09-09
[2026-09-11 07:24:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:24:03] Production.INFO: Date 2026-09-10
[2026-09-11 07:24:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:24:03] Production.INFO: Date 2026-09-11
[2026-09-11 07:24:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:24:03] Production.INFO: Total Charge 0
[2026-09-11 07:24:03] Production.INFO: CreateAllLog End
[2026-09-11 07:24:04] Production.INFO: Account Balance End.
[2026-09-11 07:24:04] Production.INFO: ==25213== Releasing lock...
[2026-09-11 07:24:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 07:24:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 07:24:04] Production.ERROR: CronJobId end 12
[2026-09-11 07:24:04] Production.INFO: ==25217== Releasing lock...
[2026-09-11 07:24:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 07:24:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 07:24:12] Production.ERROR: CronJobId end10
[2026-09-11 07:24:12] Production.INFO: ==25215== Releasing lock...
[2026-09-11 07:24:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 07:24:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 07:24:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 07:24:15] Production.INFO: ============== Balance Warning START===========
[2026-09-11 07:24:15] Production.INFO: ============== Balance Warning END===========
[2026-09-11 07:24:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 07:24:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 07:24:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 07:24:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 07:24:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 07:24:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 07:24:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 07:24:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 07:24:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 07:24:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 07:24:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 07:24:15] Production.INFO: call_cost start
[2026-09-11 07:24:15] Production.INFO: call_cost end
[2026-09-11 07:24:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 07:24:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 07:24:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 07:24:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 07:24:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 07:24:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 07:24:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 07:24:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 07:24:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 07:24:15] Production.INFO: ==25211== Releasing lock...
[2026-09-11 07:24:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 07:24:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 12:25:01] Production.INFO: ==25281== Lock acquired, processing the job...
[2026-09-11 12:25:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 12:25:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 12:25:02] Production.INFO: neon service started
[2026-09-11 12:25:02] Production.INFO: neon service started
[2026-09-11 12:25:02] Production.INFO: ==25281== Releasing lock...
[2026-09-11 12:25:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 12:25:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 07:25:02] Production.INFO: ==25283== Lock acquired, processing the job...
[2026-09-11 07:25:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 07:25:02] Production.INFO: ==25283== Releasing lock...
[2026-09-11 07:25:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 07:25:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 11:25:02] Production.INFO: ==25285== Lock acquired, processing the job...
[2026-09-11 11:25:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 11:25:02] Production.INFO: ==25285== Releasing lock...
[2026-09-11 11:25:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 11:25:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 07:25:03] Production.INFO: ==25294== Lock acquired, processing the job...
[2026-09-11 07:25:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 07:25:03] Production.INFO: ==25300== Lock acquired, processing the job...
[2026-09-11 07:25:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 07:25:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 07:25:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 07:25:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 07:25:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 07:25:03] Production.INFO: ==25288== Lock acquired, processing the job...
[2026-09-11 07:25:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-11 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-09-11 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-09-11 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-09-11 07:25:03] Production.INFO: ==25290== Lock acquired, processing the job...
[2026-09-11 07:25:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 07:25:03] Production.INFO: ==25300== Releasing lock...
[2026-09-11 07:25:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 07:25:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 07:25:03] Production.ERROR: ========================== active cronjob start =============================
[2026-09-11 07:25:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-11 07:25:03] Production.ERROR: CronJob PID - 25294
[2026-09-11 07:25:03] Production.ERROR: CronJob Title - Create Customer Summary Live
[2026-09-11 07:25:03] Production.ERROR: CronJob ID - 10
[2026-09-11 07:25:03] Production.ERROR: CronJob Last Run Time 2026-09-11 07:25:00
[2026-09-11 07:25:03] Production.ERROR: CronJob Active Minutes 0
[2026-09-11 07:25:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-11 07:25:03] Production.INFO: ==25292== Lock acquired, processing the job...
[2026-09-11 07:25:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 07:25:03] Production.ERROR: ========================== active cronjob end =============================
[2026-09-11 07:25:03] Production.INFO: ==25288== Releasing lock...
[2026-09-11 07:25:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-11 07:25:03] Production.INFO: 25.5 MB #Memory Used#
[2026-09-11 07:25:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 07:25:04] Production.INFO: ==25296== Lock acquired, processing the job...
[2026-09-11 07:25:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 07:25:04] Production.INFO: ==25298== Lock acquired, processing the job...
[2026-09-11 07:25:04] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-11 07:25:04] Production.ERROR: tblTempUsageDetail_20
[2026-09-11 07:25:04] Production.INFO: Account Balance Start.
[2026-09-11 07:25:04] Production.INFO: CreateAllLog Start
[2026-09-11 07:25:04] Production.INFO: 117
[2026-09-11 07:25:04] Production.INFO: Date 2026-09-08
[2026-09-11 07:25:04] Production.INFO: Reseller ==> 0
[2026-09-11 07:25:04] Production.INFO: Date 2026-09-09
[2026-09-11 07:25:04] Production.INFO: Reseller ==> 0
[2026-09-11 07:25:04] Production.INFO: Date 2026-09-10
[2026-09-11 07:25:04] Production.INFO: Reseller ==> 0
[2026-09-11 07:25:04] Production.INFO: Date 2026-09-11
[2026-09-11 07:25:04] Production.INFO: Reseller ==> 0
[2026-09-11 07:25:04] Production.INFO: Total Charge 0
[2026-09-11 07:25:04] Production.INFO: CreateAllLog End
[2026-09-11 07:25:04] Production.ERROR: done
[2026-09-11 07:25:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-11 07:25:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17983180', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) start
[2026-09-11 07:25:04] Production.INFO: Account Balance End.
[2026-09-11 07:25:04] Production.ERROR: CronJobId end 12
[2026-09-11 07:25:04] Production.INFO: ==25296== Releasing lock...
[2026-09-11 07:25:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 07:25:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 07:25:04] Production.INFO: ==25292== Releasing lock...
[2026-09-11 07:25:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 07:25:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 07:25:09] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17983180', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) end
[2026-09-11 07:25:09] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-11 07:25:09] Production.INFO: ProcessCDR(1,17983180,1,1,2)
[2026-09-11 07:25:09] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17983180,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 07:25:09] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17983180,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 07:25:09] Production.ERROR: pbx prc_insertCDR start
[2026-09-11 07:25:09] Production.ERROR: pbx prc_insertCDR end
[2026-09-11 07:25:10] Production.INFO: ==25298== Releasing lock...
[2026-09-11 07:25:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-11 07:25:10] Production.INFO: 26 MB #Memory Used#
[2026-09-11 07:25:13] Production.ERROR: CronJobId end10
[2026-09-11 07:25:13] Production.INFO: ==25294== Releasing lock...
[2026-09-11 07:25:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 07:25:13] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 07:25:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 07:25:16] Production.INFO: ============== Balance Warning START===========
[2026-09-11 07:25:16] Production.INFO: ============== Balance Warning END===========
[2026-09-11 07:25:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 07:25:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 07:25:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 07:25:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 07:25:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 07:25:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 07:25:16] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 07:25:16] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 07:25:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 07:25:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 07:25:16] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 07:25:16] Production.INFO: call_cost start
[2026-09-11 07:25:16] Production.INFO: call_cost end
[2026-09-11 07:25:16] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 07:25:16] Production.INFO: ============== Report Schedule START===========
[2026-09-11 07:25:16] Production.INFO: ============== Report Schedule END===========
[2026-09-11 07:25:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 07:25:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 07:25:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 07:25:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 07:25:16] Production.INFO: ============== Deal alert START===========
[2026-09-11 07:25:16] Production.INFO: ============== Deal alert END===========
[2026-09-11 07:25:16] Production.INFO: ==25290== Releasing lock...
[2026-09-11 07:25:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 07:25:16] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 12:26:01] Production.INFO: ==25359== Lock acquired, processing the job...
[2026-09-11 12:26:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 12:26:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 12:26:01] Production.INFO: neon service started
[2026-09-11 12:26:01] Production.INFO: neon service started
[2026-09-11 12:26:01] Production.INFO: ==25359== Releasing lock...
[2026-09-11 12:26:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 12:26:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 11:26:01] Production.INFO: ==25363== Lock acquired, processing the job...
[2026-09-11 11:26:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 11:26:01] Production.INFO: ==25363== Releasing lock...
[2026-09-11 11:26:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 11:26:01] Production.INFO: 25 MB #Memory Used#
[2026-09-11 07:26:01] Production.INFO: ==25361== Lock acquired, processing the job...
[2026-09-11 07:26:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 07:26:02] Production.INFO: ==25361== Releasing lock...
[2026-09-11 07:26:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 07:26:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 07:26:02] Production.INFO: ==25366== Lock acquired, processing the job...
[2026-09-11 07:26:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 07:26:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 07:26:03] Production.INFO: ==25374== Lock acquired, processing the job...
[2026-09-11 07:26:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 07:26:03] Production.INFO: ==25368== Lock acquired, processing the job...
[2026-09-11 07:26:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 07:26:03] Production.INFO: ==25370== Lock acquired, processing the job...
[2026-09-11 07:26:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 07:26:03] Production.INFO: ==25372== Lock acquired, processing the job...
[2026-09-11 07:26:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 07:26:03] Production.INFO: Account Balance Start.
[2026-09-11 07:26:03] Production.INFO: CreateAllLog Start
[2026-09-11 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-09-11 07:26:03] Production.INFO: 117
[2026-09-11 07:26:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 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-09-11 07:26:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 07:26:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 07:26:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 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-09-11 07:26:03] Production.INFO: Date 2026-09-08
[2026-09-11 07:26:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:26:03] Production.INFO: ==25374== Releasing lock...
[2026-09-11 07:26:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 07:26:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 07:26:03] Production.INFO: Date 2026-09-09
[2026-09-11 07:26:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:26:03] Production.INFO: Date 2026-09-10
[2026-09-11 07:26:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:26:03] Production.INFO: Date 2026-09-11
[2026-09-11 07:26:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:26:03] Production.INFO: Total Charge 0
[2026-09-11 07:26:03] Production.INFO: CreateAllLog End
[2026-09-11 07:26:03] Production.INFO: Account Balance End.
[2026-09-11 07:26:03] Production.ERROR: CronJobId end 12
[2026-09-11 07:26:03] Production.INFO: ==25372== Releasing lock...
[2026-09-11 07:26:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 07:26:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 07:26:03] Production.INFO: ==25368== Releasing lock...
[2026-09-11 07:26:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 07:26:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 07:26:11] Production.ERROR: CronJobId end10
[2026-09-11 07:26:11] Production.INFO: ==25370== Releasing lock...
[2026-09-11 07:26:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 07:26:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 07:26:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 07:26:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 07:26:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 07:26:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 07:26:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 07:26:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 07:26:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 07:26:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 07:26:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 07:26:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 07:26:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 07:26:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 07:26:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 07:26:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 07:26:14] Production.INFO: call_cost start
[2026-09-11 07:26:14] Production.INFO: call_cost end
[2026-09-11 07:26:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 07:26:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 07:26:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 07:26:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 07:26:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 07:26:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 07:26:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 07:26:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 07:26:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 07:26:14] Production.INFO: ==25366== Releasing lock...
[2026-09-11 07:26:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 07:26:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 12:27:02] Production.INFO: ==25459== Lock acquired, processing the job...
[2026-09-11 12:27:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 12:27:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 12:27:02] Production.INFO: neon service started
[2026-09-11 12:27:02] Production.INFO: neon service started
[2026-09-11 12:27:02] Production.INFO: ==25459== Releasing lock...
[2026-09-11 12:27:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 12:27:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 07:27:02] Production.INFO: ==25462== Lock acquired, processing the job...
[2026-09-11 07:27:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 07:27:02] Production.INFO: ==25462== Releasing lock...
[2026-09-11 07:27:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 07:27:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 11:27:02] Production.INFO: ==25464== Lock acquired, processing the job...
[2026-09-11 11:27:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 11:27:02] Production.INFO: ==25464== Releasing lock...
[2026-09-11 11:27:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 11:27:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 07:27:03] Production.INFO: ==25474== Lock acquired, processing the job...
[2026-09-11 07:27:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 07: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-09-11 07: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-09-11 07: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-09-11 07:27:03] Production.INFO: ==25474== Releasing lock...
[2026-09-11 07:27:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 07:27:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 07:27:03] Production.INFO: ==25466== Lock acquired, processing the job...
[2026-09-11 07:27:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 07:27:03] Production.INFO: ==25468== Lock acquired, processing the job...
[2026-09-11 07:27:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 07:27:03] Production.INFO: ==25470== Lock acquired, processing the job...
[2026-09-11 07:27:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 07:27:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 07:27:03] Production.INFO: ==25472== Lock acquired, processing the job...
[2026-09-11 07:27:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 07:27:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 07:27:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 07:27:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 07:27:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 07:27:04] Production.INFO: Account Balance Start.
[2026-09-11 07:27:04] Production.INFO: CreateAllLog Start
[2026-09-11 07:27:04] Production.INFO: 117
[2026-09-11 07:27:04] Production.INFO: Date 2026-09-08
[2026-09-11 07:27:04] Production.INFO: Reseller ==> 0
[2026-09-11 07:27:04] Production.INFO: Date 2026-09-09
[2026-09-11 07:27:04] Production.INFO: Reseller ==> 0
[2026-09-11 07:27:04] Production.INFO: Date 2026-09-10
[2026-09-11 07:27:04] Production.INFO: Reseller ==> 0
[2026-09-11 07:27:04] Production.INFO: Date 2026-09-11
[2026-09-11 07:27:04] Production.INFO: Reseller ==> 0
[2026-09-11 07:27:04] Production.INFO: Total Charge 0
[2026-09-11 07:27:04] Production.INFO: CreateAllLog End
[2026-09-11 07:27:04] Production.INFO: Account Balance End.
[2026-09-11 07:27:04] Production.ERROR: CronJobId end 12
[2026-09-11 07:27:04] Production.INFO: ==25472== Releasing lock...
[2026-09-11 07:27:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 07:27:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 07:27:04] Production.INFO: ==25468== Releasing lock...
[2026-09-11 07:27:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 07:27:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 07:27:11] Production.ERROR: CronJobId end10
[2026-09-11 07:27:11] Production.INFO: ==25470== Releasing lock...
[2026-09-11 07:27:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 07:27:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 07:27:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 07:27:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 07:27:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 07:27:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 07:27:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 07:27:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 07:27:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 07:27:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 07:27:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 07:27:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 07:27:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 07:27:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 07:27:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 07:27:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 07:27:15] Production.INFO: call_cost start
[2026-09-11 07:27:15] Production.INFO: call_cost end
[2026-09-11 07:27:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 07:27:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 07:27:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 07:27:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 07:27:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 07:27:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 07:27:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 07:27:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 07:27:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 07:27:15] Production.INFO: ==25466== Releasing lock...
[2026-09-11 07:27:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 07:27:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 12:28:01] Production.INFO: ==25560== Lock acquired, processing the job...
[2026-09-11 12:28:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 12:28:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 12:28:01] Production.INFO: neon service started
[2026-09-11 12:28:01] Production.INFO: neon service started
[2026-09-11 12:28:01] Production.INFO: ==25560== Releasing lock...
[2026-09-11 12:28:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 12:28:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 07:28:01] Production.INFO: ==25562== Lock acquired, processing the job...
[2026-09-11 07:28:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 07:28:02] Production.INFO: ==25562== Releasing lock...
[2026-09-11 07:28:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 07:28:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 11:28:02] Production.INFO: ==25564== Lock acquired, processing the job...
[2026-09-11 11:28:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 11:28:02] Production.INFO: ==25564== Releasing lock...
[2026-09-11 11:28:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 11:28:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 07:28:02] Production.INFO: ==25574== Lock acquired, processing the job...
[2026-09-11 07:28:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 07:28:03] Production.INFO: ==25566== Lock acquired, processing the job...
[2026-09-11 07:28:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 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-09-11 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-09-11 07:28:03] Production.INFO: ==25568== Lock acquired, processing the job...
[2026-09-11 07:28:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 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-09-11 07:28:03] Production.INFO: ==25574== Releasing lock...
[2026-09-11 07:28:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 07:28:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 07:28:03] Production.INFO: ==25570== Lock acquired, processing the job...
[2026-09-11 07:28:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 07:28:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 07:28:03] Production.INFO: ==25572== Lock acquired, processing the job...
[2026-09-11 07:28:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 07:28:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 07:28:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 07:28:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 07:28:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 07:28:03] Production.INFO: Account Balance Start.
[2026-09-11 07:28:03] Production.INFO: CreateAllLog Start
[2026-09-11 07:28:03] Production.INFO: 117
[2026-09-11 07:28:03] Production.INFO: Date 2026-09-08
[2026-09-11 07:28:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:28:03] Production.INFO: Date 2026-09-09
[2026-09-11 07:28:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:28:03] Production.INFO: Date 2026-09-10
[2026-09-11 07:28:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:28:03] Production.INFO: Date 2026-09-11
[2026-09-11 07:28:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:28:03] Production.INFO: Total Charge 0
[2026-09-11 07:28:03] Production.INFO: CreateAllLog End
[2026-09-11 07:28:03] Production.INFO: Account Balance End.
[2026-09-11 07:28:03] Production.ERROR: CronJobId end 12
[2026-09-11 07:28:03] Production.INFO: ==25572== Releasing lock...
[2026-09-11 07:28:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 07:28:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 07:28:04] Production.INFO: ==25568== Releasing lock...
[2026-09-11 07:28:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 07:28:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 07:28:11] Production.ERROR: CronJobId end10
[2026-09-11 07:28:11] Production.INFO: ==25570== Releasing lock...
[2026-09-11 07:28:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 07:28:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 07:28:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 07:28:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 07:28:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 07:28:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 07:28:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 07:28:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 07:28:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 07:28:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 07:28:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 07:28:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 07:28:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 07:28:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 07:28:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 07:28:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 07:28:13] Production.INFO: call_cost start
[2026-09-11 07:28:13] Production.INFO: call_cost end
[2026-09-11 07:28:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 07:28:13] Production.INFO: ============== Report Schedule START===========
[2026-09-11 07:28:13] Production.INFO: ============== Report Schedule END===========
[2026-09-11 07:28:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 07:28:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 07:28:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 07:28:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 07:28:13] Production.INFO: ============== Deal alert START===========
[2026-09-11 07:28:13] Production.INFO: ============== Deal alert END===========
[2026-09-11 07:28:13] Production.INFO: ==25566== Releasing lock...
[2026-09-11 07:28:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 07:28:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 12:29:01] Production.INFO: ==25651== Lock acquired, processing the job...
[2026-09-11 12:29:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 12:29:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 12:29:01] Production.INFO: neon service started
[2026-09-11 12:29:01] Production.INFO: neon service started
[2026-09-11 12:29:01] Production.INFO: ==25651== Releasing lock...
[2026-09-11 12:29:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 12:29:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 07:29:02] Production.INFO: ==25653== Lock acquired, processing the job...
[2026-09-11 07:29:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 07:29:02] Production.INFO: ==25653== Releasing lock...
[2026-09-11 07:29:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 07:29:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 11:29:02] Production.INFO: ==25655== Lock acquired, processing the job...
[2026-09-11 11:29:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 11:29:02] Production.INFO: ==25655== Releasing lock...
[2026-09-11 11:29:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 11:29:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 07:29:03] Production.INFO: ==25658== Lock acquired, processing the job...
[2026-09-11 07:29:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 07:29:03] Production.INFO: ==25663== Lock acquired, processing the job...
[2026-09-11 07:29:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 07:29:03] Production.INFO: ==25660== Lock acquired, processing the job...
[2026-09-11 07:29:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 07:29:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 07:29:03] Production.INFO: ==25667== Lock acquired, processing the job...
[2026-09-11 07:29:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 07:29:03] Production.INFO: ==25665== Lock acquired, processing the job...
[2026-09-11 07:29:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 07:29:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 07:29:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 07:29:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 07:29:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 07:29:03] Production.INFO: Account Balance Start.
[2026-09-11 07:29:03] Production.INFO: CreateAllLog Start
[2026-09-11 07:29:03] Production.INFO: 117
[2026-09-11 07:29:03] Production.INFO: Date 2026-09-08
[2026-09-11 07:29:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:29:03] Production.INFO: Date 2026-09-09
[2026-09-11 07:29:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 07:29:03] Production.INFO: Date 2026-09-10
[2026-09-11 07:29:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 07:29:03] Production.INFO: ==25667== Releasing lock...
[2026-09-11 07:29:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 07:29:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 07:29:03] Production.INFO: Date 2026-09-11
[2026-09-11 07:29:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:29:03] Production.INFO: Total Charge 0
[2026-09-11 07:29:03] Production.INFO: CreateAllLog End
[2026-09-11 07:29:03] Production.INFO: Account Balance End.
[2026-09-11 07:29:03] Production.ERROR: CronJobId end 12
[2026-09-11 07:29:03] Production.INFO: ==25665== Releasing lock...
[2026-09-11 07:29:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 07:29:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 07:29:04] Production.INFO: ==25660== Releasing lock...
[2026-09-11 07:29:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 07:29:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 07:29:11] Production.ERROR: CronJobId end10
[2026-09-11 07:29:11] Production.INFO: ==25663== Releasing lock...
[2026-09-11 07:29:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 07:29:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 07:29:12] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 07:29:12] Production.INFO: ============== Balance Warning START===========
[2026-09-11 07:29:12] Production.INFO: ============== Balance Warning END===========
[2026-09-11 07:29:12] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 07:29:12] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 07:29:12] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 07:29:12] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 07:29:12] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 07:29:12] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 07:29:12] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 07:29:12] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 07:29:12] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 07:29:12] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 07:29:12] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 07:29:13] Production.INFO: call_cost start
[2026-09-11 07:29:13] Production.INFO: call_cost end
[2026-09-11 07:29:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 07:29:13] Production.INFO: ============== Report Schedule START===========
[2026-09-11 07:29:13] Production.INFO: ============== Report Schedule END===========
[2026-09-11 07:29:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 07:29:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 07:29:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 07:29:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 07:29:13] Production.INFO: ============== Deal alert START===========
[2026-09-11 07:29:13] Production.INFO: ============== Deal alert END===========
[2026-09-11 07:29:13] Production.INFO: ==25658== Releasing lock...
[2026-09-11 07:29:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 07:29:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 12:30:01] Production.INFO: ==25747== Lock acquired, processing the job...
[2026-09-11 12:30:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 12:30:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 12:30:01] Production.INFO: neon service started
[2026-09-11 12:30:01] Production.INFO: neon service started
[2026-09-11 12:30:01] Production.INFO: ==25747== Releasing lock...
[2026-09-11 12:30:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 12:30:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 11:30:01] Production.INFO: ==25751== Lock acquired, processing the job...
[2026-09-11 11:30:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 11:30:01] Production.INFO: ==25751== Releasing lock...
[2026-09-11 11:30:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 11:30:01] Production.INFO: 25 MB #Memory Used#
[2026-09-11 07:30:01] Production.INFO: ==25749== Lock acquired, processing the job...
[2026-09-11 07:30:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 07:30:02] Production.INFO: ==25749== Releasing lock...
[2026-09-11 07:30:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 07:30:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 07:30:02] Production.INFO: ==25755== Lock acquired, processing the job...
[2026-09-11 07:30:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 07:30:02] Production.INFO: ==25753== Lock acquired, processing the job...
[2026-09-11 07:30:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 07:30:02] Production.INFO: ==25760== Lock acquired, processing the job...
[2026-09-11 07:30:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 07:30:02] Production.INFO: ==25757== Lock acquired, processing the job...
[2026-09-11 07:30:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 07:30:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 07:30:03] Production.INFO: ==25762== Lock acquired, processing the job...
[2026-09-11 07:30:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 07:30:03] Production.INFO: Account Balance Start.
[2026-09-11 07:30:03] Production.INFO: CreateAllLog Start
[2026-09-11 07:30:03] Production.INFO: 117
[2026-09-11 07:30:03] Production.INFO: Date 2026-09-08
[2026-09-11 07:30:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 07:30:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 07:30:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 07:30:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 07:30:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:30:03] Production.INFO: Date 2026-09-09
[2026-09-11 07:30:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 07:30:03] Production.INFO: Date 2026-09-10
[2026-09-11 07:30:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 07:30:03] Production.INFO: Date 2026-09-11
[2026-09-11 07:30:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:30:03] Production.INFO: ==25762== Releasing lock...
[2026-09-11 07:30:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 07:30:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 07:30:03] Production.INFO: Total Charge 0
[2026-09-11 07:30:03] Production.INFO: CreateAllLog End
[2026-09-11 07:30:03] Production.INFO: Account Balance End.
[2026-09-11 07:30:03] Production.ERROR: CronJobId end 12
[2026-09-11 07:30:03] Production.INFO: ==25760== Releasing lock...
[2026-09-11 07:30:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 07:30:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 07:30:03] Production.INFO: ==25755== Releasing lock...
[2026-09-11 07:30:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 07:30:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 07:30:12] Production.ERROR: CronJobId end10
[2026-09-11 07:30:12] Production.INFO: ==25757== Releasing lock...
[2026-09-11 07:30:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 07:30:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 07:30:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 07:30:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 07:30:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 07:30:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 07:30:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 07:30:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 07:30:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 07:30:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 07:30:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 07:30:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 07:30:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 07:30:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 07:30:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 07:30:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 07:30:15] Production.INFO: call_cost start
[2026-09-11 07:30:15] Production.INFO: call_cost end
[2026-09-11 07:30:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 07:30:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 07:30:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 07:30:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 07:30:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 07:30:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 07:30:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 07:30:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 07:30:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 07:30:15] Production.INFO: ==25753== Releasing lock...
[2026-09-11 07:30:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 07:30:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 12:31:01] Production.INFO: ==25842== Lock acquired, processing the job...
[2026-09-11 12:31:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 12:31:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 12:31:01] Production.INFO: neon service started
[2026-09-11 12:31:01] Production.INFO: neon service started
[2026-09-11 12:31:01] Production.INFO: ==25842== Releasing lock...
[2026-09-11 12:31:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 12:31:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 07:31:02] Production.INFO: ==25844== Lock acquired, processing the job...
[2026-09-11 07:31:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 07:31:02] Production.INFO: ==25844== Releasing lock...
[2026-09-11 07:31:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 07:31:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 11:31:02] Production.INFO: ==25846== Lock acquired, processing the job...
[2026-09-11 11:31:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 11:31:02] Production.INFO: ==25846== Releasing lock...
[2026-09-11 11:31:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 11:31:02] Production.INFO: 26 MB #Memory Used#
[2026-09-11 07:31:02] Production.INFO: ==25857== Lock acquired, processing the job...
[2026-09-11 07:31:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 07: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-09-11 07: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-09-11 07: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-09-11 07:31:03] Production.INFO: ==25857== Releasing lock...
[2026-09-11 07:31:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 07:31:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 07:31:03] Production.INFO: ==25848== Lock acquired, processing the job...
[2026-09-11 07:31:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 07:31:03] Production.INFO: ==25850== Lock acquired, processing the job...
[2026-09-11 07:31:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 07:31:03] Production.INFO: ==25852== Lock acquired, processing the job...
[2026-09-11 07:31:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 07:31:03] Production.INFO: ==25855== Lock acquired, processing the job...
[2026-09-11 07:31:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 07:31:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 07:31:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 07:31:03] Production.INFO: Account Balance Start.
[2026-09-11 07:31:03] Production.INFO: CreateAllLog Start
[2026-09-11 07:31:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 07:31:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 07:31:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 07:31:03] Production.INFO: 117
[2026-09-11 07:31:03] Production.INFO: Date 2026-09-08
[2026-09-11 07:31:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:31:03] Production.INFO: Date 2026-09-09
[2026-09-11 07:31:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:31:03] Production.INFO: Date 2026-09-10
[2026-09-11 07:31:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:31:03] Production.INFO: Date 2026-09-11
[2026-09-11 07:31:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:31:03] Production.INFO: Total Charge 0
[2026-09-11 07:31:03] Production.INFO: CreateAllLog End
[2026-09-11 07:31:03] Production.INFO: Account Balance End.
[2026-09-11 07:31:03] Production.ERROR: CronJobId end 12
[2026-09-11 07:31:03] Production.INFO: ==25855== Releasing lock...
[2026-09-11 07:31:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 07:31:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 07:31:04] Production.INFO: ==25850== Releasing lock...
[2026-09-11 07:31:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 07:31:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 07:31:12] Production.ERROR: CronJobId end10
[2026-09-11 07:31:12] Production.INFO: ==25852== Releasing lock...
[2026-09-11 07:31:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 07:31:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 07:31:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 07:31:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 07:31:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 07:31:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 07:31:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 07:31:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 07:31:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 07:31:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 07:31:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 07:31:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 07:31:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 07:31:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 07:31:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 07:31:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 07:31:15] Production.INFO: call_cost start
[2026-09-11 07:31:15] Production.INFO: call_cost end
[2026-09-11 07:31:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 07:31:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 07:31:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 07:31:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 07:31:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 07:31:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 07:31:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 07:31:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 07:31:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 07:31:15] Production.INFO: ==25848== Releasing lock...
[2026-09-11 07:31:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 07:31:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 12:32:02] Production.INFO: ==25935== Lock acquired, processing the job...
[2026-09-11 12:32:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 12:32:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 12:32:02] Production.INFO: neon service started
[2026-09-11 12:32:02] Production.INFO: neon service started
[2026-09-11 12:32:02] Production.INFO: ==25935== Releasing lock...
[2026-09-11 12:32:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 12:32:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 11:32:02] Production.INFO: ==25939== Lock acquired, processing the job...
[2026-09-11 11:32:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 11:32:02] Production.INFO: ==25939== Releasing lock...
[2026-09-11 11:32:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 11:32:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 07:32:02] Production.INFO: ==25937== Lock acquired, processing the job...
[2026-09-11 07:32:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 07:32:02] Production.INFO: ==25937== Releasing lock...
[2026-09-11 07:32:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 07:32:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 07:32:03] Production.INFO: ==25941== Lock acquired, processing the job...
[2026-09-11 07:32:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 07:32:03] Production.INFO: ==25943== Lock acquired, processing the job...
[2026-09-11 07:32:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 07:32:03] Production.INFO: ==25945== Lock acquired, processing the job...
[2026-09-11 07:32:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 07:32:03] Production.INFO: ==25947== Lock acquired, processing the job...
[2026-09-11 07:32:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 07:32:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 07:32:03] Production.INFO: ==25949== Lock acquired, processing the job...
[2026-09-11 07:32:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 07:32:03] Production.INFO: Account Balance Start.
[2026-09-11 07:32:03] Production.INFO: CreateAllLog Start
[2026-09-11 07:32:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 07:32:04] Production.INFO: 117
[2026-09-11 07:32:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 07:32:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 07:32:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 07:32:04] Production.INFO: Date 2026-09-08
[2026-09-11 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-09-11 07:32:04] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 07:32:04] Production.INFO: ==25949== Releasing lock...
[2026-09-11 07:32:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 07:32:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 07:32:04] Production.INFO: Date 2026-09-09
[2026-09-11 07:32:04] Production.INFO: Reseller ==> 0
[2026-09-11 07:32:04] Production.INFO: Date 2026-09-10
[2026-09-11 07:32:04] Production.INFO: Reseller ==> 0
[2026-09-11 07:32:04] Production.INFO: Date 2026-09-11
[2026-09-11 07:32:04] Production.INFO: Reseller ==> 0
[2026-09-11 07:32:04] Production.INFO: Total Charge 0
[2026-09-11 07:32:04] Production.INFO: CreateAllLog End
[2026-09-11 07:32:04] Production.INFO: Account Balance End.
[2026-09-11 07:32:04] Production.ERROR: CronJobId end 12
[2026-09-11 07:32:04] Production.INFO: ==25947== Releasing lock...
[2026-09-11 07:32:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 07:32:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 07:32:04] Production.INFO: ==25943== Releasing lock...
[2026-09-11 07:32:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 07:32:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 07:32:12] Production.ERROR: CronJobId end10
[2026-09-11 07:32:12] Production.INFO: ==25945== Releasing lock...
[2026-09-11 07:32:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 07:32:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 07:32:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 07:32:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 07:32:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 07:32:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 07:32:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 07:32:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 07:32:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 07:32:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 07:32:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 07:32:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 07:32:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 07:32:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 07:32:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 07:32:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 07:32:14] Production.INFO: call_cost start
[2026-09-11 07:32:14] Production.INFO: call_cost end
[2026-09-11 07:32:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 07:32:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 07:32:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 07:32:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 07:32:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 07:32:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 07:32:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 07:32:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 07:32:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 07:32:15] Production.INFO: ==25941== Releasing lock...
[2026-09-11 07:32:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 07:32:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 12:33:01] Production.INFO: ==26022== Lock acquired, processing the job...
[2026-09-11 12:33:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 12:33:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 12:33:01] Production.INFO: neon service started
[2026-09-11 12:33:01] Production.INFO: neon service started
[2026-09-11 12:33:01] Production.INFO: ==26022== Releasing lock...
[2026-09-11 12:33:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 12:33:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 07:33:01] Production.INFO: ==26024== Lock acquired, processing the job...
[2026-09-11 07:33:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 07:33:02] Production.INFO: ==26024== Releasing lock...
[2026-09-11 07:33:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 07:33:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 11:33:02] Production.INFO: ==26026== Lock acquired, processing the job...
[2026-09-11 11:33:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 11:33:02] Production.INFO: ==26026== Releasing lock...
[2026-09-11 11:33:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 11:33:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 07:33:03] Production.INFO: ==26029== Lock acquired, processing the job...
[2026-09-11 07:33:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 07:33:03] Production.INFO: ==26031== Lock acquired, processing the job...
[2026-09-11 07:33:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 07:33:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 07:33:03] Production.INFO: ==26033== Lock acquired, processing the job...
[2026-09-11 07:33:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 07:33:03] Production.INFO: ==26035== Lock acquired, processing the job...
[2026-09-11 07:33:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 07:33:03] Production.INFO: ==26037== Lock acquired, processing the job...
[2026-09-11 07:33:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 07:33:03] Production.INFO: Account Balance Start.
[2026-09-11 07:33:03] Production.INFO: CreateAllLog Start
[2026-09-11 07:33:03] Production.INFO: 117
[2026-09-11 07:33:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 07:33:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 07:33:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 07:33:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 07:33:03] Production.INFO: Date 2026-09-08
[2026-09-11 07:33:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 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-09-11 07:33:03] Production.INFO: ==26037== Releasing lock...
[2026-09-11 07:33:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 07:33:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 07:33:03] Production.INFO: Date 2026-09-09
[2026-09-11 07:33:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:33:03] Production.INFO: Date 2026-09-10
[2026-09-11 07:33:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:33:03] Production.INFO: Date 2026-09-11
[2026-09-11 07:33:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:33:03] Production.INFO: Total Charge 0
[2026-09-11 07:33:03] Production.INFO: CreateAllLog End
[2026-09-11 07:33:03] Production.INFO: Account Balance End.
[2026-09-11 07:33:03] Production.INFO: ==26031== Releasing lock...
[2026-09-11 07:33:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 07:33:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 07:33:03] Production.ERROR: CronJobId end 12
[2026-09-11 07:33:03] Production.INFO: ==26035== Releasing lock...
[2026-09-11 07:33:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 07:33:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 07:33:11] Production.ERROR: CronJobId end10
[2026-09-11 07:33:11] Production.INFO: ==26033== Releasing lock...
[2026-09-11 07:33:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 07:33:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 07:33:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 07:33:15] Production.INFO: ============== Balance Warning START===========
[2026-09-11 07:33:15] Production.INFO: ============== Balance Warning END===========
[2026-09-11 07:33:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 07:33:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 07:33:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 07:33:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 07:33:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 07:33:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 07:33:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 07:33:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 07:33:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 07:33:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 07:33:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 07:33:15] Production.INFO: call_cost start
[2026-09-11 07:33:15] Production.INFO: call_cost end
[2026-09-11 07:33:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 07:33:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 07:33:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 07:33:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 07:33:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 07:33:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 07:33:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 07:33:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 07:33:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 07:33:15] Production.INFO: ==26029== Releasing lock...
[2026-09-11 07:33:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 07:33:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 12:34:02] Production.INFO: ==26118== Lock acquired, processing the job...
[2026-09-11 12:34:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 12:34:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 12:34:02] Production.INFO: neon service started
[2026-09-11 12:34:02] Production.INFO: neon service started
[2026-09-11 12:34:02] Production.INFO: ==26118== Releasing lock...
[2026-09-11 12:34:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 12:34:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 07:34:02] Production.INFO: ==26121== Lock acquired, processing the job...
[2026-09-11 07:34:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 11:34:02] Production.INFO: ==26123== Lock acquired, processing the job...
[2026-09-11 11:34:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 11:34:02] Production.INFO: ==26123== Releasing lock...
[2026-09-11 11:34:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 11:34:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 07:34:02] Production.INFO: ==26121== Releasing lock...
[2026-09-11 07:34:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 07:34:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 07:34:03] Production.INFO: ==26125== Lock acquired, processing the job...
[2026-09-11 07:34:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 07:34:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 07:34:03] Production.INFO: ==26129== Lock acquired, processing the job...
[2026-09-11 07:34:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 07:34:03] Production.INFO: ==26131== Lock acquired, processing the job...
[2026-09-11 07:34:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 07:34:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 07:34:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 07:34:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 07:34:03] Production.INFO: ==26127== Lock acquired, processing the job...
[2026-09-11 07:34:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 07:34:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 07:34:03] Production.INFO: Account Balance Start.
[2026-09-11 07:34:03] Production.INFO: CreateAllLog Start
[2026-09-11 07:34:03] Production.INFO: 117
[2026-09-11 07:34:03] Production.INFO: Date 2026-09-08
[2026-09-11 07:34:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:34:03] Production.INFO: Date 2026-09-09
[2026-09-11 07:34:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:34:04] Production.INFO: ==26133== Lock acquired, processing the job...
[2026-09-11 07:34:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 07:34:04] Production.INFO: Date 2026-09-10
[2026-09-11 07:34:04] Production.INFO: Reseller ==> 0
[2026-09-11 07:34:04] Production.INFO: Date 2026-09-11
[2026-09-11 07:34:04] Production.INFO: Reseller ==> 0
[2026-09-11 07:34:04] Production.INFO: Total Charge 0
[2026-09-11 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-09-11 07:34:04] Production.INFO: CreateAllLog End
[2026-09-11 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-09-11 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-09-11 07:34:04] Production.INFO: ==26133== Releasing lock...
[2026-09-11 07:34:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 07:34:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 07:34:04] Production.INFO: Account Balance End.
[2026-09-11 07:34:04] Production.ERROR: CronJobId end 12
[2026-09-11 07:34:04] Production.INFO: ==26131== Releasing lock...
[2026-09-11 07:34:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 07:34:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 07:34:04] Production.INFO: ==26127== Releasing lock...
[2026-09-11 07:34:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 07:34:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 07:34:13] Production.ERROR: CronJobId end10
[2026-09-11 07:34:13] Production.INFO: ==26129== Releasing lock...
[2026-09-11 07:34:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 07:34:13] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 07:34:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 07:34:15] Production.INFO: ============== Balance Warning START===========
[2026-09-11 07:34:15] Production.INFO: ============== Balance Warning END===========
[2026-09-11 07:34:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 07:34:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 07:34:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 07:34:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 07:34:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 07:34:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 07:34:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 07:34:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 07:34:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 07:34:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 07:34:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 07:34:15] Production.INFO: call_cost start
[2026-09-11 07:34:15] Production.INFO: call_cost end
[2026-09-11 07:34:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 07:34:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 07:34:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 07:34:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 07:34:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 07:34:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 07:34:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 07:34:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 07:34:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 07:34:15] Production.INFO: ==26125== Releasing lock...
[2026-09-11 07:34:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 07:34:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 12:35:01] Production.INFO: ==26208== Lock acquired, processing the job...
[2026-09-11 12:35:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 12:35:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 12:35:01] Production.INFO: neon service started
[2026-09-11 12:35:01] Production.INFO: neon service started
[2026-09-11 12:35:01] Production.INFO: ==26208== Releasing lock...
[2026-09-11 12:35:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 12:35:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 07:35:01] Production.INFO: ==26210== Lock acquired, processing the job...
[2026-09-11 07:35:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 07:35:02] Production.INFO: ==26210== Releasing lock...
[2026-09-11 07:35:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 07:35:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 11:35:02] Production.INFO: ==26212== Lock acquired, processing the job...
[2026-09-11 11:35:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 11:35:02] Production.INFO: ==26212== Releasing lock...
[2026-09-11 11:35:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 11:35:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 07:35:03] Production.INFO: ==26214== Lock acquired, processing the job...
[2026-09-11 07:35:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-11 07:35:03] Production.ERROR: ========================== active cronjob start =============================
[2026-09-11 07:35:03] Production.INFO: ==26217== Lock acquired, processing the job...
[2026-09-11 07:35:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 07:35:03] Production.ERROR: ========================== active cronjob end =============================
[2026-09-11 07:35:03] Production.INFO: ==26214== Releasing lock...
[2026-09-11 07:35:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-11 07:35:03] Production.INFO: 25.5 MB #Memory Used#
[2026-09-11 07:35:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 07:35:03] Production.INFO: ==26221== Lock acquired, processing the job...
[2026-09-11 07:35:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 07:35:03] Production.INFO: ==26219== Lock acquired, processing the job...
[2026-09-11 07:35:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 07:35:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 07:35:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 07:35:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 07:35:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 07:35:03] Production.INFO: ==26223== Lock acquired, processing the job...
[2026-09-11 07:35:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 07:35:03] Production.INFO: ==26227== Lock acquired, processing the job...
[2026-09-11 07:35:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 07:35:03] Production.INFO: ==26225== Lock acquired, processing the job...
[2026-09-11 07:35:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-11 07:35:03] Production.INFO: Account Balance Start.
[2026-09-11 07:35:03] Production.INFO: CreateAllLog Start
[2026-09-11 07:35:03] Production.ERROR: tblTempUsageDetail_20
[2026-09-11 07:35:03] Production.INFO: 117
[2026-09-11 07:35:03] Production.INFO: Date 2026-09-08
[2026-09-11 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-09-11 07:35:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 07:35:03] Production.INFO: Date 2026-09-09
[2026-09-11 07:35:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:35:03] Production.INFO: Date 2026-09-10
[2026-09-11 07:35:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:35:03] Production.INFO: Date 2026-09-11
[2026-09-11 07:35:03] Production.INFO: ==26227== Releasing lock...
[2026-09-11 07:35:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 07:35:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 07:35:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:35:03] Production.INFO: Total Charge 0
[2026-09-11 07:35:03] Production.INFO: CreateAllLog End
[2026-09-11 07:35:04] Production.ERROR: done
[2026-09-11 07:35:04] Production.INFO: Account Balance End.
[2026-09-11 07:35:04] Production.INFO: ==26219== Releasing lock...
[2026-09-11 07:35:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 07:35:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 07:35:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-11 07:35:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17983221', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) start
[2026-09-11 07:35:04] Production.ERROR: CronJobId end 12
[2026-09-11 07:35:04] Production.INFO: ==26223== Releasing lock...
[2026-09-11 07:35:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 07:35:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 07:35:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17983221', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) end
[2026-09-11 07:35:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-11 07:35:10] Production.INFO: ProcessCDR(1,17983221,1,1,2)
[2026-09-11 07:35:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17983221,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 07:35:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17983221,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 07:35:10] Production.ERROR: pbx prc_insertCDR start
[2026-09-11 07:35:10] Production.ERROR: pbx prc_insertCDR end
[2026-09-11 07:35:11] Production.INFO: ==26225== Releasing lock...
[2026-09-11 07:35:11] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-11 07:35:11] Production.INFO: 26 MB #Memory Used#
[2026-09-11 07:35:15] Production.ERROR: CronJobId end10
[2026-09-11 07:35:15] Production.INFO: ==26221== Releasing lock...
[2026-09-11 07:35:15] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 07:35:15] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 07:35:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 07:35:16] Production.INFO: ============== Balance Warning START===========
[2026-09-11 07:35:16] Production.INFO: ============== Balance Warning END===========
[2026-09-11 07:35:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 07:35:17] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 07:35:17] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 07:35:17] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 07:35:17] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 07:35:17] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 07:35:17] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 07:35:17] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 07:35:17] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 07:35:17] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 07:35:17] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 07:35:17] Production.INFO: call_cost start
[2026-09-11 07:35:17] Production.INFO: call_cost end
[2026-09-11 07:35:17] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 07:35:17] Production.INFO: ============== Report Schedule START===========
[2026-09-11 07:35:17] Production.INFO: ============== Report Schedule END===========
[2026-09-11 07:35:17] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 07:35:17] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 07:35:17] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 07:35:17] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 07:35:17] Production.INFO: ============== Deal alert START===========
[2026-09-11 07:35:17] Production.INFO: ============== Deal alert END===========
[2026-09-11 07:35:17] Production.INFO: ==26217== Releasing lock...
[2026-09-11 07:35:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 07:35:17] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 12:36:01] Production.INFO: ==26315== Lock acquired, processing the job...
[2026-09-11 12:36:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 12:36:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 12:36:01] Production.INFO: neon service started
[2026-09-11 12:36:02] Production.INFO: neon service started
[2026-09-11 12:36:02] Production.INFO: ==26315== Releasing lock...
[2026-09-11 12:36:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 12:36:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 07:36:02] Production.INFO: ==26317== Lock acquired, processing the job...
[2026-09-11 07:36:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 11:36:02] Production.INFO: ==26319== Lock acquired, processing the job...
[2026-09-11 11:36:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 11:36:02] Production.INFO: ==26319== Releasing lock...
[2026-09-11 11:36:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 11:36:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 07:36:02] Production.INFO: ==26317== Releasing lock...
[2026-09-11 07:36:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 07:36:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 07:36:03] Production.INFO: ==26326== Lock acquired, processing the job...
[2026-09-11 07:36:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 07:36:03] Production.INFO: ==26321== Lock acquired, processing the job...
[2026-09-11 07:36:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 07:36:03] Production.INFO: ==26324== Lock acquired, processing the job...
[2026-09-11 07:36:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 07:36:03] Production.INFO: ==26328== Lock acquired, processing the job...
[2026-09-11 07:36:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 07:36:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 07:36:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 07:36:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 07:36:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 07:36:03] Production.INFO: ==26330== Lock acquired, processing the job...
[2026-09-11 07:36:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 07:36:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 07:36:03] Production.INFO: Account Balance Start.
[2026-09-11 07:36:03] Production.INFO: CreateAllLog Start
[2026-09-11 07:36:03] Production.INFO: 117
[2026-09-11 07:36:03] Production.INFO: Date 2026-09-08
[2026-09-11 07:36:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 07: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-09-11 07:36:04] Production.INFO: Date 2026-09-09
[2026-09-11 07:36:04] Production.INFO: Reseller ==> 0
[2026-09-11 07:36:04] Production.INFO: Date 2026-09-10
[2026-09-11 07:36:04] Production.INFO: Reseller ==> 0
[2026-09-11 07: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-09-11 07:36:04] Production.INFO: ==26330== Releasing lock...
[2026-09-11 07:36:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 07:36:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 07:36:04] Production.INFO: Date 2026-09-11
[2026-09-11 07:36:04] Production.INFO: Reseller ==> 0
[2026-09-11 07:36:04] Production.INFO: Total Charge 0
[2026-09-11 07:36:04] Production.INFO: CreateAllLog End
[2026-09-11 07:36:04] Production.INFO: Account Balance End.
[2026-09-11 07:36:04] Production.ERROR: CronJobId end 12
[2026-09-11 07:36:04] Production.INFO: ==26328== Releasing lock...
[2026-09-11 07:36:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 07:36:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 07:36:04] Production.INFO: ==26324== Releasing lock...
[2026-09-11 07:36:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 07:36:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 07:36:12] Production.ERROR: CronJobId end10
[2026-09-11 07:36:12] Production.INFO: ==26326== Releasing lock...
[2026-09-11 07:36:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 07:36:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 07:36:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 07:36:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 07:36:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 07:36:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 07:36:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 07:36:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 07:36:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 07:36:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 07:36:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 07:36:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 07:36:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 07:36:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 07:36:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 07:36:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 07:36:15] Production.INFO: call_cost start
[2026-09-11 07:36:15] Production.INFO: call_cost end
[2026-09-11 07:36:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 07:36:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 07:36:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 07:36:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 07:36:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 07:36:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 07:36:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 07:36:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 07:36:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 07:36:15] Production.INFO: ==26321== Releasing lock...
[2026-09-11 07:36:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 07:36:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 12:37:01] Production.INFO: ==26411== Lock acquired, processing the job...
[2026-09-11 12:37:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 12:37:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 12:37:01] Production.INFO: neon service started
[2026-09-11 12:37:01] Production.INFO: neon service started
[2026-09-11 12:37:01] Production.INFO: ==26411== Releasing lock...
[2026-09-11 12:37:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 12:37:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 11:37:01] Production.INFO: ==26415== Lock acquired, processing the job...
[2026-09-11 11:37:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 11:37:01] Production.INFO: ==26415== Releasing lock...
[2026-09-11 11:37:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 11:37:01] Production.INFO: 25 MB #Memory Used#
[2026-09-11 07:37:01] Production.INFO: ==26413== Lock acquired, processing the job...
[2026-09-11 07:37:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 07:37:02] Production.INFO: ==26413== Releasing lock...
[2026-09-11 07:37:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 07:37:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 07:37:02] Production.INFO: ==26418== Lock acquired, processing the job...
[2026-09-11 07:37:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 07:37:03] Production.INFO: ==26420== Lock acquired, processing the job...
[2026-09-11 07:37:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 07:37:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 07:37:03] Production.INFO: ==26422== Lock acquired, processing the job...
[2026-09-11 07:37:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 07:37:03] Production.INFO: ==26426== Lock acquired, processing the job...
[2026-09-11 07:37:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 07:37:03] Production.INFO: ==26424== Lock acquired, processing the job...
[2026-09-11 07:37:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 07:37:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 07:37:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 07:37:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 07:37:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 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-09-11 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-09-11 07:37:03] Production.INFO: Account Balance Start.
[2026-09-11 07:37:03] Production.INFO: CreateAllLog Start
[2026-09-11 07:37:03] Production.INFO: 117
[2026-09-11 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-09-11 07:37:03] Production.INFO: Date 2026-09-08
[2026-09-11 07:37:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:37:03] Production.INFO: ==26426== Releasing lock...
[2026-09-11 07:37:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 07:37:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 07:37:03] Production.INFO: Date 2026-09-09
[2026-09-11 07:37:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:37:03] Production.INFO: Date 2026-09-10
[2026-09-11 07:37:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:37:03] Production.INFO: Date 2026-09-11
[2026-09-11 07:37:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:37:03] Production.INFO: Total Charge 0
[2026-09-11 07:37:03] Production.INFO: CreateAllLog End
[2026-09-11 07:37:04] Production.INFO: ==26420== Releasing lock...
[2026-09-11 07:37:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 07:37:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 07:37:04] Production.INFO: Account Balance End.
[2026-09-11 07:37:04] Production.ERROR: CronJobId end 12
[2026-09-11 07:37:04] Production.INFO: ==26424== Releasing lock...
[2026-09-11 07:37:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 07:37:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 07:37:12] Production.ERROR: CronJobId end10
[2026-09-11 07:37:12] Production.INFO: ==26422== Releasing lock...
[2026-09-11 07:37:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 07:37:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 07:37:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 07:37:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 07:37:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 07:37:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 07:37:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 07:37:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 07:37:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 07:37:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 07:37:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 07:37:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 07:37:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 07:37:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 07:37:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 07:37:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 07:37:14] Production.INFO: call_cost start
[2026-09-11 07:37:14] Production.INFO: call_cost end
[2026-09-11 07:37:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 07:37:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 07:37:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 07:37:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 07:37:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 07:37:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 07:37:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 07:37:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 07:37:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 07:37:14] Production.INFO: ==26418== Releasing lock...
[2026-09-11 07:37:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 07:37:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 12:38:01] Production.INFO: ==26519== Lock acquired, processing the job...
[2026-09-11 12:38:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 12:38:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 12:38:01] Production.INFO: neon service started
[2026-09-11 12:38:01] Production.INFO: neon service started
[2026-09-11 12:38:01] Production.INFO: ==26519== Releasing lock...
[2026-09-11 12:38:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 12:38:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 07:38:02] Production.INFO: ==26521== Lock acquired, processing the job...
[2026-09-11 07:38:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 07:38:02] Production.INFO: ==26521== Releasing lock...
[2026-09-11 07:38:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 07:38:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 11:38:02] Production.INFO: ==26523== Lock acquired, processing the job...
[2026-09-11 11:38:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 11:38:02] Production.INFO: ==26523== Releasing lock...
[2026-09-11 11:38:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 11:38:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 07:38:03] Production.INFO: ==26527== Lock acquired, processing the job...
[2026-09-11 07:38:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 07:38:03] Production.INFO: ==26525== Lock acquired, processing the job...
[2026-09-11 07:38:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 07:38:03] Production.INFO: ==26531== Lock acquired, processing the job...
[2026-09-11 07:38:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 07:38:03] Production.INFO: ==26529== Lock acquired, processing the job...
[2026-09-11 07:38:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 07:38:03] Production.INFO: ==26533== Lock acquired, processing the job...
[2026-09-11 07:38:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 07:38:03] Production.INFO: Account Balance Start.
[2026-09-11 07:38:03] Production.INFO: CreateAllLog Start
[2026-09-11 07:38:03] Production.INFO: 117
[2026-09-11 07:38:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 07:38:03] Production.INFO: Date 2026-09-08
[2026-09-11 07:38:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 07:38:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 07:38:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 07:38:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 07:38:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:38:03] Production.INFO: Date 2026-09-09
[2026-09-11 07:38:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 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-09-11 07:38:03] Production.INFO: ==26533== Releasing lock...
[2026-09-11 07:38:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 07:38:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 07:38:03] Production.INFO: Date 2026-09-10
[2026-09-11 07:38:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:38:03] Production.INFO: Date 2026-09-11
[2026-09-11 07:38:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:38:03] Production.INFO: Total Charge 0
[2026-09-11 07:38:03] Production.INFO: CreateAllLog End
[2026-09-11 07:38:03] Production.INFO: Account Balance End.
[2026-09-11 07:38:04] Production.ERROR: CronJobId end 12
[2026-09-11 07:38:04] Production.INFO: ==26531== Releasing lock...
[2026-09-11 07:38:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 07:38:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 07:38:04] Production.INFO: ==26527== Releasing lock...
[2026-09-11 07:38:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 07:38:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 07:38:12] Production.ERROR: CronJobId end10
[2026-09-11 07:38:12] Production.INFO: ==26529== Releasing lock...
[2026-09-11 07:38:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 07:38:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 07:38:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 07:38:15] Production.INFO: ============== Balance Warning START===========
[2026-09-11 07:38:15] Production.INFO: ============== Balance Warning END===========
[2026-09-11 07:38:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 07:38:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 07:38:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 07:38:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 07:38:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 07:38:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 07:38:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 07:38:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 07:38:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 07:38:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 07:38:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 07:38:15] Production.INFO: call_cost start
[2026-09-11 07:38:15] Production.INFO: call_cost end
[2026-09-11 07:38:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 07:38:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 07:38:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 07:38:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 07:38:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 07:38:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 07:38:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 07:38:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 07:38:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 07:38:15] Production.INFO: ==26525== Releasing lock...
[2026-09-11 07:38:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 07:38:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 12:39:02] Production.INFO: ==26621== Lock acquired, processing the job...
[2026-09-11 12:39:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 12:39:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 12:39:02] Production.INFO: neon service started
[2026-09-11 12:39:02] Production.INFO: neon service started
[2026-09-11 12:39:02] Production.INFO: ==26621== Releasing lock...
[2026-09-11 12:39:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 12:39:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 11:39:02] Production.INFO: ==26625== Lock acquired, processing the job...
[2026-09-11 11:39:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 11:39:02] Production.INFO: ==26625== Releasing lock...
[2026-09-11 11:39:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 11:39:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 07:39:02] Production.INFO: ==26623== Lock acquired, processing the job...
[2026-09-11 07:39:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 07:39:03] Production.INFO: ==26623== Releasing lock...
[2026-09-11 07:39:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 07:39:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 07:39:03] Production.INFO: ==26631== Lock acquired, processing the job...
[2026-09-11 07:39:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 07:39:03] Production.INFO: ==26627== Lock acquired, processing the job...
[2026-09-11 07:39:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 07:39:03] Production.INFO: ==26629== Lock acquired, processing the job...
[2026-09-11 07:39:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 07:39:03] Production.INFO: ==26634== Lock acquired, processing the job...
[2026-09-11 07:39:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 07:39:04] Production.INFO: ==26636== Lock acquired, processing the job...
[2026-09-11 07:39:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 07:39:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 07:39:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 07:39:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 07:39:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 07:39:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 07:39:04] Production.INFO: Account Balance Start.
[2026-09-11 07:39:04] Production.INFO: CreateAllLog Start
[2026-09-11 07:39:04] Production.INFO: 117
[2026-09-11 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-09-11 07:39:04] Production.INFO: Date 2026-09-08
[2026-09-11 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-09-11 07:39:04] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 07:39:04] Production.INFO: ==26636== Releasing lock...
[2026-09-11 07:39:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 07:39:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 07:39:04] Production.INFO: Date 2026-09-09
[2026-09-11 07:39:04] Production.INFO: Reseller ==> 0
[2026-09-11 07:39:04] Production.INFO: Date 2026-09-10
[2026-09-11 07:39:04] Production.INFO: Reseller ==> 0
[2026-09-11 07:39:04] Production.INFO: Date 2026-09-11
[2026-09-11 07:39:04] Production.INFO: Reseller ==> 0
[2026-09-11 07:39:04] Production.INFO: Total Charge 0
[2026-09-11 07:39:04] Production.INFO: CreateAllLog End
[2026-09-11 07:39:04] Production.INFO: ==26629== Releasing lock...
[2026-09-11 07:39:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 07:39:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 07:39:05] Production.INFO: Account Balance End.
[2026-09-11 07:39:05] Production.ERROR: CronJobId end 12
[2026-09-11 07:39:05] Production.INFO: ==26634== Releasing lock...
[2026-09-11 07:39:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 07:39:05] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 07:39:12] Production.ERROR: CronJobId end10
[2026-09-11 07:39:12] Production.INFO: ==26631== Releasing lock...
[2026-09-11 07:39:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 07:39:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 07:39:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 07:39:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 07:39:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 07:39:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 07:39:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 07:39:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 07:39:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 07:39:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 07:39:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 07:39:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 07:39:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 07:39:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 07:39:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 07:39:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 07:39:15] Production.INFO: call_cost start
[2026-09-11 07:39:15] Production.INFO: call_cost end
[2026-09-11 07:39:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 07:39:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 07:39:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 07:39:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 07:39:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 07:39:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 07:39:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 07:39:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 07:39:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 07:39:15] Production.INFO: ==26627== Releasing lock...
[2026-09-11 07:39:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 07:39:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 12:40:01] Production.INFO: ==26713== Lock acquired, processing the job...
[2026-09-11 12:40:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 12:40:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 12:40:01] Production.INFO: neon service started
[2026-09-11 12:40:01] Production.INFO: neon service started
[2026-09-11 12:40:01] Production.INFO: ==26713== Releasing lock...
[2026-09-11 12:40:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 12:40:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 07:40:02] Production.INFO: ==26715== Lock acquired, processing the job...
[2026-09-11 07:40:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 07:40:02] Production.INFO: ==26715== Releasing lock...
[2026-09-11 07:40:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 07:40:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 11:40:02] Production.INFO: ==26717== Lock acquired, processing the job...
[2026-09-11 11:40:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 11:40:02] Production.INFO: ==26717== Releasing lock...
[2026-09-11 11:40:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 11:40:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 07:40:03] Production.INFO: ==26722== Lock acquired, processing the job...
[2026-09-11 07:40:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 07:40:03] Production.INFO: ==26726== Lock acquired, processing the job...
[2026-09-11 07:40:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 07:40:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 07:40:03] Production.INFO: ==26728== Lock acquired, processing the job...
[2026-09-11 07:40:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 07:40:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 07:40:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 07:40:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 07:40:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 07:40:03] Production.INFO: ==26724== Lock acquired, processing the job...
[2026-09-11 07:40:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 07:40:03] Production.INFO: Account Balance Start.
[2026-09-11 07:40:03] Production.INFO: CreateAllLog Start
[2026-09-11 07:40:03] Production.INFO: 117
[2026-09-11 07:40:03] Production.INFO: Date 2026-09-08
[2026-09-11 07:40:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:40:03] Production.INFO: Date 2026-09-09
[2026-09-11 07:40:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:40:03] Production.INFO: ==26730== Lock acquired, processing the job...
[2026-09-11 07:40:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 07:40:03] Production.INFO: Date 2026-09-10
[2026-09-11 07:40:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:40:03] Production.INFO: Date 2026-09-11
[2026-09-11 07:40:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 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-09-11 07:40:03] Production.INFO: Total Charge 0
[2026-09-11 07:40:03] Production.INFO: ==26730== Releasing lock...
[2026-09-11 07:40:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 07:40:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 07:40:03] Production.INFO: CreateAllLog End
[2026-09-11 07:40:03] Production.INFO: Account Balance End.
[2026-09-11 07:40:03] Production.ERROR: CronJobId end 12
[2026-09-11 07:40:03] Production.INFO: ==26728== Releasing lock...
[2026-09-11 07:40:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 07:40:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 07:40:04] Production.INFO: ==26724== Releasing lock...
[2026-09-11 07:40:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 07:40:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 07:40:11] Production.ERROR: CronJobId end10
[2026-09-11 07:40:11] Production.INFO: ==26726== Releasing lock...
[2026-09-11 07:40:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 07:40:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 07:40:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 07:40:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 07:40:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 07:40:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 07:40:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 07:40:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 07:40:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 07:40:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 07:40:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 07:40:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 07:40:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 07:40:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 07:40:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 07:40:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 07:40:15] Production.INFO: call_cost start
[2026-09-11 07:40:15] Production.INFO: call_cost end
[2026-09-11 07:40:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 07:40:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 07:40:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 07:40:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 07:40:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 07:40:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 07:40:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 07:40:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 07:40:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 07:40:15] Production.INFO: ==26722== Releasing lock...
[2026-09-11 07:40:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 07:40:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 12:41:02] Production.INFO: ==26807== Lock acquired, processing the job...
[2026-09-11 12:41:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 12:41:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 12:41:02] Production.INFO: neon service started
[2026-09-11 12:41:02] Production.INFO: neon service started
[2026-09-11 12:41:02] Production.INFO: ==26807== Releasing lock...
[2026-09-11 12:41:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 12:41:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 11:41:02] Production.INFO: ==26811== Lock acquired, processing the job...
[2026-09-11 11:41:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 11:41:02] Production.INFO: ==26811== Releasing lock...
[2026-09-11 11:41:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 11:41:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 07:41:02] Production.INFO: ==26809== Lock acquired, processing the job...
[2026-09-11 07:41:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 07:41:02] Production.INFO: ==26809== Releasing lock...
[2026-09-11 07:41:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 07:41:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 07:41:03] Production.INFO: ==26813== Lock acquired, processing the job...
[2026-09-11 07:41:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 07:41:03] Production.INFO: ==26815== Lock acquired, processing the job...
[2026-09-11 07:41:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 07:41:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 07:41:03] Production.INFO: ==26820== Lock acquired, processing the job...
[2026-09-11 07:41:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 07:41:03] Production.INFO: ==26817== Lock acquired, processing the job...
[2026-09-11 07:41:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 07:41:03] Production.INFO: Account Balance Start.
[2026-09-11 07:41:03] Production.INFO: CreateAllLog Start
[2026-09-11 07:41:03] Production.INFO: 117
[2026-09-11 07:41:03] Production.INFO: Date 2026-09-08
[2026-09-11 07:41:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:41:03] Production.INFO: ==26822== Lock acquired, processing the job...
[2026-09-11 07:41:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 07:41:03] Production.INFO: Date 2026-09-09
[2026-09-11 07:41:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 07:41:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 07:41:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 07:41:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 07:41:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:41:03] Production.INFO: Date 2026-09-10
[2026-09-11 07:41:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:41:03] Production.INFO: Date 2026-09-11
[2026-09-11 07:41:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:41:03] Production.INFO: Total Charge 0
[2026-09-11 07:41:04] Production.INFO: CreateAllLog End
[2026-09-11 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-09-11 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-09-11 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-09-11 07:41:04] Production.INFO: ==26822== Releasing lock...
[2026-09-11 07:41:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 07:41:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 07:41:04] Production.INFO: Account Balance End.
[2026-09-11 07:41:04] Production.ERROR: CronJobId end 12
[2026-09-11 07:41:04] Production.INFO: ==26820== Releasing lock...
[2026-09-11 07:41:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 07:41:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 07:41:04] Production.INFO: ==26815== Releasing lock...
[2026-09-11 07:41:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 07:41:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 07:41:11] Production.ERROR: CronJobId end10
[2026-09-11 07:41:11] Production.INFO: ==26817== Releasing lock...
[2026-09-11 07:41:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 07:41:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 07:41:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 07:41:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 07:41:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 07:41:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 07:41:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 07:41:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 07:41:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 07:41:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 07:41:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 07:41:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 07:41:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 07:41:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 07:41:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 07:41:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 07:41:15] Production.INFO: call_cost start
[2026-09-11 07:41:15] Production.INFO: call_cost end
[2026-09-11 07:41:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 07:41:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 07:41:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 07:41:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 07:41:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 07:41:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 07:41:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 07:41:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 07:41:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 07:41:15] Production.INFO: ==26813== Releasing lock...
[2026-09-11 07:41:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 07:41:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 12:42:01] Production.INFO: ==26902== Lock acquired, processing the job...
[2026-09-11 12:42:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 12:42:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 12:42:01] Production.INFO: neon service started
[2026-09-11 12:42:01] Production.INFO: neon service started
[2026-09-11 12:42:01] Production.INFO: ==26902== Releasing lock...
[2026-09-11 12:42:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 12:42:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 07:42:02] Production.INFO: ==26904== Lock acquired, processing the job...
[2026-09-11 07:42:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 11:42:02] Production.INFO: ==26906== Lock acquired, processing the job...
[2026-09-11 11:42:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 11:42:02] Production.INFO: ==26906== Releasing lock...
[2026-09-11 11:42:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 11:42:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 07:42:02] Production.INFO: ==26904== Releasing lock...
[2026-09-11 07:42:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 07:42:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 07:42:03] Production.INFO: ==26915== Lock acquired, processing the job...
[2026-09-11 07:42:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 07:42:03] Production.INFO: Account Balance Start.
[2026-09-11 07:42:03] Production.INFO: CreateAllLog Start
[2026-09-11 07:42:03] Production.INFO: 117
[2026-09-11 07:42:03] Production.INFO: Date 2026-09-08
[2026-09-11 07:42:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:42:03] Production.INFO: Date 2026-09-09
[2026-09-11 07:42:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:42:03] Production.INFO: Date 2026-09-10
[2026-09-11 07:42:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:42:03] Production.INFO: Date 2026-09-11
[2026-09-11 07:42:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:42:03] Production.INFO: Total Charge 0
[2026-09-11 07:42:03] Production.INFO: CreateAllLog End
[2026-09-11 07:42:03] Production.INFO: ==26909== Lock acquired, processing the job...
[2026-09-11 07:42:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 07:42:03] Production.INFO: Account Balance End.
[2026-09-11 07:42:03] Production.ERROR: CronJobId end 12
[2026-09-11 07:42:03] Production.INFO: ==26915== Releasing lock...
[2026-09-11 07:42:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 07:42:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 07:42:03] Production.INFO: ==26911== Lock acquired, processing the job...
[2026-09-11 07:42:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 07:42:03] Production.INFO: ==26913== Lock acquired, processing the job...
[2026-09-11 07:42:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 07:42:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 07:42:03] Production.INFO: ==26917== Lock acquired, processing the job...
[2026-09-11 07:42:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 07:42:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 07:42:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 07:42:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 07:42:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 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-09-11 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-09-11 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-09-11 07:42:03] Production.INFO: ==26917== Releasing lock...
[2026-09-11 07:42:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 07:42:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 07:42:04] Production.INFO: ==26911== Releasing lock...
[2026-09-11 07:42:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 07:42:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 07:42:12] Production.ERROR: CronJobId end10
[2026-09-11 07:42:12] Production.INFO: ==26913== Releasing lock...
[2026-09-11 07:42:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 07:42:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 07:42:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 07:42:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 07:42:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 07:42:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 07:42:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 07:42:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 07:42:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 07:42:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 07:42:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 07:42:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 07:42:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 07:42:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 07:42:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 07:42:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 07:42:14] Production.INFO: call_cost start
[2026-09-11 07:42:14] Production.INFO: call_cost end
[2026-09-11 07:42:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 07:42:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 07:42:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 07:42:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 07:42:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 07:42:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 07:42:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 07:42:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 07:42:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 07:42:14] Production.INFO: ==26909== Releasing lock...
[2026-09-11 07:42:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 07:42:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 12:43:02] Production.INFO: ==27000== Lock acquired, processing the job...
[2026-09-11 12:43:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 12:43:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 12:43:02] Production.INFO: neon service started
[2026-09-11 12:43:02] Production.INFO: neon service started
[2026-09-11 12:43:02] Production.INFO: ==27000== Releasing lock...
[2026-09-11 12:43:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 12:43:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 07:43:02] Production.INFO: ==27002== Lock acquired, processing the job...
[2026-09-11 07:43:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 07:43:02] Production.INFO: ==27002== Releasing lock...
[2026-09-11 07:43:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 07:43:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 11:43:02] Production.INFO: ==27004== Lock acquired, processing the job...
[2026-09-11 11:43:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 11:43:02] Production.INFO: ==27004== Releasing lock...
[2026-09-11 11:43:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 11:43:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 07:43:03] Production.INFO: ==27006== Lock acquired, processing the job...
[2026-09-11 07:43:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 07:43:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 07:43:03] Production.INFO: ==27010== Lock acquired, processing the job...
[2026-09-11 07:43:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 07:43:03] Production.INFO: ==27012== Lock acquired, processing the job...
[2026-09-11 07:43:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 07:43:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 07:43:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 07:43:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 07:43:03] Production.INFO: Account Balance Start.
[2026-09-11 07:43:03] Production.INFO: CreateAllLog Start
[2026-09-11 07:43:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 07:43:03] Production.INFO: 117
[2026-09-11 07:43:03] Production.INFO: Date 2026-09-08
[2026-09-11 07:43:03] Production.INFO: ==27008== Lock acquired, processing the job...
[2026-09-11 07:43:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 07:43:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:43:03] Production.INFO: Date 2026-09-09
[2026-09-11 07:43:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:43:03] Production.INFO: Date 2026-09-10
[2026-09-11 07:43:03] Production.INFO: ==27014== Lock acquired, processing the job...
[2026-09-11 07:43:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 07:43:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:43:03] Production.INFO: Date 2026-09-11
[2026-09-11 07:43:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 07:43:03] Production.INFO: Total Charge 0
[2026-09-11 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-09-11 07:43:03] Production.INFO: CreateAllLog End
[2026-09-11 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-09-11 07:43:03] Production.INFO: ==27014== Releasing lock...
[2026-09-11 07:43:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 07:43:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 07:43:04] Production.INFO: Account Balance End.
[2026-09-11 07:43:04] Production.ERROR: CronJobId end 12
[2026-09-11 07:43:04] Production.INFO: ==27012== Releasing lock...
[2026-09-11 07:43:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 07:43:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 07:43:04] Production.INFO: ==27008== Releasing lock...
[2026-09-11 07:43:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 07:43:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 07:43:13] Production.ERROR: CronJobId end10
[2026-09-11 07:43:13] Production.INFO: ==27010== Releasing lock...
[2026-09-11 07:43:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 07:43:13] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 07:43:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 07:43:15] Production.INFO: ============== Balance Warning START===========
[2026-09-11 07:43:15] Production.INFO: ============== Balance Warning END===========
[2026-09-11 07:43:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 07:43:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 07:43:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 07:43:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 07:43:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 07:43:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 07:43:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 07:43:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 07:43:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 07:43:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 07:43:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 07:43:15] Production.INFO: call_cost start
[2026-09-11 07:43:15] Production.INFO: call_cost end
[2026-09-11 07:43:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 07:43:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 07:43:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 07:43:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 07:43:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 07:43:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 07:43:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 07:43:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 07:43:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 07:43:15] Production.INFO: ==27006== Releasing lock...
[2026-09-11 07:43:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 07:43:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 12:44:01] Production.INFO: ==27105== Lock acquired, processing the job...
[2026-09-11 12:44:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 12:44:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 12:44:01] Production.INFO: neon service started
[2026-09-11 12:44:01] Production.INFO: neon service started
[2026-09-11 12:44:01] Production.INFO: ==27105== Releasing lock...
[2026-09-11 12:44:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 12:44:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 11:44:01] Production.INFO: ==27109== Lock acquired, processing the job...
[2026-09-11 11:44:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 11:44:01] Production.INFO: ==27109== Releasing lock...
[2026-09-11 11:44:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 11:44:01] Production.INFO: 25 MB #Memory Used#
[2026-09-11 07:44:02] Production.INFO: ==27107== Lock acquired, processing the job...
[2026-09-11 07:44:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 07:44:02] Production.INFO: ==27107== Releasing lock...
[2026-09-11 07:44:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 07:44:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 07:44:02] Production.INFO: ==27113== Lock acquired, processing the job...
[2026-09-11 07:44:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 07:44:03] Production.INFO: ==27111== Lock acquired, processing the job...
[2026-09-11 07:44:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 07:44:03] Production.INFO: ==27115== Lock acquired, processing the job...
[2026-09-11 07:44:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 07:44:03] Production.INFO: ==27119== Lock acquired, processing the job...
[2026-09-11 07:44:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 07:44:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 07:44:03] Production.INFO: ==27117== Lock acquired, processing the job...
[2026-09-11 07:44:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 07:44:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 07:44:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 07:44:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 07:44:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 07:44:03] Production.INFO: Account Balance Start.
[2026-09-11 07:44:03] Production.INFO: CreateAllLog Start
[2026-09-11 07:44:03] Production.INFO: 117
[2026-09-11 07:44:03] Production.INFO: Date 2026-09-08
[2026-09-11 07:44:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:44:03] Production.INFO: Date 2026-09-09
[2026-09-11 07:44:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 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-09-11 07:44:03] Production.INFO: ==27119== Releasing lock...
[2026-09-11 07:44:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 07:44:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 07:44:03] Production.INFO: Date 2026-09-10
[2026-09-11 07:44:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:44:03] Production.INFO: Date 2026-09-11
[2026-09-11 07:44:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:44:03] Production.INFO: Total Charge 0
[2026-09-11 07:44:03] Production.INFO: CreateAllLog End
[2026-09-11 07:44:03] Production.INFO: Account Balance End.
[2026-09-11 07:44:03] Production.ERROR: CronJobId end 12
[2026-09-11 07:44:03] Production.INFO: ==27117== Releasing lock...
[2026-09-11 07:44:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 07:44:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 07:44:04] Production.INFO: ==27113== Releasing lock...
[2026-09-11 07:44:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 07:44:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 07:44:11] Production.ERROR: CronJobId end10
[2026-09-11 07:44:11] Production.INFO: ==27115== Releasing lock...
[2026-09-11 07:44:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 07:44:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 07:44:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 07:44:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 07:44:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 07:44:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 07:44:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 07:44:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 07:44:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 07:44:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 07:44:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 07:44:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 07:44:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 07:44:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 07:44:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 07:44:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 07:44:14] Production.INFO: call_cost start
[2026-09-11 07:44:14] Production.INFO: call_cost end
[2026-09-11 07:44:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 07:44:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 07:44:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 07:44:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 07:44:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 07:44:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 07:44:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 07:44:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 07:44:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 07:44:14] Production.INFO: ==27111== Releasing lock...
[2026-09-11 07:44:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 07:44:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 12:45:01] Production.INFO: ==27211== Lock acquired, processing the job...
[2026-09-11 12:45:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 12:45:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 12:45:01] Production.INFO: neon service started
[2026-09-11 12:45:01] Production.INFO: neon service started
[2026-09-11 12:45:01] Production.INFO: ==27211== Releasing lock...
[2026-09-11 12:45:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 12:45:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 07:45:02] Production.INFO: ==27213== Lock acquired, processing the job...
[2026-09-11 07:45:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 07:45:02] Production.INFO: ==27213== Releasing lock...
[2026-09-11 07:45:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 07:45:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 11:45:02] Production.INFO: ==27215== Lock acquired, processing the job...
[2026-09-11 11:45:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 11:45:02] Production.INFO: ==27215== Releasing lock...
[2026-09-11 11:45:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 11:45:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 07:45:03] Production.INFO: ==27218== Lock acquired, processing the job...
[2026-09-11 07:45:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-11 07:45:03] Production.ERROR: ========================== active cronjob start =============================
[2026-09-11 07:45:03] Production.ERROR: ========================== active cronjob end =============================
[2026-09-11 07:45:03] Production.INFO: ==27218== Releasing lock...
[2026-09-11 07:45:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-11 07:45:03] Production.INFO: 25.5 MB #Memory Used#
[2026-09-11 07:45:03] Production.INFO: ==27220== Lock acquired, processing the job...
[2026-09-11 07:45:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 07:45:03] Production.INFO: ==27226== Lock acquired, processing the job...
[2026-09-11 07:45:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 07:45:03] Production.INFO: ==27222== Lock acquired, processing the job...
[2026-09-11 07:45:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 07:45:03] Production.INFO: ==27224== Lock acquired, processing the job...
[2026-09-11 07:45:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 07:45:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 07:45:03] Production.INFO: ==27228== Lock acquired, processing the job...
[2026-09-11 07:45:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-11 07:45:03] Production.INFO: Account Balance Start.
[2026-09-11 07:45:03] Production.INFO: CreateAllLog Start
[2026-09-11 07:45:03] Production.INFO: 117
[2026-09-11 07:45:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 07:45:03] Production.INFO: Date 2026-09-08
[2026-09-11 07:45:03] Production.INFO: ==27230== Lock acquired, processing the job...
[2026-09-11 07:45:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 07:45:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 07:45:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 07:45:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 07:45:03] Production.ERROR: tblTempUsageDetail_20
[2026-09-11 07:45:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:45:03] Production.INFO: Date 2026-09-09
[2026-09-11 07:45:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 07: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-09-11 07: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-09-11 07:45:04] Production.INFO: Date 2026-09-10
[2026-09-11 07:45:04] Production.INFO: Reseller ==> 0
[2026-09-11 07:45:04] Production.INFO: ==27230== Releasing lock...
[2026-09-11 07:45:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 07:45:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 07:45:04] Production.INFO: Date 2026-09-11
[2026-09-11 07:45:04] Production.INFO: Reseller ==> 0
[2026-09-11 07:45:04] Production.INFO: Total Charge 0
[2026-09-11 07:45:04] Production.INFO: CreateAllLog End
[2026-09-11 07:45:04] Production.ERROR: done
[2026-09-11 07:45:04] Production.INFO: Account Balance End.
[2026-09-11 07:45:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-11 07:45:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17983262', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) start
[2026-09-11 07:45:04] Production.ERROR: CronJobId end 12
[2026-09-11 07:45:04] Production.INFO: ==27226== Releasing lock...
[2026-09-11 07:45:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 07:45:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 07:45:04] Production.INFO: ==27222== Releasing lock...
[2026-09-11 07:45:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 07:45:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 07:45:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17983262', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) end
[2026-09-11 07:45:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-11 07:45:10] Production.INFO: ProcessCDR(1,17983262,1,1,2)
[2026-09-11 07:45:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17983262,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 07:45:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17983262,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 07:45:10] Production.ERROR: pbx prc_insertCDR start
[2026-09-11 07:45:10] Production.ERROR: pbx prc_insertCDR end
[2026-09-11 07:45:10] Production.INFO: ==27228== Releasing lock...
[2026-09-11 07:45:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-11 07:45:10] Production.INFO: 26 MB #Memory Used#
[2026-09-11 07:45:14] Production.ERROR: CronJobId end10
[2026-09-11 07:45:14] Production.INFO: ==27224== Releasing lock...
[2026-09-11 07:45:14] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 07:45:14] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 07:45:17] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 07:45:17] Production.INFO: ============== Balance Warning START===========
[2026-09-11 07:45:17] Production.INFO: ============== Balance Warning END===========
[2026-09-11 07:45:17] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 07:45:17] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 07:45:17] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 07:45:17] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 07:45:17] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 07:45:17] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 07:45:17] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 07:45:17] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 07:45:17] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 07:45:17] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 07:45:17] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 07:45:17] Production.INFO: call_cost start
[2026-09-11 07:45:17] Production.INFO: call_cost end
[2026-09-11 07:45:17] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 07:45:17] Production.INFO: ============== Report Schedule START===========
[2026-09-11 07:45:17] Production.INFO: ============== Report Schedule END===========
[2026-09-11 07:45:17] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 07:45:17] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 07:45:17] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 07:45:17] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 07:45:17] Production.INFO: ============== Deal alert START===========
[2026-09-11 07:45:17] Production.INFO: ============== Deal alert END===========
[2026-09-11 07:45:17] Production.INFO: ==27220== Releasing lock...
[2026-09-11 07:45:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 07:45:17] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 12:46:01] Production.INFO: ==27320== Lock acquired, processing the job...
[2026-09-11 12:46:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 12:46:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 12:46:01] Production.INFO: neon service started
[2026-09-11 12:46:01] Production.INFO: neon service started
[2026-09-11 12:46:01] Production.INFO: ==27320== Releasing lock...
[2026-09-11 12:46:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 12:46:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 11:46:01] Production.INFO: ==27324== Lock acquired, processing the job...
[2026-09-11 11:46:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 11:46:01] Production.INFO: ==27324== Releasing lock...
[2026-09-11 11:46:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 11:46:01] Production.INFO: 25 MB #Memory Used#
[2026-09-11 07:46:01] Production.INFO: ==27322== Lock acquired, processing the job...
[2026-09-11 07:46:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 07:46:02] Production.INFO: ==27322== Releasing lock...
[2026-09-11 07:46:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 07:46:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 07:46:02] Production.INFO: ==27327== Lock acquired, processing the job...
[2026-09-11 07:46:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 07:46:02] Production.INFO: ==27329== Lock acquired, processing the job...
[2026-09-11 07:46:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 07:46:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 07:46:02] Production.INFO: ==27331== Lock acquired, processing the job...
[2026-09-11 07:46:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 07:46:03] Production.INFO: ==27335== Lock acquired, processing the job...
[2026-09-11 07:46:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 07:46:03] Production.INFO: ==27333== Lock acquired, processing the job...
[2026-09-11 07:46:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 07:46:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 07:46:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 07:46:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 07:46:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 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-09-11 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-09-11 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-09-11 07:46:03] Production.INFO: Account Balance Start.
[2026-09-11 07:46:03] Production.INFO: CreateAllLog Start
[2026-09-11 07:46:03] Production.INFO: ==27335== Releasing lock...
[2026-09-11 07:46:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 07:46:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 07:46:03] Production.INFO: 117
[2026-09-11 07:46:03] Production.INFO: Date 2026-09-08
[2026-09-11 07:46:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:46:03] Production.INFO: Date 2026-09-09
[2026-09-11 07:46:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:46:03] Production.INFO: Date 2026-09-10
[2026-09-11 07:46:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:46:03] Production.INFO: Date 2026-09-11
[2026-09-11 07:46:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:46:03] Production.INFO: Total Charge 0
[2026-09-11 07:46:03] Production.INFO: CreateAllLog End
[2026-09-11 07:46:03] Production.INFO: ==27329== Releasing lock...
[2026-09-11 07:46:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 07:46:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 07:46:03] Production.INFO: Account Balance End.
[2026-09-11 07:46:03] Production.ERROR: CronJobId end 12
[2026-09-11 07:46:03] Production.INFO: ==27333== Releasing lock...
[2026-09-11 07:46:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 07:46:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 07:46:11] Production.ERROR: CronJobId end10
[2026-09-11 07:46:11] Production.INFO: ==27331== Releasing lock...
[2026-09-11 07:46:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 07:46:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 07:46:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 07:46:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 07:46:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 07:46:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 07:46:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 07:46:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 07:46:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 07:46:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 07:46:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 07:46:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 07:46:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 07:46:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 07:46:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 07:46:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 07:46:14] Production.INFO: call_cost start
[2026-09-11 07:46:14] Production.INFO: call_cost end
[2026-09-11 07:46:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 07:46:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 07:46:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 07:46:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 07:46:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 07:46:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 07:46:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 07:46:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 07:46:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 07:46:14] Production.INFO: ==27327== Releasing lock...
[2026-09-11 07:46:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 07:46:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 12:47:01] Production.INFO: ==27427== Lock acquired, processing the job...
[2026-09-11 12:47:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 12:47:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 12:47:01] Production.INFO: neon service started
[2026-09-11 12:47:01] Production.INFO: neon service started
[2026-09-11 12:47:01] Production.INFO: ==27427== Releasing lock...
[2026-09-11 12:47:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 12:47:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 07:47:02] Production.INFO: ==27430== Lock acquired, processing the job...
[2026-09-11 07:47:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 11:47:02] Production.INFO: ==27432== Lock acquired, processing the job...
[2026-09-11 11:47:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 11:47:02] Production.INFO: ==27432== Releasing lock...
[2026-09-11 11:47:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 11:47:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 07:47:02] Production.INFO: ==27430== Releasing lock...
[2026-09-11 07:47:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 07:47:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 07:47:03] Production.INFO: ==27434== Lock acquired, processing the job...
[2026-09-11 07:47:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 07:47:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 07:47:03] Production.INFO: ==27436== Lock acquired, processing the job...
[2026-09-11 07:47:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 07:47:03] Production.INFO: ==27438== Lock acquired, processing the job...
[2026-09-11 07:47:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 07:47:03] Production.INFO: ==27442== Lock acquired, processing the job...
[2026-09-11 07:47:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 07:47:03] Production.INFO: ==27440== Lock acquired, processing the job...
[2026-09-11 07:47:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 07:47:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 07:47:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 07:47:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 07:47:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 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-09-11 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-09-11 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-09-11 07:47:03] Production.INFO: ==27442== Releasing lock...
[2026-09-11 07:47:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 07:47:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 07:47:03] Production.INFO: Account Balance Start.
[2026-09-11 07:47:03] Production.INFO: CreateAllLog Start
[2026-09-11 07:47:03] Production.INFO: 117
[2026-09-11 07:47:03] Production.INFO: Date 2026-09-08
[2026-09-11 07:47:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:47:03] Production.INFO: Date 2026-09-09
[2026-09-11 07:47:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:47:03] Production.INFO: Date 2026-09-10
[2026-09-11 07:47:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:47:03] Production.INFO: Date 2026-09-11
[2026-09-11 07:47:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:47:03] Production.INFO: Total Charge 0
[2026-09-11 07:47:04] Production.INFO: CreateAllLog End
[2026-09-11 07:47:04] Production.INFO: ==27436== Releasing lock...
[2026-09-11 07:47:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 07:47:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 07:47:04] Production.INFO: Account Balance End.
[2026-09-11 07:47:04] Production.ERROR: CronJobId end 12
[2026-09-11 07:47:04] Production.INFO: ==27440== Releasing lock...
[2026-09-11 07:47:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 07:47:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 07:47:11] Production.ERROR: CronJobId end10
[2026-09-11 07:47:11] Production.INFO: ==27438== Releasing lock...
[2026-09-11 07:47:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 07:47:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 07:47:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 07:47:15] Production.INFO: ============== Balance Warning START===========
[2026-09-11 07:47:15] Production.INFO: ============== Balance Warning END===========
[2026-09-11 07:47:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 07:47:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 07:47:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 07:47:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 07:47:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 07:47:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 07:47:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 07:47:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 07:47:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 07:47:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 07:47:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 07:47:15] Production.INFO: call_cost start
[2026-09-11 07:47:15] Production.INFO: call_cost end
[2026-09-11 07:47:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 07:47:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 07:47:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 07:47:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 07:47:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 07:47:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 07:47:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 07:47:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 07:47:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 07:47:15] Production.INFO: ==27434== Releasing lock...
[2026-09-11 07:47:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 07:47:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 12:48:02] Production.INFO: ==27531== Lock acquired, processing the job...
[2026-09-11 12:48:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 12:48:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 12:48:02] Production.INFO: neon service started
[2026-09-11 12:48:02] Production.INFO: neon service started
[2026-09-11 12:48:02] Production.INFO: ==27531== Releasing lock...
[2026-09-11 12:48:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 12:48:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 07:48:02] Production.INFO: ==27533== Lock acquired, processing the job...
[2026-09-11 07:48:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 07:48:02] Production.INFO: ==27533== Releasing lock...
[2026-09-11 07:48:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 07:48:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 11:48:02] Production.INFO: ==27535== Lock acquired, processing the job...
[2026-09-11 11:48:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 11:48:03] Production.INFO: ==27535== Releasing lock...
[2026-09-11 11:48:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 11:48:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 07:48:03] Production.INFO: ==27544== Lock acquired, processing the job...
[2026-09-11 07:48:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 07:48:03] Production.INFO: ==27538== Lock acquired, processing the job...
[2026-09-11 07:48:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 07:48:03] Production.INFO: ==27540== Lock acquired, processing the job...
[2026-09-11 07:48:03] Production.INFO: ==27542== Lock acquired, processing the job...
[2026-09-11 07:48:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 07:48:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 07:48:03] Production.INFO: Account Balance Start.
[2026-09-11 07:48:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 07:48:03] Production.INFO: CreateAllLog Start
[2026-09-11 07:48:03] Production.INFO: 117
[2026-09-11 07:48:03] Production.INFO: Date 2026-09-08
[2026-09-11 07:48:03] Production.INFO: ==27546== Lock acquired, processing the job...
[2026-09-11 07:48:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 07:48:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:48:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 07:48:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 07:48:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 07:48:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 07:48:03] Production.INFO: Date 2026-09-09
[2026-09-11 07:48:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:48:03] Production.INFO: Date 2026-09-10
[2026-09-11 07:48:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 07: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-09-11 07:48:03] Production.INFO: ==27546== Releasing lock...
[2026-09-11 07:48:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 07:48:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 07:48:03] Production.INFO: Date 2026-09-11
[2026-09-11 07:48:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:48:03] Production.INFO: Total Charge 0
[2026-09-11 07:48:04] Production.INFO: CreateAllLog End
[2026-09-11 07:48:04] Production.INFO: Account Balance End.
[2026-09-11 07:48:04] Production.ERROR: CronJobId end 12
[2026-09-11 07:48:04] Production.INFO: ==27544== Releasing lock...
[2026-09-11 07:48:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 07:48:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 07:48:04] Production.INFO: ==27540== Releasing lock...
[2026-09-11 07:48:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 07:48:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 07:48:12] Production.ERROR: CronJobId end10
[2026-09-11 07:48:12] Production.INFO: ==27542== Releasing lock...
[2026-09-11 07:48:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 07:48:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 07:48:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 07:48:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 07:48:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 07:48:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 07:48:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 07:48:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 07:48:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 07:48:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 07:48:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 07:48:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 07:48:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 07:48:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 07:48:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 07:48:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 07:48:15] Production.INFO: call_cost start
[2026-09-11 07:48:15] Production.INFO: call_cost end
[2026-09-11 07:48:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 07:48:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 07:48:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 07:48:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 07:48:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 07:48:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 07:48:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 07:48:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 07:48:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 07:48:15] Production.INFO: ==27538== Releasing lock...
[2026-09-11 07:48:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 07:48:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 12:49:01] Production.INFO: ==27631== Lock acquired, processing the job...
[2026-09-11 12:49:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 12:49:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 12:49:01] Production.INFO: neon service started
[2026-09-11 12:49:01] Production.INFO: neon service started
[2026-09-11 12:49:01] Production.INFO: ==27631== Releasing lock...
[2026-09-11 12:49:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 12:49:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 07:49:02] Production.INFO: ==27633== Lock acquired, processing the job...
[2026-09-11 07:49:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 07:49:02] Production.INFO: ==27633== Releasing lock...
[2026-09-11 07:49:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 07:49:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 11:49:02] Production.INFO: ==27635== Lock acquired, processing the job...
[2026-09-11 11:49:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 11:49:02] Production.INFO: ==27635== Releasing lock...
[2026-09-11 11:49:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 11:49:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 07:49:03] Production.INFO: ==27644== Lock acquired, processing the job...
[2026-09-11 07:49:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 07:49:03] Production.INFO: Account Balance Start.
[2026-09-11 07:49:03] Production.INFO: CreateAllLog Start
[2026-09-11 07:49:03] Production.INFO: 117
[2026-09-11 07:49:03] Production.INFO: Date 2026-09-08
[2026-09-11 07:49:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:49:03] Production.INFO: Date 2026-09-09
[2026-09-11 07:49:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:49:03] Production.INFO: Date 2026-09-10
[2026-09-11 07:49:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:49:03] Production.INFO: Date 2026-09-11
[2026-09-11 07:49:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:49:03] Production.INFO: Total Charge 0
[2026-09-11 07:49:03] Production.INFO: CreateAllLog End
[2026-09-11 07:49:03] Production.INFO: ==27638== Lock acquired, processing the job...
[2026-09-11 07:49:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 07:49:03] Production.INFO: ==27640== Lock acquired, processing the job...
[2026-09-11 07:49:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 07:49:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 07:49:03] Production.INFO: ==27646== Lock acquired, processing the job...
[2026-09-11 07:49:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 07:49:03] Production.INFO: ==27642== Lock acquired, processing the job...
[2026-09-11 07:49:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 07:49:03] Production.INFO: Account Balance End.
[2026-09-11 07:49:03] Production.ERROR: CronJobId end 12
[2026-09-11 07:49:03] Production.INFO: ==27644== Releasing lock...
[2026-09-11 07:49:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 07:49:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 07:49:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 07:49:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 07:49:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 07:49:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 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-09-11 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-09-11 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-09-11 07:49:03] Production.INFO: ==27646== Releasing lock...
[2026-09-11 07:49:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 07:49:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 07:49:04] Production.INFO: ==27640== Releasing lock...
[2026-09-11 07:49:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 07:49:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 07:49:11] Production.ERROR: CronJobId end10
[2026-09-11 07:49:11] Production.INFO: ==27642== Releasing lock...
[2026-09-11 07:49:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 07:49:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 07:49:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 07:49:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 07:49:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 07:49:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 07:49:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 07:49:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 07:49:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 07:49:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 07:49:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 07:49:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 07:49:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 07:49:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 07:49:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 07:49:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 07:49:14] Production.INFO: call_cost start
[2026-09-11 07:49:14] Production.INFO: call_cost end
[2026-09-11 07:49:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 07:49:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 07:49:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 07:49:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 07:49:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 07:49:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 07:49:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 07:49:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 07:49:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 07:49:14] Production.INFO: ==27638== Releasing lock...
[2026-09-11 07:49:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 07:49:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 12:50:02] Production.INFO: ==27742== Lock acquired, processing the job...
[2026-09-11 12:50:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 12:50:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 12:50:02] Production.INFO: neon service started
[2026-09-11 12:50:02] Production.INFO: neon service started
[2026-09-11 12:50:02] Production.INFO: ==27742== Releasing lock...
[2026-09-11 12:50:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 12:50:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 07:50:02] Production.INFO: ==27744== Lock acquired, processing the job...
[2026-09-11 07:50:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 07:50:02] Production.INFO: ==27744== Releasing lock...
[2026-09-11 07:50:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 07:50:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 11:50:02] Production.INFO: ==27746== Lock acquired, processing the job...
[2026-09-11 11:50:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 11:50:03] Production.INFO: ==27746== Releasing lock...
[2026-09-11 11:50:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 11:50:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 07:50:03] Production.INFO: ==27751== Lock acquired, processing the job...
[2026-09-11 07:50:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 07:50:03] Production.INFO: ==27753== Lock acquired, processing the job...
[2026-09-11 07:50:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 07:50:03] Production.INFO: ==27749== Lock acquired, processing the job...
[2026-09-11 07:50:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 07:50:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 07:50:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 07:50:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 07:50:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 07:50:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 07:50:03] Production.INFO: ==27755== Lock acquired, processing the job...
[2026-09-11 07:50:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 07:50:03] Production.INFO: ==27757== Lock acquired, processing the job...
[2026-09-11 07:50:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 07:50:03] Production.INFO: Account Balance Start.
[2026-09-11 07:50:03] Production.INFO: CreateAllLog Start
[2026-09-11 07:50:03] Production.INFO: 117
[2026-09-11 07:50:03] Production.INFO: Date 2026-09-08
[2026-09-11 07:50:03] Production.INFO: Reseller ==> 0
[2026-09-11 07: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-09-11 07: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-09-11 07:50:04] Production.INFO: Date 2026-09-09
[2026-09-11 07:50:04] Production.INFO: Reseller ==> 0
[2026-09-11 07: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-09-11 07:50:04] Production.INFO: ==27757== Releasing lock...
[2026-09-11 07:50:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 07:50:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 07:50:04] Production.INFO: Date 2026-09-10
[2026-09-11 07:50:04] Production.INFO: Reseller ==> 0
[2026-09-11 07:50:04] Production.INFO: Date 2026-09-11
[2026-09-11 07:50:04] Production.INFO: Reseller ==> 0
[2026-09-11 07:50:04] Production.INFO: Total Charge 0
[2026-09-11 07:50:04] Production.INFO: CreateAllLog End
[2026-09-11 07:50:04] Production.INFO: Account Balance End.
[2026-09-11 07:50:04] Production.INFO: ==27751== Releasing lock...
[2026-09-11 07:50:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 07:50:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 07:50:04] Production.ERROR: CronJobId end 12
[2026-09-11 07:50:04] Production.INFO: ==27755== Releasing lock...
[2026-09-11 07:50:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 07:50:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 07:50:12] Production.ERROR: CronJobId end10
[2026-09-11 07:50:12] Production.INFO: ==27753== Releasing lock...
[2026-09-11 07:50:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 07:50:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 07:50:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 07:50:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 07:50:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 07:50:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 07:50:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 07:50:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 07:50:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 07:50:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 07:50:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 07:50:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 07:50:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 07:50:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 07:50:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 07:50:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 07:50:15] Production.INFO: call_cost start
[2026-09-11 07:50:15] Production.INFO: call_cost end
[2026-09-11 07:50:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 07:50:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 07:50:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 07:50:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 07:50:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 07:50:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 07:50:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 07:50:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 07:50:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 07:50:15] Production.INFO: ==27749== Releasing lock...
[2026-09-11 07:50:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 07:50:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 12:51:01] Production.INFO: ==27845== Lock acquired, processing the job...
[2026-09-11 12:51:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 12:51:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 12:51:01] Production.INFO: neon service started
[2026-09-11 12:51:01] Production.INFO: neon service started
[2026-09-11 12:51:01] Production.INFO: ==27845== Releasing lock...
[2026-09-11 12:51:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 12:51:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 07:51:02] Production.INFO: ==27847== Lock acquired, processing the job...
[2026-09-11 07:51:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 11:51:02] Production.INFO: ==27849== Lock acquired, processing the job...
[2026-09-11 11:51:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 11:51:02] Production.INFO: ==27849== Releasing lock...
[2026-09-11 11:51:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 11:51:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 07:51:02] Production.INFO: ==27847== Releasing lock...
[2026-09-11 07:51:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 07:51:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 07:51:03] Production.INFO: ==27852== Lock acquired, processing the job...
[2026-09-11 07:51:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 07:51:03] Production.INFO: ==27856== Lock acquired, processing the job...
[2026-09-11 07:51:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 07:51:03] Production.INFO: ==27854== Lock acquired, processing the job...
[2026-09-11 07:51:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 07:51:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 07:51:03] Production.INFO: ==27858== Lock acquired, processing the job...
[2026-09-11 07:51:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 07:51:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 07:51:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 07:51:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 07:51:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 07:51:03] Production.INFO: Account Balance Start.
[2026-09-11 07:51:03] Production.INFO: CreateAllLog Start
[2026-09-11 07:51:03] Production.INFO: 117
[2026-09-11 07:51:03] Production.INFO: Date 2026-09-08
[2026-09-11 07:51:03] Production.INFO: ==27860== Lock acquired, processing the job...
[2026-09-11 07:51:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 07:51:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:51:03] Production.INFO: Date 2026-09-09
[2026-09-11 07:51:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:51:03] Production.INFO: Date 2026-09-10
[2026-09-11 07:51:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:51:03] Production.INFO: Date 2026-09-11
[2026-09-11 07:51:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 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-09-11 07:51:03] Production.INFO: Total Charge 0
[2026-09-11 07:51:03] Production.INFO: ==27860== Releasing lock...
[2026-09-11 07:51:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 07:51:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 07:51:03] Production.INFO: CreateAllLog End
[2026-09-11 07:51:04] Production.INFO: Account Balance End.
[2026-09-11 07:51:04] Production.ERROR: CronJobId end 12
[2026-09-11 07:51:04] Production.INFO: ==27858== Releasing lock...
[2026-09-11 07:51:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 07:51:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 07:51:04] Production.INFO: ==27854== Releasing lock...
[2026-09-11 07:51:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 07:51:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 07:51:11] Production.ERROR: CronJobId end10
[2026-09-11 07:51:11] Production.INFO: ==27856== Releasing lock...
[2026-09-11 07:51:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 07:51:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 07:51:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 07:51:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 07:51:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 07:51:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 07:51:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 07:51:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 07:51:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 07:51:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 07:51:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 07:51:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 07:51:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 07:51:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 07:51:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 07:51:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 07:51:14] Production.INFO: call_cost start
[2026-09-11 07:51:14] Production.INFO: call_cost end
[2026-09-11 07:51:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 07:51:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 07:51:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 07:51:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 07:51:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 07:51:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 07:51:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 07:51:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 07:51:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 07:51:14] Production.INFO: ==27852== Releasing lock...
[2026-09-11 07:51:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 07:51:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 12:52:02] Production.INFO: ==27943== Lock acquired, processing the job...
[2026-09-11 12:52:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 12:52:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 12:52:02] Production.INFO: neon service started
[2026-09-11 12:52:02] Production.INFO: neon service started
[2026-09-11 12:52:02] Production.INFO: ==27943== Releasing lock...
[2026-09-11 12:52:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 12:52:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 07:52:02] Production.INFO: ==27945== Lock acquired, processing the job...
[2026-09-11 07:52:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 11:52:02] Production.INFO: ==27947== Lock acquired, processing the job...
[2026-09-11 11:52:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 11:52:02] Production.INFO: ==27947== Releasing lock...
[2026-09-11 11:52:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 11:52:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 07:52:02] Production.INFO: ==27945== Releasing lock...
[2026-09-11 07:52:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 07:52:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 07:52:03] Production.INFO: ==27954== Lock acquired, processing the job...
[2026-09-11 07:52:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 07:52:03] Production.INFO: ==27952== Lock acquired, processing the job...
[2026-09-11 07:52:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 07:52:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 07:52:03] Production.INFO: ==27960== Lock acquired, processing the job...
[2026-09-11 07:52:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 07:52:03] Production.INFO: ==27956== Lock acquired, processing the job...
[2026-09-11 07:52:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 07:52:03] Production.INFO: ==27958== Lock acquired, processing the job...
[2026-09-11 07:52:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 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-09-11 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-09-11 07: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-09-11 07:52:04] Production.INFO: ==27960== Releasing lock...
[2026-09-11 07:52:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 07:52:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 07:52:04] Production.INFO: Account Balance Start.
[2026-09-11 07:52:04] Production.INFO: CreateAllLog Start
[2026-09-11 07:52:04] Production.INFO: 117
[2026-09-11 07:52:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 07:52:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 07:52:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 07:52:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 07:52:04] Production.INFO: Date 2026-09-08
[2026-09-11 07:52:04] Production.INFO: Reseller ==> 0
[2026-09-11 07:52:04] Production.INFO: Date 2026-09-09
[2026-09-11 07:52:04] Production.INFO: Reseller ==> 0
[2026-09-11 07:52:04] Production.INFO: Date 2026-09-10
[2026-09-11 07:52:04] Production.INFO: Reseller ==> 0
[2026-09-11 07:52:04] Production.INFO: Date 2026-09-11
[2026-09-11 07:52:04] Production.INFO: Reseller ==> 0
[2026-09-11 07:52:04] Production.INFO: Total Charge 0
[2026-09-11 07:52:04] Production.INFO: CreateAllLog End
[2026-09-11 07:52:04] Production.INFO: Account Balance End.
[2026-09-11 07:52:04] Production.ERROR: CronJobId end 12
[2026-09-11 07:52:04] Production.INFO: ==27958== Releasing lock...
[2026-09-11 07:52:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 07:52:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 07:52:04] Production.INFO: ==27954== Releasing lock...
[2026-09-11 07:52:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 07:52:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 07:52:12] Production.ERROR: CronJobId end10
[2026-09-11 07:52:12] Production.INFO: ==27956== Releasing lock...
[2026-09-11 07:52:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 07:52:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 07:52:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 07:52:15] Production.INFO: ============== Balance Warning START===========
[2026-09-11 07:52:15] Production.INFO: ============== Balance Warning END===========
[2026-09-11 07:52:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 07:52:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 07:52:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 07:52:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 07:52:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 07:52:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 07:52:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 07:52:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 07:52:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 07:52:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 07:52:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 07:52:15] Production.INFO: call_cost start
[2026-09-11 07:52:15] Production.INFO: call_cost end
[2026-09-11 07:52:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 07:52:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 07:52:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 07:52:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 07:52:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 07:52:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 07:52:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 07:52:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 07:52:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 07:52:15] Production.INFO: ==27952== Releasing lock...
[2026-09-11 07:52:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 07:52:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 12:53:01] Production.INFO: ==28050== Lock acquired, processing the job...
[2026-09-11 12:53:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 12:53:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 12:53:01] Production.INFO: neon service started
[2026-09-11 12:53:01] Production.INFO: neon service started
[2026-09-11 12:53:01] Production.INFO: ==28050== Releasing lock...
[2026-09-11 12:53:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 12:53:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 07:53:02] Production.INFO: ==28052== Lock acquired, processing the job...
[2026-09-11 07:53:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 11:53:02] Production.INFO: ==28054== Lock acquired, processing the job...
[2026-09-11 11:53:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 11:53:02] Production.INFO: ==28054== Releasing lock...
[2026-09-11 11:53:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 11:53:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 07:53:02] Production.INFO: ==28052== Releasing lock...
[2026-09-11 07:53:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 07:53:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 07:53:03] Production.INFO: ==28063== Lock acquired, processing the job...
[2026-09-11 07:53:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 07:53:03] Production.INFO: ==28059== Lock acquired, processing the job...
[2026-09-11 07:53:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 07:53:03] Production.INFO: ==28057== Lock acquired, processing the job...
[2026-09-11 07:53:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 07:53:03] Production.INFO: ==28061== Lock acquired, processing the job...
[2026-09-11 07:53:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 07:53:03] Production.INFO: Account Balance Start.
[2026-09-11 07:53:03] Production.INFO: CreateAllLog Start
[2026-09-11 07:53:03] Production.INFO: 117
[2026-09-11 07:53:03] Production.INFO: Date 2026-09-08
[2026-09-11 07:53:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:53:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 07:53:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 07:53:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 07:53:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 07:53:03] Production.INFO: ==28065== Lock acquired, processing the job...
[2026-09-11 07:53:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 07:53:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 07:53:03] Production.INFO: Date 2026-09-09
[2026-09-11 07:53:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:53:03] Production.INFO: Date 2026-09-10
[2026-09-11 07:53:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:53:03] Production.INFO: Date 2026-09-11
[2026-09-11 07:53:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:53:03] Production.INFO: Total Charge 0
[2026-09-11 07:53:03] Production.INFO: CreateAllLog End
[2026-09-11 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-09-11 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-09-11 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-09-11 07:53:03] Production.INFO: ==28065== Releasing lock...
[2026-09-11 07:53:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 07:53:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 07:53:03] Production.INFO: Account Balance End.
[2026-09-11 07:53:03] Production.ERROR: CronJobId end 12
[2026-09-11 07:53:03] Production.INFO: ==28063== Releasing lock...
[2026-09-11 07:53:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 07:53:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 07:53:03] Production.INFO: ==28059== Releasing lock...
[2026-09-11 07:53:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 07:53:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 07:53:11] Production.ERROR: CronJobId end10
[2026-09-11 07:53:11] Production.INFO: ==28061== Releasing lock...
[2026-09-11 07:53:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 07:53:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 07:53:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 07:53:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 07:53:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 07:53:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 07:53:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 07:53:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 07:53:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 07:53:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 07:53:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 07:53:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 07:53:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 07:53:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 07:53:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 07:53:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 07:53:14] Production.INFO: call_cost start
[2026-09-11 07:53:14] Production.INFO: call_cost end
[2026-09-11 07:53:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 07:53:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 07:53:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 07:53:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 07:53:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 07:53:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 07:53:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 07:53:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 07:53:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 07:53:14] Production.INFO: ==28057== Releasing lock...
[2026-09-11 07:53:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 07:53:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 12:54:01] Production.INFO: ==28143== Lock acquired, processing the job...
[2026-09-11 12:54:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 12:54:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 12:54:01] Production.INFO: neon service started
[2026-09-11 12:54:01] Production.INFO: neon service started
[2026-09-11 12:54:01] Production.INFO: ==28143== Releasing lock...
[2026-09-11 12:54:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 12:54:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 07:54:02] Production.INFO: ==28145== Lock acquired, processing the job...
[2026-09-11 07:54:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 07:54:02] Production.INFO: ==28145== Releasing lock...
[2026-09-11 07:54:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 07:54:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 11:54:02] Production.INFO: ==28147== Lock acquired, processing the job...
[2026-09-11 11:54:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 11:54:02] Production.INFO: ==28147== Releasing lock...
[2026-09-11 11:54:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 11:54:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 07:54:03] Production.INFO: ==28149== Lock acquired, processing the job...
[2026-09-11 07:54:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 07:54:03] Production.INFO: ==28151== Lock acquired, processing the job...
[2026-09-11 07:54:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 07:54:03] Production.INFO: ==28153== Lock acquired, processing the job...
[2026-09-11 07:54:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 07:54:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 07:54:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 07:54:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 07:54:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 07:54:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 07:54:03] Production.INFO: ==28157== Lock acquired, processing the job...
[2026-09-11 07:54:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 07:54:03] Production.INFO: ==28155== Lock acquired, processing the job...
[2026-09-11 07:54:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 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-09-11 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-09-11 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-09-11 07:54:03] Production.INFO: ==28157== Releasing lock...
[2026-09-11 07:54:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 07:54:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 07:54:03] Production.INFO: Account Balance Start.
[2026-09-11 07:54:03] Production.INFO: CreateAllLog Start
[2026-09-11 07:54:03] Production.INFO: 117
[2026-09-11 07:54:03] Production.INFO: Date 2026-09-08
[2026-09-11 07:54:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:54:03] Production.INFO: Date 2026-09-09
[2026-09-11 07:54:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:54:03] Production.INFO: Date 2026-09-10
[2026-09-11 07:54:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:54:03] Production.INFO: Date 2026-09-11
[2026-09-11 07:54:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:54:03] Production.INFO: Total Charge 0
[2026-09-11 07:54:03] Production.INFO: CreateAllLog End
[2026-09-11 07:54:04] Production.INFO: Account Balance End.
[2026-09-11 07:54:04] Production.INFO: ==28151== Releasing lock...
[2026-09-11 07:54:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 07:54:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 07:54:04] Production.ERROR: CronJobId end 12
[2026-09-11 07:54:04] Production.INFO: ==28155== Releasing lock...
[2026-09-11 07:54:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 07:54:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 07:54:11] Production.ERROR: CronJobId end10
[2026-09-11 07:54:11] Production.INFO: ==28153== Releasing lock...
[2026-09-11 07:54:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 07:54:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 07:54:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 07:54:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 07:54:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 07:54:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 07:54:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 07:54:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 07:54:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 07:54:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 07:54:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 07:54:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 07:54:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 07:54:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 07:54:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 07:54:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 07:54:14] Production.INFO: call_cost start
[2026-09-11 07:54:14] Production.INFO: call_cost end
[2026-09-11 07:54:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 07:54:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 07:54:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 07:54:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 07:54:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 07:54:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 07:54:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 07:54:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 07:54:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 07:54:14] Production.INFO: ==28149== Releasing lock...
[2026-09-11 07:54:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 07:54:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 12:55:01] Production.INFO: ==28235== Lock acquired, processing the job...
[2026-09-11 12:55:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 12:55:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 12:55:01] Production.INFO: neon service started
[2026-09-11 12:55:01] Production.INFO: neon service started
[2026-09-11 12:55:01] Production.INFO: ==28235== Releasing lock...
[2026-09-11 12:55:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 12:55:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 07:55:01] Production.INFO: ==28237== Lock acquired, processing the job...
[2026-09-11 07:55:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 07:55:02] Production.INFO: ==28237== Releasing lock...
[2026-09-11 07:55:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 07:55:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 11:55:02] Production.INFO: ==28239== Lock acquired, processing the job...
[2026-09-11 11:55:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 11:55:02] Production.INFO: ==28239== Releasing lock...
[2026-09-11 11:55:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 11:55:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 07:55:02] Production.INFO: ==28241== Lock acquired, processing the job...
[2026-09-11 07:55:02] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-11 07:55:03] Production.ERROR: ========================== active cronjob start =============================
[2026-09-11 07:55:03] Production.ERROR: ========================== active cronjob end =============================
[2026-09-11 07:55:03] Production.INFO: ==28241== Releasing lock...
[2026-09-11 07:55:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-11 07:55:03] Production.INFO: 25.5 MB #Memory Used#
[2026-09-11 07:55:03] Production.INFO: ==28243== Lock acquired, processing the job...
[2026-09-11 07:55:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 07:55:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 07:55:03] Production.INFO: ==28249== Lock acquired, processing the job...
[2026-09-11 07:55:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 07:55:03] Production.INFO: ==28251== Lock acquired, processing the job...
[2026-09-11 07:55:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-11 07:55:03] Production.INFO: ==28245== Lock acquired, processing the job...
[2026-09-11 07:55:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 07:55:03] Production.ERROR: tblTempUsageDetail_20
[2026-09-11 07:55:03] Production.INFO: ==28247== Lock acquired, processing the job...
[2026-09-11 07:55:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 07:55:03] Production.INFO: Account Balance Start.
[2026-09-11 07:55:03] Production.INFO: CreateAllLog Start
[2026-09-11 07:55:03] Production.INFO: 117
[2026-09-11 07:55:03] Production.INFO: Date 2026-09-08
[2026-09-11 07:55:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:55:03] Production.INFO: ==28253== Lock acquired, processing the job...
[2026-09-11 07:55:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 07:55:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 07:55:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 07:55:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 07:55:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 07:55:03] Production.INFO: Date 2026-09-09
[2026-09-11 07:55:03] Production.INFO: Reseller ==> 0
[2026-09-11 07: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-09-11 07: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-09-11 07:55:03] Production.INFO: Date 2026-09-10
[2026-09-11 07:55:03] Production.INFO: Reseller ==> 0
[2026-09-11 07: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-09-11 07:55:03] Production.INFO: Date 2026-09-11
[2026-09-11 07:55:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:55:03] Production.INFO: Total Charge 0
[2026-09-11 07:55:03] Production.INFO: ==28253== Releasing lock...
[2026-09-11 07:55:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 07:55:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 07:55:03] Production.INFO: CreateAllLog End
[2026-09-11 07:55:03] Production.ERROR: done
[2026-09-11 07:55:03] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-11 07:55:03] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17983303', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) start
[2026-09-11 07:55:03] Production.INFO: Account Balance End.
[2026-09-11 07:55:03] Production.ERROR: CronJobId end 12
[2026-09-11 07:55:03] Production.INFO: ==28249== Releasing lock...
[2026-09-11 07:55:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 07:55:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 07:55:04] Production.INFO: ==28245== Releasing lock...
[2026-09-11 07:55:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 07:55:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 07:55:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17983303', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) end
[2026-09-11 07:55:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-11 07:55:10] Production.INFO: ProcessCDR(1,17983303,1,1,2)
[2026-09-11 07:55:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17983303,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 07:55:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17983303,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 07:55:10] Production.ERROR: pbx prc_insertCDR start
[2026-09-11 07:55:10] Production.ERROR: pbx prc_insertCDR end
[2026-09-11 07:55:10] Production.INFO: ==28251== Releasing lock...
[2026-09-11 07:55:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-11 07:55:10] Production.INFO: 26 MB #Memory Used#
[2026-09-11 07:55:14] Production.ERROR: CronJobId end10
[2026-09-11 07:55:14] Production.INFO: ==28247== Releasing lock...
[2026-09-11 07:55:14] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 07:55:14] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 07:55:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 07:55:16] Production.INFO: ============== Balance Warning START===========
[2026-09-11 07:55:16] Production.INFO: ============== Balance Warning END===========
[2026-09-11 07:55:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 07:55:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 07:55:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 07:55:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 07:55:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 07:55:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 07:55:16] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 07:55:16] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 07:55:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 07:55:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 07:55:16] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 07:55:16] Production.INFO: call_cost start
[2026-09-11 07:55:16] Production.INFO: call_cost end
[2026-09-11 07:55:16] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 07:55:16] Production.INFO: ============== Report Schedule START===========
[2026-09-11 07:55:16] Production.INFO: ============== Report Schedule END===========
[2026-09-11 07:55:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 07:55:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 07:55:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 07:55:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 07:55:16] Production.INFO: ============== Deal alert START===========
[2026-09-11 07:55:17] Production.INFO: ============== Deal alert END===========
[2026-09-11 07:55:17] Production.INFO: ==28243== Releasing lock...
[2026-09-11 07:55:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 07:55:17] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 12:56:01] Production.INFO: ==28334== Lock acquired, processing the job...
[2026-09-11 12:56:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 12:56:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 12:56:01] Production.INFO: neon service started
[2026-09-11 12:56:01] Production.INFO: neon service started
[2026-09-11 12:56:01] Production.INFO: ==28334== Releasing lock...
[2026-09-11 12:56:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 12:56:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 07:56:02] Production.INFO: ==28336== Lock acquired, processing the job...
[2026-09-11 07:56:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 11:56:02] Production.INFO: ==28338== Lock acquired, processing the job...
[2026-09-11 11:56:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 11:56:02] Production.INFO: ==28338== Releasing lock...
[2026-09-11 11:56:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 11:56:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 07:56:02] Production.INFO: ==28336== Releasing lock...
[2026-09-11 07:56:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 07:56:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 07:56:03] Production.INFO: ==28343== Lock acquired, processing the job...
[2026-09-11 07:56:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 07:56:03] Production.INFO: ==28345== Lock acquired, processing the job...
[2026-09-11 07:56:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 07:56:03] Production.INFO: ==28347== Lock acquired, processing the job...
[2026-09-11 07:56:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 07:56:03] Production.INFO: ==28349== Lock acquired, processing the job...
[2026-09-11 07:56:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 07:56:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 07:56:03] Production.INFO: ==28351== Lock acquired, processing the job...
[2026-09-11 07:56:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 07:56:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 07:56:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 07:56:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 07:56:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 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-09-11 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-09-11 07:56:03] Production.INFO: Account Balance Start.
[2026-09-11 07:56:03] Production.INFO: CreateAllLog Start
[2026-09-11 07:56:03] Production.INFO: 117
[2026-09-11 07:56:03] Production.INFO: Date 2026-09-08
[2026-09-11 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-09-11 07:56:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:56:03] Production.INFO: ==28351== Releasing lock...
[2026-09-11 07:56:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 07:56:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 07:56:03] Production.INFO: Date 2026-09-09
[2026-09-11 07:56:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:56:03] Production.INFO: Date 2026-09-10
[2026-09-11 07:56:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:56:03] Production.INFO: Date 2026-09-11
[2026-09-11 07:56:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:56:04] Production.INFO: Total Charge 0
[2026-09-11 07:56:04] Production.INFO: CreateAllLog End
[2026-09-11 07:56:04] Production.INFO: Account Balance End.
[2026-09-11 07:56:04] Production.ERROR: CronJobId end 12
[2026-09-11 07:56:04] Production.INFO: ==28349== Releasing lock...
[2026-09-11 07:56:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 07:56:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 07:56:04] Production.INFO: ==28345== Releasing lock...
[2026-09-11 07:56:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 07:56:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 07:56:11] Production.ERROR: CronJobId end10
[2026-09-11 07:56:11] Production.INFO: ==28347== Releasing lock...
[2026-09-11 07:56:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 07:56:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 07:56:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 07:56:15] Production.INFO: ============== Balance Warning START===========
[2026-09-11 07:56:15] Production.INFO: ============== Balance Warning END===========
[2026-09-11 07:56:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 07:56:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 07:56:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 07:56:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 07:56:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 07:56:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 07:56:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 07:56:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 07:56:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 07:56:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 07:56:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 07:56:15] Production.INFO: call_cost start
[2026-09-11 07:56:15] Production.INFO: call_cost end
[2026-09-11 07:56:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 07:56:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 07:56:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 07:56:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 07:56:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 07:56:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 07:56:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 07:56:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 07:56:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 07:56:15] Production.INFO: ==28343== Releasing lock...
[2026-09-11 07:56:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 07:56:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 12:57:02] Production.INFO: ==28439== Lock acquired, processing the job...
[2026-09-11 12:57:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 12:57:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 12:57:02] Production.INFO: neon service started
[2026-09-11 12:57:02] Production.INFO: neon service started
[2026-09-11 12:57:02] Production.INFO: ==28439== Releasing lock...
[2026-09-11 12:57:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 12:57:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 07:57:02] Production.INFO: ==28442== Lock acquired, processing the job...
[2026-09-11 07:57:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 07:57:02] Production.INFO: ==28442== Releasing lock...
[2026-09-11 07:57:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 07:57:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 11:57:03] Production.INFO: ==28444== Lock acquired, processing the job...
[2026-09-11 11:57:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 11:57:03] Production.INFO: ==28444== Releasing lock...
[2026-09-11 11:57:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 11:57:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 07:57:03] Production.INFO: ==28448== Lock acquired, processing the job...
[2026-09-11 07:57:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 07:57:04] Production.INFO: ==28452== Lock acquired, processing the job...
[2026-09-11 07:57:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 07:57:04] Production.INFO: ==28446== Lock acquired, processing the job...
[2026-09-11 07:57:04] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 07:57:04] Production.INFO: Account Balance Start.
[2026-09-11 07:57:04] Production.INFO: CreateAllLog Start
[2026-09-11 07:57:04] Production.INFO: 117
[2026-09-11 07:57:04] Production.INFO: ==28450== Lock acquired, processing the job...
[2026-09-11 07:57:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 07:57:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 07:57:04] Production.INFO: Date 2026-09-08
[2026-09-11 07:57:04] Production.INFO: Reseller ==> 0
[2026-09-11 07:57:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 07:57:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 07:57:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 07:57:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 07:57:04] Production.INFO: Date 2026-09-09
[2026-09-11 07:57:04] Production.INFO: Reseller ==> 0
[2026-09-11 07:57:04] Production.INFO: Date 2026-09-10
[2026-09-11 07:57:04] Production.INFO: Reseller ==> 0
[2026-09-11 07:57:04] Production.INFO: ==28454== Lock acquired, processing the job...
[2026-09-11 07:57:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 07:57:04] Production.INFO: Date 2026-09-11
[2026-09-11 07:57:04] Production.INFO: Reseller ==> 0
[2026-09-11 07:57:04] Production.INFO: Total Charge 0
[2026-09-11 07:57:04] Production.INFO: CreateAllLog End
[2026-09-11 07: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-09-11 07: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-09-11 07: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-09-11 07:57:04] Production.INFO: ==28454== Releasing lock...
[2026-09-11 07:57:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 07:57:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 07:57:04] Production.INFO: Account Balance End.
[2026-09-11 07:57:04] Production.INFO: ==28448== Releasing lock...
[2026-09-11 07:57:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 07:57:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 07:57:04] Production.ERROR: CronJobId end 12
[2026-09-11 07:57:04] Production.INFO: ==28452== Releasing lock...
[2026-09-11 07:57:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 07:57:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 07:57:12] Production.ERROR: CronJobId end10
[2026-09-11 07:57:12] Production.INFO: ==28450== Releasing lock...
[2026-09-11 07:57:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 07:57:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 07:57:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 07:57:15] Production.INFO: ============== Balance Warning START===========
[2026-09-11 07:57:15] Production.INFO: ============== Balance Warning END===========
[2026-09-11 07:57:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 07:57:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 07:57:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 07:57:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 07:57:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 07:57:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 07:57:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 07:57:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 07:57:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 07:57:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 07:57:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 07:57:15] Production.INFO: call_cost start
[2026-09-11 07:57:15] Production.INFO: call_cost end
[2026-09-11 07:57:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 07:57:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 07:57:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 07:57:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 07:57:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 07:57:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 07:57:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 07:57:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 07:57:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 07:57:15] Production.INFO: ==28446== Releasing lock...
[2026-09-11 07:57:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 07:57:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 12:58:01] Production.INFO: ==28564== Lock acquired, processing the job...
[2026-09-11 12:58:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 12:58:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 12:58:01] Production.INFO: neon service started
[2026-09-11 12:58:01] Production.INFO: neon service started
[2026-09-11 12:58:01] Production.INFO: ==28564== Releasing lock...
[2026-09-11 12:58:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 12:58:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 07:58:02] Production.INFO: ==28566== Lock acquired, processing the job...
[2026-09-11 07:58:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 07:58:02] Production.INFO: ==28566== Releasing lock...
[2026-09-11 07:58:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 07:58:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 11:58:02] Production.INFO: ==28568== Lock acquired, processing the job...
[2026-09-11 11:58:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 11:58:02] Production.INFO: ==28568== Releasing lock...
[2026-09-11 11:58:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 11:58:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 07:58:03] Production.INFO: ==28570== Lock acquired, processing the job...
[2026-09-11 07:58:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 07:58:03] Production.INFO: ==28572== Lock acquired, processing the job...
[2026-09-11 07:58:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 07:58:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 07:58:03] Production.INFO: ==28576== Lock acquired, processing the job...
[2026-09-11 07:58:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 07:58:03] Production.INFO: ==28574== Lock acquired, processing the job...
[2026-09-11 07:58:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 07:58:03] Production.INFO: Account Balance Start.
[2026-09-11 07:58:03] Production.INFO: CreateAllLog Start
[2026-09-11 07:58:03] Production.INFO: ==28578== Lock acquired, processing the job...
[2026-09-11 07:58:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 07:58:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 07:58:03] Production.INFO: 117
[2026-09-11 07:58:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 07:58:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 07:58:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 07:58:03] Production.INFO: Date 2026-09-08
[2026-09-11 07:58:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 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-09-11 07:58:03] Production.INFO: Date 2026-09-09
[2026-09-11 07:58:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:58:03] Production.INFO: ==28578== Releasing lock...
[2026-09-11 07:58:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 07:58:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 07:58:03] Production.INFO: Date 2026-09-10
[2026-09-11 07:58:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:58:03] Production.INFO: Date 2026-09-11
[2026-09-11 07:58:03] Production.INFO: Reseller ==> 0
[2026-09-11 07:58:04] Production.INFO: ==28572== Releasing lock...
[2026-09-11 07:58:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 07:58:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 07:58:04] Production.INFO: Total Charge 0
[2026-09-11 07:58:04] Production.INFO: CreateAllLog End
[2026-09-11 07:58:04] Production.INFO: Account Balance End.
[2026-09-11 07:58:04] Production.ERROR: CronJobId end 12
[2026-09-11 07:58:04] Production.INFO: ==28576== Releasing lock...
[2026-09-11 07:58:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 07:58:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 07:58: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-09-11 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-09-11 07:58:11] Production.ERROR: CronJobId end10
[2026-09-11 07:58:11] Production.INFO: ==28574== Releasing lock...
[2026-09-11 07:58:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 07:58:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 07:58:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 07:58:15] Production.INFO: ============== Balance Warning START===========
[2026-09-11 07:58:15] Production.INFO: ============== Balance Warning END===========
[2026-09-11 07:58:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 07:58:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 07:58:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 07:58:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 07:58:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 07:58:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 07:58:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 07:58:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 07:58:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 07:58:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 07:58:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 07:58:15] Production.INFO: call_cost start
[2026-09-11 07:58:15] Production.INFO: call_cost end
[2026-09-11 07:58:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 07:58:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 07:58:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 07:58:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 07:58:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 07:58:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 07:58:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 07:58:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 07:58:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 07:58:15] Production.INFO: ==28570== Releasing lock...
[2026-09-11 07:58:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 07:58:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 12:59:02] Production.INFO: ==28672== Lock acquired, processing the job...
[2026-09-11 12:59:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 12:59:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 12:59:02] Production.INFO: neon service started
[2026-09-11 12:59:02] Production.INFO: neon service started
[2026-09-11 12:59:02] Production.INFO: ==28672== Releasing lock...
[2026-09-11 12:59:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 12:59:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 11:59:02] Production.INFO: ==28676== Lock acquired, processing the job...
[2026-09-11 07:59:02] Production.INFO: ==28674== Lock acquired, processing the job...
[2026-09-11 11:59:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 07:59:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 11:59:02] Production.INFO: ==28676== Releasing lock...
[2026-09-11 11:59:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 11:59:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 07:59:03] Production.INFO: ==28674== Releasing lock...
[2026-09-11 07:59:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 07:59:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 07:59:03] Production.INFO: ==28679== Lock acquired, processing the job...
[2026-09-11 07:59:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 07:59:03] Production.INFO: ==28681== Lock acquired, processing the job...
[2026-09-11 07:59:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 07:59:03] Production.INFO: ==28683== Lock acquired, processing the job...
[2026-09-11 07:59:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 07:59:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 07:59:03] Production.INFO: ==28685== Lock acquired, processing the job...
[2026-09-11 07:59:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 07:59:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 07:59:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 07:59:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 07:59:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 07:59:04] Production.INFO: Account Balance Start.
[2026-09-11 07:59:04] Production.INFO: CreateAllLog Start
[2026-09-11 07:59:04] Production.INFO: 117
[2026-09-11 07:59:04] Production.INFO: Date 2026-09-08
[2026-09-11 07:59:04] Production.INFO: Reseller ==> 0
[2026-09-11 07:59:04] Production.INFO: ==28687== Lock acquired, processing the job...
[2026-09-11 07:59:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 07:59:04] Production.INFO: Date 2026-09-09
[2026-09-11 07:59:04] Production.INFO: Reseller ==> 0
[2026-09-11 07:59:04] Production.INFO: Date 2026-09-10
[2026-09-11 07:59:04] Production.INFO: Reseller ==> 0
[2026-09-11 07:59:04] Production.INFO: Date 2026-09-11
[2026-09-11 07:59:04] Production.INFO: Reseller ==> 0
[2026-09-11 07:59:04] Production.INFO: Total Charge 0
[2026-09-11 07:59:04] Production.INFO: CreateAllLog End
[2026-09-11 07: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-09-11 07: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-09-11 07: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-09-11 07:59:04] Production.INFO: Account Balance End.
[2026-09-11 07:59:04] Production.INFO: ==28687== Releasing lock...
[2026-09-11 07:59:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 07:59:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 07:59:04] Production.ERROR: CronJobId end 12
[2026-09-11 07:59:04] Production.INFO: ==28685== Releasing lock...
[2026-09-11 07:59:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 07:59:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 07:59:04] Production.INFO: ==28681== Releasing lock...
[2026-09-11 07:59:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 07:59:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 07:59:11] Production.ERROR: CronJobId end10
[2026-09-11 07:59:11] Production.INFO: ==28683== Releasing lock...
[2026-09-11 07:59:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 07:59:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 07:59:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 07:59:15] Production.INFO: ============== Balance Warning START===========
[2026-09-11 07:59:15] Production.INFO: ============== Balance Warning END===========
[2026-09-11 07:59:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 07:59:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 07:59:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 07:59:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 07:59:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 07:59:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 07:59:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 07:59:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 07:59:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 07:59:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 07:59:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 07:59:15] Production.INFO: call_cost start
[2026-09-11 07:59:15] Production.INFO: call_cost end
[2026-09-11 07:59:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 07:59:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 07:59:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 07:59:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 07:59:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 07:59:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 07:59:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 07:59:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 07:59:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 07:59:15] Production.INFO: ==28679== Releasing lock...
[2026-09-11 07:59:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 07:59:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 13:00:01] Production.INFO: ==28776== Lock acquired, processing the job...
[2026-09-11 13:00:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 13:00:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 13:00:01] Production.INFO: neon service started
[2026-09-11 13:00:01] Production.INFO: neon service started
[2026-09-11 13:00:01] Production.INFO: ==28776== Releasing lock...
[2026-09-11 13:00:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 13:00:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 12:00:02] Production.INFO: ==28782== Lock acquired, processing the job...
[2026-09-11 12:00:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 12:00:02] Production.INFO: ==28782== Releasing lock...
[2026-09-11 12:00:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 12:00:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 08:00:02] Production.INFO: ==28780== Lock acquired, processing the job...
[2026-09-11 08:00:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 08:00:02] Production.INFO: ==28780== Releasing lock...
[2026-09-11 08:00:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 08:00:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 08:00:03] Production.INFO: ==28789== Lock acquired, processing the job...
[2026-09-11 08:00:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 08:00:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 08:00:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 08:00:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 08:00:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 08:00:03] Production.INFO: ==28787== Lock acquired, processing the job...
[2026-09-11 08:00:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 08:00:03] Production.INFO: ==28793== Lock acquired, processing the job...
[2026-09-11 08:00:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 08:00:03] Production.INFO: ==28785== Lock acquired, processing the job...
[2026-09-11 08:00:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 08:00:03] Production.INFO: ==28791== Lock acquired, processing the job...
[2026-09-11 08:00:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 08:00:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 08: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-09-11 08:00:03] Production.INFO: Account Balance Start.
[2026-09-11 08: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-09-11 08:00:03] Production.INFO: CreateAllLog Start
[2026-09-11 08:00:03] Production.INFO: 117
[2026-09-11 08:00:03] Production.INFO: Date 2026-09-08
[2026-09-11 08:00:03] Production.INFO: Reseller ==> 0
[2026-09-11 08: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-09-11 08:00:03] Production.INFO: ==28793== Releasing lock...
[2026-09-11 08:00:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 08:00:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 08:00:03] Production.INFO: Date 2026-09-09
[2026-09-11 08:00:03] Production.INFO: Reseller ==> 0
[2026-09-11 08:00:03] Production.INFO: Date 2026-09-10
[2026-09-11 08:00:03] Production.INFO: Reseller ==> 0
[2026-09-11 08:00:03] Production.INFO: Date 2026-09-11
[2026-09-11 08:00:03] Production.INFO: Reseller ==> 0
[2026-09-11 08:00:03] Production.INFO: Total Charge 0
[2026-09-11 08:00:03] Production.INFO: CreateAllLog End
[2026-09-11 08:00:04] Production.INFO: Account Balance End.
[2026-09-11 08:00:04] Production.ERROR: CronJobId end 12
[2026-09-11 08:00:04] Production.INFO: ==28791== Releasing lock...
[2026-09-11 08:00:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 08:00:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 08:00:04] Production.INFO: ==28787== Releasing lock...
[2026-09-11 08:00:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 08:00:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 08:00:12] Production.ERROR: CronJobId end10
[2026-09-11 08:00:12] Production.INFO: ==28789== Releasing lock...
[2026-09-11 08:00:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 08:00:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 08:00:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 08:00:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 08:00:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 08:00:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 08:00:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 08:00:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 08:00:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 08:00:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 08:00:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 08:00:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 08:00:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 08:00:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 08:00:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 08:00:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 08:00:14] Production.INFO: call_cost start
[2026-09-11 08:00:14] Production.INFO: call_cost end
[2026-09-11 08:00:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 08:00:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 08:00:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 08:00:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 08:00:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 08:00:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 08:00:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 08:00:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 08:00:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 08:00:14] Production.INFO: ==28785== Releasing lock...
[2026-09-11 08:00:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 08:00:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 13:01:02] Production.INFO: ==28896== Lock acquired, processing the job...
[2026-09-11 13:01:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 13:01:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 13:01:02] Production.INFO: neon service started
[2026-09-11 13:01:02] Production.INFO: neon service started
[2026-09-11 13:01:02] Production.INFO: ==28896== Releasing lock...
[2026-09-11 13:01:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 13:01:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 08:01:02] Production.INFO: ==28908== Lock acquired, processing the job...
[2026-09-11 08:01:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 08:01:02] Production.INFO: ==28908== Releasing lock...
[2026-09-11 08:01:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 08:01:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 12:01:02] Production.INFO: ==28910== Lock acquired, processing the job...
[2026-09-11 12:01:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 12:01:02] Production.INFO: ==28910== Releasing lock...
[2026-09-11 12:01:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 12:01:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 08:01:03] Production.INFO: ==28919== Lock acquired, processing the job...
[2026-09-11 08:01:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 08:01:03] Production.INFO: Account Balance Start.
[2026-09-11 08:01:03] Production.INFO: CreateAllLog Start
[2026-09-11 08:01:03] Production.INFO: 117
[2026-09-11 08:01:03] Production.INFO: Date 2026-09-08
[2026-09-11 08:01:03] Production.INFO: Reseller ==> 0
[2026-09-11 08:01:03] Production.INFO: Date 2026-09-09
[2026-09-11 08:01:03] Production.INFO: Reseller ==> 0
[2026-09-11 08:01:03] Production.INFO: Date 2026-09-10
[2026-09-11 08:01:03] Production.INFO: Reseller ==> 0
[2026-09-11 08:01:03] Production.INFO: Date 2026-09-11
[2026-09-11 08:01:03] Production.INFO: Reseller ==> 0
[2026-09-11 08:01:03] Production.INFO: Total Charge 0
[2026-09-11 08:01:03] Production.INFO: ==28912== Lock acquired, processing the job...
[2026-09-11 08:01:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 08:01:03] Production.INFO: CreateAllLog End
[2026-09-11 08:01:03] Production.INFO: ==28915== Lock acquired, processing the job...
[2026-09-11 08:01:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 08:01:03] Production.INFO: ==28917== Lock acquired, processing the job...
[2026-09-11 08:01:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 08:01:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 08:01:03] Production.INFO: Account Balance End.
[2026-09-11 08:01:03] Production.INFO: ==28921== Lock acquired, processing the job...
[2026-09-11 08:01:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 08:01:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 08:01:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 08:01:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 08:01:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 08:01:03] Production.ERROR: CronJobId end 12
[2026-09-11 08:01:03] Production.INFO: ==28919== Releasing lock...
[2026-09-11 08:01:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 08:01:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 08: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-09-11 08: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-09-11 08: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-09-11 08:01:03] Production.INFO: ==28921== Releasing lock...
[2026-09-11 08:01:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 08:01:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 08:01:04] Production.INFO: ==28915== Releasing lock...
[2026-09-11 08:01:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 08:01:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 08:01:12] Production.ERROR: CronJobId end10
[2026-09-11 08:01:12] Production.INFO: ==28917== Releasing lock...
[2026-09-11 08:01:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 08:01:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 08:01:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 08:01:15] Production.INFO: ============== Balance Warning START===========
[2026-09-11 08:01:15] Production.INFO: ============== Balance Warning END===========
[2026-09-11 08:01:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 08:01:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 08:01:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 08:01:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 08:01:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 08:01:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 08:01:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 08:01:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 08:01:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 08:01:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 08:01:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 08:01:16] Production.INFO: call_cost start
[2026-09-11 08:01:16] Production.INFO: call_cost end
[2026-09-11 08:01:16] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 08:01:16] Production.INFO: ============== Report Schedule START===========
[2026-09-11 08:01:16] Production.INFO: ============== Report Schedule END===========
[2026-09-11 08:01:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 08:01:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 08:01:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 08:01:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 08:01:16] Production.INFO: ============== Deal alert START===========
[2026-09-11 08:01:16] Production.INFO: ============== Deal alert END===========
[2026-09-11 08:01:16] Production.INFO: ==28912== Releasing lock...
[2026-09-11 08:01:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 08:01:16] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 13:02:01] Production.INFO: ==29020== Lock acquired, processing the job...
[2026-09-11 13:02:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 13:02:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 13:02:01] Production.INFO: neon service started
[2026-09-11 13:02:01] Production.INFO: neon service started
[2026-09-11 13:02:01] Production.INFO: ==29020== Releasing lock...
[2026-09-11 13:02:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 13:02:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 08:02:02] Production.INFO: ==29022== Lock acquired, processing the job...
[2026-09-11 08:02:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 12:02:02] Production.INFO: ==29024== Lock acquired, processing the job...
[2026-09-11 12:02:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 12:02:02] Production.INFO: ==29024== Releasing lock...
[2026-09-11 12:02:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 12:02:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 08:02:02] Production.INFO: ==29022== Releasing lock...
[2026-09-11 08:02:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 08:02:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 08:02:03] Production.INFO: ==29029== Lock acquired, processing the job...
[2026-09-11 08:02:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 08:02:03] Production.INFO: ==29027== Lock acquired, processing the job...
[2026-09-11 08:02:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 08:02:03] Production.INFO: ==29031== Lock acquired, processing the job...
[2026-09-11 08:02:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 08:02:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 08:02:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 08:02:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 08:02:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 08:02:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 08:02:03] Production.INFO: ==29033== Lock acquired, processing the job...
[2026-09-11 08:02:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 08:02:03] Production.INFO: ==29035== Lock acquired, processing the job...
[2026-09-11 08:02:03] Production.INFO: pbxaccountusage-command-pbxaccountusage-companyid-1-cronjobid-16 #Starts#
[2026-09-11 08:02:03] Production.INFO: ==29037== Lock acquired, processing the job...
[2026-09-11 08:02:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 08:02:03] Production.ERROR: tblTempUsageDetail_20
[2026-09-11 08:02:03] Production.INFO: Account Balance Start.
[2026-09-11 08:02:03] Production.INFO: CreateAllLog Start
[2026-09-11 08:02:03] Production.INFO: 117
[2026-09-11 08:02:03] Production.INFO: Date 2026-09-08
[2026-09-11 08:02:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 08:02:03] Production.INFO: Date 2026-09-09
[2026-09-11 08:02:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 08:02:03] Production.INFO: ==29037== Releasing lock...
[2026-09-11 08:02:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 08:02:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 08:02:03] Production.INFO: Date 2026-09-10
[2026-09-11 08:02:03] Production.INFO: Reseller ==> 0
[2026-09-11 08:02:03] Production.INFO: Date 2026-09-11
[2026-09-11 08:02:03] Production.INFO: Reseller ==> 0
[2026-09-11 08:02:03] Production.ERROR: done
[2026-09-11 08:02:03] Production.ERROR: tblTempVendorCDR_20
[2026-09-11 08:02:04] Production.INFO: Total Charge 0
[2026-09-11 08:02:04] Production.INFO: CreateAllLog End
[2026-09-11 08:02:04] Production.ERROR: done
[2026-09-11 08:02:04] Production.INFO: ==29029== Releasing lock...
[2026-09-11 08:02:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 08:02:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 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-09-11 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-09-11 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-09-11 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-09-11 08:02:04] Production.INFO: ==29035== Releasing lock...
[2026-09-11 08:02:04] Production.INFO: pbxaccountusage-command-pbxaccountusage-companyid-1-cronjobid-16 #Stops#
[2026-09-11 08:02:04] Production.INFO: 27.25 MB #Memory Used#
[2026-09-11 08:02:04] Production.INFO: Account Balance End.
[2026-09-11 08:02:04] Production.ERROR: CronJobId end 12
[2026-09-11 08:02:04] Production.INFO: ==29033== Releasing lock...
[2026-09-11 08:02:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 08:02:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 08:02:12] Production.ERROR: CronJobId end10
[2026-09-11 08:02:12] Production.INFO: ==29031== Releasing lock...
[2026-09-11 08:02:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 08:02:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 08:02:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 08:02:15] Production.INFO: ============== Balance Warning START===========
[2026-09-11 08:02:15] Production.INFO: ============== Balance Warning END===========
[2026-09-11 08:02:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 08:02:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 08:02:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 08:02:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 08:02:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 08:02:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 08:02:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 08:02:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 08:02:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 08:02:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 08:02:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 08:02:15] Production.INFO: call_cost start
[2026-09-11 08:02:15] Production.INFO: call_cost end
[2026-09-11 08:02:16] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 08:02:16] Production.INFO: ============== Report Schedule START===========
[2026-09-11 08:02:16] Production.INFO: ============== Report Schedule END===========
[2026-09-11 08:02:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 08:02:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 08:02:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 08:02:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 08:02:16] Production.INFO: ============== Deal alert START===========
[2026-09-11 08:02:16] Production.INFO: ============== Deal alert END===========
[2026-09-11 08:02:16] Production.INFO: ==29027== Releasing lock...
[2026-09-11 08:02:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 08:02:16] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 13:03:01] Production.INFO: ==29131== Lock acquired, processing the job...
[2026-09-11 13:03:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 13:03:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 13:03:01] Production.INFO: neon service started
[2026-09-11 13:03:01] Production.INFO: neon service started
[2026-09-11 13:03:01] Production.INFO: ==29131== Releasing lock...
[2026-09-11 13:03:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 13:03:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 12:03:02] Production.INFO: ==29135== Lock acquired, processing the job...
[2026-09-11 12:03:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 12:03:02] Production.INFO: ==29135== Releasing lock...
[2026-09-11 12:03:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 12:03:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 08:03:02] Production.INFO: ==29133== Lock acquired, processing the job...
[2026-09-11 08:03:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 08:03:02] Production.INFO: ==29133== Releasing lock...
[2026-09-11 08:03:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 08:03:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 08:03:03] Production.INFO: ==29138== Lock acquired, processing the job...
[2026-09-11 08:03:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 08:03:03] Production.INFO: ==29142== Lock acquired, processing the job...
[2026-09-11 08:03:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 08:03:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 08:03:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 08:03:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 08:03:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 08:03:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 08:03:03] Production.INFO: ==29146== Lock acquired, processing the job...
[2026-09-11 08:03:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 08:03:03] Production.INFO: ==29140== Lock acquired, processing the job...
[2026-09-11 08:03:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 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-09-11 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-09-11 08:03:03] Production.INFO: ==29144== Lock acquired, processing the job...
[2026-09-11 08:03:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 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-09-11 08:03:03] Production.INFO: ==29146== Releasing lock...
[2026-09-11 08:03:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 08:03:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 08:03:03] Production.INFO: Account Balance Start.
[2026-09-11 08:03:03] Production.INFO: CreateAllLog Start
[2026-09-11 08:03:03] Production.INFO: 117
[2026-09-11 08:03:03] Production.INFO: Date 2026-09-08
[2026-09-11 08:03:03] Production.INFO: Reseller ==> 0
[2026-09-11 08:03:03] Production.INFO: Date 2026-09-09
[2026-09-11 08:03:03] Production.INFO: Reseller ==> 0
[2026-09-11 08:03:03] Production.INFO: Date 2026-09-10
[2026-09-11 08:03:03] Production.INFO: Reseller ==> 0
[2026-09-11 08:03:03] Production.INFO: Date 2026-09-11
[2026-09-11 08:03:03] Production.INFO: Reseller ==> 0
[2026-09-11 08:03:03] Production.INFO: Total Charge 0
[2026-09-11 08:03:03] Production.INFO: CreateAllLog End
[2026-09-11 08:03:04] Production.INFO: Account Balance End.
[2026-09-11 08:03:04] Production.ERROR: CronJobId end 12
[2026-09-11 08:03:04] Production.INFO: ==29144== Releasing lock...
[2026-09-11 08:03:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 08:03:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 08:03:04] Production.INFO: ==29140== Releasing lock...
[2026-09-11 08:03:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 08:03:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 08:03:11] Production.ERROR: CronJobId end10
[2026-09-11 08:03:11] Production.INFO: ==29142== Releasing lock...
[2026-09-11 08:03:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 08:03:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 08:03:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 08:03:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 08:03:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 08:03:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 08:03:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 08:03:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 08:03:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 08:03:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 08:03:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 08:03:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 08:03:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 08:03:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 08:03:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 08:03:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 08:03:15] Production.INFO: call_cost start
[2026-09-11 08:03:15] Production.INFO: call_cost end
[2026-09-11 08:03:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 08:03:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 08:03:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 08:03:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 08:03:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 08:03:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 08:03:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 08:03:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 08:03:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 08:03:15] Production.INFO: ==29138== Releasing lock...
[2026-09-11 08:03:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 08:03:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 13:04:01] Production.INFO: ==29242== Lock acquired, processing the job...
[2026-09-11 13:04:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 13:04:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 13:04:01] Production.INFO: neon service started
[2026-09-11 13:04:01] Production.INFO: neon service started
[2026-09-11 13:04:01] Production.INFO: ==29242== Releasing lock...
[2026-09-11 13:04:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 13:04:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 08:04:01] Production.INFO: ==29244== Lock acquired, processing the job...
[2026-09-11 08:04:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 08:04:02] Production.INFO: ==29244== Releasing lock...
[2026-09-11 08:04:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 08:04:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 12:04:02] Production.INFO: ==29246== Lock acquired, processing the job...
[2026-09-11 12:04:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 12:04:02] Production.INFO: ==29246== Releasing lock...
[2026-09-11 12:04:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 12:04:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 08:04:02] Production.INFO: ==29249== Lock acquired, processing the job...
[2026-09-11 08:04:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 08:04:02] Production.INFO: ==29251== Lock acquired, processing the job...
[2026-09-11 08:04:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 08:04:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 08:04:03] Production.INFO: ==29255== Lock acquired, processing the job...
[2026-09-11 08:04:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 08:04:03] Production.INFO: ==29253== Lock acquired, processing the job...
[2026-09-11 08:04:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 08:04:03] Production.INFO: ==29257== Lock acquired, processing the job...
[2026-09-11 08:04:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 08:04:03] Production.INFO: Account Balance Start.
[2026-09-11 08:04:03] Production.INFO: CreateAllLog Start
[2026-09-11 08:04:03] Production.INFO: 117
[2026-09-11 08:04:03] Production.INFO: Date 2026-09-08
[2026-09-11 08:04:03] Production.INFO: Reseller ==> 0
[2026-09-11 08:04:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 08:04:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 08:04:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 08:04:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 08:04:03] Production.INFO: Date 2026-09-09
[2026-09-11 08:04:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 08:04:03] Production.INFO: Date 2026-09-10
[2026-09-11 08:04:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 08:04:03] Production.INFO: ==29257== Releasing lock...
[2026-09-11 08:04:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 08:04:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 08:04:03] Production.INFO: Date 2026-09-11
[2026-09-11 08:04:03] Production.INFO: Reseller ==> 0
[2026-09-11 08:04:03] Production.INFO: Total Charge 0
[2026-09-11 08:04:03] Production.INFO: CreateAllLog End
[2026-09-11 08:04:03] Production.INFO: Account Balance End.
[2026-09-11 08:04:03] Production.ERROR: CronJobId end 12
[2026-09-11 08:04:03] Production.INFO: ==29255== Releasing lock...
[2026-09-11 08:04:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 08:04:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 08:04:03] Production.INFO: ==29251== Releasing lock...
[2026-09-11 08:04:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 08:04:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 08:04:12] Production.ERROR: CronJobId end10
[2026-09-11 08:04:12] Production.INFO: ==29253== Releasing lock...
[2026-09-11 08:04:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 08:04:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 08:04:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 08:04:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 08:04:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 08:04:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 08:04:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 08:04:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 08:04:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 08:04:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 08:04:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 08:04:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 08:04:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 08:04:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 08:04:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 08:04:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 08:04:15] Production.INFO: call_cost start
[2026-09-11 08:04:15] Production.INFO: call_cost end
[2026-09-11 08:04:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 08:04:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 08:04:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 08:04:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 08:04:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 08:04:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 08:04:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 08:04:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 08:04:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 08:04:15] Production.INFO: ==29249== Releasing lock...
[2026-09-11 08:04:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 08:04:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 13:05:01] Production.INFO: ==29346== Lock acquired, processing the job...
[2026-09-11 13:05:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 13:05:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 13:05:01] Production.INFO: neon service started
[2026-09-11 13:05:01] Production.INFO: neon service started
[2026-09-11 13:05:01] Production.INFO: ==29346== Releasing lock...
[2026-09-11 13:05:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 13:05:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 08:05:02] Production.INFO: ==29348== Lock acquired, processing the job...
[2026-09-11 08:05:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 12:05:02] Production.INFO: ==29350== Lock acquired, processing the job...
[2026-09-11 12:05:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 08:05:02] Production.INFO: ==29348== Releasing lock...
[2026-09-11 08:05:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 08:05:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 12:05:02] Production.INFO: ==29350== Releasing lock...
[2026-09-11 12:05:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 12:05:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 08:05:03] Production.INFO: ==29356== Lock acquired, processing the job...
[2026-09-11 08:05:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 08:05:03] Production.INFO: ==29364== Lock acquired, processing the job...
[2026-09-11 08:05:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 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-09-11 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-09-11 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-09-11 08:05:03] Production.INFO: ==29364== Releasing lock...
[2026-09-11 08:05:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 08:05:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 08:05:03] Production.INFO: ==29352== Lock acquired, processing the job...
[2026-09-11 08:05:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-11 08:05:03] Production.INFO: ==29354== Lock acquired, processing the job...
[2026-09-11 08:05:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 08:05:03] Production.ERROR: ========================== active cronjob start =============================
[2026-09-11 08:05:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-11 08:05:03] Production.ERROR: CronJob PID - 29356
[2026-09-11 08:05:03] Production.ERROR: CronJob Title - Account Block
[2026-09-11 08:05:03] Production.ERROR: CronJob ID - 7
[2026-09-11 08:05:03] Production.ERROR: CronJob Last Run Time 2026-09-11 08:05:00
[2026-09-11 08:05:03] Production.ERROR: CronJob Active Minutes 0
[2026-09-11 08:05:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-11 08:05:03] Production.INFO: ==29358== Lock acquired, processing the job...
[2026-09-11 08:05:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 08:05:03] Production.ERROR: ========================== active cronjob end =============================
[2026-09-11 08:05:03] Production.INFO: ==29352== Releasing lock...
[2026-09-11 08:05:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-11 08:05:03] Production.INFO: 25.5 MB #Memory Used#
[2026-09-11 08:05:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 08:05:03] Production.INFO: ==29360== Lock acquired, processing the job...
[2026-09-11 08:05:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 08:05:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 08:05:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 08:05:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 08:05:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 08:05:04] Production.INFO: ==29362== Lock acquired, processing the job...
[2026-09-11 08:05:04] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-11 08:05:04] Production.INFO: Account Balance Start.
[2026-09-11 08:05:04] Production.INFO: CreateAllLog Start
[2026-09-11 08:05:04] Production.INFO: 117
[2026-09-11 08:05:04] Production.ERROR: tblTempUsageDetail_20
[2026-09-11 08:05:04] Production.INFO: Date 2026-09-08
[2026-09-11 08:05:04] Production.INFO: Reseller ==> 0
[2026-09-11 08:05:04] Production.INFO: Date 2026-09-09
[2026-09-11 08:05:04] Production.INFO: Reseller ==> 0
[2026-09-11 08:05:04] Production.INFO: Date 2026-09-10
[2026-09-11 08:05:04] Production.INFO: Reseller ==> 0
[2026-09-11 08:05:04] Production.INFO: ==29356== Releasing lock...
[2026-09-11 08:05:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 08:05:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 08:05:04] Production.INFO: Date 2026-09-11
[2026-09-11 08:05:04] Production.INFO: Reseller ==> 0
[2026-09-11 08:05:04] Production.INFO: Total Charge 0
[2026-09-11 08:05:04] Production.ERROR: done
[2026-09-11 08:05:04] Production.INFO: CreateAllLog End
[2026-09-11 08:05:04] Production.INFO: Account Balance End.
[2026-09-11 08:05:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-11 08:05:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17983345', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) start
[2026-09-11 08:05:04] Production.ERROR: CronJobId end 12
[2026-09-11 08:05:04] Production.INFO: ==29360== Releasing lock...
[2026-09-11 08:05:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 08:05:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 08:05:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17983345', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) end
[2026-09-11 08:05:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-11 08:05:10] Production.INFO: ProcessCDR(1,17983345,1,1,2)
[2026-09-11 08:05:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17983345,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 08:05:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17983345,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 08:05:10] Production.ERROR: pbx prc_insertCDR start
[2026-09-11 08:05:10] Production.ERROR: pbx prc_insertCDR end
[2026-09-11 08:05:10] Production.INFO: ==29362== Releasing lock...
[2026-09-11 08:05:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-11 08:05:10] Production.INFO: 26 MB #Memory Used#
[2026-09-11 08:05:13] Production.ERROR: CronJobId end10
[2026-09-11 08:05:13] Production.INFO: ==29358== Releasing lock...
[2026-09-11 08:05:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 08:05:13] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 08:05:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 08:05:16] Production.INFO: ============== Balance Warning START===========
[2026-09-11 08:05:16] Production.INFO: ============== Balance Warning END===========
[2026-09-11 08:05:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 08:05:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 08:05:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 08:05:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 08:05:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 08:05:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 08:05:16] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 08:05:16] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 08:05:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 08:05:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 08:05:16] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 08:05:16] Production.INFO: call_cost start
[2026-09-11 08:05:16] Production.INFO: call_cost end
[2026-09-11 08:05:16] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 08:05:16] Production.INFO: ============== Report Schedule START===========
[2026-09-11 08:05:16] Production.INFO: ============== Report Schedule END===========
[2026-09-11 08:05:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 08:05:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 08:05:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 08:05:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 08:05:16] Production.INFO: ============== Deal alert START===========
[2026-09-11 08:05:16] Production.INFO: ============== Deal alert END===========
[2026-09-11 08:05:16] Production.INFO: ==29354== Releasing lock...
[2026-09-11 08:05:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 08:05:16] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 13:06:01] Production.INFO: ==29451== Lock acquired, processing the job...
[2026-09-11 13:06:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 13:06:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 13:06:01] Production.INFO: neon service started
[2026-09-11 13:06:01] Production.INFO: neon service started
[2026-09-11 13:06:01] Production.INFO: ==29451== Releasing lock...
[2026-09-11 13:06:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 13:06:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 12:06:01] Production.INFO: ==29455== Lock acquired, processing the job...
[2026-09-11 12:06:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 12:06:01] Production.INFO: ==29455== Releasing lock...
[2026-09-11 12:06:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 12:06:01] Production.INFO: 25 MB #Memory Used#
[2026-09-11 08:06:01] Production.INFO: ==29453== Lock acquired, processing the job...
[2026-09-11 08:06:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 08:06:02] Production.INFO: ==29453== Releasing lock...
[2026-09-11 08:06:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 08:06:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 08:06:02] Production.INFO: ==29457== Lock acquired, processing the job...
[2026-09-11 08:06:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 08:06:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 08:06:03] Production.INFO: ==29461== Lock acquired, processing the job...
[2026-09-11 08:06:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 08:06:03] Production.INFO: ==29459== Lock acquired, processing the job...
[2026-09-11 08:06:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 08:06:03] Production.INFO: ==29463== Lock acquired, processing the job...
[2026-09-11 08:06:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 08:06:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 08:06:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 08:06:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 08:06:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 08:06:03] Production.INFO: Account Balance Start.
[2026-09-11 08:06:03] Production.INFO: CreateAllLog Start
[2026-09-11 08:06:03] Production.INFO: 117
[2026-09-11 08:06:03] Production.INFO: Date 2026-09-08
[2026-09-11 08:06:03] Production.INFO: ==29465== Lock acquired, processing the job...
[2026-09-11 08:06:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 08:06:03] Production.INFO: Reseller ==> 0
[2026-09-11 08:06:03] Production.INFO: Date 2026-09-09
[2026-09-11 08:06:03] Production.INFO: Reseller ==> 0
[2026-09-11 08:06:03] Production.INFO: Date 2026-09-10
[2026-09-11 08:06:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 08:06:03] Production.INFO: Date 2026-09-11
[2026-09-11 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-09-11 08:06:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 08:06:03] Production.INFO: ==29465== Releasing lock...
[2026-09-11 08:06:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 08:06:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 08:06:03] Production.INFO: Total Charge 0
[2026-09-11 08:06:03] Production.INFO: CreateAllLog End
[2026-09-11 08:06:03] Production.INFO: Account Balance End.
[2026-09-11 08:06:03] Production.ERROR: CronJobId end 12
[2026-09-11 08:06:03] Production.INFO: ==29463== Releasing lock...
[2026-09-11 08:06:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 08:06:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 08:06:03] Production.INFO: ==29459== Releasing lock...
[2026-09-11 08:06:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 08:06:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 08:06:11] Production.ERROR: CronJobId end10
[2026-09-11 08:06:11] Production.INFO: ==29461== Releasing lock...
[2026-09-11 08:06:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 08:06:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 08:06:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 08:06:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 08:06:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 08:06:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 08:06:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 08:06:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 08:06:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 08:06:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 08:06:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 08:06:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 08:06:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 08:06:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 08:06:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 08:06:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 08:06:14] Production.INFO: call_cost start
[2026-09-11 08:06:14] Production.INFO: call_cost end
[2026-09-11 08:06:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 08:06:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 08:06:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 08:06:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 08:06:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 08:06:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 08:06:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 08:06:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 08:06:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 08:06:14] Production.INFO: ==29457== Releasing lock...
[2026-09-11 08:06:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 08:06:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 13:07:01] Production.INFO: ==29548== Lock acquired, processing the job...
[2026-09-11 13:07:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 13:07:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 13:07:01] Production.INFO: neon service started
[2026-09-11 13:07:01] Production.INFO: neon service started
[2026-09-11 13:07:01] Production.INFO: ==29548== Releasing lock...
[2026-09-11 13:07:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 13:07:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 08:07:02] Production.INFO: ==29552== Lock acquired, processing the job...
[2026-09-11 08:07:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 08:07:02] Production.INFO: ==29552== Releasing lock...
[2026-09-11 08:07:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 08:07:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 12:07:02] Production.INFO: ==29555== Lock acquired, processing the job...
[2026-09-11 12:07:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 12:07:02] Production.INFO: ==29555== Releasing lock...
[2026-09-11 12:07:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 12:07:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 08:07:03] Production.INFO: ==29557== Lock acquired, processing the job...
[2026-09-11 08:07:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 08:07:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 08:07:03] Production.INFO: ==29559== Lock acquired, processing the job...
[2026-09-11 08:07:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 08:07:03] Production.INFO: ==29561== Lock acquired, processing the job...
[2026-09-11 08:07:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 08:07:03] Production.INFO: ==29563== Lock acquired, processing the job...
[2026-09-11 08:07:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 08:07:03] Production.INFO: ==29565== Lock acquired, processing the job...
[2026-09-11 08:07:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 08:07:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 08:07:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 08:07:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 08:07:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 08: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-09-11 08:07:03] Production.INFO: Account Balance Start.
[2026-09-11 08:07:03] Production.INFO: CreateAllLog Start
[2026-09-11 08:07:03] Production.INFO: 117
[2026-09-11 08: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-09-11 08:07:03] Production.INFO: Date 2026-09-08
[2026-09-11 08: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-09-11 08:07:03] Production.INFO: Reseller ==> 0
[2026-09-11 08:07:03] Production.INFO: ==29565== Releasing lock...
[2026-09-11 08:07:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 08:07:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 08:07:03] Production.INFO: Date 2026-09-09
[2026-09-11 08:07:03] Production.INFO: Reseller ==> 0
[2026-09-11 08:07:03] Production.INFO: Date 2026-09-10
[2026-09-11 08:07:03] Production.INFO: Reseller ==> 0
[2026-09-11 08:07:03] Production.INFO: Date 2026-09-11
[2026-09-11 08:07:03] Production.INFO: Reseller ==> 0
[2026-09-11 08:07:03] Production.INFO: Total Charge 0
[2026-09-11 08:07:03] Production.INFO: CreateAllLog End
[2026-09-11 08:07:04] Production.INFO: ==29559== Releasing lock...
[2026-09-11 08:07:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 08:07:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 08:07:04] Production.INFO: Account Balance End.
[2026-09-11 08:07:04] Production.ERROR: CronJobId end 12
[2026-09-11 08:07:04] Production.INFO: ==29563== Releasing lock...
[2026-09-11 08:07:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 08:07:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 08:07:12] Production.ERROR: CronJobId end10
[2026-09-11 08:07:12] Production.INFO: ==29561== Releasing lock...
[2026-09-11 08:07:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 08:07:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 08:07:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 08:07:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 08:07:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 08:07:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 08:07:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 08:07:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 08:07:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 08:07:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 08:07:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 08:07:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 08:07:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 08:07:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 08:07:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 08:07:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 08:07:15] Production.INFO: call_cost start
[2026-09-11 08:07:15] Production.INFO: call_cost end
[2026-09-11 08:07:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 08:07:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 08:07:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 08:07:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 08:07:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 08:07:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 08:07:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 08:07:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 08:07:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 08:07:15] Production.INFO: ==29557== Releasing lock...
[2026-09-11 08:07:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 08:07:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 13:08:02] Production.INFO: ==29659== Lock acquired, processing the job...
[2026-09-11 13:08:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 13:08:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 13:08:02] Production.INFO: neon service started
[2026-09-11 13:08:02] Production.INFO: neon service started
[2026-09-11 13:08:02] Production.INFO: ==29659== Releasing lock...
[2026-09-11 13:08:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 13:08:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 12:08:02] Production.INFO: ==29663== Lock acquired, processing the job...
[2026-09-11 12:08:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 12:08:02] Production.INFO: ==29663== Releasing lock...
[2026-09-11 12:08:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 12:08:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 08:08:02] Production.INFO: ==29661== Lock acquired, processing the job...
[2026-09-11 08:08:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 08:08:02] Production.INFO: ==29661== Releasing lock...
[2026-09-11 08:08:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 08:08:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 08:08:03] Production.INFO: ==29665== Lock acquired, processing the job...
[2026-09-11 08:08:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 08:08:03] Production.INFO: ==29669== Lock acquired, processing the job...
[2026-09-11 08:08:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 08:08:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 08:08:03] Production.INFO: ==29667== Lock acquired, processing the job...
[2026-09-11 08:08:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 08:08:03] Production.INFO: ==29671== Lock acquired, processing the job...
[2026-09-11 08:08:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 08:08:03] Production.INFO: ==29673== Lock acquired, processing the job...
[2026-09-11 08:08:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 08:08:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 08:08:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 08:08:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 08:08:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 08:08:03] Production.INFO: Account Balance Start.
[2026-09-11 08:08:03] Production.INFO: CreateAllLog Start
[2026-09-11 08:08:03] Production.INFO: 117
[2026-09-11 08:08:03] Production.INFO: Date 2026-09-08
[2026-09-11 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-09-11 08:08:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 08:08:03] Production.INFO: ==29673== Releasing lock...
[2026-09-11 08:08:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 08:08:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 08:08:03] Production.INFO: Date 2026-09-09
[2026-09-11 08:08:04] Production.INFO: Reseller ==> 0
[2026-09-11 08:08:04] Production.INFO: Date 2026-09-10
[2026-09-11 08:08:04] Production.INFO: Reseller ==> 0
[2026-09-11 08:08:04] Production.INFO: Date 2026-09-11
[2026-09-11 08:08:04] Production.INFO: Reseller ==> 0
[2026-09-11 08:08:04] Production.INFO: Total Charge 0
[2026-09-11 08:08:04] Production.INFO: CreateAllLog End
[2026-09-11 08:08:04] Production.INFO: Account Balance End.
[2026-09-11 08:08:04] Production.ERROR: CronJobId end 12
[2026-09-11 08:08:04] Production.INFO: ==29671== Releasing lock...
[2026-09-11 08:08:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 08:08:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 08:08:04] Production.INFO: ==29667== Releasing lock...
[2026-09-11 08:08:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 08:08:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 08:08:12] Production.ERROR: CronJobId end10
[2026-09-11 08:08:12] Production.INFO: ==29669== Releasing lock...
[2026-09-11 08:08:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 08:08:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 08:08:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 08:08:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 08:08:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 08:08:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 08:08:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 08:08:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 08:08:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 08:08:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 08:08:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 08:08:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 08:08:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 08:08:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 08:08:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 08:08:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 08:08:15] Production.INFO: call_cost start
[2026-09-11 08:08:15] Production.INFO: call_cost end
[2026-09-11 08:08:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 08:08:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 08:08:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 08:08:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 08:08:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 08:08:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 08:08:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 08:08:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 08:08:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 08:08:15] Production.INFO: ==29665== Releasing lock...
[2026-09-11 08:08:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 08:08:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 13:09:01] Production.INFO: ==29760== Lock acquired, processing the job...
[2026-09-11 13:09:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 13:09:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 13:09:01] Production.INFO: neon service started
[2026-09-11 13:09:01] Production.INFO: neon service started
[2026-09-11 13:09:01] Production.INFO: ==29760== Releasing lock...
[2026-09-11 13:09:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 13:09:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 12:09:01] Production.INFO: ==29764== Lock acquired, processing the job...
[2026-09-11 12:09:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 12:09:02] Production.INFO: ==29764== Releasing lock...
[2026-09-11 12:09:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 12:09:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 08:09:02] Production.INFO: ==29762== Lock acquired, processing the job...
[2026-09-11 08:09:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 08:09:02] Production.INFO: ==29762== Releasing lock...
[2026-09-11 08:09:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 08:09:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 08:09:03] Production.INFO: ==29768== Lock acquired, processing the job...
[2026-09-11 08:09:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 08:09:03] Production.INFO: ==29770== Lock acquired, processing the job...
[2026-09-11 08:09:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 08:09:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 08:09:03] Production.INFO: ==29772== Lock acquired, processing the job...
[2026-09-11 08:09:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 08:09:03] Production.INFO: ==29775== Lock acquired, processing the job...
[2026-09-11 08:09:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 08:09:03] Production.INFO: ==29777== Lock acquired, processing the job...
[2026-09-11 08:09:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 08:09:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 08:09:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 08:09:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 08:09:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 08:09:03] Production.INFO: Account Balance Start.
[2026-09-11 08:09:03] Production.INFO: CreateAllLog Start
[2026-09-11 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-09-11 08:09:03] Production.INFO: 117
[2026-09-11 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-09-11 08:09:03] Production.INFO: Date 2026-09-08
[2026-09-11 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-09-11 08:09:03] Production.INFO: Reseller ==> 0
[2026-09-11 08:09:03] Production.INFO: ==29777== Releasing lock...
[2026-09-11 08:09:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 08:09:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 08:09:03] Production.INFO: Date 2026-09-09
[2026-09-11 08:09:03] Production.INFO: Reseller ==> 0
[2026-09-11 08:09:03] Production.INFO: Date 2026-09-10
[2026-09-11 08:09:03] Production.INFO: Reseller ==> 0
[2026-09-11 08:09:03] Production.INFO: Date 2026-09-11
[2026-09-11 08:09:03] Production.INFO: Reseller ==> 0
[2026-09-11 08:09:03] Production.INFO: Total Charge 0
[2026-09-11 08:09:03] Production.INFO: CreateAllLog End
[2026-09-11 08:09:04] Production.INFO: ==29770== Releasing lock...
[2026-09-11 08:09:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 08:09:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 08:09:04] Production.INFO: Account Balance End.
[2026-09-11 08:09:04] Production.ERROR: CronJobId end 12
[2026-09-11 08:09:04] Production.INFO: ==29775== Releasing lock...
[2026-09-11 08:09:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 08:09:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 08:09:11] Production.ERROR: CronJobId end10
[2026-09-11 08:09:11] Production.INFO: ==29772== Releasing lock...
[2026-09-11 08:09:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 08:09:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 08:09:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 08:09:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 08:09:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 08:09:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 08:09:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 08:09:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 08:09:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 08:09:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 08:09:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 08:09:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 08:09:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 08:09:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 08:09:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 08:09:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 08:09:13] Production.INFO: call_cost start
[2026-09-11 08:09:13] Production.INFO: call_cost end
[2026-09-11 08:09:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 08:09:13] Production.INFO: ============== Report Schedule START===========
[2026-09-11 08:09:13] Production.INFO: ============== Report Schedule END===========
[2026-09-11 08:09:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 08:09:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 08:09:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 08:09:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 08:09:13] Production.INFO: ============== Deal alert START===========
[2026-09-11 08:09:13] Production.INFO: ============== Deal alert END===========
[2026-09-11 08:09:13] Production.INFO: ==29768== Releasing lock...
[2026-09-11 08:09:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 08:09:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 13:10:02] Production.INFO: ==29865== Lock acquired, processing the job...
[2026-09-11 13:10:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 13:10:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 13:10:02] Production.INFO: neon service started
[2026-09-11 13:10:02] Production.INFO: neon service started
[2026-09-11 13:10:02] Production.INFO: ==29865== Releasing lock...
[2026-09-11 13:10:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 13:10:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 08:10:02] Production.INFO: ==29867== Lock acquired, processing the job...
[2026-09-11 08:10:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 08:10:02] Production.INFO: ==29867== Releasing lock...
[2026-09-11 08:10:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 08:10:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 12:10:03] Production.INFO: ==29869== Lock acquired, processing the job...
[2026-09-11 12:10:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 12:10:03] Production.INFO: ==29869== Releasing lock...
[2026-09-11 12:10:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 12:10:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 08:10:03] Production.INFO: ==29876== Lock acquired, processing the job...
[2026-09-11 08:10:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 08:10:03] Production.INFO: ==29872== Lock acquired, processing the job...
[2026-09-11 08:10:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 08:10:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 08:10:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 08:10:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 08:10:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 08:10:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 08:10:03] Production.INFO: ==29874== Lock acquired, processing the job...
[2026-09-11 08:10:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 08:10:03] Production.INFO: ==29878== Lock acquired, processing the job...
[2026-09-11 08:10:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 08:10:03] Production.INFO: ==29880== Lock acquired, processing the job...
[2026-09-11 08:10:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 08:10:04] Production.INFO: Account Balance Start.
[2026-09-11 08:10:04] Production.INFO: CreateAllLog Start
[2026-09-11 08:10:04] Production.INFO: 117
[2026-09-11 08:10:04] Production.INFO: Date 2026-09-08
[2026-09-11 08: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-09-11 08: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-09-11 08:10:04] Production.INFO: Reseller ==> 0
[2026-09-11 08: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-09-11 08:10:04] Production.INFO: ==29880== Releasing lock...
[2026-09-11 08:10:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 08:10:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 08:10:04] Production.INFO: Date 2026-09-09
[2026-09-11 08:10:04] Production.INFO: Reseller ==> 0
[2026-09-11 08:10:04] Production.INFO: Date 2026-09-10
[2026-09-11 08:10:04] Production.INFO: Reseller ==> 0
[2026-09-11 08:10:04] Production.INFO: Date 2026-09-11
[2026-09-11 08:10:04] Production.INFO: Reseller ==> 0
[2026-09-11 08:10:04] Production.INFO: Total Charge 0
[2026-09-11 08:10:04] Production.INFO: CreateAllLog End
[2026-09-11 08:10:04] Production.INFO: Account Balance End.
[2026-09-11 08:10:04] Production.ERROR: CronJobId end 12
[2026-09-11 08:10:04] Production.INFO: ==29878== Releasing lock...
[2026-09-11 08:10:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 08:10:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 08:10:04] Production.INFO: ==29874== Releasing lock...
[2026-09-11 08:10:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 08:10:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 08:10:13] Production.ERROR: CronJobId end10
[2026-09-11 08:10:13] Production.INFO: ==29876== Releasing lock...
[2026-09-11 08:10:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 08:10:13] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 08:10:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 08:10:15] Production.INFO: ============== Balance Warning START===========
[2026-09-11 08:10:15] Production.INFO: ============== Balance Warning END===========
[2026-09-11 08:10:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 08:10:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 08:10:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 08:10:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 08:10:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 08:10:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 08:10:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 08:10:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 08:10:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 08:10:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 08:10:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 08:10:15] Production.INFO: call_cost start
[2026-09-11 08:10:15] Production.INFO: call_cost end
[2026-09-11 08:10:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 08:10:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 08:10:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 08:10:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 08:10:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 08:10:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 08:10:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 08:10:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 08:10:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 08:10:15] Production.INFO: ==29872== Releasing lock...
[2026-09-11 08:10:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 08:10:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 13:11:01] Production.INFO: ==29977== Lock acquired, processing the job...
[2026-09-11 13:11:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 13:11:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 13:11:01] Production.INFO: neon service started
[2026-09-11 13:11:01] Production.INFO: neon service started
[2026-09-11 13:11:01] Production.INFO: ==29977== Releasing lock...
[2026-09-11 13:11:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 13:11:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 08:11:02] Production.INFO: ==29979== Lock acquired, processing the job...
[2026-09-11 08:11:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 12:11:02] Production.INFO: ==29981== Lock acquired, processing the job...
[2026-09-11 12:11:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 12:11:02] Production.INFO: ==29981== Releasing lock...
[2026-09-11 12:11:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 12:11:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 08:11:02] Production.INFO: ==29979== Releasing lock...
[2026-09-11 08:11:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 08:11:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 08:11:03] Production.INFO: ==29986== Lock acquired, processing the job...
[2026-09-11 08:11:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 08:11:03] Production.INFO: ==29988== Lock acquired, processing the job...
[2026-09-11 08:11:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 08:11:03] Production.INFO: ==29990== Lock acquired, processing the job...
[2026-09-11 08:11:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 08:11:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 08:11:03] Production.INFO: ==29992== Lock acquired, processing the job...
[2026-09-11 08:11:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 08:11:03] Production.INFO: ==29994== Lock acquired, processing the job...
[2026-09-11 08:11:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 08:11:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 08:11:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 08:11:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 08:11:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 08: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-09-11 08: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-09-11 08:11:03] Production.INFO: Account Balance Start.
[2026-09-11 08:11:03] Production.INFO: CreateAllLog Start
[2026-09-11 08:11:03] Production.INFO: 117
[2026-09-11 08:11:03] Production.INFO: Date 2026-09-08
[2026-09-11 08: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-09-11 08:11:03] Production.INFO: ==29994== Releasing lock...
[2026-09-11 08:11:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 08:11:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 08:11:03] Production.INFO: Reseller ==> 0
[2026-09-11 08:11:03] Production.INFO: Date 2026-09-09
[2026-09-11 08:11:03] Production.INFO: Reseller ==> 0
[2026-09-11 08:11:03] Production.INFO: Date 2026-09-10
[2026-09-11 08:11:03] Production.INFO: Reseller ==> 0
[2026-09-11 08:11:03] Production.INFO: Date 2026-09-11
[2026-09-11 08:11:03] Production.INFO: Reseller ==> 0
[2026-09-11 08:11:03] Production.INFO: Total Charge 0
[2026-09-11 08:11:03] Production.INFO: CreateAllLog End
[2026-09-11 08:11:03] Production.INFO: Account Balance End.
[2026-09-11 08:11:03] Production.ERROR: CronJobId end 12
[2026-09-11 08:11:03] Production.INFO: ==29992== Releasing lock...
[2026-09-11 08:11:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 08:11:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 08:11:04] Production.INFO: ==29988== Releasing lock...
[2026-09-11 08:11:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 08:11:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 08:11:12] Production.ERROR: CronJobId end10
[2026-09-11 08:11:12] Production.INFO: ==29990== Releasing lock...
[2026-09-11 08:11:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 08:11:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 08:11:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 08:11:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 08:11:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 08:11:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 08:11:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 08:11:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 08:11:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 08:11:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 08:11:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 08:11:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 08:11:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 08:11:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 08:11:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 08:11:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 08:11:15] Production.INFO: call_cost start
[2026-09-11 08:11:15] Production.INFO: call_cost end
[2026-09-11 08:11:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 08:11:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 08:11:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 08:11:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 08:11:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 08:11:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 08:11:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 08:11:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 08:11:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 08:11:15] Production.INFO: ==29986== Releasing lock...
[2026-09-11 08:11:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 08:11:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 13:12:02] Production.INFO: ==30083== Lock acquired, processing the job...
[2026-09-11 13:12:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 13:12:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 13:12:02] Production.INFO: neon service started
[2026-09-11 13:12:02] Production.INFO: neon service started
[2026-09-11 13:12:02] Production.INFO: ==30083== Releasing lock...
[2026-09-11 13:12:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 13:12:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 08:12:02] Production.INFO: ==30087== Lock acquired, processing the job...
[2026-09-11 08:12:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 12:12:02] Production.INFO: ==30089== Lock acquired, processing the job...
[2026-09-11 12:12:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 12:12:02] Production.INFO: ==30089== Releasing lock...
[2026-09-11 12:12:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 12:12:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 08:12:02] Production.INFO: ==30087== Releasing lock...
[2026-09-11 08:12:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 08:12:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 08:12:03] Production.INFO: ==30092== Lock acquired, processing the job...
[2026-09-11 08:12:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 08:12:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 08:12:03] Production.INFO: ==30096== Lock acquired, processing the job...
[2026-09-11 08:12:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 08:12:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 08:12:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 08:12:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 08:12:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 08:12:04] Production.INFO: ==30094== Lock acquired, processing the job...
[2026-09-11 08:12:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 08:12:04] Production.INFO: ==30098== Lock acquired, processing the job...
[2026-09-11 08:12:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 08:12:04] Production.INFO: ==30100== Lock acquired, processing the job...
[2026-09-11 08:12:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 08:12:04] Production.INFO: Account Balance Start.
[2026-09-11 08:12:04] Production.INFO: CreateAllLog Start
[2026-09-11 08:12:04] Production.INFO: 117
[2026-09-11 08:12:04] Production.INFO: Date 2026-09-08
[2026-09-11 08:12:04] Production.INFO: Reseller ==> 0
[2026-09-11 08:12:04] Production.INFO: Date 2026-09-09
[2026-09-11 08:12:04] Production.INFO: Reseller ==> 0
[2026-09-11 08: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-09-11 08: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-09-11 08:12:04] Production.INFO: Date 2026-09-10
[2026-09-11 08:12:04] Production.INFO: Reseller ==> 0
[2026-09-11 08: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-09-11 08:12:04] Production.INFO: ==30100== Releasing lock...
[2026-09-11 08:12:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 08:12:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 08:12:04] Production.INFO: Date 2026-09-11
[2026-09-11 08:12:04] Production.INFO: Reseller ==> 0
[2026-09-11 08:12:04] Production.INFO: Total Charge 0
[2026-09-11 08:12:04] Production.INFO: CreateAllLog End
[2026-09-11 08:12:04] Production.INFO: Account Balance End.
[2026-09-11 08:12:04] Production.ERROR: CronJobId end 12
[2026-09-11 08:12:04] Production.INFO: ==30098== Releasing lock...
[2026-09-11 08:12:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 08:12:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 08:12:04] Production.INFO: ==30094== Releasing lock...
[2026-09-11 08:12:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 08:12:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 08:12:12] Production.ERROR: CronJobId end10
[2026-09-11 08:12:12] Production.INFO: ==30096== Releasing lock...
[2026-09-11 08:12:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 08:12:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 08:12:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 08:12:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 08:12:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 08:12:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 08:12:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 08:12:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 08:12:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 08:12:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 08:12:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 08:12:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 08:12:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 08:12:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 08:12:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 08:12:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 08:12:15] Production.INFO: call_cost start
[2026-09-11 08:12:15] Production.INFO: call_cost end
[2026-09-11 08:12:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 08:12:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 08:12:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 08:12:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 08:12:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 08:12:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 08:12:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 08:12:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 08:12:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 08:12:15] Production.INFO: ==30092== Releasing lock...
[2026-09-11 08:12:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 08:12:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 13:13:01] Production.INFO: ==30188== Lock acquired, processing the job...
[2026-09-11 13:13:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 13:13:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 13:13:01] Production.INFO: neon service started
[2026-09-11 13:13:01] Production.INFO: neon service started
[2026-09-11 13:13:01] Production.INFO: ==30188== Releasing lock...
[2026-09-11 13:13:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 13:13:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 08:13:01] Production.INFO: ==30190== Lock acquired, processing the job...
[2026-09-11 08:13:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 08:13:02] Production.INFO: ==30190== Releasing lock...
[2026-09-11 08:13:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 08:13:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 12:13:02] Production.INFO: ==30192== Lock acquired, processing the job...
[2026-09-11 12:13:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 12:13:02] Production.INFO: ==30192== Releasing lock...
[2026-09-11 12:13:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 12:13:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 08:13:02] Production.INFO: ==30195== Lock acquired, processing the job...
[2026-09-11 08:13:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 08:13:02] Production.INFO: ==30197== Lock acquired, processing the job...
[2026-09-11 08:13:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 08:13:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 08:13:02] Production.INFO: ==30203== Lock acquired, processing the job...
[2026-09-11 08:13:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 08:13:02] Production.INFO: ==30201== Lock acquired, processing the job...
[2026-09-11 08:13:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 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-09-11 08:13:03] Production.INFO: Account Balance Start.
[2026-09-11 08:13:03] Production.INFO: ==30199== Lock acquired, processing the job...
[2026-09-11 08:13:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 08:13:03] Production.INFO: CreateAllLog Start
[2026-09-11 08:13:03] Production.INFO: 117
[2026-09-11 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-09-11 08:13:03] Production.INFO: Date 2026-09-08
[2026-09-11 08:13:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 08:13:03] Production.INFO: ==30203== Releasing lock...
[2026-09-11 08:13:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 08:13:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 08:13:03] Production.INFO: Date 2026-09-09
[2026-09-11 08:13:03] Production.INFO: Reseller ==> 0
[2026-09-11 08:13:03] Production.INFO: Date 2026-09-10
[2026-09-11 08:13:03] Production.INFO: Reseller ==> 0
[2026-09-11 08:13:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 08:13:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 08:13:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 08:13:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 08:13:03] Production.INFO: Date 2026-09-11
[2026-09-11 08:13:03] Production.INFO: Reseller ==> 0
[2026-09-11 08:13:03] Production.INFO: Total Charge 0
[2026-09-11 08:13:03] Production.INFO: CreateAllLog End
[2026-09-11 08:13:03] Production.INFO: Account Balance End.
[2026-09-11 08:13:03] Production.ERROR: CronJobId end 12
[2026-09-11 08:13:03] Production.INFO: ==30201== Releasing lock...
[2026-09-11 08:13:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 08:13:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 08:13:03] Production.INFO: ==30197== Releasing lock...
[2026-09-11 08:13:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 08:13:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 08:13:12] Production.ERROR: CronJobId end10
[2026-09-11 08:13:12] Production.INFO: ==30199== Releasing lock...
[2026-09-11 08:13:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 08:13:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 08:13:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 08:13:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 08:13:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 08:13:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 08:13:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 08:13:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 08:13:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 08:13:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 08:13:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 08:13:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 08:13:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 08:13:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 08:13:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 08:13:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 08:13:14] Production.INFO: call_cost start
[2026-09-11 08:13:14] Production.INFO: call_cost end
[2026-09-11 08:13:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 08:13:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 08:13:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 08:13:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 08:13:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 08:13:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 08:13:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 08:13:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 08:13:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 08:13:14] Production.INFO: ==30195== Releasing lock...
[2026-09-11 08:13:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 08:13:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 13:14:01] Production.INFO: ==30287== Lock acquired, processing the job...
[2026-09-11 13:14:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 13:14:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 13:14:01] Production.INFO: neon service started
[2026-09-11 13:14:01] Production.INFO: neon service started
[2026-09-11 13:14:01] Production.INFO: ==30287== Releasing lock...
[2026-09-11 13:14:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 13:14:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 12:14:02] Production.INFO: ==30291== Lock acquired, processing the job...
[2026-09-11 12:14:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 12:14:02] Production.INFO: ==30291== Releasing lock...
[2026-09-11 12:14:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 12:14:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 08:14:02] Production.INFO: ==30289== Lock acquired, processing the job...
[2026-09-11 08:14:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 08:14:02] Production.INFO: ==30289== Releasing lock...
[2026-09-11 08:14:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 08:14:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 08:14:03] Production.INFO: ==30304== Lock acquired, processing the job...
[2026-09-11 08:14:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 08: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-09-11 08: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-09-11 08: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-09-11 08:14:03] Production.INFO: ==30304== Releasing lock...
[2026-09-11 08:14:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 08:14:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 08:14:03] Production.INFO: ==30294== Lock acquired, processing the job...
[2026-09-11 08:14:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 08:14:03] Production.INFO: ==30296== Lock acquired, processing the job...
[2026-09-11 08:14:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 08:14:03] Production.INFO: ==30299== Lock acquired, processing the job...
[2026-09-11 08:14:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 08:14:03] Production.INFO: ==30302== Lock acquired, processing the job...
[2026-09-11 08:14:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 08:14:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 08:14:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 08:14:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 08:14:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 08:14:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 08:14:04] Production.INFO: Account Balance Start.
[2026-09-11 08:14:04] Production.INFO: CreateAllLog Start
[2026-09-11 08:14:04] Production.INFO: 117
[2026-09-11 08:14:04] Production.INFO: Date 2026-09-08
[2026-09-11 08:14:04] Production.INFO: Reseller ==> 0
[2026-09-11 08:14:04] Production.INFO: Date 2026-09-09
[2026-09-11 08:14:04] Production.INFO: Reseller ==> 0
[2026-09-11 08:14:04] Production.INFO: Date 2026-09-10
[2026-09-11 08:14:04] Production.INFO: Reseller ==> 0
[2026-09-11 08:14:04] Production.INFO: Date 2026-09-11
[2026-09-11 08:14:04] Production.INFO: Reseller ==> 0
[2026-09-11 08:14:04] Production.INFO: Total Charge 0
[2026-09-11 08:14:04] Production.INFO: CreateAllLog End
[2026-09-11 08:14:04] Production.INFO: ==30296== Releasing lock...
[2026-09-11 08:14:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 08:14:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 08:14:04] Production.INFO: Account Balance End.
[2026-09-11 08:14:04] Production.ERROR: CronJobId end 12
[2026-09-11 08:14:04] Production.INFO: ==30302== Releasing lock...
[2026-09-11 08:14:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 08:14:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 08:14:11] Production.ERROR: CronJobId end10
[2026-09-11 08:14:11] Production.INFO: ==30299== Releasing lock...
[2026-09-11 08:14:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 08:14:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 08:14:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 08:14:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 08:14:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 08:14:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 08:14:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 08:14:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 08:14:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 08:14:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 08:14:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 08:14:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 08:14:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 08:14:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 08:14:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 08:14:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 08:14:14] Production.INFO: call_cost start
[2026-09-11 08:14:14] Production.INFO: call_cost end
[2026-09-11 08:14:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 08:14:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 08:14:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 08:14:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 08:14:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 08:14:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 08:14:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 08:14:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 08:14:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 08:14:14] Production.INFO: ==30294== Releasing lock...
[2026-09-11 08:14:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 08:14:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 13:15:01] Production.INFO: ==30385== Lock acquired, processing the job...
[2026-09-11 13:15:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 13:15:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 13:15:01] Production.INFO: neon service started
[2026-09-11 13:15:01] Production.INFO: neon service started
[2026-09-11 13:15:01] Production.INFO: ==30385== Releasing lock...
[2026-09-11 13:15:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 13:15:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 12:15:01] Production.INFO: ==30391== Lock acquired, processing the job...
[2026-09-11 12:15:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 12:15:01] Production.INFO: ==30391== Releasing lock...
[2026-09-11 12:15:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 12:15:01] Production.INFO: 25 MB #Memory Used#
[2026-09-11 08:15:01] Production.INFO: ==30389== Lock acquired, processing the job...
[2026-09-11 08:15:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 08:15:02] Production.INFO: ==30389== Releasing lock...
[2026-09-11 08:15:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 08:15:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 08:15:03] Production.INFO: ==30394== Lock acquired, processing the job...
[2026-09-11 08:15:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-11 08:15:03] Production.INFO: ==30396== Lock acquired, processing the job...
[2026-09-11 08:15:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 08:15:03] Production.ERROR: ========================== active cronjob start =============================
[2026-09-11 08:15:03] Production.ERROR: ========================== active cronjob end =============================
[2026-09-11 08:15:03] Production.INFO: ==30394== Releasing lock...
[2026-09-11 08:15:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-11 08:15:03] Production.INFO: 25.5 MB #Memory Used#
[2026-09-11 08:15:03] Production.INFO: ==30400== Lock acquired, processing the job...
[2026-09-11 08:15:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 08:15:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 08:15:03] Production.INFO: ==30398== Lock acquired, processing the job...
[2026-09-11 08:15:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 08:15:03] Production.INFO: ==30402== Lock acquired, processing the job...
[2026-09-11 08:15:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 08:15:03] Production.INFO: ==30404== Lock acquired, processing the job...
[2026-09-11 08:15:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-11 08:15:03] Production.INFO: ==30406== Lock acquired, processing the job...
[2026-09-11 08:15:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 08:15:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 08:15:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 08:15:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 08:15:03] Production.INFO: Account Balance Start.
[2026-09-11 08:15:03] Production.INFO: CreateAllLog Start
[2026-09-11 08:15:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 08:15:03] Production.INFO: 117
[2026-09-11 08:15:03] Production.ERROR: tblTempUsageDetail_20
[2026-09-11 08:15:03] Production.INFO: Date 2026-09-08
[2026-09-11 08:15:03] Production.INFO: Reseller ==> 0
[2026-09-11 08:15:03] Production.INFO: Date 2026-09-09
[2026-09-11 08:15:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 08:15:03] Production.INFO: Date 2026-09-10
[2026-09-11 08:15:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 08:15:03] Production.INFO: Date 2026-09-11
[2026-09-11 08:15:03] Production.INFO: Reseller ==> 0
[2026-09-11 08:15:03] Production.INFO: Total Charge 0
[2026-09-11 08:15:03] Production.INFO: CreateAllLog End
[2026-09-11 08:15:03] Production.INFO: ==30406== Releasing lock...
[2026-09-11 08:15:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 08:15:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 08:15:03] Production.ERROR: done
[2026-09-11 08:15:03] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-11 08:15:03] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17983386', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) start
[2026-09-11 08:15:04] Production.INFO: Account Balance End.
[2026-09-11 08:15:04] Production.ERROR: CronJobId end 12
[2026-09-11 08:15:04] Production.INFO: ==30402== Releasing lock...
[2026-09-11 08:15:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 08:15:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 08:15:04] Production.INFO: ==30398== Releasing lock...
[2026-09-11 08:15:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 08:15:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 08:15:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17983386', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) end
[2026-09-11 08:15:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-11 08:15:10] Production.INFO: ProcessCDR(1,17983386,1,1,2)
[2026-09-11 08:15:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17983386,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 08:15:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17983386,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 08:15:10] Production.ERROR: pbx prc_insertCDR start
[2026-09-11 08:15:10] Production.ERROR: pbx prc_insertCDR end
[2026-09-11 08:15:10] Production.INFO: ==30404== Releasing lock...
[2026-09-11 08:15:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-11 08:15:10] Production.INFO: 26 MB #Memory Used#
[2026-09-11 08:15:14] Production.ERROR: CronJobId end10
[2026-09-11 08:15:14] Production.INFO: ==30400== Releasing lock...
[2026-09-11 08:15:14] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 08:15:14] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 08:15:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 08:15:16] Production.INFO: ============== Balance Warning START===========
[2026-09-11 08:15:16] Production.INFO: ============== Balance Warning END===========
[2026-09-11 08:15:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 08:15:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 08:15:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 08:15:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 08:15:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 08:15:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 08:15:16] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 08:15:16] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 08:15:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 08:15:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 08:15:16] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 08:15:16] Production.INFO: call_cost start
[2026-09-11 08:15:16] Production.INFO: call_cost end
[2026-09-11 08:15:16] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 08:15:16] Production.INFO: ============== Report Schedule START===========
[2026-09-11 08:15:16] Production.INFO: ============== Report Schedule END===========
[2026-09-11 08:15:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 08:15:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 08:15:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 08:15:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 08:15:16] Production.INFO: ============== Deal alert START===========
[2026-09-11 08:15:16] Production.INFO: ============== Deal alert END===========
[2026-09-11 08:15:16] Production.INFO: ==30396== Releasing lock...
[2026-09-11 08:15:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 08:15:16] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 13:16:01] Production.INFO: ==30498== Lock acquired, processing the job...
[2026-09-11 13:16:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 13:16:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 13:16:01] Production.INFO: neon service started
[2026-09-11 13:16:01] Production.INFO: neon service started
[2026-09-11 13:16:01] Production.INFO: ==30498== Releasing lock...
[2026-09-11 13:16:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 13:16:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 08:16:02] Production.INFO: ==30500== Lock acquired, processing the job...
[2026-09-11 08:16:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 08:16:02] Production.INFO: ==30500== Releasing lock...
[2026-09-11 08:16:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 08:16:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 12:16:02] Production.INFO: ==30502== Lock acquired, processing the job...
[2026-09-11 12:16:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 12:16:02] Production.INFO: ==30502== Releasing lock...
[2026-09-11 12:16:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 12:16:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 08:16:03] Production.INFO: ==30504== Lock acquired, processing the job...
[2026-09-11 08:16:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 08:16:03] Production.INFO: ==30506== Lock acquired, processing the job...
[2026-09-11 08:16:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 08:16:03] Production.INFO: ==30508== Lock acquired, processing the job...
[2026-09-11 08:16:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 08:16:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 08:16:03] Production.INFO: ==30510== Lock acquired, processing the job...
[2026-09-11 08:16:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 08:16:03] Production.INFO: ==30512== Lock acquired, processing the job...
[2026-09-11 08:16:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 08:16:03] Production.INFO: Account Balance Start.
[2026-09-11 08:16:03] Production.INFO: CreateAllLog Start
[2026-09-11 08:16:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 08:16:03] Production.INFO: 117
[2026-09-11 08:16:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 08:16:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 08:16:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 08:16:03] Production.INFO: Date 2026-09-08
[2026-09-11 08: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-09-11 08:16:03] Production.INFO: Reseller ==> 0
[2026-09-11 08: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-09-11 08: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-09-11 08:16:03] Production.INFO: Date 2026-09-09
[2026-09-11 08:16:03] Production.INFO: Reseller ==> 0
[2026-09-11 08:16:03] Production.INFO: ==30512== Releasing lock...
[2026-09-11 08:16:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 08:16:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 08:16:03] Production.INFO: Date 2026-09-10
[2026-09-11 08:16:03] Production.INFO: Reseller ==> 0
[2026-09-11 08:16:03] Production.INFO: Date 2026-09-11
[2026-09-11 08:16:03] Production.INFO: Reseller ==> 0
[2026-09-11 08:16:03] Production.INFO: Total Charge 0
[2026-09-11 08:16:03] Production.INFO: CreateAllLog End
[2026-09-11 08:16:04] Production.INFO: Account Balance End.
[2026-09-11 08:16:04] Production.ERROR: CronJobId end 12
[2026-09-11 08:16:04] Production.INFO: ==30510== Releasing lock...
[2026-09-11 08:16:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 08:16:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 08:16:04] Production.INFO: ==30506== Releasing lock...
[2026-09-11 08:16:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 08:16:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 08:16:11] Production.ERROR: CronJobId end10
[2026-09-11 08:16:11] Production.INFO: ==30508== Releasing lock...
[2026-09-11 08:16:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 08:16:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 08:16:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 08:16:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 08:16:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 08:16:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 08:16:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 08:16:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 08:16:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 08:16:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 08:16:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 08:16:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 08:16:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 08:16:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 08:16:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 08:16:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 08:16:14] Production.INFO: call_cost start
[2026-09-11 08:16:14] Production.INFO: call_cost end
[2026-09-11 08:16:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 08:16:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 08:16:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 08:16:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 08:16:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 08:16:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 08:16:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 08:16:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 08:16:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 08:16:14] Production.INFO: ==30504== Releasing lock...
[2026-09-11 08:16:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 08:16:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 13:17:02] Production.INFO: ==30599== Lock acquired, processing the job...
[2026-09-11 13:17:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 13:17:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 13:17:02] Production.INFO: neon service started
[2026-09-11 13:17:02] Production.INFO: neon service started
[2026-09-11 13:17:02] Production.INFO: ==30599== Releasing lock...
[2026-09-11 13:17:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 13:17:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 08:17:02] Production.INFO: ==30601== Lock acquired, processing the job...
[2026-09-11 08:17:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 08:17:02] Production.INFO: ==30601== Releasing lock...
[2026-09-11 08:17:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 08:17:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 12:17:03] Production.INFO: ==30603== Lock acquired, processing the job...
[2026-09-11 12:17:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 12:17:03] Production.INFO: ==30603== Releasing lock...
[2026-09-11 12:17:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 12:17:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 08:17:03] Production.INFO: ==30605== Lock acquired, processing the job...
[2026-09-11 08:17:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 08:17:03] Production.INFO: ==30609== Lock acquired, processing the job...
[2026-09-11 08:17:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 08:17:03] Production.INFO: ==30607== Lock acquired, processing the job...
[2026-09-11 08:17:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 08:17:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 08:17:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 08:17:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 08:17:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 08:17:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 08:17:03] Production.INFO: ==30613== Lock acquired, processing the job...
[2026-09-11 08:17:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 08:17:03] Production.INFO: ==30611== Lock acquired, processing the job...
[2026-09-11 08:17:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 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-09-11 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-09-11 08:17:03] Production.INFO: Account Balance Start.
[2026-09-11 08:17:03] Production.INFO: CreateAllLog Start
[2026-09-11 08:17:04] Production.INFO: 117
[2026-09-11 08:17:04] Production.INFO: Date 2026-09-08
[2026-09-11 08: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-09-11 08:17:04] Production.INFO: Reseller ==> 0
[2026-09-11 08:17:04] Production.INFO: ==30613== Releasing lock...
[2026-09-11 08:17:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 08:17:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 08:17:04] Production.INFO: Date 2026-09-09
[2026-09-11 08:17:04] Production.INFO: Reseller ==> 0
[2026-09-11 08:17:04] Production.INFO: Date 2026-09-10
[2026-09-11 08:17:04] Production.INFO: Reseller ==> 0
[2026-09-11 08:17:04] Production.INFO: Date 2026-09-11
[2026-09-11 08:17:04] Production.INFO: Reseller ==> 0
[2026-09-11 08:17:04] Production.INFO: Total Charge 0
[2026-09-11 08:17:04] Production.INFO: CreateAllLog End
[2026-09-11 08:17:04] Production.INFO: Account Balance End.
[2026-09-11 08:17:04] Production.ERROR: CronJobId end 12
[2026-09-11 08:17:04] Production.INFO: ==30611== Releasing lock...
[2026-09-11 08:17:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 08:17:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 08:17:04] Production.INFO: ==30607== Releasing lock...
[2026-09-11 08:17:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 08:17:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 08:17:12] Production.ERROR: CronJobId end10
[2026-09-11 08:17:12] Production.INFO: ==30609== Releasing lock...
[2026-09-11 08:17:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 08:17:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 08:17:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 08:17:15] Production.INFO: ============== Balance Warning START===========
[2026-09-11 08:17:15] Production.INFO: ============== Balance Warning END===========
[2026-09-11 08:17:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 08:17:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 08:17:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 08:17:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 08:17:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 08:17:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 08:17:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 08:17:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 08:17:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 08:17:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 08:17:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 08:17:15] Production.INFO: call_cost start
[2026-09-11 08:17:15] Production.INFO: call_cost end
[2026-09-11 08:17:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 08:17:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 08:17:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 08:17:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 08:17:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 08:17:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 08:17:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 08:17:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 08:17:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 08:17:15] Production.INFO: ==30605== Releasing lock...
[2026-09-11 08:17:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 08:17:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 13:18:01] Production.INFO: ==30702== Lock acquired, processing the job...
[2026-09-11 13:18:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 13:18:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 13:18:01] Production.INFO: neon service started
[2026-09-11 13:18:01] Production.INFO: neon service started
[2026-09-11 13:18:01] Production.INFO: ==30702== Releasing lock...
[2026-09-11 13:18:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 13:18:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 08:18:02] Production.INFO: ==30704== Lock acquired, processing the job...
[2026-09-11 08:18:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 08:18:02] Production.INFO: ==30704== Releasing lock...
[2026-09-11 08:18:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 08:18:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 12:18:02] Production.INFO: ==30706== Lock acquired, processing the job...
[2026-09-11 12:18:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 12:18:02] Production.INFO: ==30706== Releasing lock...
[2026-09-11 12:18:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 12:18:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 08:18:03] Production.INFO: ==30710== Lock acquired, processing the job...
[2026-09-11 08:18:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 08:18:03] Production.INFO: ==30708== Lock acquired, processing the job...
[2026-09-11 08:18:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 08:18:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 08:18:03] Production.INFO: ==30716== Lock acquired, processing the job...
[2026-09-11 08:18:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 08:18:03] Production.INFO: ==30712== Lock acquired, processing the job...
[2026-09-11 08:18:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 08:18:03] Production.INFO: ==30714== Lock acquired, processing the job...
[2026-09-11 08:18:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 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-09-11 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-09-11 08:18:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 08:18:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 08:18:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 08:18:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 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-09-11 08:18:03] Production.INFO: ==30716== Releasing lock...
[2026-09-11 08:18:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 08:18:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 08:18:03] Production.INFO: Account Balance Start.
[2026-09-11 08:18:03] Production.INFO: CreateAllLog Start
[2026-09-11 08:18:03] Production.INFO: 117
[2026-09-11 08:18:03] Production.INFO: Date 2026-09-08
[2026-09-11 08:18:03] Production.INFO: Reseller ==> 0
[2026-09-11 08:18:03] Production.INFO: Date 2026-09-09
[2026-09-11 08:18:03] Production.INFO: Reseller ==> 0
[2026-09-11 08:18:03] Production.INFO: Date 2026-09-10
[2026-09-11 08:18:03] Production.INFO: Reseller ==> 0
[2026-09-11 08:18:03] Production.INFO: Date 2026-09-11
[2026-09-11 08:18:03] Production.INFO: Reseller ==> 0
[2026-09-11 08:18:03] Production.INFO: Total Charge 0
[2026-09-11 08:18:03] Production.INFO: CreateAllLog End
[2026-09-11 08:18:04] Production.INFO: Account Balance End.
[2026-09-11 08:18:04] Production.ERROR: CronJobId end 12
[2026-09-11 08:18:04] Production.INFO: ==30714== Releasing lock...
[2026-09-11 08:18:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 08:18:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 08:18:04] Production.INFO: ==30710== Releasing lock...
[2026-09-11 08:18:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 08:18:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 08:18:11] Production.ERROR: CronJobId end10
[2026-09-11 08:18:11] Production.INFO: ==30712== Releasing lock...
[2026-09-11 08:18:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 08:18:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 08:18:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 08:18:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 08:18:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 08:18:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 08:18:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 08:18:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 08:18:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 08:18:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 08:18:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 08:18:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 08:18:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 08:18:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 08:18:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 08:18:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 08:18:14] Production.INFO: call_cost start
[2026-09-11 08:18:14] Production.INFO: call_cost end
[2026-09-11 08:18:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 08:18:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 08:18:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 08:18:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 08:18:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 08:18:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 08:18:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 08:18:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 08:18:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 08:18:14] Production.INFO: ==30708== Releasing lock...
[2026-09-11 08:18:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 08:18:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 13:19:02] Production.INFO: ==30809== Lock acquired, processing the job...
[2026-09-11 13:19:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 13:19:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 13:19:02] Production.INFO: neon service started
[2026-09-11 13:19:02] Production.INFO: neon service started
[2026-09-11 13:19:02] Production.INFO: ==30809== Releasing lock...
[2026-09-11 13:19:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 13:19:02] Production.INFO: 25.5 MB #Memory Used#
[2026-09-11 08:19:02] Production.INFO: ==30811== Lock acquired, processing the job...
[2026-09-11 08:19:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 08:19:02] Production.INFO: ==30811== Releasing lock...
[2026-09-11 08:19:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 08:19:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 12:19:03] Production.INFO: ==30813== Lock acquired, processing the job...
[2026-09-11 12:19:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 12:19:03] Production.INFO: ==30813== Releasing lock...
[2026-09-11 12:19:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 12:19:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 08:19:03] Production.INFO: ==30816== Lock acquired, processing the job...
[2026-09-11 08:19:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 08:19:03] Production.INFO: ==30824== Lock acquired, processing the job...
[2026-09-11 08:19:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 08:19:03] Production.INFO: ==30818== Lock acquired, processing the job...
[2026-09-11 08:19:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 08:19:03] Production.INFO: ==30820== Lock acquired, processing the job...
[2026-09-11 08:19:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 08:19:03] Production.INFO: ==30822== Lock acquired, processing the job...
[2026-09-11 08:19:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 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-09-11 08:19:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 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-09-11 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-09-11 08:19:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 08:19:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 08:19:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 08:19:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 08:19:03] Production.INFO: ==30824== Releasing lock...
[2026-09-11 08:19:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 08:19:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 08:19:03] Production.INFO: Account Balance Start.
[2026-09-11 08:19:03] Production.INFO: CreateAllLog Start
[2026-09-11 08:19:03] Production.INFO: 117
[2026-09-11 08:19:03] Production.INFO: Date 2026-09-08
[2026-09-11 08:19:03] Production.INFO: Reseller ==> 0
[2026-09-11 08:19:03] Production.INFO: Date 2026-09-09
[2026-09-11 08:19:03] Production.INFO: Reseller ==> 0
[2026-09-11 08:19:03] Production.INFO: Date 2026-09-10
[2026-09-11 08:19:03] Production.INFO: Reseller ==> 0
[2026-09-11 08:19:04] Production.INFO: Date 2026-09-11
[2026-09-11 08:19:04] Production.INFO: Reseller ==> 0
[2026-09-11 08:19:04] Production.INFO: Total Charge 0
[2026-09-11 08:19:04] Production.INFO: CreateAllLog End
[2026-09-11 08:19:04] Production.INFO: ==30818== Releasing lock...
[2026-09-11 08:19:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 08:19:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 08:19:04] Production.INFO: Account Balance End.
[2026-09-11 08:19:04] Production.ERROR: CronJobId end 12
[2026-09-11 08:19:04] Production.INFO: ==30822== Releasing lock...
[2026-09-11 08:19:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 08:19:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 08:19:11] Production.ERROR: CronJobId end10
[2026-09-11 08:19:11] Production.INFO: ==30820== Releasing lock...
[2026-09-11 08:19:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 08:19:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 08:19:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 08:19:15] Production.INFO: ============== Balance Warning START===========
[2026-09-11 08:19:15] Production.INFO: ============== Balance Warning END===========
[2026-09-11 08:19:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 08:19:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 08:19:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 08:19:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 08:19:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 08:19:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 08:19:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 08:19:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 08:19:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 08:19:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 08:19:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 08:19:16] Production.INFO: call_cost start
[2026-09-11 08:19:16] Production.INFO: call_cost end
[2026-09-11 08:19:16] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 08:19:16] Production.INFO: ============== Report Schedule START===========
[2026-09-11 08:19:16] Production.INFO: ============== Report Schedule END===========
[2026-09-11 08:19:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 08:19:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 08:19:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 08:19:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 08:19:16] Production.INFO: ============== Deal alert START===========
[2026-09-11 08:19:16] Production.INFO: ============== Deal alert END===========
[2026-09-11 08:19:16] Production.INFO: ==30816== Releasing lock...
[2026-09-11 08:19:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 08:19:16] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 13:20:01] Production.INFO: ==30914== Lock acquired, processing the job...
[2026-09-11 13:20:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 13:20:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 13:20:01] Production.INFO: neon service started
[2026-09-11 13:20:01] Production.INFO: neon service started
[2026-09-11 13:20:01] Production.INFO: ==30914== Releasing lock...
[2026-09-11 13:20:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 13:20:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 08:20:02] Production.INFO: ==30918== Lock acquired, processing the job...
[2026-09-11 08:20:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 08:20:02] Production.INFO: ==30918== Releasing lock...
[2026-09-11 08:20:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 08:20:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 12:20:02] Production.INFO: ==30920== Lock acquired, processing the job...
[2026-09-11 12:20:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 12:20:02] Production.INFO: ==30920== Releasing lock...
[2026-09-11 12:20:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 12:20:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 08:20:03] Production.INFO: ==30933== Lock acquired, processing the job...
[2026-09-11 08:20:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 08:20:03] Production.INFO: ==30925== Lock acquired, processing the job...
[2026-09-11 08:20:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 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-09-11 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-09-11 08:20:03] Production.INFO: ==30927== Lock acquired, processing the job...
[2026-09-11 08:20:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 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-09-11 08:20:03] Production.INFO: ==30929== Lock acquired, processing the job...
[2026-09-11 08:20:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 08:20:03] Production.INFO: ==30933== Releasing lock...
[2026-09-11 08:20:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 08:20:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 08:20:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 08:20:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 08:20:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 08:20:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 08:20:03] Production.INFO: ==30931== Lock acquired, processing the job...
[2026-09-11 08:20:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 08:20:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 08:20:03] Production.INFO: Account Balance Start.
[2026-09-11 08:20:03] Production.INFO: CreateAllLog Start
[2026-09-11 08:20:03] Production.INFO: 117
[2026-09-11 08:20:03] Production.INFO: Date 2026-09-08
[2026-09-11 08:20:03] Production.INFO: Reseller ==> 0
[2026-09-11 08:20:03] Production.INFO: ==30927== Releasing lock...
[2026-09-11 08:20:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 08:20:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 08:20:03] Production.INFO: Date 2026-09-09
[2026-09-11 08:20:03] Production.INFO: Reseller ==> 0
[2026-09-11 08:20:03] Production.INFO: Date 2026-09-10
[2026-09-11 08:20:03] Production.INFO: Reseller ==> 0
[2026-09-11 08:20:04] Production.INFO: Date 2026-09-11
[2026-09-11 08:20:04] Production.INFO: Reseller ==> 0
[2026-09-11 08:20:04] Production.INFO: Total Charge 0
[2026-09-11 08:20:04] Production.INFO: CreateAllLog End
[2026-09-11 08:20:04] Production.INFO: Account Balance End.
[2026-09-11 08:20:04] Production.ERROR: CronJobId end 12
[2026-09-11 08:20:04] Production.INFO: ==30931== Releasing lock...
[2026-09-11 08:20:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 08:20:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 08:20:11] Production.ERROR: CronJobId end10
[2026-09-11 08:20:11] Production.INFO: ==30929== Releasing lock...
[2026-09-11 08:20:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 08:20:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 08:20:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 08:20:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 08:20:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 08:20:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 08:20:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 08:20:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 08:20:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 08:20:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 08:20:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 08:20:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 08:20:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 08:20:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 08:20:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 08:20:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 08:20:14] Production.INFO: call_cost start
[2026-09-11 08:20:14] Production.INFO: call_cost end
[2026-09-11 08:20:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 08:20:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 08:20:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 08:20:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 08:20:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 08:20:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 08:20:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 08:20:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 08:20:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 08:20:14] Production.INFO: ==30925== Releasing lock...
[2026-09-11 08:20:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 08:20:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 13:21:02] Production.INFO: ==31023== Lock acquired, processing the job...
[2026-09-11 13:21:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 13:21:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 13:21:02] Production.INFO: neon service started
[2026-09-11 13:21:02] Production.INFO: neon service started
[2026-09-11 13:21:02] Production.INFO: ==31023== Releasing lock...
[2026-09-11 13:21:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 13:21:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 08:21:02] Production.INFO: ==31025== Lock acquired, processing the job...
[2026-09-11 08:21:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 08:21:02] Production.INFO: ==31025== Releasing lock...
[2026-09-11 08:21:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 08:21:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 12:21:02] Production.INFO: ==31027== Lock acquired, processing the job...
[2026-09-11 12:21:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 12:21:02] Production.INFO: ==31027== Releasing lock...
[2026-09-11 12:21:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 12:21:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 08:21:03] Production.INFO: ==31038== Lock acquired, processing the job...
[2026-09-11 08:21:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 08: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-09-11 08: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-09-11 08:21:03] Production.INFO: ==31030== Lock acquired, processing the job...
[2026-09-11 08:21:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 08: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-09-11 08:21:03] Production.INFO: ==31038== Releasing lock...
[2026-09-11 08:21:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 08:21:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 08:21:03] Production.INFO: ==31032== Lock acquired, processing the job...
[2026-09-11 08:21:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 08:21:03] Production.INFO: ==31034== Lock acquired, processing the job...
[2026-09-11 08:21:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 08:21:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 08:21:03] Production.INFO: ==31036== Lock acquired, processing the job...
[2026-09-11 08:21:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 08:21:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 08:21:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 08:21:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 08:21:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 08:21:04] Production.INFO: Account Balance Start.
[2026-09-11 08:21:04] Production.INFO: CreateAllLog Start
[2026-09-11 08:21:04] Production.INFO: 117
[2026-09-11 08:21:04] Production.INFO: Date 2026-09-08
[2026-09-11 08:21:04] Production.INFO: Reseller ==> 0
[2026-09-11 08:21:04] Production.INFO: Date 2026-09-09
[2026-09-11 08:21:04] Production.INFO: Reseller ==> 0
[2026-09-11 08:21:04] Production.INFO: Date 2026-09-10
[2026-09-11 08:21:04] Production.INFO: Reseller ==> 0
[2026-09-11 08:21:04] Production.INFO: Date 2026-09-11
[2026-09-11 08:21:04] Production.INFO: Reseller ==> 0
[2026-09-11 08:21:04] Production.INFO: Total Charge 0
[2026-09-11 08:21:04] Production.INFO: CreateAllLog End
[2026-09-11 08:21:04] Production.INFO: Account Balance End.
[2026-09-11 08:21:04] Production.ERROR: CronJobId end 12
[2026-09-11 08:21:04] Production.INFO: ==31036== Releasing lock...
[2026-09-11 08:21:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 08:21:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 08:21:04] Production.INFO: ==31032== Releasing lock...
[2026-09-11 08:21:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 08:21:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 08:21:12] Production.ERROR: CronJobId end10
[2026-09-11 08:21:12] Production.INFO: ==31034== Releasing lock...
[2026-09-11 08:21:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 08:21:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 08:21:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 08:21:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 08:21:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 08:21:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 08:21:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 08:21:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 08:21:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 08:21:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 08:21:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 08:21:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 08:21:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 08:21:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 08:21:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 08:21:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 08:21:15] Production.INFO: call_cost start
[2026-09-11 08:21:15] Production.INFO: call_cost end
[2026-09-11 08:21:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 08:21:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 08:21:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 08:21:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 08:21:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 08:21:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 08:21:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 08:21:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 08:21:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 08:21:15] Production.INFO: ==31030== Releasing lock...
[2026-09-11 08:21:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 08:21:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 13:22:01] Production.INFO: ==31134== Lock acquired, processing the job...
[2026-09-11 13:22:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 13:22:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 13:22:01] Production.INFO: neon service started
[2026-09-11 13:22:01] Production.INFO: neon service started
[2026-09-11 13:22:01] Production.INFO: ==31134== Releasing lock...
[2026-09-11 13:22:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 13:22:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 12:22:01] Production.INFO: ==31138== Lock acquired, processing the job...
[2026-09-11 12:22:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 12:22:01] Production.INFO: ==31138== Releasing lock...
[2026-09-11 12:22:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 12:22:01] Production.INFO: 25 MB #Memory Used#
[2026-09-11 08:22:02] Production.INFO: ==31136== Lock acquired, processing the job...
[2026-09-11 08:22:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 08:22:02] Production.INFO: ==31136== Releasing lock...
[2026-09-11 08:22:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 08:22:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 08:22:02] Production.INFO: ==31140== Lock acquired, processing the job...
[2026-09-11 08:22:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 08:22:02] Production.INFO: ==31142== Lock acquired, processing the job...
[2026-09-11 08:22:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 08:22:03] Production.INFO: ==31144== Lock acquired, processing the job...
[2026-09-11 08:22:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 08:22:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 08:22:03] Production.INFO: ==31146== Lock acquired, processing the job...
[2026-09-11 08:22:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 08:22:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 08:22:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 08:22:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 08:22:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 08:22:03] Production.INFO: ==31148== Lock acquired, processing the job...
[2026-09-11 08:22:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 08:22:03] Production.INFO: Account Balance Start.
[2026-09-11 08:22:03] Production.INFO: CreateAllLog Start
[2026-09-11 08:22:03] Production.INFO: 117
[2026-09-11 08:22:03] Production.INFO: Date 2026-09-08
[2026-09-11 08:22:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 08:22:03] Production.INFO: Date 2026-09-09
[2026-09-11 08:22:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 08:22:03] Production.INFO: Date 2026-09-10
[2026-09-11 08:22:03] Production.INFO: Reseller ==> 0
[2026-09-11 08:22:03] Production.INFO: ==31148== Releasing lock...
[2026-09-11 08:22:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 08:22:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 08:22:03] Production.INFO: Date 2026-09-11
[2026-09-11 08:22:03] Production.INFO: Reseller ==> 0
[2026-09-11 08:22:03] Production.INFO: Total Charge 0
[2026-09-11 08:22:03] Production.INFO: CreateAllLog End
[2026-09-11 08:22:03] Production.INFO: ==31142== Releasing lock...
[2026-09-11 08:22:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 08:22:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 08:22:03] Production.INFO: Account Balance End.
[2026-09-11 08:22:03] Production.ERROR: CronJobId end 12
[2026-09-11 08:22:03] Production.INFO: ==31146== Releasing lock...
[2026-09-11 08:22:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 08:22:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 08:22:10] Production.ERROR: CronJobId end10
[2026-09-11 08:22:10] Production.INFO: ==31144== Releasing lock...
[2026-09-11 08:22:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 08:22:10] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 08:22:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 08:22:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 08:22:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 08:22:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 08:22:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 08:22:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 08:22:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 08:22:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 08:22:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 08:22:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 08:22:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 08:22:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 08:22:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 08:22:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 08:22:14] Production.INFO: call_cost start
[2026-09-11 08:22:14] Production.INFO: call_cost end
[2026-09-11 08:22:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 08:22:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 08:22:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 08:22:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 08:22:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 08:22:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 08:22:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 08:22:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 08:22:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 08:22:14] Production.INFO: ==31140== Releasing lock...
[2026-09-11 08:22:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 08:22:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 13:23:01] Production.INFO: ==31242== Lock acquired, processing the job...
[2026-09-11 13:23:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 13:23:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 13:23:01] Production.INFO: neon service started
[2026-09-11 13:23:01] Production.INFO: neon service started
[2026-09-11 13:23:01] Production.INFO: ==31242== Releasing lock...
[2026-09-11 13:23:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 13:23:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 08:23:02] Production.INFO: ==31245== Lock acquired, processing the job...
[2026-09-11 08:23:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 12:23:02] Production.INFO: ==31247== Lock acquired, processing the job...
[2026-09-11 12:23:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 12:23:02] Production.INFO: ==31247== Releasing lock...
[2026-09-11 12:23:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 12:23:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 08:23:02] Production.INFO: ==31245== Releasing lock...
[2026-09-11 08:23:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 08:23:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 08:23:03] Production.INFO: ==31250== Lock acquired, processing the job...
[2026-09-11 08:23:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 08:23:03] Production.INFO: ==31254== Lock acquired, processing the job...
[2026-09-11 08:23:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 08:23:03] Production.INFO: ==31252== Lock acquired, processing the job...
[2026-09-11 08:23:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 08:23:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 08:23:03] Production.INFO: ==31256== Lock acquired, processing the job...
[2026-09-11 08:23:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 08:23:03] Production.INFO: ==31258== Lock acquired, processing the job...
[2026-09-11 08:23:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 08:23:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 08:23:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 08:23:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 08:23:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 08:23:03] Production.INFO: Account Balance Start.
[2026-09-11 08:23:03] Production.INFO: CreateAllLog Start
[2026-09-11 08:23:03] Production.INFO: 117
[2026-09-11 08:23:03] Production.INFO: Date 2026-09-08
[2026-09-11 08:23:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 08:23:03] Production.INFO: Date 2026-09-09
[2026-09-11 08:23:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 08:23:03] Production.INFO: Date 2026-09-10
[2026-09-11 08:23:03] Production.INFO: Reseller ==> 0
[2026-09-11 08:23:03] Production.INFO: ==31258== Releasing lock...
[2026-09-11 08:23:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 08:23:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 08:23:03] Production.INFO: Date 2026-09-11
[2026-09-11 08:23:03] Production.INFO: Reseller ==> 0
[2026-09-11 08:23:03] Production.INFO: Total Charge 0
[2026-09-11 08:23:03] Production.INFO: CreateAllLog End
[2026-09-11 08:23:04] Production.INFO: Account Balance End.
[2026-09-11 08:23:04] Production.ERROR: CronJobId end 12
[2026-09-11 08:23:04] Production.INFO: ==31256== Releasing lock...
[2026-09-11 08:23:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 08:23:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 08:23:04] Production.INFO: ==31252== Releasing lock...
[2026-09-11 08:23:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 08:23:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 08:23:11] Production.ERROR: CronJobId end10
[2026-09-11 08:23:11] Production.INFO: ==31254== Releasing lock...
[2026-09-11 08:23:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 08:23:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 08:23:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 08:23:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 08:23:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 08:23:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 08:23:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 08:23:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 08:23:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 08:23:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 08:23:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 08:23:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 08:23:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 08:23:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 08:23:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 08:23:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 08:23:13] Production.INFO: call_cost start
[2026-09-11 08:23:13] Production.INFO: call_cost end
[2026-09-11 08:23:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 08:23:13] Production.INFO: ============== Report Schedule START===========
[2026-09-11 08:23:13] Production.INFO: ============== Report Schedule END===========
[2026-09-11 08:23:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 08:23:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 08:23:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 08:23:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 08:23:13] Production.INFO: ============== Deal alert START===========
[2026-09-11 08:23:13] Production.INFO: ============== Deal alert END===========
[2026-09-11 08:23:13] Production.INFO: ==31250== Releasing lock...
[2026-09-11 08:23:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 08:23:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 13:24:02] Production.INFO: ==31348== Lock acquired, processing the job...
[2026-09-11 13:24:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 13:24:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 13:24:02] Production.INFO: neon service started
[2026-09-11 13:24:02] Production.INFO: neon service started
[2026-09-11 13:24:02] Production.INFO: ==31348== Releasing lock...
[2026-09-11 13:24:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 13:24:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 08:24:02] Production.INFO: ==31351== Lock acquired, processing the job...
[2026-09-11 08:24:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 08:24:02] Production.INFO: ==31351== Releasing lock...
[2026-09-11 08:24:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 08:24:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 12:24:03] Production.INFO: ==31353== Lock acquired, processing the job...
[2026-09-11 12:24:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 12:24:03] Production.INFO: ==31353== Releasing lock...
[2026-09-11 12:24:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 12:24:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 08:24:03] Production.INFO: ==31355== Lock acquired, processing the job...
[2026-09-11 08:24:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 08:24:03] Production.INFO: ==31357== Lock acquired, processing the job...
[2026-09-11 08:24:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 08:24:03] Production.INFO: ==31363== Lock acquired, processing the job...
[2026-09-11 08:24:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 08:24:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 08:24:03] Production.INFO: ==31359== Lock acquired, processing the job...
[2026-09-11 08:24:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 08: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-09-11 08: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-09-11 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-09-11 08:24:03] Production.INFO: ==31363== Releasing lock...
[2026-09-11 08:24:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 08:24:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 08:24:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 08:24:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 08:24:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 08:24:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 08:24:04] Production.INFO: ==31361== Lock acquired, processing the job...
[2026-09-11 08:24:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 08:24:04] Production.INFO: Account Balance Start.
[2026-09-11 08:24:04] Production.INFO: CreateAllLog Start
[2026-09-11 08:24:04] Production.INFO: 117
[2026-09-11 08:24:04] Production.INFO: Date 2026-09-08
[2026-09-11 08:24:04] Production.INFO: Reseller ==> 0
[2026-09-11 08:24:04] Production.INFO: Date 2026-09-09
[2026-09-11 08:24:04] Production.INFO: Reseller ==> 0
[2026-09-11 08:24:04] Production.INFO: Date 2026-09-10
[2026-09-11 08:24:04] Production.INFO: Reseller ==> 0
[2026-09-11 08:24:04] Production.INFO: Date 2026-09-11
[2026-09-11 08:24:04] Production.INFO: Reseller ==> 0
[2026-09-11 08:24:04] Production.INFO: ==31357== Releasing lock...
[2026-09-11 08:24:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 08:24:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 08:24:04] Production.INFO: Total Charge 0
[2026-09-11 08:24:04] Production.INFO: CreateAllLog End
[2026-09-11 08:24:04] Production.INFO: Account Balance End.
[2026-09-11 08:24:04] Production.ERROR: CronJobId end 12
[2026-09-11 08:24:04] Production.INFO: ==31361== Releasing lock...
[2026-09-11 08:24:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 08:24:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 08:24:13] Production.ERROR: CronJobId end10
[2026-09-11 08:24:13] Production.INFO: ==31359== Releasing lock...
[2026-09-11 08:24:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 08:24:13] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 08:24:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 08:24:15] Production.INFO: ============== Balance Warning START===========
[2026-09-11 08:24:15] Production.INFO: ============== Balance Warning END===========
[2026-09-11 08:24:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 08:24:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 08:24:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 08:24:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 08:24:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 08:24:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 08:24:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 08:24:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 08:24:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 08:24:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 08:24:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 08:24:15] Production.INFO: call_cost start
[2026-09-11 08:24:15] Production.INFO: call_cost end
[2026-09-11 08:24:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 08:24:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 08:24:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 08:24:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 08:24:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 08:24:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 08:24:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 08:24:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 08:24:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 08:24:15] Production.INFO: ==31355== Releasing lock...
[2026-09-11 08:24:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 08:24:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 13:25:01] Production.INFO: ==31453== Lock acquired, processing the job...
[2026-09-11 13:25:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 13:25:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 13:25:01] Production.INFO: neon service started
[2026-09-11 13:25:01] Production.INFO: neon service started
[2026-09-11 13:25:01] Production.INFO: ==31453== Releasing lock...
[2026-09-11 13:25:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 13:25:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 08:25:02] Production.INFO: ==31455== Lock acquired, processing the job...
[2026-09-11 08:25:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 12:25:02] Production.INFO: ==31457== Lock acquired, processing the job...
[2026-09-11 12:25:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 12:25:02] Production.INFO: ==31457== Releasing lock...
[2026-09-11 12:25:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 12:25:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 08:25:02] Production.INFO: ==31455== Releasing lock...
[2026-09-11 08:25:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 08:25:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 08:25:03] Production.INFO: ==31460== Lock acquired, processing the job...
[2026-09-11 08:25:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-11 08:25:03] Production.INFO: ==31465== Lock acquired, processing the job...
[2026-09-11 08:25:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 08:25:03] Production.ERROR: ========================== active cronjob start =============================
[2026-09-11 08:25:03] Production.INFO: ==31462== Lock acquired, processing the job...
[2026-09-11 08:25:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 08:25:03] Production.ERROR: ========================== active cronjob end =============================
[2026-09-11 08:25:03] Production.INFO: ==31460== Releasing lock...
[2026-09-11 08:25:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-11 08:25:03] Production.INFO: 25.5 MB #Memory Used#
[2026-09-11 08:25:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 08:25:03] Production.INFO: ==31468== Lock acquired, processing the job...
[2026-09-11 08:25:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 08:25:03] Production.INFO: ==31472== Lock acquired, processing the job...
[2026-09-11 08:25:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-11 08:25:03] Production.INFO: ==31470== Lock acquired, processing the job...
[2026-09-11 08:25:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 08:25:03] Production.ERROR: tblTempUsageDetail_20
[2026-09-11 08:25:03] Production.INFO: ==31474== Lock acquired, processing the job...
[2026-09-11 08:25:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 08:25:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 08:25:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 08:25:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 08:25:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 08: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-09-11 08: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-09-11 08: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-09-11 08:25:04] Production.INFO: ==31474== Releasing lock...
[2026-09-11 08:25:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 08:25:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 08:25:04] Production.INFO: Account Balance Start.
[2026-09-11 08:25:04] Production.INFO: CreateAllLog Start
[2026-09-11 08:25:04] Production.INFO: 117
[2026-09-11 08:25:04] Production.ERROR: done
[2026-09-11 08:25:04] Production.INFO: Date 2026-09-08
[2026-09-11 08:25:04] Production.INFO: Reseller ==> 0
[2026-09-11 08:25:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-11 08:25:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17983427', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) start
[2026-09-11 08:25:04] Production.INFO: Date 2026-09-09
[2026-09-11 08:25:04] Production.INFO: Reseller ==> 0
[2026-09-11 08:25:04] Production.INFO: Date 2026-09-10
[2026-09-11 08:25:04] Production.INFO: Reseller ==> 0
[2026-09-11 08:25:04] Production.INFO: Date 2026-09-11
[2026-09-11 08:25:04] Production.INFO: Reseller ==> 0
[2026-09-11 08:25:04] Production.INFO: Total Charge 0
[2026-09-11 08:25:04] Production.INFO: CreateAllLog End
[2026-09-11 08:25:04] Production.INFO: ==31465== Releasing lock...
[2026-09-11 08:25:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 08:25:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 08:25:04] Production.INFO: Account Balance End.
[2026-09-11 08:25:04] Production.ERROR: CronJobId end 12
[2026-09-11 08:25:04] Production.INFO: ==31470== Releasing lock...
[2026-09-11 08:25:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 08:25:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 08:25:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17983427', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) end
[2026-09-11 08:25:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-11 08:25:10] Production.INFO: ProcessCDR(1,17983427,1,1,2)
[2026-09-11 08:25:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17983427,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 08:25:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17983427,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 08:25:10] Production.ERROR: pbx prc_insertCDR start
[2026-09-11 08:25:10] Production.ERROR: pbx prc_insertCDR end
[2026-09-11 08:25:10] Production.INFO: ==31472== Releasing lock...
[2026-09-11 08:25:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-11 08:25:10] Production.INFO: 26 MB #Memory Used#
[2026-09-11 08:25:15] Production.ERROR: CronJobId end10
[2026-09-11 08:25:15] Production.INFO: ==31468== Releasing lock...
[2026-09-11 08:25:15] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 08:25:15] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 08:25:17] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 08:25:17] Production.INFO: ============== Balance Warning START===========
[2026-09-11 08:25:17] Production.INFO: ============== Balance Warning END===========
[2026-09-11 08:25:17] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 08:25:17] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 08:25:17] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 08:25:17] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 08:25:17] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 08:25:17] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 08:25:17] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 08:25:17] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 08:25:17] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 08:25:17] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 08:25:17] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 08:25:17] Production.INFO: call_cost start
[2026-09-11 08:25:17] Production.INFO: call_cost end
[2026-09-11 08:25:17] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 08:25:17] Production.INFO: ============== Report Schedule START===========
[2026-09-11 08:25:17] Production.INFO: ============== Report Schedule END===========
[2026-09-11 08:25:17] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 08:25:17] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 08:25:17] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 08:25:17] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 08:25:17] Production.INFO: ============== Deal alert START===========
[2026-09-11 08:25:17] Production.INFO: ============== Deal alert END===========
[2026-09-11 08:25:17] Production.INFO: ==31462== Releasing lock...
[2026-09-11 08:25:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 08:25:17] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 13:26:02] Production.INFO: ==31571== Lock acquired, processing the job...
[2026-09-11 13:26:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 13:26:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 13:26:02] Production.INFO: neon service started
[2026-09-11 13:26:02] Production.INFO: neon service started
[2026-09-11 13:26:02] Production.INFO: ==31571== Releasing lock...
[2026-09-11 13:26:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 13:26:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 08:26:03] Production.INFO: ==31573== Lock acquired, processing the job...
[2026-09-11 08:26:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 12:26:03] Production.INFO: ==31575== Lock acquired, processing the job...
[2026-09-11 12:26:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 12:26:03] Production.INFO: ==31575== Releasing lock...
[2026-09-11 12:26:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 12:26:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 08:26:03] Production.INFO: ==31573== Releasing lock...
[2026-09-11 08:26:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 08:26:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 08:26:04] Production.INFO: ==31578== Lock acquired, processing the job...
[2026-09-11 08:26:04] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 08:26:04] Production.INFO: ==31580== Lock acquired, processing the job...
[2026-09-11 08:26:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 08:26:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 08:26:04] Production.INFO: ==31586== Lock acquired, processing the job...
[2026-09-11 08:26:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 08:26:04] Production.INFO: ==31582== Lock acquired, processing the job...
[2026-09-11 08:26:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 08:26:04] Production.INFO: ==31584== Lock acquired, processing the job...
[2026-09-11 08:26:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 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-09-11 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-09-11 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-09-11 08:26:04] Production.INFO: ==31586== Releasing lock...
[2026-09-11 08:26:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 08:26:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 08:26:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 08:26:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 08:26:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 08:26:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 08:26:04] Production.INFO: Account Balance Start.
[2026-09-11 08:26:04] Production.INFO: CreateAllLog Start
[2026-09-11 08:26:04] Production.INFO: 117
[2026-09-11 08:26:04] Production.INFO: Date 2026-09-08
[2026-09-11 08:26:04] Production.INFO: Reseller ==> 0
[2026-09-11 08:26:04] Production.INFO: Date 2026-09-09
[2026-09-11 08:26:04] Production.INFO: Reseller ==> 0
[2026-09-11 08:26:04] Production.INFO: Date 2026-09-10
[2026-09-11 08:26:04] Production.INFO: Reseller ==> 0
[2026-09-11 08:26:04] Production.INFO: Date 2026-09-11
[2026-09-11 08:26:04] Production.INFO: Reseller ==> 0
[2026-09-11 08:26:04] Production.INFO: Total Charge 0
[2026-09-11 08:26:04] Production.INFO: CreateAllLog End
[2026-09-11 08:26:04] Production.INFO: ==31580== Releasing lock...
[2026-09-11 08:26:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 08:26:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 08:26:04] Production.INFO: Account Balance End.
[2026-09-11 08:26:04] Production.ERROR: CronJobId end 12
[2026-09-11 08:26:04] Production.INFO: ==31584== Releasing lock...
[2026-09-11 08:26:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 08:26:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 08:26:14] Production.ERROR: CronJobId end10
[2026-09-11 08:26:14] Production.INFO: ==31582== Releasing lock...
[2026-09-11 08:26:14] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 08:26:14] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 08:26:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 08:26:16] Production.INFO: ============== Balance Warning START===========
[2026-09-11 08:26:16] Production.INFO: ============== Balance Warning END===========
[2026-09-11 08:26:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 08:26:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 08:26:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 08:26:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 08:26:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 08:26:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 08:26:16] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 08:26:16] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 08:26:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 08:26:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 08:26:16] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 08:26:16] Production.INFO: call_cost start
[2026-09-11 08:26:16] Production.INFO: call_cost end
[2026-09-11 08:26:16] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 08:26:16] Production.INFO: ============== Report Schedule START===========
[2026-09-11 08:26:16] Production.INFO: ============== Report Schedule END===========
[2026-09-11 08:26:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 08:26:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 08:26:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 08:26:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 08:26:16] Production.INFO: ============== Deal alert START===========
[2026-09-11 08:26:16] Production.INFO: ============== Deal alert END===========
[2026-09-11 08:26:16] Production.INFO: ==31578== Releasing lock...
[2026-09-11 08:26:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 08:26:16] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 13:27:01] Production.INFO: ==31682== Lock acquired, processing the job...
[2026-09-11 13:27:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 13:27:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 13:27:01] Production.INFO: neon service started
[2026-09-11 13:27:01] Production.INFO: neon service started
[2026-09-11 13:27:01] Production.INFO: ==31682== Releasing lock...
[2026-09-11 13:27:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 13:27:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 08:27:02] Production.INFO: ==31684== Lock acquired, processing the job...
[2026-09-11 08:27:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 12:27:02] Production.INFO: ==31686== Lock acquired, processing the job...
[2026-09-11 12:27:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 12:27:02] Production.INFO: ==31686== Releasing lock...
[2026-09-11 12:27:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 12:27:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 08:27:02] Production.INFO: ==31684== Releasing lock...
[2026-09-11 08:27:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 08:27:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 08:27:03] Production.INFO: ==31697== Lock acquired, processing the job...
[2026-09-11 08:27:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 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-09-11 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-09-11 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-09-11 08:27:03] Production.INFO: ==31697== Releasing lock...
[2026-09-11 08:27:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 08:27:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 08:27:03] Production.INFO: ==31695== Lock acquired, processing the job...
[2026-09-11 08:27:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 08:27:03] Production.INFO: ==31689== Lock acquired, processing the job...
[2026-09-11 08:27:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 08:27:03] Production.INFO: ==31693== Lock acquired, processing the job...
[2026-09-11 08:27:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 08:27:03] Production.INFO: ==31691== Lock acquired, processing the job...
[2026-09-11 08:27:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 08:27:03] Production.INFO: Account Balance Start.
[2026-09-11 08:27:03] Production.INFO: CreateAllLog Start
[2026-09-11 08:27:03] Production.INFO: 117
[2026-09-11 08:27:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 08:27:03] Production.INFO: Date 2026-09-08
[2026-09-11 08:27:03] Production.INFO: Reseller ==> 0
[2026-09-11 08:27:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 08:27:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 08:27:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 08:27:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 08:27:03] Production.INFO: Date 2026-09-09
[2026-09-11 08:27:03] Production.INFO: Reseller ==> 0
[2026-09-11 08:27:03] Production.INFO: Date 2026-09-10
[2026-09-11 08:27:03] Production.INFO: Reseller ==> 0
[2026-09-11 08:27:03] Production.INFO: Date 2026-09-11
[2026-09-11 08:27:03] Production.INFO: Reseller ==> 0
[2026-09-11 08:27:03] Production.INFO: Total Charge 0
[2026-09-11 08:27:03] Production.INFO: CreateAllLog End
[2026-09-11 08:27:04] Production.INFO: Account Balance End.
[2026-09-11 08:27:04] Production.ERROR: CronJobId end 12
[2026-09-11 08:27:04] Production.INFO: ==31695== Releasing lock...
[2026-09-11 08:27:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 08:27:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 08:27:04] Production.INFO: ==31691== Releasing lock...
[2026-09-11 08:27:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 08:27:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 08:27:11] Production.ERROR: CronJobId end10
[2026-09-11 08:27:11] Production.INFO: ==31693== Releasing lock...
[2026-09-11 08:27:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 08:27:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 08:27:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 08:27:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 08:27:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 08:27:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 08:27:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 08:27:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 08:27:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 08:27:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 08:27:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 08:27:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 08:27:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 08:27:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 08:27:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 08:27:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 08:27:14] Production.INFO: call_cost start
[2026-09-11 08:27:14] Production.INFO: call_cost end
[2026-09-11 08:27:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 08:27:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 08:27:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 08:27:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 08:27:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 08:27:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 08:27:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 08:27:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 08:27:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 08:27:14] Production.INFO: ==31689== Releasing lock...
[2026-09-11 08:27:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 08:27:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 13:28:02] Production.INFO: ==31787== Lock acquired, processing the job...
[2026-09-11 13:28:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 13:28:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 13:28:02] Production.INFO: neon service started
[2026-09-11 13:28:02] Production.INFO: neon service started
[2026-09-11 13:28:02] Production.INFO: ==31787== Releasing lock...
[2026-09-11 13:28:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 13:28:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 12:28:02] Production.INFO: ==31791== Lock acquired, processing the job...
[2026-09-11 12:28:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 12:28:02] Production.INFO: ==31791== Releasing lock...
[2026-09-11 12:28:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 12:28:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 08:28:02] Production.INFO: ==31789== Lock acquired, processing the job...
[2026-09-11 08:28:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 08:28:02] Production.INFO: ==31789== Releasing lock...
[2026-09-11 08:28:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 08:28:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 08:28:03] Production.INFO: ==31795== Lock acquired, processing the job...
[2026-09-11 08:28:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 08:28:03] Production.INFO: ==31801== Lock acquired, processing the job...
[2026-09-11 08:28:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 08:28:03] Production.INFO: ==31797== Lock acquired, processing the job...
[2026-09-11 08:28:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 08:28:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 08:28:03] Production.INFO: ==31799== Lock acquired, processing the job...
[2026-09-11 08:28:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 08:28:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 08:28:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 08:28:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 08:28:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 08:28:03] Production.INFO: Account Balance Start.
[2026-09-11 08:28:03] Production.INFO: CreateAllLog Start
[2026-09-11 08:28:03] Production.INFO: 117
[2026-09-11 08:28:03] Production.INFO: ==31803== Lock acquired, processing the job...
[2026-09-11 08:28:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 08:28:03] Production.INFO: Date 2026-09-08
[2026-09-11 08:28:03] Production.INFO: Reseller ==> 0
[2026-09-11 08:28:03] Production.INFO: Date 2026-09-09
[2026-09-11 08:28:03] Production.INFO: Reseller ==> 0
[2026-09-11 08:28:04] Production.INFO: Date 2026-09-10
[2026-09-11 08:28:04] Production.INFO: Reseller ==> 0
[2026-09-11 08:28:04] Production.INFO: Date 2026-09-11
[2026-09-11 08:28:04] Production.INFO: Reseller ==> 0
[2026-09-11 08: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-09-11 08: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-09-11 08: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-09-11 08:28:04] Production.INFO: Total Charge 0
[2026-09-11 08:28:04] Production.INFO: ==31803== Releasing lock...
[2026-09-11 08:28:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 08:28:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 08:28:04] Production.INFO: CreateAllLog End
[2026-09-11 08:28:04] Production.INFO: Account Balance End.
[2026-09-11 08:28:04] Production.ERROR: CronJobId end 12
[2026-09-11 08:28:04] Production.INFO: ==31801== Releasing lock...
[2026-09-11 08:28:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 08:28:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 08:28:04] Production.INFO: ==31797== Releasing lock...
[2026-09-11 08:28:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 08:28:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 08:28:12] Production.ERROR: CronJobId end10
[2026-09-11 08:28:12] Production.INFO: ==31799== Releasing lock...
[2026-09-11 08:28:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 08:28:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 08:28:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 08:28:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 08:28:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 08:28:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 08:28:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 08:28:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 08:28:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 08:28:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 08:28:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 08:28:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 08:28:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 08:28:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 08:28:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 08:28:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 08:28:14] Production.INFO: call_cost start
[2026-09-11 08:28:14] Production.INFO: call_cost end
[2026-09-11 08:28:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 08:28:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 08:28:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 08:28:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 08:28:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 08:28:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 08:28:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 08:28:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 08:28:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 08:28:14] Production.INFO: ==31795== Releasing lock...
[2026-09-11 08:28:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 08:28:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 13:29:01] Production.INFO: ==31900== Lock acquired, processing the job...
[2026-09-11 13:29:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 13:29:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 13:29:01] Production.INFO: neon service started
[2026-09-11 13:29:01] Production.INFO: neon service started
[2026-09-11 13:29:01] Production.INFO: ==31900== Releasing lock...
[2026-09-11 13:29:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 13:29:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 08:29:02] Production.INFO: ==31902== Lock acquired, processing the job...
[2026-09-11 08:29:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 08:29:02] Production.INFO: ==31902== Releasing lock...
[2026-09-11 08:29:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 08:29:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 12:29:02] Production.INFO: ==31904== Lock acquired, processing the job...
[2026-09-11 12:29:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 12:29:02] Production.INFO: ==31904== Releasing lock...
[2026-09-11 12:29:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 12:29:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 08:29:03] Production.INFO: ==31908== Lock acquired, processing the job...
[2026-09-11 08:29:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 08:29:03] Production.INFO: ==31910== Lock acquired, processing the job...
[2026-09-11 08:29:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 08:29:03] Production.INFO: ==31912== Lock acquired, processing the job...
[2026-09-11 08:29:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 08:29:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 08:29:03] Production.INFO: ==31914== Lock acquired, processing the job...
[2026-09-11 08:29:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 08:29:03] Production.INFO: ==31916== Lock acquired, processing the job...
[2026-09-11 08:29:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 08:29:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 08:29:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 08:29:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 08:29:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 08:29:03] Production.INFO: Account Balance Start.
[2026-09-11 08:29:03] Production.INFO: CreateAllLog Start
[2026-09-11 08:29:03] Production.INFO: 117
[2026-09-11 08:29:03] Production.INFO: Date 2026-09-08
[2026-09-11 08:29:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 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-09-11 08:29:03] Production.INFO: ==31916== Releasing lock...
[2026-09-11 08:29:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 08:29:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 08:29:03] Production.INFO: Date 2026-09-09
[2026-09-11 08:29:03] Production.INFO: Reseller ==> 0
[2026-09-11 08:29:03] Production.INFO: Date 2026-09-10
[2026-09-11 08:29:03] Production.INFO: Reseller ==> 0
[2026-09-11 08:29:03] Production.INFO: Date 2026-09-11
[2026-09-11 08:29:03] Production.INFO: Reseller ==> 0
[2026-09-11 08:29:03] Production.INFO: Total Charge 0
[2026-09-11 08:29:03] Production.INFO: CreateAllLog End
[2026-09-11 08:29:03] Production.INFO: Account Balance End.
[2026-09-11 08:29:03] Production.ERROR: CronJobId end 12
[2026-09-11 08:29:03] Production.INFO: ==31914== Releasing lock...
[2026-09-11 08:29:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 08:29:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 08:29:04] Production.INFO: ==31910== Releasing lock...
[2026-09-11 08:29:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 08:29:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 08:29:11] Production.ERROR: CronJobId end10
[2026-09-11 08:29:11] Production.INFO: ==31912== Releasing lock...
[2026-09-11 08:29:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 08:29:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 08:29:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 08:29:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 08:29:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 08:29:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 08:29:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 08:29:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 08:29:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 08:29:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 08:29:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 08:29:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 08:29:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 08:29:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 08:29:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 08:29:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 08:29:15] Production.INFO: call_cost start
[2026-09-11 08:29:15] Production.INFO: call_cost end
[2026-09-11 08:29:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 08:29:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 08:29:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 08:29:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 08:29:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 08:29:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 08:29:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 08:29:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 08:29:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 08:29:15] Production.INFO: ==31908== Releasing lock...
[2026-09-11 08:29:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 08:29:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 13:30:02] Production.INFO: ==32009== Lock acquired, processing the job...
[2026-09-11 13:30:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 13:30:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 13:30:02] Production.INFO: neon service started
[2026-09-11 13:30:02] Production.INFO: neon service started
[2026-09-11 13:30:02] Production.INFO: ==32009== Releasing lock...
[2026-09-11 13:30:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 13:30:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 12:30:02] Production.INFO: ==32013== Lock acquired, processing the job...
[2026-09-11 12:30:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 12:30:02] Production.INFO: ==32013== Releasing lock...
[2026-09-11 12:30:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 12:30:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 08:30:02] Production.INFO: ==32011== Lock acquired, processing the job...
[2026-09-11 08:30:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 08:30:02] Production.INFO: ==32011== Releasing lock...
[2026-09-11 08:30:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 08:30:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 08:30:03] Production.INFO: ==32018== Lock acquired, processing the job...
[2026-09-11 08:30:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 08:30:03] Production.INFO: ==32020== Lock acquired, processing the job...
[2026-09-11 08:30:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 08:30:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 08:30:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 08:30:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 08:30:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 08:30:03] Production.INFO: ==32016== Lock acquired, processing the job...
[2026-09-11 08:30:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 08:30:03] Production.INFO: ==32022== Lock acquired, processing the job...
[2026-09-11 08:30:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 08:30:03] Production.INFO: ==32024== Lock acquired, processing the job...
[2026-09-11 08:30:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 08:30:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 08:30:04] Production.INFO: Account Balance Start.
[2026-09-11 08:30:04] Production.INFO: CreateAllLog Start
[2026-09-11 08:30:04] Production.INFO: 117
[2026-09-11 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-09-11 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-09-11 08:30:04] Production.INFO: Date 2026-09-08
[2026-09-11 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-09-11 08:30:04] Production.INFO: Reseller ==> 0
[2026-09-11 08:30:04] Production.INFO: ==32024== Releasing lock...
[2026-09-11 08:30:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 08:30:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 08:30:04] Production.INFO: Date 2026-09-09
[2026-09-11 08:30:04] Production.INFO: Reseller ==> 0
[2026-09-11 08:30:04] Production.INFO: Date 2026-09-10
[2026-09-11 08:30:04] Production.INFO: Reseller ==> 0
[2026-09-11 08:30:04] Production.INFO: ==32018== Releasing lock...
[2026-09-11 08:30:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 08:30:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 08:30:04] Production.INFO: Date 2026-09-11
[2026-09-11 08:30:04] Production.INFO: Reseller ==> 0
[2026-09-11 08:30:04] Production.INFO: Total Charge 0
[2026-09-11 08:30:04] Production.INFO: CreateAllLog End
[2026-09-11 08:30:04] Production.INFO: Account Balance End.
[2026-09-11 08:30:04] Production.ERROR: CronJobId end 12
[2026-09-11 08:30:04] Production.INFO: ==32022== Releasing lock...
[2026-09-11 08:30:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 08:30:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 08:30:11] Production.ERROR: CronJobId end10
[2026-09-11 08:30:11] Production.INFO: ==32020== Releasing lock...
[2026-09-11 08:30:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 08:30:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 08:30:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 08:30:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 08:30:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 08:30:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 08:30:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 08:30:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 08:30:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 08:30:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 08:30:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 08:30:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 08:30:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 08:30:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 08:30:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 08:30:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 08:30:15] Production.INFO: call_cost start
[2026-09-11 08:30:15] Production.INFO: call_cost end
[2026-09-11 08:30:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 08:30:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 08:30:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 08:30:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 08:30:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 08:30:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 08:30:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 08:30:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 08:30:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 08:30:15] Production.INFO: ==32016== Releasing lock...
[2026-09-11 08:30:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 08:30:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 13:31:01] Production.INFO: ==32113== Lock acquired, processing the job...
[2026-09-11 13:31:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 13:31:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 13:31:01] Production.INFO: neon service started
[2026-09-11 13:31:01] Production.INFO: neon service started
[2026-09-11 13:31:01] Production.INFO: ==32113== Releasing lock...
[2026-09-11 13:31:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 13:31:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 12:31:01] Production.INFO: ==32117== Lock acquired, processing the job...
[2026-09-11 12:31:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 12:31:01] Production.INFO: ==32117== Releasing lock...
[2026-09-11 12:31:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 12:31:01] Production.INFO: 25 MB #Memory Used#
[2026-09-11 08:31:02] Production.INFO: ==32115== Lock acquired, processing the job...
[2026-09-11 08:31:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 08:31:02] Production.INFO: ==32115== Releasing lock...
[2026-09-11 08:31:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 08:31:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 08:31:02] Production.INFO: ==32120== Lock acquired, processing the job...
[2026-09-11 08:31:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 08:31:02] Production.INFO: ==32124== Lock acquired, processing the job...
[2026-09-11 08:31:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 08:31:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 08:31:02] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 08:31:02] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 08:31:02] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 08:31:02] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 08:31:02] Production.INFO: ==32128== Lock acquired, processing the job...
[2026-09-11 08:31:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 08: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-09-11 08: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-09-11 08: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-09-11 08:31:03] Production.INFO: ==32128== Releasing lock...
[2026-09-11 08:31:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 08:31:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 08:31:03] Production.INFO: ==32122== Lock acquired, processing the job...
[2026-09-11 08:31:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 08:31:03] Production.INFO: ==32126== Lock acquired, processing the job...
[2026-09-11 08:31:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 08:31:03] Production.INFO: Account Balance Start.
[2026-09-11 08:31:03] Production.INFO: CreateAllLog Start
[2026-09-11 08:31:03] Production.INFO: 117
[2026-09-11 08:31:03] Production.INFO: Date 2026-09-08
[2026-09-11 08:31:03] Production.INFO: Reseller ==> 0
[2026-09-11 08:31:03] Production.INFO: Date 2026-09-09
[2026-09-11 08:31:03] Production.INFO: Reseller ==> 0
[2026-09-11 08:31:03] Production.INFO: Date 2026-09-10
[2026-09-11 08:31:03] Production.INFO: Reseller ==> 0
[2026-09-11 08:31:03] Production.INFO: Date 2026-09-11
[2026-09-11 08:31:03] Production.INFO: Reseller ==> 0
[2026-09-11 08:31:03] Production.INFO: Total Charge 0
[2026-09-11 08:31:03] Production.INFO: CreateAllLog End
[2026-09-11 08:31:03] Production.INFO: Account Balance End.
[2026-09-11 08:31:03] Production.ERROR: CronJobId end 12
[2026-09-11 08:31:03] Production.INFO: ==32126== Releasing lock...
[2026-09-11 08:31:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 08:31:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 08:31:04] Production.INFO: ==32122== Releasing lock...
[2026-09-11 08:31:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 08:31:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 08:31:11] Production.ERROR: CronJobId end10
[2026-09-11 08:31:11] Production.INFO: ==32124== Releasing lock...
[2026-09-11 08:31:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 08:31:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 08:31:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 08:31:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 08:31:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 08:31:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 08:31:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 08:31:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 08:31:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 08:31:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 08:31:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 08:31:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 08:31:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 08:31:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 08:31:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 08:31:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 08:31:14] Production.INFO: call_cost start
[2026-09-11 08:31:15] Production.INFO: call_cost end
[2026-09-11 08:31:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 08:31:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 08:31:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 08:31:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 08:31:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 08:31:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 08:31:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 08:31:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 08:31:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 08:31:15] Production.INFO: ==32120== Releasing lock...
[2026-09-11 08:31:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 08:31:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 13:32:01] Production.INFO: ==32231== Lock acquired, processing the job...
[2026-09-11 13:32:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 13:32:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 13:32:02] Production.INFO: neon service started
[2026-09-11 13:32:02] Production.INFO: neon service started
[2026-09-11 13:32:02] Production.INFO: ==32231== Releasing lock...
[2026-09-11 13:32:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 13:32:02] Production.INFO: 25.5 MB #Memory Used#
[2026-09-11 12:32:02] Production.INFO: ==32236== Lock acquired, processing the job...
[2026-09-11 12:32:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 12:32:02] Production.INFO: ==32236== Releasing lock...
[2026-09-11 12:32:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 12:32:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 08:32:02] Production.INFO: ==32233== Lock acquired, processing the job...
[2026-09-11 08:32:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 08:32:02] Production.INFO: ==32233== Releasing lock...
[2026-09-11 08:32:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 08:32:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 08:32:03] Production.INFO: ==32238== Lock acquired, processing the job...
[2026-09-11 08:32:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 08:32:03] Production.INFO: ==32240== Lock acquired, processing the job...
[2026-09-11 08:32:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 08:32:03] Production.INFO: ==32242== Lock acquired, processing the job...
[2026-09-11 08:32:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 08:32:03] Production.INFO: ==32246== Lock acquired, processing the job...
[2026-09-11 08:32:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 08:32:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 08:32:03] Production.INFO: ==32244== Lock acquired, processing the job...
[2026-09-11 08:32:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 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-09-11 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-09-11 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-09-11 08:32:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 08:32:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 08:32:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 08:32:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 08:32:03] Production.INFO: ==32246== Releasing lock...
[2026-09-11 08:32:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 08:32:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 08:32:03] Production.INFO: Account Balance Start.
[2026-09-11 08:32:03] Production.INFO: CreateAllLog Start
[2026-09-11 08:32:03] Production.INFO: 117
[2026-09-11 08:32:03] Production.INFO: Date 2026-09-08
[2026-09-11 08:32:03] Production.INFO: Reseller ==> 0
[2026-09-11 08:32:03] Production.INFO: Date 2026-09-09
[2026-09-11 08:32:03] Production.INFO: Reseller ==> 0
[2026-09-11 08:32:03] Production.INFO: Date 2026-09-10
[2026-09-11 08:32:03] Production.INFO: Reseller ==> 0
[2026-09-11 08:32:03] Production.INFO: Date 2026-09-11
[2026-09-11 08:32:03] Production.INFO: Reseller ==> 0
[2026-09-11 08:32:03] Production.INFO: Total Charge 0
[2026-09-11 08:32:04] Production.INFO: CreateAllLog End
[2026-09-11 08:32:04] Production.INFO: Account Balance End.
[2026-09-11 08:32:04] Production.ERROR: CronJobId end 12
[2026-09-11 08:32:04] Production.INFO: ==32244== Releasing lock...
[2026-09-11 08:32:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 08:32:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 08:32:04] Production.INFO: ==32240== Releasing lock...
[2026-09-11 08:32:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 08:32:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 08:32:12] Production.ERROR: CronJobId end10
[2026-09-11 08:32:12] Production.INFO: ==32242== Releasing lock...
[2026-09-11 08:32:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 08:32:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 08:32:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 08:32:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 08:32:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 08:32:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 08:32:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 08:32:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 08:32:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 08:32:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 08:32:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 08:32:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 08:32:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 08:32:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 08:32:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 08:32:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 08:32:15] Production.INFO: call_cost start
[2026-09-11 08:32:15] Production.INFO: call_cost end
[2026-09-11 08:32:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 08:32:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 08:32:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 08:32:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 08:32:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 08:32:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 08:32:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 08:32:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 08:32:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 08:32:15] Production.INFO: ==32238== Releasing lock...
[2026-09-11 08:32:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 08:32:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 13:33:01] Production.INFO: ==32333== Lock acquired, processing the job...
[2026-09-11 13:33:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 13:33:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 13:33:01] Production.INFO: neon service started
[2026-09-11 13:33:01] Production.INFO: neon service started
[2026-09-11 13:33:01] Production.INFO: ==32333== Releasing lock...
[2026-09-11 13:33:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 13:33:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 08:33:01] Production.INFO: ==32335== Lock acquired, processing the job...
[2026-09-11 08:33:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 08:33:01] Production.INFO: ==32335== Releasing lock...
[2026-09-11 08:33:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 08:33:01] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 12:33:02] Production.INFO: ==32337== Lock acquired, processing the job...
[2026-09-11 12:33:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 12:33:02] Production.INFO: ==32337== Releasing lock...
[2026-09-11 12:33:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 12:33:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 08:33:02] Production.INFO: ==32344== Lock acquired, processing the job...
[2026-09-11 08:33:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 08:33:02] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 08:33:02] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 08:33:02] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 08:33:02] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 08:33:02] Production.INFO: ==32340== Lock acquired, processing the job...
[2026-09-11 08:33:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 08:33:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 08:33:03] Production.INFO: ==32348== Lock acquired, processing the job...
[2026-09-11 08:33:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 08:33:03] Production.INFO: ==32342== Lock acquired, processing the job...
[2026-09-11 08:33:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 08:33:03] Production.INFO: ==32346== Lock acquired, processing the job...
[2026-09-11 08:33:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 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-09-11 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-09-11 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-09-11 08:33:03] Production.INFO: ==32348== Releasing lock...
[2026-09-11 08:33:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 08:33:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 08:33:03] Production.INFO: Account Balance Start.
[2026-09-11 08:33:03] Production.INFO: CreateAllLog Start
[2026-09-11 08:33:03] Production.INFO: 117
[2026-09-11 08:33:03] Production.INFO: Date 2026-09-08
[2026-09-11 08:33:03] Production.INFO: Reseller ==> 0
[2026-09-11 08:33:03] Production.INFO: Date 2026-09-09
[2026-09-11 08:33:03] Production.INFO: Reseller ==> 0
[2026-09-11 08:33:03] Production.INFO: Date 2026-09-10
[2026-09-11 08:33:03] Production.INFO: Reseller ==> 0
[2026-09-11 08:33:03] Production.INFO: Date 2026-09-11
[2026-09-11 08:33:03] Production.INFO: Reseller ==> 0
[2026-09-11 08:33:03] Production.INFO: Total Charge 0
[2026-09-11 08:33:03] Production.INFO: CreateAllLog End
[2026-09-11 08:33:03] Production.INFO: Account Balance End.
[2026-09-11 08:33:03] Production.ERROR: CronJobId end 12
[2026-09-11 08:33:03] Production.INFO: ==32346== Releasing lock...
[2026-09-11 08:33:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 08:33:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 08:33:03] Production.INFO: ==32342== Releasing lock...
[2026-09-11 08:33:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 08:33:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 08:33:11] Production.ERROR: CronJobId end10
[2026-09-11 08:33:11] Production.INFO: ==32344== Releasing lock...
[2026-09-11 08:33:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 08:33:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 08:33:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 08:33:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 08:33:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 08:33:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 08:33:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 08:33:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 08:33:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 08:33:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 08:33:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 08:33:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 08:33:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 08:33:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 08:33:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 08:33:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 08:33:15] Production.INFO: call_cost start
[2026-09-11 08:33:15] Production.INFO: call_cost end
[2026-09-11 08:33:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 08:33:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 08:33:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 08:33:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 08:33:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 08:33:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 08:33:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 08:33:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 08:33:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 08:33:15] Production.INFO: ==32340== Releasing lock...
[2026-09-11 08:33:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 08:33:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 13:34:01] Production.INFO: ==32447== Lock acquired, processing the job...
[2026-09-11 13:34:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 13:34:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 13:34:01] Production.INFO: neon service started
[2026-09-11 13:34:01] Production.INFO: neon service started
[2026-09-11 13:34:01] Production.INFO: ==32447== Releasing lock...
[2026-09-11 13:34:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 13:34:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 12:34:02] Production.INFO: ==32451== Lock acquired, processing the job...
[2026-09-11 12:34:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 12:34:02] Production.INFO: ==32451== Releasing lock...
[2026-09-11 12:34:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 12:34:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 08:34:02] Production.INFO: ==32449== Lock acquired, processing the job...
[2026-09-11 08:34:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 08:34:02] Production.INFO: ==32449== Releasing lock...
[2026-09-11 08:34:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 08:34:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 08:34:03] Production.INFO: ==32454== Lock acquired, processing the job...
[2026-09-11 08:34:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 08:34:03] Production.INFO: ==32456== Lock acquired, processing the job...
[2026-09-11 08:34:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 08:34:03] Production.INFO: ==32459== Lock acquired, processing the job...
[2026-09-11 08:34:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 08:34:03] Production.INFO: ==32461== Lock acquired, processing the job...
[2026-09-11 08:34:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 08:34:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 08:34:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 08:34:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 08:34:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 08:34:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 08:34:03] Production.INFO: ==32463== Lock acquired, processing the job...
[2026-09-11 08:34:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 08:34:03] Production.INFO: Account Balance Start.
[2026-09-11 08:34:03] Production.INFO: CreateAllLog Start
[2026-09-11 08:34:03] Production.INFO: 117
[2026-09-11 08:34:03] Production.INFO: Date 2026-09-08
[2026-09-11 08:34:03] Production.INFO: Reseller ==> 0
[2026-09-11 08:34:03] Production.INFO: Date 2026-09-09
[2026-09-11 08:34:03] Production.INFO: Reseller ==> 0
[2026-09-11 08:34:03] Production.INFO: Date 2026-09-10
[2026-09-11 08:34:03] Production.INFO: Reseller ==> 0
[2026-09-11 08:34:03] Production.INFO: Date 2026-09-11
[2026-09-11 08:34:03] Production.INFO: Reseller ==> 0
[2026-09-11 08:34:03] Production.INFO: Total Charge 0
[2026-09-11 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-09-11 08:34:03] Production.INFO: CreateAllLog End
[2026-09-11 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-09-11 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-09-11 08:34:03] Production.INFO: ==32463== Releasing lock...
[2026-09-11 08:34:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 08:34:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 08:34:03] Production.INFO: Account Balance End.
[2026-09-11 08:34:04] Production.ERROR: CronJobId end 12
[2026-09-11 08:34:04] Production.INFO: ==32461== Releasing lock...
[2026-09-11 08:34:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 08:34:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 08:34:04] Production.INFO: ==32456== Releasing lock...
[2026-09-11 08:34:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 08:34:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 08:34:11] Production.ERROR: CronJobId end10
[2026-09-11 08:34:11] Production.INFO: ==32459== Releasing lock...
[2026-09-11 08:34:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 08:34:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 08:34:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 08:34:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 08:34:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 08:34:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 08:34:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 08:34:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 08:34:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 08:34:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 08:34:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 08:34:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 08:34:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 08:34:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 08:34:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 08:34:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 08:34:15] Production.INFO: call_cost start
[2026-09-11 08:34:15] Production.INFO: call_cost end
[2026-09-11 08:34:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 08:34:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 08:34:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 08:34:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 08:34:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 08:34:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 08:34:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 08:34:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 08:34:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 08:34:15] Production.INFO: ==32454== Releasing lock...
[2026-09-11 08:34:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 08:34:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 13:35:02] Production.INFO: ==32553== Lock acquired, processing the job...
[2026-09-11 13:35:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 13:35:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 13:35:02] Production.INFO: neon service started
[2026-09-11 13:35:02] Production.INFO: neon service started
[2026-09-11 13:35:02] Production.INFO: ==32553== Releasing lock...
[2026-09-11 13:35:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 13:35:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 08:35:02] Production.INFO: ==32555== Lock acquired, processing the job...
[2026-09-11 08:35:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 08:35:02] Production.INFO: ==32555== Releasing lock...
[2026-09-11 08:35:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 08:35:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 12:35:03] Production.INFO: ==32557== Lock acquired, processing the job...
[2026-09-11 12:35:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 12:35:03] Production.INFO: ==32557== Releasing lock...
[2026-09-11 12:35:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 12:35:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 08:35:03] Production.INFO: ==32559== Lock acquired, processing the job...
[2026-09-11 08:35:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-11 08:35:03] Production.ERROR: ========================== active cronjob start =============================
[2026-09-11 08:35:03] Production.INFO: ==32561== Lock acquired, processing the job...
[2026-09-11 08:35:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 08:35:03] Production.INFO: ==32563== Lock acquired, processing the job...
[2026-09-11 08:35:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 08:35:03] Production.ERROR: ========================== active cronjob end =============================
[2026-09-11 08:35:03] Production.INFO: ==32559== Releasing lock...
[2026-09-11 08:35:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-11 08:35:03] Production.INFO: 25.5 MB #Memory Used#
[2026-09-11 08:35:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 08:35:03] Production.INFO: ==32567== Lock acquired, processing the job...
[2026-09-11 08:35:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 08:35:03] Production.INFO: Account Balance Start.
[2026-09-11 08:35:03] Production.INFO: CreateAllLog Start
[2026-09-11 08:35:03] Production.INFO: 117
[2026-09-11 08:35:03] Production.INFO: Date 2026-09-08
[2026-09-11 08:35:04] Production.INFO: Reseller ==> 0
[2026-09-11 08:35:04] Production.INFO: Date 2026-09-09
[2026-09-11 08:35:04] Production.INFO: Reseller ==> 0
[2026-09-11 08:35:04] Production.INFO: Date 2026-09-10
[2026-09-11 08:35:04] Production.INFO: Reseller ==> 0
[2026-09-11 08:35:04] Production.INFO: Date 2026-09-11
[2026-09-11 08:35:04] Production.INFO: Reseller ==> 0
[2026-09-11 08:35:04] Production.INFO: ==32565== Lock acquired, processing the job...
[2026-09-11 08:35:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 08:35:04] Production.INFO: Total Charge 0
[2026-09-11 08:35:04] Production.INFO: CreateAllLog End
[2026-09-11 08:35:04] Production.INFO: ==32569== Lock acquired, processing the job...
[2026-09-11 08:35:04] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-11 08:35:04] Production.ERROR: tblTempUsageDetail_20
[2026-09-11 08:35:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 08:35:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 08:35:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 08:35:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 08:35:04] Production.INFO: ==32571== Lock acquired, processing the job...
[2026-09-11 08:35:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 08:35:04] Production.INFO: Account Balance End.
[2026-09-11 08:35:04] Production.ERROR: CronJobId end 12
[2026-09-11 08:35:04] Production.INFO: ==32567== Releasing lock...
[2026-09-11 08:35:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 08:35:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 08: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-09-11 08: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-09-11 08: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-09-11 08:35:04] Production.ERROR: done
[2026-09-11 08:35:04] Production.INFO: ==32563== Releasing lock...
[2026-09-11 08:35:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 08:35:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 08:35:04] Production.INFO: ==32571== Releasing lock...
[2026-09-11 08:35:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 08:35:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 08:35:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-11 08:35:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17983468', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) start
[2026-09-11 08:35:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17983468', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) end
[2026-09-11 08:35:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-11 08:35:10] Production.INFO: ProcessCDR(1,17983468,1,1,2)
[2026-09-11 08:35:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17983468,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 08:35:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17983468,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 08:35:10] Production.ERROR: pbx prc_insertCDR start
[2026-09-11 08:35:10] Production.ERROR: pbx prc_insertCDR end
[2026-09-11 08:35:10] Production.INFO: ==32569== Releasing lock...
[2026-09-11 08:35:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-11 08:35:10] Production.INFO: 26 MB #Memory Used#
[2026-09-11 08:35:15] Production.ERROR: CronJobId end10
[2026-09-11 08:35:15] Production.INFO: ==32565== Releasing lock...
[2026-09-11 08:35:15] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 08:35:15] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 08:35:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 08:35:16] Production.INFO: ============== Balance Warning START===========
[2026-09-11 08:35:16] Production.INFO: ============== Balance Warning END===========
[2026-09-11 08:35:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 08:35:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 08:35:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 08:35:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 08:35:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 08:35:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 08:35:16] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 08:35:16] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 08:35:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 08:35:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 08:35:16] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 08:35:16] Production.INFO: call_cost start
[2026-09-11 08:35:16] Production.INFO: call_cost end
[2026-09-11 08:35:16] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 08:35:16] Production.INFO: ============== Report Schedule START===========
[2026-09-11 08:35:16] Production.INFO: ============== Report Schedule END===========
[2026-09-11 08:35:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 08:35:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 08:35:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 08:35:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 08:35:16] Production.INFO: ============== Deal alert START===========
[2026-09-11 08:35:16] Production.INFO: ============== Deal alert END===========
[2026-09-11 08:35:16] Production.INFO: ==32561== Releasing lock...
[2026-09-11 08:35:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 08:35:16] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 13:36:01] Production.INFO: ==32666== Lock acquired, processing the job...
[2026-09-11 13:36:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 13:36:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 13:36:01] Production.INFO: neon service started
[2026-09-11 13:36:01] Production.INFO: neon service started
[2026-09-11 13:36:01] Production.INFO: ==32666== Releasing lock...
[2026-09-11 13:36:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 13:36:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 08:36:02] Production.INFO: ==32670== Lock acquired, processing the job...
[2026-09-11 08:36:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 08:36:02] Production.INFO: ==32670== Releasing lock...
[2026-09-11 08:36:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 08:36:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 12:36:02] Production.INFO: ==32672== Lock acquired, processing the job...
[2026-09-11 12:36:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 12:36:02] Production.INFO: ==32672== Releasing lock...
[2026-09-11 12:36:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 12:36:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 08:36:03] Production.INFO: ==32674== Lock acquired, processing the job...
[2026-09-11 08:36:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 08:36:03] Production.INFO: ==32682== Lock acquired, processing the job...
[2026-09-11 08:36:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 08:36:03] Production.INFO: ==32680== Lock acquired, processing the job...
[2026-09-11 08:36:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 08:36:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 08:36:03] Production.INFO: ==32676== Lock acquired, processing the job...
[2026-09-11 08:36:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 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-09-11 08:36:03] Production.INFO: Account Balance Start.
[2026-09-11 08:36:03] Production.INFO: CreateAllLog Start
[2026-09-11 08:36:03] Production.INFO: 117
[2026-09-11 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-09-11 08:36:03] Production.INFO: Date 2026-09-08
[2026-09-11 08:36:03] Production.INFO: ==32678== Lock acquired, processing the job...
[2026-09-11 08:36:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 08:36:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 08:36:03] Production.INFO: ==32682== Releasing lock...
[2026-09-11 08:36:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 08:36:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 08:36:03] Production.INFO: Date 2026-09-09
[2026-09-11 08:36:03] Production.INFO: Reseller ==> 0
[2026-09-11 08:36:03] Production.INFO: Date 2026-09-10
[2026-09-11 08:36:03] Production.INFO: Reseller ==> 0
[2026-09-11 08:36:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 08:36:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 08:36:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 08:36:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 08:36:03] Production.INFO: Date 2026-09-11
[2026-09-11 08:36:03] Production.INFO: Reseller ==> 0
[2026-09-11 08:36:03] Production.INFO: Total Charge 0
[2026-09-11 08:36:03] Production.INFO: CreateAllLog End
[2026-09-11 08:36:03] Production.INFO: Account Balance End.
[2026-09-11 08:36:03] Production.ERROR: CronJobId end 12
[2026-09-11 08:36:03] Production.INFO: ==32680== Releasing lock...
[2026-09-11 08:36:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 08:36:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 08:36:04] Production.INFO: ==32676== Releasing lock...
[2026-09-11 08:36:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 08:36:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 08:36:11] Production.ERROR: CronJobId end10
[2026-09-11 08:36:11] Production.INFO: ==32678== Releasing lock...
[2026-09-11 08:36:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 08:36:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 08:36:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 08:36:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 08:36:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 08:36:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 08:36:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 08:36:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 08:36:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 08:36:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 08:36:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 08:36:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 08:36:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 08:36:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 08:36:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 08:36:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 08:36:14] Production.INFO: call_cost start
[2026-09-11 08:36:14] Production.INFO: call_cost end
[2026-09-11 08:36:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 08:36:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 08:36:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 08:36:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 08:36:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 08:36:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 08:36:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 08:36:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 08:36:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 08:36:14] Production.INFO: ==32674== Releasing lock...
[2026-09-11 08:36:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 08:36:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 13:37:02] Production.INFO: ==305== Lock acquired, processing the job...
[2026-09-11 13:37:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 13:37:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 13:37:02] Production.INFO: neon service started
[2026-09-11 13:37:02] Production.INFO: neon service started
[2026-09-11 13:37:02] Production.INFO: ==305== Releasing lock...
[2026-09-11 13:37:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 13:37:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 08:37:02] Production.INFO: ==307== Lock acquired, processing the job...
[2026-09-11 08:37:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 08:37:02] Production.INFO: ==307== Releasing lock...
[2026-09-11 08:37:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 08:37:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 12:37:02] Production.INFO: ==312== Lock acquired, processing the job...
[2026-09-11 12:37:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 12:37:03] Production.INFO: ==312== Releasing lock...
[2026-09-11 12:37:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 12:37:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 08:37:03] Production.INFO: ==316== Lock acquired, processing the job...
[2026-09-11 08:37:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 08:37:03] Production.INFO: ==318== Lock acquired, processing the job...
[2026-09-11 08:37:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 08:37:03] Production.INFO: ==324== Lock acquired, processing the job...
[2026-09-11 08:37:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 08:37:03] Production.INFO: ==320== Lock acquired, processing the job...
[2026-09-11 08:37:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 08:37:03] Production.INFO: ==322== Lock acquired, processing the job...
[2026-09-11 08:37:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 08:37:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 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-09-11 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-09-11 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-09-11 08:37:03] Production.INFO: ==324== Releasing lock...
[2026-09-11 08:37:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 08:37:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 08:37:03] Production.INFO: Account Balance Start.
[2026-09-11 08:37:03] Production.INFO: CreateAllLog Start
[2026-09-11 08:37:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 08:37:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 08:37:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 08:37:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 08:37:03] Production.INFO: 117
[2026-09-11 08:37:03] Production.INFO: Date 2026-09-08
[2026-09-11 08:37:03] Production.INFO: Reseller ==> 0
[2026-09-11 08:37:03] Production.INFO: Date 2026-09-09
[2026-09-11 08:37:03] Production.INFO: Reseller ==> 0
[2026-09-11 08:37:04] Production.INFO: Date 2026-09-10
[2026-09-11 08:37:04] Production.INFO: Reseller ==> 0
[2026-09-11 08:37:04] Production.INFO: Date 2026-09-11
[2026-09-11 08:37:04] Production.INFO: Reseller ==> 0
[2026-09-11 08:37:04] Production.INFO: Total Charge 0
[2026-09-11 08:37:04] Production.INFO: CreateAllLog End
[2026-09-11 08:37:04] Production.INFO: Account Balance End.
[2026-09-11 08:37:04] Production.INFO: ==318== Releasing lock...
[2026-09-11 08:37:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 08:37:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 08:37:04] Production.ERROR: CronJobId end 12
[2026-09-11 08:37:04] Production.INFO: ==322== Releasing lock...
[2026-09-11 08:37:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 08:37:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 08:37:12] Production.ERROR: CronJobId end10
[2026-09-11 08:37:12] Production.INFO: ==320== Releasing lock...
[2026-09-11 08:37:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 08:37:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 08:37:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 08:37:15] Production.INFO: ============== Balance Warning START===========
[2026-09-11 08:37:15] Production.INFO: ============== Balance Warning END===========
[2026-09-11 08:37:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 08:37:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 08:37:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 08:37:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 08:37:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 08:37:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 08:37:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 08:37:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 08:37:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 08:37:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 08:37:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 08:37:15] Production.INFO: call_cost start
[2026-09-11 08:37:15] Production.INFO: call_cost end
[2026-09-11 08:37:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 08:37:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 08:37:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 08:37:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 08:37:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 08:37:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 08:37:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 08:37:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 08:37:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 08:37:15] Production.INFO: ==316== Releasing lock...
[2026-09-11 08:37:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 08:37:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 13:38:01] Production.INFO: ==425== Lock acquired, processing the job...
[2026-09-11 13:38:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 13:38:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 13:38:01] Production.INFO: neon service started
[2026-09-11 13:38:01] Production.INFO: neon service started
[2026-09-11 13:38:01] Production.INFO: ==425== Releasing lock...
[2026-09-11 13:38:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 13:38:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 08:38:02] Production.INFO: ==427== Lock acquired, processing the job...
[2026-09-11 08:38:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 08:38:02] Production.INFO: ==427== Releasing lock...
[2026-09-11 08:38:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 08:38:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 12:38:02] Production.INFO: ==429== Lock acquired, processing the job...
[2026-09-11 12:38:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 12:38:02] Production.INFO: ==429== Releasing lock...
[2026-09-11 12:38:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 12:38:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 08:38:02] Production.INFO: ==434== Lock acquired, processing the job...
[2026-09-11 08:38:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 08:38:03] Production.INFO: ==432== Lock acquired, processing the job...
[2026-09-11 08:38:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 08:38:03] Production.INFO: ==436== Lock acquired, processing the job...
[2026-09-11 08:38:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 08:38:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 08:38:03] Production.INFO: ==438== Lock acquired, processing the job...
[2026-09-11 08:38:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 08:38:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 08:38:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 08:38:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 08:38:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 08:38:03] Production.INFO: Account Balance Start.
[2026-09-11 08:38:03] Production.INFO: CreateAllLog Start
[2026-09-11 08:38:03] Production.INFO: 117
[2026-09-11 08:38:03] Production.INFO: ==440== Lock acquired, processing the job...
[2026-09-11 08:38:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 08:38:03] Production.INFO: Date 2026-09-08
[2026-09-11 08:38:03] Production.INFO: Reseller ==> 0
[2026-09-11 08:38:03] Production.INFO: Date 2026-09-09
[2026-09-11 08:38:03] Production.INFO: Reseller ==> 0
[2026-09-11 08:38:03] Production.INFO: ==434== Releasing lock...
[2026-09-11 08:38:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 08:38:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 08: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-09-11 08: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-09-11 08: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-09-11 08:38:03] Production.INFO: Date 2026-09-10
[2026-09-11 08:38:03] Production.INFO: Reseller ==> 0
[2026-09-11 08:38:03] Production.INFO: ==440== Releasing lock...
[2026-09-11 08:38:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 08:38:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 08:38:03] Production.INFO: Date 2026-09-11
[2026-09-11 08:38:03] Production.INFO: Reseller ==> 0
[2026-09-11 08:38:04] Production.INFO: Total Charge 0
[2026-09-11 08:38:04] Production.INFO: CreateAllLog End
[2026-09-11 08:38:04] Production.INFO: Account Balance End.
[2026-09-11 08:38:04] Production.ERROR: CronJobId end 12
[2026-09-11 08:38:04] Production.INFO: ==438== Releasing lock...
[2026-09-11 08:38:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 08:38:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 08:38:11] Production.ERROR: CronJobId end10
[2026-09-11 08:38:11] Production.INFO: ==436== Releasing lock...
[2026-09-11 08:38:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 08:38:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 08:38:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 08:38:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 08:38:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 08:38:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 08:38:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 08:38:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 08:38:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 08:38:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 08:38:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 08:38:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 08:38:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 08:38:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 08:38:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 08:38:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 08:38:14] Production.INFO: call_cost start
[2026-09-11 08:38:14] Production.INFO: call_cost end
[2026-09-11 08:38:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 08:38:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 08:38:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 08:38:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 08:38:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 08:38:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 08:38:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 08:38:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 08:38:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 08:38:14] Production.INFO: ==432== Releasing lock...
[2026-09-11 08:38:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 08:38:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 13:39:02] Production.INFO: ==534== Lock acquired, processing the job...
[2026-09-11 13:39:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 13:39:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 13:39:02] Production.INFO: neon service started
[2026-09-11 13:39:02] Production.INFO: neon service started
[2026-09-11 13:39:02] Production.INFO: ==534== Releasing lock...
[2026-09-11 13:39:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 13:39:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 08:39:02] Production.INFO: ==536== Lock acquired, processing the job...
[2026-09-11 08:39:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 08:39:02] Production.INFO: ==536== Releasing lock...
[2026-09-11 08:39:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 08:39:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 12:39:02] Production.INFO: ==538== Lock acquired, processing the job...
[2026-09-11 12:39:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 12:39:02] Production.INFO: ==538== Releasing lock...
[2026-09-11 12:39:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 12:39:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 08:39:03] Production.INFO: ==541== Lock acquired, processing the job...
[2026-09-11 08:39:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 08:39:03] Production.INFO: ==547== Lock acquired, processing the job...
[2026-09-11 08:39:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 08:39:03] Production.INFO: ==549== Lock acquired, processing the job...
[2026-09-11 08:39:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 08:39:03] Production.INFO: Account Balance Start.
[2026-09-11 08:39:03] Production.INFO: CreateAllLog Start
[2026-09-11 08:39:03] Production.INFO: 117
[2026-09-11 08:39:03] Production.INFO: Date 2026-09-08
[2026-09-11 08:39:03] Production.INFO: Reseller ==> 0
[2026-09-11 08:39:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 08: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-09-11 08: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-09-11 08:39:03] Production.INFO: ==543== Lock acquired, processing the job...
[2026-09-11 08:39:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 08:39:03] Production.INFO: Date 2026-09-09
[2026-09-11 08:39:03] Production.INFO: Reseller ==> 0
[2026-09-11 08: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-09-11 08:39:03] Production.INFO: ==549== Releasing lock...
[2026-09-11 08:39:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 08:39:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 08:39:03] Production.INFO: Date 2026-09-10
[2026-09-11 08:39:03] Production.INFO: ==545== Lock acquired, processing the job...
[2026-09-11 08:39:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 08:39:03] Production.INFO: Reseller ==> 0
[2026-09-11 08:39:03] Production.INFO: Date 2026-09-11
[2026-09-11 08:39:03] Production.INFO: Reseller ==> 0
[2026-09-11 08:39:03] Production.INFO: Total Charge 0
[2026-09-11 08:39:03] Production.INFO: CreateAllLog End
[2026-09-11 08:39:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 08:39:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 08:39:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 08:39:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 08:39:03] Production.INFO: Account Balance End.
[2026-09-11 08:39:03] Production.ERROR: CronJobId end 12
[2026-09-11 08:39:03] Production.INFO: ==547== Releasing lock...
[2026-09-11 08:39:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 08:39:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 08:39:04] Production.INFO: ==543== Releasing lock...
[2026-09-11 08:39:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 08:39:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 08:39:12] Production.ERROR: CronJobId end10
[2026-09-11 08:39:12] Production.INFO: ==545== Releasing lock...
[2026-09-11 08:39:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 08:39:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 08:39:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 08:39:15] Production.INFO: ============== Balance Warning START===========
[2026-09-11 08:39:15] Production.INFO: ============== Balance Warning END===========
[2026-09-11 08:39:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 08:39:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 08:39:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 08:39:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 08:39:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 08:39:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 08:39:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 08:39:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 08:39:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 08:39:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 08:39:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 08:39:15] Production.INFO: call_cost start
[2026-09-11 08:39:15] Production.INFO: call_cost end
[2026-09-11 08:39:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 08:39:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 08:39:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 08:39:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 08:39:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 08:39:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 08:39:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 08:39:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 08:39:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 08:39:15] Production.INFO: ==541== Releasing lock...
[2026-09-11 08:39:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 08:39:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 13:40:01] Production.INFO: ==657== Lock acquired, processing the job...
[2026-09-11 13:40:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 13:40:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 13:40:01] Production.INFO: neon service started
[2026-09-11 13:40:01] Production.INFO: neon service started
[2026-09-11 13:40:01] Production.INFO: ==657== Releasing lock...
[2026-09-11 13:40:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 13:40:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 08:40:02] Production.INFO: ==659== Lock acquired, processing the job...
[2026-09-11 08:40:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 12:40:02] Production.INFO: ==661== Lock acquired, processing the job...
[2026-09-11 12:40:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 12:40:02] Production.INFO: ==661== Releasing lock...
[2026-09-11 12:40:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 12:40:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 08:40:02] Production.INFO: ==659== Releasing lock...
[2026-09-11 08:40:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 08:40:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 08:40:03] Production.INFO: ==664== Lock acquired, processing the job...
[2026-09-11 08:40:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 08:40:03] Production.INFO: ==670== Lock acquired, processing the job...
[2026-09-11 08:40:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 08:40:03] Production.INFO: ==666== Lock acquired, processing the job...
[2026-09-11 08:40:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 08:40:03] Production.INFO: ==668== Lock acquired, processing the job...
[2026-09-11 08:40:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 08:40:03] Production.INFO: Account Balance Start.
[2026-09-11 08:40:03] Production.INFO: CreateAllLog Start
[2026-09-11 08:40:03] Production.INFO: 117
[2026-09-11 08:40:03] Production.INFO: ==673== Lock acquired, processing the job...
[2026-09-11 08:40:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 08:40:03] Production.INFO: Date 2026-09-08
[2026-09-11 08:40:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 08:40:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 08:40:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 08:40:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 08:40:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 08:40:03] Production.INFO: Reseller ==> 0
[2026-09-11 08:40:03] Production.INFO: Date 2026-09-09
[2026-09-11 08:40:03] Production.INFO: Reseller ==> 0
[2026-09-11 08:40:03] Production.INFO: Date 2026-09-10
[2026-09-11 08:40:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 08:40:03] Production.INFO: Date 2026-09-11
[2026-09-11 08:40:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 08:40:03] Production.INFO: Total Charge 0
[2026-09-11 08:40:03] Production.INFO: ==673== Releasing lock...
[2026-09-11 08:40:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 08:40:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 08:40:03] Production.INFO: CreateAllLog End
[2026-09-11 08:40:03] Production.INFO: Account Balance End.
[2026-09-11 08:40:03] Production.ERROR: CronJobId end 12
[2026-09-11 08:40:03] Production.INFO: ==670== Releasing lock...
[2026-09-11 08:40:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 08:40:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 08:40:03] Production.INFO: ==666== Releasing lock...
[2026-09-11 08:40:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 08:40:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 08:40:10] Production.ERROR: CronJobId end10
[2026-09-11 08:40:10] Production.INFO: ==668== Releasing lock...
[2026-09-11 08:40:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 08:40:10] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 08:40:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 08:40:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 08:40:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 08:40:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 08:40:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 08:40:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 08:40:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 08:40:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 08:40:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 08:40:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 08:40:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 08:40:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 08:40:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 08:40:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 08:40:14] Production.INFO: call_cost start
[2026-09-11 08:40:14] Production.INFO: call_cost end
[2026-09-11 08:40:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 08:40:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 08:40:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 08:40:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 08:40:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 08:40:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 08:40:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 08:40:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 08:40:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 08:40:14] Production.INFO: ==664== Releasing lock...
[2026-09-11 08:40:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 08:40:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 13:41:01] Production.INFO: ==794== Lock acquired, processing the job...
[2026-09-11 13:41:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 13:41:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 13:41:01] Production.INFO: neon service started
[2026-09-11 13:41:01] Production.INFO: neon service started
[2026-09-11 13:41:01] Production.INFO: ==794== Releasing lock...
[2026-09-11 13:41:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 13:41:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 08:41:02] Production.INFO: ==796== Lock acquired, processing the job...
[2026-09-11 08:41:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 08:41:02] Production.INFO: ==796== Releasing lock...
[2026-09-11 08:41:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 08:41:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 12:41:02] Production.INFO: ==798== Lock acquired, processing the job...
[2026-09-11 12:41:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 12:41:02] Production.INFO: ==798== Releasing lock...
[2026-09-11 12:41:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 12:41:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 08:41:03] Production.INFO: ==801== Lock acquired, processing the job...
[2026-09-11 08:41:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 08:41:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 08:41:03] Production.INFO: ==803== Lock acquired, processing the job...
[2026-09-11 08:41:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 08:41:03] Production.INFO: ==808== Lock acquired, processing the job...
[2026-09-11 08:41:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 08:41:03] Production.INFO: ==805== Lock acquired, processing the job...
[2026-09-11 08:41:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 08:41:03] Production.INFO: Account Balance Start.
[2026-09-11 08:41:03] Production.INFO: CreateAllLog Start
[2026-09-11 08:41:03] Production.INFO: 117
[2026-09-11 08:41:03] Production.INFO: Date 2026-09-08
[2026-09-11 08:41:03] Production.INFO: Reseller ==> 0
[2026-09-11 08:41:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 08:41:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 08:41:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 08:41:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 08:41:03] Production.INFO: Date 2026-09-09
[2026-09-11 08:41:03] Production.INFO: Reseller ==> 0
[2026-09-11 08:41:03] Production.INFO: ==811== Lock acquired, processing the job...
[2026-09-11 08:41:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 08:41:03] Production.INFO: Date 2026-09-10
[2026-09-11 08:41:03] Production.INFO: Reseller ==> 0
[2026-09-11 08:41:03] Production.INFO: Date 2026-09-11
[2026-09-11 08:41:03] Production.INFO: Reseller ==> 0
[2026-09-11 08:41:03] Production.INFO: Total Charge 0
[2026-09-11 08:41:03] Production.INFO: CreateAllLog End
[2026-09-11 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-09-11 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-09-11 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-09-11 08:41:03] Production.INFO: ==811== Releasing lock...
[2026-09-11 08:41:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 08:41:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 08:41:03] Production.INFO: Account Balance End.
[2026-09-11 08:41:03] Production.ERROR: CronJobId end 12
[2026-09-11 08:41:03] Production.INFO: ==808== Releasing lock...
[2026-09-11 08:41:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 08:41:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 08:41:04] Production.INFO: ==803== Releasing lock...
[2026-09-11 08:41:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 08:41:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 08:41:12] Production.ERROR: CronJobId end10
[2026-09-11 08:41:12] Production.INFO: ==805== Releasing lock...
[2026-09-11 08:41:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 08:41:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 08:41:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 08:41:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 08:41:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 08:41:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 08:41:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 08:41:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 08:41:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 08:41:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 08:41:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 08:41:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 08:41:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 08:41:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 08:41:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 08:41:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 08:41:14] Production.INFO: call_cost start
[2026-09-11 08:41:14] Production.INFO: call_cost end
[2026-09-11 08:41:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 08:41:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 08:41:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 08:41:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 08:41:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 08:41:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 08:41:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 08:41:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 08:41:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 08:41:14] Production.INFO: ==801== Releasing lock...
[2026-09-11 08:41:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 08:41:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 13:42:02] Production.INFO: ==905== Lock acquired, processing the job...
[2026-09-11 13:42:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 13:42:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 13:42:02] Production.INFO: neon service started
[2026-09-11 13:42:02] Production.INFO: neon service started
[2026-09-11 13:42:02] Production.INFO: ==905== Releasing lock...
[2026-09-11 13:42:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 13:42:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 08:42:02] Production.INFO: ==907== Lock acquired, processing the job...
[2026-09-11 08:42:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 08:42:02] Production.INFO: ==907== Releasing lock...
[2026-09-11 08:42:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 08:42:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 12:42:03] Production.INFO: ==909== Lock acquired, processing the job...
[2026-09-11 12:42:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 12:42:03] Production.INFO: ==909== Releasing lock...
[2026-09-11 12:42:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 12:42:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 08:42:03] Production.INFO: ==911== Lock acquired, processing the job...
[2026-09-11 08:42:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 08:42:03] Production.INFO: ==915== Lock acquired, processing the job...
[2026-09-11 08:42:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 08:42:03] Production.INFO: ==913== Lock acquired, processing the job...
[2026-09-11 08:42:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 08:42:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 08:42:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 08:42:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 08:42:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 08:42:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 08:42:03] Production.INFO: ==917== Lock acquired, processing the job...
[2026-09-11 08:42:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 08:42:03] Production.INFO: ==919== Lock acquired, processing the job...
[2026-09-11 08:42:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 08: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-09-11 08: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-09-11 08:42:04] Production.INFO: Account Balance Start.
[2026-09-11 08:42:04] Production.INFO: CreateAllLog Start
[2026-09-11 08:42:04] Production.INFO: 117
[2026-09-11 08: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-09-11 08:42:04] Production.INFO: ==919== Releasing lock...
[2026-09-11 08:42:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 08:42:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 08:42:04] Production.INFO: Date 2026-09-08
[2026-09-11 08:42:04] Production.INFO: Reseller ==> 0
[2026-09-11 08:42:04] Production.INFO: Date 2026-09-09
[2026-09-11 08:42:04] Production.INFO: Reseller ==> 0
[2026-09-11 08:42:04] Production.INFO: Date 2026-09-10
[2026-09-11 08:42:04] Production.INFO: Reseller ==> 0
[2026-09-11 08:42:04] Production.INFO: Date 2026-09-11
[2026-09-11 08:42:04] Production.INFO: Reseller ==> 0
[2026-09-11 08:42:04] Production.INFO: Total Charge 0
[2026-09-11 08:42:04] Production.INFO: CreateAllLog End
[2026-09-11 08:42:04] Production.INFO: Account Balance End.
[2026-09-11 08:42:04] Production.ERROR: CronJobId end 12
[2026-09-11 08:42:04] Production.INFO: ==917== Releasing lock...
[2026-09-11 08:42:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 08:42:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 08:42:04] Production.INFO: ==913== Releasing lock...
[2026-09-11 08:42:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 08:42:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 08:42:12] Production.ERROR: CronJobId end10
[2026-09-11 08:42:12] Production.INFO: ==915== Releasing lock...
[2026-09-11 08:42:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 08:42:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 08:42:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 08:42:15] Production.INFO: ============== Balance Warning START===========
[2026-09-11 08:42:15] Production.INFO: ============== Balance Warning END===========
[2026-09-11 08:42:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 08:42:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 08:42:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 08:42:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 08:42:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 08:42:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 08:42:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 08:42:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 08:42:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 08:42:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 08:42:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 08:42:15] Production.INFO: call_cost start
[2026-09-11 08:42:15] Production.INFO: call_cost end
[2026-09-11 08:42:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 08:42:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 08:42:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 08:42:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 08:42:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 08:42:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 08:42:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 08:42:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 08:42:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 08:42:15] Production.INFO: ==911== Releasing lock...
[2026-09-11 08:42:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 08:42:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 13:43:01] Production.INFO: ==1017== Lock acquired, processing the job...
[2026-09-11 13:43:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 13:43:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 13:43:01] Production.INFO: neon service started
[2026-09-11 13:43:01] Production.INFO: neon service started
[2026-09-11 13:43:01] Production.INFO: ==1017== Releasing lock...
[2026-09-11 13:43:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 13:43:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 08:43:02] Production.INFO: ==1019== Lock acquired, processing the job...
[2026-09-11 08:43:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 08:43:02] Production.INFO: ==1019== Releasing lock...
[2026-09-11 08:43:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 08:43:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 12:43:02] Production.INFO: ==1021== Lock acquired, processing the job...
[2026-09-11 12:43:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 12:43:02] Production.INFO: ==1021== Releasing lock...
[2026-09-11 12:43:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 12:43:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 08:43:03] Production.INFO: ==1026== Lock acquired, processing the job...
[2026-09-11 08:43:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 08:43:03] Production.INFO: ==1024== Lock acquired, processing the job...
[2026-09-11 08:43:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 08:43:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 08:43:03] Production.INFO: ==1030== Lock acquired, processing the job...
[2026-09-11 08:43:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 08:43:03] Production.INFO: ==1028== Lock acquired, processing the job...
[2026-09-11 08:43:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 08:43:03] Production.INFO: ==1032== Lock acquired, processing the job...
[2026-09-11 08:43:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 08:43:03] Production.INFO: Account Balance Start.
[2026-09-11 08:43:03] Production.INFO: CreateAllLog Start
[2026-09-11 08:43:03] Production.INFO: 117
[2026-09-11 08: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-09-11 08:43:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 08:43:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 08:43:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 08: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-09-11 08:43:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 08:43:03] Production.INFO: Date 2026-09-08
[2026-09-11 08: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-09-11 08:43:03] Production.INFO: Reseller ==> 0
[2026-09-11 08:43:03] Production.INFO: ==1032== Releasing lock...
[2026-09-11 08:43:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 08:43:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 08:43:03] Production.INFO: Date 2026-09-09
[2026-09-11 08:43:03] Production.INFO: Reseller ==> 0
[2026-09-11 08:43:03] Production.INFO: Date 2026-09-10
[2026-09-11 08:43:03] Production.INFO: Reseller ==> 0
[2026-09-11 08:43:03] Production.INFO: Date 2026-09-11
[2026-09-11 08:43:03] Production.INFO: Reseller ==> 0
[2026-09-11 08:43:03] Production.INFO: Total Charge 0
[2026-09-11 08:43:03] Production.INFO: ==1026== Releasing lock...
[2026-09-11 08:43:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 08:43:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 08:43:03] Production.INFO: CreateAllLog End
[2026-09-11 08:43:04] Production.INFO: Account Balance End.
[2026-09-11 08:43:04] Production.ERROR: CronJobId end 12
[2026-09-11 08:43:04] Production.INFO: ==1030== Releasing lock...
[2026-09-11 08:43:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 08:43:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 08:43:12] Production.ERROR: CronJobId end10
[2026-09-11 08:43:12] Production.INFO: ==1028== Releasing lock...
[2026-09-11 08:43:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 08:43:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 08:43:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 08:43:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 08:43:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 08:43:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 08:43:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 08:43:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 08:43:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 08:43:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 08:43:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 08:43:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 08:43:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 08:43:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 08:43:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 08:43:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 08:43:14] Production.INFO: call_cost start
[2026-09-11 08:43:14] Production.INFO: call_cost end
[2026-09-11 08:43:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 08:43:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 08:43:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 08:43:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 08:43:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 08:43:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 08:43:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 08:43:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 08:43:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 08:43:14] Production.INFO: ==1024== Releasing lock...
[2026-09-11 08:43:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 08:43:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 13:44:02] Production.INFO: ==1128== Lock acquired, processing the job...
[2026-09-11 13:44:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 13:44:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 13:44:02] Production.INFO: neon service started
[2026-09-11 13:44:02] Production.INFO: neon service started
[2026-09-11 13:44:02] Production.INFO: ==1128== Releasing lock...
[2026-09-11 13:44:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 13:44:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 08:44:02] Production.INFO: ==1130== Lock acquired, processing the job...
[2026-09-11 08:44:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 08:44:02] Production.INFO: ==1130== Releasing lock...
[2026-09-11 08:44:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 08:44:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 12:44:03] Production.INFO: ==1132== Lock acquired, processing the job...
[2026-09-11 12:44:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 12:44:03] Production.INFO: ==1132== Releasing lock...
[2026-09-11 12:44:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 12:44:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 08:44:03] Production.INFO: ==1140== Lock acquired, processing the job...
[2026-09-11 08:44:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 08:44:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 08:44:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 08:44:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 08:44:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 08:44:03] Production.INFO: ==1138== Lock acquired, processing the job...
[2026-09-11 08:44:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 08:44:03] Production.INFO: ==1136== Lock acquired, processing the job...
[2026-09-11 08:44:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 08:44:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 08:44:04] Production.INFO: ==1145== Lock acquired, processing the job...
[2026-09-11 08:44:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 08:44:04] Production.INFO: ==1143== Lock acquired, processing the job...
[2026-09-11 08:44:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 08: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-09-11 08: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-09-11 08: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-09-11 08:44:04] Production.INFO: ==1145== Releasing lock...
[2026-09-11 08:44:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 08:44:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 08:44:04] Production.INFO: Account Balance Start.
[2026-09-11 08:44:04] Production.INFO: CreateAllLog Start
[2026-09-11 08:44:04] Production.INFO: 117
[2026-09-11 08:44:04] Production.INFO: Date 2026-09-08
[2026-09-11 08:44:04] Production.INFO: Reseller ==> 0
[2026-09-11 08:44:04] Production.INFO: Date 2026-09-09
[2026-09-11 08:44:04] Production.INFO: Reseller ==> 0
[2026-09-11 08:44:04] Production.INFO: Date 2026-09-10
[2026-09-11 08:44:04] Production.INFO: Reseller ==> 0
[2026-09-11 08:44:04] Production.INFO: ==1138== Releasing lock...
[2026-09-11 08:44:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 08:44:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 08:44:04] Production.INFO: Date 2026-09-11
[2026-09-11 08:44:04] Production.INFO: Reseller ==> 0
[2026-09-11 08:44:04] Production.INFO: Total Charge 0
[2026-09-11 08:44:04] Production.INFO: CreateAllLog End
[2026-09-11 08:44:04] Production.INFO: Account Balance End.
[2026-09-11 08:44:04] Production.ERROR: CronJobId end 12
[2026-09-11 08:44:04] Production.INFO: ==1143== Releasing lock...
[2026-09-11 08:44:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 08:44:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 08:44:12] Production.ERROR: CronJobId end10
[2026-09-11 08:44:12] Production.INFO: ==1140== Releasing lock...
[2026-09-11 08:44:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 08:44:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 08:44:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 08:44:15] Production.INFO: ============== Balance Warning START===========
[2026-09-11 08:44:15] Production.INFO: ============== Balance Warning END===========
[2026-09-11 08:44:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 08:44:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 08:44:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 08:44:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 08:44:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 08:44:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 08:44:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 08:44:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 08:44:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 08:44:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 08:44:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 08:44:15] Production.INFO: call_cost start
[2026-09-11 08:44:15] Production.INFO: call_cost end
[2026-09-11 08:44:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 08:44:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 08:44:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 08:44:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 08:44:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 08:44:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 08:44:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 08:44:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 08:44:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 08:44:15] Production.INFO: ==1136== Releasing lock...
[2026-09-11 08:44:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 08:44:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 13:45:01] Production.INFO: ==1235== Lock acquired, processing the job...
[2026-09-11 13:45:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 13:45:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 13:45:01] Production.INFO: neon service started
[2026-09-11 13:45:01] Production.INFO: neon service started
[2026-09-11 13:45:01] Production.INFO: ==1235== Releasing lock...
[2026-09-11 13:45:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 13:45:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 08:45:01] Production.INFO: ==1239== Lock acquired, processing the job...
[2026-09-11 08:45:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 08:45:02] Production.INFO: ==1239== Releasing lock...
[2026-09-11 08:45:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 08:45:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 12:45:02] Production.INFO: ==1241== Lock acquired, processing the job...
[2026-09-11 12:45:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 12:45:02] Production.INFO: ==1241== Releasing lock...
[2026-09-11 12:45:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 12:45:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 08:45:03] Production.INFO: ==1248== Lock acquired, processing the job...
[2026-09-11 08:45:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 08:45:03] Production.INFO: ==1244== Lock acquired, processing the job...
[2026-09-11 08:45:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-11 08:45:03] Production.INFO: ==1252== Lock acquired, processing the job...
[2026-09-11 08:45:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 08:45:03] Production.INFO: ==1246== Lock acquired, processing the job...
[2026-09-11 08:45:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 08:45:03] Production.ERROR: ========================== active cronjob start =============================
[2026-09-11 08:45:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-11 08:45:03] Production.ERROR: CronJob PID - 1248
[2026-09-11 08:45:03] Production.ERROR: CronJob Title - Account Block
[2026-09-11 08:45:03] Production.ERROR: CronJob ID - 7
[2026-09-11 08:45:03] Production.ERROR: CronJob Last Run Time 2026-09-11 08:45:00
[2026-09-11 08:45:03] Production.ERROR: CronJob Active Minutes 0
[2026-09-11 08:45:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-11 08:45:03] Production.ERROR: ========================== active cronjob end =============================
[2026-09-11 08:45:03] Production.INFO: ==1244== Releasing lock...
[2026-09-11 08:45:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-11 08:45:03] Production.INFO: 25.5 MB #Memory Used#
[2026-09-11 08:45:03] Production.INFO: ==1250== Lock acquired, processing the job...
[2026-09-11 08:45:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 08:45:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 08:45:03] Production.INFO: ==1254== Lock acquired, processing the job...
[2026-09-11 08:45:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-11 08:45:03] Production.INFO: Account Balance Start.
[2026-09-11 08:45:03] Production.INFO: CreateAllLog Start
[2026-09-11 08:45:03] Production.INFO: 117
[2026-09-11 08:45:03] Production.ERROR: tblTempUsageDetail_20
[2026-09-11 08:45:03] Production.INFO: ==1256== Lock acquired, processing the job...
[2026-09-11 08:45:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 08:45:03] Production.INFO: Date 2026-09-08
[2026-09-11 08:45:03] Production.INFO: Reseller ==> 0
[2026-09-11 08:45:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 08:45:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 08:45:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 08:45:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 08:45:03] Production.INFO: Date 2026-09-09
[2026-09-11 08:45:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 08:45:03] Production.INFO: Date 2026-09-10
[2026-09-11 08:45:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 08:45:03] Production.INFO: ==1256== Releasing lock...
[2026-09-11 08:45:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 08:45:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 08:45:03] Production.ERROR: done
[2026-09-11 08:45:03] Production.INFO: Date 2026-09-11
[2026-09-11 08:45:03] Production.INFO: Reseller ==> 0
[2026-09-11 08:45:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-11 08:45:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17983509', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) start
[2026-09-11 08:45:04] Production.INFO: Total Charge 0
[2026-09-11 08:45:04] Production.INFO: CreateAllLog End
[2026-09-11 08:45:04] Production.INFO: ==1248== Releasing lock...
[2026-09-11 08:45:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 08:45:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 08:45:04] Production.INFO: Account Balance End.
[2026-09-11 08:45:04] Production.ERROR: CronJobId end 12
[2026-09-11 08:45:04] Production.INFO: ==1252== Releasing lock...
[2026-09-11 08:45:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 08:45:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 08:45:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17983509', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) end
[2026-09-11 08:45:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-11 08:45:10] Production.INFO: ProcessCDR(1,17983509,1,1,2)
[2026-09-11 08:45:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17983509,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 08:45:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17983509,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 08:45:10] Production.ERROR: pbx prc_insertCDR start
[2026-09-11 08:45:10] Production.ERROR: pbx prc_insertCDR end
[2026-09-11 08:45:10] Production.INFO: ==1254== Releasing lock...
[2026-09-11 08:45:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-11 08:45:10] Production.INFO: 26 MB #Memory Used#
[2026-09-11 08:45:14] Production.ERROR: CronJobId end10
[2026-09-11 08:45:14] Production.INFO: ==1250== Releasing lock...
[2026-09-11 08:45:14] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 08:45:14] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 08:45:17] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 08:45:17] Production.INFO: ============== Balance Warning START===========
[2026-09-11 08:45:17] Production.INFO: ============== Balance Warning END===========
[2026-09-11 08:45:17] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 08:45:17] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 08:45:17] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 08:45:17] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 08:45:17] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 08:45:17] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 08:45:17] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 08:45:17] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 08:45:17] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 08:45:17] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 08:45:17] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 08:45:17] Production.INFO: call_cost start
[2026-09-11 08:45:17] Production.INFO: call_cost end
[2026-09-11 08:45:17] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 08:45:17] Production.INFO: ============== Report Schedule START===========
[2026-09-11 08:45:17] Production.INFO: ============== Report Schedule END===========
[2026-09-11 08:45:17] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 08:45:17] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 08:45:17] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 08:45:17] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 08:45:17] Production.INFO: ============== Deal alert START===========
[2026-09-11 08:45:17] Production.INFO: ============== Deal alert END===========
[2026-09-11 08:45:17] Production.INFO: ==1246== Releasing lock...
[2026-09-11 08:45:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 08:45:17] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 13:46:02] Production.INFO: ==1372== Lock acquired, processing the job...
[2026-09-11 13:46:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 13:46:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 13:46:02] Production.INFO: neon service started
[2026-09-11 13:46:02] Production.INFO: neon service started
[2026-09-11 13:46:02] Production.INFO: ==1372== Releasing lock...
[2026-09-11 13:46:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 13:46:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 08:46:02] Production.INFO: ==1374== Lock acquired, processing the job...
[2026-09-11 08:46:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 08:46:02] Production.INFO: ==1374== Releasing lock...
[2026-09-11 08:46:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 08:46:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 12:46:02] Production.INFO: ==1376== Lock acquired, processing the job...
[2026-09-11 12:46:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 12:46:02] Production.INFO: ==1376== Releasing lock...
[2026-09-11 12:46:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 12:46:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 08:46:03] Production.INFO: ==1386== Lock acquired, processing the job...
[2026-09-11 08:46:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 08:46:03] Production.INFO: ==1378== Lock acquired, processing the job...
[2026-09-11 08:46:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 08:46:03] Production.INFO: ==1380== Lock acquired, processing the job...
[2026-09-11 08:46:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 08:46:03] Production.INFO: ==1382== Lock acquired, processing the job...
[2026-09-11 08:46:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 08:46:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 08:46:03] Production.INFO: ==1384== Lock acquired, processing the job...
[2026-09-11 08:46:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 08:46:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 08:46:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 08:46:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 08:46:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 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-09-11 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-09-11 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-09-11 08:46:03] Production.INFO: ==1386== Releasing lock...
[2026-09-11 08:46:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 08:46:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 08:46:03] Production.INFO: Account Balance Start.
[2026-09-11 08:46:03] Production.INFO: CreateAllLog Start
[2026-09-11 08:46:03] Production.INFO: 117
[2026-09-11 08:46:03] Production.INFO: Date 2026-09-08
[2026-09-11 08:46:03] Production.INFO: Reseller ==> 0
[2026-09-11 08:46:03] Production.INFO: Date 2026-09-09
[2026-09-11 08:46:03] Production.INFO: Reseller ==> 0
[2026-09-11 08:46:03] Production.INFO: Date 2026-09-10
[2026-09-11 08:46:03] Production.INFO: Reseller ==> 0
[2026-09-11 08:46:03] Production.INFO: Date 2026-09-11
[2026-09-11 08:46:03] Production.INFO: Reseller ==> 0
[2026-09-11 08:46:04] Production.INFO: Total Charge 0
[2026-09-11 08:46:04] Production.INFO: CreateAllLog End
[2026-09-11 08:46:04] Production.INFO: Account Balance End.
[2026-09-11 08:46:04] Production.ERROR: CronJobId end 12
[2026-09-11 08:46:04] Production.INFO: ==1384== Releasing lock...
[2026-09-11 08:46:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 08:46:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 08:46:04] Production.INFO: ==1380== Releasing lock...
[2026-09-11 08:46:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 08:46:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 08:46:12] Production.ERROR: CronJobId end10
[2026-09-11 08:46:12] Production.INFO: ==1382== Releasing lock...
[2026-09-11 08:46:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 08:46:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 08:46:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 08:46:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 08:46:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 08:46:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 08:46:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 08:46:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 08:46:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 08:46:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 08:46:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 08:46:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 08:46:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 08:46:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 08:46:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 08:46:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 08:46:15] Production.INFO: call_cost start
[2026-09-11 08:46:15] Production.INFO: call_cost end
[2026-09-11 08:46:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 08:46:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 08:46:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 08:46:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 08:46:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 08:46:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 08:46:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 08:46:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 08:46:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 08:46:15] Production.INFO: ==1378== Releasing lock...
[2026-09-11 08:46:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 08:46:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 13:47:01] Production.INFO: ==1481== Lock acquired, processing the job...
[2026-09-11 13:47:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 13:47:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 13:47:01] Production.INFO: neon service started
[2026-09-11 13:47:01] Production.INFO: neon service started
[2026-09-11 13:47:01] Production.INFO: ==1481== Releasing lock...
[2026-09-11 13:47:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 13:47:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 08:47:01] Production.INFO: ==1483== Lock acquired, processing the job...
[2026-09-11 08:47:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 08:47:02] Production.INFO: ==1483== Releasing lock...
[2026-09-11 08:47:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 08:47:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 12:47:02] Production.INFO: ==1485== Lock acquired, processing the job...
[2026-09-11 12:47:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 12:47:02] Production.INFO: ==1485== Releasing lock...
[2026-09-11 12:47:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 12:47:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 08:47:02] Production.INFO: ==1496== Lock acquired, processing the job...
[2026-09-11 08:47:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 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-09-11 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-09-11 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-09-11 08:47:03] Production.INFO: ==1496== Releasing lock...
[2026-09-11 08:47:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 08:47:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 08:47:03] Production.INFO: ==1488== Lock acquired, processing the job...
[2026-09-11 08:47:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 08:47:03] Production.INFO: ==1490== Lock acquired, processing the job...
[2026-09-11 08:47:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 08:47:03] Production.INFO: ==1492== Lock acquired, processing the job...
[2026-09-11 08:47:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 08:47:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 08:47:03] Production.INFO: ==1494== Lock acquired, processing the job...
[2026-09-11 08:47:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 08:47:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 08:47:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 08:47:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 08:47:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 08:47:03] Production.INFO: Account Balance Start.
[2026-09-11 08:47:03] Production.INFO: CreateAllLog Start
[2026-09-11 08:47:03] Production.INFO: 117
[2026-09-11 08:47:03] Production.INFO: Date 2026-09-08
[2026-09-11 08:47:03] Production.INFO: Reseller ==> 0
[2026-09-11 08:47:03] Production.INFO: Date 2026-09-09
[2026-09-11 08:47:03] Production.INFO: Reseller ==> 0
[2026-09-11 08:47:03] Production.INFO: Date 2026-09-10
[2026-09-11 08:47:03] Production.INFO: Reseller ==> 0
[2026-09-11 08:47:03] Production.INFO: Date 2026-09-11
[2026-09-11 08:47:03] Production.INFO: Reseller ==> 0
[2026-09-11 08:47:03] Production.INFO: Total Charge 0
[2026-09-11 08:47:03] Production.INFO: CreateAllLog End
[2026-09-11 08:47:03] Production.INFO: Account Balance End.
[2026-09-11 08:47:03] Production.ERROR: CronJobId end 12
[2026-09-11 08:47:03] Production.INFO: ==1494== Releasing lock...
[2026-09-11 08:47:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 08:47:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 08:47:04] Production.INFO: ==1490== Releasing lock...
[2026-09-11 08:47:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 08:47:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 08:47:12] Production.ERROR: CronJobId end10
[2026-09-11 08:47:12] Production.INFO: ==1492== Releasing lock...
[2026-09-11 08:47:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 08:47:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 08:47:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 08:47:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 08:47:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 08:47:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 08:47:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 08:47:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 08:47:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 08:47:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 08:47:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 08:47:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 08:47:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 08:47:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 08:47:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 08:47:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 08:47:14] Production.INFO: call_cost start
[2026-09-11 08:47:14] Production.INFO: call_cost end
[2026-09-11 08:47:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 08:47:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 08:47:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 08:47:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 08:47:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 08:47:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 08:47:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 08:47:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 08:47:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 08:47:14] Production.INFO: ==1488== Releasing lock...
[2026-09-11 08:47:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 08:47:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 13:48:01] Production.INFO: ==1587== Lock acquired, processing the job...
[2026-09-11 13:48:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 13:48:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 13:48:01] Production.INFO: neon service started
[2026-09-11 13:48:01] Production.INFO: neon service started
[2026-09-11 13:48:01] Production.INFO: ==1587== Releasing lock...
[2026-09-11 13:48:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 13:48:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 12:48:02] Production.INFO: ==1591== Lock acquired, processing the job...
[2026-09-11 12:48:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 12:48:02] Production.INFO: ==1591== Releasing lock...
[2026-09-11 12:48:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 12:48:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 08:48:02] Production.INFO: ==1589== Lock acquired, processing the job...
[2026-09-11 08:48:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 08:48:02] Production.INFO: ==1589== Releasing lock...
[2026-09-11 08:48:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 08:48:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 08:48:03] Production.INFO: ==1594== Lock acquired, processing the job...
[2026-09-11 08:48:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 08:48:03] Production.INFO: ==1602== Lock acquired, processing the job...
[2026-09-11 08:48:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 08:48:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 08: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-09-11 08: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-09-11 08: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-09-11 08:48:03] Production.INFO: ==1602== Releasing lock...
[2026-09-11 08:48:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 08:48:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 08:48:03] Production.INFO: ==1600== Lock acquired, processing the job...
[2026-09-11 08:48:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 08:48:03] Production.INFO: ==1596== Lock acquired, processing the job...
[2026-09-11 08:48:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 08:48:03] Production.INFO: ==1598== Lock acquired, processing the job...
[2026-09-11 08:48:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 08:48:03] Production.INFO: Account Balance Start.
[2026-09-11 08:48:03] Production.INFO: CreateAllLog Start
[2026-09-11 08:48:03] Production.INFO: 117
[2026-09-11 08:48:03] Production.INFO: Date 2026-09-08
[2026-09-11 08:48:03] Production.INFO: Reseller ==> 0
[2026-09-11 08:48:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 08:48:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 08:48:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 08:48:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 08:48:03] Production.INFO: Date 2026-09-09
[2026-09-11 08:48:03] Production.INFO: Reseller ==> 0
[2026-09-11 08:48:03] Production.INFO: Date 2026-09-10
[2026-09-11 08:48:03] Production.INFO: Reseller ==> 0
[2026-09-11 08:48:03] Production.INFO: Date 2026-09-11
[2026-09-11 08:48:03] Production.INFO: Reseller ==> 0
[2026-09-11 08:48:03] Production.INFO: Total Charge 0
[2026-09-11 08:48:03] Production.INFO: CreateAllLog End
[2026-09-11 08:48:04] Production.INFO: Account Balance End.
[2026-09-11 08:48:04] Production.ERROR: CronJobId end 12
[2026-09-11 08:48:04] Production.INFO: ==1600== Releasing lock...
[2026-09-11 08:48:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 08:48:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 08:48:04] Production.INFO: ==1596== Releasing lock...
[2026-09-11 08:48:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 08:48:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 08:48:12] Production.ERROR: CronJobId end10
[2026-09-11 08:48:12] Production.INFO: ==1598== Releasing lock...
[2026-09-11 08:48:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 08:48:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 08:48:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 08:48:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 08:48:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 08:48:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 08:48:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 08:48:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 08:48:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 08:48:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 08:48:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 08:48:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 08:48:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 08:48:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 08:48:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 08:48:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 08:48:15] Production.INFO: call_cost start
[2026-09-11 08:48:15] Production.INFO: call_cost end
[2026-09-11 08:48:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 08:48:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 08:48:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 08:48:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 08:48:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 08:48:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 08:48:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 08:48:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 08:48:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 08:48:15] Production.INFO: ==1594== Releasing lock...
[2026-09-11 08:48:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 08:48:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 13:49:01] Production.INFO: ==1667== Lock acquired, processing the job...
[2026-09-11 13:49:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 13:49:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 13:49:01] Production.INFO: neon service started
[2026-09-11 13:49:01] Production.INFO: neon service started
[2026-09-11 13:49:01] Production.INFO: ==1667== Releasing lock...
[2026-09-11 13:49:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 13:49:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 08:49:02] Production.INFO: ==1669== Lock acquired, processing the job...
[2026-09-11 08:49:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 12:49:02] Production.INFO: ==1671== Lock acquired, processing the job...
[2026-09-11 12:49:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 12:49:02] Production.INFO: ==1671== Releasing lock...
[2026-09-11 12:49:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 12:49:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 08:49:02] Production.INFO: ==1669== Releasing lock...
[2026-09-11 08:49:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 08:49:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 08:49:03] Production.INFO: ==1674== Lock acquired, processing the job...
[2026-09-11 08:49:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 08:49:03] Production.INFO: ==1676== Lock acquired, processing the job...
[2026-09-11 08:49:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 08:49:03] Production.INFO: ==1678== Lock acquired, processing the job...
[2026-09-11 08:49:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 08:49:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 08:49:03] Production.INFO: ==1680== Lock acquired, processing the job...
[2026-09-11 08:49:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 08:49:03] Production.INFO: ==1682== Lock acquired, processing the job...
[2026-09-11 08:49:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 08:49:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 08:49:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 08:49:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 08:49:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 08:49:03] Production.INFO: Account Balance Start.
[2026-09-11 08:49:03] Production.INFO: CreateAllLog Start
[2026-09-11 08:49:03] Production.INFO: 117
[2026-09-11 08:49:03] Production.INFO: Date 2026-09-08
[2026-09-11 08:49:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 08:49:03] Production.INFO: Date 2026-09-09
[2026-09-11 08:49:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 08:49:03] Production.INFO: ==1682== Releasing lock...
[2026-09-11 08:49:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 08:49:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 08:49:03] Production.INFO: Date 2026-09-10
[2026-09-11 08:49:03] Production.INFO: Reseller ==> 0
[2026-09-11 08:49:03] Production.INFO: Date 2026-09-11
[2026-09-11 08:49:03] Production.INFO: Reseller ==> 0
[2026-09-11 08:49:03] Production.INFO: Total Charge 0
[2026-09-11 08:49:03] Production.INFO: CreateAllLog End
[2026-09-11 08:49:03] Production.INFO: Account Balance End.
[2026-09-11 08:49:03] Production.ERROR: CronJobId end 12
[2026-09-11 08:49:03] Production.INFO: ==1680== Releasing lock...
[2026-09-11 08:49:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 08:49:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 08:49:04] Production.INFO: ==1676== Releasing lock...
[2026-09-11 08:49:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 08:49:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 08:49:11] Production.ERROR: CronJobId end10
[2026-09-11 08:49:11] Production.INFO: ==1678== Releasing lock...
[2026-09-11 08:49:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 08:49:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 08:49:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 08:49:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 08:49:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 08:49:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 08:49:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 08:49:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 08:49:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 08:49:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 08:49:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 08:49:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 08:49:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 08:49:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 08:49:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 08:49:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 08:49:13] Production.INFO: call_cost start
[2026-09-11 08:49:13] Production.INFO: call_cost end
[2026-09-11 08:49:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 08:49:13] Production.INFO: ============== Report Schedule START===========
[2026-09-11 08:49:13] Production.INFO: ============== Report Schedule END===========
[2026-09-11 08:49:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 08:49:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 08:49:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 08:49:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 08:49:13] Production.INFO: ============== Deal alert START===========
[2026-09-11 08:49:13] Production.INFO: ============== Deal alert END===========
[2026-09-11 08:49:13] Production.INFO: ==1674== Releasing lock...
[2026-09-11 08:49:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 08:49:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 13:50:01] Production.INFO: ==1743== Lock acquired, processing the job...
[2026-09-11 13:50:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 13:50:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 13:50:01] Production.INFO: neon service started
[2026-09-11 13:50:01] Production.INFO: neon service started
[2026-09-11 13:50:01] Production.INFO: ==1743== Releasing lock...
[2026-09-11 13:50:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 13:50:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 08:50:02] Production.INFO: ==1746== Lock acquired, processing the job...
[2026-09-11 08:50:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 08:50:02] Production.INFO: ==1746== Releasing lock...
[2026-09-11 08:50:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 08:50:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 12:50:02] Production.INFO: ==1748== Lock acquired, processing the job...
[2026-09-11 12:50:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 12:50:02] Production.INFO: ==1748== Releasing lock...
[2026-09-11 12:50:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 12:50:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 08:50:03] Production.INFO: ==1750== Lock acquired, processing the job...
[2026-09-11 08:50:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 08:50:03] Production.INFO: ==1758== Lock acquired, processing the job...
[2026-09-11 08:50:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 08:50:03] Production.INFO: ==1752== Lock acquired, processing the job...
[2026-09-11 08:50:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 08:50:03] Production.INFO: ==1754== Lock acquired, processing the job...
[2026-09-11 08:50:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 08:50:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 08:50:03] Production.INFO: ==1756== Lock acquired, processing the job...
[2026-09-11 08:50:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 08:50:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 08:50:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 08:50:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 08:50:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 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-09-11 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-09-11 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-09-11 08:50:03] Production.INFO: Account Balance Start.
[2026-09-11 08:50:03] Production.INFO: CreateAllLog Start
[2026-09-11 08:50:03] Production.INFO: 117
[2026-09-11 08:50:03] Production.INFO: ==1758== Releasing lock...
[2026-09-11 08:50:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 08:50:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 08:50:03] Production.INFO: Date 2026-09-08
[2026-09-11 08:50:03] Production.INFO: Reseller ==> 0
[2026-09-11 08:50:03] Production.INFO: Date 2026-09-09
[2026-09-11 08:50:03] Production.INFO: Reseller ==> 0
[2026-09-11 08:50:03] Production.INFO: Date 2026-09-10
[2026-09-11 08:50:03] Production.INFO: Reseller ==> 0
[2026-09-11 08:50:03] Production.INFO: Date 2026-09-11
[2026-09-11 08:50:03] Production.INFO: Reseller ==> 0
[2026-09-11 08:50:03] Production.INFO: Total Charge 0
[2026-09-11 08:50:03] Production.INFO: CreateAllLog End
[2026-09-11 08:50:03] Production.INFO: Account Balance End.
[2026-09-11 08:50:03] Production.ERROR: CronJobId end 12
[2026-09-11 08:50:03] Production.INFO: ==1756== Releasing lock...
[2026-09-11 08:50:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 08:50:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 08:50:04] Production.INFO: ==1752== Releasing lock...
[2026-09-11 08:50:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 08:50:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 08:50:11] Production.ERROR: CronJobId end10
[2026-09-11 08:50:11] Production.INFO: ==1754== Releasing lock...
[2026-09-11 08:50:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 08:50:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 08:50:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 08:50:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 08:50:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 08:50:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 08:50:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 08:50:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 08:50:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 08:50:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 08:50:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 08:50:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 08:50:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 08:50:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 08:50:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 08:50:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 08:50:14] Production.INFO: call_cost start
[2026-09-11 08:50:14] Production.INFO: call_cost end
[2026-09-11 08:50:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 08:50:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 08:50:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 08:50:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 08:50:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 08:50:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 08:50:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 08:50:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 08:50:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 08:50:14] Production.INFO: ==1750== Releasing lock...
[2026-09-11 08:50:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 08:50:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 13:51:02] Production.INFO: ==1838== Lock acquired, processing the job...
[2026-09-11 13:51:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 13:51:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 13:51:02] Production.INFO: neon service started
[2026-09-11 13:51:02] Production.INFO: neon service started
[2026-09-11 13:51:02] Production.INFO: ==1838== Releasing lock...
[2026-09-11 13:51:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 13:51:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 12:51:02] Production.INFO: ==1856== Lock acquired, processing the job...
[2026-09-11 12:51:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 12:51:02] Production.INFO: ==1856== Releasing lock...
[2026-09-11 12:51:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 12:51:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 08:51:02] Production.INFO: ==1854== Lock acquired, processing the job...
[2026-09-11 08:51:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 08:51:02] Production.INFO: ==1854== Releasing lock...
[2026-09-11 08:51:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 08:51:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 08:51:03] Production.INFO: ==1859== Lock acquired, processing the job...
[2026-09-11 08:51:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 08:51:03] Production.INFO: ==1861== Lock acquired, processing the job...
[2026-09-11 08:51:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 08:51:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 08:51:03] Production.INFO: ==1865== Lock acquired, processing the job...
[2026-09-11 08:51:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 08:51:03] Production.INFO: ==1863== Lock acquired, processing the job...
[2026-09-11 08:51:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 08:51:03] Production.INFO: ==1867== Lock acquired, processing the job...
[2026-09-11 08:51:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 08:51:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 08:51:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 08:51:03] Production.INFO: Account Balance Start.
[2026-09-11 08:51:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 08:51:03] Production.INFO: CreateAllLog Start
[2026-09-11 08:51:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 08:51:03] Production.INFO: 117
[2026-09-11 08:51:03] Production.INFO: Date 2026-09-08
[2026-09-11 08:51:03] Production.INFO: Reseller ==> 0
[2026-09-11 08:51:03] Production.INFO: Date 2026-09-09
[2026-09-11 08:51:03] Production.INFO: Reseller ==> 0
[2026-09-11 08:51:04] Production.INFO: Date 2026-09-10
[2026-09-11 08:51:04] Production.INFO: Reseller ==> 0
[2026-09-11 08:51:04] Production.INFO: Date 2026-09-11
[2026-09-11 08:51:04] Production.INFO: Reseller ==> 0
[2026-09-11 08: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-09-11 08: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-09-11 08:51:04] Production.INFO: Total Charge 0
[2026-09-11 08: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-09-11 08:51:04] Production.INFO: ==1867== Releasing lock...
[2026-09-11 08:51:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 08:51:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 08:51:04] Production.INFO: CreateAllLog End
[2026-09-11 08:51:04] Production.INFO: Account Balance End.
[2026-09-11 08:51:04] Production.ERROR: CronJobId end 12
[2026-09-11 08:51:04] Production.INFO: ==1865== Releasing lock...
[2026-09-11 08:51:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 08:51:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 08:51:04] Production.INFO: ==1861== Releasing lock...
[2026-09-11 08:51:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 08:51:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 08:51:12] Production.ERROR: CronJobId end10
[2026-09-11 08:51:12] Production.INFO: ==1863== Releasing lock...
[2026-09-11 08:51:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 08:51:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 08:51:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 08:51:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 08:51:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 08:51:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 08:51:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 08:51:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 08:51:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 08:51:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 08:51:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 08:51:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 08:51:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 08:51:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 08:51:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 08:51:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 08:51:14] Production.INFO: call_cost start
[2026-09-11 08:51:14] Production.INFO: call_cost end
[2026-09-11 08:51:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 08:51:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 08:51:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 08:51:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 08:51:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 08:51:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 08:51:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 08:51:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 08:51:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 08:51:14] Production.INFO: ==1859== Releasing lock...
[2026-09-11 08:51:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 08:51:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 13:52:01] Production.INFO: ==1928== Lock acquired, processing the job...
[2026-09-11 13:52:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 13:52:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 13:52:01] Production.INFO: neon service started
[2026-09-11 13:52:01] Production.INFO: neon service started
[2026-09-11 13:52:01] Production.INFO: ==1928== Releasing lock...
[2026-09-11 13:52:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 13:52:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 08:52:02] Production.INFO: ==1930== Lock acquired, processing the job...
[2026-09-11 08:52:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 08:52:02] Production.INFO: ==1930== Releasing lock...
[2026-09-11 08:52:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 08:52:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 12:52:02] Production.INFO: ==1932== Lock acquired, processing the job...
[2026-09-11 12:52:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 12:52:02] Production.INFO: ==1932== Releasing lock...
[2026-09-11 12:52:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 12:52:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 08:52:02] Production.INFO: ==1935== Lock acquired, processing the job...
[2026-09-11 08:52:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 08:52:02] Production.INFO: ==1939== Lock acquired, processing the job...
[2026-09-11 08:52:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 08:52:02] Production.INFO: ==1937== Lock acquired, processing the job...
[2026-09-11 08:52:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 08:52:02] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 08:52:02] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 08:52:02] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 08:52:02] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 08:52:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 08:52:03] Production.INFO: ==1941== Lock acquired, processing the job...
[2026-09-11 08:52:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 08:52:03] Production.INFO: ==1943== Lock acquired, processing the job...
[2026-09-11 08:52:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 08:52:03] Production.INFO: Account Balance Start.
[2026-09-11 08:52:03] Production.INFO: CreateAllLog Start
[2026-09-11 08:52:03] Production.INFO: 117
[2026-09-11 08:52:03] Production.INFO: Date 2026-09-08
[2026-09-11 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-09-11 08:52:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 08:52:03] Production.INFO: ==1943== Releasing lock...
[2026-09-11 08:52:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 08:52:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 08:52:03] Production.INFO: Date 2026-09-09
[2026-09-11 08:52:03] Production.INFO: Reseller ==> 0
[2026-09-11 08:52:03] Production.INFO: Date 2026-09-10
[2026-09-11 08:52:03] Production.INFO: Reseller ==> 0
[2026-09-11 08:52:03] Production.INFO: Date 2026-09-11
[2026-09-11 08:52:03] Production.INFO: Reseller ==> 0
[2026-09-11 08:52:03] Production.INFO: Total Charge 0
[2026-09-11 08:52:03] Production.INFO: CreateAllLog End
[2026-09-11 08:52:03] Production.INFO: ==1937== Releasing lock...
[2026-09-11 08:52:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 08:52:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 08:52:03] Production.INFO: Account Balance End.
[2026-09-11 08:52:03] Production.ERROR: CronJobId end 12
[2026-09-11 08:52:03] Production.INFO: ==1941== Releasing lock...
[2026-09-11 08:52:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 08:52:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 08:52:11] Production.ERROR: CronJobId end10
[2026-09-11 08:52:11] Production.INFO: ==1939== Releasing lock...
[2026-09-11 08:52:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 08:52:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 08:52:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 08:52:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 08:52:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 08:52:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 08:52:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 08:52:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 08:52:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 08:52:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 08:52:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 08:52:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 08:52:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 08:52:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 08:52:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 08:52:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 08:52:14] Production.INFO: call_cost start
[2026-09-11 08:52:14] Production.INFO: call_cost end
[2026-09-11 08:52:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 08:52:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 08:52:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 08:52:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 08:52:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 08:52:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 08:52:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 08:52:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 08:52:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 08:52:14] Production.INFO: ==1935== Releasing lock...
[2026-09-11 08:52:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 08:52:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 13:53:02] Production.INFO: ==2008== Lock acquired, processing the job...
[2026-09-11 13:53:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 13:53:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 13:53:02] Production.INFO: neon service started
[2026-09-11 13:53:02] Production.INFO: neon service started
[2026-09-11 13:53:02] Production.INFO: ==2008== Releasing lock...
[2026-09-11 13:53:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 13:53:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 08:53:02] Production.INFO: ==2011== Lock acquired, processing the job...
[2026-09-11 08:53:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 08:53:02] Production.INFO: ==2011== Releasing lock...
[2026-09-11 08:53:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 08:53:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 12:53:03] Production.INFO: ==2013== Lock acquired, processing the job...
[2026-09-11 12:53:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 12:53:03] Production.INFO: ==2013== Releasing lock...
[2026-09-11 12:53:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 12:53:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 08:53:03] Production.INFO: ==2019== Lock acquired, processing the job...
[2026-09-11 08:53:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 08:53:03] Production.INFO: ==2021== Lock acquired, processing the job...
[2026-09-11 08:53:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 08:53:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 08:53:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 08:53:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 08:53:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 08:53:03] Production.INFO: Account Balance Start.
[2026-09-11 08:53:03] Production.INFO: CreateAllLog Start
[2026-09-11 08:53:03] Production.INFO: 117
[2026-09-11 08:53:03] Production.INFO: Date 2026-09-08
[2026-09-11 08:53:03] Production.INFO: Reseller ==> 0
[2026-09-11 08:53:03] Production.INFO: Date 2026-09-09
[2026-09-11 08:53:03] Production.INFO: Reseller ==> 0
[2026-09-11 08:53:03] Production.INFO: Date 2026-09-10
[2026-09-11 08:53:03] Production.INFO: Reseller ==> 0
[2026-09-11 08:53:03] Production.INFO: ==2017== Lock acquired, processing the job...
[2026-09-11 08:53:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 08:53:03] Production.INFO: Date 2026-09-11
[2026-09-11 08:53:03] Production.INFO: Reseller ==> 0
[2026-09-11 08:53:03] Production.INFO: Total Charge 0
[2026-09-11 08:53:03] Production.INFO: CreateAllLog End
[2026-09-11 08:53:03] Production.INFO: ==2015== Lock acquired, processing the job...
[2026-09-11 08:53:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 08:53:04] Production.INFO: Account Balance End.
[2026-09-11 08:53:04] Production.INFO: ==2023== Lock acquired, processing the job...
[2026-09-11 08:53:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 08:53:04] Production.ERROR: CronJobId end 12
[2026-09-11 08:53:04] Production.INFO: ==2021== Releasing lock...
[2026-09-11 08:53:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 08:53:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 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-09-11 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-09-11 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-09-11 08:53:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 08:53:04] Production.INFO: ==2023== Releasing lock...
[2026-09-11 08:53:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 08:53:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 08:53:04] Production.INFO: ==2017== Releasing lock...
[2026-09-11 08:53:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 08:53:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 08:53:12] Production.ERROR: CronJobId end10
[2026-09-11 08:53:12] Production.INFO: ==2019== Releasing lock...
[2026-09-11 08:53:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 08:53:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 08:53:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 08:53:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 08:53:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 08:53:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 08:53:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 08:53:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 08:53:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 08:53:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 08:53:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 08:53:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 08:53:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 08:53:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 08:53:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 08:53:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 08:53:15] Production.INFO: call_cost start
[2026-09-11 08:53:15] Production.INFO: call_cost end
[2026-09-11 08:53:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 08:53:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 08:53:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 08:53:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 08:53:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 08:53:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 08:53:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 08:53:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 08:53:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 08:53:15] Production.INFO: ==2015== Releasing lock...
[2026-09-11 08:53:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 08:53:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 13:54:01] Production.INFO: ==2088== Lock acquired, processing the job...
[2026-09-11 13:54:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 13:54:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 13:54:01] Production.INFO: neon service started
[2026-09-11 13:54:01] Production.INFO: neon service started
[2026-09-11 13:54:01] Production.INFO: ==2088== Releasing lock...
[2026-09-11 13:54:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 13:54:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 08:54:02] Production.INFO: ==2090== Lock acquired, processing the job...
[2026-09-11 08:54:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 08:54:02] Production.INFO: ==2090== Releasing lock...
[2026-09-11 08:54:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 08:54:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 12:54:02] Production.INFO: ==2092== Lock acquired, processing the job...
[2026-09-11 12:54:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 12:54:02] Production.INFO: ==2092== Releasing lock...
[2026-09-11 12:54:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 12:54:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 08:54:03] Production.INFO: ==2094== Lock acquired, processing the job...
[2026-09-11 08:54:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 08:54:03] Production.INFO: ==2107== Lock acquired, processing the job...
[2026-09-11 08:54:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 08:54:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 08:54:03] Production.INFO: ==2109== Lock acquired, processing the job...
[2026-09-11 08:54:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 08:54:03] Production.INFO: ==2111== Lock acquired, processing the job...
[2026-09-11 08:54:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 08:54:03] Production.INFO: ==2114== Lock acquired, processing the job...
[2026-09-11 08:54:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 08:54:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 08:54:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 08:54:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 08:54:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 08:54:03] Production.INFO: Account Balance Start.
[2026-09-11 08:54:03] Production.INFO: CreateAllLog Start
[2026-09-11 08:54:03] Production.INFO: 117
[2026-09-11 08:54:03] Production.INFO: Date 2026-09-08
[2026-09-11 08:54:03] Production.INFO: Reseller ==> 0
[2026-09-11 08:54:03] Production.INFO: Date 2026-09-09
[2026-09-11 08:54:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 08:54:03] Production.INFO: Date 2026-09-10
[2026-09-11 08:54:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 08:54:03] Production.INFO: Date 2026-09-11
[2026-09-11 08:54:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 08:54:03] Production.INFO: ==2114== Releasing lock...
[2026-09-11 08:54:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 08:54:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 08:54:03] Production.INFO: Total Charge 0
[2026-09-11 08:54:03] Production.INFO: CreateAllLog End
[2026-09-11 08:54:03] Production.INFO: Account Balance End.
[2026-09-11 08:54:03] Production.ERROR: CronJobId end 12
[2026-09-11 08:54:03] Production.INFO: ==2111== Releasing lock...
[2026-09-11 08:54:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 08:54:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 08:54:04] Production.INFO: ==2107== Releasing lock...
[2026-09-11 08:54:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 08:54:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 08:54:12] Production.ERROR: CronJobId end10
[2026-09-11 08:54:12] Production.INFO: ==2109== Releasing lock...
[2026-09-11 08:54:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 08:54:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 08:54:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 08:54:15] Production.INFO: ============== Balance Warning START===========
[2026-09-11 08:54:15] Production.INFO: ============== Balance Warning END===========
[2026-09-11 08:54:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 08:54:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 08:54:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 08:54:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 08:54:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 08:54:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 08:54:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 08:54:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 08:54:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 08:54:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 08:54:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 08:54:15] Production.INFO: call_cost start
[2026-09-11 08:54:15] Production.INFO: call_cost end
[2026-09-11 08:54:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 08:54:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 08:54:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 08:54:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 08:54:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 08:54:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 08:54:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 08:54:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 08:54:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 08:54:15] Production.INFO: ==2094== Releasing lock...
[2026-09-11 08:54:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 08:54:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 13:55:02] Production.INFO: ==2179== Lock acquired, processing the job...
[2026-09-11 13:55:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 13:55:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 13:55:02] Production.INFO: neon service started
[2026-09-11 13:55:02] Production.INFO: neon service started
[2026-09-11 13:55:02] Production.INFO: ==2179== Releasing lock...
[2026-09-11 13:55:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 13:55:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 12:55:02] Production.INFO: ==2183== Lock acquired, processing the job...
[2026-09-11 12:55:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 08:55:02] Production.INFO: ==2181== Lock acquired, processing the job...
[2026-09-11 08:55:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 12:55:02] Production.INFO: ==2183== Releasing lock...
[2026-09-11 12:55:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 12:55:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 08:55:03] Production.INFO: ==2181== Releasing lock...
[2026-09-11 08:55:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 08:55:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 08:55:03] Production.INFO: ==2188== Lock acquired, processing the job...
[2026-09-11 08:55:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 08:55:04] Production.INFO: ==2190== Lock acquired, processing the job...
[2026-09-11 08:55:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 08:55:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 08:55:04] Production.INFO: ==2186== Lock acquired, processing the job...
[2026-09-11 08:55:04] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-11 08:55:04] Production.ERROR: ========================== active cronjob start =============================
[2026-09-11 08:55:04] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-11 08:55:04] Production.ERROR: CronJob PID - 2188
[2026-09-11 08:55:04] Production.ERROR: CronJob Title - System Alerts
[2026-09-11 08:55:04] Production.ERROR: CronJob ID - 5
[2026-09-11 08:55:04] Production.ERROR: CronJob Last Run Time 2026-09-11 08:55:00
[2026-09-11 08:55:04] Production.ERROR: CronJob Active Minutes 0
[2026-09-11 08:55:04] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-11 08:55:04] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-11 08:55:04] Production.ERROR: CronJob PID - 2190
[2026-09-11 08:55:04] Production.ERROR: CronJob Title - Account Block
[2026-09-11 08:55:04] Production.ERROR: CronJob ID - 7
[2026-09-11 08:55:04] Production.ERROR: CronJob Last Run Time 2026-09-11 08:55:00
[2026-09-11 08:55:04] Production.ERROR: CronJob Active Minutes 0
[2026-09-11 08:55:04] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-11 08:55:04] Production.ERROR: ========================== active cronjob end =============================
[2026-09-11 08:55:04] Production.INFO: ==2186== Releasing lock...
[2026-09-11 08:55:04] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-11 08:55:04] Production.INFO: 25.5 MB #Memory Used#
[2026-09-11 08:55:04] Production.INFO: ==2192== Lock acquired, processing the job...
[2026-09-11 08:55:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 08:55:04] Production.INFO: ==2194== Lock acquired, processing the job...
[2026-09-11 08:55:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 08:55:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 08:55:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 08:55:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 08:55:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 08:55:04] Production.INFO: ==2196== Lock acquired, processing the job...
[2026-09-11 08:55:04] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-11 08:55:04] Production.INFO: ==2198== Lock acquired, processing the job...
[2026-09-11 08:55:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 08:55:04] Production.ERROR: tblTempUsageDetail_20
[2026-09-11 08:55:04] Production.INFO: Account Balance Start.
[2026-09-11 08:55:04] Production.INFO: CreateAllLog Start
[2026-09-11 08:55:04] Production.INFO: 117
[2026-09-11 08:55:04] Production.INFO: Date 2026-09-08
[2026-09-11 08:55:04] Production.INFO: Reseller ==> 0
[2026-09-11 08:55:04] Production.INFO: Date 2026-09-09
[2026-09-11 08:55:04] Production.INFO: Reseller ==> 0
[2026-09-11 08:55:04] Production.INFO: Date 2026-09-10
[2026-09-11 08:55:04] Production.INFO: Reseller ==> 0
[2026-09-11 08:55:04] Production.INFO: Date 2026-09-11
[2026-09-11 08:55:04] Production.INFO: Reseller ==> 0
[2026-09-11 08:55:04] Production.INFO: Total Charge 0
[2026-09-11 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-09-11 08:55:04] Production.INFO: CreateAllLog End
[2026-09-11 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-09-11 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-09-11 08:55:05] Production.INFO: ==2198== Releasing lock...
[2026-09-11 08:55:05] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 08:55:05] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 08:55:05] Production.ERROR: done
[2026-09-11 08:55:05] Production.INFO: ==2190== Releasing lock...
[2026-09-11 08:55:05] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 08:55:05] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 08:55:05] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-11 08:55:05] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17983550', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) start
[2026-09-11 08:55:05] Production.INFO: Account Balance End.
[2026-09-11 08:55:05] Production.ERROR: CronJobId end 12
[2026-09-11 08:55:05] Production.INFO: ==2194== Releasing lock...
[2026-09-11 08:55:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 08:55:05] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 08:55:11] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17983550', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) end
[2026-09-11 08:55:11] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-11 08:55:11] Production.INFO: ProcessCDR(1,17983550,1,1,2)
[2026-09-11 08:55:11] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17983550,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 08:55:11] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17983550,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 08:55:11] Production.ERROR: pbx prc_insertCDR start
[2026-09-11 08:55:11] Production.ERROR: pbx prc_insertCDR end
[2026-09-11 08:55:11] Production.INFO: ==2196== Releasing lock...
[2026-09-11 08:55:11] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-11 08:55:11] Production.INFO: 26 MB #Memory Used#
[2026-09-11 08:55:16] Production.ERROR: CronJobId end10
[2026-09-11 08:55:16] Production.INFO: ==2192== Releasing lock...
[2026-09-11 08:55:16] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 08:55:16] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 08:55:18] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 08:55:18] Production.INFO: ============== Balance Warning START===========
[2026-09-11 08:55:18] Production.INFO: ============== Balance Warning END===========
[2026-09-11 08:55:18] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 08:55:18] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 08:55:18] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 08:55:18] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 08:55:18] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 08:55:18] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 08:55:18] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 08:55:18] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 08:55:18] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 08:55:18] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 08:55:18] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 08:55:18] Production.INFO: call_cost start
[2026-09-11 08:55:18] Production.INFO: call_cost end
[2026-09-11 08:55:18] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 08:55:18] Production.INFO: ============== Report Schedule START===========
[2026-09-11 08:55:18] Production.INFO: ============== Report Schedule END===========
[2026-09-11 08:55:18] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 08:55:18] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 08:55:18] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 08:55:18] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 08:55:18] Production.INFO: ============== Deal alert START===========
[2026-09-11 08:55:18] Production.INFO: ============== Deal alert END===========
[2026-09-11 08:55:18] Production.INFO: ==2188== Releasing lock...
[2026-09-11 08:55:18] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 08:55:18] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 13:56:01] Production.INFO: ==2258== Lock acquired, processing the job...
[2026-09-11 13:56:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 13:56:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 13:56:01] Production.INFO: neon service started
[2026-09-11 13:56:01] Production.INFO: neon service started
[2026-09-11 13:56:01] Production.INFO: ==2258== Releasing lock...
[2026-09-11 13:56:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 13:56:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 08:56:02] Production.INFO: ==2260== Lock acquired, processing the job...
[2026-09-11 08:56:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 12:56:02] Production.INFO: ==2262== Lock acquired, processing the job...
[2026-09-11 12:56:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 12:56:02] Production.INFO: ==2262== Releasing lock...
[2026-09-11 12:56:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 12:56:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 08:56:02] Production.INFO: ==2260== Releasing lock...
[2026-09-11 08:56:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 08:56:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 08:56:03] Production.INFO: ==2265== Lock acquired, processing the job...
[2026-09-11 08:56:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 08:56:03] Production.INFO: ==2269== Lock acquired, processing the job...
[2026-09-11 08:56:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 08:56:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 08:56:03] Production.INFO: ==2267== Lock acquired, processing the job...
[2026-09-11 08:56:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 08:56:03] Production.INFO: ==2273== Lock acquired, processing the job...
[2026-09-11 08:56:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 08:56:03] Production.INFO: ==2271== Lock acquired, processing the job...
[2026-09-11 08:56:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 08:56:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 08:56:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 08:56:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 08:56:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 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-09-11 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-09-11 08:56:03] Production.INFO: Account Balance Start.
[2026-09-11 08:56:03] Production.INFO: CreateAllLog Start
[2026-09-11 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-09-11 08:56:03] Production.INFO: 117
[2026-09-11 08:56:03] Production.INFO: ==2273== Releasing lock...
[2026-09-11 08:56:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 08:56:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 08:56:03] Production.INFO: Date 2026-09-08
[2026-09-11 08:56:03] Production.INFO: Reseller ==> 0
[2026-09-11 08:56:04] Production.INFO: Date 2026-09-09
[2026-09-11 08:56:04] Production.INFO: Reseller ==> 0
[2026-09-11 08:56:04] Production.INFO: Date 2026-09-10
[2026-09-11 08:56:04] Production.INFO: Reseller ==> 0
[2026-09-11 08:56:04] Production.INFO: Date 2026-09-11
[2026-09-11 08:56:04] Production.INFO: Reseller ==> 0
[2026-09-11 08:56:04] Production.INFO: Total Charge 0
[2026-09-11 08:56:04] Production.INFO: CreateAllLog End
[2026-09-11 08:56:04] Production.INFO: Account Balance End.
[2026-09-11 08:56:04] Production.ERROR: CronJobId end 12
[2026-09-11 08:56:04] Production.INFO: ==2271== Releasing lock...
[2026-09-11 08:56:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 08:56:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 08:56:04] Production.INFO: ==2267== Releasing lock...
[2026-09-11 08:56:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 08:56:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 08:56:13] Production.ERROR: CronJobId end10
[2026-09-11 08:56:13] Production.INFO: ==2269== Releasing lock...
[2026-09-11 08:56:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 08:56:13] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 08:56:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 08:56:16] Production.INFO: ============== Balance Warning START===========
[2026-09-11 08:56:16] Production.INFO: ============== Balance Warning END===========
[2026-09-11 08:56:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 08:56:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 08:56:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 08:56:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 08:56:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 08:56:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 08:56:16] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 08:56:16] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 08:56:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 08:56:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 08:56:16] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 08:56:16] Production.INFO: call_cost start
[2026-09-11 08:56:16] Production.INFO: call_cost end
[2026-09-11 08:56:16] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 08:56:16] Production.INFO: ============== Report Schedule START===========
[2026-09-11 08:56:16] Production.INFO: ============== Report Schedule END===========
[2026-09-11 08:56:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 08:56:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 08:56:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 08:56:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 08:56:16] Production.INFO: ============== Deal alert START===========
[2026-09-11 08:56:16] Production.INFO: ============== Deal alert END===========
[2026-09-11 08:56:16] Production.INFO: ==2265== Releasing lock...
[2026-09-11 08:56:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 08:56:16] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 13:57:02] Production.INFO: ==2333== Lock acquired, processing the job...
[2026-09-11 13:57:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 13:57:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 13:57:02] Production.INFO: neon service started
[2026-09-11 13:57:02] Production.INFO: neon service started
[2026-09-11 13:57:02] Production.INFO: ==2333== Releasing lock...
[2026-09-11 13:57:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 13:57:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 12:57:02] Production.INFO: ==2337== Lock acquired, processing the job...
[2026-09-11 12:57:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 12:57:02] Production.INFO: ==2337== Releasing lock...
[2026-09-11 12:57:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 12:57:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 08:57:02] Production.INFO: ==2335== Lock acquired, processing the job...
[2026-09-11 08:57:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 08:57:03] Production.INFO: ==2335== Releasing lock...
[2026-09-11 08:57:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 08:57:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 08:57:03] Production.INFO: ==2341== Lock acquired, processing the job...
[2026-09-11 08:57:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 08:57:03] Production.INFO: ==2339== Lock acquired, processing the job...
[2026-09-11 08:57:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 08:57:04] Production.INFO: ==2343== Lock acquired, processing the job...
[2026-09-11 08:57:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 08:57:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 08:57:04] Production.INFO: ==2345== Lock acquired, processing the job...
[2026-09-11 08:57:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 08:57:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 08:57:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 08:57:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 08:57:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 08:57:04] Production.INFO: ==2347== Lock acquired, processing the job...
[2026-09-11 08:57:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 08:57:04] Production.INFO: Account Balance Start.
[2026-09-11 08:57:04] Production.INFO: CreateAllLog Start
[2026-09-11 08:57:04] Production.INFO: 117
[2026-09-11 08:57:04] Production.INFO: Date 2026-09-08
[2026-09-11 08:57:04] Production.INFO: Reseller ==> 0
[2026-09-11 08:57:04] Production.INFO: Date 2026-09-09
[2026-09-11 08:57:04] Production.INFO: Reseller ==> 0
[2026-09-11 08: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-09-11 08: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-09-11 08: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-09-11 08:57:04] Production.INFO: Date 2026-09-10
[2026-09-11 08:57:04] Production.INFO: Reseller ==> 0
[2026-09-11 08:57:04] Production.INFO: ==2347== Releasing lock...
[2026-09-11 08:57:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 08:57:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 08:57:04] Production.INFO: Date 2026-09-11
[2026-09-11 08:57:04] Production.INFO: Reseller ==> 0
[2026-09-11 08:57:04] Production.INFO: Total Charge 0
[2026-09-11 08:57:04] Production.INFO: CreateAllLog End
[2026-09-11 08:57:04] Production.INFO: Account Balance End.
[2026-09-11 08:57:04] Production.ERROR: CronJobId end 12
[2026-09-11 08:57:04] Production.INFO: ==2345== Releasing lock...
[2026-09-11 08:57:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 08:57:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 08:57:04] Production.INFO: ==2341== Releasing lock...
[2026-09-11 08:57:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 08:57:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 08:57:12] Production.ERROR: CronJobId end10
[2026-09-11 08:57:12] Production.INFO: ==2343== Releasing lock...
[2026-09-11 08:57:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 08:57:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 08:57:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 08:57:15] Production.INFO: ============== Balance Warning START===========
[2026-09-11 08:57:15] Production.INFO: ============== Balance Warning END===========
[2026-09-11 08:57:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 08:57:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 08:57:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 08:57:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 08:57:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 08:57:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 08:57:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 08:57:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 08:57:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 08:57:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 08:57:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 08:57:15] Production.INFO: call_cost start
[2026-09-11 08:57:15] Production.INFO: call_cost end
[2026-09-11 08:57:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 08:57:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 08:57:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 08:57:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 08:57:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 08:57:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 08:57:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 08:57:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 08:57:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 08:57:15] Production.INFO: ==2339== Releasing lock...
[2026-09-11 08:57:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 08:57:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 13:58:01] Production.INFO: ==2409== Lock acquired, processing the job...
[2026-09-11 13:58:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 13:58:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 13:58:01] Production.INFO: neon service started
[2026-09-11 13:58:01] Production.INFO: neon service started
[2026-09-11 13:58:01] Production.INFO: ==2409== Releasing lock...
[2026-09-11 13:58:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 13:58:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 08:58:02] Production.INFO: ==2411== Lock acquired, processing the job...
[2026-09-11 08:58:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 08:58:02] Production.INFO: ==2411== Releasing lock...
[2026-09-11 08:58:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 08:58:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 12:58:02] Production.INFO: ==2413== Lock acquired, processing the job...
[2026-09-11 12:58:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 12:58:02] Production.INFO: ==2413== Releasing lock...
[2026-09-11 12:58:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 12:58:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 08:58:03] Production.INFO: ==2417== Lock acquired, processing the job...
[2026-09-11 08:58:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 08:58:03] Production.INFO: ==2421== Lock acquired, processing the job...
[2026-09-11 08:58:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 08:58:03] Production.INFO: Account Balance Start.
[2026-09-11 08:58:03] Production.INFO: CreateAllLog Start
[2026-09-11 08:58:03] Production.INFO: 117
[2026-09-11 08:58:03] Production.INFO: Date 2026-09-08
[2026-09-11 08:58:03] Production.INFO: ==2415== Lock acquired, processing the job...
[2026-09-11 08:58:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 08:58:03] Production.INFO: Reseller ==> 0
[2026-09-11 08:58:03] Production.INFO: Date 2026-09-09
[2026-09-11 08:58:03] Production.INFO: Reseller ==> 0
[2026-09-11 08:58:03] Production.INFO: Date 2026-09-10
[2026-09-11 08:58:03] Production.INFO: Reseller ==> 0
[2026-09-11 08:58:03] Production.INFO: ==2419== Lock acquired, processing the job...
[2026-09-11 08:58:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 08:58:03] Production.INFO: Date 2026-09-11
[2026-09-11 08:58:03] Production.INFO: Reseller ==> 0
[2026-09-11 08:58:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 08:58:03] Production.INFO: ==2423== Lock acquired, processing the job...
[2026-09-11 08:58:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 08:58:03] Production.INFO: Total Charge 0
[2026-09-11 08:58:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 08:58:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 08:58:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 08:58:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 08:58:03] Production.INFO: CreateAllLog End
[2026-09-11 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-09-11 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-09-11 08:58:04] Production.INFO: ==2417== Releasing lock...
[2026-09-11 08:58:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 08:58:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 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-09-11 08:58:04] Production.INFO: ==2423== Releasing lock...
[2026-09-11 08:58:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 08:58:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 08:58:04] Production.INFO: Account Balance End.
[2026-09-11 08:58:04] Production.ERROR: CronJobId end 12
[2026-09-11 08:58:04] Production.INFO: ==2421== Releasing lock...
[2026-09-11 08:58:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 08:58:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 08:58:11] Production.ERROR: CronJobId end10
[2026-09-11 08:58:11] Production.INFO: ==2419== Releasing lock...
[2026-09-11 08:58:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 08:58:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 08:58:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 08:58:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 08:58:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 08:58:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 08:58:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 08:58:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 08:58:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 08:58:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 08:58:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 08:58:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 08:58:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 08:58:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 08:58:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 08:58:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 08:58:15] Production.INFO: call_cost start
[2026-09-11 08:58:15] Production.INFO: call_cost end
[2026-09-11 08:58:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 08:58:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 08:58:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 08:58:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 08:58:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 08:58:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 08:58:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 08:58:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 08:58:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 08:58:15] Production.INFO: ==2415== Releasing lock...
[2026-09-11 08:58:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 08:58:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 13:59:02] Production.INFO: ==2489== Lock acquired, processing the job...
[2026-09-11 13:59:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 13:59:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 13:59:02] Production.INFO: neon service started
[2026-09-11 13:59:02] Production.INFO: neon service started
[2026-09-11 13:59:02] Production.INFO: ==2489== Releasing lock...
[2026-09-11 13:59:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 13:59:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 12:59:02] Production.INFO: ==2493== Lock acquired, processing the job...
[2026-09-11 12:59:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 12:59:02] Production.INFO: ==2493== Releasing lock...
[2026-09-11 12:59:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 12:59:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 08:59:02] Production.INFO: ==2491== Lock acquired, processing the job...
[2026-09-11 08:59:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 08:59:02] Production.INFO: ==2491== Releasing lock...
[2026-09-11 08:59:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 08:59:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 08:59:03] Production.INFO: ==2500== Lock acquired, processing the job...
[2026-09-11 08:59:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 08:59:03] Production.INFO: ==2498== Lock acquired, processing the job...
[2026-09-11 08:59:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 08:59:03] Production.INFO: ==2496== Lock acquired, processing the job...
[2026-09-11 08:59:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 08:59:03] Production.INFO: ==2504== Lock acquired, processing the job...
[2026-09-11 08:59:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 08:59:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 08:59:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 08:59:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 08:59:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 08:59:03] Production.INFO: ==2502== Lock acquired, processing the job...
[2026-09-11 08:59:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 08:59:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 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-09-11 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-09-11 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-09-11 08:59:04] Production.INFO: ==2504== Releasing lock...
[2026-09-11 08:59:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 08:59:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 08:59:04] Production.INFO: Account Balance Start.
[2026-09-11 08:59:04] Production.INFO: CreateAllLog Start
[2026-09-11 08:59:04] Production.INFO: 117
[2026-09-11 08:59:04] Production.INFO: Date 2026-09-08
[2026-09-11 08:59:04] Production.INFO: Reseller ==> 0
[2026-09-11 08:59:04] Production.INFO: Date 2026-09-09
[2026-09-11 08:59:04] Production.INFO: Reseller ==> 0
[2026-09-11 08:59:04] Production.INFO: Date 2026-09-10
[2026-09-11 08:59:04] Production.INFO: Reseller ==> 0
[2026-09-11 08:59:04] Production.INFO: Date 2026-09-11
[2026-09-11 08:59:04] Production.INFO: Reseller ==> 0
[2026-09-11 08:59:04] Production.INFO: Total Charge 0
[2026-09-11 08:59:04] Production.INFO: CreateAllLog End
[2026-09-11 08:59:04] Production.INFO: ==2498== Releasing lock...
[2026-09-11 08:59:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 08:59:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 08:59:04] Production.INFO: Account Balance End.
[2026-09-11 08:59:04] Production.ERROR: CronJobId end 12
[2026-09-11 08:59:04] Production.INFO: ==2502== Releasing lock...
[2026-09-11 08:59:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 08:59:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 08:59:12] Production.ERROR: CronJobId end10
[2026-09-11 08:59:12] Production.INFO: ==2500== Releasing lock...
[2026-09-11 08:59:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 08:59:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 08:59:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 08:59:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 08:59:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 08:59:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 08:59:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 08:59:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 08:59:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 08:59:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 08:59:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 08:59:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 08:59:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 08:59:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 08:59:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 08:59:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 08:59:14] Production.INFO: call_cost start
[2026-09-11 08:59:14] Production.INFO: call_cost end
[2026-09-11 08:59:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 08:59:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 08:59:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 08:59:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 08:59:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 08:59:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 08:59:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 08:59:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 08:59:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 08:59:14] Production.INFO: ==2496== Releasing lock...
[2026-09-11 08:59:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 08:59:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 14:00:01] Production.INFO: ==2572== Lock acquired, processing the job...
[2026-09-11 14:00:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 14:00:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 14:00:01] Production.INFO: neon service started
[2026-09-11 14:00:01] Production.INFO: neon service started
[2026-09-11 14:00:01] Production.INFO: ==2572== Releasing lock...
[2026-09-11 14:00:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 14:00:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 09:00:02] Production.INFO: ==2574== Lock acquired, processing the job...
[2026-09-11 09:00:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 09:00:02] Production.INFO: ==2574== Releasing lock...
[2026-09-11 09:00:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 09:00:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 13:00:02] Production.INFO: ==2576== Lock acquired, processing the job...
[2026-09-11 13:00:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 13:00:02] Production.INFO: ==2576== Releasing lock...
[2026-09-11 13:00:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 13:00:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 09:00:03] Production.INFO: ==2579== Lock acquired, processing the job...
[2026-09-11 09:00:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 09:00:03] Production.INFO: ==2581== Lock acquired, processing the job...
[2026-09-11 09:00:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 09:00:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 09:00:03] Production.INFO: ==2583== Lock acquired, processing the job...
[2026-09-11 09:00:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 09:00:03] Production.INFO: ==2587== Lock acquired, processing the job...
[2026-09-11 09:00:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 09:00:03] Production.INFO: ==2585== Lock acquired, processing the job...
[2026-09-11 09:00:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 09:00:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 09:00:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 09:00:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 09:00:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 09: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-09-11 09: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-09-11 09: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-09-11 09:00:03] Production.INFO: ==2587== Releasing lock...
[2026-09-11 09:00:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 09:00:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 09:00:03] Production.INFO: Account Balance Start.
[2026-09-11 09:00:03] Production.INFO: CreateAllLog Start
[2026-09-11 09:00:03] Production.INFO: 117
[2026-09-11 09:00:03] Production.INFO: Date 2026-09-08
[2026-09-11 09:00:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:00:03] Production.INFO: Date 2026-09-09
[2026-09-11 09:00:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:00:03] Production.INFO: Date 2026-09-10
[2026-09-11 09:00:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:00:03] Production.INFO: Date 2026-09-11
[2026-09-11 09:00:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:00:03] Production.INFO: Total Charge 0
[2026-09-11 09:00:03] Production.INFO: CreateAllLog End
[2026-09-11 09:00:03] Production.INFO: Account Balance End.
[2026-09-11 09:00:04] Production.ERROR: CronJobId end 12
[2026-09-11 09:00:04] Production.INFO: ==2585== Releasing lock...
[2026-09-11 09:00:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 09:00:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 09:00:04] Production.INFO: ==2581== Releasing lock...
[2026-09-11 09:00:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 09:00:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 09:00:11] Production.ERROR: CronJobId end10
[2026-09-11 09:00:11] Production.INFO: ==2583== Releasing lock...
[2026-09-11 09:00:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 09:00:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 09:00:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 09:00:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 09:00:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 09:00:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 09:00:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 09:00:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 09:00:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 09:00:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 09:00:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 09:00:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 09:00:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 09:00:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 09:00:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 09:00:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 09:00:15] Production.INFO: call_cost start
[2026-09-11 09:00:15] Production.INFO: call_cost end
[2026-09-11 09:00:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 09:00:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 09:00:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 09:00:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 09:00:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 09:00:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 09:00:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 09:00:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 09:00:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 09:00:15] Production.INFO: ==2579== Releasing lock...
[2026-09-11 09:00:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 09:00:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 14:01:02] Production.INFO: ==2647== Lock acquired, processing the job...
[2026-09-11 14:01:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 14:01:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 14:01:02] Production.INFO: neon service started
[2026-09-11 14:01:02] Production.INFO: neon service started
[2026-09-11 14:01:02] Production.INFO: ==2647== Releasing lock...
[2026-09-11 14:01:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 14:01:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 09:01:02] Production.INFO: ==2662== Lock acquired, processing the job...
[2026-09-11 09:01:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 09:01:02] Production.INFO: ==2662== Releasing lock...
[2026-09-11 09:01:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 09:01:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 13:01:03] Production.INFO: ==2664== Lock acquired, processing the job...
[2026-09-11 13:01:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 13:01:03] Production.INFO: ==2664== Releasing lock...
[2026-09-11 13:01:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 13:01:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 09:01:03] Production.INFO: ==2666== Lock acquired, processing the job...
[2026-09-11 09:01:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 09:01:03] Production.INFO: ==2668== Lock acquired, processing the job...
[2026-09-11 09:01:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 09:01:03] Production.INFO: ==2670== Lock acquired, processing the job...
[2026-09-11 09:01:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 09:01:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 09:01:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 09:01:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 09:01:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 09:01:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 09:01:03] Production.INFO: ==2673== Lock acquired, processing the job...
[2026-09-11 09:01:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 09:01:03] Production.INFO: ==2675== Lock acquired, processing the job...
[2026-09-11 09:01:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 09:01:03] Production.INFO: Account Balance Start.
[2026-09-11 09:01:03] Production.INFO: CreateAllLog Start
[2026-09-11 09:01:03] Production.INFO: 117
[2026-09-11 09:01:03] Production.INFO: Date 2026-09-08
[2026-09-11 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-09-11 09:01:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 09:01:03] Production.INFO: ==2675== Releasing lock...
[2026-09-11 09:01:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 09:01:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 09:01:03] Production.INFO: Date 2026-09-09
[2026-09-11 09:01:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:01:04] Production.INFO: Date 2026-09-10
[2026-09-11 09:01:04] Production.INFO: Reseller ==> 0
[2026-09-11 09:01:04] Production.INFO: Date 2026-09-11
[2026-09-11 09:01:04] Production.INFO: Reseller ==> 0
[2026-09-11 09:01:04] Production.INFO: Total Charge 0
[2026-09-11 09:01:04] Production.INFO: CreateAllLog End
[2026-09-11 09:01:04] Production.INFO: Account Balance End.
[2026-09-11 09:01:04] Production.ERROR: CronJobId end 12
[2026-09-11 09:01:04] Production.INFO: ==2673== Releasing lock...
[2026-09-11 09:01:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 09:01:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 09:01:04] Production.INFO: ==2668== Releasing lock...
[2026-09-11 09:01:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 09:01:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 09:01:04] Production.INFO: helper-LastRunTime===2026-09-11 09:01:00
[2026-09-11 09:01:04] Production.INFO: =diffInterval=0
[2026-09-11 09:01:06] Production.INFO: helper-LastRunTime===2026-09-11 09:01:00
[2026-09-11 09:01:06] Production.INFO: =diffInterval=0
[2026-09-11 09:01:08] Production.INFO: helper-LastRunTime===2026-09-11 09:01:00
[2026-09-11 09:01:08] Production.INFO: =diffInterval=0
[2026-09-11 09:01:09] Production.INFO: helper-LastRunTime===2026-09-11 09:01:00
[2026-09-11 09:01:09] Production.INFO: =diffInterval=0
[2026-09-11 09:01:10] Production.INFO: helper-LastRunTime===2026-09-11 09:01:00
[2026-09-11 09:01:10] Production.INFO: =diffInterval=0
[2026-09-11 09:01:11] Production.INFO: helper-LastRunTime===2026-09-11 09:01:00
[2026-09-11 09:01:11] Production.INFO: =diffInterval=0
[2026-09-11 09:01:12] Production.INFO: helper-LastRunTime===2026-09-11 09:01:00
[2026-09-11 09:01:12] Production.INFO: =diffInterval=0
[2026-09-11 09:01:13] Production.INFO: helper-LastRunTime===2026-09-11 09:01:00
[2026-09-11 09:01:13] Production.INFO: =diffInterval=0
[2026-09-11 09:01:13] Production.ERROR: CronJobId end10
[2026-09-11 09:01:13] Production.INFO: ==2670== Releasing lock...
[2026-09-11 09:01:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 09:01:13] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 09:01:13] Production.INFO: helper-LastRunTime===2026-09-11 09:01:00
[2026-09-11 09:01:13] Production.INFO: =diffInterval=0
[2026-09-11 09:01:14] Production.INFO: helper-LastRunTime===2026-09-11 09:01:00
[2026-09-11 09:01:14] Production.INFO: =diffInterval=0
[2026-09-11 09:01:15] Production.INFO: helper-LastRunTime===2026-09-11 09:01:00
[2026-09-11 09:01:15] Production.INFO: =diffInterval=0
[2026-09-11 09:01:16] Production.INFO: helper-LastRunTime===2026-09-11 09:01:00
[2026-09-11 09:01:16] Production.INFO: =diffInterval=0
[2026-09-11 09:01:16] Production.INFO: helper-LastRunTime===2026-09-11 09:01:00
[2026-09-11 09:01:16] Production.INFO: =diffInterval=0
[2026-09-11 09:01:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 09:01:16] Production.INFO: ============== Balance Warning START===========
[2026-09-11 09:01:16] Production.INFO: ============== Balance Warning END===========
[2026-09-11 09:01:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 09:01:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 09:01:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 09:01:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 09:01:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 09:01:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 09:01:16] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 09:01:16] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 09:01:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 09:01:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 09:01:16] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 09:01:17] Production.INFO: call_cost start
[2026-09-11 09:01:17] Production.INFO: call_cost end
[2026-09-11 09:01:17] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 09:01:17] Production.INFO: ============== Report Schedule START===========
[2026-09-11 09:01:17] Production.INFO: ============== Report Schedule END===========
[2026-09-11 09:01:17] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 09:01:17] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 09:01:17] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 09:01:17] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 09:01:17] Production.INFO: ============== Deal alert START===========
[2026-09-11 09:01:17] Production.INFO: ============== Deal alert END===========
[2026-09-11 09:01:17] Production.INFO: ==2666== Releasing lock...
[2026-09-11 09:01:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 09:01:17] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 14:02:01] Production.INFO: ==2737== Lock acquired, processing the job...
[2026-09-11 14:02:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 14:02:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 14:02:01] Production.INFO: neon service started
[2026-09-11 14:02:01] Production.INFO: neon service started
[2026-09-11 14:02:01] Production.INFO: ==2737== Releasing lock...
[2026-09-11 14:02:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 14:02:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 09:02:01] Production.INFO: ==2739== Lock acquired, processing the job...
[2026-09-11 09:02:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 09:02:02] Production.INFO: ==2739== Releasing lock...
[2026-09-11 09:02:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 09:02:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 13:02:02] Production.INFO: ==2742== Lock acquired, processing the job...
[2026-09-11 13:02:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 13:02:02] Production.INFO: ==2742== Releasing lock...
[2026-09-11 13:02:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 13:02:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 09:02:03] Production.INFO: ==2746== Lock acquired, processing the job...
[2026-09-11 09:02:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 09:02:03] Production.INFO: ==2744== Lock acquired, processing the job...
[2026-09-11 09:02:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 09:02:03] Production.INFO: ==2748== Lock acquired, processing the job...
[2026-09-11 09:02:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 09:02:03] Production.INFO: ==2750== Lock acquired, processing the job...
[2026-09-11 09:02:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 09:02:03] Production.INFO: ==2752== Lock acquired, processing the job...
[2026-09-11 09:02:03] Production.INFO: pbxaccountusage-command-pbxaccountusage-companyid-1-cronjobid-16 #Starts#
[2026-09-11 09:02:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 09:02:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 09:02:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 09:02:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 09:02:03] Production.INFO: Account Balance Start.
[2026-09-11 09:02:03] Production.INFO: CreateAllLog Start
[2026-09-11 09:02:03] Production.INFO: 117
[2026-09-11 09:02:03] Production.ERROR: tblTempUsageDetail_20
[2026-09-11 09:02:03] Production.INFO: Date 2026-09-08
[2026-09-11 09:02:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 09:02:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:02:03] Production.INFO: ==2754== Lock acquired, processing the job...
[2026-09-11 09:02:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 09:02:03] Production.INFO: Date 2026-09-09
[2026-09-11 09:02:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:02:03] Production.INFO: Date 2026-09-10
[2026-09-11 09:02:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:02:03] Production.INFO: Date 2026-09-11
[2026-09-11 09:02:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 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-09-11 09:02:03] Production.INFO: ==2754== Releasing lock...
[2026-09-11 09:02:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 09:02:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 09:02:03] Production.INFO: Total Charge 0
[2026-09-11 09:02:03] Production.ERROR: done
[2026-09-11 09:02:03] Production.ERROR: tblTempVendorCDR_20
[2026-09-11 09:02:03] Production.INFO: CreateAllLog End
[2026-09-11 09:02:04] Production.ERROR: done
[2026-09-11 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-09-11 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-09-11 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-09-11 09:02:04] Production.INFO: Account Balance End.
[2026-09-11 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-09-11 09:02:04] Production.INFO: ==2752== Releasing lock...
[2026-09-11 09:02:04] Production.INFO: pbxaccountusage-command-pbxaccountusage-companyid-1-cronjobid-16 #Stops#
[2026-09-11 09:02:04] Production.INFO: 27.25 MB #Memory Used#
[2026-09-11 09:02:04] Production.ERROR: CronJobId end 12
[2026-09-11 09:02:04] Production.INFO: ==2750== Releasing lock...
[2026-09-11 09:02:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 09:02:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 09:02:04] Production.INFO: ==2746== Releasing lock...
[2026-09-11 09:02:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 09:02:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 09:02:12] Production.ERROR: CronJobId end10
[2026-09-11 09:02:12] Production.INFO: ==2748== Releasing lock...
[2026-09-11 09:02:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 09:02:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 09:02:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 09:02:15] Production.INFO: ============== Balance Warning START===========
[2026-09-11 09:02:15] Production.INFO: ============== Balance Warning END===========
[2026-09-11 09:02:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 09:02:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 09:02:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 09:02:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 09:02:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 09:02:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 09:02:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 09:02:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 09:02:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 09:02:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 09:02:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 09:02:16] Production.INFO: call_cost start
[2026-09-11 09:02:16] Production.INFO: call_cost end
[2026-09-11 09:02:16] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 09:02:16] Production.INFO: ============== Report Schedule START===========
[2026-09-11 09:02:16] Production.INFO: ============== Report Schedule END===========
[2026-09-11 09:02:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 09:02:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 09:02:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 09:02:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 09:02:16] Production.INFO: ============== Deal alert START===========
[2026-09-11 09:02:16] Production.INFO: ============== Deal alert END===========
[2026-09-11 09:02:16] Production.INFO: ==2744== Releasing lock...
[2026-09-11 09:02:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 09:02:16] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 14:03:01] Production.INFO: ==2822== Lock acquired, processing the job...
[2026-09-11 14:03:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 14:03:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 14:03:01] Production.INFO: neon service started
[2026-09-11 14:03:01] Production.INFO: neon service started
[2026-09-11 14:03:01] Production.INFO: ==2822== Releasing lock...
[2026-09-11 14:03:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 14:03:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 13:03:02] Production.INFO: ==2826== Lock acquired, processing the job...
[2026-09-11 13:03:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 13:03:02] Production.INFO: ==2826== Releasing lock...
[2026-09-11 13:03:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 13:03:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 09:03:02] Production.INFO: ==2824== Lock acquired, processing the job...
[2026-09-11 09:03:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 09:03:02] Production.INFO: ==2824== Releasing lock...
[2026-09-11 09:03:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 09:03:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 09:03:03] Production.INFO: ==2829== Lock acquired, processing the job...
[2026-09-11 09:03:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 09:03:03] Production.INFO: ==2833== Lock acquired, processing the job...
[2026-09-11 09:03:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 09:03:03] Production.INFO: ==2831== Lock acquired, processing the job...
[2026-09-11 09:03:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 09:03:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 09:03:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 09:03:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 09:03:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 09:03:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 09:03:03] Production.INFO: ==2835== Lock acquired, processing the job...
[2026-09-11 09:03:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 09:03:03] Production.INFO: Account Balance Start.
[2026-09-11 09:03:03] Production.INFO: CreateAllLog Start
[2026-09-11 09:03:03] Production.INFO: 117
[2026-09-11 09:03:03] Production.INFO: Date 2026-09-08
[2026-09-11 09:03:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:03:03] Production.INFO: ==2837== Lock acquired, processing the job...
[2026-09-11 09:03:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 09:03:03] Production.INFO: Date 2026-09-09
[2026-09-11 09:03:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:03:03] Production.INFO: Date 2026-09-10
[2026-09-11 09:03:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:03:03] Production.INFO: Date 2026-09-11
[2026-09-11 09:03:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:03:03] Production.INFO: Total Charge 0
[2026-09-11 09:03:03] Production.INFO: CreateAllLog End
[2026-09-11 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-09-11 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-09-11 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-09-11 09:03:03] Production.INFO: ==2837== Releasing lock...
[2026-09-11 09:03:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 09:03:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 09:03:04] Production.INFO: Account Balance End.
[2026-09-11 09:03:04] Production.ERROR: CronJobId end 12
[2026-09-11 09:03:04] Production.INFO: ==2835== Releasing lock...
[2026-09-11 09:03:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 09:03:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 09:03:04] Production.INFO: ==2831== Releasing lock...
[2026-09-11 09:03:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 09:03:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 09:03:12] Production.ERROR: CronJobId end10
[2026-09-11 09:03:12] Production.INFO: ==2833== Releasing lock...
[2026-09-11 09:03:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 09:03:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 09:03:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 09:03:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 09:03:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 09:03:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 09:03:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 09:03:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 09:03:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 09:03:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 09:03:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 09:03:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 09:03:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 09:03:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 09:03:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 09:03:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 09:03:14] Production.INFO: call_cost start
[2026-09-11 09:03:14] Production.INFO: call_cost end
[2026-09-11 09:03:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 09:03:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 09:03:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 09:03:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 09:03:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 09:03:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 09:03:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 09:03:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 09:03:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 09:03:14] Production.INFO: ==2829== Releasing lock...
[2026-09-11 09:03:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 09:03:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 14:04:02] Production.INFO: ==2895== Lock acquired, processing the job...
[2026-09-11 14:04:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 14:04:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 14:04:02] Production.INFO: neon service started
[2026-09-11 14:04:02] Production.INFO: neon service started
[2026-09-11 14:04:02] Production.INFO: ==2895== Releasing lock...
[2026-09-11 14:04:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 14:04:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 09:04:03] Production.INFO: ==2897== Lock acquired, processing the job...
[2026-09-11 09:04:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 13:04:03] Production.INFO: ==2899== Lock acquired, processing the job...
[2026-09-11 13:04:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 13:04:03] Production.INFO: ==2899== Releasing lock...
[2026-09-11 13:04:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 13:04:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 09:04:03] Production.INFO: ==2897== Releasing lock...
[2026-09-11 09:04:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 09:04:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 09:04:04] Production.INFO: ==2908== Lock acquired, processing the job...
[2026-09-11 09:04:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 09:04:04] Production.INFO: ==2902== Lock acquired, processing the job...
[2026-09-11 09:04:04] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 09:04:04] Production.INFO: ==2904== Lock acquired, processing the job...
[2026-09-11 09:04:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 09:04:04] Production.INFO: ==2910== Lock acquired, processing the job...
[2026-09-11 09:04:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 09:04:04] Production.INFO: Account Balance Start.
[2026-09-11 09:04:04] Production.INFO: CreateAllLog Start
[2026-09-11 09:04:04] Production.INFO: 117
[2026-09-11 09:04:04] Production.INFO: Date 2026-09-08
[2026-09-11 09:04:04] Production.INFO: Reseller ==> 0
[2026-09-11 09:04:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 09:04:04] Production.INFO: ==2906== Lock acquired, processing the job...
[2026-09-11 09:04:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 09:04:04] Production.INFO: Date 2026-09-09
[2026-09-11 09:04:04] Production.INFO: Reseller ==> 0
[2026-09-11 09:04:04] Production.INFO: Date 2026-09-10
[2026-09-11 09:04:04] Production.INFO: Reseller ==> 0
[2026-09-11 09: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-09-11 09: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-09-11 09:04:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 09:04:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 09:04:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 09:04:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 09:04:04] Production.INFO: Date 2026-09-11
[2026-09-11 09:04:04] Production.INFO: Reseller ==> 0
[2026-09-11 09:04:04] Production.INFO: Total Charge 0
[2026-09-11 09: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-09-11 09:04:04] Production.INFO: CreateAllLog End
[2026-09-11 09:04:04] Production.INFO: ==2910== Releasing lock...
[2026-09-11 09:04:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 09:04:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 09:04:04] Production.INFO: Account Balance End.
[2026-09-11 09:04:04] Production.ERROR: CronJobId end 12
[2026-09-11 09:04:04] Production.INFO: ==2908== Releasing lock...
[2026-09-11 09:04:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 09:04:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 09:04:05] Production.INFO: ==2904== Releasing lock...
[2026-09-11 09:04:05] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 09:04:05] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 09:04:12] Production.ERROR: CronJobId end10
[2026-09-11 09:04:12] Production.INFO: ==2906== Releasing lock...
[2026-09-11 09:04:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 09:04:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 09:04:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 09:04:15] Production.INFO: ============== Balance Warning START===========
[2026-09-11 09:04:15] Production.INFO: ============== Balance Warning END===========
[2026-09-11 09:04:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 09:04:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 09:04:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 09:04:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 09:04:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 09:04:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 09:04:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 09:04:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 09:04:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 09:04:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 09:04:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 09:04:15] Production.INFO: call_cost start
[2026-09-11 09:04:15] Production.INFO: call_cost end
[2026-09-11 09:04:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 09:04:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 09:04:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 09:04:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 09:04:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 09:04:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 09:04:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 09:04:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 09:04:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 09:04:15] Production.INFO: ==2902== Releasing lock...
[2026-09-11 09:04:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 09:04:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 14:05:01] Production.INFO: ==2974== Lock acquired, processing the job...
[2026-09-11 14:05:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 14:05:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 14:05:01] Production.INFO: neon service started
[2026-09-11 14:05:01] Production.INFO: neon service started
[2026-09-11 14:05:01] Production.INFO: ==2974== Releasing lock...
[2026-09-11 14:05:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 14:05:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 09:05:02] Production.INFO: ==2976== Lock acquired, processing the job...
[2026-09-11 09:05:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 09:05:02] Production.INFO: ==2976== Releasing lock...
[2026-09-11 09:05:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 09:05:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 13:05:02] Production.INFO: ==2978== Lock acquired, processing the job...
[2026-09-11 13:05:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 13:05:02] Production.INFO: ==2978== Releasing lock...
[2026-09-11 13:05:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 13:05:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 09:05:03] Production.INFO: ==2983== Lock acquired, processing the job...
[2026-09-11 09:05:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-11 09:05:03] Production.INFO: ==2985== Lock acquired, processing the job...
[2026-09-11 09:05:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 09:05:03] Production.INFO: ==2987== Lock acquired, processing the job...
[2026-09-11 09:05:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 09:05:03] Production.INFO: ==2989== Lock acquired, processing the job...
[2026-09-11 09:05:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 09:05:03] Production.ERROR: ========================== active cronjob start =============================
[2026-09-11 09:05:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 09:05:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-11 09:05:03] Production.ERROR: CronJob PID - 2985
[2026-09-11 09:05:03] Production.ERROR: CronJob Title - System Alerts
[2026-09-11 09:05:03] Production.ERROR: CronJob ID - 5
[2026-09-11 09:05:03] Production.ERROR: CronJob Last Run Time 2026-09-11 09:05:00
[2026-09-11 09:05:03] Production.ERROR: CronJob Active Minutes 0
[2026-09-11 09:05:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-11 09:05:03] Production.INFO: ==2991== Lock acquired, processing the job...
[2026-09-11 09:05:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 09:05:03] Production.ERROR: ========================== active cronjob end =============================
[2026-09-11 09:05:03] Production.INFO: ==2983== Releasing lock...
[2026-09-11 09:05:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-11 09:05:03] Production.INFO: 25.5 MB #Memory Used#
[2026-09-11 09:05:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 09:05:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 09:05:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 09:05:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 09:05:03] Production.INFO: Account Balance Start.
[2026-09-11 09:05:03] Production.INFO: CreateAllLog Start
[2026-09-11 09:05:03] Production.INFO: 117
[2026-09-11 09:05:03] Production.INFO: Date 2026-09-08
[2026-09-11 09:05:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:05:03] Production.INFO: ==2993== Lock acquired, processing the job...
[2026-09-11 09:05:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-11 09:05:03] Production.INFO: Date 2026-09-09
[2026-09-11 09:05:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:05:03] Production.INFO: ==2995== Lock acquired, processing the job...
[2026-09-11 09:05:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 09:05:04] Production.INFO: Date 2026-09-10
[2026-09-11 09:05:04] Production.INFO: Reseller ==> 0
[2026-09-11 09:05:04] Production.ERROR: tblTempUsageDetail_20
[2026-09-11 09:05:04] Production.INFO: Date 2026-09-11
[2026-09-11 09:05:04] Production.INFO: Reseller ==> 0
[2026-09-11 09:05:04] Production.INFO: Total Charge 0
[2026-09-11 09: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-09-11 09:05:04] Production.INFO: CreateAllLog End
[2026-09-11 09: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-09-11 09: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-09-11 09:05:04] Production.INFO: ==2995== Releasing lock...
[2026-09-11 09:05:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 09:05:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 09:05:04] Production.ERROR: done
[2026-09-11 09:05:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-11 09:05:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17983592', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) start
[2026-09-11 09:05:04] Production.INFO: Account Balance End.
[2026-09-11 09:05:04] Production.ERROR: CronJobId end 12
[2026-09-11 09:05:04] Production.INFO: ==2991== Releasing lock...
[2026-09-11 09:05:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 09:05:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 09:05:04] Production.INFO: ==2987== Releasing lock...
[2026-09-11 09:05:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 09:05:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 09:05:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17983592', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) end
[2026-09-11 09:05:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-11 09:05:10] Production.INFO: ProcessCDR(1,17983592,1,1,2)
[2026-09-11 09:05:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17983592,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 09:05:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17983592,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 09:05:10] Production.ERROR: pbx prc_insertCDR start
[2026-09-11 09:05:10] Production.ERROR: pbx prc_insertCDR end
[2026-09-11 09:05:10] Production.INFO: ==2993== Releasing lock...
[2026-09-11 09:05:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-11 09:05:10] Production.INFO: 26 MB #Memory Used#
[2026-09-11 09:05:13] Production.ERROR: CronJobId end10
[2026-09-11 09:05:13] Production.INFO: ==2989== Releasing lock...
[2026-09-11 09:05:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 09:05:13] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 09:05:17] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 09:05:17] Production.INFO: ============== Balance Warning START===========
[2026-09-11 09:05:17] Production.INFO: ============== Balance Warning END===========
[2026-09-11 09:05:17] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 09:05:17] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 09:05:17] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 09:05:17] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 09:05:17] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 09:05:17] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 09:05:17] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 09:05:17] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 09:05:17] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 09:05:17] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 09:05:17] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 09:05:17] Production.INFO: call_cost start
[2026-09-11 09:05:17] Production.INFO: call_cost end
[2026-09-11 09:05:17] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 09:05:17] Production.INFO: ============== Report Schedule START===========
[2026-09-11 09:05:17] Production.INFO: ============== Report Schedule END===========
[2026-09-11 09:05:17] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 09:05:17] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 09:05:17] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 09:05:17] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 09:05:17] Production.INFO: ============== Deal alert START===========
[2026-09-11 09:05:17] Production.INFO: ============== Deal alert END===========
[2026-09-11 09:05:17] Production.INFO: ==2985== Releasing lock...
[2026-09-11 09:05:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 09:05:17] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 14:06:01] Production.INFO: ==3056== Lock acquired, processing the job...
[2026-09-11 14:06:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 14:06:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 14:06:01] Production.INFO: neon service started
[2026-09-11 14:06:01] Production.INFO: neon service started
[2026-09-11 14:06:01] Production.INFO: ==3056== Releasing lock...
[2026-09-11 14:06:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 14:06:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 09:06:01] Production.INFO: ==3058== Lock acquired, processing the job...
[2026-09-11 09:06:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 09:06:01] Production.INFO: ==3058== Releasing lock...
[2026-09-11 09:06:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 09:06:01] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 13:06:02] Production.INFO: ==3060== Lock acquired, processing the job...
[2026-09-11 13:06:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 13:06:02] Production.INFO: ==3060== Releasing lock...
[2026-09-11 13:06:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 13:06:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 09:06:02] Production.INFO: ==3070== Lock acquired, processing the job...
[2026-09-11 09:06:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 09:06: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-09-11 09:06: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-09-11 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-09-11 09:06:03] Production.INFO: ==3070== Releasing lock...
[2026-09-11 09:06:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 09:06:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 09:06:03] Production.INFO: ==3064== Lock acquired, processing the job...
[2026-09-11 09:06:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 09:06:03] Production.INFO: ==3062== Lock acquired, processing the job...
[2026-09-11 09:06:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 09:06:03] Production.INFO: ==3066== Lock acquired, processing the job...
[2026-09-11 09:06:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 09:06:03] Production.INFO: ==3068== Lock acquired, processing the job...
[2026-09-11 09:06:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 09:06:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 09:06:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 09:06:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 09:06:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 09:06:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 09:06:03] Production.INFO: Account Balance Start.
[2026-09-11 09:06:03] Production.INFO: CreateAllLog Start
[2026-09-11 09:06:03] Production.INFO: 117
[2026-09-11 09:06:03] Production.INFO: Date 2026-09-08
[2026-09-11 09:06:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:06:03] Production.INFO: Date 2026-09-09
[2026-09-11 09:06:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:06:03] Production.INFO: Date 2026-09-10
[2026-09-11 09:06:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:06:03] Production.INFO: Date 2026-09-11
[2026-09-11 09:06:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:06:03] Production.INFO: Total Charge 0
[2026-09-11 09:06:03] Production.INFO: CreateAllLog End
[2026-09-11 09:06:03] Production.INFO: Account Balance End.
[2026-09-11 09:06:03] Production.ERROR: CronJobId end 12
[2026-09-11 09:06:03] Production.INFO: ==3068== Releasing lock...
[2026-09-11 09:06:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 09:06:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 09:06:03] Production.INFO: ==3064== Releasing lock...
[2026-09-11 09:06:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 09:06:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 09:06:11] Production.ERROR: CronJobId end10
[2026-09-11 09:06:11] Production.INFO: ==3066== Releasing lock...
[2026-09-11 09:06:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 09:06:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 09:06:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 09:06:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 09:06:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 09:06:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 09:06:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 09:06:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 09:06:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 09:06:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 09:06:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 09:06:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 09:06:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 09:06:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 09:06:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 09:06:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 09:06:14] Production.INFO: call_cost start
[2026-09-11 09:06:14] Production.INFO: call_cost end
[2026-09-11 09:06:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 09:06:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 09:06:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 09:06:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 09:06:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 09:06:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 09:06:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 09:06:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 09:06:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 09:06:14] Production.INFO: ==3062== Releasing lock...
[2026-09-11 09:06:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 09:06:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 14:07:01] Production.INFO: ==3132== Lock acquired, processing the job...
[2026-09-11 14:07:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 14:07:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 14:07:01] Production.INFO: neon service started
[2026-09-11 14:07:01] Production.INFO: neon service started
[2026-09-11 14:07:01] Production.INFO: ==3132== Releasing lock...
[2026-09-11 14:07:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 14:07:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 09:07:02] Production.INFO: ==3134== Lock acquired, processing the job...
[2026-09-11 09:07:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 09:07:02] Production.INFO: ==3134== Releasing lock...
[2026-09-11 09:07:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 09:07:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 13:07:02] Production.INFO: ==3136== Lock acquired, processing the job...
[2026-09-11 13:07:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 13:07:02] Production.INFO: ==3136== Releasing lock...
[2026-09-11 13:07:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 13:07:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 09:07:03] Production.INFO: ==3142== Lock acquired, processing the job...
[2026-09-11 09:07:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 09:07:03] Production.INFO: ==3144== Lock acquired, processing the job...
[2026-09-11 09:07:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 09:07:03] Production.INFO: ==3138== Lock acquired, processing the job...
[2026-09-11 09:07:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 09:07:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 09:07:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 09:07:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 09:07:03] Production.INFO: ==3140== Lock acquired, processing the job...
[2026-09-11 09:07:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 09:07:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 09:07:03] Production.INFO: ==3146== Lock acquired, processing the job...
[2026-09-11 09:07:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 09:07:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 09:07:03] Production.INFO: Account Balance Start.
[2026-09-11 09:07:03] Production.INFO: CreateAllLog Start
[2026-09-11 09:07:03] Production.INFO: 117
[2026-09-11 09:07:03] Production.INFO: Date 2026-09-08
[2026-09-11 09:07:03] Production.INFO: Reseller ==> 0
[2026-09-11 09: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-09-11 09:07:03] Production.INFO: Date 2026-09-09
[2026-09-11 09:07:03] Production.INFO: Reseller ==> 0
[2026-09-11 09: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-09-11 09: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-09-11 09:07:03] Production.INFO: ==3146== Releasing lock...
[2026-09-11 09:07:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 09:07:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 09:07:03] Production.INFO: Date 2026-09-10
[2026-09-11 09:07:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:07:03] Production.INFO: Date 2026-09-11
[2026-09-11 09:07:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:07:03] Production.INFO: Total Charge 0
[2026-09-11 09:07:03] Production.INFO: CreateAllLog End
[2026-09-11 09:07:03] Production.INFO: Account Balance End.
[2026-09-11 09:07:03] Production.ERROR: CronJobId end 12
[2026-09-11 09:07:03] Production.INFO: ==3144== Releasing lock...
[2026-09-11 09:07:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 09:07:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 09:07:04] Production.INFO: ==3140== Releasing lock...
[2026-09-11 09:07:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 09:07:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 09:07:12] Production.ERROR: CronJobId end10
[2026-09-11 09:07:12] Production.INFO: ==3142== Releasing lock...
[2026-09-11 09:07:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 09:07:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 09:07:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 09:07:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 09:07:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 09:07:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 09:07:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 09:07:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 09:07:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 09:07:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 09:07:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 09:07:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 09:07:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 09:07:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 09:07:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 09:07:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 09:07:14] Production.INFO: call_cost start
[2026-09-11 09:07:14] Production.INFO: call_cost end
[2026-09-11 09:07:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 09:07:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 09:07:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 09:07:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 09:07:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 09:07:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 09:07:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 09:07:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 09:07:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 09:07:14] Production.INFO: ==3138== Releasing lock...
[2026-09-11 09:07:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 09:07:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 14:08:02] Production.INFO: ==3208== Lock acquired, processing the job...
[2026-09-11 14:08:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 14:08:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 14:08:02] Production.INFO: neon service started
[2026-09-11 14:08:02] Production.INFO: neon service started
[2026-09-11 14:08:02] Production.INFO: ==3208== Releasing lock...
[2026-09-11 14:08:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 14:08:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 09:08:02] Production.INFO: ==3210== Lock acquired, processing the job...
[2026-09-11 09:08:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 09:08:02] Production.INFO: ==3210== Releasing lock...
[2026-09-11 09:08:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 09:08:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 13:08:02] Production.INFO: ==3212== Lock acquired, processing the job...
[2026-09-11 13:08:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 13:08:02] Production.INFO: ==3212== Releasing lock...
[2026-09-11 13:08:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 13:08:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 09:08:03] Production.INFO: ==3220== Lock acquired, processing the job...
[2026-09-11 09:08:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 09:08:03] Production.INFO: Account Balance Start.
[2026-09-11 09:08:03] Production.INFO: CreateAllLog Start
[2026-09-11 09:08:03] Production.INFO: 117
[2026-09-11 09:08:03] Production.INFO: Date 2026-09-08
[2026-09-11 09:08:03] Production.INFO: ==3214== Lock acquired, processing the job...
[2026-09-11 09:08:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 09:08:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:08:03] Production.INFO: ==3216== Lock acquired, processing the job...
[2026-09-11 09:08:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 09:08:03] Production.INFO: Date 2026-09-09
[2026-09-11 09:08:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:08:03] Production.INFO: Date 2026-09-10
[2026-09-11 09:08:04] Production.INFO: Reseller ==> 0
[2026-09-11 09:08:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 09:08:04] Production.INFO: ==3222== Lock acquired, processing the job...
[2026-09-11 09:08:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 09:08:04] Production.INFO: ==3218== Lock acquired, processing the job...
[2026-09-11 09:08:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 09:08:04] Production.INFO: Date 2026-09-11
[2026-09-11 09:08:04] Production.INFO: Reseller ==> 0
[2026-09-11 09:08:04] Production.INFO: Total Charge 0
[2026-09-11 09:08:04] Production.INFO: CreateAllLog End
[2026-09-11 09:08:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 09:08:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 09:08:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 09:08:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 09: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-09-11 09: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-09-11 09: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-09-11 09:08:04] Production.INFO: ==3222== Releasing lock...
[2026-09-11 09:08:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 09:08:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 09:08:04] Production.INFO: Account Balance End.
[2026-09-11 09:08:04] Production.ERROR: CronJobId end 12
[2026-09-11 09:08:04] Production.INFO: ==3220== Releasing lock...
[2026-09-11 09:08:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 09:08:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 09:08:04] Production.INFO: ==3216== Releasing lock...
[2026-09-11 09:08:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 09:08:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 09:08:12] Production.ERROR: CronJobId end10
[2026-09-11 09:08:12] Production.INFO: ==3218== Releasing lock...
[2026-09-11 09:08:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 09:08:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 09:08:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 09:08:15] Production.INFO: ============== Balance Warning START===========
[2026-09-11 09:08:15] Production.INFO: ============== Balance Warning END===========
[2026-09-11 09:08:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 09:08:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 09:08:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 09:08:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 09:08:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 09:08:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 09:08:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 09:08:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 09:08:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 09:08:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 09:08:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 09:08:15] Production.INFO: call_cost start
[2026-09-11 09:08:15] Production.INFO: call_cost end
[2026-09-11 09:08:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 09:08:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 09:08:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 09:08:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 09:08:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 09:08:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 09:08:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 09:08:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 09:08:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 09:08:15] Production.INFO: ==3214== Releasing lock...
[2026-09-11 09:08:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 09:08:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 14:09:01] Production.INFO: ==3287== Lock acquired, processing the job...
[2026-09-11 14:09:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 14:09:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 14:09:01] Production.INFO: neon service started
[2026-09-11 14:09:01] Production.INFO: neon service started
[2026-09-11 14:09:01] Production.INFO: ==3287== Releasing lock...
[2026-09-11 14:09:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 14:09:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 09:09:02] Production.INFO: ==3289== Lock acquired, processing the job...
[2026-09-11 09:09:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 09:09:02] Production.INFO: ==3289== Releasing lock...
[2026-09-11 09:09:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 09:09:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 13:09:02] Production.INFO: ==3291== Lock acquired, processing the job...
[2026-09-11 13:09:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 13:09:02] Production.INFO: ==3291== Releasing lock...
[2026-09-11 13:09:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 13:09:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 09:09:03] Production.INFO: ==3293== Lock acquired, processing the job...
[2026-09-11 09:09:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 09:09:03] Production.INFO: ==3301== Lock acquired, processing the job...
[2026-09-11 09:09:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 09:09:03] Production.INFO: ==3297== Lock acquired, processing the job...
[2026-09-11 09:09:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 09:09:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 09:09:03] Production.INFO: ==3299== Lock acquired, processing the job...
[2026-09-11 09:09:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 09:09:03] Production.INFO: ==3295== Lock acquired, processing the job...
[2026-09-11 09:09:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 09:09:03] Production.INFO: Account Balance Start.
[2026-09-11 09:09:03] Production.INFO: CreateAllLog Start
[2026-09-11 09:09:03] Production.INFO: 117
[2026-09-11 09:09:03] Production.INFO: Date 2026-09-08
[2026-09-11 09:09:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:09:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 09:09:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 09:09:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 09:09:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 09:09:03] Production.INFO: Date 2026-09-09
[2026-09-11 09:09:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 09:09:03] Production.INFO: Date 2026-09-10
[2026-09-11 09:09:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 09:09:03] Production.INFO: Date 2026-09-11
[2026-09-11 09:09:03] Production.INFO: ==3301== Releasing lock...
[2026-09-11 09:09:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 09:09:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:09:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 09:09:03] Production.INFO: Total Charge 0
[2026-09-11 09:09:03] Production.INFO: CreateAllLog End
[2026-09-11 09:09:03] Production.INFO: Account Balance End.
[2026-09-11 09:09:03] Production.ERROR: CronJobId end 12
[2026-09-11 09:09:03] Production.INFO: ==3299== Releasing lock...
[2026-09-11 09:09:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 09:09:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 09:09:04] Production.INFO: ==3295== Releasing lock...
[2026-09-11 09:09:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 09:09:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 09:09:10] Production.ERROR: CronJobId end10
[2026-09-11 09:09:10] Production.INFO: ==3297== Releasing lock...
[2026-09-11 09:09:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 09:09:10] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 09:09:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 09:09:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 09:09:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 09:09:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 09:09:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 09:09:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 09:09:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 09:09:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 09:09:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 09:09:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 09:09:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 09:09:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 09:09:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 09:09:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 09:09:14] Production.INFO: call_cost start
[2026-09-11 09:09:14] Production.INFO: call_cost end
[2026-09-11 09:09:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 09:09:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 09:09:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 09:09:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 09:09:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 09:09:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 09:09:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 09:09:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 09:09:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 09:09:14] Production.INFO: ==3293== Releasing lock...
[2026-09-11 09:09:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 09:09:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 14:10:02] Production.INFO: ==3362== Lock acquired, processing the job...
[2026-09-11 14:10:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 14:10:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 14:10:02] Production.INFO: neon service started
[2026-09-11 14:10:02] Production.INFO: neon service started
[2026-09-11 14:10:02] Production.INFO: ==3362== Releasing lock...
[2026-09-11 14:10:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 14:10:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 09:10:02] Production.INFO: ==3364== Lock acquired, processing the job...
[2026-09-11 09:10:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 13:10:02] Production.INFO: ==3366== Lock acquired, processing the job...
[2026-09-11 13:10:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 13:10:02] Production.INFO: ==3366== Releasing lock...
[2026-09-11 13:10:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 13:10:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 09:10:03] Production.INFO: ==3364== Releasing lock...
[2026-09-11 09:10:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 09:10:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 09:10:03] Production.INFO: ==3369== Lock acquired, processing the job...
[2026-09-11 09:10:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 09:10:03] Production.INFO: ==3371== Lock acquired, processing the job...
[2026-09-11 09:10:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 09:10:03] Production.INFO: ==3377== Lock acquired, processing the job...
[2026-09-11 09:10:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 09:10:03] Production.INFO: ==3373== Lock acquired, processing the job...
[2026-09-11 09:10:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 09:10:03] Production.INFO: ==3375== Lock acquired, processing the job...
[2026-09-11 09:10:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 09:10:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 09:10:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 09:10:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 09:10:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 09:10:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 09:10:04] Production.INFO: Account Balance Start.
[2026-09-11 09:10:04] Production.INFO: CreateAllLog Start
[2026-09-11 09:10:04] Production.INFO: 117
[2026-09-11 09:10:04] Production.INFO: Date 2026-09-08
[2026-09-11 09: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-09-11 09:10:04] Production.INFO: Reseller ==> 0
[2026-09-11 09: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-09-11 09: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-09-11 09:10:04] Production.INFO: ==3377== Releasing lock...
[2026-09-11 09:10:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 09:10:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 09:10:04] Production.INFO: Date 2026-09-09
[2026-09-11 09:10:04] Production.INFO: Reseller ==> 0
[2026-09-11 09:10:04] Production.INFO: Date 2026-09-10
[2026-09-11 09:10:04] Production.INFO: Reseller ==> 0
[2026-09-11 09:10:04] Production.INFO: Date 2026-09-11
[2026-09-11 09:10:04] Production.INFO: Reseller ==> 0
[2026-09-11 09:10:04] Production.INFO: Total Charge 0
[2026-09-11 09:10:04] Production.INFO: CreateAllLog End
[2026-09-11 09:10:04] Production.INFO: Account Balance End.
[2026-09-11 09:10:04] Production.ERROR: CronJobId end 12
[2026-09-11 09:10:04] Production.INFO: ==3375== Releasing lock...
[2026-09-11 09:10:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 09:10:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 09:10:04] Production.INFO: ==3371== Releasing lock...
[2026-09-11 09:10:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 09:10:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 09:10:11] Production.ERROR: CronJobId end10
[2026-09-11 09:10:11] Production.INFO: ==3373== Releasing lock...
[2026-09-11 09:10:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 09:10:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 09:10:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 09:10:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 09:10:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 09:10:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 09:10:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 09:10:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 09:10:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 09:10:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 09:10:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 09:10:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 09:10:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 09:10:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 09:10:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 09:10:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 09:10:14] Production.INFO: call_cost start
[2026-09-11 09:10:14] Production.INFO: call_cost end
[2026-09-11 09:10:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 09:10:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 09:10:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 09:10:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 09:10:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 09:10:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 09:10:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 09:10:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 09:10:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 09:10:14] Production.INFO: ==3369== Releasing lock...
[2026-09-11 09:10:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 09:10:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 14:11:01] Production.INFO: ==3439== Lock acquired, processing the job...
[2026-09-11 14:11:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 14:11:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 14:11:01] Production.INFO: neon service started
[2026-09-11 14:11:01] Production.INFO: neon service started
[2026-09-11 14:11:01] Production.INFO: ==3439== Releasing lock...
[2026-09-11 14:11:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 14:11:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 09:11:02] Production.INFO: ==3441== Lock acquired, processing the job...
[2026-09-11 09:11:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 13:11:02] Production.INFO: ==3443== Lock acquired, processing the job...
[2026-09-11 13:11:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 13:11:02] Production.INFO: ==3443== Releasing lock...
[2026-09-11 13:11:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 13:11:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 09:11:02] Production.INFO: ==3441== Releasing lock...
[2026-09-11 09:11:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 09:11:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 09:11:03] Production.INFO: ==3450== Lock acquired, processing the job...
[2026-09-11 09:11:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 09:11:03] Production.INFO: ==3446== Lock acquired, processing the job...
[2026-09-11 09:11:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 09:11:03] Production.INFO: ==3448== Lock acquired, processing the job...
[2026-09-11 09:11:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 09:11:03] Production.INFO: ==3452== Lock acquired, processing the job...
[2026-09-11 09:11:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 09:11:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 09:11:03] Production.INFO: ==3454== Lock acquired, processing the job...
[2026-09-11 09:11:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 09:11:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 09:11:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 09:11:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 09:11:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 09:11:03] Production.INFO: Account Balance Start.
[2026-09-11 09:11:03] Production.INFO: CreateAllLog Start
[2026-09-11 09:11:03] Production.INFO: 117
[2026-09-11 09:11:03] Production.INFO: Date 2026-09-08
[2026-09-11 09:11:03] Production.INFO: Reseller ==> 0
[2026-09-11 09: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-09-11 09: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-09-11 09: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-09-11 09:11:03] Production.INFO: ==3454== Releasing lock...
[2026-09-11 09:11:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 09:11:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 09:11:03] Production.INFO: Date 2026-09-09
[2026-09-11 09:11:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:11:04] Production.INFO: Date 2026-09-10
[2026-09-11 09:11:04] Production.INFO: Reseller ==> 0
[2026-09-11 09:11:04] Production.INFO: Date 2026-09-11
[2026-09-11 09:11:04] Production.INFO: Reseller ==> 0
[2026-09-11 09:11:04] Production.INFO: Total Charge 0
[2026-09-11 09:11:04] Production.INFO: CreateAllLog End
[2026-09-11 09:11:04] Production.INFO: Account Balance End.
[2026-09-11 09:11:04] Production.ERROR: CronJobId end 12
[2026-09-11 09:11:04] Production.INFO: ==3452== Releasing lock...
[2026-09-11 09:11:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 09:11:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 09:11:04] Production.INFO: ==3448== Releasing lock...
[2026-09-11 09:11:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 09:11:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 09:11:11] Production.ERROR: CronJobId end10
[2026-09-11 09:11:11] Production.INFO: ==3450== Releasing lock...
[2026-09-11 09:11:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 09:11:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 09:11:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 09:11:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 09:11:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 09:11:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 09:11:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 09:11:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 09:11:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 09:11:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 09:11:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 09:11:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 09:11:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 09:11:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 09:11:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 09:11:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 09:11:14] Production.INFO: call_cost start
[2026-09-11 09:11:14] Production.INFO: call_cost end
[2026-09-11 09:11:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 09:11:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 09:11:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 09:11:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 09:11:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 09:11:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 09:11:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 09:11:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 09:11:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 09:11:14] Production.INFO: ==3446== Releasing lock...
[2026-09-11 09:11:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 09:11:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 14:12:02] Production.INFO: ==3515== Lock acquired, processing the job...
[2026-09-11 14:12:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 14:12:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 14:12:02] Production.INFO: neon service started
[2026-09-11 14:12:02] Production.INFO: neon service started
[2026-09-11 14:12:02] Production.INFO: ==3515== Releasing lock...
[2026-09-11 14:12:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 14:12:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 09:12:02] Production.INFO: ==3517== Lock acquired, processing the job...
[2026-09-11 09:12:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 09:12:02] Production.INFO: ==3517== Releasing lock...
[2026-09-11 09:12:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 09:12:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 13:12:02] Production.INFO: ==3519== Lock acquired, processing the job...
[2026-09-11 13:12:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 13:12:02] Production.INFO: ==3519== Releasing lock...
[2026-09-11 13:12:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 13:12:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 09:12:03] Production.INFO: ==3523== Lock acquired, processing the job...
[2026-09-11 09:12:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 09:12:03] Production.INFO: ==3521== Lock acquired, processing the job...
[2026-09-11 09:12:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 09:12:03] Production.INFO: ==3527== Lock acquired, processing the job...
[2026-09-11 09:12:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 09:12:03] Production.INFO: ==3531== Lock acquired, processing the job...
[2026-09-11 09:12:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 09:12:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 09:12:03] Production.INFO: ==3525== Lock acquired, processing the job...
[2026-09-11 09:12:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 09:12:03] Production.INFO: Account Balance Start.
[2026-09-11 09:12:03] Production.INFO: CreateAllLog Start
[2026-09-11 09:12:03] Production.INFO: 117
[2026-09-11 09:12:03] Production.INFO: Date 2026-09-08
[2026-09-11 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-09-11 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-09-11 09:12:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 09:12:03] Production.INFO: ==3531== Releasing lock...
[2026-09-11 09:12:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 09:12:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 09:12:03] Production.INFO: Date 2026-09-09
[2026-09-11 09:12:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:12:04] Production.INFO: Date 2026-09-10
[2026-09-11 09:12:04] Production.INFO: Reseller ==> 0
[2026-09-11 09:12:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 09:12:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 09:12:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 09:12:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 09:12:04] Production.INFO: Date 2026-09-11
[2026-09-11 09:12:04] Production.INFO: Reseller ==> 0
[2026-09-11 09:12:04] Production.INFO: Total Charge 0
[2026-09-11 09:12:04] Production.INFO: CreateAllLog End
[2026-09-11 09:12:04] Production.INFO: Account Balance End.
[2026-09-11 09:12:04] Production.ERROR: CronJobId end 12
[2026-09-11 09:12:04] Production.INFO: ==3527== Releasing lock...
[2026-09-11 09:12:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 09:12:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 09:12:04] Production.INFO: ==3523== Releasing lock...
[2026-09-11 09:12:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 09:12:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 09:12:12] Production.ERROR: CronJobId end10
[2026-09-11 09:12:12] Production.INFO: ==3525== Releasing lock...
[2026-09-11 09:12:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 09:12:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 09:12:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 09:12:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 09:12:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 09:12:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 09:12:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 09:12:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 09:12:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 09:12:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 09:12:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 09:12:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 09:12:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 09:12:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 09:12:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 09:12:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 09:12:15] Production.INFO: call_cost start
[2026-09-11 09:12:15] Production.INFO: call_cost end
[2026-09-11 09:12:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 09:12:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 09:12:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 09:12:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 09:12:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 09:12:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 09:12:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 09:12:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 09:12:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 09:12:15] Production.INFO: ==3521== Releasing lock...
[2026-09-11 09:12:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 09:12:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 14:13:01] Production.INFO: ==3588== Lock acquired, processing the job...
[2026-09-11 14:13:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 14:13:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 14:13:01] Production.INFO: neon service started
[2026-09-11 14:13:01] Production.INFO: neon service started
[2026-09-11 14:13:01] Production.INFO: ==3588== Releasing lock...
[2026-09-11 14:13:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 14:13:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 09:13:02] Production.INFO: ==3590== Lock acquired, processing the job...
[2026-09-11 09:13:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 13:13:02] Production.INFO: ==3592== Lock acquired, processing the job...
[2026-09-11 13:13:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 13:13:02] Production.INFO: ==3592== Releasing lock...
[2026-09-11 13:13:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 13:13:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 09:13:02] Production.INFO: ==3590== Releasing lock...
[2026-09-11 09:13:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 09:13:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 09:13:03] Production.INFO: ==3597== Lock acquired, processing the job...
[2026-09-11 09:13:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 09:13:03] Production.INFO: ==3595== Lock acquired, processing the job...
[2026-09-11 09:13:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 09:13:03] Production.INFO: ==3599== Lock acquired, processing the job...
[2026-09-11 09:13:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 09:13:03] Production.INFO: ==3601== Lock acquired, processing the job...
[2026-09-11 09:13:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 09:13:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 09:13:03] Production.INFO: ==3603== Lock acquired, processing the job...
[2026-09-11 09:13:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 09:13:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 09:13:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 09:13:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 09:13:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 09:13:03] Production.INFO: Account Balance Start.
[2026-09-11 09:13:03] Production.INFO: CreateAllLog Start
[2026-09-11 09:13:03] Production.INFO: 117
[2026-09-11 09:13:03] Production.INFO: Date 2026-09-08
[2026-09-11 09:13:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:13:03] Production.INFO: Date 2026-09-09
[2026-09-11 09:13:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 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-09-11 09:13:03] Production.INFO: Date 2026-09-10
[2026-09-11 09:13:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:13:03] Production.INFO: ==3603== Releasing lock...
[2026-09-11 09:13:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 09:13:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 09:13:03] Production.INFO: Date 2026-09-11
[2026-09-11 09:13:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:13:03] Production.INFO: Total Charge 0
[2026-09-11 09:13:03] Production.INFO: CreateAllLog End
[2026-09-11 09:13:04] Production.INFO: Account Balance End.
[2026-09-11 09:13:04] Production.ERROR: CronJobId end 12
[2026-09-11 09:13:04] Production.INFO: ==3601== Releasing lock...
[2026-09-11 09:13:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 09:13:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 09:13:04] Production.INFO: ==3597== Releasing lock...
[2026-09-11 09:13:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 09:13:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 09:13:11] Production.ERROR: CronJobId end10
[2026-09-11 09:13:11] Production.INFO: ==3599== Releasing lock...
[2026-09-11 09:13:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 09:13:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 09:13:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 09:13:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 09:13:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 09:13:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 09:13:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 09:13:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 09:13:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 09:13:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 09:13:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 09:13:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 09:13:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 09:13:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 09:13:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 09:13:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 09:13:14] Production.INFO: call_cost start
[2026-09-11 09:13:14] Production.INFO: call_cost end
[2026-09-11 09:13:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 09:13:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 09:13:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 09:13:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 09:13:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 09:13:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 09:13:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 09:13:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 09:13:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 09:13:14] Production.INFO: ==3595== Releasing lock...
[2026-09-11 09:13:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 09:13:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 14:14:02] Production.INFO: ==3668== Lock acquired, processing the job...
[2026-09-11 14:14:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 14:14:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 14:14:02] Production.INFO: neon service started
[2026-09-11 14:14:02] Production.INFO: neon service started
[2026-09-11 14:14:02] Production.INFO: ==3668== Releasing lock...
[2026-09-11 14:14:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 14:14:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 09:14:02] Production.INFO: ==3670== Lock acquired, processing the job...
[2026-09-11 09:14:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 09:14:02] Production.INFO: ==3670== Releasing lock...
[2026-09-11 09:14:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 09:14:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 13:14:02] Production.INFO: ==3672== Lock acquired, processing the job...
[2026-09-11 13:14:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 13:14:03] Production.INFO: ==3672== Releasing lock...
[2026-09-11 13:14:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 13:14:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 09:14:03] Production.INFO: ==3676== Lock acquired, processing the job...
[2026-09-11 09:14:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 09:14:03] Production.INFO: ==3674== Lock acquired, processing the job...
[2026-09-11 09:14:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 09:14:03] Production.INFO: ==3678== Lock acquired, processing the job...
[2026-09-11 09:14:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 09:14:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 09:14:03] Production.INFO: ==3680== Lock acquired, processing the job...
[2026-09-11 09:14:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 09:14:03] Production.INFO: ==3682== Lock acquired, processing the job...
[2026-09-11 09:14:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 09:14:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 09:14:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 09:14:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 09:14:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 09:14:03] Production.INFO: Account Balance Start.
[2026-09-11 09:14:03] Production.INFO: CreateAllLog Start
[2026-09-11 09:14:03] Production.INFO: 117
[2026-09-11 09:14:03] Production.INFO: Date 2026-09-08
[2026-09-11 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-09-11 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-09-11 09:14:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 09:14:03] Production.INFO: Date 2026-09-09
[2026-09-11 09:14:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:14:03] Production.INFO: ==3682== Releasing lock...
[2026-09-11 09:14:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 09:14:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 09:14:04] Production.INFO: Date 2026-09-10
[2026-09-11 09:14:04] Production.INFO: Reseller ==> 0
[2026-09-11 09:14:04] Production.INFO: Date 2026-09-11
[2026-09-11 09:14:04] Production.INFO: Reseller ==> 0
[2026-09-11 09:14:04] Production.INFO: Total Charge 0
[2026-09-11 09:14:04] Production.INFO: ==3676== Releasing lock...
[2026-09-11 09:14:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 09:14:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 09:14:04] Production.INFO: CreateAllLog End
[2026-09-11 09:14:04] Production.INFO: Account Balance End.
[2026-09-11 09:14:04] Production.ERROR: CronJobId end 12
[2026-09-11 09:14:04] Production.INFO: ==3680== Releasing lock...
[2026-09-11 09:14:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 09:14:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 09:14:13] Production.ERROR: CronJobId end10
[2026-09-11 09:14:13] Production.INFO: ==3678== Releasing lock...
[2026-09-11 09:14:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 09:14:13] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 09:14:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 09:14:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 09:14:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 09:14:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 09:14:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 09:14:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 09:14:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 09:14:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 09:14:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 09:14:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 09:14:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 09:14:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 09:14:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 09:14:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 09:14:14] Production.INFO: call_cost start
[2026-09-11 09:14:14] Production.INFO: call_cost end
[2026-09-11 09:14:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 09:14:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 09:14:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 09:14:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 09:14:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 09:14:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 09:14:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 09:14:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 09:14:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 09:14:14] Production.INFO: ==3674== Releasing lock...
[2026-09-11 09:14:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 09:14:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 14:15:01] Production.INFO: ==3742== Lock acquired, processing the job...
[2026-09-11 14:15:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 14:15:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 14:15:01] Production.INFO: neon service started
[2026-09-11 14:15:01] Production.INFO: neon service started
[2026-09-11 14:15:01] Production.INFO: ==3742== Releasing lock...
[2026-09-11 14:15:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 14:15:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 09:15:01] Production.INFO: ==3745== Lock acquired, processing the job...
[2026-09-11 09:15:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 09:15:02] Production.INFO: ==3745== Releasing lock...
[2026-09-11 09:15:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 09:15:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 13:15:02] Production.INFO: ==3747== Lock acquired, processing the job...
[2026-09-11 13:15:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 13:15:02] Production.INFO: ==3747== Releasing lock...
[2026-09-11 13:15:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 13:15:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 09:15:03] Production.INFO: ==3755== Lock acquired, processing the job...
[2026-09-11 09:15:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 09:15:03] Production.INFO: ==3749== Lock acquired, processing the job...
[2026-09-11 09:15:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-11 09:15:03] Production.ERROR: ========================== active cronjob start =============================
[2026-09-11 09:15:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-11 09:15:03] Production.ERROR: CronJob PID - 3755
[2026-09-11 09:15:03] Production.ERROR: CronJob Title - Create Customer Summary Live
[2026-09-11 09:15:03] Production.ERROR: CronJob ID - 10
[2026-09-11 09:15:03] Production.ERROR: CronJob Last Run Time 2026-09-11 09:15:00
[2026-09-11 09:15:03] Production.ERROR: CronJob Active Minutes 0
[2026-09-11 09:15:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-11 09:15:03] Production.ERROR: ========================== active cronjob end =============================
[2026-09-11 09:15:03] Production.INFO: ==3749== Releasing lock...
[2026-09-11 09:15:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-11 09:15:03] Production.INFO: 25.5 MB #Memory Used#
[2026-09-11 09:15:03] Production.INFO: ==3753== Lock acquired, processing the job...
[2026-09-11 09:15:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 09:15:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 09:15:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 09:15:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 09:15:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 09:15:03] Production.INFO: ==3761== Lock acquired, processing the job...
[2026-09-11 09:15:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 09:15:03] Production.INFO: ==3759== Lock acquired, processing the job...
[2026-09-11 09:15:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-11 09:15:03] Production.INFO: ==3751== Lock acquired, processing the job...
[2026-09-11 09:15:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 09:15:03] Production.ERROR: tblTempUsageDetail_20
[2026-09-11 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-09-11 09:15:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 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-09-11 09:15:03] Production.INFO: ==3757== Lock acquired, processing the job...
[2026-09-11 09:15:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 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-09-11 09:15:03] Production.INFO: ==3761== Releasing lock...
[2026-09-11 09:15:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 09:15:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 09:15:03] Production.INFO: Account Balance Start.
[2026-09-11 09:15:03] Production.INFO: CreateAllLog Start
[2026-09-11 09:15:03] Production.INFO: 117
[2026-09-11 09:15:03] Production.INFO: Date 2026-09-08
[2026-09-11 09:15:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:15:03] Production.ERROR: done
[2026-09-11 09:15:03] Production.INFO: Date 2026-09-09
[2026-09-11 09:15:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:15:03] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-11 09:15:03] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17983633', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) start
[2026-09-11 09:15:03] Production.INFO: Date 2026-09-10
[2026-09-11 09:15:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:15:03] Production.INFO: Date 2026-09-11
[2026-09-11 09:15:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:15:03] Production.INFO: Total Charge 0
[2026-09-11 09:15:04] Production.INFO: CreateAllLog End
[2026-09-11 09:15:04] Production.INFO: Account Balance End.
[2026-09-11 09:15:04] Production.ERROR: CronJobId end 12
[2026-09-11 09:15:04] Production.INFO: ==3757== Releasing lock...
[2026-09-11 09:15:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 09:15:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 09:15:04] Production.INFO: ==3753== Releasing lock...
[2026-09-11 09:15:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 09:15:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 09:15:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17983633', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) end
[2026-09-11 09:15:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-11 09:15:10] Production.INFO: ProcessCDR(1,17983633,1,1,2)
[2026-09-11 09:15:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17983633,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 09:15:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17983633,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 09:15:10] Production.ERROR: pbx prc_insertCDR start
[2026-09-11 09:15:10] Production.ERROR: pbx prc_insertCDR end
[2026-09-11 09:15:10] Production.INFO: ==3759== Releasing lock...
[2026-09-11 09:15:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-11 09:15:10] Production.INFO: 26 MB #Memory Used#
[2026-09-11 09:15:14] Production.ERROR: CronJobId end10
[2026-09-11 09:15:14] Production.INFO: ==3755== Releasing lock...
[2026-09-11 09:15:14] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 09:15:14] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 09:15:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 09:15:16] Production.INFO: ============== Balance Warning START===========
[2026-09-11 09:15:16] Production.INFO: ============== Balance Warning END===========
[2026-09-11 09:15:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 09:15:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 09:15:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 09:15:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 09:15:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 09:15:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 09:15:16] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 09:15:16] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 09:15:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 09:15:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 09:15:16] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 09:15:16] Production.INFO: call_cost start
[2026-09-11 09:15:16] Production.INFO: call_cost end
[2026-09-11 09:15:16] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 09:15:16] Production.INFO: ============== Report Schedule START===========
[2026-09-11 09:15:16] Production.INFO: ============== Report Schedule END===========
[2026-09-11 09:15:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 09:15:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 09:15:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 09:15:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 09:15:16] Production.INFO: ============== Deal alert START===========
[2026-09-11 09:15:16] Production.INFO: ============== Deal alert END===========
[2026-09-11 09:15:16] Production.INFO: ==3751== Releasing lock...
[2026-09-11 09:15:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 09:15:16] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 14:16:01] Production.INFO: ==3823== Lock acquired, processing the job...
[2026-09-11 14:16:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 14:16:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 14:16:01] Production.INFO: neon service started
[2026-09-11 14:16:02] Production.INFO: neon service started
[2026-09-11 14:16:02] Production.INFO: ==3823== Releasing lock...
[2026-09-11 14:16:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 14:16:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 09:16:02] Production.INFO: ==3825== Lock acquired, processing the job...
[2026-09-11 09:16:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 09:16:02] Production.INFO: ==3825== Releasing lock...
[2026-09-11 09:16:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 09:16:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 13:16:02] Production.INFO: ==3827== Lock acquired, processing the job...
[2026-09-11 13:16:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 13:16:02] Production.INFO: ==3827== Releasing lock...
[2026-09-11 13:16:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 13:16:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 09:16:03] Production.INFO: ==3830== Lock acquired, processing the job...
[2026-09-11 09:16:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 09:16:03] Production.INFO: ==3832== Lock acquired, processing the job...
[2026-09-11 09:16:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 09:16:03] Production.INFO: ==3834== Lock acquired, processing the job...
[2026-09-11 09:16:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 09:16:03] Production.INFO: ==3836== Lock acquired, processing the job...
[2026-09-11 09:16:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 09:16:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 09:16:03] Production.INFO: Account Balance Start.
[2026-09-11 09:16:03] Production.INFO: CreateAllLog Start
[2026-09-11 09:16:03] Production.INFO: 117
[2026-09-11 09:16:03] Production.INFO: Date 2026-09-08
[2026-09-11 09:16:03] Production.INFO: ==3838== Lock acquired, processing the job...
[2026-09-11 09:16:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 09:16:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:16:03] Production.INFO: Date 2026-09-09
[2026-09-11 09:16:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:16:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 09:16:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 09:16:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 09:16:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 09:16:03] Production.INFO: Date 2026-09-10
[2026-09-11 09:16:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 09:16:03] Production.INFO: Date 2026-09-11
[2026-09-11 09:16:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 09:16:03] Production.INFO: ==3838== Releasing lock...
[2026-09-11 09:16:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 09:16:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 09:16:03] Production.INFO: Total Charge 0
[2026-09-11 09:16:03] Production.INFO: CreateAllLog End
[2026-09-11 09:16:04] Production.INFO: ==3832== Releasing lock...
[2026-09-11 09:16:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 09:16:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 09:16:04] Production.INFO: Account Balance End.
[2026-09-11 09:16:04] Production.ERROR: CronJobId end 12
[2026-09-11 09:16:04] Production.INFO: ==3836== Releasing lock...
[2026-09-11 09:16:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 09:16:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 09:16:12] Production.ERROR: CronJobId end10
[2026-09-11 09:16:12] Production.INFO: ==3834== Releasing lock...
[2026-09-11 09:16:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 09:16:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 09:16:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 09:16:15] Production.INFO: ============== Balance Warning START===========
[2026-09-11 09:16:15] Production.INFO: ============== Balance Warning END===========
[2026-09-11 09:16:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 09:16:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 09:16:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 09:16:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 09:16:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 09:16:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 09:16:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 09:16:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 09:16:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 09:16:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 09:16:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 09:16:15] Production.INFO: call_cost start
[2026-09-11 09:16:15] Production.INFO: call_cost end
[2026-09-11 09:16:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 09:16:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 09:16:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 09:16:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 09:16:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 09:16:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 09:16:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 09:16:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 09:16:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 09:16:15] Production.INFO: ==3830== Releasing lock...
[2026-09-11 09:16:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 09:16:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 14:17:01] Production.INFO: ==3894== Lock acquired, processing the job...
[2026-09-11 14:17:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 14:17:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 14:17:01] Production.INFO: neon service started
[2026-09-11 14:17:01] Production.INFO: neon service started
[2026-09-11 14:17:01] Production.INFO: ==3894== Releasing lock...
[2026-09-11 14:17:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 14:17:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 09:17:02] Production.INFO: ==3896== Lock acquired, processing the job...
[2026-09-11 09:17:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 13:17:02] Production.INFO: ==3898== Lock acquired, processing the job...
[2026-09-11 13:17:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 13:17:02] Production.INFO: ==3898== Releasing lock...
[2026-09-11 13:17:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 13:17:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 09:17:02] Production.INFO: ==3896== Releasing lock...
[2026-09-11 09:17:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 09:17:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 09:17:03] Production.INFO: ==3909== Lock acquired, processing the job...
[2026-09-11 09:17:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 09: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-09-11 09: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-09-11 09: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-09-11 09:17:03] Production.INFO: ==3909== Releasing lock...
[2026-09-11 09:17:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 09:17:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 09:17:03] Production.INFO: ==3901== Lock acquired, processing the job...
[2026-09-11 09:17:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 09:17:03] Production.INFO: ==3903== Lock acquired, processing the job...
[2026-09-11 09:17:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 09:17:03] Production.INFO: ==3905== Lock acquired, processing the job...
[2026-09-11 09:17:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 09:17:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 09:17:03] Production.INFO: ==3907== Lock acquired, processing the job...
[2026-09-11 09:17:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 09:17:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 09:17:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 09:17:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 09:17:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 09:17:03] Production.INFO: Account Balance Start.
[2026-09-11 09:17:03] Production.INFO: CreateAllLog Start
[2026-09-11 09:17:03] Production.INFO: 117
[2026-09-11 09:17:03] Production.INFO: Date 2026-09-08
[2026-09-11 09:17:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:17:03] Production.INFO: Date 2026-09-09
[2026-09-11 09:17:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:17:03] Production.INFO: Date 2026-09-10
[2026-09-11 09:17:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:17:03] Production.INFO: Date 2026-09-11
[2026-09-11 09:17:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:17:03] Production.INFO: Total Charge 0
[2026-09-11 09:17:03] Production.INFO: CreateAllLog End
[2026-09-11 09:17:03] Production.INFO: ==3903== Releasing lock...
[2026-09-11 09:17:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 09:17:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 09:17:03] Production.INFO: Account Balance End.
[2026-09-11 09:17:03] Production.ERROR: CronJobId end 12
[2026-09-11 09:17:03] Production.INFO: ==3907== Releasing lock...
[2026-09-11 09:17:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 09:17:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 09:17:10] Production.ERROR: CronJobId end10
[2026-09-11 09:17:10] Production.INFO: ==3905== Releasing lock...
[2026-09-11 09:17:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 09:17:10] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 09:17:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 09:17:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 09:17:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 09:17:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 09:17:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 09:17:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 09:17:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 09:17:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 09:17:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 09:17:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 09:17:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 09:17:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 09:17:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 09:17:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 09:17:14] Production.INFO: call_cost start
[2026-09-11 09:17:14] Production.INFO: call_cost end
[2026-09-11 09:17:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 09:17:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 09:17:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 09:17:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 09:17:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 09:17:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 09:17:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 09:17:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 09:17:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 09:17:14] Production.INFO: ==3901== Releasing lock...
[2026-09-11 09:17:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 09:17:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 14:18:01] Production.INFO: ==3974== Lock acquired, processing the job...
[2026-09-11 14:18:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 14:18:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 14:18:01] Production.INFO: neon service started
[2026-09-11 14:18:01] Production.INFO: neon service started
[2026-09-11 14:18:01] Production.INFO: ==3974== Releasing lock...
[2026-09-11 14:18:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 14:18:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 09:18:02] Production.INFO: ==3976== Lock acquired, processing the job...
[2026-09-11 09:18:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 09:18:02] Production.INFO: ==3976== Releasing lock...
[2026-09-11 09:18:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 09:18:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 13:18:02] Production.INFO: ==3978== Lock acquired, processing the job...
[2026-09-11 13:18:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 13:18:02] Production.INFO: ==3978== Releasing lock...
[2026-09-11 13:18:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 13:18:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 09:18:03] Production.INFO: ==3981== Lock acquired, processing the job...
[2026-09-11 09:18:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 09:18:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 09:18:03] Production.INFO: ==3983== Lock acquired, processing the job...
[2026-09-11 09:18:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 09:18:03] Production.INFO: ==3989== Lock acquired, processing the job...
[2026-09-11 09:18:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 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-09-11 09:18:03] Production.INFO: ==3987== Lock acquired, processing the job...
[2026-09-11 09:18:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 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-09-11 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-09-11 09:18:03] Production.INFO: ==3989== Releasing lock...
[2026-09-11 09:18:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 09:18:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 09:18:03] Production.INFO: ==3985== Lock acquired, processing the job...
[2026-09-11 09:18:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 09:18:03] Production.INFO: Account Balance Start.
[2026-09-11 09:18:03] Production.INFO: CreateAllLog Start
[2026-09-11 09:18:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 09:18:03] Production.INFO: 117
[2026-09-11 09:18:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 09:18:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 09:18:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 09:18:03] Production.INFO: Date 2026-09-08
[2026-09-11 09:18:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:18:03] Production.INFO: Date 2026-09-09
[2026-09-11 09:18:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:18:03] Production.INFO: Date 2026-09-10
[2026-09-11 09:18:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:18:03] Production.INFO: Date 2026-09-11
[2026-09-11 09:18:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:18:03] Production.INFO: Total Charge 0
[2026-09-11 09:18:03] Production.INFO: CreateAllLog End
[2026-09-11 09:18:04] Production.INFO: Account Balance End.
[2026-09-11 09:18:04] Production.ERROR: CronJobId end 12
[2026-09-11 09:18:04] Production.INFO: ==3987== Releasing lock...
[2026-09-11 09:18:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 09:18:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 09:18:04] Production.INFO: ==3983== Releasing lock...
[2026-09-11 09:18:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 09:18:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 09:18:11] Production.ERROR: CronJobId end10
[2026-09-11 09:18:11] Production.INFO: ==3985== Releasing lock...
[2026-09-11 09:18:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 09:18:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 09:18:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 09:18:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 09:18:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 09:18:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 09:18:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 09:18:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 09:18:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 09:18:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 09:18:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 09:18:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 09:18:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 09:18:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 09:18:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 09:18:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 09:18:14] Production.INFO: call_cost start
[2026-09-11 09:18:14] Production.INFO: call_cost end
[2026-09-11 09:18:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 09:18:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 09:18:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 09:18:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 09:18:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 09:18:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 09:18:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 09:18:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 09:18:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 09:18:14] Production.INFO: ==3981== Releasing lock...
[2026-09-11 09:18:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 09:18:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 14:19:01] Production.INFO: ==4048== Lock acquired, processing the job...
[2026-09-11 14:19:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 14:19:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 14:19:01] Production.INFO: neon service started
[2026-09-11 14:19:01] Production.INFO: neon service started
[2026-09-11 14:19:01] Production.INFO: ==4048== Releasing lock...
[2026-09-11 14:19:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 14:19:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 09:19:02] Production.INFO: ==4050== Lock acquired, processing the job...
[2026-09-11 09:19:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 13:19:02] Production.INFO: ==4052== Lock acquired, processing the job...
[2026-09-11 13:19:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 13:19:02] Production.INFO: ==4052== Releasing lock...
[2026-09-11 13:19:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 13:19:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 09:19:02] Production.INFO: ==4050== Releasing lock...
[2026-09-11 09:19:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 09:19:02] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 09:19:03] Production.INFO: ==4055== Lock acquired, processing the job...
[2026-09-11 09:19:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 09:19:03] Production.INFO: ==4057== Lock acquired, processing the job...
[2026-09-11 09:19:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 09:19:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 09:19:03] Production.INFO: ==4059== Lock acquired, processing the job...
[2026-09-11 09:19:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 09:19:03] Production.INFO: ==4063== Lock acquired, processing the job...
[2026-09-11 09:19:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 09:19:03] Production.INFO: ==4061== Lock acquired, processing the job...
[2026-09-11 09:19:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 09:19:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 09:19:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 09:19:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 09:19:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 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-09-11 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-09-11 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-09-11 09:19:03] Production.INFO: ==4063== Releasing lock...
[2026-09-11 09:19:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 09:19:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 09:19:03] Production.INFO: Account Balance Start.
[2026-09-11 09:19:03] Production.INFO: CreateAllLog Start
[2026-09-11 09:19:03] Production.INFO: 117
[2026-09-11 09:19:03] Production.INFO: Date 2026-09-08
[2026-09-11 09:19:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:19:03] Production.INFO: Date 2026-09-09
[2026-09-11 09:19:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:19:03] Production.INFO: Date 2026-09-10
[2026-09-11 09:19:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:19:03] Production.INFO: Date 2026-09-11
[2026-09-11 09:19:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:19:03] Production.INFO: Total Charge 0
[2026-09-11 09:19:03] Production.INFO: CreateAllLog End
[2026-09-11 09:19:03] Production.INFO: Account Balance End.
[2026-09-11 09:19:03] Production.ERROR: CronJobId end 12
[2026-09-11 09:19:03] Production.INFO: ==4061== Releasing lock...
[2026-09-11 09:19:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 09:19:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 09:19:03] Production.INFO: ==4057== Releasing lock...
[2026-09-11 09:19:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 09:19:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 09:19:10] Production.ERROR: CronJobId end10
[2026-09-11 09:19:10] Production.INFO: ==4059== Releasing lock...
[2026-09-11 09:19:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 09:19:10] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 09:19:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 09:19:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 09:19:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 09:19:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 09:19:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 09:19:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 09:19:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 09:19:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 09:19:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 09:19:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 09:19:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 09:19:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 09:19:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 09:19:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 09:19:13] Production.INFO: call_cost start
[2026-09-11 09:19:13] Production.INFO: call_cost end
[2026-09-11 09:19:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 09:19:13] Production.INFO: ============== Report Schedule START===========
[2026-09-11 09:19:13] Production.INFO: ============== Report Schedule END===========
[2026-09-11 09:19:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 09:19:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 09:19:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 09:19:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 09:19:13] Production.INFO: ============== Deal alert START===========
[2026-09-11 09:19:13] Production.INFO: ============== Deal alert END===========
[2026-09-11 09:19:13] Production.INFO: ==4055== Releasing lock...
[2026-09-11 09:19:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 09:19:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 14:20:01] Production.INFO: ==4120== Lock acquired, processing the job...
[2026-09-11 14:20:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 14:20:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 14:20:01] Production.INFO: neon service started
[2026-09-11 14:20:01] Production.INFO: neon service started
[2026-09-11 14:20:01] Production.INFO: ==4120== Releasing lock...
[2026-09-11 14:20:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 14:20:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 09:20:02] Production.INFO: ==4122== Lock acquired, processing the job...
[2026-09-11 09:20:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 13:20:02] Production.INFO: ==4124== Lock acquired, processing the job...
[2026-09-11 13:20:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 13:20:02] Production.INFO: ==4124== Releasing lock...
[2026-09-11 13:20:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 13:20:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 09:20:02] Production.INFO: ==4122== Releasing lock...
[2026-09-11 09:20:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 09:20:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 09:20:03] Production.INFO: ==4127== Lock acquired, processing the job...
[2026-09-11 09:20:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 09:20:03] Production.INFO: ==4129== Lock acquired, processing the job...
[2026-09-11 09:20:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 09:20:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 09:20:03] Production.INFO: ==4131== Lock acquired, processing the job...
[2026-09-11 09:20:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 09:20:03] Production.INFO: ==4135== Lock acquired, processing the job...
[2026-09-11 09:20:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 09:20:03] Production.INFO: ==4133== Lock acquired, processing the job...
[2026-09-11 09:20:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 09:20:03] Production.INFO: ==4129== Releasing lock...
[2026-09-11 09:20:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 09:20:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 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-09-11 09: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-09-11 09: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-09-11 09:20:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 09:20:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 09:20:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 09:20:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 09:20:04] Production.INFO: Account Balance Start.
[2026-09-11 09:20:04] Production.INFO: CreateAllLog Start
[2026-09-11 09:20:04] Production.INFO: ==4135== Releasing lock...
[2026-09-11 09:20:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 09:20:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 09:20:04] Production.INFO: 117
[2026-09-11 09:20:04] Production.INFO: Date 2026-09-08
[2026-09-11 09:20:04] Production.INFO: Reseller ==> 0
[2026-09-11 09:20:04] Production.INFO: Date 2026-09-09
[2026-09-11 09:20:04] Production.INFO: Reseller ==> 0
[2026-09-11 09:20:04] Production.INFO: Date 2026-09-10
[2026-09-11 09:20:04] Production.INFO: Reseller ==> 0
[2026-09-11 09:20:04] Production.INFO: Date 2026-09-11
[2026-09-11 09:20:04] Production.INFO: Reseller ==> 0
[2026-09-11 09:20:04] Production.INFO: Total Charge 0
[2026-09-11 09:20:04] Production.INFO: CreateAllLog End
[2026-09-11 09:20:04] Production.INFO: Account Balance End.
[2026-09-11 09:20:04] Production.ERROR: CronJobId end 12
[2026-09-11 09:20:04] Production.INFO: ==4133== Releasing lock...
[2026-09-11 09:20:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 09:20:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 09:20:12] Production.ERROR: CronJobId end10
[2026-09-11 09:20:12] Production.INFO: ==4131== Releasing lock...
[2026-09-11 09:20:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 09:20:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 09:20:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 09:20:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 09:20:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 09:20:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 09:20:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 09:20:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 09:20:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 09:20:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 09:20:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 09:20:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 09:20:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 09:20:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 09:20:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 09:20:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 09:20:14] Production.INFO: call_cost start
[2026-09-11 09:20:14] Production.INFO: call_cost end
[2026-09-11 09:20:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 09:20:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 09:20:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 09:20:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 09:20:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 09:20:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 09:20:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 09:20:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 09:20:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 09:20:14] Production.INFO: ==4127== Releasing lock...
[2026-09-11 09:20:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 09:20:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 14:21:02] Production.INFO: ==4197== Lock acquired, processing the job...
[2026-09-11 14:21:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 14:21:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 14:21:02] Production.INFO: neon service started
[2026-09-11 14:21:02] Production.INFO: neon service started
[2026-09-11 14:21:02] Production.INFO: ==4197== Releasing lock...
[2026-09-11 14:21:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 14:21:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 13:21:02] Production.INFO: ==4201== Lock acquired, processing the job...
[2026-09-11 13:21:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 13:21:02] Production.INFO: ==4201== Releasing lock...
[2026-09-11 13:21:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 13:21:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 09:21:02] Production.INFO: ==4199== Lock acquired, processing the job...
[2026-09-11 09:21:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 09:21:02] Production.INFO: ==4199== Releasing lock...
[2026-09-11 09:21:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 09:21:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 09:21:03] Production.INFO: ==4209== Lock acquired, processing the job...
[2026-09-11 09:21:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 09:21:03] Production.INFO: ==4203== Lock acquired, processing the job...
[2026-09-11 09:21:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 09:21:03] Production.INFO: Account Balance Start.
[2026-09-11 09:21:03] Production.INFO: CreateAllLog Start
[2026-09-11 09:21:03] Production.INFO: 117
[2026-09-11 09:21:03] Production.INFO: Date 2026-09-08
[2026-09-11 09:21:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:21:03] Production.INFO: ==4205== Lock acquired, processing the job...
[2026-09-11 09:21:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 09:21:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 09:21:03] Production.INFO: Date 2026-09-09
[2026-09-11 09:21:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:21:03] Production.INFO: ==4211== Lock acquired, processing the job...
[2026-09-11 09:21:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 09:21:03] Production.INFO: ==4207== Lock acquired, processing the job...
[2026-09-11 09:21:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 09:21:03] Production.INFO: Date 2026-09-10
[2026-09-11 09:21:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:21:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 09:21:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 09:21:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 09:21:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 09:21:03] Production.INFO: Date 2026-09-11
[2026-09-11 09:21:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:21:04] Production.INFO: Total Charge 0
[2026-09-11 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-09-11 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-09-11 09:21:04] Production.INFO: CreateAllLog End
[2026-09-11 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-09-11 09:21:04] Production.INFO: ==4211== Releasing lock...
[2026-09-11 09:21:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 09:21:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 09:21:04] Production.INFO: Account Balance End.
[2026-09-11 09:21:04] Production.ERROR: CronJobId end 12
[2026-09-11 09:21:04] Production.INFO: ==4209== Releasing lock...
[2026-09-11 09:21:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 09:21:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 09:21:04] Production.INFO: ==4205== Releasing lock...
[2026-09-11 09:21:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 09:21:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 09:21:11] Production.ERROR: CronJobId end10
[2026-09-11 09:21:11] Production.INFO: ==4207== Releasing lock...
[2026-09-11 09:21:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 09:21:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 09:21:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 09:21:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 09:21:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 09:21:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 09:21:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 09:21:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 09:21:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 09:21:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 09:21:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 09:21:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 09:21:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 09:21:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 09:21:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 09:21:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 09:21:15] Production.INFO: call_cost start
[2026-09-11 09:21:15] Production.INFO: call_cost end
[2026-09-11 09:21:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 09:21:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 09:21:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 09:21:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 09:21:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 09:21:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 09:21:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 09:21:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 09:21:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 09:21:15] Production.INFO: ==4203== Releasing lock...
[2026-09-11 09:21:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 09:21:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 14:22:01] Production.INFO: ==4275== Lock acquired, processing the job...
[2026-09-11 14:22:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 14:22:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 14:22:01] Production.INFO: neon service started
[2026-09-11 14:22:01] Production.INFO: neon service started
[2026-09-11 14:22:01] Production.INFO: ==4275== Releasing lock...
[2026-09-11 14:22:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 14:22:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 09:22:01] Production.INFO: ==4280== Lock acquired, processing the job...
[2026-09-11 09:22:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 09:22:02] Production.INFO: ==4280== Releasing lock...
[2026-09-11 09:22:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 09:22:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 13:22:02] Production.INFO: ==4282== Lock acquired, processing the job...
[2026-09-11 13:22:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 13:22:02] Production.INFO: ==4282== Releasing lock...
[2026-09-11 13:22:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 13:22:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 09:22:03] Production.INFO: ==4286== Lock acquired, processing the job...
[2026-09-11 09:22:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 09:22:03] Production.INFO: ==4284== Lock acquired, processing the job...
[2026-09-11 09:22:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 09:22:03] Production.INFO: ==4288== Lock acquired, processing the job...
[2026-09-11 09:22:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 09:22:03] Production.INFO: ==4290== Lock acquired, processing the job...
[2026-09-11 09:22:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 09:22:03] Production.INFO: ==4292== Lock acquired, processing the job...
[2026-09-11 09:22:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 09:22:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 09:22:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 09:22:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 09:22:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 09:22:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 09:22:03] Production.INFO: Account Balance Start.
[2026-09-11 09:22:03] Production.INFO: CreateAllLog Start
[2026-09-11 09:22:03] Production.INFO: 117
[2026-09-11 09:22:03] Production.INFO: Date 2026-09-08
[2026-09-11 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-09-11 09:22:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 09:22:03] Production.INFO: ==4292== Releasing lock...
[2026-09-11 09:22:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 09:22:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 09:22:03] Production.INFO: Date 2026-09-09
[2026-09-11 09:22:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:22:03] Production.INFO: Date 2026-09-10
[2026-09-11 09:22:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:22:03] Production.INFO: Date 2026-09-11
[2026-09-11 09:22:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:22:03] Production.INFO: Total Charge 0
[2026-09-11 09:22:03] Production.INFO: CreateAllLog End
[2026-09-11 09:22:03] Production.INFO: Account Balance End.
[2026-09-11 09:22:03] Production.ERROR: CronJobId end 12
[2026-09-11 09:22:03] Production.INFO: ==4290== Releasing lock...
[2026-09-11 09:22:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 09:22:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 09:22:03] Production.INFO: ==4286== Releasing lock...
[2026-09-11 09:22:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 09:22:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 09:22:11] Production.ERROR: CronJobId end10
[2026-09-11 09:22:11] Production.INFO: ==4288== Releasing lock...
[2026-09-11 09:22:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 09:22:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 09:22:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 09:22:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 09:22:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 09:22:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 09:22:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 09:22:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 09:22:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 09:22:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 09:22:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 09:22:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 09:22:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 09:22:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 09:22:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 09:22:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 09:22:14] Production.INFO: call_cost start
[2026-09-11 09:22:14] Production.INFO: call_cost end
[2026-09-11 09:22:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 09:22:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 09:22:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 09:22:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 09:22:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 09:22:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 09:22:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 09:22:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 09:22:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 09:22:14] Production.INFO: ==4284== Releasing lock...
[2026-09-11 09:22:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 09:22:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 14:23:02] Production.INFO: ==4353== Lock acquired, processing the job...
[2026-09-11 14:23:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 14:23:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 14:23:02] Production.INFO: neon service started
[2026-09-11 14:23:02] Production.INFO: neon service started
[2026-09-11 14:23:02] Production.INFO: ==4353== Releasing lock...
[2026-09-11 14:23:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 14:23:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 13:23:02] Production.INFO: ==4357== Lock acquired, processing the job...
[2026-09-11 13:23:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 13:23:02] Production.INFO: ==4357== Releasing lock...
[2026-09-11 13:23:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 13:23:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 09:23:02] Production.INFO: ==4355== Lock acquired, processing the job...
[2026-09-11 09:23:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 09:23:02] Production.INFO: ==4355== Releasing lock...
[2026-09-11 09:23:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 09:23:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 09:23:03] Production.INFO: ==4359== Lock acquired, processing the job...
[2026-09-11 09:23:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 09:23:03] Production.INFO: ==4361== Lock acquired, processing the job...
[2026-09-11 09:23:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 09:23:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 09:23:03] Production.INFO: ==4364== Lock acquired, processing the job...
[2026-09-11 09:23:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 09:23:03] Production.INFO: ==4368== Lock acquired, processing the job...
[2026-09-11 09:23:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 09:23:03] Production.INFO: ==4366== Lock acquired, processing the job...
[2026-09-11 09:23:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 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-09-11 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-09-11 09:23:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 09:23:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 09:23:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 09:23:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 09: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-09-11 09:23:04] Production.INFO: ==4368== Releasing lock...
[2026-09-11 09:23:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 09:23:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 09:23:04] Production.INFO: Account Balance Start.
[2026-09-11 09:23:04] Production.INFO: CreateAllLog Start
[2026-09-11 09:23:04] Production.INFO: 117
[2026-09-11 09:23:04] Production.INFO: Date 2026-09-08
[2026-09-11 09:23:04] Production.INFO: Reseller ==> 0
[2026-09-11 09:23:04] Production.INFO: Date 2026-09-09
[2026-09-11 09:23:04] Production.INFO: Reseller ==> 0
[2026-09-11 09:23:04] Production.INFO: Date 2026-09-10
[2026-09-11 09:23:04] Production.INFO: Reseller ==> 0
[2026-09-11 09:23:04] Production.INFO: Date 2026-09-11
[2026-09-11 09:23:04] Production.INFO: Reseller ==> 0
[2026-09-11 09:23:04] Production.INFO: Total Charge 0
[2026-09-11 09:23:04] Production.INFO: CreateAllLog End
[2026-09-11 09:23:04] Production.INFO: Account Balance End.
[2026-09-11 09:23:04] Production.ERROR: CronJobId end 12
[2026-09-11 09:23:04] Production.INFO: ==4366== Releasing lock...
[2026-09-11 09:23:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 09:23:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 09:23:04] Production.INFO: ==4361== Releasing lock...
[2026-09-11 09:23:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 09:23:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 09:23:11] Production.ERROR: CronJobId end10
[2026-09-11 09:23:11] Production.INFO: ==4364== Releasing lock...
[2026-09-11 09:23:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 09:23:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 09:23:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 09:23:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 09:23:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 09:23:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 09:23:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 09:23:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 09:23:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 09:23:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 09:23:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 09:23:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 09:23:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 09:23:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 09:23:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 09:23:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 09:23:14] Production.INFO: call_cost start
[2026-09-11 09:23:14] Production.INFO: call_cost end
[2026-09-11 09:23:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 09:23:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 09:23:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 09:23:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 09:23:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 09:23:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 09:23:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 09:23:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 09:23:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 09:23:14] Production.INFO: ==4359== Releasing lock...
[2026-09-11 09:23:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 09:23:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 14:24:01] Production.INFO: ==4422== Lock acquired, processing the job...
[2026-09-11 14:24:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 14:24:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 14:24:01] Production.INFO: neon service started
[2026-09-11 14:24:01] Production.INFO: neon service started
[2026-09-11 14:24:01] Production.INFO: ==4422== Releasing lock...
[2026-09-11 14:24:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 14:24:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 09:24:01] Production.INFO: ==4425== Lock acquired, processing the job...
[2026-09-11 09:24:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 09:24:02] Production.INFO: ==4425== Releasing lock...
[2026-09-11 09:24:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 09:24:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 13:24:02] Production.INFO: ==4427== Lock acquired, processing the job...
[2026-09-11 13:24:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 13:24:02] Production.INFO: ==4427== Releasing lock...
[2026-09-11 13:24:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 13:24:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 09:24:02] Production.INFO: ==4437== Lock acquired, processing the job...
[2026-09-11 09:24:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 09:24:03] Production.INFO: ==4429== Lock acquired, processing the job...
[2026-09-11 09:24:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 09: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-09-11 09:24:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 09: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-09-11 09: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-09-11 09:24:03] Production.INFO: ==4437== Releasing lock...
[2026-09-11 09:24:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 09:24:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 09:24:03] Production.INFO: ==4431== Lock acquired, processing the job...
[2026-09-11 09:24:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 09:24:03] Production.INFO: ==4433== Lock acquired, processing the job...
[2026-09-11 09:24:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 09:24:03] Production.INFO: ==4435== Lock acquired, processing the job...
[2026-09-11 09:24:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 09:24:03] Production.INFO: Account Balance Start.
[2026-09-11 09:24:03] Production.INFO: CreateAllLog Start
[2026-09-11 09:24:03] Production.INFO: 117
[2026-09-11 09:24:03] Production.INFO: Date 2026-09-08
[2026-09-11 09:24:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 09:24:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 09:24:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 09:24:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 09:24:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:24:03] Production.INFO: Date 2026-09-09
[2026-09-11 09:24:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:24:03] Production.INFO: Date 2026-09-10
[2026-09-11 09:24:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:24:03] Production.INFO: Date 2026-09-11
[2026-09-11 09:24:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:24:03] Production.INFO: Total Charge 0
[2026-09-11 09:24:03] Production.INFO: CreateAllLog End
[2026-09-11 09:24:04] Production.INFO: Account Balance End.
[2026-09-11 09:24:04] Production.ERROR: CronJobId end 12
[2026-09-11 09:24:04] Production.INFO: ==4435== Releasing lock...
[2026-09-11 09:24:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 09:24:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 09:24:04] Production.INFO: ==4431== Releasing lock...
[2026-09-11 09:24:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 09:24:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 09:24:11] Production.ERROR: CronJobId end10
[2026-09-11 09:24:11] Production.INFO: ==4433== Releasing lock...
[2026-09-11 09:24:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 09:24:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 09:24:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 09:24:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 09:24:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 09:24:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 09:24:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 09:24:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 09:24:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 09:24:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 09:24:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 09:24:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 09:24:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 09:24:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 09:24:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 09:24:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 09:24:13] Production.INFO: call_cost start
[2026-09-11 09:24:13] Production.INFO: call_cost end
[2026-09-11 09:24:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 09:24:13] Production.INFO: ============== Report Schedule START===========
[2026-09-11 09:24:13] Production.INFO: ============== Report Schedule END===========
[2026-09-11 09:24:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 09:24:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 09:24:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 09:24:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 09:24:13] Production.INFO: ============== Deal alert START===========
[2026-09-11 09:24:13] Production.INFO: ============== Deal alert END===========
[2026-09-11 09:24:13] Production.INFO: ==4429== Releasing lock...
[2026-09-11 09:24:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 09:24:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 14:25:02] Production.INFO: ==4501== Lock acquired, processing the job...
[2026-09-11 14:25:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 14:25:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 14:25:02] Production.INFO: neon service started
[2026-09-11 14:25:02] Production.INFO: neon service started
[2026-09-11 14:25:02] Production.INFO: ==4501== Releasing lock...
[2026-09-11 14:25:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 14:25:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 09:25:02] Production.INFO: ==4504== Lock acquired, processing the job...
[2026-09-11 09:25:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 09:25:02] Production.INFO: ==4504== Releasing lock...
[2026-09-11 09:25:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 09:25:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 13:25:02] Production.INFO: ==4506== Lock acquired, processing the job...
[2026-09-11 13:25:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 13:25:02] Production.INFO: ==4506== Releasing lock...
[2026-09-11 13:25:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 13:25:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 09:25:03] Production.INFO: ==4512== Lock acquired, processing the job...
[2026-09-11 09:25:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 09:25:03] Production.INFO: ==4508== Lock acquired, processing the job...
[2026-09-11 09:25:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-11 09:25:03] Production.INFO: ==4510== Lock acquired, processing the job...
[2026-09-11 09:25:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 09:25:03] Production.INFO: ==4514== Lock acquired, processing the job...
[2026-09-11 09:25:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 09:25:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 09:25:03] Production.ERROR: ========================== active cronjob start =============================
[2026-09-11 09:25:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-11 09:25:03] Production.ERROR: CronJob PID - 4510
[2026-09-11 09:25:03] Production.ERROR: CronJob Title - System Alerts
[2026-09-11 09:25:03] Production.ERROR: CronJob ID - 5
[2026-09-11 09:25:03] Production.ERROR: CronJob Last Run Time 2026-09-11 09:25:00
[2026-09-11 09:25:03] Production.ERROR: CronJob Active Minutes 0
[2026-09-11 09:25:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-11 09:25:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-11 09:25:03] Production.ERROR: CronJob PID - 4512
[2026-09-11 09:25:03] Production.ERROR: CronJob Title - Account Block
[2026-09-11 09:25:03] Production.ERROR: CronJob ID - 7
[2026-09-11 09:25:03] Production.ERROR: CronJob Last Run Time 2026-09-11 09:25:00
[2026-09-11 09:25:03] Production.ERROR: CronJob Active Minutes 0
[2026-09-11 09:25:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-11 09:25:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-11 09:25:03] Production.ERROR: CronJob PID - 4514
[2026-09-11 09:25:03] Production.ERROR: CronJob Title - Create Customer Summary Live
[2026-09-11 09:25:03] Production.ERROR: CronJob ID - 10
[2026-09-11 09:25:03] Production.ERROR: CronJob Last Run Time 2026-09-11 09:25:00
[2026-09-11 09:25:03] Production.ERROR: CronJob Active Minutes 0
[2026-09-11 09:25:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-11 09:25:03] Production.INFO: ==4516== Lock acquired, processing the job...
[2026-09-11 09:25:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 09:25:04] Production.ERROR: ========================== active cronjob end =============================
[2026-09-11 09:25:04] Production.INFO: ==4508== Releasing lock...
[2026-09-11 09:25:04] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-11 09:25:04] Production.INFO: 25.5 MB #Memory Used#
[2026-09-11 09:25:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 09:25:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 09:25:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 09:25:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 09:25:04] Production.INFO: Account Balance Start.
[2026-09-11 09:25:04] Production.INFO: CreateAllLog Start
[2026-09-11 09:25:04] Production.INFO: 117
[2026-09-11 09:25:04] Production.INFO: Date 2026-09-08
[2026-09-11 09:25:04] Production.INFO: ==4518== Lock acquired, processing the job...
[2026-09-11 09:25:04] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-11 09:25:04] Production.INFO: Reseller ==> 0
[2026-09-11 09:25:04] Production.ERROR: tblTempUsageDetail_20
[2026-09-11 09:25:04] Production.INFO: Date 2026-09-09
[2026-09-11 09:25:04] Production.INFO: Reseller ==> 0
[2026-09-11 09:25:04] Production.INFO: Date 2026-09-10
[2026-09-11 09:25:04] Production.INFO: Reseller ==> 0
[2026-09-11 09:25:04] Production.INFO: ==4520== Lock acquired, processing the job...
[2026-09-11 09:25:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 09:25:04] Production.INFO: Date 2026-09-11
[2026-09-11 09:25:04] Production.INFO: Reseller ==> 0
[2026-09-11 09:25:04] Production.INFO: Total Charge 0
[2026-09-11 09:25:04] Production.INFO: CreateAllLog End
[2026-09-11 09: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-09-11 09: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-09-11 09: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-09-11 09:25:04] Production.INFO: ==4520== Releasing lock...
[2026-09-11 09:25:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 09:25:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 09:25:04] Production.ERROR: done
[2026-09-11 09:25:04] Production.INFO: ==4512== Releasing lock...
[2026-09-11 09:25:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 09:25:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 09:25:04] Production.INFO: Account Balance End.
[2026-09-11 09:25:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-11 09:25:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17983674', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) start
[2026-09-11 09:25:04] Production.ERROR: CronJobId end 12
[2026-09-11 09:25:04] Production.INFO: ==4516== Releasing lock...
[2026-09-11 09:25:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 09:25:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 09:25:09] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17983674', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) end
[2026-09-11 09:25:09] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-11 09:25:09] Production.INFO: ProcessCDR(1,17983674,1,1,2)
[2026-09-11 09:25:09] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17983674,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 09:25:09] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17983674,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 09:25:09] Production.ERROR: pbx prc_insertCDR start
[2026-09-11 09:25:09] Production.ERROR: pbx prc_insertCDR end
[2026-09-11 09:25:09] Production.INFO: ==4518== Releasing lock...
[2026-09-11 09:25:09] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-11 09:25:09] Production.INFO: 26 MB #Memory Used#
[2026-09-11 09:25:14] Production.ERROR: CronJobId end10
[2026-09-11 09:25:14] Production.INFO: ==4514== Releasing lock...
[2026-09-11 09:25:14] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 09:25:14] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 09:25:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 09:25:16] Production.INFO: ============== Balance Warning START===========
[2026-09-11 09:25:16] Production.INFO: ============== Balance Warning END===========
[2026-09-11 09:25:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 09:25:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 09:25:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 09:25:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 09:25:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 09:25:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 09:25:16] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 09:25:16] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 09:25:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 09:25:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 09:25:16] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 09:25:17] Production.INFO: call_cost start
[2026-09-11 09:25:17] Production.INFO: call_cost end
[2026-09-11 09:25:17] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 09:25:17] Production.INFO: ============== Report Schedule START===========
[2026-09-11 09:25:17] Production.INFO: ============== Report Schedule END===========
[2026-09-11 09:25:17] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 09:25:17] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 09:25:17] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 09:25:17] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 09:25:17] Production.INFO: ============== Deal alert START===========
[2026-09-11 09:25:17] Production.INFO: ============== Deal alert END===========
[2026-09-11 09:25:17] Production.INFO: ==4510== Releasing lock...
[2026-09-11 09:25:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 09:25:17] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 14:26:01] Production.INFO: ==4577== Lock acquired, processing the job...
[2026-09-11 14:26:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 14:26:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 14:26:01] Production.INFO: neon service started
[2026-09-11 14:26:01] Production.INFO: neon service started
[2026-09-11 14:26:01] Production.INFO: ==4577== Releasing lock...
[2026-09-11 14:26:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 14:26:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 13:26:01] Production.INFO: ==4581== Lock acquired, processing the job...
[2026-09-11 13:26:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 13:26:01] Production.INFO: ==4581== Releasing lock...
[2026-09-11 13:26:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 13:26:01] Production.INFO: 25 MB #Memory Used#
[2026-09-11 09:26:01] Production.INFO: ==4579== Lock acquired, processing the job...
[2026-09-11 09:26:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 09:26:02] Production.INFO: ==4579== Releasing lock...
[2026-09-11 09:26:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 09:26:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 09:26:02] Production.INFO: ==4586== Lock acquired, processing the job...
[2026-09-11 09:26:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 09:26:03] Production.INFO: ==4584== Lock acquired, processing the job...
[2026-09-11 09:26:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 09:26:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 09:26:03] Production.INFO: ==4588== Lock acquired, processing the job...
[2026-09-11 09:26:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 09:26:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 09:26:03] Production.INFO: ==4592== Lock acquired, processing the job...
[2026-09-11 09:26:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 09:26:03] Production.INFO: ==4590== Lock acquired, processing the job...
[2026-09-11 09:26:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 09:26:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 09:26:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 09:26:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 09:26:03] Production.INFO: Account Balance Start.
[2026-09-11 09:26:03] Production.INFO: CreateAllLog Start
[2026-09-11 09:26:03] Production.INFO: 117
[2026-09-11 09:26:03] Production.INFO: Date 2026-09-08
[2026-09-11 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-09-11 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-09-11 09:26:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 09:26:03] Production.INFO: ==4592== Releasing lock...
[2026-09-11 09:26:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 09:26:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 09:26:03] Production.INFO: Date 2026-09-09
[2026-09-11 09:26:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:26:03] Production.INFO: Date 2026-09-10
[2026-09-11 09:26:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:26:03] Production.INFO: Date 2026-09-11
[2026-09-11 09:26:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:26:03] Production.INFO: Total Charge 0
[2026-09-11 09:26:03] Production.INFO: CreateAllLog End
[2026-09-11 09:26:03] Production.INFO: ==4586== Releasing lock...
[2026-09-11 09:26:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 09:26:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 09:26:03] Production.INFO: Account Balance End.
[2026-09-11 09:26:03] Production.ERROR: CronJobId end 12
[2026-09-11 09:26:03] Production.INFO: ==4590== Releasing lock...
[2026-09-11 09:26:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 09:26:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 09:26:11] Production.ERROR: CronJobId end10
[2026-09-11 09:26:11] Production.INFO: ==4588== Releasing lock...
[2026-09-11 09:26:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 09:26:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 09:26:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 09:26:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 09:26:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 09:26:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 09:26:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 09:26:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 09:26:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 09:26:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 09:26:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 09:26:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 09:26:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 09:26:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 09:26:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 09:26:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 09:26:14] Production.INFO: call_cost start
[2026-09-11 09:26:14] Production.INFO: call_cost end
[2026-09-11 09:26:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 09:26:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 09:26:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 09:26:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 09:26:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 09:26:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 09:26:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 09:26:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 09:26:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 09:26:14] Production.INFO: ==4584== Releasing lock...
[2026-09-11 09:26:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 09:26:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 14:27:01] Production.INFO: ==4655== Lock acquired, processing the job...
[2026-09-11 14:27:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 14:27:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 14:27:01] Production.INFO: neon service started
[2026-09-11 14:27:01] Production.INFO: neon service started
[2026-09-11 14:27:01] Production.INFO: ==4655== Releasing lock...
[2026-09-11 14:27:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 14:27:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 09:27:02] Production.INFO: ==4657== Lock acquired, processing the job...
[2026-09-11 09:27:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 09:27:02] Production.INFO: ==4657== Releasing lock...
[2026-09-11 09:27:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 09:27:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 13:27:02] Production.INFO: ==4659== Lock acquired, processing the job...
[2026-09-11 13:27:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 13:27:02] Production.INFO: ==4659== Releasing lock...
[2026-09-11 13:27:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 13:27:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 09:27:03] Production.INFO: ==4661== Lock acquired, processing the job...
[2026-09-11 09:27:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 09:27:03] Production.INFO: ==4663== Lock acquired, processing the job...
[2026-09-11 09:27:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 09:27:03] Production.INFO: ==4669== Lock acquired, processing the job...
[2026-09-11 09:27:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 09:27:03] Production.INFO: ==4665== Lock acquired, processing the job...
[2026-09-11 09:27:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 09:27:03] Production.INFO: ==4667== Lock acquired, processing the job...
[2026-09-11 09:27:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 09:27:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 09:27:03] Production.INFO: Account Balance Start.
[2026-09-11 09:27:03] Production.INFO: CreateAllLog Start
[2026-09-11 09:27:03] Production.INFO: 117
[2026-09-11 09:27:03] Production.INFO: Date 2026-09-08
[2026-09-11 09:27:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:27:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 09:27:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 09:27:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 09:27:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 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-09-11 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-09-11 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-09-11 09:27:03] Production.INFO: Date 2026-09-09
[2026-09-11 09:27:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:27:03] Production.INFO: ==4669== Releasing lock...
[2026-09-11 09:27:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 09:27:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 09:27:03] Production.INFO: Date 2026-09-10
[2026-09-11 09:27:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:27:03] Production.INFO: Date 2026-09-11
[2026-09-11 09:27:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:27:03] Production.INFO: Total Charge 0
[2026-09-11 09:27:03] Production.INFO: CreateAllLog End
[2026-09-11 09:27:03] Production.INFO: Account Balance End.
[2026-09-11 09:27:03] Production.ERROR: CronJobId end 12
[2026-09-11 09:27:03] Production.INFO: ==4667== Releasing lock...
[2026-09-11 09:27:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 09:27:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 09:27:04] Production.INFO: ==4663== Releasing lock...
[2026-09-11 09:27:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 09:27:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 09:27:12] Production.ERROR: CronJobId end10
[2026-09-11 09:27:12] Production.INFO: ==4665== Releasing lock...
[2026-09-11 09:27:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 09:27:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 09:27:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 09:27:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 09:27:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 09:27:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 09:27:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 09:27:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 09:27:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 09:27:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 09:27:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 09:27:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 09:27:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 09:27:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 09:27:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 09:27:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 09:27:15] Production.INFO: call_cost start
[2026-09-11 09:27:15] Production.INFO: call_cost end
[2026-09-11 09:27:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 09:27:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 09:27:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 09:27:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 09:27:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 09:27:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 09:27:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 09:27:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 09:27:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 09:27:15] Production.INFO: ==4661== Releasing lock...
[2026-09-11 09:27:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 09:27:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 14:28:02] Production.INFO: ==4727== Lock acquired, processing the job...
[2026-09-11 14:28:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 14:28:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 14:28:02] Production.INFO: neon service started
[2026-09-11 14:28:02] Production.INFO: neon service started
[2026-09-11 14:28:02] Production.INFO: ==4727== Releasing lock...
[2026-09-11 14:28:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 14:28:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 13:28:02] Production.INFO: ==4732== Lock acquired, processing the job...
[2026-09-11 13:28:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 13:28:02] Production.INFO: ==4732== Releasing lock...
[2026-09-11 13:28:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 13:28:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 09:28:02] Production.INFO: ==4730== Lock acquired, processing the job...
[2026-09-11 09:28:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 09:28:03] Production.INFO: ==4730== Releasing lock...
[2026-09-11 09:28:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 09:28:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 09:28:03] Production.INFO: ==4734== Lock acquired, processing the job...
[2026-09-11 09:28:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 09:28:03] Production.INFO: ==4736== Lock acquired, processing the job...
[2026-09-11 09:28:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 09:28:03] Production.INFO: ==4738== Lock acquired, processing the job...
[2026-09-11 09:28:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 09:28:03] Production.INFO: ==4740== Lock acquired, processing the job...
[2026-09-11 09:28:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 09:28:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 09:28:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 09:28:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 09:28:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 09:28:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 09:28:04] Production.INFO: ==4742== Lock acquired, processing the job...
[2026-09-11 09:28:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 09:28:04] Production.INFO: Account Balance Start.
[2026-09-11 09:28:04] Production.INFO: CreateAllLog Start
[2026-09-11 09:28:04] Production.INFO: 117
[2026-09-11 09:28:04] Production.INFO: Date 2026-09-08
[2026-09-11 09:28:04] Production.INFO: Reseller ==> 0
[2026-09-11 09:28:04] Production.INFO: Date 2026-09-09
[2026-09-11 09:28:04] Production.INFO: Reseller ==> 0
[2026-09-11 09: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-09-11 09: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-09-11 09:28:04] Production.INFO: Date 2026-09-10
[2026-09-11 09:28:04] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 09:28:04] Production.INFO: ==4742== Releasing lock...
[2026-09-11 09:28:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 09:28:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 09:28:04] Production.INFO: Date 2026-09-11
[2026-09-11 09:28:04] Production.INFO: Reseller ==> 0
[2026-09-11 09:28:04] Production.INFO: Total Charge 0
[2026-09-11 09:28:04] Production.INFO: CreateAllLog End
[2026-09-11 09:28:04] Production.INFO: Account Balance End.
[2026-09-11 09:28:04] Production.ERROR: CronJobId end 12
[2026-09-11 09:28:04] Production.INFO: ==4740== Releasing lock...
[2026-09-11 09:28:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 09:28:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 09:28:04] Production.INFO: ==4736== Releasing lock...
[2026-09-11 09:28:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 09:28:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 09:28:11] Production.ERROR: CronJobId end10
[2026-09-11 09:28:11] Production.INFO: ==4738== Releasing lock...
[2026-09-11 09:28:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 09:28:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 09:28:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 09:28:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 09:28:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 09:28:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 09:28:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 09:28:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 09:28:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 09:28:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 09:28:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 09:28:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 09:28:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 09:28:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 09:28:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 09:28:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 09:28:15] Production.INFO: call_cost start
[2026-09-11 09:28:15] Production.INFO: call_cost end
[2026-09-11 09:28:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 09:28:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 09:28:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 09:28:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 09:28:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 09:28:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 09:28:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 09:28:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 09:28:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 09:28:15] Production.INFO: ==4734== Releasing lock...
[2026-09-11 09:28:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 09:28:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 14:29:01] Production.INFO: ==4798== Lock acquired, processing the job...
[2026-09-11 14:29:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 14:29:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 14:29:01] Production.INFO: neon service started
[2026-09-11 14:29:01] Production.INFO: neon service started
[2026-09-11 14:29:01] Production.INFO: ==4798== Releasing lock...
[2026-09-11 14:29:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 14:29:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 09:29:02] Production.INFO: ==4800== Lock acquired, processing the job...
[2026-09-11 09:29:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 09:29:02] Production.INFO: ==4800== Releasing lock...
[2026-09-11 09:29:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 09:29:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 13:29:02] Production.INFO: ==4802== Lock acquired, processing the job...
[2026-09-11 13:29:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 13:29:02] Production.INFO: ==4802== Releasing lock...
[2026-09-11 13:29:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 13:29:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 09:29:02] Production.INFO: ==4809== Lock acquired, processing the job...
[2026-09-11 09:29:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 09:29:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 09:29:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 09:29:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 09:29:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 09:29:03] Production.INFO: ==4807== Lock acquired, processing the job...
[2026-09-11 09:29:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 09:29:03] Production.INFO: ==4805== Lock acquired, processing the job...
[2026-09-11 09:29:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 09:29:03] Production.INFO: ==4813== Lock acquired, processing the job...
[2026-09-11 09:29:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 09:29:03] Production.INFO: ==4811== Lock acquired, processing the job...
[2026-09-11 09:29:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 09:29:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 09:29:03] Production.INFO: Account Balance Start.
[2026-09-11 09:29:03] Production.INFO: CreateAllLog Start
[2026-09-11 09:29:03] Production.INFO: 117
[2026-09-11 09:29:03] Production.INFO: Date 2026-09-08
[2026-09-11 09:29:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:29:03] Production.INFO: Date 2026-09-09
[2026-09-11 09:29:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 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-09-11 09:29:03] Production.INFO: ==4813== Releasing lock...
[2026-09-11 09:29:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 09:29:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 09:29:03] Production.INFO: Date 2026-09-10
[2026-09-11 09:29:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:29:03] Production.INFO: Date 2026-09-11
[2026-09-11 09:29:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:29:03] Production.INFO: Total Charge 0
[2026-09-11 09:29:03] Production.INFO: CreateAllLog End
[2026-09-11 09:29:03] Production.INFO: Account Balance End.
[2026-09-11 09:29:04] Production.ERROR: CronJobId end 12
[2026-09-11 09:29:04] Production.INFO: ==4811== Releasing lock...
[2026-09-11 09:29:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 09:29:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 09:29:04] Production.INFO: ==4807== Releasing lock...
[2026-09-11 09:29:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 09:29:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 09:29:11] Production.ERROR: CronJobId end10
[2026-09-11 09:29:11] Production.INFO: ==4809== Releasing lock...
[2026-09-11 09:29:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 09:29:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 09:29:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 09:29:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 09:29:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 09:29:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 09:29:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 09:29:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 09:29:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 09:29:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 09:29:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 09:29:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 09:29:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 09:29:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 09:29:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 09:29:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 09:29:15] Production.INFO: call_cost start
[2026-09-11 09:29:15] Production.INFO: call_cost end
[2026-09-11 09:29:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 09:29:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 09:29:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 09:29:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 09:29:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 09:29:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 09:29:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 09:29:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 09:29:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 09:29:15] Production.INFO: ==4805== Releasing lock...
[2026-09-11 09:29:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 09:29:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 14:30:02] Production.INFO: ==4870== Lock acquired, processing the job...
[2026-09-11 14:30:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 14:30:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 14:30:02] Production.INFO: neon service started
[2026-09-11 14:30:02] Production.INFO: neon service started
[2026-09-11 14:30:02] Production.INFO: ==4870== Releasing lock...
[2026-09-11 14:30:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 14:30:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 09:30:02] Production.INFO: ==4872== Lock acquired, processing the job...
[2026-09-11 09:30:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 09:30:02] Production.INFO: ==4872== Releasing lock...
[2026-09-11 09:30:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 09:30:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 13:30:02] Production.INFO: ==4874== Lock acquired, processing the job...
[2026-09-11 13:30:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 13:30:03] Production.INFO: ==4874== Releasing lock...
[2026-09-11 13:30:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 13:30:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 09:30:03] Production.INFO: ==4882== Lock acquired, processing the job...
[2026-09-11 09:30:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 09:30:03] Production.INFO: Account Balance Start.
[2026-09-11 09:30:03] Production.INFO: CreateAllLog Start
[2026-09-11 09:30:03] Production.INFO: 117
[2026-09-11 09:30:03] Production.INFO: Date 2026-09-08
[2026-09-11 09:30:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:30:03] Production.INFO: Date 2026-09-09
[2026-09-11 09:30:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:30:03] Production.INFO: Date 2026-09-10
[2026-09-11 09:30:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:30:03] Production.INFO: Date 2026-09-11
[2026-09-11 09:30:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:30:03] Production.INFO: Total Charge 0
[2026-09-11 09:30:03] Production.INFO: CreateAllLog End
[2026-09-11 09:30:03] Production.INFO: Account Balance End.
[2026-09-11 09:30:03] Production.ERROR: CronJobId end 12
[2026-09-11 09:30:03] Production.INFO: ==4882== Releasing lock...
[2026-09-11 09:30:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 09:30:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 09:30:03] Production.INFO: ==4876== Lock acquired, processing the job...
[2026-09-11 09:30:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 09:30:03] Production.INFO: ==4878== Lock acquired, processing the job...
[2026-09-11 09:30:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 09:30:03] Production.INFO: ==4880== Lock acquired, processing the job...
[2026-09-11 09:30:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 09:30:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 09:30:04] Production.INFO: ==4884== Lock acquired, processing the job...
[2026-09-11 09:30:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 09:30:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 09:30:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 09:30:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 09:30:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 09: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-09-11 09: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-09-11 09: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-09-11 09:30:04] Production.INFO: ==4884== Releasing lock...
[2026-09-11 09:30:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 09:30:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 09:30:04] Production.INFO: ==4878== Releasing lock...
[2026-09-11 09:30:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 09:30:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 09:30:11] Production.ERROR: CronJobId end10
[2026-09-11 09:30:11] Production.INFO: ==4880== Releasing lock...
[2026-09-11 09:30:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 09:30:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 09:30:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 09:30:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 09:30:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 09:30:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 09:30:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 09:30:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 09:30:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 09:30:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 09:30:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 09:30:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 09:30:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 09:30:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 09:30:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 09:30:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 09:30:14] Production.INFO: call_cost start
[2026-09-11 09:30:14] Production.INFO: call_cost end
[2026-09-11 09:30:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 09:30:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 09:30:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 09:30:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 09:30:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 09:30:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 09:30:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 09:30:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 09:30:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 09:30:14] Production.INFO: ==4876== Releasing lock...
[2026-09-11 09:30:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 09:30:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 14:31:01] Production.INFO: ==4938== Lock acquired, processing the job...
[2026-09-11 14:31:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 14:31:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 14:31:01] Production.INFO: neon service started
[2026-09-11 14:31:01] Production.INFO: neon service started
[2026-09-11 14:31:01] Production.INFO: ==4938== Releasing lock...
[2026-09-11 14:31:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 14:31:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 09:31:02] Production.INFO: ==4940== Lock acquired, processing the job...
[2026-09-11 09:31:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 13:31:02] Production.INFO: ==4942== Lock acquired, processing the job...
[2026-09-11 13:31:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 13:31:02] Production.INFO: ==4942== Releasing lock...
[2026-09-11 13:31:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 13:31:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 09:31:02] Production.INFO: ==4940== Releasing lock...
[2026-09-11 09:31:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 09:31:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 09:31:03] Production.INFO: ==4949== Lock acquired, processing the job...
[2026-09-11 09:31:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 09:31:03] Production.INFO: ==4953== Lock acquired, processing the job...
[2026-09-11 09:31:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 09:31:03] Production.INFO: ==4945== Lock acquired, processing the job...
[2026-09-11 09:31:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 09:31:03] Production.INFO: ==4947== Lock acquired, processing the job...
[2026-09-11 09:31:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 09:31:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 09:31:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 09:31:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 09:31:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 09:31:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 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-09-11 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-09-11 09:31:03] Production.INFO: ==4951== Lock acquired, processing the job...
[2026-09-11 09:31:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 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-09-11 09:31:03] Production.INFO: ==4953== Releasing lock...
[2026-09-11 09:31:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 09:31:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 09:31:03] Production.INFO: Account Balance Start.
[2026-09-11 09:31:03] Production.INFO: CreateAllLog Start
[2026-09-11 09:31:03] Production.INFO: 117
[2026-09-11 09:31:03] Production.INFO: Date 2026-09-08
[2026-09-11 09:31:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:31:03] Production.INFO: Date 2026-09-09
[2026-09-11 09:31:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:31:03] Production.INFO: Date 2026-09-10
[2026-09-11 09:31:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:31:03] Production.INFO: Date 2026-09-11
[2026-09-11 09:31:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:31:03] Production.INFO: Total Charge 0
[2026-09-11 09:31:03] Production.INFO: CreateAllLog End
[2026-09-11 09:31:03] Production.INFO: Account Balance End.
[2026-09-11 09:31:04] Production.ERROR: CronJobId end 12
[2026-09-11 09:31:04] Production.INFO: ==4951== Releasing lock...
[2026-09-11 09:31:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 09:31:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 09:31:04] Production.INFO: ==4947== Releasing lock...
[2026-09-11 09:31:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 09:31:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 09:31:12] Production.ERROR: CronJobId end10
[2026-09-11 09:31:12] Production.INFO: ==4949== Releasing lock...
[2026-09-11 09:31:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 09:31:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 09:31:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 09:31:15] Production.INFO: ============== Balance Warning START===========
[2026-09-11 09:31:15] Production.INFO: ============== Balance Warning END===========
[2026-09-11 09:31:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 09:31:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 09:31:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 09:31:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 09:31:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 09:31:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 09:31:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 09:31:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 09:31:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 09:31:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 09:31:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 09:31:15] Production.INFO: call_cost start
[2026-09-11 09:31:15] Production.INFO: call_cost end
[2026-09-11 09:31:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 09:31:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 09:31:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 09:31:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 09:31:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 09:31:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 09:31:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 09:31:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 09:31:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 09:31:15] Production.INFO: ==4945== Releasing lock...
[2026-09-11 09:31:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 09:31:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 14:32:02] Production.INFO: ==5014== Lock acquired, processing the job...
[2026-09-11 14:32:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 14:32:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 14:32:02] Production.INFO: neon service started
[2026-09-11 14:32:02] Production.INFO: neon service started
[2026-09-11 14:32:02] Production.INFO: ==5014== Releasing lock...
[2026-09-11 14:32:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 14:32:02] Production.INFO: 25.5 MB #Memory Used#
[2026-09-11 09:32:02] Production.INFO: ==5017== Lock acquired, processing the job...
[2026-09-11 09:32:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 09:32:02] Production.INFO: ==5017== Releasing lock...
[2026-09-11 09:32:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 09:32:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 13:32:02] Production.INFO: ==5019== Lock acquired, processing the job...
[2026-09-11 13:32:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 13:32:03] Production.INFO: ==5019== Releasing lock...
[2026-09-11 13:32:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 13:32:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 09:32:03] Production.INFO: ==5021== Lock acquired, processing the job...
[2026-09-11 09:32:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 09:32:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 09:32:03] Production.INFO: ==5025== Lock acquired, processing the job...
[2026-09-11 09:32:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 09:32:03] Production.INFO: ==5027== Lock acquired, processing the job...
[2026-09-11 09:32:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 09:32:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 09:32:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 09:32:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 09:32:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 09:32:03] Production.INFO: ==5023== Lock acquired, processing the job...
[2026-09-11 09:32:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 09:32:03] Production.INFO: Account Balance Start.
[2026-09-11 09:32:03] Production.INFO: CreateAllLog Start
[2026-09-11 09:32:03] Production.INFO: 117
[2026-09-11 09:32:03] Production.INFO: Date 2026-09-08
[2026-09-11 09:32:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:32:03] Production.INFO: Date 2026-09-09
[2026-09-11 09:32:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:32:03] Production.INFO: ==5029== Lock acquired, processing the job...
[2026-09-11 09:32:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 09:32:03] Production.INFO: Date 2026-09-10
[2026-09-11 09:32:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:32:03] Production.INFO: Date 2026-09-11
[2026-09-11 09:32:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:32:03] Production.INFO: Total Charge 0
[2026-09-11 09:32:04] Production.INFO: CreateAllLog End
[2026-09-11 09: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-09-11 09: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-09-11 09: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-09-11 09:32:04] Production.INFO: ==5029== Releasing lock...
[2026-09-11 09:32:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 09:32:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 09:32:04] Production.INFO: Account Balance End.
[2026-09-11 09:32:04] Production.ERROR: CronJobId end 12
[2026-09-11 09:32:04] Production.INFO: ==5027== Releasing lock...
[2026-09-11 09:32:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 09:32:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 09:32:04] Production.INFO: ==5023== Releasing lock...
[2026-09-11 09:32:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 09:32:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 09:32:11] Production.ERROR: CronJobId end10
[2026-09-11 09:32:11] Production.INFO: ==5025== Releasing lock...
[2026-09-11 09:32:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 09:32:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 09:32:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 09:32:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 09:32:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 09:32:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 09:32:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 09:32:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 09:32:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 09:32:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 09:32:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 09:32:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 09:32:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 09:32:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 09:32:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 09:32:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 09:32:14] Production.INFO: call_cost start
[2026-09-11 09:32:14] Production.INFO: call_cost end
[2026-09-11 09:32:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 09:32:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 09:32:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 09:32:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 09:32:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 09:32:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 09:32:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 09:32:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 09:32:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 09:32:15] Production.INFO: ==5021== Releasing lock...
[2026-09-11 09:32:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 09:32:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 14:33:01] Production.INFO: ==5084== Lock acquired, processing the job...
[2026-09-11 14:33:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 14:33:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 14:33:01] Production.INFO: neon service started
[2026-09-11 14:33:01] Production.INFO: neon service started
[2026-09-11 14:33:01] Production.INFO: ==5084== Releasing lock...
[2026-09-11 14:33:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 14:33:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 13:33:02] Production.INFO: ==5088== Lock acquired, processing the job...
[2026-09-11 13:33:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 09:33:02] Production.INFO: ==5086== Lock acquired, processing the job...
[2026-09-11 09:33:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 13:33:02] Production.INFO: ==5088== Releasing lock...
[2026-09-11 13:33:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 13:33:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 09:33:02] Production.INFO: ==5086== Releasing lock...
[2026-09-11 09:33:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 09:33:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 09:33:02] Production.INFO: ==5093== Lock acquired, processing the job...
[2026-09-11 09:33:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 09:33:02] Production.INFO: ==5095== Lock acquired, processing the job...
[2026-09-11 09:33:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 09:33:02] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 09:33:02] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 09:33:02] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 09:33:02] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 09:33:03] Production.INFO: ==5091== Lock acquired, processing the job...
[2026-09-11 09:33:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 09:33:03] Production.INFO: ==5097== Lock acquired, processing the job...
[2026-09-11 09:33:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 09:33:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 09:33:03] Production.INFO: ==5099== Lock acquired, processing the job...
[2026-09-11 09:33:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 09:33:03] Production.INFO: Account Balance Start.
[2026-09-11 09:33:03] Production.INFO: CreateAllLog Start
[2026-09-11 09:33:03] Production.INFO: 117
[2026-09-11 09:33:03] Production.INFO: Date 2026-09-08
[2026-09-11 09:33:03] Production.INFO: Reseller ==> 0
[2026-09-11 09: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-09-11 09: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-09-11 09: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-09-11 09:33:03] Production.INFO: Date 2026-09-09
[2026-09-11 09:33:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:33:03] Production.INFO: ==5099== Releasing lock...
[2026-09-11 09:33:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 09:33:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 09:33:03] Production.INFO: Date 2026-09-10
[2026-09-11 09:33:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:33:03] Production.INFO: Date 2026-09-11
[2026-09-11 09:33:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:33:03] Production.INFO: ==5093== Releasing lock...
[2026-09-11 09:33:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 09:33:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 09:33:03] Production.INFO: Total Charge 0
[2026-09-11 09:33:03] Production.INFO: CreateAllLog End
[2026-09-11 09:33:03] Production.INFO: Account Balance End.
[2026-09-11 09:33:03] Production.ERROR: CronJobId end 12
[2026-09-11 09:33:03] Production.INFO: ==5097== Releasing lock...
[2026-09-11 09:33:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 09:33:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 09:33:11] Production.ERROR: CronJobId end10
[2026-09-11 09:33:11] Production.INFO: ==5095== Releasing lock...
[2026-09-11 09:33:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 09:33:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 09:33:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 09:33:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 09:33:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 09:33:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 09:33:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 09:33:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 09:33:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 09:33:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 09:33:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 09:33:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 09:33:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 09:33:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 09:33:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 09:33:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 09:33:15] Production.INFO: call_cost start
[2026-09-11 09:33:15] Production.INFO: call_cost end
[2026-09-11 09:33:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 09:33:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 09:33:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 09:33:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 09:33:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 09:33:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 09:33:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 09:33:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 09:33:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 09:33:15] Production.INFO: ==5091== Releasing lock...
[2026-09-11 09:33:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 09:33:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 14:34:01] Production.INFO: ==5162== Lock acquired, processing the job...
[2026-09-11 14:34:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 14:34:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 14:34:01] Production.INFO: neon service started
[2026-09-11 14:34:01] Production.INFO: neon service started
[2026-09-11 14:34:01] Production.INFO: ==5162== Releasing lock...
[2026-09-11 14:34:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 14:34:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 09:34:02] Production.INFO: ==5164== Lock acquired, processing the job...
[2026-09-11 09:34:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 13:34:02] Production.INFO: ==5166== Lock acquired, processing the job...
[2026-09-11 13:34:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 13:34:02] Production.INFO: ==5166== Releasing lock...
[2026-09-11 13:34:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 13:34:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 09:34:02] Production.INFO: ==5164== Releasing lock...
[2026-09-11 09:34:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 09:34:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 09:34:03] Production.INFO: ==5173== Lock acquired, processing the job...
[2026-09-11 09:34:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 09:34:03] Production.INFO: ==5175== Lock acquired, processing the job...
[2026-09-11 09:34:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 09:34:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 09:34:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 09:34:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 09:34:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 09:34:03] Production.INFO: Account Balance Start.
[2026-09-11 09:34:03] Production.INFO: CreateAllLog Start
[2026-09-11 09:34:03] Production.INFO: 117
[2026-09-11 09:34:03] Production.INFO: Date 2026-09-08
[2026-09-11 09:34:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:34:03] Production.INFO: Date 2026-09-09
[2026-09-11 09:34:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:34:03] Production.INFO: Date 2026-09-10
[2026-09-11 09:34:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:34:03] Production.INFO: Date 2026-09-11
[2026-09-11 09:34:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:34:03] Production.INFO: ==5171== Lock acquired, processing the job...
[2026-09-11 09:34:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 09:34:03] Production.INFO: Total Charge 0
[2026-09-11 09:34:03] Production.INFO: CreateAllLog End
[2026-09-11 09:34:03] Production.INFO: Account Balance End.
[2026-09-11 09:34:03] Production.INFO: ==5169== Lock acquired, processing the job...
[2026-09-11 09:34:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 09:34:03] Production.INFO: ==5177== Lock acquired, processing the job...
[2026-09-11 09:34:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 09:34:03] Production.ERROR: CronJobId end 12
[2026-09-11 09:34:03] Production.INFO: ==5175== Releasing lock...
[2026-09-11 09:34:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 09:34:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 09:34:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 09: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-09-11 09: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-09-11 09: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-09-11 09:34:04] Production.INFO: ==5177== Releasing lock...
[2026-09-11 09:34:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 09:34:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 09:34:04] Production.INFO: ==5171== Releasing lock...
[2026-09-11 09:34:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 09:34:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 09:34:11] Production.ERROR: CronJobId end10
[2026-09-11 09:34:11] Production.INFO: ==5173== Releasing lock...
[2026-09-11 09:34:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 09:34:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 09:34:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 09:34:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 09:34:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 09:34:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 09:34:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 09:34:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 09:34:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 09:34:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 09:34:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 09:34:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 09:34:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 09:34:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 09:34:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 09:34:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 09:34:15] Production.INFO: call_cost start
[2026-09-11 09:34:15] Production.INFO: call_cost end
[2026-09-11 09:34:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 09:34:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 09:34:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 09:34:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 09:34:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 09:34:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 09:34:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 09:34:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 09:34:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 09:34:15] Production.INFO: ==5169== Releasing lock...
[2026-09-11 09:34:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 09:34:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 14:35:02] Production.INFO: ==5234== Lock acquired, processing the job...
[2026-09-11 14:35:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 14:35:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 14:35:02] Production.INFO: neon service started
[2026-09-11 14:35:02] Production.INFO: neon service started
[2026-09-11 14:35:02] Production.INFO: ==5234== Releasing lock...
[2026-09-11 14:35:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 14:35:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 13:35:02] Production.INFO: ==5239== Lock acquired, processing the job...
[2026-09-11 13:35:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 13:35:02] Production.INFO: ==5239== Releasing lock...
[2026-09-11 13:35:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 13:35:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 09:35:02] Production.INFO: ==5237== Lock acquired, processing the job...
[2026-09-11 09:35:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 09:35:03] Production.INFO: ==5237== Releasing lock...
[2026-09-11 09:35:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 09:35:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 09:35:03] Production.INFO: ==5245== Lock acquired, processing the job...
[2026-09-11 09:35:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 09:35:04] Production.INFO: ==5253== Lock acquired, processing the job...
[2026-09-11 09:35:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 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-09-11 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-09-11 09:35:04] Production.INFO: ==5241== Lock acquired, processing the job...
[2026-09-11 09:35:04] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-11 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-09-11 09:35:04] Production.INFO: ==5253== Releasing lock...
[2026-09-11 09:35:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 09:35:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 09:35:04] Production.INFO: ==5243== Lock acquired, processing the job...
[2026-09-11 09:35:04] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 09:35:04] Production.ERROR: ========================== active cronjob start =============================
[2026-09-11 09:35:04] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-11 09:35:04] Production.ERROR: CronJob PID - 5243
[2026-09-11 09:35:04] Production.ERROR: CronJob Title - System Alerts
[2026-09-11 09:35:04] Production.ERROR: CronJob ID - 5
[2026-09-11 09:35:04] Production.ERROR: CronJob Last Run Time 2026-09-11 09:35:00
[2026-09-11 09:35:04] Production.ERROR: CronJob Active Minutes 0
[2026-09-11 09:35:04] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-11 09:35:04] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-11 09:35:04] Production.ERROR: CronJob PID - 5245
[2026-09-11 09:35:04] Production.ERROR: CronJob Title - Account Block
[2026-09-11 09:35:04] Production.ERROR: CronJob ID - 7
[2026-09-11 09:35:04] Production.ERROR: CronJob Last Run Time 2026-09-11 09:35:00
[2026-09-11 09:35:04] Production.ERROR: CronJob Active Minutes 0
[2026-09-11 09:35:04] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-11 09:35:04] Production.INFO: ==5247== Lock acquired, processing the job...
[2026-09-11 09:35:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 09:35:04] Production.ERROR: ========================== active cronjob end =============================
[2026-09-11 09:35:04] Production.INFO: ==5241== Releasing lock...
[2026-09-11 09:35:04] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-11 09:35:04] Production.INFO: 25.5 MB #Memory Used#
[2026-09-11 09:35:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 09:35:04] Production.INFO: ==5249== Lock acquired, processing the job...
[2026-09-11 09:35:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 09:35:04] Production.INFO: ==5251== Lock acquired, processing the job...
[2026-09-11 09:35:04] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-11 09:35:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 09:35:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 09:35:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 09:35:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 09:35:04] Production.INFO: ==5245== Releasing lock...
[2026-09-11 09:35:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 09:35:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 09:35:04] Production.ERROR: tblTempUsageDetail_20
[2026-09-11 09:35:04] Production.INFO: Account Balance Start.
[2026-09-11 09:35:04] Production.INFO: CreateAllLog Start
[2026-09-11 09:35:04] Production.INFO: 117
[2026-09-11 09:35:04] Production.INFO: Date 2026-09-08
[2026-09-11 09:35:04] Production.INFO: Reseller ==> 0
[2026-09-11 09:35:04] Production.INFO: Date 2026-09-09
[2026-09-11 09:35:04] Production.INFO: Reseller ==> 0
[2026-09-11 09:35:04] Production.INFO: Date 2026-09-10
[2026-09-11 09:35:04] Production.INFO: Reseller ==> 0
[2026-09-11 09:35:04] Production.INFO: Date 2026-09-11
[2026-09-11 09:35:04] Production.INFO: Reseller ==> 0
[2026-09-11 09:35:04] Production.ERROR: done
[2026-09-11 09:35:05] Production.INFO: Total Charge 0
[2026-09-11 09:35:05] Production.INFO: CreateAllLog End
[2026-09-11 09:35:05] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-11 09:35:05] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17983715', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) start
[2026-09-11 09:35:05] Production.INFO: Account Balance End.
[2026-09-11 09:35:05] Production.ERROR: CronJobId end 12
[2026-09-11 09:35:05] Production.INFO: ==5249== Releasing lock...
[2026-09-11 09:35:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 09:35:05] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 09:35:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17983715', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) end
[2026-09-11 09:35:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-11 09:35:10] Production.INFO: ProcessCDR(1,17983715,1,1,2)
[2026-09-11 09:35:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17983715,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 09:35:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17983715,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 09:35:10] Production.ERROR: pbx prc_insertCDR start
[2026-09-11 09:35:10] Production.ERROR: pbx prc_insertCDR end
[2026-09-11 09:35:11] Production.INFO: ==5251== Releasing lock...
[2026-09-11 09:35:11] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-11 09:35:11] Production.INFO: 26 MB #Memory Used#
[2026-09-11 09:35:13] Production.ERROR: CronJobId end10
[2026-09-11 09:35:13] Production.INFO: ==5247== Releasing lock...
[2026-09-11 09:35:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 09:35:13] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 09:35:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 09:35:16] Production.INFO: ============== Balance Warning START===========
[2026-09-11 09:35:16] Production.INFO: ============== Balance Warning END===========
[2026-09-11 09:35:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 09:35:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 09:35:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 09:35:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 09:35:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 09:35:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 09:35:16] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 09:35:16] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 09:35:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 09:35:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 09:35:16] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 09:35:17] Production.INFO: call_cost start
[2026-09-11 09:35:17] Production.INFO: call_cost end
[2026-09-11 09:35:17] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 09:35:17] Production.INFO: ============== Report Schedule START===========
[2026-09-11 09:35:17] Production.INFO: ============== Report Schedule END===========
[2026-09-11 09:35:17] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 09:35:17] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 09:35:17] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 09:35:17] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 09:35:17] Production.INFO: ============== Deal alert START===========
[2026-09-11 09:35:17] Production.INFO: ============== Deal alert END===========
[2026-09-11 09:35:17] Production.INFO: ==5243== Releasing lock...
[2026-09-11 09:35:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 09:35:17] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 14:36:01] Production.INFO: ==5312== Lock acquired, processing the job...
[2026-09-11 14:36:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 14:36:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 14:36:01] Production.INFO: neon service started
[2026-09-11 14:36:01] Production.INFO: neon service started
[2026-09-11 14:36:01] Production.INFO: ==5312== Releasing lock...
[2026-09-11 14:36:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 14:36:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 09:36:02] Production.INFO: ==5314== Lock acquired, processing the job...
[2026-09-11 09:36:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 09:36:02] Production.INFO: ==5314== Releasing lock...
[2026-09-11 09:36:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 09:36:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 13:36:02] Production.INFO: ==5316== Lock acquired, processing the job...
[2026-09-11 13:36:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 13:36:02] Production.INFO: ==5316== Releasing lock...
[2026-09-11 13:36:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 13:36:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 09:36:03] Production.INFO: ==5320== Lock acquired, processing the job...
[2026-09-11 09:36:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 09:36:03] Production.INFO: ==5318== Lock acquired, processing the job...
[2026-09-11 09:36:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 09:36:03] Production.INFO: ==5324== Lock acquired, processing the job...
[2026-09-11 09:36:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 09:36:03] Production.INFO: ==5326== Lock acquired, processing the job...
[2026-09-11 09:36:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 09:36:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 09:36:03] Production.INFO: ==5322== Lock acquired, processing the job...
[2026-09-11 09:36:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 09:36:03] Production.INFO: Account Balance Start.
[2026-09-11 09:36:03] Production.INFO: CreateAllLog Start
[2026-09-11 09:36:03] Production.INFO: 117
[2026-09-11 09:36:03] Production.INFO: Date 2026-09-08
[2026-09-11 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-09-11 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-09-11 09:36:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 09:36:03] Production.INFO: ==5326== Releasing lock...
[2026-09-11 09:36:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 09:36:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 09:36:03] Production.INFO: Date 2026-09-09
[2026-09-11 09:36:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:36:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 09:36:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 09:36:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 09:36:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 09:36:03] Production.INFO: Date 2026-09-10
[2026-09-11 09:36:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:36:03] Production.INFO: Date 2026-09-11
[2026-09-11 09:36:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:36:03] Production.INFO: Total Charge 0
[2026-09-11 09:36:03] Production.INFO: CreateAllLog End
[2026-09-11 09:36:03] Production.INFO: Account Balance End.
[2026-09-11 09:36:03] Production.ERROR: CronJobId end 12
[2026-09-11 09:36:03] Production.INFO: ==5324== Releasing lock...
[2026-09-11 09:36:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 09:36:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 09:36:04] Production.INFO: ==5320== Releasing lock...
[2026-09-11 09:36:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 09:36:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 09:36:11] Production.ERROR: CronJobId end10
[2026-09-11 09:36:11] Production.INFO: ==5322== Releasing lock...
[2026-09-11 09:36:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 09:36:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 09:36:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 09:36:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 09:36:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 09:36:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 09:36:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 09:36:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 09:36:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 09:36:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 09:36:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 09:36:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 09:36:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 09:36:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 09:36:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 09:36:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 09:36:13] Production.INFO: call_cost start
[2026-09-11 09:36:13] Production.INFO: call_cost end
[2026-09-11 09:36:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 09:36:13] Production.INFO: ============== Report Schedule START===========
[2026-09-11 09:36:13] Production.INFO: ============== Report Schedule END===========
[2026-09-11 09:36:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 09:36:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 09:36:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 09:36:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 09:36:13] Production.INFO: ============== Deal alert START===========
[2026-09-11 09:36:13] Production.INFO: ============== Deal alert END===========
[2026-09-11 09:36:13] Production.INFO: ==5318== Releasing lock...
[2026-09-11 09:36:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 09:36:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 14:37:02] Production.INFO: ==5385== Lock acquired, processing the job...
[2026-09-11 14:37:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 14:37:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 14:37:02] Production.INFO: neon service started
[2026-09-11 14:37:02] Production.INFO: neon service started
[2026-09-11 14:37:02] Production.INFO: ==5385== Releasing lock...
[2026-09-11 14:37:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 14:37:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 13:37:02] Production.INFO: ==5389== Lock acquired, processing the job...
[2026-09-11 13:37:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 13:37:02] Production.INFO: ==5389== Releasing lock...
[2026-09-11 13:37:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 13:37:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 09:37:02] Production.INFO: ==5387== Lock acquired, processing the job...
[2026-09-11 09:37:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 09:37:02] Production.INFO: ==5387== Releasing lock...
[2026-09-11 09:37:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 09:37:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 09:37:03] Production.INFO: ==5395== Lock acquired, processing the job...
[2026-09-11 09:37:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 09:37:03] Production.INFO: ==5391== Lock acquired, processing the job...
[2026-09-11 09:37:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 09:37:03] Production.INFO: ==5397== Lock acquired, processing the job...
[2026-09-11 09:37:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 09:37:03] Production.INFO: ==5399== Lock acquired, processing the job...
[2026-09-11 09:37:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 09:37:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 09:37:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 09:37:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 09:37:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 09:37:03] Production.INFO: ==5393== Lock acquired, processing the job...
[2026-09-11 09:37:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 09:37:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 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-09-11 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-09-11 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-09-11 09:37:03] Production.INFO: ==5399== Releasing lock...
[2026-09-11 09:37:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 09:37:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 09:37:03] Production.INFO: Account Balance Start.
[2026-09-11 09:37:03] Production.INFO: CreateAllLog Start
[2026-09-11 09:37:04] Production.INFO: 117
[2026-09-11 09:37:04] Production.INFO: Date 2026-09-08
[2026-09-11 09:37:04] Production.INFO: Reseller ==> 0
[2026-09-11 09:37:04] Production.INFO: Date 2026-09-09
[2026-09-11 09:37:04] Production.INFO: Reseller ==> 0
[2026-09-11 09:37:04] Production.INFO: Date 2026-09-10
[2026-09-11 09:37:04] Production.INFO: Reseller ==> 0
[2026-09-11 09:37:04] Production.INFO: Date 2026-09-11
[2026-09-11 09:37:04] Production.INFO: Reseller ==> 0
[2026-09-11 09:37:04] Production.INFO: Total Charge 0
[2026-09-11 09:37:04] Production.INFO: CreateAllLog End
[2026-09-11 09:37:04] Production.INFO: Account Balance End.
[2026-09-11 09:37:04] Production.ERROR: CronJobId end 12
[2026-09-11 09:37:04] Production.INFO: ==5397== Releasing lock...
[2026-09-11 09:37:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 09:37:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 09:37:04] Production.INFO: ==5393== Releasing lock...
[2026-09-11 09:37:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 09:37:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 09:37:12] Production.ERROR: CronJobId end10
[2026-09-11 09:37:12] Production.INFO: ==5395== Releasing lock...
[2026-09-11 09:37:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 09:37:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 09:37:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 09:37:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 09:37:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 09:37:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 09:37:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 09:37:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 09:37:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 09:37:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 09:37:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 09:37:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 09:37:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 09:37:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 09:37:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 09:37:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 09:37:15] Production.INFO: call_cost start
[2026-09-11 09:37:15] Production.INFO: call_cost end
[2026-09-11 09:37:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 09:37:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 09:37:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 09:37:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 09:37:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 09:37:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 09:37:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 09:37:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 09:37:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 09:37:15] Production.INFO: ==5391== Releasing lock...
[2026-09-11 09:37:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 09:37:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 14:38:01] Production.INFO: ==5454== Lock acquired, processing the job...
[2026-09-11 14:38:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 14:38:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 14:38:01] Production.INFO: neon service started
[2026-09-11 14:38:01] Production.INFO: neon service started
[2026-09-11 14:38:01] Production.INFO: ==5454== Releasing lock...
[2026-09-11 14:38:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 14:38:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 13:38:02] Production.INFO: ==5458== Lock acquired, processing the job...
[2026-09-11 13:38:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 13:38:02] Production.INFO: ==5458== Releasing lock...
[2026-09-11 13:38:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 13:38:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 09:38:02] Production.INFO: ==5456== Lock acquired, processing the job...
[2026-09-11 09:38:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 09:38:02] Production.INFO: ==5456== Releasing lock...
[2026-09-11 09:38:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 09:38:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 09:38:03] Production.INFO: ==5461== Lock acquired, processing the job...
[2026-09-11 09:38:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 09:38:03] Production.INFO: ==5463== Lock acquired, processing the job...
[2026-09-11 09:38:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 09:38:03] Production.INFO: ==5465== Lock acquired, processing the job...
[2026-09-11 09:38:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 09:38:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 09:38:03] Production.INFO: ==5469== Lock acquired, processing the job...
[2026-09-11 09:38:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 09:38:03] Production.INFO: ==5467== Lock acquired, processing the job...
[2026-09-11 09:38:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 09:38:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 09:38:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 09:38:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 09:38:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 09:38:03] Production.INFO: Account Balance Start.
[2026-09-11 09:38:03] Production.INFO: CreateAllLog Start
[2026-09-11 09:38:03] Production.INFO: 117
[2026-09-11 09:38:03] Production.INFO: Date 2026-09-08
[2026-09-11 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-09-11 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-09-11 09:38:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 09:38:03] Production.INFO: ==5469== Releasing lock...
[2026-09-11 09:38:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 09:38:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 09:38:03] Production.INFO: Date 2026-09-09
[2026-09-11 09:38:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:38:03] Production.INFO: Date 2026-09-10
[2026-09-11 09:38:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:38:03] Production.INFO: Date 2026-09-11
[2026-09-11 09:38:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:38:03] Production.INFO: Total Charge 0
[2026-09-11 09:38:03] Production.INFO: CreateAllLog End
[2026-09-11 09:38:03] Production.INFO: ==5463== Releasing lock...
[2026-09-11 09:38:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 09:38:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 09:38:03] Production.INFO: Account Balance End.
[2026-09-11 09:38:03] Production.ERROR: CronJobId end 12
[2026-09-11 09:38:03] Production.INFO: ==5467== Releasing lock...
[2026-09-11 09:38:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 09:38:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 09:38:11] Production.ERROR: CronJobId end10
[2026-09-11 09:38:11] Production.INFO: ==5465== Releasing lock...
[2026-09-11 09:38:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 09:38:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 09:38:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 09:38:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 09:38:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 09:38:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 09:38:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 09:38:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 09:38:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 09:38:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 09:38:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 09:38:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 09:38:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 09:38:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 09:38:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 09:38:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 09:38:14] Production.INFO: call_cost start
[2026-09-11 09:38:14] Production.INFO: call_cost end
[2026-09-11 09:38:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 09:38:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 09:38:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 09:38:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 09:38:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 09:38:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 09:38:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 09:38:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 09:38:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 09:38:14] Production.INFO: ==5461== Releasing lock...
[2026-09-11 09:38:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 09:38:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 14:39:01] Production.INFO: ==5529== Lock acquired, processing the job...
[2026-09-11 14:39:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 14:39:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 14:39:01] Production.INFO: neon service started
[2026-09-11 14:39:01] Production.INFO: neon service started
[2026-09-11 14:39:01] Production.INFO: ==5529== Releasing lock...
[2026-09-11 14:39:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 14:39:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 09:39:02] Production.INFO: ==5531== Lock acquired, processing the job...
[2026-09-11 09:39:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 09:39:02] Production.INFO: ==5531== Releasing lock...
[2026-09-11 09:39:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 09:39:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 13:39:02] Production.INFO: ==5533== Lock acquired, processing the job...
[2026-09-11 13:39:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 13:39:02] Production.INFO: ==5533== Releasing lock...
[2026-09-11 13:39:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 13:39:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 09:39:03] Production.INFO: ==5543== Lock acquired, processing the job...
[2026-09-11 09:39:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 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-09-11 09:39:03] Production.INFO: ==5535== Lock acquired, processing the job...
[2026-09-11 09:39:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 09:39:03] Production.INFO: ==5537== Lock acquired, processing the job...
[2026-09-11 09:39:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 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-09-11 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-09-11 09:39:03] Production.INFO: ==5543== Releasing lock...
[2026-09-11 09:39:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 09:39:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 09:39:03] Production.INFO: ==5539== Lock acquired, processing the job...
[2026-09-11 09:39:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 09:39:03] Production.INFO: ==5541== Lock acquired, processing the job...
[2026-09-11 09:39:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 09:39:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 09:39:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 09:39:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 09:39:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 09:39:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 09:39:03] Production.INFO: Account Balance Start.
[2026-09-11 09:39:03] Production.INFO: CreateAllLog Start
[2026-09-11 09:39:03] Production.INFO: 117
[2026-09-11 09:39:03] Production.INFO: Date 2026-09-08
[2026-09-11 09:39:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:39:03] Production.INFO: Date 2026-09-09
[2026-09-11 09:39:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:39:03] Production.INFO: Date 2026-09-10
[2026-09-11 09:39:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:39:03] Production.INFO: Date 2026-09-11
[2026-09-11 09:39:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:39:03] Production.INFO: Total Charge 0
[2026-09-11 09:39:04] Production.INFO: CreateAllLog End
[2026-09-11 09:39:04] Production.INFO: Account Balance End.
[2026-09-11 09:39:04] Production.ERROR: CronJobId end 12
[2026-09-11 09:39:04] Production.INFO: ==5541== Releasing lock...
[2026-09-11 09:39:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 09:39:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 09:39:04] Production.INFO: ==5537== Releasing lock...
[2026-09-11 09:39:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 09:39:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 09:39:12] Production.ERROR: CronJobId end10
[2026-09-11 09:39:12] Production.INFO: ==5539== Releasing lock...
[2026-09-11 09:39:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 09:39:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 09:39:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 09:39:15] Production.INFO: ============== Balance Warning START===========
[2026-09-11 09:39:15] Production.INFO: ============== Balance Warning END===========
[2026-09-11 09:39:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 09:39:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 09:39:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 09:39:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 09:39:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 09:39:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 09:39:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 09:39:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 09:39:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 09:39:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 09:39:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 09:39:15] Production.INFO: call_cost start
[2026-09-11 09:39:15] Production.INFO: call_cost end
[2026-09-11 09:39:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 09:39:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 09:39:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 09:39:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 09:39:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 09:39:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 09:39:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 09:39:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 09:39:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 09:39:15] Production.INFO: ==5535== Releasing lock...
[2026-09-11 09:39:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 09:39:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 14:40:01] Production.INFO: ==5598== Lock acquired, processing the job...
[2026-09-11 14:40:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 14:40:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 14:40:01] Production.INFO: neon service started
[2026-09-11 14:40:01] Production.INFO: neon service started
[2026-09-11 14:40:01] Production.INFO: ==5598== Releasing lock...
[2026-09-11 14:40:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 14:40:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 09:40:02] Production.INFO: ==5600== Lock acquired, processing the job...
[2026-09-11 09:40:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 13:40:02] Production.INFO: ==5602== Lock acquired, processing the job...
[2026-09-11 13:40:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 13:40:02] Production.INFO: ==5602== Releasing lock...
[2026-09-11 13:40:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 13:40:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 09:40:02] Production.INFO: ==5600== Releasing lock...
[2026-09-11 09:40:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 09:40:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 09:40:03] Production.INFO: ==5607== Lock acquired, processing the job...
[2026-09-11 09:40:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 09:40:03] Production.INFO: ==5609== Lock acquired, processing the job...
[2026-09-11 09:40:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 09:40:03] Production.INFO: ==5611== Lock acquired, processing the job...
[2026-09-11 09:40:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 09:40:03] Production.INFO: ==5605== Lock acquired, processing the job...
[2026-09-11 09:40:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 09:40:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 09:40:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 09:40:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 09:40:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 09:40:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 09:40:03] Production.INFO: Account Balance Start.
[2026-09-11 09:40:03] Production.INFO: CreateAllLog Start
[2026-09-11 09:40:03] Production.INFO: 117
[2026-09-11 09:40:03] Production.INFO: ==5613== Lock acquired, processing the job...
[2026-09-11 09:40:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 09:40:03] Production.INFO: Date 2026-09-08
[2026-09-11 09:40:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:40:03] Production.INFO: Date 2026-09-09
[2026-09-11 09:40:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:40:03] Production.INFO: Date 2026-09-10
[2026-09-11 09:40:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:40:03] Production.INFO: Date 2026-09-11
[2026-09-11 09:40:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:40:03] Production.INFO: Total Charge 0
[2026-09-11 09:40:03] Production.INFO: CreateAllLog End
[2026-09-11 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-09-11 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-09-11 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-09-11 09:40:03] Production.INFO: ==5613== Releasing lock...
[2026-09-11 09:40:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 09:40:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 09:40:03] Production.INFO: Account Balance End.
[2026-09-11 09:40:04] Production.ERROR: CronJobId end 12
[2026-09-11 09:40:04] Production.INFO: ==5611== Releasing lock...
[2026-09-11 09:40:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 09:40:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 09:40:04] Production.INFO: ==5607== Releasing lock...
[2026-09-11 09:40:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 09:40:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 09:40:11] Production.ERROR: CronJobId end10
[2026-09-11 09:40:11] Production.INFO: ==5609== Releasing lock...
[2026-09-11 09:40:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 09:40:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 09:40:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 09:40:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 09:40:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 09:40:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 09:40:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 09:40:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 09:40:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 09:40:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 09:40:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 09:40:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 09:40:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 09:40:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 09:40:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 09:40:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 09:40:15] Production.INFO: call_cost start
[2026-09-11 09:40:15] Production.INFO: call_cost end
[2026-09-11 09:40:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 09:40:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 09:40:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 09:40:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 09:40:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 09:40:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 09:40:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 09:40:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 09:40:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 09:40:15] Production.INFO: ==5605== Releasing lock...
[2026-09-11 09:40:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 09:40:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 14:41:01] Production.INFO: ==5675== Lock acquired, processing the job...
[2026-09-11 14:41:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 14:41:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 14:41:01] Production.INFO: neon service started
[2026-09-11 14:41:01] Production.INFO: neon service started
[2026-09-11 14:41:01] Production.INFO: ==5675== Releasing lock...
[2026-09-11 14:41:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 14:41:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 09:41:02] Production.INFO: ==5677== Lock acquired, processing the job...
[2026-09-11 09:41:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 09:41:02] Production.INFO: ==5677== Releasing lock...
[2026-09-11 09:41:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 09:41:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 13:41:02] Production.INFO: ==5679== Lock acquired, processing the job...
[2026-09-11 13:41:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 13:41:02] Production.INFO: ==5679== Releasing lock...
[2026-09-11 13:41:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 13:41:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 09:41:03] Production.INFO: ==5681== Lock acquired, processing the job...
[2026-09-11 09:41:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 09:41:03] Production.INFO: ==5684== Lock acquired, processing the job...
[2026-09-11 09:41:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 09:41:03] Production.INFO: ==5686== Lock acquired, processing the job...
[2026-09-11 09:41:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 09:41:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 09:41:03] Production.INFO: ==5688== Lock acquired, processing the job...
[2026-09-11 09:41:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 09:41:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 09:41:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 09:41:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 09:41:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 09:41:03] Production.INFO: Account Balance Start.
[2026-09-11 09:41:03] Production.INFO: ==5690== Lock acquired, processing the job...
[2026-09-11 09:41:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 09:41:03] Production.INFO: CreateAllLog Start
[2026-09-11 09:41:03] Production.INFO: 117
[2026-09-11 09:41:03] Production.INFO: Date 2026-09-08
[2026-09-11 09:41:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:41:03] Production.INFO: Date 2026-09-09
[2026-09-11 09:41:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:41:03] Production.INFO: Date 2026-09-10
[2026-09-11 09:41:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 09:41:03] Production.INFO: Date 2026-09-11
[2026-09-11 09:41:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 09:41:03] Production.INFO: Total Charge 0
[2026-09-11 09:41:03] Production.INFO: ==5690== Releasing lock...
[2026-09-11 09:41:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 09:41:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 09:41:03] Production.INFO: CreateAllLog End
[2026-09-11 09:41:03] Production.INFO: Account Balance End.
[2026-09-11 09:41:03] Production.ERROR: CronJobId end 12
[2026-09-11 09:41:03] Production.INFO: ==5688== Releasing lock...
[2026-09-11 09:41:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 09:41:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 09:41:04] Production.INFO: ==5684== Releasing lock...
[2026-09-11 09:41:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 09:41:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 09:41:12] Production.ERROR: CronJobId end10
[2026-09-11 09:41:12] Production.INFO: ==5686== Releasing lock...
[2026-09-11 09:41:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 09:41:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 09:41:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 09:41:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 09:41:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 09:41:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 09:41:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 09:41:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 09:41:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 09:41:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 09:41:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 09:41:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 09:41:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 09:41:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 09:41:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 09:41:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 09:41:14] Production.INFO: call_cost start
[2026-09-11 09:41:14] Production.INFO: call_cost end
[2026-09-11 09:41:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 09:41:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 09:41:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 09:41:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 09:41:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 09:41:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 09:41:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 09:41:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 09:41:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 09:41:14] Production.INFO: ==5681== Releasing lock...
[2026-09-11 09:41:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 09:41:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 14:42:02] Production.INFO: ==5748== Lock acquired, processing the job...
[2026-09-11 14:42:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 14:42:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 14:42:02] Production.INFO: neon service started
[2026-09-11 14:42:02] Production.INFO: neon service started
[2026-09-11 14:42:02] Production.INFO: ==5748== Releasing lock...
[2026-09-11 14:42:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 14:42:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 09:42:02] Production.INFO: ==5750== Lock acquired, processing the job...
[2026-09-11 09:42:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 09:42:02] Production.INFO: ==5750== Releasing lock...
[2026-09-11 09:42:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 09:42:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 13:42:02] Production.INFO: ==5752== Lock acquired, processing the job...
[2026-09-11 13:42:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 13:42:03] Production.INFO: ==5752== Releasing lock...
[2026-09-11 13:42:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 13:42:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 09:42:03] Production.INFO: ==5754== Lock acquired, processing the job...
[2026-09-11 09:42:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 09:42:03] Production.INFO: ==5758== Lock acquired, processing the job...
[2026-09-11 09:42:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 09:42:03] Production.INFO: ==5756== Lock acquired, processing the job...
[2026-09-11 09:42:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 09:42:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 09:42:03] Production.INFO: ==5760== Lock acquired, processing the job...
[2026-09-11 09:42:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 09:42:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 09:42:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 09:42:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 09:42:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 09:42:03] Production.INFO: ==5762== Lock acquired, processing the job...
[2026-09-11 09:42:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 09:42:03] Production.INFO: Account Balance Start.
[2026-09-11 09:42:03] Production.INFO: CreateAllLog Start
[2026-09-11 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-09-11 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-09-11 09:42:04] Production.INFO: 117
[2026-09-11 09: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-09-11 09:42:04] Production.INFO: Date 2026-09-08
[2026-09-11 09:42:04] Production.INFO: ==5762== Releasing lock...
[2026-09-11 09:42:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 09:42:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 09:42:04] Production.INFO: Reseller ==> 0
[2026-09-11 09:42:04] Production.INFO: Date 2026-09-09
[2026-09-11 09:42:04] Production.INFO: Reseller ==> 0
[2026-09-11 09:42:04] Production.INFO: Date 2026-09-10
[2026-09-11 09:42:04] Production.INFO: Reseller ==> 0
[2026-09-11 09:42:04] Production.INFO: Date 2026-09-11
[2026-09-11 09:42:04] Production.INFO: Reseller ==> 0
[2026-09-11 09:42:04] Production.INFO: Total Charge 0
[2026-09-11 09:42:04] Production.INFO: CreateAllLog End
[2026-09-11 09:42:04] Production.INFO: Account Balance End.
[2026-09-11 09:42:04] Production.ERROR: CronJobId end 12
[2026-09-11 09:42:04] Production.INFO: ==5760== Releasing lock...
[2026-09-11 09:42:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 09:42:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 09:42:04] Production.INFO: ==5756== Releasing lock...
[2026-09-11 09:42:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 09:42:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 09:42:12] Production.ERROR: CronJobId end10
[2026-09-11 09:42:12] Production.INFO: ==5758== Releasing lock...
[2026-09-11 09:42:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 09:42:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 09:42:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 09:42:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 09:42:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 09:42:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 09:42:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 09:42:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 09:42:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 09:42:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 09:42:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 09:42:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 09:42:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 09:42:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 09:42:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 09:42:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 09:42:15] Production.INFO: call_cost start
[2026-09-11 09:42:15] Production.INFO: call_cost end
[2026-09-11 09:42:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 09:42:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 09:42:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 09:42:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 09:42:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 09:42:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 09:42:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 09:42:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 09:42:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 09:42:15] Production.INFO: ==5754== Releasing lock...
[2026-09-11 09:42:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 09:42:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 14:43:01] Production.INFO: ==5822== Lock acquired, processing the job...
[2026-09-11 14:43:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 14:43:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 14:43:01] Production.INFO: neon service started
[2026-09-11 14:43:01] Production.INFO: neon service started
[2026-09-11 14:43:01] Production.INFO: ==5822== Releasing lock...
[2026-09-11 14:43:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 14:43:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 09:43:02] Production.INFO: ==5824== Lock acquired, processing the job...
[2026-09-11 09:43:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 09:43:02] Production.INFO: ==5824== Releasing lock...
[2026-09-11 09:43:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 09:43:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 13:43:02] Production.INFO: ==5826== Lock acquired, processing the job...
[2026-09-11 13:43:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 13:43:02] Production.INFO: ==5826== Releasing lock...
[2026-09-11 13:43:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 13:43:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 09:43:03] Production.INFO: ==5831== Lock acquired, processing the job...
[2026-09-11 09:43:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 09:43:03] Production.INFO: ==5829== Lock acquired, processing the job...
[2026-09-11 09:43:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 09:43:03] Production.INFO: ==5837== Lock acquired, processing the job...
[2026-09-11 09:43:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 09:43:03] Production.INFO: ==5833== Lock acquired, processing the job...
[2026-09-11 09:43:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 09:43:03] Production.INFO: ==5835== Lock acquired, processing the job...
[2026-09-11 09:43:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 09:43:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 09:43:03] Production.INFO: Account Balance Start.
[2026-09-11 09:43:03] Production.INFO: CreateAllLog Start
[2026-09-11 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-09-11 09:43:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 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-09-11 09:43:03] Production.INFO: 117
[2026-09-11 09:43:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 09:43:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 09:43:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 09:43:03] Production.INFO: Date 2026-09-08
[2026-09-11 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-09-11 09:43:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:43:03] Production.INFO: ==5837== Releasing lock...
[2026-09-11 09:43:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 09:43:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 09:43:03] Production.INFO: Date 2026-09-09
[2026-09-11 09:43:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:43:03] Production.INFO: Date 2026-09-10
[2026-09-11 09:43:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:43:03] Production.INFO: Date 2026-09-11
[2026-09-11 09:43:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:43:03] Production.INFO: Total Charge 0
[2026-09-11 09:43:03] Production.INFO: CreateAllLog End
[2026-09-11 09:43:03] Production.INFO: Account Balance End.
[2026-09-11 09:43:04] Production.ERROR: CronJobId end 12
[2026-09-11 09:43:04] Production.INFO: ==5835== Releasing lock...
[2026-09-11 09:43:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 09:43:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 09:43:04] Production.INFO: ==5831== Releasing lock...
[2026-09-11 09:43:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 09:43:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 09:43:11] Production.ERROR: CronJobId end10
[2026-09-11 09:43:11] Production.INFO: ==5833== Releasing lock...
[2026-09-11 09:43:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 09:43:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 09:43:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 09:43:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 09:43:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 09:43:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 09:43:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 09:43:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 09:43:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 09:43:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 09:43:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 09:43:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 09:43:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 09:43:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 09:43:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 09:43:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 09:43:14] Production.INFO: call_cost start
[2026-09-11 09:43:14] Production.INFO: call_cost end
[2026-09-11 09:43:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 09:43:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 09:43:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 09:43:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 09:43:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 09:43:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 09:43:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 09:43:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 09:43:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 09:43:14] Production.INFO: ==5829== Releasing lock...
[2026-09-11 09:43:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 09:43:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 14:44:02] Production.INFO: ==5894== Lock acquired, processing the job...
[2026-09-11 14:44:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 14:44:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 14:44:02] Production.INFO: neon service started
[2026-09-11 14:44:02] Production.INFO: neon service started
[2026-09-11 14:44:02] Production.INFO: ==5894== Releasing lock...
[2026-09-11 14:44:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 14:44:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 09:44:02] Production.INFO: ==5896== Lock acquired, processing the job...
[2026-09-11 09:44:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 13:44:02] Production.INFO: ==5898== Lock acquired, processing the job...
[2026-09-11 13:44:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 13:44:02] Production.INFO: ==5898== Releasing lock...
[2026-09-11 13:44:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 13:44:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 09:44:03] Production.INFO: ==5896== Releasing lock...
[2026-09-11 09:44:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 09:44:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 09:44:03] Production.INFO: ==5905== Lock acquired, processing the job...
[2026-09-11 09:44:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 09:44:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 09:44:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 09:44:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 09:44:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 09:44:03] Production.INFO: ==5901== Lock acquired, processing the job...
[2026-09-11 09:44:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 09:44:04] Production.INFO: ==5903== Lock acquired, processing the job...
[2026-09-11 09:44:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 09:44:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 09:44:04] Production.INFO: ==5907== Lock acquired, processing the job...
[2026-09-11 09:44:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 09:44:04] Production.INFO: Account Balance Start.
[2026-09-11 09:44:04] Production.INFO: CreateAllLog Start
[2026-09-11 09:44:04] Production.INFO: ==5909== Lock acquired, processing the job...
[2026-09-11 09:44:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 09:44:04] Production.INFO: 117
[2026-09-11 09:44:04] Production.INFO: Date 2026-09-08
[2026-09-11 09:44:04] Production.INFO: Reseller ==> 0
[2026-09-11 09: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-09-11 09: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-09-11 09:44:04] Production.INFO: Date 2026-09-09
[2026-09-11 09:44:04] Production.INFO: Reseller ==> 0
[2026-09-11 09: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-09-11 09:44:04] Production.INFO: ==5909== Releasing lock...
[2026-09-11 09:44:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 09:44:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 09:44:04] Production.INFO: Date 2026-09-10
[2026-09-11 09:44:04] Production.INFO: Reseller ==> 0
[2026-09-11 09:44:04] Production.INFO: Date 2026-09-11
[2026-09-11 09:44:04] Production.INFO: Reseller ==> 0
[2026-09-11 09:44:04] Production.INFO: Total Charge 0
[2026-09-11 09:44:04] Production.INFO: CreateAllLog End
[2026-09-11 09:44:04] Production.INFO: Account Balance End.
[2026-09-11 09:44:04] Production.ERROR: CronJobId end 12
[2026-09-11 09:44:04] Production.INFO: ==5907== Releasing lock...
[2026-09-11 09:44:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 09:44:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 09:44:04] Production.INFO: ==5903== Releasing lock...
[2026-09-11 09:44:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 09:44:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 09:44:11] Production.ERROR: CronJobId end10
[2026-09-11 09:44:11] Production.INFO: ==5905== Releasing lock...
[2026-09-11 09:44:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 09:44:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 09:44:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 09:44:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 09:44:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 09:44:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 09:44:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 09:44:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 09:44:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 09:44:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 09:44:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 09:44:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 09:44:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 09:44:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 09:44:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 09:44:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 09:44:14] Production.INFO: call_cost start
[2026-09-11 09:44:14] Production.INFO: call_cost end
[2026-09-11 09:44:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 09:44:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 09:44:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 09:44:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 09:44:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 09:44:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 09:44:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 09:44:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 09:44:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 09:44:15] Production.INFO: ==5901== Releasing lock...
[2026-09-11 09:44:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 09:44:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 14:45:01] Production.INFO: ==5964== Lock acquired, processing the job...
[2026-09-11 14:45:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 14:45:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 14:45:01] Production.INFO: neon service started
[2026-09-11 14:45:01] Production.INFO: neon service started
[2026-09-11 14:45:01] Production.INFO: ==5964== Releasing lock...
[2026-09-11 14:45:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 14:45:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 13:45:01] Production.INFO: ==5968== Lock acquired, processing the job...
[2026-09-11 13:45:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 13:45:02] Production.INFO: ==5968== Releasing lock...
[2026-09-11 13:45:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 13:45:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 09:45:02] Production.INFO: ==5966== Lock acquired, processing the job...
[2026-09-11 09:45:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 09:45:02] Production.INFO: ==5966== Releasing lock...
[2026-09-11 09:45:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 09:45:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 09:45:03] Production.INFO: ==5971== Lock acquired, processing the job...
[2026-09-11 09:45:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-11 09:45:03] Production.INFO: ==5973== Lock acquired, processing the job...
[2026-09-11 09:45:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 09:45:03] Production.INFO: ==5977== Lock acquired, processing the job...
[2026-09-11 09:45:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 09:45:03] Production.INFO: ==5979== Lock acquired, processing the job...
[2026-09-11 09:45:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 09:45:03] Production.ERROR: ========================== active cronjob start =============================
[2026-09-11 09:45:03] Production.INFO: ==5975== Lock acquired, processing the job...
[2026-09-11 09:45:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 09:45:03] Production.ERROR: ========================== active cronjob end =============================
[2026-09-11 09:45:03] Production.INFO: ==5971== Releasing lock...
[2026-09-11 09:45:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-11 09:45:03] Production.INFO: 25.5 MB #Memory Used#
[2026-09-11 09:45:03] Production.INFO: ==5983== Lock acquired, processing the job...
[2026-09-11 09:45:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 09:45:03] Production.INFO: Account Balance Start.
[2026-09-11 09:45:03] Production.INFO: CreateAllLog Start
[2026-09-11 09:45:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 09:45:03] Production.INFO: 117
[2026-09-11 09:45:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 09:45:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 09:45:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 09:45:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 09:45:03] Production.INFO: Date 2026-09-08
[2026-09-11 09:45:03] Production.INFO: ==5981== Lock acquired, processing the job...
[2026-09-11 09:45:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-11 09:45:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 09:45:03] Production.INFO: Date 2026-09-09
[2026-09-11 09:45:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 09:45:03] Production.INFO: ==5983== Releasing lock...
[2026-09-11 09:45:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 09:45:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 09:45:03] Production.INFO: Date 2026-09-10
[2026-09-11 09:45:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:45:03] Production.ERROR: tblTempUsageDetail_20
[2026-09-11 09:45:03] Production.INFO: Date 2026-09-11
[2026-09-11 09:45:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:45:03] Production.INFO: Total Charge 0
[2026-09-11 09:45:03] Production.INFO: CreateAllLog End
[2026-09-11 09:45:04] Production.ERROR: done
[2026-09-11 09:45:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-11 09:45:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17983756', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) start
[2026-09-11 09:45:04] Production.INFO: Account Balance End.
[2026-09-11 09:45:04] Production.ERROR: CronJobId end 12
[2026-09-11 09:45:04] Production.INFO: ==5979== Releasing lock...
[2026-09-11 09:45:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 09:45:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 09:45:04] Production.INFO: ==5975== Releasing lock...
[2026-09-11 09:45:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 09:45:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 09:45:09] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17983756', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) end
[2026-09-11 09:45:09] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-11 09:45:09] Production.INFO: ProcessCDR(1,17983756,1,1,2)
[2026-09-11 09:45:09] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17983756,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 09:45:09] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17983756,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 09:45:09] Production.ERROR: pbx prc_insertCDR start
[2026-09-11 09:45:09] Production.ERROR: pbx prc_insertCDR end
[2026-09-11 09:45:09] Production.INFO: ==5981== Releasing lock...
[2026-09-11 09:45:09] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-11 09:45:09] Production.INFO: 26 MB #Memory Used#
[2026-09-11 09:45:13] Production.ERROR: CronJobId end10
[2026-09-11 09:45:13] Production.INFO: ==5977== Releasing lock...
[2026-09-11 09:45:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 09:45:13] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 09:45:17] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 09:45:17] Production.INFO: ============== Balance Warning START===========
[2026-09-11 09:45:17] Production.INFO: ============== Balance Warning END===========
[2026-09-11 09:45:17] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 09:45:17] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 09:45:17] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 09:45:17] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 09:45:17] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 09:45:17] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 09:45:17] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 09:45:17] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 09:45:17] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 09:45:17] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 09:45:17] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 09:45:17] Production.INFO: call_cost start
[2026-09-11 09:45:17] Production.INFO: call_cost end
[2026-09-11 09:45:17] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 09:45:17] Production.INFO: ============== Report Schedule START===========
[2026-09-11 09:45:17] Production.INFO: ============== Report Schedule END===========
[2026-09-11 09:45:17] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 09:45:17] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 09:45:17] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 09:45:17] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 09:45:17] Production.INFO: ============== Deal alert START===========
[2026-09-11 09:45:17] Production.INFO: ============== Deal alert END===========
[2026-09-11 09:45:17] Production.INFO: ==5973== Releasing lock...
[2026-09-11 09:45:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 09:45:17] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 14:46:02] Production.INFO: ==6042== Lock acquired, processing the job...
[2026-09-11 14:46:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 14:46:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 14:46:02] Production.INFO: neon service started
[2026-09-11 14:46:02] Production.INFO: neon service started
[2026-09-11 14:46:02] Production.INFO: ==6042== Releasing lock...
[2026-09-11 14:46:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 14:46:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 13:46:02] Production.INFO: ==6046== Lock acquired, processing the job...
[2026-09-11 13:46:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 13:46:02] Production.INFO: ==6046== Releasing lock...
[2026-09-11 13:46:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 13:46:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 09:46:02] Production.INFO: ==6044== Lock acquired, processing the job...
[2026-09-11 09:46:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 09:46:02] Production.INFO: ==6044== Releasing lock...
[2026-09-11 09:46:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 09:46:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 09:46:03] Production.INFO: ==6050== Lock acquired, processing the job...
[2026-09-11 09:46:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 09:46:03] Production.INFO: ==6054== Lock acquired, processing the job...
[2026-09-11 09:46:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 09:46:03] Production.INFO: Account Balance Start.
[2026-09-11 09:46:03] Production.INFO: CreateAllLog Start
[2026-09-11 09:46:03] Production.INFO: 117
[2026-09-11 09:46:03] Production.INFO: Date 2026-09-08
[2026-09-11 09:46:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:46:03] Production.INFO: Date 2026-09-09
[2026-09-11 09:46:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:46:03] Production.INFO: Date 2026-09-10
[2026-09-11 09:46:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:46:03] Production.INFO: Date 2026-09-11
[2026-09-11 09:46:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:46:03] Production.INFO: Total Charge 0
[2026-09-11 09:46:03] Production.INFO: CreateAllLog End
[2026-09-11 09:46:03] Production.INFO: ==6048== Lock acquired, processing the job...
[2026-09-11 09:46:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 09:46:03] Production.INFO: Account Balance End.
[2026-09-11 09:46:03] Production.ERROR: CronJobId end 12
[2026-09-11 09:46:03] Production.INFO: ==6054== Releasing lock...
[2026-09-11 09:46:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 09:46:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 09:46:03] Production.INFO: ==6052== Lock acquired, processing the job...
[2026-09-11 09:46:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 09:46:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 09:46:03] Production.INFO: ==6050== Releasing lock...
[2026-09-11 09:46:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 09:46:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 09:46:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 09:46:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 09:46:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 09:46:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 09:46:03] Production.INFO: ==6056== Lock acquired, processing the job...
[2026-09-11 09:46:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 09:46: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-09-11 09:46: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-09-11 09:46:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-09-11 09:46:04] Production.INFO: ==6056== Releasing lock...
[2026-09-11 09:46:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 09:46:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 09:46:12] Production.ERROR: CronJobId end10
[2026-09-11 09:46:12] Production.INFO: ==6052== Releasing lock...
[2026-09-11 09:46:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 09:46:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 09:46:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 09:46:15] Production.INFO: ============== Balance Warning START===========
[2026-09-11 09:46:15] Production.INFO: ============== Balance Warning END===========
[2026-09-11 09:46:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 09:46:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 09:46:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 09:46:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 09:46:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 09:46:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 09:46:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 09:46:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 09:46:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 09:46:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 09:46:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 09:46:15] Production.INFO: call_cost start
[2026-09-11 09:46:15] Production.INFO: call_cost end
[2026-09-11 09:46:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 09:46:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 09:46:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 09:46:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 09:46:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 09:46:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 09:46:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 09:46:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 09:46:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 09:46:15] Production.INFO: ==6048== Releasing lock...
[2026-09-11 09:46:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 09:46:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 14:47:01] Production.INFO: ==6115== Lock acquired, processing the job...
[2026-09-11 14:47:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 14:47:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 14:47:01] Production.INFO: neon service started
[2026-09-11 14:47:01] Production.INFO: neon service started
[2026-09-11 14:47:01] Production.INFO: ==6115== Releasing lock...
[2026-09-11 14:47:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 14:47:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 09:47:01] Production.INFO: ==6117== Lock acquired, processing the job...
[2026-09-11 09:47:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 09:47:02] Production.INFO: ==6117== Releasing lock...
[2026-09-11 09:47:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 09:47:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 13:47:02] Production.INFO: ==6119== Lock acquired, processing the job...
[2026-09-11 13:47:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 13:47:02] Production.INFO: ==6119== Releasing lock...
[2026-09-11 13:47:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 13:47:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 09:47:02] Production.INFO: ==6121== Lock acquired, processing the job...
[2026-09-11 09:47:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 09:47:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 09:47:02] Production.INFO: ==6123== Lock acquired, processing the job...
[2026-09-11 09:47:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 09:47:02] Production.INFO: ==6125== Lock acquired, processing the job...
[2026-09-11 09:47:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 09:47:03] Production.INFO: ==6128== Lock acquired, processing the job...
[2026-09-11 09:47:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 09:47:03] Production.INFO: ==6130== Lock acquired, processing the job...
[2026-09-11 09:47:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 09:47:03] Production.INFO: Account Balance Start.
[2026-09-11 09:47:03] Production.INFO: CreateAllLog Start
[2026-09-11 09:47:03] Production.INFO: 117
[2026-09-11 09:47:03] Production.INFO: Date 2026-09-08
[2026-09-11 09:47:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:47:03] Production.INFO: Date 2026-09-09
[2026-09-11 09:47:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:47:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 09:47:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 09:47:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 09:47:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 09:47:03] Production.INFO: Date 2026-09-10
[2026-09-11 09:47:03] Production.INFO: Reseller ==> 0
[2026-09-11 09: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-09-11 09: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-09-11 09:47:03] Production.INFO: Date 2026-09-11
[2026-09-11 09: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-09-11 09:47:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:47:03] Production.INFO: ==6130== Releasing lock...
[2026-09-11 09:47:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 09:47:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 09:47:03] Production.INFO: Total Charge 0
[2026-09-11 09:47:03] Production.INFO: CreateAllLog End
[2026-09-11 09:47:03] Production.INFO: Account Balance End.
[2026-09-11 09:47:03] Production.ERROR: CronJobId end 12
[2026-09-11 09:47:03] Production.INFO: ==6128== Releasing lock...
[2026-09-11 09:47:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 09:47:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 09:47:04] Production.INFO: ==6123== Releasing lock...
[2026-09-11 09:47:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 09:47:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 09:47:10] Production.ERROR: CronJobId end10
[2026-09-11 09:47:10] Production.INFO: ==6125== Releasing lock...
[2026-09-11 09:47:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 09:47:10] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 09:47:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 09:47:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 09:47:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 09:47:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 09:47:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 09:47:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 09:47:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 09:47:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 09:47:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 09:47:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 09:47:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 09:47:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 09:47:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 09:47:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 09:47:13] Production.INFO: call_cost start
[2026-09-11 09:47:13] Production.INFO: call_cost end
[2026-09-11 09:47:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 09:47:13] Production.INFO: ============== Report Schedule START===========
[2026-09-11 09:47:13] Production.INFO: ============== Report Schedule END===========
[2026-09-11 09:47:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 09:47:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 09:47:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 09:47:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 09:47:13] Production.INFO: ============== Deal alert START===========
[2026-09-11 09:47:13] Production.INFO: ============== Deal alert END===========
[2026-09-11 09:47:13] Production.INFO: ==6121== Releasing lock...
[2026-09-11 09:47:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 09:47:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 14:48:01] Production.INFO: ==6208== Lock acquired, processing the job...
[2026-09-11 14:48:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 14:48:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 14:48:01] Production.INFO: neon service started
[2026-09-11 14:48:01] Production.INFO: neon service started
[2026-09-11 14:48:01] Production.INFO: ==6208== Releasing lock...
[2026-09-11 14:48:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 14:48:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 13:48:02] Production.INFO: ==6212== Lock acquired, processing the job...
[2026-09-11 13:48:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 13:48:02] Production.INFO: ==6212== Releasing lock...
[2026-09-11 13:48:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 13:48:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 09:48:02] Production.INFO: ==6210== Lock acquired, processing the job...
[2026-09-11 09:48:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 09:48:02] Production.INFO: ==6210== Releasing lock...
[2026-09-11 09:48:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 09:48:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 09:48:03] Production.INFO: ==6215== Lock acquired, processing the job...
[2026-09-11 09:48:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 09:48:03] Production.INFO: ==6217== Lock acquired, processing the job...
[2026-09-11 09:48:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 09:48:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 09:48:03] Production.INFO: ==6221== Lock acquired, processing the job...
[2026-09-11 09:48:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 09:48:03] Production.INFO: ==6219== Lock acquired, processing the job...
[2026-09-11 09:48:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 09:48:03] Production.INFO: ==6223== Lock acquired, processing the job...
[2026-09-11 09:48:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 09:48:03] Production.INFO: Account Balance Start.
[2026-09-11 09:48:03] Production.INFO: CreateAllLog Start
[2026-09-11 09:48:03] Production.INFO: 117
[2026-09-11 09:48:03] Production.INFO: Date 2026-09-08
[2026-09-11 09:48:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:48:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 09:48:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 09:48:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 09:48:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 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-09-11 09:48:03] Production.INFO: Date 2026-09-09
[2026-09-11 09:48:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 09:48:03] Production.INFO: Date 2026-09-10
[2026-09-11 09:48:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:48:03] Production.INFO: ==6223== Releasing lock...
[2026-09-11 09:48:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 09:48:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 09:48:03] Production.INFO: Date 2026-09-11
[2026-09-11 09:48:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:48:03] Production.INFO: Total Charge 0
[2026-09-11 09:48:03] Production.INFO: CreateAllLog End
[2026-09-11 09:48:04] Production.INFO: Account Balance End.
[2026-09-11 09:48:04] Production.ERROR: CronJobId end 12
[2026-09-11 09:48:04] Production.INFO: ==6221== Releasing lock...
[2026-09-11 09:48:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 09:48:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 09:48:04] Production.INFO: ==6217== Releasing lock...
[2026-09-11 09:48:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 09:48:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 09:48:11] Production.ERROR: CronJobId end10
[2026-09-11 09:48:11] Production.INFO: ==6219== Releasing lock...
[2026-09-11 09:48:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 09:48:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 09:48:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 09:48:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 09:48:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 09:48:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 09:48:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 09:48:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 09:48:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 09:48:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 09:48:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 09:48:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 09:48:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 09:48:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 09:48:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 09:48:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 09:48:13] Production.INFO: call_cost start
[2026-09-11 09:48:13] Production.INFO: call_cost end
[2026-09-11 09:48:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 09:48:13] Production.INFO: ============== Report Schedule START===========
[2026-09-11 09:48:13] Production.INFO: ============== Report Schedule END===========
[2026-09-11 09:48:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 09:48:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 09:48:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 09:48:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 09:48:13] Production.INFO: ============== Deal alert START===========
[2026-09-11 09:48:13] Production.INFO: ============== Deal alert END===========
[2026-09-11 09:48:13] Production.INFO: ==6215== Releasing lock...
[2026-09-11 09:48:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 09:48:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 14:49:02] Production.INFO: ==6282== Lock acquired, processing the job...
[2026-09-11 14:49:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 14:49:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 14:49:02] Production.INFO: neon service started
[2026-09-11 14:49:02] Production.INFO: neon service started
[2026-09-11 14:49:02] Production.INFO: ==6282== Releasing lock...
[2026-09-11 14:49:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 14:49:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 09:49:02] Production.INFO: ==6284== Lock acquired, processing the job...
[2026-09-11 09:49:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 09:49:02] Production.INFO: ==6284== Releasing lock...
[2026-09-11 09:49:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 09:49:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 13:49:03] Production.INFO: ==6286== Lock acquired, processing the job...
[2026-09-11 13:49:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 13:49:03] Production.INFO: ==6286== Releasing lock...
[2026-09-11 13:49:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 13:49:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 09:49:03] Production.INFO: ==6288== Lock acquired, processing the job...
[2026-09-11 09:49:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 09:49:03] Production.INFO: ==6292== Lock acquired, processing the job...
[2026-09-11 09:49:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 09:49:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 09:49:03] Production.INFO: ==6294== Lock acquired, processing the job...
[2026-09-11 09:49:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 09:49:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 09:49:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 09:49:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 09:49:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 09:49:03] Production.INFO: Account Balance Start.
[2026-09-11 09:49:03] Production.INFO: CreateAllLog Start
[2026-09-11 09:49:03] Production.INFO: 117
[2026-09-11 09:49:03] Production.INFO: ==6290== Lock acquired, processing the job...
[2026-09-11 09:49:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 09:49:03] Production.INFO: Date 2026-09-08
[2026-09-11 09:49:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:49:03] Production.INFO: ==6296== Lock acquired, processing the job...
[2026-09-11 09:49:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 09:49:03] Production.INFO: Date 2026-09-09
[2026-09-11 09:49:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:49:04] Production.INFO: Date 2026-09-10
[2026-09-11 09:49:04] Production.INFO: Reseller ==> 0
[2026-09-11 09:49:04] Production.INFO: Date 2026-09-11
[2026-09-11 09:49:04] Production.INFO: Reseller ==> 0
[2026-09-11 09: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-09-11 09: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-09-11 09: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-09-11 09:49:04] Production.INFO: ==6296== Releasing lock...
[2026-09-11 09:49:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 09:49:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 09:49:04] Production.INFO: Total Charge 0
[2026-09-11 09:49:04] Production.INFO: CreateAllLog End
[2026-09-11 09:49:04] Production.INFO: Account Balance End.
[2026-09-11 09:49:04] Production.ERROR: CronJobId end 12
[2026-09-11 09:49:04] Production.INFO: ==6294== Releasing lock...
[2026-09-11 09:49:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 09:49:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 09:49:04] Production.INFO: ==6290== Releasing lock...
[2026-09-11 09:49:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 09:49:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 09:49:12] Production.ERROR: CronJobId end10
[2026-09-11 09:49:12] Production.INFO: ==6292== Releasing lock...
[2026-09-11 09:49:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 09:49:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 09:49:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 09:49:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 09:49:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 09:49:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 09:49:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 09:49:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 09:49:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 09:49:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 09:49:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 09:49:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 09:49:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 09:49:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 09:49:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 09:49:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 09:49:15] Production.INFO: call_cost start
[2026-09-11 09:49:15] Production.INFO: call_cost end
[2026-09-11 09:49:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 09:49:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 09:49:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 09:49:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 09:49:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 09:49:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 09:49:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 09:49:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 09:49:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 09:49:15] Production.INFO: ==6288== Releasing lock...
[2026-09-11 09:49:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 09:49:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 14:50:01] Production.INFO: ==6350== Lock acquired, processing the job...
[2026-09-11 14:50:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 14:50:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 14:50:01] Production.INFO: neon service started
[2026-09-11 14:50:01] Production.INFO: neon service started
[2026-09-11 14:50:01] Production.INFO: ==6350== Releasing lock...
[2026-09-11 14:50:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 14:50:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 13:50:02] Production.INFO: ==6354== Lock acquired, processing the job...
[2026-09-11 13:50:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 13:50:02] Production.INFO: ==6354== Releasing lock...
[2026-09-11 13:50:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 13:50:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 09:50:02] Production.INFO: ==6352== Lock acquired, processing the job...
[2026-09-11 09:50:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 09:50:02] Production.INFO: ==6352== Releasing lock...
[2026-09-11 09:50:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 09:50:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 09:50:03] Production.INFO: ==6356== Lock acquired, processing the job...
[2026-09-11 09:50:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 09:50:03] Production.INFO: ==6362== Lock acquired, processing the job...
[2026-09-11 09:50:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 09:50:03] Production.INFO: ==6358== Lock acquired, processing the job...
[2026-09-11 09:50:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 09:50:03] Production.INFO: ==6360== Lock acquired, processing the job...
[2026-09-11 09:50:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 09:50:03] Production.INFO: ==6364== Lock acquired, processing the job...
[2026-09-11 09:50:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 09:50:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 09:50:03] Production.INFO: Account Balance Start.
[2026-09-11 09:50:03] Production.INFO: CreateAllLog Start
[2026-09-11 09:50:03] Production.INFO: 117
[2026-09-11 09:50:03] Production.INFO: Date 2026-09-08
[2026-09-11 09:50:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:50:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 09:50:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 09:50:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 09:50:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 09: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-09-11 09: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-09-11 09:50:03] Production.INFO: Date 2026-09-09
[2026-09-11 09:50:03] Production.INFO: Reseller ==> 0
[2026-09-11 09: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-09-11 09:50:03] Production.INFO: Date 2026-09-10
[2026-09-11 09:50:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:50:03] Production.INFO: ==6364== Releasing lock...
[2026-09-11 09:50:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 09:50:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 09:50:03] Production.INFO: Date 2026-09-11
[2026-09-11 09:50:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:50:03] Production.INFO: Total Charge 0
[2026-09-11 09:50:03] Production.INFO: CreateAllLog End
[2026-09-11 09:50:03] Production.INFO: Account Balance End.
[2026-09-11 09:50:03] Production.ERROR: CronJobId end 12
[2026-09-11 09:50:03] Production.INFO: ==6362== Releasing lock...
[2026-09-11 09:50:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 09:50:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 09:50:04] Production.INFO: ==6358== Releasing lock...
[2026-09-11 09:50:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 09:50:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 09:50:11] Production.ERROR: CronJobId end10
[2026-09-11 09:50:11] Production.INFO: ==6360== Releasing lock...
[2026-09-11 09:50:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 09:50:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 09:50:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 09:50:15] Production.INFO: ============== Balance Warning START===========
[2026-09-11 09:50:15] Production.INFO: ============== Balance Warning END===========
[2026-09-11 09:50:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 09:50:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 09:50:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 09:50:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 09:50:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 09:50:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 09:50:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 09:50:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 09:50:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 09:50:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 09:50:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 09:50:15] Production.INFO: call_cost start
[2026-09-11 09:50:15] Production.INFO: call_cost end
[2026-09-11 09:50:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 09:50:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 09:50:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 09:50:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 09:50:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 09:50:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 09:50:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 09:50:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 09:50:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 09:50:15] Production.INFO: ==6356== Releasing lock...
[2026-09-11 09:50:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 09:50:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 14:51:02] Production.INFO: ==6418== Lock acquired, processing the job...
[2026-09-11 14:51:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 14:51:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 14:51:02] Production.INFO: neon service started
[2026-09-11 14:51:02] Production.INFO: neon service started
[2026-09-11 14:51:02] Production.INFO: ==6418== Releasing lock...
[2026-09-11 14:51:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 14:51:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 09:51:02] Production.INFO: ==6420== Lock acquired, processing the job...
[2026-09-11 09:51:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 09:51:02] Production.INFO: ==6420== Releasing lock...
[2026-09-11 09:51:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 09:51:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 13:51:02] Production.INFO: ==6422== Lock acquired, processing the job...
[2026-09-11 13:51:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 13:51:02] Production.INFO: ==6422== Releasing lock...
[2026-09-11 13:51:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 13:51:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 09:51:03] Production.INFO: ==6425== Lock acquired, processing the job...
[2026-09-11 09:51:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 09:51:03] Production.INFO: ==6427== Lock acquired, processing the job...
[2026-09-11 09:51:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 09:51:03] Production.INFO: ==6429== Lock acquired, processing the job...
[2026-09-11 09:51:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 09:51:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 09:51:03] Production.INFO: ==6431== Lock acquired, processing the job...
[2026-09-11 09:51:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 09:51:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 09:51:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 09:51:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 09:51:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 09:51:03] Production.INFO: ==6433== Lock acquired, processing the job...
[2026-09-11 09:51:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 09:51:03] Production.INFO: Account Balance Start.
[2026-09-11 09:51:03] Production.INFO: CreateAllLog Start
[2026-09-11 09:51:03] Production.INFO: 117
[2026-09-11 09:51:03] Production.INFO: Date 2026-09-08
[2026-09-11 09:51:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 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-09-11 09:51:03] Production.INFO: Date 2026-09-09
[2026-09-11 09:51:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:51:03] Production.INFO: ==6433== Releasing lock...
[2026-09-11 09:51:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 09:51:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 09:51:03] Production.INFO: Date 2026-09-10
[2026-09-11 09:51:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:51:03] Production.INFO: Date 2026-09-11
[2026-09-11 09:51:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:51:03] Production.INFO: Total Charge 0
[2026-09-11 09:51:04] Production.INFO: CreateAllLog End
[2026-09-11 09:51:04] Production.INFO: Account Balance End.
[2026-09-11 09:51:04] Production.ERROR: CronJobId end 12
[2026-09-11 09:51:04] Production.INFO: ==6431== Releasing lock...
[2026-09-11 09:51:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 09:51:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 09:51:04] Production.INFO: ==6427== Releasing lock...
[2026-09-11 09:51:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 09:51:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 09:51:12] Production.ERROR: CronJobId end10
[2026-09-11 09:51:12] Production.INFO: ==6429== Releasing lock...
[2026-09-11 09:51:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 09:51:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 09:51:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 09:51:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 09:51:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 09:51:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 09:51:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 09:51:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 09:51:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 09:51:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 09:51:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 09:51:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 09:51:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 09:51:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 09:51:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 09:51:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 09:51:14] Production.INFO: call_cost start
[2026-09-11 09:51:14] Production.INFO: call_cost end
[2026-09-11 09:51:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 09:51:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 09:51:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 09:51:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 09:51:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 09:51:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 09:51:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 09:51:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 09:51:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 09:51:14] Production.INFO: ==6425== Releasing lock...
[2026-09-11 09:51:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 09:51:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 14:52:01] Production.INFO: ==6488== Lock acquired, processing the job...
[2026-09-11 14:52:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 14:52:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 14:52:01] Production.INFO: neon service started
[2026-09-11 14:52:01] Production.INFO: neon service started
[2026-09-11 14:52:01] Production.INFO: ==6488== Releasing lock...
[2026-09-11 14:52:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 14:52:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 09:52:02] Production.INFO: ==6490== Lock acquired, processing the job...
[2026-09-11 09:52:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 09:52:02] Production.INFO: ==6490== Releasing lock...
[2026-09-11 09:52:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 09:52:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 13:52:02] Production.INFO: ==6492== Lock acquired, processing the job...
[2026-09-11 13:52:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 13:52:02] Production.INFO: ==6492== Releasing lock...
[2026-09-11 13:52:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 13:52:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 09:52:03] Production.INFO: ==6495== Lock acquired, processing the job...
[2026-09-11 09:52:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 09:52:03] Production.INFO: ==6497== Lock acquired, processing the job...
[2026-09-11 09:52:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 09:52:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 09:52:03] Production.INFO: ==6501== Lock acquired, processing the job...
[2026-09-11 09:52:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 09:52:03] Production.INFO: ==6503== Lock acquired, processing the job...
[2026-09-11 09:52:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 09:52:03] Production.INFO: ==6499== Lock acquired, processing the job...
[2026-09-11 09:52:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 09:52:03] Production.INFO: Account Balance Start.
[2026-09-11 09:52:03] Production.INFO: CreateAllLog Start
[2026-09-11 09:52:03] Production.INFO: 117
[2026-09-11 09:52:03] Production.INFO: Date 2026-09-08
[2026-09-11 09:52:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:52:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 09:52:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 09:52:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 09:52:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 09: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-09-11 09: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-09-11 09:52:03] Production.INFO: Date 2026-09-09
[2026-09-11 09:52:03] Production.INFO: Reseller ==> 0
[2026-09-11 09: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-09-11 09:52:03] Production.INFO: ==6503== Releasing lock...
[2026-09-11 09:52:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 09:52:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 09:52:03] Production.INFO: Date 2026-09-10
[2026-09-11 09:52:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:52:03] Production.INFO: Date 2026-09-11
[2026-09-11 09:52:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:52:03] Production.INFO: Total Charge 0
[2026-09-11 09:52:03] Production.INFO: CreateAllLog End
[2026-09-11 09:52:03] Production.INFO: Account Balance End.
[2026-09-11 09:52:03] Production.ERROR: CronJobId end 12
[2026-09-11 09:52:03] Production.INFO: ==6501== Releasing lock...
[2026-09-11 09:52:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 09:52:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 09:52:03] Production.INFO: ==6497== Releasing lock...
[2026-09-11 09:52:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 09:52:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 09:52:11] Production.ERROR: CronJobId end10
[2026-09-11 09:52:11] Production.INFO: ==6499== Releasing lock...
[2026-09-11 09:52:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 09:52:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 09:52:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 09:52:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 09:52:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 09:52:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 09:52:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 09:52:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 09:52:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 09:52:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 09:52:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 09:52:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 09:52:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 09:52:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 09:52:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 09:52:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 09:52:14] Production.INFO: call_cost start
[2026-09-11 09:52:14] Production.INFO: call_cost end
[2026-09-11 09:52:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 09:52:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 09:52:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 09:52:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 09:52:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 09:52:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 09:52:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 09:52:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 09:52:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 09:52:14] Production.INFO: ==6495== Releasing lock...
[2026-09-11 09:52:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 09:52:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 14:53:02] Production.INFO: ==6562== Lock acquired, processing the job...
[2026-09-11 14:53:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 14:53:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 14:53:02] Production.INFO: neon service started
[2026-09-11 14:53:02] Production.INFO: neon service started
[2026-09-11 14:53:02] Production.INFO: ==6562== Releasing lock...
[2026-09-11 14:53:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 14:53:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 09:53:02] Production.INFO: ==6564== Lock acquired, processing the job...
[2026-09-11 09:53:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 09:53:02] Production.INFO: ==6564== Releasing lock...
[2026-09-11 09:53:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 09:53:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 13:53:02] Production.INFO: ==6566== Lock acquired, processing the job...
[2026-09-11 13:53:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 13:53:02] Production.INFO: ==6566== Releasing lock...
[2026-09-11 13:53:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 13:53:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 09:53:03] Production.INFO: ==6575== Lock acquired, processing the job...
[2026-09-11 09:53:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 09:53:03] Production.INFO: Account Balance Start.
[2026-09-11 09:53:03] Production.INFO: CreateAllLog Start
[2026-09-11 09:53:03] Production.INFO: 117
[2026-09-11 09:53:03] Production.INFO: Date 2026-09-08
[2026-09-11 09:53:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:53:03] Production.INFO: ==6569== Lock acquired, processing the job...
[2026-09-11 09:53:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 09:53:03] Production.INFO: Date 2026-09-09
[2026-09-11 09:53:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:53:03] Production.INFO: ==6573== Lock acquired, processing the job...
[2026-09-11 09:53:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 09:53:03] Production.INFO: ==6571== Lock acquired, processing the job...
[2026-09-11 09:53:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 09:53:03] Production.INFO: Date 2026-09-10
[2026-09-11 09:53:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:53:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 09:53:03] Production.INFO: Date 2026-09-11
[2026-09-11 09:53:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:53:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 09:53:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 09:53:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 09:53:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 09:53:03] Production.INFO: ==6577== Lock acquired, processing the job...
[2026-09-11 09:53:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 09:53:03] Production.INFO: Total Charge 0
[2026-09-11 09:53:03] Production.INFO: CreateAllLog End
[2026-09-11 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-09-11 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-09-11 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-09-11 09:53:03] Production.INFO: ==6577== Releasing lock...
[2026-09-11 09:53:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 09:53:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 09:53:04] Production.INFO: Account Balance End.
[2026-09-11 09:53:04] Production.ERROR: CronJobId end 12
[2026-09-11 09:53:04] Production.INFO: ==6575== Releasing lock...
[2026-09-11 09:53:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 09:53:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 09:53:04] Production.INFO: ==6571== Releasing lock...
[2026-09-11 09:53:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 09:53:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 09:53: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-09-11 09:53:11] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 09:53:11] Production.INFO: ============== Balance Warning START===========
[2026-09-11 09:53:11] Production.INFO: ============== Balance Warning END===========
[2026-09-11 09:53:11] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 09:53:11] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 09:53:11] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 09:53:11] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 09:53:11] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 09:53:11] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 09:53:11] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 09:53:11] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 09:53:11] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 09:53:11] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 09:53:11] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 09:53:11] Production.INFO: call_cost start
[2026-09-11 09:53:11] Production.INFO: call_cost end
[2026-09-11 09:53:11] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 09:53:11] Production.INFO: ============== Report Schedule START===========
[2026-09-11 09:53:11] Production.INFO: ============== Report Schedule END===========
[2026-09-11 09:53:11] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 09:53:11] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 09:53:11] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 09:53:11] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 09:53:11] Production.INFO: ============== Deal alert START===========
[2026-09-11 09:53:11] Production.INFO: ============== Deal alert END===========
[2026-09-11 09:53:11] Production.INFO: ==6569== Releasing lock...
[2026-09-11 09:53:11] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 09:53:11] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 09:53:11] Production.ERROR: CronJobId end10
[2026-09-11 09:53:11] Production.INFO: ==6573== Releasing lock...
[2026-09-11 09:53:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 09:53:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 14:54:01] Production.INFO: ==6632== Lock acquired, processing the job...
[2026-09-11 14:54:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 14:54:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 14:54:01] Production.INFO: neon service started
[2026-09-11 14:54:01] Production.INFO: neon service started
[2026-09-11 14:54:01] Production.INFO: ==6632== Releasing lock...
[2026-09-11 14:54:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 14:54:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 09:54:01] Production.INFO: ==6634== Lock acquired, processing the job...
[2026-09-11 09:54:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 09:54:02] Production.INFO: ==6634== Releasing lock...
[2026-09-11 09:54:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 09:54:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 13:54:02] Production.INFO: ==6636== Lock acquired, processing the job...
[2026-09-11 13:54:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 13:54:02] Production.INFO: ==6636== Releasing lock...
[2026-09-11 13:54:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 13:54:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 09:54:02] Production.INFO: ==6643== Lock acquired, processing the job...
[2026-09-11 09:54:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 09:54:02] Production.INFO: ==6645== Lock acquired, processing the job...
[2026-09-11 09:54:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 09:54:02] Production.INFO: ==6647== Lock acquired, processing the job...
[2026-09-11 09:54:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 09:54:02] Production.INFO: Account Balance Start.
[2026-09-11 09:54:02] Production.INFO: CreateAllLog Start
[2026-09-11 09:54:02] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 09:54:02] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 09:54:02] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 09:54:02] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 09:54:02] Production.INFO: 117
[2026-09-11 09:54:02] Production.INFO: Date 2026-09-08
[2026-09-11 09:54:02] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 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-09-11 09:54:03] Production.INFO: ==6647== Releasing lock...
[2026-09-11 09:54:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 09:54:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 09:54:03] Production.INFO: Date 2026-09-09
[2026-09-11 09:54:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:54:03] Production.INFO: ==6641== Lock acquired, processing the job...
[2026-09-11 09:54:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 09:54:03] Production.INFO: Date 2026-09-10
[2026-09-11 09:54:03] Production.INFO: ==6639== Lock acquired, processing the job...
[2026-09-11 09:54:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 09:54:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:54:03] Production.INFO: Date 2026-09-11
[2026-09-11 09:54:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:54:03] Production.INFO: Total Charge 0
[2026-09-11 09:54:03] Production.INFO: CreateAllLog End
[2026-09-11 09:54:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 09:54:03] Production.INFO: Account Balance End.
[2026-09-11 09:54:03] Production.ERROR: CronJobId end 12
[2026-09-11 09:54:03] Production.INFO: ==6645== Releasing lock...
[2026-09-11 09:54:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 09:54:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 09:54:03] Production.INFO: ==6641== Releasing lock...
[2026-09-11 09:54:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 09:54:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 09:54:11] Production.ERROR: CronJobId end10
[2026-09-11 09:54:11] Production.INFO: ==6643== Releasing lock...
[2026-09-11 09:54:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 09:54:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 09:54:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 09:54:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 09:54:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 09:54:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 09:54:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 09:54:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 09:54:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 09:54:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 09:54:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 09:54:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 09:54:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 09:54:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 09:54:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 09:54:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 09:54:14] Production.INFO: call_cost start
[2026-09-11 09:54:14] Production.INFO: call_cost end
[2026-09-11 09:54:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 09:54:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 09:54:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 09:54:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 09:54:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 09:54:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 09:54:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 09:54:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 09:54:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 09:54:14] Production.INFO: ==6639== Releasing lock...
[2026-09-11 09:54:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 09:54:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 14:55:01] Production.INFO: ==6708== Lock acquired, processing the job...
[2026-09-11 14:55:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 14:55:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 14:55:01] Production.INFO: neon service started
[2026-09-11 14:55:01] Production.INFO: neon service started
[2026-09-11 14:55:01] Production.INFO: ==6708== Releasing lock...
[2026-09-11 14:55:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 14:55:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 13:55:02] Production.INFO: ==6712== Lock acquired, processing the job...
[2026-09-11 13:55:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 13:55:02] Production.INFO: ==6712== Releasing lock...
[2026-09-11 13:55:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 13:55:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 09:55:02] Production.INFO: ==6710== Lock acquired, processing the job...
[2026-09-11 09:55:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 09:55:02] Production.INFO: ==6710== Releasing lock...
[2026-09-11 09:55:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 09:55:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 09:55:03] Production.INFO: ==6715== Lock acquired, processing the job...
[2026-09-11 09:55:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-11 09:55:03] Production.ERROR: ========================== active cronjob start =============================
[2026-09-11 09:55:03] Production.INFO: ==6717== Lock acquired, processing the job...
[2026-09-11 09:55:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 09:55:03] Production.INFO: ==6719== Lock acquired, processing the job...
[2026-09-11 09:55:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 09:55:03] Production.ERROR: ========================== active cronjob end =============================
[2026-09-11 09:55:03] Production.INFO: ==6715== Releasing lock...
[2026-09-11 09:55:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-11 09:55:03] Production.INFO: 25.5 MB #Memory Used#
[2026-09-11 09:55:03] Production.INFO: ==6725== Lock acquired, processing the job...
[2026-09-11 09:55:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-11 09:55:03] Production.INFO: ==6721== Lock acquired, processing the job...
[2026-09-11 09:55:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 09:55:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 09:55:03] Production.INFO: ==6723== Lock acquired, processing the job...
[2026-09-11 09:55:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 09:55:03] Production.ERROR: tblTempUsageDetail_20
[2026-09-11 09:55:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 09:55:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 09:55:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 09:55:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 09:55:03] Production.INFO: ==6727== Lock acquired, processing the job...
[2026-09-11 09:55:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 09:55:03] Production.INFO: Account Balance Start.
[2026-09-11 09:55:03] Production.INFO: CreateAllLog Start
[2026-09-11 09:55:03] Production.INFO: 117
[2026-09-11 09:55:04] Production.INFO: Date 2026-09-08
[2026-09-11 09:55:04] Production.INFO: Reseller ==> 0
[2026-09-11 09:55:04] Production.INFO: Date 2026-09-09
[2026-09-11 09:55:04] Production.INFO: Reseller ==> 0
[2026-09-11 09:55:04] Production.INFO: Date 2026-09-10
[2026-09-11 09:55:04] Production.INFO: Reseller ==> 0
[2026-09-11 09: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-09-11 09:55:04] Production.INFO: Date 2026-09-11
[2026-09-11 09:55:04] Production.INFO: Reseller ==> 0
[2026-09-11 09:55:04] Production.INFO: Total Charge 0
[2026-09-11 09: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-09-11 09:55:04] Production.INFO: CreateAllLog End
[2026-09-11 09: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-09-11 09:55:04] Production.INFO: ==6727== Releasing lock...
[2026-09-11 09:55:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 09:55:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 09:55:04] Production.ERROR: done
[2026-09-11 09:55:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-11 09:55:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17983797', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) start
[2026-09-11 09:55:04] Production.INFO: Account Balance End.
[2026-09-11 09:55:04] Production.ERROR: CronJobId end 12
[2026-09-11 09:55:04] Production.INFO: ==6723== Releasing lock...
[2026-09-11 09:55:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 09:55:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 09:55:04] Production.INFO: ==6719== Releasing lock...
[2026-09-11 09:55:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 09:55:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 09:55:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17983797', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) end
[2026-09-11 09:55:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-11 09:55:10] Production.INFO: ProcessCDR(1,17983797,1,1,2)
[2026-09-11 09:55:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17983797,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 09:55:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17983797,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 09:55:10] Production.ERROR: pbx prc_insertCDR start
[2026-09-11 09:55:10] Production.ERROR: pbx prc_insertCDR end
[2026-09-11 09:55:10] Production.INFO: ==6725== Releasing lock...
[2026-09-11 09:55:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-11 09:55:10] Production.INFO: 26 MB #Memory Used#
[2026-09-11 09:55:13] Production.ERROR: CronJobId end10
[2026-09-11 09:55:13] Production.INFO: ==6721== Releasing lock...
[2026-09-11 09:55:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 09:55:13] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 09:55:17] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 09:55:17] Production.INFO: ============== Balance Warning START===========
[2026-09-11 09:55:17] Production.INFO: ============== Balance Warning END===========
[2026-09-11 09:55:17] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 09:55:17] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 09:55:17] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 09:55:17] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 09:55:17] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 09:55:17] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 09:55:17] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 09:55:17] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 09:55:17] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 09:55:17] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 09:55:17] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 09:55:17] Production.INFO: call_cost start
[2026-09-11 09:55:17] Production.INFO: call_cost end
[2026-09-11 09:55:17] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 09:55:17] Production.INFO: ============== Report Schedule START===========
[2026-09-11 09:55:17] Production.INFO: ============== Report Schedule END===========
[2026-09-11 09:55:17] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 09:55:17] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 09:55:17] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 09:55:17] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 09:55:17] Production.INFO: ============== Deal alert START===========
[2026-09-11 09:55:17] Production.INFO: ============== Deal alert END===========
[2026-09-11 09:55:17] Production.INFO: ==6717== Releasing lock...
[2026-09-11 09:55:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 09:55:17] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 14:56:02] Production.INFO: ==6785== Lock acquired, processing the job...
[2026-09-11 14:56:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 14:56:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 14:56:02] Production.INFO: neon service started
[2026-09-11 14:56:02] Production.INFO: neon service started
[2026-09-11 14:56:02] Production.INFO: ==6785== Releasing lock...
[2026-09-11 14:56:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 14:56:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 13:56:02] Production.INFO: ==6789== Lock acquired, processing the job...
[2026-09-11 13:56:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 13:56:02] Production.INFO: ==6789== Releasing lock...
[2026-09-11 13:56:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 13:56:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 09:56:02] Production.INFO: ==6787== Lock acquired, processing the job...
[2026-09-11 09:56:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 09:56:03] Production.INFO: ==6787== Releasing lock...
[2026-09-11 09:56:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 09:56:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 09:56:03] Production.INFO: ==6791== Lock acquired, processing the job...
[2026-09-11 09:56:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 09:56:03] Production.INFO: ==6795== Lock acquired, processing the job...
[2026-09-11 09:56:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 09:56:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 09:56:03] Production.INFO: ==6793== Lock acquired, processing the job...
[2026-09-11 09:56:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 09:56:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 09:56:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 09:56:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 09:56:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 09:56:03] Production.INFO: ==6800== Lock acquired, processing the job...
[2026-09-11 09:56:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 09:56:03] Production.INFO: ==6797== Lock acquired, processing the job...
[2026-09-11 09:56:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 09:56:04] Production.INFO: Account Balance Start.
[2026-09-11 09:56:04] Production.INFO: CreateAllLog Start
[2026-09-11 09:56:04] Production.INFO: 117
[2026-09-11 09:56:04] Production.INFO: Date 2026-09-08
[2026-09-11 09: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-09-11 09: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-09-11 09:56:04] Production.INFO: Reseller ==> 0
[2026-09-11 09: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-09-11 09:56:04] Production.INFO: ==6800== Releasing lock...
[2026-09-11 09:56:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 09:56:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 09:56:04] Production.INFO: Date 2026-09-09
[2026-09-11 09:56:04] Production.INFO: Reseller ==> 0
[2026-09-11 09:56:04] Production.INFO: Date 2026-09-10
[2026-09-11 09:56:04] Production.INFO: Reseller ==> 0
[2026-09-11 09:56:04] Production.INFO: Date 2026-09-11
[2026-09-11 09:56:04] Production.INFO: Reseller ==> 0
[2026-09-11 09:56:04] Production.INFO: Total Charge 0
[2026-09-11 09:56:04] Production.INFO: CreateAllLog End
[2026-09-11 09:56:04] Production.INFO: Account Balance End.
[2026-09-11 09:56:04] Production.INFO: ==6793== Releasing lock...
[2026-09-11 09:56:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 09:56:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 09:56:04] Production.ERROR: CronJobId end 12
[2026-09-11 09:56:04] Production.INFO: ==6797== Releasing lock...
[2026-09-11 09:56:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 09:56:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 09:56:12] Production.ERROR: CronJobId end10
[2026-09-11 09:56:12] Production.INFO: ==6795== Releasing lock...
[2026-09-11 09:56:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 09:56:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 09:56:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 09:56:15] Production.INFO: ============== Balance Warning START===========
[2026-09-11 09:56:15] Production.INFO: ============== Balance Warning END===========
[2026-09-11 09:56:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 09:56:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 09:56:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 09:56:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 09:56:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 09:56:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 09:56:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 09:56:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 09:56:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 09:56:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 09:56:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 09:56:16] Production.INFO: call_cost start
[2026-09-11 09:56:16] Production.INFO: call_cost end
[2026-09-11 09:56:16] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 09:56:16] Production.INFO: ============== Report Schedule START===========
[2026-09-11 09:56:16] Production.INFO: ============== Report Schedule END===========
[2026-09-11 09:56:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 09:56:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 09:56:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 09:56:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 09:56:16] Production.INFO: ============== Deal alert START===========
[2026-09-11 09:56:16] Production.INFO: ============== Deal alert END===========
[2026-09-11 09:56:16] Production.INFO: ==6791== Releasing lock...
[2026-09-11 09:56:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 09:56:16] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 14:57:01] Production.INFO: ==6857== Lock acquired, processing the job...
[2026-09-11 14:57:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 14:57:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 14:57:01] Production.INFO: neon service started
[2026-09-11 14:57:01] Production.INFO: neon service started
[2026-09-11 14:57:01] Production.INFO: ==6857== Releasing lock...
[2026-09-11 14:57:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 14:57:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 13:57:02] Production.INFO: ==6861== Lock acquired, processing the job...
[2026-09-11 13:57:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 13:57:02] Production.INFO: ==6861== Releasing lock...
[2026-09-11 13:57:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 13:57:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 09:57:02] Production.INFO: ==6859== Lock acquired, processing the job...
[2026-09-11 09:57:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 09:57:02] Production.INFO: ==6859== Releasing lock...
[2026-09-11 09:57:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 09:57:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 09:57:03] Production.INFO: ==6863== Lock acquired, processing the job...
[2026-09-11 09:57:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 09:57:03] Production.INFO: ==6867== Lock acquired, processing the job...
[2026-09-11 09:57:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 09:57:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 09:57:03] Production.INFO: ==6865== Lock acquired, processing the job...
[2026-09-11 09:57:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 09:57:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 09:57:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 09:57:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 09:57:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 09:57:03] Production.INFO: ==6869== Lock acquired, processing the job...
[2026-09-11 09:57:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 09:57:03] Production.INFO: ==6871== Lock acquired, processing the job...
[2026-09-11 09:57:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 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-09-11 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-09-11 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-09-11 09:57:03] Production.INFO: ==6871== Releasing lock...
[2026-09-11 09:57:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 09:57:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 09:57:03] Production.INFO: Account Balance Start.
[2026-09-11 09:57:03] Production.INFO: CreateAllLog Start
[2026-09-11 09:57:03] Production.INFO: 117
[2026-09-11 09:57:03] Production.INFO: Date 2026-09-08
[2026-09-11 09:57:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:57:03] Production.INFO: Date 2026-09-09
[2026-09-11 09:57:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:57:03] Production.INFO: Date 2026-09-10
[2026-09-11 09:57:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:57:03] Production.INFO: Date 2026-09-11
[2026-09-11 09:57:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:57:03] Production.INFO: Total Charge 0
[2026-09-11 09:57:03] Production.INFO: CreateAllLog End
[2026-09-11 09:57:04] Production.INFO: Account Balance End.
[2026-09-11 09:57:04] Production.ERROR: CronJobId end 12
[2026-09-11 09:57:04] Production.INFO: ==6869== Releasing lock...
[2026-09-11 09:57:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 09:57:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 09:57:04] Production.INFO: ==6865== Releasing lock...
[2026-09-11 09:57:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 09:57:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 09:57:11] Production.ERROR: CronJobId end10
[2026-09-11 09:57:11] Production.INFO: ==6867== Releasing lock...
[2026-09-11 09:57:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 09:57:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 09:57:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 09:57:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 09:57:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 09:57:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 09:57:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 09:57:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 09:57:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 09:57:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 09:57:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 09:57:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 09:57:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 09:57:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 09:57:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 09:57:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 09:57:14] Production.INFO: call_cost start
[2026-09-11 09:57:14] Production.INFO: call_cost end
[2026-09-11 09:57:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 09:57:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 09:57:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 09:57:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 09:57:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 09:57:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 09:57:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 09:57:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 09:57:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 09:57:14] Production.INFO: ==6863== Releasing lock...
[2026-09-11 09:57:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 09:57:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 14:58:02] Production.INFO: ==6925== Lock acquired, processing the job...
[2026-09-11 14:58:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 14:58:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 14:58:02] Production.INFO: neon service started
[2026-09-11 14:58:02] Production.INFO: neon service started
[2026-09-11 14:58:02] Production.INFO: ==6925== Releasing lock...
[2026-09-11 14:58:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 14:58:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 13:58:02] Production.INFO: ==6929== Lock acquired, processing the job...
[2026-09-11 13:58:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 13:58:02] Production.INFO: ==6929== Releasing lock...
[2026-09-11 13:58:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 13:58:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 09:58:02] Production.INFO: ==6927== Lock acquired, processing the job...
[2026-09-11 09:58:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 09:58:02] Production.INFO: ==6927== Releasing lock...
[2026-09-11 09:58:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 09:58:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 09:58:03] Production.INFO: ==6932== Lock acquired, processing the job...
[2026-09-11 09:58:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 09:58:03] Production.INFO: ==6934== Lock acquired, processing the job...
[2026-09-11 09:58:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 09:58:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 09:58:03] Production.INFO: ==6936== Lock acquired, processing the job...
[2026-09-11 09:58:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 09:58:03] Production.INFO: ==6938== Lock acquired, processing the job...
[2026-09-11 09:58:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 09:58:03] Production.INFO: ==6940== Lock acquired, processing the job...
[2026-09-11 09:58:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 09:58:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 09:58:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 09:58:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 09:58:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 09:58:03] Production.INFO: Account Balance Start.
[2026-09-11 09:58:03] Production.INFO: CreateAllLog Start
[2026-09-11 09:58:03] Production.INFO: 117
[2026-09-11 09:58:03] Production.INFO: Date 2026-09-08
[2026-09-11 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-09-11 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-09-11 09:58:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 09:58:03] Production.INFO: ==6940== Releasing lock...
[2026-09-11 09:58:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 09:58:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 09:58:03] Production.INFO: Date 2026-09-09
[2026-09-11 09:58:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:58:03] Production.INFO: Date 2026-09-10
[2026-09-11 09:58:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:58:03] Production.INFO: Date 2026-09-11
[2026-09-11 09:58:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:58:04] Production.INFO: Total Charge 0
[2026-09-11 09:58:04] Production.INFO: CreateAllLog End
[2026-09-11 09:58:04] Production.INFO: Account Balance End.
[2026-09-11 09:58:04] Production.ERROR: CronJobId end 12
[2026-09-11 09:58:04] Production.INFO: ==6938== Releasing lock...
[2026-09-11 09:58:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 09:58:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 09:58:04] Production.INFO: ==6934== Releasing lock...
[2026-09-11 09:58:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 09:58:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 09:58:11] Production.ERROR: CronJobId end10
[2026-09-11 09:58:11] Production.INFO: ==6936== Releasing lock...
[2026-09-11 09:58:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 09:58:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 09:58:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 09:58:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 09:58:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 09:58:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 09:58:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 09:58:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 09:58:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 09:58:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 09:58:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 09:58:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 09:58:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 09:58:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 09:58:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 09:58:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 09:58:14] Production.INFO: call_cost start
[2026-09-11 09:58:14] Production.INFO: call_cost end
[2026-09-11 09:58:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 09:58:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 09:58:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 09:58:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 09:58:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 09:58:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 09:58:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 09:58:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 09:58:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 09:58:14] Production.INFO: ==6932== Releasing lock...
[2026-09-11 09:58:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 09:58:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 14:59:01] Production.INFO: ==6999== Lock acquired, processing the job...
[2026-09-11 14:59:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 14:59:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 14:59:01] Production.INFO: neon service started
[2026-09-11 14:59:01] Production.INFO: neon service started
[2026-09-11 14:59:01] Production.INFO: ==6999== Releasing lock...
[2026-09-11 14:59:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 14:59:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 13:59:01] Production.INFO: ==7003== Lock acquired, processing the job...
[2026-09-11 13:59:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 13:59:01] Production.INFO: ==7003== Releasing lock...
[2026-09-11 13:59:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 13:59:01] Production.INFO: 25 MB #Memory Used#
[2026-09-11 09:59:01] Production.INFO: ==7001== Lock acquired, processing the job...
[2026-09-11 09:59:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 09:59:02] Production.INFO: ==7001== Releasing lock...
[2026-09-11 09:59:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 09:59:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 09:59:02] Production.INFO: ==7006== Lock acquired, processing the job...
[2026-09-11 09:59:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 09:59:02] Production.INFO: ==7008== Lock acquired, processing the job...
[2026-09-11 09:59:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 09:59:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 09:59:02] Production.INFO: ==7010== Lock acquired, processing the job...
[2026-09-11 09:59:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 09:59:03] Production.INFO: ==7012== Lock acquired, processing the job...
[2026-09-11 09:59:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 09:59:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 09:59:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 09:59:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 09:59:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 09:59:03] Production.INFO: ==7014== Lock acquired, processing the job...
[2026-09-11 09:59:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 09:59:03] Production.INFO: Account Balance Start.
[2026-09-11 09:59:03] Production.INFO: CreateAllLog Start
[2026-09-11 09:59:03] Production.INFO: 117
[2026-09-11 09:59:03] Production.INFO: Date 2026-09-08
[2026-09-11 09:59:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:59:03] Production.INFO: Date 2026-09-09
[2026-09-11 09:59:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:59:03] Production.INFO: Date 2026-09-10
[2026-09-11 09:59:03] Production.INFO: Reseller ==> 0
[2026-09-11 09:59:03] Production.INFO: Date 2026-09-11
[2026-09-11 09:59:03] Production.INFO: Reseller ==> 0
[2026-09-11 09: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-09-11 09:59:03] Production.INFO: Total Charge 0
[2026-09-11 09: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-09-11 09:59:03] Production.INFO: CreateAllLog End
[2026-09-11 09: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-09-11 09:59:03] Production.INFO: ==7014== Releasing lock...
[2026-09-11 09:59:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 09:59:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 09:59:03] Production.INFO: Account Balance End.
[2026-09-11 09:59:03] Production.ERROR: CronJobId end 12
[2026-09-11 09:59:03] Production.INFO: ==7012== Releasing lock...
[2026-09-11 09:59:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 09:59:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 09:59:03] Production.INFO: ==7008== Releasing lock...
[2026-09-11 09:59:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 09:59:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 09:59:11] Production.ERROR: CronJobId end10
[2026-09-11 09:59:11] Production.INFO: ==7010== Releasing lock...
[2026-09-11 09:59:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 09:59:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 09:59:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 09:59:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 09:59:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 09:59:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 09:59:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 09:59:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 09:59:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 09:59:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 09:59:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 09:59:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 09:59:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 09:59:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 09:59:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 09:59:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 09:59:14] Production.INFO: call_cost start
[2026-09-11 09:59:14] Production.INFO: call_cost end
[2026-09-11 09:59:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 09:59:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 09:59:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 09:59:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 09:59:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 09:59:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 09:59:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 09:59:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 09:59:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 09:59:14] Production.INFO: ==7006== Releasing lock...
[2026-09-11 09:59:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 09:59:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 15:00:01] Production.INFO: ==7072== Lock acquired, processing the job...
[2026-09-11 15:00:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 15:00:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 15:00:01] Production.INFO: neon service started
[2026-09-11 15:00:01] Production.INFO: neon service started
[2026-09-11 15:00:01] Production.INFO: ==7072== Releasing lock...
[2026-09-11 15:00:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 15:00:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 14:00:02] Production.INFO: ==7076== Lock acquired, processing the job...
[2026-09-11 14:00:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 14:00:02] Production.INFO: ==7076== Releasing lock...
[2026-09-11 14:00:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 14:00:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 10:00:02] Production.INFO: ==7074== Lock acquired, processing the job...
[2026-09-11 10:00:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 10:00:02] Production.INFO: ==7074== Releasing lock...
[2026-09-11 10:00:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 10:00:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 10:00:03] Production.INFO: ==7078== Lock acquired, processing the job...
[2026-09-11 10:00:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 10:00:03] Production.INFO: ==7083== Lock acquired, processing the job...
[2026-09-11 10:00:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 10:00:03] Production.INFO: ==7081== Lock acquired, processing the job...
[2026-09-11 10:00:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 10:00:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 10:00:03] Production.INFO: ==7087== Lock acquired, processing the job...
[2026-09-11 10:00:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 10:00:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 10:00:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 10:00:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 10:00:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 10:00:03] Production.INFO: ==7085== Lock acquired, processing the job...
[2026-09-11 10:00:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 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-09-11 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-09-11 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-09-11 10:00:03] Production.INFO: ==7087== Releasing lock...
[2026-09-11 10:00:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 10:00:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 10:00:03] Production.INFO: Account Balance Start.
[2026-09-11 10:00:03] Production.INFO: CreateAllLog Start
[2026-09-11 10:00:03] Production.INFO: 117
[2026-09-11 10:00:03] Production.INFO: Date 2026-09-08
[2026-09-11 10:00:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:00:03] Production.INFO: Date 2026-09-09
[2026-09-11 10:00:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:00:03] Production.INFO: Date 2026-09-10
[2026-09-11 10:00:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:00:03] Production.INFO: Date 2026-09-11
[2026-09-11 10:00:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:00:03] Production.INFO: Total Charge 0
[2026-09-11 10:00:04] Production.INFO: CreateAllLog End
[2026-09-11 10:00:04] Production.INFO: Account Balance End.
[2026-09-11 10:00:04] Production.ERROR: CronJobId end 12
[2026-09-11 10:00:04] Production.INFO: ==7085== Releasing lock...
[2026-09-11 10:00:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 10:00:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 10:00:04] Production.INFO: ==7081== Releasing lock...
[2026-09-11 10:00:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 10:00:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 10:00:11] Production.ERROR: CronJobId end10
[2026-09-11 10:00:11] Production.INFO: ==7083== Releasing lock...
[2026-09-11 10:00:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 10:00:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 10:00:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 10:00:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 10:00:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 10:00:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 10:00:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 10:00:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 10:00:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 10:00:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 10:00:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 10:00:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 10:00:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 10:00:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 10:00:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 10:00:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 10:00:14] Production.INFO: call_cost start
[2026-09-11 10:00:14] Production.INFO: call_cost end
[2026-09-11 10:00:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 10:00:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 10:00:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 10:00:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 10:00:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 10:00:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 10:00:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 10:00:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 10:00:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 10:00:14] Production.INFO: ==7078== Releasing lock...
[2026-09-11 10:00:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 10:00:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 15:01:02] Production.INFO: ==7142== Lock acquired, processing the job...
[2026-09-11 15:01:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 15:01:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 15:01:02] Production.INFO: neon service started
[2026-09-11 15:01:02] Production.INFO: neon service started
[2026-09-11 15:01:02] Production.INFO: ==7142== Releasing lock...
[2026-09-11 15:01:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 15:01:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 10:01:02] Production.INFO: ==7156== Lock acquired, processing the job...
[2026-09-11 10:01:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 10:01:02] Production.INFO: ==7156== Releasing lock...
[2026-09-11 10:01:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 10:01:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 14:01:03] Production.INFO: ==7158== Lock acquired, processing the job...
[2026-09-11 14:01:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 14:01:03] Production.INFO: ==7158== Releasing lock...
[2026-09-11 14:01:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 14:01:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 10:01:03] Production.INFO: ==7162== Lock acquired, processing the job...
[2026-09-11 10:01:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 10:01:03] Production.INFO: ==7164== Lock acquired, processing the job...
[2026-09-11 10:01:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 10:01:03] Production.INFO: ==7168== Lock acquired, processing the job...
[2026-09-11 10:01:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 10:01:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 10:01:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 10:01:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 10:01:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 10:01:03] Production.INFO: ==7160== Lock acquired, processing the job...
[2026-09-11 10:01:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 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-09-11 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-09-11 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-09-11 10:01:04] Production.INFO: ==7168== Releasing lock...
[2026-09-11 10:01:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 10:01:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 10:01:04] Production.INFO: ==7166== Lock acquired, processing the job...
[2026-09-11 10:01:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 10:01:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 10:01:04] Production.INFO: Account Balance Start.
[2026-09-11 10:01:04] Production.INFO: CreateAllLog Start
[2026-09-11 10:01:04] Production.INFO: 117
[2026-09-11 10:01:04] Production.INFO: Date 2026-09-08
[2026-09-11 10:01:04] Production.INFO: Reseller ==> 0
[2026-09-11 10:01:04] Production.INFO: Date 2026-09-09
[2026-09-11 10:01:04] Production.INFO: Reseller ==> 0
[2026-09-11 10:01:04] Production.INFO: Date 2026-09-10
[2026-09-11 10:01:04] Production.INFO: Reseller ==> 0
[2026-09-11 10:01:04] Production.INFO: ==7162== Releasing lock...
[2026-09-11 10:01:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 10:01:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 10:01:04] Production.INFO: Date 2026-09-11
[2026-09-11 10:01:04] Production.INFO: Reseller ==> 0
[2026-09-11 10:01:04] Production.INFO: Total Charge 0
[2026-09-11 10:01:04] Production.INFO: CreateAllLog End
[2026-09-11 10:01:04] Production.INFO: Account Balance End.
[2026-09-11 10:01:04] Production.ERROR: CronJobId end 12
[2026-09-11 10:01:04] Production.INFO: ==7166== Releasing lock...
[2026-09-11 10:01:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 10:01:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 10:01:12] Production.ERROR: CronJobId end10
[2026-09-11 10:01:12] Production.INFO: ==7164== Releasing lock...
[2026-09-11 10:01:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 10:01:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 10:01:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 10:01:16] Production.INFO: ============== Balance Warning START===========
[2026-09-11 10:01:16] Production.INFO: ============== Balance Warning END===========
[2026-09-11 10:01:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 10:01:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 10:01:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 10:01:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 10:01:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 10:01:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 10:01:16] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 10:01:16] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 10:01:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 10:01:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 10:01:16] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 10:01:16] Production.INFO: call_cost start
[2026-09-11 10:01:16] Production.INFO: call_cost end
[2026-09-11 10:01:16] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 10:01:16] Production.INFO: ============== Report Schedule START===========
[2026-09-11 10:01:16] Production.INFO: ============== Report Schedule END===========
[2026-09-11 10:01:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 10:01:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 10:01:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 10:01:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 10:01:16] Production.INFO: ============== Deal alert START===========
[2026-09-11 10:01:16] Production.INFO: ============== Deal alert END===========
[2026-09-11 10:01:16] Production.INFO: ==7160== Releasing lock...
[2026-09-11 10:01:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 10:01:16] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 15:02:01] Production.INFO: ==7224== Lock acquired, processing the job...
[2026-09-11 15:02:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 15:02:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 15:02:02] Production.INFO: neon service started
[2026-09-11 15:02:02] Production.INFO: neon service started
[2026-09-11 15:02:02] Production.INFO: ==7224== Releasing lock...
[2026-09-11 15:02:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 15:02:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 14:02:02] Production.INFO: ==7228== Lock acquired, processing the job...
[2026-09-11 14:02:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 14:02:02] Production.INFO: ==7228== Releasing lock...
[2026-09-11 14:02:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 14:02:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 10:02:02] Production.INFO: ==7226== Lock acquired, processing the job...
[2026-09-11 10:02:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 10:02:02] Production.INFO: ==7226== Releasing lock...
[2026-09-11 10:02:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 10:02:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 10:02:03] Production.INFO: ==7230== Lock acquired, processing the job...
[2026-09-11 10:02:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 10:02:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 10:02:03] Production.INFO: ==7240== Lock acquired, processing the job...
[2026-09-11 10:02:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 10:02:03] Production.INFO: ==7232== Lock acquired, processing the job...
[2026-09-11 10:02:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 10:02:03] Production.INFO: ==7234== Lock acquired, processing the job...
[2026-09-11 10:02:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 10:02:03] Production.INFO: ==7236== Lock acquired, processing the job...
[2026-09-11 10:02:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 10:02:03] Production.INFO: ==7238== Lock acquired, processing the job...
[2026-09-11 10:02:03] Production.INFO: pbxaccountusage-command-pbxaccountusage-companyid-1-cronjobid-16 #Starts#
[2026-09-11 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-09-11 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-09-11 10:02:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 10:02:03] Production.ERROR: tblTempUsageDetail_20
[2026-09-11 10:02:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 10:02:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 10:02:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 10:02:03] Production.INFO: Account Balance Start.
[2026-09-11 10:02:03] Production.INFO: CreateAllLog Start
[2026-09-11 10:02:03] Production.INFO: 117
[2026-09-11 10:02:03] Production.INFO: Date 2026-09-08
[2026-09-11 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-09-11 10:02:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:02:04] Production.INFO: Date 2026-09-09
[2026-09-11 10:02:04] Production.INFO: Reseller ==> 0
[2026-09-11 10:02:04] Production.INFO: ==7240== Releasing lock...
[2026-09-11 10:02:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 10:02:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 10:02:04] Production.INFO: Date 2026-09-10
[2026-09-11 10:02:04] Production.INFO: Reseller ==> 0
[2026-09-11 10:02:04] Production.INFO: Date 2026-09-11
[2026-09-11 10:02:04] Production.INFO: Reseller ==> 0
[2026-09-11 10:02:04] Production.ERROR: done
[2026-09-11 10:02:04] Production.ERROR: tblTempVendorCDR_20
[2026-09-11 10:02:04] Production.INFO: Total Charge 0
[2026-09-11 10:02:04] Production.INFO: CreateAllLog End
[2026-09-11 10:02:04] Production.ERROR: done
[2026-09-11 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-09-11 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-09-11 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-09-11 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-09-11 10:02:04] Production.INFO: ==7238== Releasing lock...
[2026-09-11 10:02:04] Production.INFO: pbxaccountusage-command-pbxaccountusage-companyid-1-cronjobid-16 #Stops#
[2026-09-11 10:02:04] Production.INFO: 27.25 MB #Memory Used#
[2026-09-11 10:02:04] Production.INFO: Account Balance End.
[2026-09-11 10:02:04] Production.ERROR: CronJobId end 12
[2026-09-11 10:02:04] Production.INFO: ==7236== Releasing lock...
[2026-09-11 10:02:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 10:02:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 10:02:04] Production.INFO: ==7232== Releasing lock...
[2026-09-11 10:02:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 10:02:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 10:02:13] Production.ERROR: CronJobId end10
[2026-09-11 10:02:13] Production.INFO: ==7234== Releasing lock...
[2026-09-11 10:02:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 10:02:13] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 10:02:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 10:02:15] Production.INFO: ============== Balance Warning START===========
[2026-09-11 10:02:15] Production.INFO: ============== Balance Warning END===========
[2026-09-11 10:02:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 10:02:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 10:02:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 10:02:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 10:02:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 10:02:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 10:02:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 10:02:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 10:02:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 10:02:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 10:02:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 10:02:15] Production.INFO: call_cost start
[2026-09-11 10:02:15] Production.INFO: call_cost end
[2026-09-11 10:02:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 10:02:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 10:02:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 10:02:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 10:02:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 10:02:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 10:02:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 10:02:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 10:02:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 10:02:15] Production.INFO: ==7230== Releasing lock...
[2026-09-11 10:02:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 10:02:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 15:03:01] Production.INFO: ==7300== Lock acquired, processing the job...
[2026-09-11 15:03:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 15:03:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 15:03:01] Production.INFO: neon service started
[2026-09-11 15:03:01] Production.INFO: neon service started
[2026-09-11 15:03:01] Production.INFO: ==7300== Releasing lock...
[2026-09-11 15:03:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 15:03:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 14:03:01] Production.INFO: ==7304== Lock acquired, processing the job...
[2026-09-11 14:03:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 14:03:01] Production.INFO: ==7304== Releasing lock...
[2026-09-11 14:03:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 14:03:01] Production.INFO: 25 MB #Memory Used#
[2026-09-11 10:03:01] Production.INFO: ==7302== Lock acquired, processing the job...
[2026-09-11 10:03:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 10:03:02] Production.INFO: ==7302== Releasing lock...
[2026-09-11 10:03:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 10:03:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 10:03:02] Production.INFO: ==7306== Lock acquired, processing the job...
[2026-09-11 10:03:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 10:03:02] Production.INFO: ==7308== Lock acquired, processing the job...
[2026-09-11 10:03:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 10:03:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 10:03:03] Production.INFO: ==7314== Lock acquired, processing the job...
[2026-09-11 10:03:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 10:03:03] Production.INFO: ==7310== Lock acquired, processing the job...
[2026-09-11 10:03:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 10:03:03] Production.INFO: ==7312== Lock acquired, processing the job...
[2026-09-11 10:03:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 10:03:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 10:03:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 10:03:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 10:03:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 10: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-09-11 10: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-09-11 10:03:03] Production.INFO: Account Balance Start.
[2026-09-11 10:03:03] Production.INFO: CreateAllLog Start
[2026-09-11 10:03:03] Production.INFO: 117
[2026-09-11 10:03:03] Production.INFO: Date 2026-09-08
[2026-09-11 10: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-09-11 10:03:03] Production.INFO: ==7314== Releasing lock...
[2026-09-11 10:03:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 10:03:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 10:03:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:03:03] Production.INFO: Date 2026-09-09
[2026-09-11 10:03:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:03:03] Production.INFO: Date 2026-09-10
[2026-09-11 10:03:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:03:03] Production.INFO: Date 2026-09-11
[2026-09-11 10:03:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:03:03] Production.INFO: Total Charge 0
[2026-09-11 10:03:03] Production.INFO: CreateAllLog End
[2026-09-11 10:03:03] Production.INFO: Account Balance End.
[2026-09-11 10:03:03] Production.ERROR: CronJobId end 12
[2026-09-11 10:03:03] Production.INFO: ==7312== Releasing lock...
[2026-09-11 10:03:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 10:03:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 10:03:03] Production.INFO: ==7308== Releasing lock...
[2026-09-11 10:03:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 10:03:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 10:03:11] Production.ERROR: CronJobId end10
[2026-09-11 10:03:11] Production.INFO: ==7310== Releasing lock...
[2026-09-11 10:03:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 10:03:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 10:03:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 10:03:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 10:03:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 10:03:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 10:03:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 10:03:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 10:03:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 10:03:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 10:03:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 10:03:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 10:03:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 10:03:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 10:03:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 10:03:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 10:03:14] Production.INFO: call_cost start
[2026-09-11 10:03:14] Production.INFO: call_cost end
[2026-09-11 10:03:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 10:03:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 10:03:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 10:03:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 10:03:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 10:03:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 10:03:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 10:03:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 10:03:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 10:03:14] Production.INFO: ==7306== Releasing lock...
[2026-09-11 10:03:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 10:03:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 15:04:01] Production.INFO: ==7376== Lock acquired, processing the job...
[2026-09-11 15:04:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 15:04:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 15:04:01] Production.INFO: neon service started
[2026-09-11 15:04:01] Production.INFO: neon service started
[2026-09-11 15:04:01] Production.INFO: ==7376== Releasing lock...
[2026-09-11 15:04:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 15:04:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 14:04:02] Production.INFO: ==7380== Lock acquired, processing the job...
[2026-09-11 14:04:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 14:04:02] Production.INFO: ==7380== Releasing lock...
[2026-09-11 14:04:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 14:04:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 10:04:02] Production.INFO: ==7378== Lock acquired, processing the job...
[2026-09-11 10:04:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 10:04:02] Production.INFO: ==7378== Releasing lock...
[2026-09-11 10:04:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 10:04:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 10:04:03] Production.INFO: ==7382== Lock acquired, processing the job...
[2026-09-11 10:04:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 10:04:03] Production.INFO: ==7384== Lock acquired, processing the job...
[2026-09-11 10:04:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 10:04:03] Production.INFO: ==7386== Lock acquired, processing the job...
[2026-09-11 10:04:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 10:04:03] Production.INFO: ==7388== Lock acquired, processing the job...
[2026-09-11 10:04:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 10:04:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 10:04:03] Production.INFO: ==7390== Lock acquired, processing the job...
[2026-09-11 10:04:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 10:04:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 10:04:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 10:04:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 10:04:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 10:04:03] Production.INFO: Account Balance Start.
[2026-09-11 10:04:03] Production.INFO: CreateAllLog Start
[2026-09-11 10:04:03] Production.INFO: 117
[2026-09-11 10:04:03] Production.INFO: Date 2026-09-08
[2026-09-11 10:04:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 10:04:03] Production.INFO: Date 2026-09-09
[2026-09-11 10:04:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 10:04:03] Production.INFO: Date 2026-09-10
[2026-09-11 10:04:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 10:04:03] Production.INFO: ==7390== Releasing lock...
[2026-09-11 10:04:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 10:04:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 10:04:03] Production.INFO: Date 2026-09-11
[2026-09-11 10:04:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:04:03] Production.INFO: Total Charge 0
[2026-09-11 10:04:03] Production.INFO: CreateAllLog End
[2026-09-11 10:04:03] Production.INFO: Account Balance End.
[2026-09-11 10:04:03] Production.ERROR: CronJobId end 12
[2026-09-11 10:04:03] Production.INFO: ==7388== Releasing lock...
[2026-09-11 10:04:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 10:04:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 10:04:04] Production.INFO: ==7384== Releasing lock...
[2026-09-11 10:04:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 10:04:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 10:04:10] Production.ERROR: CronJobId end10
[2026-09-11 10:04:10] Production.INFO: ==7386== Releasing lock...
[2026-09-11 10:04:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 10:04:10] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 10:04:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 10:04:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 10:04:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 10:04:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 10:04:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 10:04:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 10:04:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 10:04:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 10:04:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 10:04:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 10:04:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 10:04:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 10:04:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 10:04:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 10:04:14] Production.INFO: call_cost start
[2026-09-11 10:04:14] Production.INFO: call_cost end
[2026-09-11 10:04:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 10:04:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 10:04:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 10:04:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 10:04:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 10:04:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 10:04:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 10:04:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 10:04:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 10:04:14] Production.INFO: ==7382== Releasing lock...
[2026-09-11 10:04:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 10:04:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 15:05:02] Production.INFO: ==7446== Lock acquired, processing the job...
[2026-09-11 15:05:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 15:05:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 15:05:02] Production.INFO: neon service started
[2026-09-11 15:05:02] Production.INFO: neon service started
[2026-09-11 15:05:02] Production.INFO: ==7446== Releasing lock...
[2026-09-11 15:05:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 15:05:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 14:05:02] Production.INFO: ==7450== Lock acquired, processing the job...
[2026-09-11 14:05:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 14:05:02] Production.INFO: ==7450== Releasing lock...
[2026-09-11 14:05:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 14:05:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 10:05:02] Production.INFO: ==7448== Lock acquired, processing the job...
[2026-09-11 10:05:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 10:05:03] Production.INFO: ==7448== Releasing lock...
[2026-09-11 10:05:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 10:05:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 10:05:04] Production.INFO: ==7452== Lock acquired, processing the job...
[2026-09-11 10:05:04] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-11 10:05:04] Production.INFO: ==7454== Lock acquired, processing the job...
[2026-09-11 10:05:04] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 10:05:04] Production.INFO: ==7458== Lock acquired, processing the job...
[2026-09-11 10:05:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 10:05:04] Production.ERROR: ========================== active cronjob start =============================
[2026-09-11 10:05:04] Production.ERROR: ========================== active cronjob end =============================
[2026-09-11 10:05:04] Production.INFO: ==7452== Releasing lock...
[2026-09-11 10:05:04] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-11 10:05:04] Production.INFO: 25.5 MB #Memory Used#
[2026-09-11 10:05:04] Production.INFO: ==7456== Lock acquired, processing the job...
[2026-09-11 10:05:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 10:05:04] Production.INFO: ==7462== Lock acquired, processing the job...
[2026-09-11 10:05:04] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-11 10:05:04] Production.INFO: ==7460== Lock acquired, processing the job...
[2026-09-11 10:05:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 10:05:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 10:05:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 10:05:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 10:05:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 10:05:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 10:05:04] Production.INFO: ==7464== Lock acquired, processing the job...
[2026-09-11 10:05:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 10:05:04] Production.ERROR: tblTempUsageDetail_20
[2026-09-11 10:05:04] Production.INFO: Account Balance Start.
[2026-09-11 10:05:04] Production.INFO: CreateAllLog Start
[2026-09-11 10:05:04] Production.INFO: 117
[2026-09-11 10:05:04] Production.INFO: Date 2026-09-08
[2026-09-11 10: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-09-11 10:05:04] Production.INFO: Reseller ==> 0
[2026-09-11 10: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-09-11 10: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-09-11 10:05:04] Production.INFO: ==7464== Releasing lock...
[2026-09-11 10:05:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 10:05:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 10:05:04] Production.INFO: Date 2026-09-09
[2026-09-11 10:05:04] Production.INFO: Reseller ==> 0
[2026-09-11 10:05:04] Production.ERROR: done
[2026-09-11 10:05:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-11 10:05:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17983839', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) start
[2026-09-11 10:05:04] Production.INFO: Date 2026-09-10
[2026-09-11 10:05:04] Production.INFO: Reseller ==> 0
[2026-09-11 10:05:04] Production.INFO: Date 2026-09-11
[2026-09-11 10:05:04] Production.INFO: Reseller ==> 0
[2026-09-11 10:05:04] Production.INFO: Total Charge 0
[2026-09-11 10:05:04] Production.INFO: CreateAllLog End
[2026-09-11 10:05:04] Production.INFO: Account Balance End.
[2026-09-11 10:05:04] Production.ERROR: CronJobId end 12
[2026-09-11 10:05:04] Production.INFO: ==7460== Releasing lock...
[2026-09-11 10:05:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 10:05:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 10:05:05] Production.INFO: ==7456== Releasing lock...
[2026-09-11 10:05:05] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 10:05:05] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 10:05:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17983839', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) end
[2026-09-11 10:05:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-11 10:05:10] Production.INFO: ProcessCDR(1,17983839,1,1,2)
[2026-09-11 10:05:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17983839,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 10:05:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17983839,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 10:05:10] Production.ERROR: pbx prc_insertCDR start
[2026-09-11 10:05:10] Production.ERROR: pbx prc_insertCDR end
[2026-09-11 10:05:10] Production.INFO: ==7462== Releasing lock...
[2026-09-11 10:05:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-11 10:05:10] Production.INFO: 26 MB #Memory Used#
[2026-09-11 10:05:14] Production.ERROR: CronJobId end10
[2026-09-11 10:05:14] Production.INFO: ==7458== Releasing lock...
[2026-09-11 10:05:14] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 10:05:14] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 10:05:17] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 10:05:17] Production.INFO: ============== Balance Warning START===========
[2026-09-11 10:05:17] Production.INFO: ============== Balance Warning END===========
[2026-09-11 10:05:17] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 10:05:17] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 10:05:17] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 10:05:17] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 10:05:17] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 10:05:17] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 10:05:17] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 10:05:17] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 10:05:17] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 10:05:17] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 10:05:17] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 10:05:17] Production.INFO: call_cost start
[2026-09-11 10:05:17] Production.INFO: call_cost end
[2026-09-11 10:05:17] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 10:05:17] Production.INFO: ============== Report Schedule START===========
[2026-09-11 10:05:17] Production.INFO: ============== Report Schedule END===========
[2026-09-11 10:05:17] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 10:05:17] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 10:05:17] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 10:05:17] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 10:05:17] Production.INFO: ============== Deal alert START===========
[2026-09-11 10:05:17] Production.INFO: ============== Deal alert END===========
[2026-09-11 10:05:17] Production.INFO: ==7454== Releasing lock...
[2026-09-11 10:05:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 10:05:17] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 15:06:01] Production.INFO: ==7520== Lock acquired, processing the job...
[2026-09-11 15:06:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 15:06:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 15:06:01] Production.INFO: neon service started
[2026-09-11 15:06:01] Production.INFO: neon service started
[2026-09-11 15:06:01] Production.INFO: ==7520== Releasing lock...
[2026-09-11 15:06:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 15:06:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 14:06:02] Production.INFO: ==7524== Lock acquired, processing the job...
[2026-09-11 14:06:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 14:06:02] Production.INFO: ==7524== Releasing lock...
[2026-09-11 14:06:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 14:06:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 10:06:02] Production.INFO: ==7522== Lock acquired, processing the job...
[2026-09-11 10:06:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 10:06:02] Production.INFO: ==7522== Releasing lock...
[2026-09-11 10:06:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 10:06:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 10:06:03] Production.INFO: ==7528== Lock acquired, processing the job...
[2026-09-11 10:06:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 10:06:03] Production.INFO: ==7530== Lock acquired, processing the job...
[2026-09-11 10:06:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 10:06:03] Production.INFO: ==7526== Lock acquired, processing the job...
[2026-09-11 10:06:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 10:06:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 10:06:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 10:06:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 10:06:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 10:06:03] Production.INFO: ==7534== Lock acquired, processing the job...
[2026-09-11 10:06:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 10:06:03] Production.INFO: ==7532== Lock acquired, processing the job...
[2026-09-11 10:06:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 10:06:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 10:06:03] Production.INFO: Account Balance Start.
[2026-09-11 10:06:03] Production.INFO: CreateAllLog Start
[2026-09-11 10:06:03] Production.INFO: 117
[2026-09-11 10: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-09-11 10:06:03] Production.INFO: Date 2026-09-08
[2026-09-11 10:06:03] Production.INFO: Reseller ==> 0
[2026-09-11 10: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-09-11 10: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-09-11 10:06:03] Production.INFO: ==7534== Releasing lock...
[2026-09-11 10:06:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 10:06:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 10:06:03] Production.INFO: Date 2026-09-09
[2026-09-11 10:06:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:06:03] Production.INFO: Date 2026-09-10
[2026-09-11 10:06:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:06:03] Production.INFO: Date 2026-09-11
[2026-09-11 10:06:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:06:03] Production.INFO: Total Charge 0
[2026-09-11 10:06:03] Production.INFO: CreateAllLog End
[2026-09-11 10:06:04] Production.INFO: Account Balance End.
[2026-09-11 10:06:04] Production.ERROR: CronJobId end 12
[2026-09-11 10:06:04] Production.INFO: ==7532== Releasing lock...
[2026-09-11 10:06:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 10:06:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 10:06:04] Production.INFO: ==7528== Releasing lock...
[2026-09-11 10:06:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 10:06:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 10:06:10] Production.ERROR: CronJobId end10
[2026-09-11 10:06:10] Production.INFO: ==7530== Releasing lock...
[2026-09-11 10:06:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 10:06:10] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 10:06:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 10:06:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 10:06:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 10:06:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 10:06:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 10:06:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 10:06:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 10:06:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 10:06:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 10:06:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 10:06:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 10:06:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 10:06:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 10:06:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 10:06:14] Production.INFO: call_cost start
[2026-09-11 10:06:14] Production.INFO: call_cost end
[2026-09-11 10:06:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 10:06:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 10:06:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 10:06:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 10:06:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 10:06:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 10:06:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 10:06:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 10:06:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 10:06:14] Production.INFO: ==7526== Releasing lock...
[2026-09-11 10:06:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 10:06:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 15:07:02] Production.INFO: ==7596== Lock acquired, processing the job...
[2026-09-11 15:07:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 15:07:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 15:07:02] Production.INFO: neon service started
[2026-09-11 15:07:02] Production.INFO: neon service started
[2026-09-11 15:07:02] Production.INFO: ==7596== Releasing lock...
[2026-09-11 15:07:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 15:07:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 14:07:02] Production.INFO: ==7600== Lock acquired, processing the job...
[2026-09-11 14:07:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 14:07:02] Production.INFO: ==7600== Releasing lock...
[2026-09-11 14:07:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 14:07:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 10:07:02] Production.INFO: ==7598== Lock acquired, processing the job...
[2026-09-11 10:07:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 10:07:02] Production.INFO: ==7598== Releasing lock...
[2026-09-11 10:07:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 10:07:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 10:07:03] Production.INFO: ==7608== Lock acquired, processing the job...
[2026-09-11 10:07:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 10:07:03] Production.INFO: ==7602== Lock acquired, processing the job...
[2026-09-11 10:07:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 10:07:03] Production.INFO: ==7604== Lock acquired, processing the job...
[2026-09-11 10:07:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 10:07:03] Production.INFO: Account Balance Start.
[2026-09-11 10:07:03] Production.INFO: CreateAllLog Start
[2026-09-11 10:07:03] Production.INFO: 117
[2026-09-11 10:07:03] Production.INFO: Date 2026-09-08
[2026-09-11 10:07:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:07:03] Production.INFO: ==7606== Lock acquired, processing the job...
[2026-09-11 10:07:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 10:07:03] Production.INFO: ==7610== Lock acquired, processing the job...
[2026-09-11 10:07:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 10:07:03] Production.INFO: Date 2026-09-09
[2026-09-11 10:07:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:07:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 10:07:03] Production.INFO: Date 2026-09-10
[2026-09-11 10:07:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:07:03] Production.INFO: Date 2026-09-11
[2026-09-11 10:07:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:07:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 10:07:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 10:07:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 10:07:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 10:07:03] Production.INFO: Total Charge 0
[2026-09-11 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-09-11 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-09-11 10:07:03] Production.INFO: CreateAllLog End
[2026-09-11 10: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-09-11 10:07:04] Production.INFO: ==7610== Releasing lock...
[2026-09-11 10:07:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 10:07:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 10:07:04] Production.INFO: Account Balance End.
[2026-09-11 10:07:04] Production.ERROR: CronJobId end 12
[2026-09-11 10:07:04] Production.INFO: ==7608== Releasing lock...
[2026-09-11 10:07:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 10:07:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 10:07:04] Production.INFO: ==7604== Releasing lock...
[2026-09-11 10:07:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 10:07:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 10:07:12] Production.ERROR: CronJobId end10
[2026-09-11 10:07:12] Production.INFO: ==7606== Releasing lock...
[2026-09-11 10:07:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 10:07:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 10:07:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 10:07:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 10:07:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 10:07:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 10:07:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 10:07:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 10:07:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 10:07:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 10:07:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 10:07:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 10:07:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 10:07:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 10:07:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 10:07:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 10:07:14] Production.INFO: call_cost start
[2026-09-11 10:07:14] Production.INFO: call_cost end
[2026-09-11 10:07:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 10:07:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 10:07:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 10:07:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 10:07:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 10:07:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 10:07:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 10:07:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 10:07:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 10:07:14] Production.INFO: ==7602== Releasing lock...
[2026-09-11 10:07:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 10:07:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 15:08:01] Production.INFO: ==7669== Lock acquired, processing the job...
[2026-09-11 15:08:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 15:08:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 15:08:01] Production.INFO: neon service started
[2026-09-11 15:08:01] Production.INFO: neon service started
[2026-09-11 15:08:01] Production.INFO: ==7669== Releasing lock...
[2026-09-11 15:08:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 15:08:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 10:08:01] Production.INFO: ==7671== Lock acquired, processing the job...
[2026-09-11 10:08:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 10:08:02] Production.INFO: ==7671== Releasing lock...
[2026-09-11 10:08:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 10:08:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 14:08:02] Production.INFO: ==7673== Lock acquired, processing the job...
[2026-09-11 14:08:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 14:08:02] Production.INFO: ==7673== Releasing lock...
[2026-09-11 14:08:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 14:08:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 10:08:03] Production.INFO: ==7683== Lock acquired, processing the job...
[2026-09-11 10:08:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 10:08:03] Production.INFO: ==7675== Lock acquired, processing the job...
[2026-09-11 10:08:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 10:08:03] Production.INFO: ==7679== Lock acquired, processing the job...
[2026-09-11 10:08:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 10:08:03] Production.INFO: ==7681== Lock acquired, processing the job...
[2026-09-11 10:08:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 10:08:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 10:08:03] Production.INFO: ==7677== Lock acquired, processing the job...
[2026-09-11 10:08:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 10: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-09-11 10: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-09-11 10: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-09-11 10:08:03] Production.INFO: ==7683== Releasing lock...
[2026-09-11 10:08:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 10:08:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 10:08:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 10:08:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 10:08:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 10:08:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 10:08:03] Production.INFO: Account Balance Start.
[2026-09-11 10:08:03] Production.INFO: CreateAllLog Start
[2026-09-11 10:08:03] Production.INFO: 117
[2026-09-11 10:08:03] Production.INFO: Date 2026-09-08
[2026-09-11 10:08:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:08:03] Production.INFO: Date 2026-09-09
[2026-09-11 10:08:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:08:03] Production.INFO: Date 2026-09-10
[2026-09-11 10:08:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:08:03] Production.INFO: Date 2026-09-11
[2026-09-11 10:08:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:08:03] Production.INFO: Total Charge 0
[2026-09-11 10:08:03] Production.INFO: CreateAllLog End
[2026-09-11 10:08:03] Production.INFO: Account Balance End.
[2026-09-11 10:08:03] Production.INFO: ==7677== Releasing lock...
[2026-09-11 10:08:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 10:08:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 10:08:03] Production.ERROR: CronJobId end 12
[2026-09-11 10:08:03] Production.INFO: ==7681== Releasing lock...
[2026-09-11 10:08:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 10:08:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 10:08:11] Production.ERROR: CronJobId end10
[2026-09-11 10:08:11] Production.INFO: ==7679== Releasing lock...
[2026-09-11 10:08:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 10:08:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 10:08:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 10:08:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 10:08:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 10:08:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 10:08:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 10:08:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 10:08:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 10:08:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 10:08:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 10:08:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 10:08:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 10:08:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 10:08:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 10:08:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 10:08:14] Production.INFO: call_cost start
[2026-09-11 10:08:14] Production.INFO: call_cost end
[2026-09-11 10:08:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 10:08:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 10:08:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 10:08:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 10:08:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 10:08:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 10:08:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 10:08:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 10:08:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 10:08:14] Production.INFO: ==7675== Releasing lock...
[2026-09-11 10:08:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 10:08:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 15:09:01] Production.INFO: ==7748== Lock acquired, processing the job...
[2026-09-11 15:09:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 15:09:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 15:09:01] Production.INFO: neon service started
[2026-09-11 15:09:01] Production.INFO: neon service started
[2026-09-11 15:09:01] Production.INFO: ==7748== Releasing lock...
[2026-09-11 15:09:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 15:09:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 10:09:02] Production.INFO: ==7750== Lock acquired, processing the job...
[2026-09-11 10:09:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 10:09:02] Production.INFO: ==7750== Releasing lock...
[2026-09-11 10:09:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 10:09:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 14:09:02] Production.INFO: ==7752== Lock acquired, processing the job...
[2026-09-11 14:09:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 14:09:02] Production.INFO: ==7752== Releasing lock...
[2026-09-11 14:09:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 14:09:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 10:09:03] Production.INFO: ==7754== Lock acquired, processing the job...
[2026-09-11 10:09:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 10:09:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 10:09:03] Production.INFO: ==7761== Lock acquired, processing the job...
[2026-09-11 10:09:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 10:09:03] Production.INFO: ==7758== Lock acquired, processing the job...
[2026-09-11 10:09:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 10:09:03] Production.INFO: ==7756== Lock acquired, processing the job...
[2026-09-11 10:09:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 10:09:03] Production.INFO: ==7763== Lock acquired, processing the job...
[2026-09-11 10:09:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 10:09:03] Production.INFO: Account Balance Start.
[2026-09-11 10:09:03] Production.INFO: CreateAllLog Start
[2026-09-11 10:09:03] Production.INFO: 117
[2026-09-11 10:09:03] Production.INFO: Date 2026-09-08
[2026-09-11 10:09:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:09:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 10:09:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 10:09:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 10:09:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 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-09-11 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-09-11 10:09:03] Production.INFO: Date 2026-09-09
[2026-09-11 10:09:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 10:09:03] Production.INFO: ==7763== Releasing lock...
[2026-09-11 10:09:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 10:09:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 10:09:03] Production.INFO: Date 2026-09-10
[2026-09-11 10:09:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:09:03] Production.INFO: Date 2026-09-11
[2026-09-11 10:09:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:09:03] Production.INFO: Total Charge 0
[2026-09-11 10:09:03] Production.INFO: CreateAllLog End
[2026-09-11 10:09:04] Production.INFO: Account Balance End.
[2026-09-11 10:09:04] Production.ERROR: CronJobId end 12
[2026-09-11 10:09:04] Production.INFO: ==7761== Releasing lock...
[2026-09-11 10:09:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 10:09:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 10:09:04] Production.INFO: ==7756== Releasing lock...
[2026-09-11 10:09:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 10:09:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 10:09:11] Production.ERROR: CronJobId end10
[2026-09-11 10:09:11] Production.INFO: ==7758== Releasing lock...
[2026-09-11 10:09:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 10:09:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 10:09:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 10:09:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 10:09:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 10:09:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 10:09:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 10:09:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 10:09:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 10:09:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 10:09:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 10:09:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 10:09:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 10:09:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 10:09:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 10:09:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 10:09:14] Production.INFO: call_cost start
[2026-09-11 10:09:14] Production.INFO: call_cost end
[2026-09-11 10:09:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 10:09:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 10:09:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 10:09:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 10:09:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 10:09:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 10:09:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 10:09:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 10:09:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 10:09:14] Production.INFO: ==7754== Releasing lock...
[2026-09-11 10:09:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 10:09:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 15:10:01] Production.INFO: ==7829== Lock acquired, processing the job...
[2026-09-11 15:10:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 15:10:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 15:10:01] Production.INFO: neon service started
[2026-09-11 15:10:01] Production.INFO: neon service started
[2026-09-11 15:10:01] Production.INFO: ==7829== Releasing lock...
[2026-09-11 15:10:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 15:10:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 14:10:01] Production.INFO: ==7833== Lock acquired, processing the job...
[2026-09-11 14:10:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 14:10:01] Production.INFO: ==7833== Releasing lock...
[2026-09-11 14:10:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 14:10:01] Production.INFO: 25 MB #Memory Used#
[2026-09-11 10:10:01] Production.INFO: ==7831== Lock acquired, processing the job...
[2026-09-11 10:10:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 10:10:02] Production.INFO: ==7831== Releasing lock...
[2026-09-11 10:10:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 10:10:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 10:10:03] Production.INFO: ==7838== Lock acquired, processing the job...
[2026-09-11 10:10:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 10:10:03] Production.INFO: ==7836== Lock acquired, processing the job...
[2026-09-11 10:10:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 10:10:03] Production.INFO: ==7840== Lock acquired, processing the job...
[2026-09-11 10:10:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 10:10:03] Production.INFO: ==7844== Lock acquired, processing the job...
[2026-09-11 10:10:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 10:10:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 10:10:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 10:10:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 10:10:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 10:10:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 10:10:03] Production.INFO: ==7842== Lock acquired, processing the job...
[2026-09-11 10:10:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 10:10:03] Production.INFO: Account Balance Start.
[2026-09-11 10:10:03] Production.INFO: CreateAllLog Start
[2026-09-11 10:10:03] Production.INFO: 117
[2026-09-11 10:10:03] Production.INFO: Date 2026-09-08
[2026-09-11 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-09-11 10:10:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 10:10:03] Production.INFO: ==7844== Releasing lock...
[2026-09-11 10:10:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 10:10:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 10:10:03] Production.INFO: Date 2026-09-09
[2026-09-11 10:10:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:10:03] Production.INFO: Date 2026-09-10
[2026-09-11 10:10:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:10:03] Production.INFO: Date 2026-09-11
[2026-09-11 10:10:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:10:03] Production.INFO: Total Charge 0
[2026-09-11 10:10:03] Production.INFO: CreateAllLog End
[2026-09-11 10:10:03] Production.INFO: Account Balance End.
[2026-09-11 10:10:03] Production.ERROR: CronJobId end 12
[2026-09-11 10:10:03] Production.INFO: ==7842== Releasing lock...
[2026-09-11 10:10:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 10:10:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 10:10:03] Production.INFO: ==7838== Releasing lock...
[2026-09-11 10:10:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 10:10:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 10:10:10] Production.ERROR: CronJobId end10
[2026-09-11 10:10:10] Production.INFO: ==7840== Releasing lock...
[2026-09-11 10:10:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 10:10:10] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 10:10:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 10:10:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 10:10:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 10:10:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 10:10:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 10:10:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 10:10:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 10:10:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 10:10:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 10:10:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 10:10:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 10:10:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 10:10:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 10:10:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 10:10:14] Production.INFO: call_cost start
[2026-09-11 10:10:14] Production.INFO: call_cost end
[2026-09-11 10:10:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 10:10:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 10:10:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 10:10:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 10:10:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 10:10:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 10:10:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 10:10:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 10:10:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 10:10:14] Production.INFO: ==7836== Releasing lock...
[2026-09-11 10:10:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 10:10:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 15:11:01] Production.INFO: ==7908== Lock acquired, processing the job...
[2026-09-11 15:11:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 15:11:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 15:11:01] Production.INFO: neon service started
[2026-09-11 15:11:01] Production.INFO: neon service started
[2026-09-11 15:11:01] Production.INFO: ==7908== Releasing lock...
[2026-09-11 15:11:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 15:11:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 14:11:02] Production.INFO: ==7912== Lock acquired, processing the job...
[2026-09-11 14:11:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 14:11:02] Production.INFO: ==7912== Releasing lock...
[2026-09-11 14:11:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 14:11:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 10:11:02] Production.INFO: ==7910== Lock acquired, processing the job...
[2026-09-11 10:11:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 10:11:02] Production.INFO: ==7910== Releasing lock...
[2026-09-11 10:11:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 10:11:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 10:11:03] Production.INFO: ==7914== Lock acquired, processing the job...
[2026-09-11 10:11:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 10:11:03] Production.INFO: ==7916== Lock acquired, processing the job...
[2026-09-11 10:11:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 10:11:03] Production.INFO: ==7918== Lock acquired, processing the job...
[2026-09-11 10:11:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 10:11:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 10:11:03] Production.INFO: ==7920== Lock acquired, processing the job...
[2026-09-11 10:11:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 10:11:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 10:11:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 10:11:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 10:11:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 10:11:03] Production.INFO: ==7922== Lock acquired, processing the job...
[2026-09-11 10:11:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 10:11:03] Production.INFO: Account Balance Start.
[2026-09-11 10:11:03] Production.INFO: CreateAllLog Start
[2026-09-11 10:11:03] Production.INFO: 117
[2026-09-11 10:11:03] Production.INFO: Date 2026-09-08
[2026-09-11 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-09-11 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-09-11 10:11:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 10:11:03] Production.INFO: ==7922== Releasing lock...
[2026-09-11 10:11:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 10:11:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 10:11:03] Production.INFO: Date 2026-09-09
[2026-09-11 10:11:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:11:03] Production.INFO: Date 2026-09-10
[2026-09-11 10:11:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:11:03] Production.INFO: Date 2026-09-11
[2026-09-11 10:11:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:11:03] Production.INFO: Total Charge 0
[2026-09-11 10:11:03] Production.INFO: CreateAllLog End
[2026-09-11 10:11:03] Production.INFO: Account Balance End.
[2026-09-11 10:11:04] Production.ERROR: CronJobId end 12
[2026-09-11 10:11:04] Production.INFO: ==7920== Releasing lock...
[2026-09-11 10:11:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 10:11:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 10:11:04] Production.INFO: ==7916== Releasing lock...
[2026-09-11 10:11:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 10:11:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 10:11:11] Production.ERROR: CronJobId end10
[2026-09-11 10:11:11] Production.INFO: ==7918== Releasing lock...
[2026-09-11 10:11:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 10:11:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 10:11:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 10:11:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 10:11:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 10:11:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 10:11:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 10:11:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 10:11:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 10:11:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 10:11:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 10:11:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 10:11:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 10:11:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 10:11:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 10:11:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 10:11:15] Production.INFO: call_cost start
[2026-09-11 10:11:15] Production.INFO: call_cost end
[2026-09-11 10:11:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 10:11:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 10:11:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 10:11:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 10:11:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 10:11:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 10:11:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 10:11:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 10:11:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 10:11:15] Production.INFO: ==7914== Releasing lock...
[2026-09-11 10:11:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 10:11:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 15:12:02] Production.INFO: ==7982== Lock acquired, processing the job...
[2026-09-11 15:12:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 15:12:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 15:12:02] Production.INFO: neon service started
[2026-09-11 15:12:02] Production.INFO: neon service started
[2026-09-11 15:12:02] Production.INFO: ==7982== Releasing lock...
[2026-09-11 15:12:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 15:12:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 10:12:02] Production.INFO: ==7986== Lock acquired, processing the job...
[2026-09-11 10:12:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 10:12:02] Production.INFO: ==7986== Releasing lock...
[2026-09-11 10:12:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 10:12:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 14:12:03] Production.INFO: ==7988== Lock acquired, processing the job...
[2026-09-11 14:12:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 14:12:03] Production.INFO: ==7988== Releasing lock...
[2026-09-11 14:12:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 14:12:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 10:12:03] Production.INFO: ==7993== Lock acquired, processing the job...
[2026-09-11 10:12:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 10:12:03] Production.INFO: ==7991== Lock acquired, processing the job...
[2026-09-11 10:12:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 10:12:03] Production.INFO: ==7995== Lock acquired, processing the job...
[2026-09-11 10:12:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 10:12:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 10:12:03] Production.INFO: ==7997== Lock acquired, processing the job...
[2026-09-11 10:12:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 10:12:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 10:12:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 10:12:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 10:12:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 10:12:04] Production.INFO: ==7999== Lock acquired, processing the job...
[2026-09-11 10:12:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 10:12:04] Production.INFO: ==7993== Releasing lock...
[2026-09-11 10:12:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 10:12:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 10: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-09-11 10: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-09-11 10:12:04] Production.INFO: Account Balance Start.
[2026-09-11 10:12:04] Production.INFO: CreateAllLog Start
[2026-09-11 10:12:04] Production.INFO: 117
[2026-09-11 10: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-09-11 10:12:04] Production.INFO: Date 2026-09-08
[2026-09-11 10:12:04] Production.INFO: ==7999== Releasing lock...
[2026-09-11 10:12:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 10:12:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 10:12:04] Production.INFO: Reseller ==> 0
[2026-09-11 10:12:04] Production.INFO: Date 2026-09-09
[2026-09-11 10:12:04] Production.INFO: Reseller ==> 0
[2026-09-11 10:12:04] Production.INFO: Date 2026-09-10
[2026-09-11 10:12:04] Production.INFO: Reseller ==> 0
[2026-09-11 10:12:04] Production.INFO: Date 2026-09-11
[2026-09-11 10:12:04] Production.INFO: Reseller ==> 0
[2026-09-11 10:12:04] Production.INFO: Total Charge 0
[2026-09-11 10:12:04] Production.INFO: CreateAllLog End
[2026-09-11 10:12:04] Production.INFO: Account Balance End.
[2026-09-11 10:12:04] Production.ERROR: CronJobId end 12
[2026-09-11 10:12:04] Production.INFO: ==7997== Releasing lock...
[2026-09-11 10:12:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 10:12:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 10:12:13] Production.ERROR: CronJobId end10
[2026-09-11 10:12:13] Production.INFO: ==7995== Releasing lock...
[2026-09-11 10:12:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 10:12:13] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 10:12:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 10:12:15] Production.INFO: ============== Balance Warning START===========
[2026-09-11 10:12:15] Production.INFO: ============== Balance Warning END===========
[2026-09-11 10:12:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 10:12:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 10:12:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 10:12:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 10:12:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 10:12:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 10:12:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 10:12:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 10:12:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 10:12:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 10:12:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 10:12:15] Production.INFO: call_cost start
[2026-09-11 10:12:15] Production.INFO: call_cost end
[2026-09-11 10:12:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 10:12:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 10:12:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 10:12:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 10:12:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 10:12:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 10:12:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 10:12:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 10:12:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 10:12:15] Production.INFO: ==7991== Releasing lock...
[2026-09-11 10:12:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 10:12:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 15:13:01] Production.INFO: ==8062== Lock acquired, processing the job...
[2026-09-11 15:13:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 15:13:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 15:13:01] Production.INFO: neon service started
[2026-09-11 15:13:01] Production.INFO: neon service started
[2026-09-11 15:13:01] Production.INFO: ==8062== Releasing lock...
[2026-09-11 15:13:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 15:13:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 14:13:02] Production.INFO: ==8067== Lock acquired, processing the job...
[2026-09-11 14:13:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 14:13:02] Production.INFO: ==8067== Releasing lock...
[2026-09-11 14:13:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 14:13:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 10:13:02] Production.INFO: ==8065== Lock acquired, processing the job...
[2026-09-11 10:13:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 10:13:02] Production.INFO: ==8065== Releasing lock...
[2026-09-11 10:13:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 10:13:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 10:13:02] Production.INFO: ==8071== Lock acquired, processing the job...
[2026-09-11 10:13:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 10:13:03] Production.INFO: ==8075== Lock acquired, processing the job...
[2026-09-11 10:13:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 10:13:03] Production.INFO: Account Balance Start.
[2026-09-11 10:13:03] Production.INFO: CreateAllLog Start
[2026-09-11 10:13:03] Production.INFO: 117
[2026-09-11 10:13:03] Production.INFO: Date 2026-09-08
[2026-09-11 10:13:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:13:03] Production.INFO: Date 2026-09-09
[2026-09-11 10:13:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:13:03] Production.INFO: Date 2026-09-10
[2026-09-11 10:13:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:13:03] Production.INFO: Date 2026-09-11
[2026-09-11 10:13:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:13:03] Production.INFO: Total Charge 0
[2026-09-11 10:13:03] Production.INFO: CreateAllLog End
[2026-09-11 10:13:03] Production.INFO: ==8069== Lock acquired, processing the job...
[2026-09-11 10:13:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 10:13:03] Production.INFO: ==8073== Lock acquired, processing the job...
[2026-09-11 10:13:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 10:13:03] Production.INFO: Account Balance End.
[2026-09-11 10:13:03] Production.INFO: ==8077== Lock acquired, processing the job...
[2026-09-11 10:13:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 10:13:03] Production.ERROR: CronJobId end 12
[2026-09-11 10:13:03] Production.INFO: ==8075== Releasing lock...
[2026-09-11 10:13:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 10:13:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 10:13:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 10:13:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 10:13:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 10:13:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 10:13:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 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-09-11 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-09-11 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-09-11 10:13:03] Production.INFO: ==8077== Releasing lock...
[2026-09-11 10:13:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 10:13:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 10:13:03] Production.INFO: ==8071== Releasing lock...
[2026-09-11 10:13:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 10:13:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 10:13:12] Production.ERROR: CronJobId end10
[2026-09-11 10:13:12] Production.INFO: ==8073== Releasing lock...
[2026-09-11 10:13:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 10:13:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 10:13:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 10:13:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 10:13:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 10:13:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 10:13:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 10:13:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 10:13:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 10:13:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 10:13:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 10:13:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 10:13:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 10:13:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 10:13:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 10:13:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 10:13:14] Production.INFO: call_cost start
[2026-09-11 10:13:14] Production.INFO: call_cost end
[2026-09-11 10:13:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 10:13:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 10:13:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 10:13:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 10:13:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 10:13:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 10:13:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 10:13:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 10:13:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 10:13:14] Production.INFO: ==8069== Releasing lock...
[2026-09-11 10:13:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 10:13:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 15:14:02] Production.INFO: ==8142== Lock acquired, processing the job...
[2026-09-11 15:14:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 15:14:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 15:14:02] Production.INFO: neon service started
[2026-09-11 15:14:02] Production.INFO: neon service started
[2026-09-11 15:14:02] Production.INFO: ==8142== Releasing lock...
[2026-09-11 15:14:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 15:14:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 14:14:02] Production.INFO: ==8146== Lock acquired, processing the job...
[2026-09-11 14:14:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 14:14:02] Production.INFO: ==8146== Releasing lock...
[2026-09-11 14:14:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 14:14:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 10:14:02] Production.INFO: ==8144== Lock acquired, processing the job...
[2026-09-11 10:14:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 10:14:02] Production.INFO: ==8144== Releasing lock...
[2026-09-11 10:14:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 10:14:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 10:14:03] Production.INFO: ==8155== Lock acquired, processing the job...
[2026-09-11 10:14:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 10:14:03] Production.INFO: ==8149== Lock acquired, processing the job...
[2026-09-11 10:14:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 10:14:03] Production.INFO: Account Balance Start.
[2026-09-11 10:14:03] Production.INFO: CreateAllLog Start
[2026-09-11 10:14:03] Production.INFO: 117
[2026-09-11 10:14:03] Production.INFO: Date 2026-09-08
[2026-09-11 10:14:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:14:03] Production.INFO: ==8151== Lock acquired, processing the job...
[2026-09-11 10:14:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 10:14:03] Production.INFO: ==8153== Lock acquired, processing the job...
[2026-09-11 10:14:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 10:14:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 10:14:03] Production.INFO: Date 2026-09-09
[2026-09-11 10:14:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:14:03] Production.INFO: Date 2026-09-10
[2026-09-11 10:14:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:14:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 10:14:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 10:14:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 10:14:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 10:14:03] Production.INFO: Date 2026-09-11
[2026-09-11 10:14:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:14:04] Production.INFO: ==8157== Lock acquired, processing the job...
[2026-09-11 10:14:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 10:14:04] Production.INFO: Total Charge 0
[2026-09-11 10:14:04] Production.INFO: CreateAllLog End
[2026-09-11 10: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-09-11 10: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-09-11 10: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-09-11 10:14:04] Production.INFO: ==8157== Releasing lock...
[2026-09-11 10:14:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 10:14:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 10:14:04] Production.INFO: Account Balance End.
[2026-09-11 10:14:04] Production.ERROR: CronJobId end 12
[2026-09-11 10:14:04] Production.INFO: ==8155== Releasing lock...
[2026-09-11 10:14:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 10:14:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 10:14:04] Production.INFO: ==8151== Releasing lock...
[2026-09-11 10:14:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 10:14:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 10:14:12] Production.ERROR: CronJobId end10
[2026-09-11 10:14:12] Production.INFO: ==8153== Releasing lock...
[2026-09-11 10:14:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 10:14:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 10:14:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 10:14:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 10:14:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 10:14:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 10:14:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 10:14:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 10:14:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 10:14:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 10:14:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 10:14:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 10:14:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 10:14:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 10:14:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 10:14:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 10:14:14] Production.INFO: call_cost start
[2026-09-11 10:14:14] Production.INFO: call_cost end
[2026-09-11 10:14:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 10:14:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 10:14:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 10:14:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 10:14:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 10:14:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 10:14:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 10:14:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 10:14:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 10:14:14] Production.INFO: ==8149== Releasing lock...
[2026-09-11 10:14:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 10:14:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 15:15:01] Production.INFO: ==8220== Lock acquired, processing the job...
[2026-09-11 15:15:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 15:15:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 15:15:01] Production.INFO: neon service started
[2026-09-11 15:15:01] Production.INFO: neon service started
[2026-09-11 15:15:01] Production.INFO: ==8220== Releasing lock...
[2026-09-11 15:15:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 15:15:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 10:15:02] Production.INFO: ==8222== Lock acquired, processing the job...
[2026-09-11 10:15:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 10:15:02] Production.INFO: ==8222== Releasing lock...
[2026-09-11 10:15:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 10:15:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 14:15:02] Production.INFO: ==8224== Lock acquired, processing the job...
[2026-09-11 14:15:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 14:15:02] Production.INFO: ==8224== Releasing lock...
[2026-09-11 14:15:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 14:15:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 10:15:03] Production.INFO: ==8227== Lock acquired, processing the job...
[2026-09-11 10:15:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-11 10:15:03] Production.ERROR: ========================== active cronjob start =============================
[2026-09-11 10:15:03] Production.ERROR: ========================== active cronjob end =============================
[2026-09-11 10:15:03] Production.INFO: ==8227== Releasing lock...
[2026-09-11 10:15:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-11 10:15:03] Production.INFO: 25.5 MB #Memory Used#
[2026-09-11 10:15:03] Production.INFO: ==8229== Lock acquired, processing the job...
[2026-09-11 10:15:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 10:15:03] Production.INFO: ==8233== Lock acquired, processing the job...
[2026-09-11 10:15:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 10:15:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 10:15:03] Production.INFO: ==8235== Lock acquired, processing the job...
[2026-09-11 10:15:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 10:15:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 10:15:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 10:15:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 10:15:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 10:15:03] Production.INFO: ==8231== Lock acquired, processing the job...
[2026-09-11 10:15:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 10:15:03] Production.INFO: Account Balance Start.
[2026-09-11 10:15:03] Production.INFO: CreateAllLog Start
[2026-09-11 10:15:03] Production.INFO: ==8237== Lock acquired, processing the job...
[2026-09-11 10:15:03] Production.INFO: 117
[2026-09-11 10:15:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-11 10:15:03] Production.INFO: Date 2026-09-08
[2026-09-11 10:15:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:15:03] Production.ERROR: tblTempUsageDetail_20
[2026-09-11 10:15:03] Production.INFO: Date 2026-09-09
[2026-09-11 10:15:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:15:03] Production.INFO: ==8239== Lock acquired, processing the job...
[2026-09-11 10:15:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 10:15:03] Production.INFO: Date 2026-09-10
[2026-09-11 10:15:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:15:03] Production.INFO: Date 2026-09-11
[2026-09-11 10:15:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 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-09-11 10:15:03] Production.INFO: ==8239== Releasing lock...
[2026-09-11 10:15:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 10:15:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 10:15:03] Production.INFO: Total Charge 0
[2026-09-11 10:15:04] Production.ERROR: done
[2026-09-11 10:15:04] Production.INFO: CreateAllLog End
[2026-09-11 10:15:04] Production.INFO: Account Balance End.
[2026-09-11 10:15:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-11 10:15:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17983880', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) start
[2026-09-11 10:15:04] Production.ERROR: CronJobId end 12
[2026-09-11 10:15:04] Production.INFO: ==8235== Releasing lock...
[2026-09-11 10:15:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 10:15:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 10:15:04] Production.INFO: ==8231== Releasing lock...
[2026-09-11 10:15:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 10:15:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 10:15:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17983880', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) end
[2026-09-11 10:15:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-11 10:15:10] Production.INFO: ProcessCDR(1,17983880,1,1,2)
[2026-09-11 10:15:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17983880,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 10:15:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17983880,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 10:15:10] Production.ERROR: pbx prc_insertCDR start
[2026-09-11 10:15:10] Production.ERROR: pbx prc_insertCDR end
[2026-09-11 10:15:10] Production.INFO: ==8237== Releasing lock...
[2026-09-11 10:15:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-11 10:15:10] Production.INFO: 26 MB #Memory Used#
[2026-09-11 10:15:14] Production.ERROR: CronJobId end10
[2026-09-11 10:15:14] Production.INFO: ==8233== Releasing lock...
[2026-09-11 10:15:14] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 10:15:14] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 10:15:17] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 10:15:17] Production.INFO: ============== Balance Warning START===========
[2026-09-11 10:15:17] Production.INFO: ============== Balance Warning END===========
[2026-09-11 10:15:17] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 10:15:17] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 10:15:17] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 10:15:17] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 10:15:17] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 10:15:17] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 10:15:17] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 10:15:17] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 10:15:17] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 10:15:17] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 10:15:17] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 10:15:17] Production.INFO: call_cost start
[2026-09-11 10:15:17] Production.INFO: call_cost end
[2026-09-11 10:15:17] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 10:15:17] Production.INFO: ============== Report Schedule START===========
[2026-09-11 10:15:17] Production.INFO: ============== Report Schedule END===========
[2026-09-11 10:15:17] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 10:15:17] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 10:15:17] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 10:15:17] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 10:15:17] Production.INFO: ============== Deal alert START===========
[2026-09-11 10:15:17] Production.INFO: ============== Deal alert END===========
[2026-09-11 10:15:17] Production.INFO: ==8229== Releasing lock...
[2026-09-11 10:15:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 10:15:17] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 15:16:02] Production.INFO: ==8303== Lock acquired, processing the job...
[2026-09-11 15:16:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 15:16:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 15:16:02] Production.INFO: neon service started
[2026-09-11 15:16:02] Production.INFO: neon service started
[2026-09-11 15:16:02] Production.INFO: ==8303== Releasing lock...
[2026-09-11 15:16:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 15:16:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 14:16:02] Production.INFO: ==8307== Lock acquired, processing the job...
[2026-09-11 14:16:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 14:16:02] Production.INFO: ==8307== Releasing lock...
[2026-09-11 14:16:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 14:16:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 10:16:02] Production.INFO: ==8305== Lock acquired, processing the job...
[2026-09-11 10:16:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 10:16:02] Production.INFO: ==8305== Releasing lock...
[2026-09-11 10:16:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 10:16:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 10:16:03] Production.INFO: ==8310== Lock acquired, processing the job...
[2026-09-11 10:16:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 10:16:03] Production.INFO: ==8316== Lock acquired, processing the job...
[2026-09-11 10:16:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 10:16:03] Production.INFO: ==8312== Lock acquired, processing the job...
[2026-09-11 10:16:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 10:16:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 10:16:03] Production.INFO: ==8314== Lock acquired, processing the job...
[2026-09-11 10:16:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 10:16:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 10:16:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 10:16:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 10:16:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 10:16:03] Production.INFO: ==8318== Lock acquired, processing the job...
[2026-09-11 10:16:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 10:16:03] Production.INFO: Account Balance Start.
[2026-09-11 10:16:03] Production.INFO: CreateAllLog Start
[2026-09-11 10:16:03] Production.INFO: 117
[2026-09-11 10:16:03] Production.INFO: Date 2026-09-08
[2026-09-11 10:16:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 10:16:03] Production.INFO: Date 2026-09-09
[2026-09-11 10:16:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 10:16:03] Production.INFO: Date 2026-09-10
[2026-09-11 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-09-11 10:16:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:16:03] Production.INFO: ==8318== Releasing lock...
[2026-09-11 10:16:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 10:16:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 10:16:03] Production.INFO: Date 2026-09-11
[2026-09-11 10:16:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:16:03] Production.INFO: Total Charge 0
[2026-09-11 10:16:03] Production.INFO: CreateAllLog End
[2026-09-11 10:16:04] Production.INFO: Account Balance End.
[2026-09-11 10:16:04] Production.ERROR: CronJobId end 12
[2026-09-11 10:16:04] Production.INFO: ==8316== Releasing lock...
[2026-09-11 10:16:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 10:16:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 10:16:04] Production.INFO: ==8312== Releasing lock...
[2026-09-11 10:16:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 10:16:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 10:16:12] Production.ERROR: CronJobId end10
[2026-09-11 10:16:12] Production.INFO: ==8314== Releasing lock...
[2026-09-11 10:16:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 10:16:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 10:16:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 10:16:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 10:16:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 10:16:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 10:16:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 10:16:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 10:16:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 10:16:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 10:16:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 10:16:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 10:16:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 10:16:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 10:16:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 10:16:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 10:16:14] Production.INFO: call_cost start
[2026-09-11 10:16:14] Production.INFO: call_cost end
[2026-09-11 10:16:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 10:16:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 10:16:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 10:16:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 10:16:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 10:16:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 10:16:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 10:16:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 10:16:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 10:16:14] Production.INFO: ==8310== Releasing lock...
[2026-09-11 10:16:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 10:16:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 15:17:01] Production.INFO: ==8375== Lock acquired, processing the job...
[2026-09-11 15:17:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 15:17:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 15:17:01] Production.INFO: neon service started
[2026-09-11 15:17:01] Production.INFO: neon service started
[2026-09-11 15:17:01] Production.INFO: ==8375== Releasing lock...
[2026-09-11 15:17:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 15:17:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 10:17:01] Production.INFO: ==8377== Lock acquired, processing the job...
[2026-09-11 10:17:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 10:17:01] Production.INFO: ==8377== Releasing lock...
[2026-09-11 10:17:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 10:17:01] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 14:17:02] Production.INFO: ==8379== Lock acquired, processing the job...
[2026-09-11 14:17:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 14:17:02] Production.INFO: ==8379== Releasing lock...
[2026-09-11 14:17:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 14:17:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 10:17:02] Production.INFO: ==8381== Lock acquired, processing the job...
[2026-09-11 10:17:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 10:17:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 10:17:02] Production.INFO: ==8385== Lock acquired, processing the job...
[2026-09-11 10:17:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 10:17:02] Production.INFO: ==8389== Lock acquired, processing the job...
[2026-09-11 10:17:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 10:17:02] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 10:17:02] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 10:17:02] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 10:17:02] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 10:17:03] Production.INFO: ==8383== Lock acquired, processing the job...
[2026-09-11 10:17:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 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-09-11 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-09-11 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-09-11 10:17:03] Production.INFO: ==8389== Releasing lock...
[2026-09-11 10:17:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 10:17:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 10:17:03] Production.INFO: ==8387== Lock acquired, processing the job...
[2026-09-11 10:17:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 10:17:03] Production.INFO: Account Balance Start.
[2026-09-11 10:17:03] Production.INFO: CreateAllLog Start
[2026-09-11 10:17:03] Production.INFO: 117
[2026-09-11 10:17:03] Production.INFO: Date 2026-09-08
[2026-09-11 10:17:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:17:03] Production.INFO: Date 2026-09-09
[2026-09-11 10:17:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:17:03] Production.INFO: Date 2026-09-10
[2026-09-11 10:17:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:17:03] Production.INFO: Date 2026-09-11
[2026-09-11 10:17:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:17:03] Production.INFO: Total Charge 0
[2026-09-11 10:17:03] Production.INFO: CreateAllLog End
[2026-09-11 10:17:03] Production.INFO: Account Balance End.
[2026-09-11 10:17:04] Production.ERROR: CronJobId end 12
[2026-09-11 10:17:04] Production.INFO: ==8387== Releasing lock...
[2026-09-11 10:17:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 10:17:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 10:17:04] Production.INFO: ==8383== Releasing lock...
[2026-09-11 10:17:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 10:17:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 10:17:10] Production.ERROR: CronJobId end10
[2026-09-11 10:17:10] Production.INFO: ==8385== Releasing lock...
[2026-09-11 10:17:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 10:17:10] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 10:17:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 10:17:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 10:17:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 10:17:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 10:17:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 10:17:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 10:17:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 10:17:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 10:17:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 10:17:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 10:17:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 10:17:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 10:17:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 10:17:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 10:17:14] Production.INFO: call_cost start
[2026-09-11 10:17:14] Production.INFO: call_cost end
[2026-09-11 10:17:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 10:17:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 10:17:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 10:17:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 10:17:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 10:17:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 10:17:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 10:17:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 10:17:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 10:17:14] Production.INFO: ==8381== Releasing lock...
[2026-09-11 10:17:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 10:17:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 15:18:01] Production.INFO: ==8450== Lock acquired, processing the job...
[2026-09-11 15:18:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 15:18:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 15:18:01] Production.INFO: neon service started
[2026-09-11 15:18:01] Production.INFO: neon service started
[2026-09-11 15:18:01] Production.INFO: ==8450== Releasing lock...
[2026-09-11 15:18:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 15:18:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 10:18:02] Production.INFO: ==8453== Lock acquired, processing the job...
[2026-09-11 10:18:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 10:18:02] Production.INFO: ==8453== Releasing lock...
[2026-09-11 10:18:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 10:18:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 14:18:02] Production.INFO: ==8455== Lock acquired, processing the job...
[2026-09-11 14:18:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 14:18:02] Production.INFO: ==8455== Releasing lock...
[2026-09-11 14:18:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 14:18:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 10:18:03] Production.INFO: ==8458== Lock acquired, processing the job...
[2026-09-11 10:18:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 10:18:03] Production.INFO: ==8460== Lock acquired, processing the job...
[2026-09-11 10:18:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 10:18:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 10:18:03] Production.INFO: ==8464== Lock acquired, processing the job...
[2026-09-11 10:18:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 10:18:03] Production.INFO: Account Balance Start.
[2026-09-11 10:18:03] Production.INFO: CreateAllLog Start
[2026-09-11 10:18:03] Production.INFO: 117
[2026-09-11 10:18:03] Production.INFO: Date 2026-09-08
[2026-09-11 10:18:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:18:03] Production.INFO: ==8462== Lock acquired, processing the job...
[2026-09-11 10:18:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 10:18:03] Production.INFO: ==8466== Lock acquired, processing the job...
[2026-09-11 10:18:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 10:18:03] Production.INFO: Date 2026-09-09
[2026-09-11 10:18:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:18:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 10:18:03] Production.INFO: Date 2026-09-10
[2026-09-11 10:18:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:18:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 10:18:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 10:18:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 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-09-11 10:18:03] Production.INFO: Date 2026-09-11
[2026-09-11 10:18:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 10:18:03] Production.INFO: ==8466== Releasing lock...
[2026-09-11 10:18:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 10:18:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 10:18:03] Production.INFO: Total Charge 0
[2026-09-11 10:18:03] Production.INFO: CreateAllLog End
[2026-09-11 10:18:03] Production.INFO: Account Balance End.
[2026-09-11 10:18:03] Production.ERROR: CronJobId end 12
[2026-09-11 10:18:03] Production.INFO: ==8464== Releasing lock...
[2026-09-11 10:18:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 10:18:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 10:18:04] Production.INFO: ==8460== Releasing lock...
[2026-09-11 10:18:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 10:18:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 10:18:12] Production.ERROR: CronJobId end10
[2026-09-11 10:18:12] Production.INFO: ==8462== Releasing lock...
[2026-09-11 10:18:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 10:18:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 10:18:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 10:18:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 10:18:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 10:18:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 10:18:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 10:18:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 10:18:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 10:18:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 10:18:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 10:18:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 10:18:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 10:18:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 10:18:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 10:18:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 10:18:13] Production.INFO: call_cost start
[2026-09-11 10:18:13] Production.INFO: call_cost end
[2026-09-11 10:18:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 10:18:13] Production.INFO: ============== Report Schedule START===========
[2026-09-11 10:18:13] Production.INFO: ============== Report Schedule END===========
[2026-09-11 10:18:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 10:18:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 10:18:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 10:18:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 10:18:13] Production.INFO: ============== Deal alert START===========
[2026-09-11 10:18:13] Production.INFO: ============== Deal alert END===========
[2026-09-11 10:18:13] Production.INFO: ==8458== Releasing lock...
[2026-09-11 10:18:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 10:18:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 15:19:01] Production.INFO: ==8527== Lock acquired, processing the job...
[2026-09-11 15:19:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 15:19:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 15:19:01] Production.INFO: neon service started
[2026-09-11 15:19:01] Production.INFO: neon service started
[2026-09-11 15:19:01] Production.INFO: ==8527== Releasing lock...
[2026-09-11 15:19:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 15:19:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 14:19:01] Production.INFO: ==8531== Lock acquired, processing the job...
[2026-09-11 14:19:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 14:19:01] Production.INFO: ==8531== Releasing lock...
[2026-09-11 14:19:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 14:19:01] Production.INFO: 25 MB #Memory Used#
[2026-09-11 10:19:01] Production.INFO: ==8529== Lock acquired, processing the job...
[2026-09-11 10:19:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 10:19:02] Production.INFO: ==8529== Releasing lock...
[2026-09-11 10:19:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 10:19:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 10:19:02] Production.INFO: ==8534== Lock acquired, processing the job...
[2026-09-11 10:19:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 10:19:02] Production.INFO: ==8540== Lock acquired, processing the job...
[2026-09-11 10:19:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 10:19:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 10:19:02] Production.INFO: ==8538== Lock acquired, processing the job...
[2026-09-11 10:19:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 10:19:02] Production.INFO: ==8536== Lock acquired, processing the job...
[2026-09-11 10:19:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 10:19:02] Production.INFO: Account Balance Start.
[2026-09-11 10:19:02] Production.INFO: CreateAllLog Start
[2026-09-11 10:19:02] Production.INFO: 117
[2026-09-11 10:19:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 10:19:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 10:19:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 10:19:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 10:19:03] Production.INFO: Date 2026-09-08
[2026-09-11 10:19:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:19:03] Production.INFO: ==8542== Lock acquired, processing the job...
[2026-09-11 10:19:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 10:19:03] Production.INFO: Date 2026-09-09
[2026-09-11 10:19:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:19:03] Production.INFO: Date 2026-09-10
[2026-09-11 10:19:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:19:03] Production.INFO: Date 2026-09-11
[2026-09-11 10:19:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:19:03] Production.INFO: Total Charge 0
[2026-09-11 10:19:03] Production.INFO: CreateAllLog End
[2026-09-11 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-09-11 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-09-11 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-09-11 10:19:03] Production.INFO: ==8542== Releasing lock...
[2026-09-11 10:19:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 10:19:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 10:19:03] Production.INFO: Account Balance End.
[2026-09-11 10:19:03] Production.ERROR: CronJobId end 12
[2026-09-11 10:19:03] Production.INFO: ==8540== Releasing lock...
[2026-09-11 10:19:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 10:19:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 10:19:03] Production.INFO: ==8536== Releasing lock...
[2026-09-11 10:19:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 10:19:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 10:19:11] Production.ERROR: CronJobId end10
[2026-09-11 10:19:11] Production.INFO: ==8538== Releasing lock...
[2026-09-11 10:19:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 10:19:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 10:19:12] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 10:19:12] Production.INFO: ============== Balance Warning START===========
[2026-09-11 10:19:12] Production.INFO: ============== Balance Warning END===========
[2026-09-11 10:19:12] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 10:19:12] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 10:19:12] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 10:19:12] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 10:19:12] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 10:19:12] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 10:19:12] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 10:19:12] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 10:19:12] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 10:19:12] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 10:19:12] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 10:19:13] Production.INFO: call_cost start
[2026-09-11 10:19:13] Production.INFO: call_cost end
[2026-09-11 10:19:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 10:19:13] Production.INFO: ============== Report Schedule START===========
[2026-09-11 10:19:13] Production.INFO: ============== Report Schedule END===========
[2026-09-11 10:19:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 10:19:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 10:19:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 10:19:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 10:19:13] Production.INFO: ============== Deal alert START===========
[2026-09-11 10:19:13] Production.INFO: ============== Deal alert END===========
[2026-09-11 10:19:13] Production.INFO: ==8534== Releasing lock...
[2026-09-11 10:19:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 10:19:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 15:20:01] Production.INFO: ==8599== Lock acquired, processing the job...
[2026-09-11 15:20:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 15:20:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 15:20:01] Production.INFO: neon service started
[2026-09-11 15:20:01] Production.INFO: neon service started
[2026-09-11 15:20:01] Production.INFO: ==8599== Releasing lock...
[2026-09-11 15:20:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 15:20:01] Production.INFO: 25.5 MB #Memory Used#
[2026-09-11 10:20:02] Production.INFO: ==8601== Lock acquired, processing the job...
[2026-09-11 10:20:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 10:20:02] Production.INFO: ==8601== Releasing lock...
[2026-09-11 10:20:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 10:20:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 14:20:02] Production.INFO: ==8603== Lock acquired, processing the job...
[2026-09-11 14:20:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 14:20:02] Production.INFO: ==8603== Releasing lock...
[2026-09-11 14:20:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 14:20:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 10:20:03] Production.INFO: ==8613== Lock acquired, processing the job...
[2026-09-11 10:20:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 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-09-11 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-09-11 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-09-11 10:20:03] Production.INFO: ==8613== Releasing lock...
[2026-09-11 10:20:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 10:20:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 10:20:03] Production.INFO: ==8609== Lock acquired, processing the job...
[2026-09-11 10:20:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 10:20:03] Production.INFO: ==8605== Lock acquired, processing the job...
[2026-09-11 10:20:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 10:20:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 10:20:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 10:20:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 10:20:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 10:20:03] Production.INFO: ==8607== Lock acquired, processing the job...
[2026-09-11 10:20:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 10:20:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 10:20:03] Production.INFO: ==8611== Lock acquired, processing the job...
[2026-09-11 10:20:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 10:20:03] Production.INFO: Account Balance Start.
[2026-09-11 10:20:03] Production.INFO: CreateAllLog Start
[2026-09-11 10:20:03] Production.INFO: 117
[2026-09-11 10:20:03] Production.INFO: Date 2026-09-08
[2026-09-11 10:20:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:20:04] Production.INFO: Date 2026-09-09
[2026-09-11 10:20:04] Production.INFO: Reseller ==> 0
[2026-09-11 10:20:04] Production.INFO: Date 2026-09-10
[2026-09-11 10:20:04] Production.INFO: Reseller ==> 0
[2026-09-11 10:20:04] Production.INFO: Date 2026-09-11
[2026-09-11 10:20:04] Production.INFO: Reseller ==> 0
[2026-09-11 10:20:04] Production.INFO: Total Charge 0
[2026-09-11 10:20:04] Production.INFO: CreateAllLog End
[2026-09-11 10:20:04] Production.INFO: Account Balance End.
[2026-09-11 10:20:04] Production.ERROR: CronJobId end 12
[2026-09-11 10:20:04] Production.INFO: ==8611== Releasing lock...
[2026-09-11 10:20:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 10:20:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 10:20:04] Production.INFO: ==8607== Releasing lock...
[2026-09-11 10:20:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 10:20:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 10:20:12] Production.ERROR: CronJobId end10
[2026-09-11 10:20:12] Production.INFO: ==8609== Releasing lock...
[2026-09-11 10:20:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 10:20:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 10:20:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 10:20:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 10:20:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 10:20:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 10:20:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 10:20:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 10:20:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 10:20:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 10:20:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 10:20:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 10:20:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 10:20:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 10:20:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 10:20:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 10:20:15] Production.INFO: call_cost start
[2026-09-11 10:20:15] Production.INFO: call_cost end
[2026-09-11 10:20:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 10:20:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 10:20:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 10:20:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 10:20:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 10:20:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 10:20:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 10:20:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 10:20:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 10:20:15] Production.INFO: ==8605== Releasing lock...
[2026-09-11 10:20:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 10:20:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 15:21:01] Production.INFO: ==8676== Lock acquired, processing the job...
[2026-09-11 15:21:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 15:21:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 15:21:01] Production.INFO: neon service started
[2026-09-11 15:21:01] Production.INFO: neon service started
[2026-09-11 15:21:01] Production.INFO: ==8676== Releasing lock...
[2026-09-11 15:21:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 15:21:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 10:21:02] Production.INFO: ==8678== Lock acquired, processing the job...
[2026-09-11 10:21:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 14:21:02] Production.INFO: ==8680== Lock acquired, processing the job...
[2026-09-11 14:21:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 14:21:02] Production.INFO: ==8680== Releasing lock...
[2026-09-11 14:21:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 14:21:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 10:21:02] Production.INFO: ==8678== Releasing lock...
[2026-09-11 10:21:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 10:21:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 10:21:03] Production.INFO: ==8685== Lock acquired, processing the job...
[2026-09-11 10:21:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 10:21:03] Production.INFO: ==8687== Lock acquired, processing the job...
[2026-09-11 10:21:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 10:21:03] Production.INFO: ==8683== Lock acquired, processing the job...
[2026-09-11 10:21:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 10:21:03] Production.INFO: ==8689== Lock acquired, processing the job...
[2026-09-11 10:21:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 10:21:03] Production.INFO: ==8691== Lock acquired, processing the job...
[2026-09-11 10:21:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 10:21:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 10:21:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 10:21:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 10:21:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 10:21:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 10:21:03] Production.INFO: Account Balance Start.
[2026-09-11 10:21:03] Production.INFO: CreateAllLog Start
[2026-09-11 10:21:03] Production.INFO: 117
[2026-09-11 10:21:03] Production.INFO: Date 2026-09-08
[2026-09-11 10:21:03] Production.INFO: Reseller ==> 0
[2026-09-11 10: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-09-11 10: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-09-11 10:21:03] Production.INFO: Date 2026-09-09
[2026-09-11 10: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-09-11 10:21:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:21:03] Production.INFO: ==8691== Releasing lock...
[2026-09-11 10:21:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 10:21:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 10:21:03] Production.INFO: Date 2026-09-10
[2026-09-11 10:21:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:21:03] Production.INFO: Date 2026-09-11
[2026-09-11 10:21:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:21:03] Production.INFO: Total Charge 0
[2026-09-11 10:21:03] Production.INFO: CreateAllLog End
[2026-09-11 10:21:03] Production.INFO: ==8685== Releasing lock...
[2026-09-11 10:21:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 10:21:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 10:21:04] Production.INFO: Account Balance End.
[2026-09-11 10:21:04] Production.ERROR: CronJobId end 12
[2026-09-11 10:21:04] Production.INFO: ==8689== Releasing lock...
[2026-09-11 10:21:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 10:21:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 10:21:11] Production.ERROR: CronJobId end10
[2026-09-11 10:21:11] Production.INFO: ==8687== Releasing lock...
[2026-09-11 10:21:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 10:21:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 10:21:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 10:21:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 10:21:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 10:21:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 10:21:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 10:21:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 10:21:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 10:21:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 10:21:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 10:21:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 10:21:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 10:21:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 10:21:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 10:21:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 10:21:13] Production.INFO: call_cost start
[2026-09-11 10:21:13] Production.INFO: call_cost end
[2026-09-11 10:21:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 10:21:13] Production.INFO: ============== Report Schedule START===========
[2026-09-11 10:21:13] Production.INFO: ============== Report Schedule END===========
[2026-09-11 10:21:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 10:21:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 10:21:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 10:21:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 10:21:13] Production.INFO: ============== Deal alert START===========
[2026-09-11 10:21:13] Production.INFO: ============== Deal alert END===========
[2026-09-11 10:21:13] Production.INFO: ==8683== Releasing lock...
[2026-09-11 10:21:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 10:21:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 15:22:01] Production.INFO: ==8755== Lock acquired, processing the job...
[2026-09-11 15:22:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 15:22:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 15:22:01] Production.INFO: neon service started
[2026-09-11 15:22:01] Production.INFO: neon service started
[2026-09-11 15:22:01] Production.INFO: ==8755== Releasing lock...
[2026-09-11 15:22:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 15:22:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 10:22:02] Production.INFO: ==8757== Lock acquired, processing the job...
[2026-09-11 10:22:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 10:22:02] Production.INFO: ==8757== Releasing lock...
[2026-09-11 10:22:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 10:22:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 14:22:02] Production.INFO: ==8759== Lock acquired, processing the job...
[2026-09-11 14:22:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 14:22:02] Production.INFO: ==8759== Releasing lock...
[2026-09-11 14:22:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 14:22:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 10:22:03] Production.INFO: ==8766== Lock acquired, processing the job...
[2026-09-11 10:22:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 10:22:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 10:22:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 10:22:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 10:22:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 10:22:03] Production.INFO: ==8764== Lock acquired, processing the job...
[2026-09-11 10:22:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 10:22:03] Production.INFO: ==8762== Lock acquired, processing the job...
[2026-09-11 10:22:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 10:22:03] Production.INFO: ==8768== Lock acquired, processing the job...
[2026-09-11 10:22:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 10:22:03] Production.INFO: ==8770== Lock acquired, processing the job...
[2026-09-11 10:22:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 10:22:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 10:22:03] Production.INFO: Account Balance Start.
[2026-09-11 10:22:03] Production.INFO: CreateAllLog Start
[2026-09-11 10:22:03] Production.INFO: 117
[2026-09-11 10:22:03] Production.INFO: Date 2026-09-08
[2026-09-11 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-09-11 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-09-11 10:22:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 10:22:03] Production.INFO: Date 2026-09-09
[2026-09-11 10:22:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:22:03] Production.INFO: ==8770== Releasing lock...
[2026-09-11 10:22:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 10:22:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 10:22:03] Production.INFO: Date 2026-09-10
[2026-09-11 10:22:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:22:03] Production.INFO: Date 2026-09-11
[2026-09-11 10:22:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:22:03] Production.INFO: Total Charge 0
[2026-09-11 10:22:03] Production.INFO: CreateAllLog End
[2026-09-11 10:22:04] Production.INFO: Account Balance End.
[2026-09-11 10:22:04] Production.ERROR: CronJobId end 12
[2026-09-11 10:22:04] Production.INFO: ==8768== Releasing lock...
[2026-09-11 10:22:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 10:22:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 10:22:04] Production.INFO: ==8764== Releasing lock...
[2026-09-11 10:22:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 10:22:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 10:22:11] Production.ERROR: CronJobId end10
[2026-09-11 10:22:11] Production.INFO: ==8766== Releasing lock...
[2026-09-11 10:22:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 10:22:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 10:22:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 10:22:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 10:22:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 10:22:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 10:22:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 10:22:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 10:22:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 10:22:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 10:22:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 10:22:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 10:22:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 10:22:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 10:22:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 10:22:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 10:22:14] Production.INFO: call_cost start
[2026-09-11 10:22:14] Production.INFO: call_cost end
[2026-09-11 10:22:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 10:22:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 10:22:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 10:22:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 10:22:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 10:22:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 10:22:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 10:22:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 10:22:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 10:22:14] Production.INFO: ==8762== Releasing lock...
[2026-09-11 10:22:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 10:22:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 15:23:02] Production.INFO: ==8835== Lock acquired, processing the job...
[2026-09-11 15:23:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 15:23:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 15:23:02] Production.INFO: neon service started
[2026-09-11 15:23:02] Production.INFO: neon service started
[2026-09-11 15:23:02] Production.INFO: ==8835== Releasing lock...
[2026-09-11 15:23:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 15:23:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 14:23:02] Production.INFO: ==8840== Lock acquired, processing the job...
[2026-09-11 14:23:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 14:23:02] Production.INFO: ==8840== Releasing lock...
[2026-09-11 14:23:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 14:23:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 10:23:02] Production.INFO: ==8838== Lock acquired, processing the job...
[2026-09-11 10:23:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 10:23:02] Production.INFO: ==8838== Releasing lock...
[2026-09-11 10:23:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 10:23:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 10:23:03] Production.INFO: ==8842== Lock acquired, processing the job...
[2026-09-11 10:23:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 10:23:03] Production.INFO: ==8844== Lock acquired, processing the job...
[2026-09-11 10:23:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 10:23:03] Production.INFO: ==8846== Lock acquired, processing the job...
[2026-09-11 10:23:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 10:23:03] Production.INFO: ==8848== Lock acquired, processing the job...
[2026-09-11 10:23:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 10:23:03] Production.INFO: ==8850== Lock acquired, processing the job...
[2026-09-11 10:23:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 10:23:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 10:23:03] Production.INFO: Account Balance Start.
[2026-09-11 10:23:03] Production.INFO: CreateAllLog Start
[2026-09-11 10:23:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 10:23:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 10:23:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 10:23:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 10:23:03] Production.INFO: 117
[2026-09-11 10:23:03] Production.INFO: Date 2026-09-08
[2026-09-11 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-09-11 10:23:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 10:23:03] Production.INFO: Date 2026-09-09
[2026-09-11 10:23:03] Production.INFO: Reseller ==> 0
[2026-09-11 10: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-09-11 10:23:04] Production.INFO: ==8850== Releasing lock...
[2026-09-11 10:23:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 10:23:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 10:23:04] Production.INFO: Date 2026-09-10
[2026-09-11 10:23:04] Production.INFO: Reseller ==> 0
[2026-09-11 10:23:04] Production.INFO: Date 2026-09-11
[2026-09-11 10:23:04] Production.INFO: Reseller ==> 0
[2026-09-11 10:23:04] Production.INFO: Total Charge 0
[2026-09-11 10:23:04] Production.INFO: CreateAllLog End
[2026-09-11 10:23:04] Production.INFO: Account Balance End.
[2026-09-11 10:23:04] Production.ERROR: CronJobId end 12
[2026-09-11 10:23:04] Production.INFO: ==8848== Releasing lock...
[2026-09-11 10:23:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 10:23:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 10:23:04] Production.INFO: ==8844== Releasing lock...
[2026-09-11 10:23:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 10:23:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 10:23:12] Production.ERROR: CronJobId end10
[2026-09-11 10:23:12] Production.INFO: ==8846== Releasing lock...
[2026-09-11 10:23:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 10:23:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 10:23:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 10:23:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 10:23:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 10:23:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 10:23:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 10:23:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 10:23:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 10:23:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 10:23:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 10:23:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 10:23:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 10:23:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 10:23:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 10:23:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 10:23:15] Production.INFO: call_cost start
[2026-09-11 10:23:15] Production.INFO: call_cost end
[2026-09-11 10:23:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 10:23:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 10:23:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 10:23:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 10:23:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 10:23:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 10:23:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 10:23:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 10:23:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 10:23:15] Production.INFO: ==8842== Releasing lock...
[2026-09-11 10:23:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 10:23:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 15:24:01] Production.INFO: ==8915== Lock acquired, processing the job...
[2026-09-11 15:24:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 15:24:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 15:24:01] Production.INFO: neon service started
[2026-09-11 15:24:01] Production.INFO: neon service started
[2026-09-11 15:24:01] Production.INFO: ==8915== Releasing lock...
[2026-09-11 15:24:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 15:24:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 14:24:02] Production.INFO: ==8919== Lock acquired, processing the job...
[2026-09-11 14:24:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 14:24:02] Production.INFO: ==8919== Releasing lock...
[2026-09-11 14:24:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 14:24:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 10:24:02] Production.INFO: ==8917== Lock acquired, processing the job...
[2026-09-11 10:24:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 10:24:02] Production.INFO: ==8917== Releasing lock...
[2026-09-11 10:24:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 10:24:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 10:24:03] Production.INFO: ==8923== Lock acquired, processing the job...
[2026-09-11 10:24:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 10:24:03] Production.INFO: ==8921== Lock acquired, processing the job...
[2026-09-11 10:24:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 10:24:03] Production.INFO: ==8927== Lock acquired, processing the job...
[2026-09-11 10:24:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 10:24:03] Production.INFO: ==8925== Lock acquired, processing the job...
[2026-09-11 10:24:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 10:24:03] Production.INFO: ==8929== Lock acquired, processing the job...
[2026-09-11 10:24:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 10:24:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 10:24:03] Production.INFO: Account Balance Start.
[2026-09-11 10:24:03] Production.INFO: CreateAllLog Start
[2026-09-11 10:24:03] Production.INFO: 117
[2026-09-11 10:24:03] Production.INFO: Date 2026-09-08
[2026-09-11 10:24:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 10:24:03] Production.INFO: Date 2026-09-09
[2026-09-11 10:24:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 10:24:03] Production.INFO: ==8929== Releasing lock...
[2026-09-11 10:24:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 10:24:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 10:24:03] Production.INFO: Date 2026-09-10
[2026-09-11 10:24:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:24:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 10:24:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 10:24:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 10:24:03] Production.INFO: Date 2026-09-11
[2026-09-11 10:24:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:24:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 10:24:03] Production.INFO: Total Charge 0
[2026-09-11 10:24:03] Production.INFO: CreateAllLog End
[2026-09-11 10:24:03] Production.INFO: Account Balance End.
[2026-09-11 10:24:03] Production.ERROR: CronJobId end 12
[2026-09-11 10:24:03] Production.INFO: ==8927== Releasing lock...
[2026-09-11 10:24:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 10:24:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 10:24:04] Production.INFO: ==8923== Releasing lock...
[2026-09-11 10:24:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 10:24:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 10:24:12] Production.ERROR: CronJobId end10
[2026-09-11 10:24:12] Production.INFO: ==8925== Releasing lock...
[2026-09-11 10:24:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 10:24:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 10:24:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 10:24:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 10:24:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 10:24:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 10:24:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 10:24:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 10:24:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 10:24:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 10:24:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 10:24:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 10:24:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 10:24:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 10:24:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 10:24:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 10:24:14] Production.INFO: call_cost start
[2026-09-11 10:24:14] Production.INFO: call_cost end
[2026-09-11 10:24:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 10:24:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 10:24:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 10:24:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 10:24:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 10:24:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 10:24:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 10:24:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 10:24:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 10:24:14] Production.INFO: ==8921== Releasing lock...
[2026-09-11 10:24:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 10:24:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 15:25:02] Production.INFO: ==8989== Lock acquired, processing the job...
[2026-09-11 15:25:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 15:25:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 15:25:02] Production.INFO: neon service started
[2026-09-11 15:25:02] Production.INFO: neon service started
[2026-09-11 15:25:02] Production.INFO: ==8989== Releasing lock...
[2026-09-11 15:25:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 15:25:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 10:25:02] Production.INFO: ==8991== Lock acquired, processing the job...
[2026-09-11 10:25:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 10:25:02] Production.INFO: ==8991== Releasing lock...
[2026-09-11 10:25:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 10:25:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 14:25:03] Production.INFO: ==8994== Lock acquired, processing the job...
[2026-09-11 14:25:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 14:25:03] Production.INFO: ==8994== Releasing lock...
[2026-09-11 14:25:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 14:25:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 10:25:03] Production.INFO: ==8996== Lock acquired, processing the job...
[2026-09-11 10:25:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-11 10:25:04] Production.ERROR: ========================== active cronjob start =============================
[2026-09-11 10:25:04] Production.INFO: ==8998== Lock acquired, processing the job...
[2026-09-11 10:25:04] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 10:25:04] Production.INFO: ==9002== Lock acquired, processing the job...
[2026-09-11 10:25:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 10:25:04] Production.ERROR: ========================== active cronjob end =============================
[2026-09-11 10:25:04] Production.INFO: ==8996== Releasing lock...
[2026-09-11 10:25:04] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-11 10:25:04] Production.INFO: 25.5 MB #Memory Used#
[2026-09-11 10:25:04] Production.INFO: ==9000== Lock acquired, processing the job...
[2026-09-11 10:25:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 10:25:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 10:25:04] Production.INFO: ==9008== Lock acquired, processing the job...
[2026-09-11 10:25:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 10:25:04] Production.INFO: ==9004== Lock acquired, processing the job...
[2026-09-11 10:25:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 10:25:04] Production.INFO: ==9006== Lock acquired, processing the job...
[2026-09-11 10:25:04] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-11 10:25:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 10:25:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 10:25:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 10:25:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 10: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-09-11 10: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-09-11 10:25:04] Production.ERROR: tblTempUsageDetail_20
[2026-09-11 10: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-09-11 10:25:04] Production.INFO: ==9008== Releasing lock...
[2026-09-11 10:25:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 10:25:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 10:25:04] Production.INFO: Account Balance Start.
[2026-09-11 10:25:04] Production.INFO: CreateAllLog Start
[2026-09-11 10:25:04] Production.INFO: 117
[2026-09-11 10:25:04] Production.INFO: Date 2026-09-08
[2026-09-11 10:25:04] Production.INFO: Reseller ==> 0
[2026-09-11 10:25:04] Production.INFO: Date 2026-09-09
[2026-09-11 10:25:04] Production.INFO: Reseller ==> 0
[2026-09-11 10:25:04] Production.INFO: Date 2026-09-10
[2026-09-11 10:25:04] Production.INFO: Reseller ==> 0
[2026-09-11 10:25:04] Production.INFO: Date 2026-09-11
[2026-09-11 10:25:04] Production.INFO: Reseller ==> 0
[2026-09-11 10:25:04] Production.INFO: Total Charge 0
[2026-09-11 10:25:04] Production.INFO: CreateAllLog End
[2026-09-11 10:25:04] Production.ERROR: done
[2026-09-11 10:25:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-11 10:25:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17983921', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) start
[2026-09-11 10:25:04] Production.INFO: Account Balance End.
[2026-09-11 10:25:04] Production.ERROR: CronJobId end 12
[2026-09-11 10:25:04] Production.INFO: ==9004== Releasing lock...
[2026-09-11 10:25:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 10:25:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 10:25:05] Production.INFO: ==9000== Releasing lock...
[2026-09-11 10:25:05] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 10:25:05] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 10:25:11] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17983921', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) end
[2026-09-11 10:25:11] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-11 10:25:11] Production.INFO: ProcessCDR(1,17983921,1,1,2)
[2026-09-11 10:25:11] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17983921,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 10:25:11] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17983921,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 10:25:11] Production.ERROR: pbx prc_insertCDR start
[2026-09-11 10:25:11] Production.ERROR: pbx prc_insertCDR end
[2026-09-11 10:25:11] Production.INFO: ==9006== Releasing lock...
[2026-09-11 10:25:11] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-11 10:25:11] Production.INFO: 26 MB #Memory Used#
[2026-09-11 10:25:15] Production.ERROR: CronJobId end10
[2026-09-11 10:25:15] Production.INFO: ==9002== Releasing lock...
[2026-09-11 10:25:15] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 10:25:15] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 10:25:17] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 10:25:17] Production.INFO: ============== Balance Warning START===========
[2026-09-11 10:25:17] Production.INFO: ============== Balance Warning END===========
[2026-09-11 10:25:17] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 10:25:17] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 10:25:17] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 10:25:17] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 10:25:17] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 10:25:17] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 10:25:17] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 10:25:17] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 10:25:17] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 10:25:17] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 10:25:17] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 10:25:18] Production.INFO: call_cost start
[2026-09-11 10:25:18] Production.INFO: call_cost end
[2026-09-11 10:25:18] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 10:25:18] Production.INFO: ============== Report Schedule START===========
[2026-09-11 10:25:18] Production.INFO: ============== Report Schedule END===========
[2026-09-11 10:25:18] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 10:25:18] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 10:25:18] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 10:25:18] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 10:25:18] Production.INFO: ============== Deal alert START===========
[2026-09-11 10:25:18] Production.INFO: ============== Deal alert END===========
[2026-09-11 10:25:18] Production.INFO: ==8998== Releasing lock...
[2026-09-11 10:25:18] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 10:25:18] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 15:26:01] Production.INFO: ==9070== Lock acquired, processing the job...
[2026-09-11 15:26:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 15:26:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 15:26:01] Production.INFO: neon service started
[2026-09-11 15:26:01] Production.INFO: neon service started
[2026-09-11 15:26:01] Production.INFO: ==9070== Releasing lock...
[2026-09-11 15:26:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 15:26:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 14:26:02] Production.INFO: ==9074== Lock acquired, processing the job...
[2026-09-11 14:26:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 14:26:02] Production.INFO: ==9074== Releasing lock...
[2026-09-11 14:26:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 14:26:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 10:26:02] Production.INFO: ==9072== Lock acquired, processing the job...
[2026-09-11 10:26:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 10:26:02] Production.INFO: ==9072== Releasing lock...
[2026-09-11 10:26:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 10:26:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 10:26:03] Production.INFO: ==9079== Lock acquired, processing the job...
[2026-09-11 10:26:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 10:26:03] Production.INFO: ==9081== Lock acquired, processing the job...
[2026-09-11 10:26:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 10:26:03] Production.INFO: ==9085== Lock acquired, processing the job...
[2026-09-11 10:26:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 10:26:03] Production.INFO: ==9077== Lock acquired, processing the job...
[2026-09-11 10:26:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 10:26:03] Production.INFO: ==9083== Lock acquired, processing the job...
[2026-09-11 10:26:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 10:26:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 10:26:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 10:26:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 10:26:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 10:26:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 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-09-11 10: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-09-11 10: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-09-11 10:26:03] Production.INFO: Account Balance Start.
[2026-09-11 10:26:03] Production.INFO: CreateAllLog Start
[2026-09-11 10:26:03] Production.INFO: 117
[2026-09-11 10:26:03] Production.INFO: Date 2026-09-08
[2026-09-11 10:26:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:26:03] Production.INFO: ==9085== Releasing lock...
[2026-09-11 10:26:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 10:26:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 10:26:03] Production.INFO: Date 2026-09-09
[2026-09-11 10:26:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:26:03] Production.INFO: Date 2026-09-10
[2026-09-11 10:26:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:26:03] Production.INFO: Date 2026-09-11
[2026-09-11 10:26:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:26:03] Production.INFO: Total Charge 0
[2026-09-11 10:26:03] Production.INFO: CreateAllLog End
[2026-09-11 10:26:03] Production.INFO: Account Balance End.
[2026-09-11 10:26:03] Production.ERROR: CronJobId end 12
[2026-09-11 10:26:03] Production.INFO: ==9083== Releasing lock...
[2026-09-11 10:26:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 10:26:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 10:26:04] Production.INFO: ==9079== Releasing lock...
[2026-09-11 10:26:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 10:26:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 10:26:11] Production.ERROR: CronJobId end10
[2026-09-11 10:26:11] Production.INFO: ==9081== Releasing lock...
[2026-09-11 10:26:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 10:26:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 10:26:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 10:26:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 10:26:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 10:26:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 10:26:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 10:26:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 10:26:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 10:26:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 10:26:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 10:26:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 10:26:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 10:26:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 10:26:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 10:26:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 10:26:15] Production.INFO: call_cost start
[2026-09-11 10:26:15] Production.INFO: call_cost end
[2026-09-11 10:26:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 10:26:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 10:26:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 10:26:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 10:26:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 10:26:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 10:26:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 10:26:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 10:26:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 10:26:15] Production.INFO: ==9077== Releasing lock...
[2026-09-11 10:26:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 10:26:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 15:27:02] Production.INFO: ==9150== Lock acquired, processing the job...
[2026-09-11 15:27:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 15:27:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 15:27:02] Production.INFO: neon service started
[2026-09-11 15:27:02] Production.INFO: neon service started
[2026-09-11 15:27:02] Production.INFO: ==9150== Releasing lock...
[2026-09-11 15:27:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 15:27:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 14:27:02] Production.INFO: ==9154== Lock acquired, processing the job...
[2026-09-11 14:27:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 14:27:02] Production.INFO: ==9154== Releasing lock...
[2026-09-11 14:27:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 14:27:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 10:27:02] Production.INFO: ==9152== Lock acquired, processing the job...
[2026-09-11 10:27:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 10:27:02] Production.INFO: ==9152== Releasing lock...
[2026-09-11 10:27:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 10:27:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 10:27:03] Production.INFO: ==9162== Lock acquired, processing the job...
[2026-09-11 10:27:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 10:27:03] Production.INFO: ==9156== Lock acquired, processing the job...
[2026-09-11 10:27:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 10:27:03] Production.INFO: ==9158== Lock acquired, processing the job...
[2026-09-11 10:27:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 10:27:03] Production.INFO: Account Balance Start.
[2026-09-11 10:27:03] Production.INFO: CreateAllLog Start
[2026-09-11 10:27:03] Production.INFO: 117
[2026-09-11 10:27:03] Production.INFO: ==9160== Lock acquired, processing the job...
[2026-09-11 10:27:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 10:27:03] Production.INFO: Date 2026-09-08
[2026-09-11 10:27:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:27:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 10:27:03] Production.INFO: Date 2026-09-09
[2026-09-11 10:27:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:27:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 10:27:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 10:27:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 10:27:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 10:27:03] Production.INFO: Date 2026-09-10
[2026-09-11 10:27:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:27:03] Production.INFO: Date 2026-09-11
[2026-09-11 10:27:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:27:04] Production.INFO: Total Charge 0
[2026-09-11 10:27:04] Production.INFO: ==9164== Lock acquired, processing the job...
[2026-09-11 10:27:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 10:27:04] Production.INFO: CreateAllLog End
[2026-09-11 10: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-09-11 10:27:04] Production.INFO: Account Balance End.
[2026-09-11 10: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-09-11 10: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-09-11 10:27:04] Production.INFO: ==9164== Releasing lock...
[2026-09-11 10:27:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 10:27:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 10:27:04] Production.ERROR: CronJobId end 12
[2026-09-11 10:27:04] Production.INFO: ==9162== Releasing lock...
[2026-09-11 10:27:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 10:27:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 10:27:04] Production.INFO: ==9158== Releasing lock...
[2026-09-11 10:27:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 10:27:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 10:27:12] Production.ERROR: CronJobId end10
[2026-09-11 10:27:12] Production.INFO: ==9160== Releasing lock...
[2026-09-11 10:27:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 10:27:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 10:27:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 10:27:15] Production.INFO: ============== Balance Warning START===========
[2026-09-11 10:27:15] Production.INFO: ============== Balance Warning END===========
[2026-09-11 10:27:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 10:27:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 10:27:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 10:27:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 10:27:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 10:27:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 10:27:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 10:27:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 10:27:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 10:27:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 10:27:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 10:27:15] Production.INFO: call_cost start
[2026-09-11 10:27:15] Production.INFO: call_cost end
[2026-09-11 10:27:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 10:27:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 10:27:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 10:27:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 10:27:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 10:27:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 10:27:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 10:27:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 10:27:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 10:27:15] Production.INFO: ==9156== Releasing lock...
[2026-09-11 10:27:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 10:27:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 15:28:01] Production.INFO: ==9224== Lock acquired, processing the job...
[2026-09-11 15:28:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 15:28:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 15:28:01] Production.INFO: neon service started
[2026-09-11 15:28:01] Production.INFO: neon service started
[2026-09-11 15:28:01] Production.INFO: ==9224== Releasing lock...
[2026-09-11 15:28:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 15:28:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 14:28:01] Production.INFO: ==9228== Lock acquired, processing the job...
[2026-09-11 14:28:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 14:28:01] Production.INFO: ==9228== Releasing lock...
[2026-09-11 14:28:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 14:28:01] Production.INFO: 25 MB #Memory Used#
[2026-09-11 10:28:01] Production.INFO: ==9226== Lock acquired, processing the job...
[2026-09-11 10:28:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 10:28:02] Production.INFO: ==9226== Releasing lock...
[2026-09-11 10:28:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 10:28:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 10:28:02] Production.INFO: ==9230== Lock acquired, processing the job...
[2026-09-11 10:28:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 10:28:02] Production.INFO: ==9236== Lock acquired, processing the job...
[2026-09-11 10:28:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 10:28:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 10:28:03] Production.INFO: Account Balance Start.
[2026-09-11 10:28:03] Production.INFO: CreateAllLog Start
[2026-09-11 10:28:03] Production.INFO: 117
[2026-09-11 10:28:03] Production.INFO: Date 2026-09-08
[2026-09-11 10:28:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:28:03] Production.INFO: ==9232== Lock acquired, processing the job...
[2026-09-11 10:28:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 10:28:03] Production.INFO: Date 2026-09-09
[2026-09-11 10:28:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:28:03] Production.INFO: ==9234== Lock acquired, processing the job...
[2026-09-11 10:28:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 10:28:03] Production.INFO: Date 2026-09-10
[2026-09-11 10:28:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:28:03] Production.INFO: ==9238== Lock acquired, processing the job...
[2026-09-11 10:28:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 10:28:03] Production.INFO: Date 2026-09-11
[2026-09-11 10:28:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:28:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 10:28:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 10:28:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 10:28:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 10:28:03] Production.INFO: Total Charge 0
[2026-09-11 10:28:03] Production.INFO: CreateAllLog End
[2026-09-11 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-09-11 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-09-11 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-09-11 10:28:03] Production.INFO: ==9238== Releasing lock...
[2026-09-11 10:28:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 10:28:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 10:28:03] Production.INFO: Account Balance End.
[2026-09-11 10:28:03] Production.ERROR: CronJobId end 12
[2026-09-11 10:28:03] Production.INFO: ==9236== Releasing lock...
[2026-09-11 10:28:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 10:28:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 10:28:04] Production.INFO: ==9232== Releasing lock...
[2026-09-11 10:28:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 10:28:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 10:28:11] Production.ERROR: CronJobId end10
[2026-09-11 10:28:11] Production.INFO: ==9234== Releasing lock...
[2026-09-11 10:28:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 10:28:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 10:28:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 10:28:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 10:28:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 10:28:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 10:28:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 10:28:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 10:28:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 10:28:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 10:28:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 10:28:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 10:28:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 10:28:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 10:28:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 10:28:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 10:28:13] Production.INFO: call_cost start
[2026-09-11 10:28:13] Production.INFO: call_cost end
[2026-09-11 10:28:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 10:28:13] Production.INFO: ============== Report Schedule START===========
[2026-09-11 10:28:13] Production.INFO: ============== Report Schedule END===========
[2026-09-11 10:28:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 10:28:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 10:28:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 10:28:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 10:28:13] Production.INFO: ============== Deal alert START===========
[2026-09-11 10:28:13] Production.INFO: ============== Deal alert END===========
[2026-09-11 10:28:13] Production.INFO: ==9230== Releasing lock...
[2026-09-11 10:28:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 10:28:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 15:29:01] Production.INFO: ==9297== Lock acquired, processing the job...
[2026-09-11 15:29:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 15:29:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 15:29:01] Production.INFO: neon service started
[2026-09-11 15:29:01] Production.INFO: neon service started
[2026-09-11 15:29:01] Production.INFO: ==9297== Releasing lock...
[2026-09-11 15:29:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 15:29:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 14:29:02] Production.INFO: ==9301== Lock acquired, processing the job...
[2026-09-11 14:29:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 14:29:02] Production.INFO: ==9301== Releasing lock...
[2026-09-11 14:29:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 14:29:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 10:29:02] Production.INFO: ==9299== Lock acquired, processing the job...
[2026-09-11 10:29:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 10:29:02] Production.INFO: ==9299== Releasing lock...
[2026-09-11 10:29:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 10:29:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 10:29:03] Production.INFO: ==9308== Lock acquired, processing the job...
[2026-09-11 10:29:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 10:29:03] Production.INFO: ==9304== Lock acquired, processing the job...
[2026-09-11 10:29:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 10:29:03] Production.INFO: ==9306== Lock acquired, processing the job...
[2026-09-11 10:29:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 10:29:03] Production.INFO: ==9310== Lock acquired, processing the job...
[2026-09-11 10:29:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 10:29:03] Production.INFO: ==9312== Lock acquired, processing the job...
[2026-09-11 10:29:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 10:29:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 10:29:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 10:29:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 10:29:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 10:29:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 10:29:03] Production.INFO: Account Balance Start.
[2026-09-11 10:29:03] Production.INFO: CreateAllLog Start
[2026-09-11 10:29:03] Production.INFO: 117
[2026-09-11 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-09-11 10:29:03] Production.INFO: Date 2026-09-08
[2026-09-11 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-09-11 10:29:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 10:29:03] Production.INFO: ==9312== Releasing lock...
[2026-09-11 10:29:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 10:29:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 10:29:03] Production.INFO: Date 2026-09-09
[2026-09-11 10:29:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:29:03] Production.INFO: Date 2026-09-10
[2026-09-11 10:29:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:29:03] Production.INFO: Date 2026-09-11
[2026-09-11 10:29:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:29:03] Production.INFO: Total Charge 0
[2026-09-11 10:29:03] Production.INFO: CreateAllLog End
[2026-09-11 10:29:04] Production.INFO: Account Balance End.
[2026-09-11 10:29:04] Production.ERROR: CronJobId end 12
[2026-09-11 10:29:04] Production.INFO: ==9310== Releasing lock...
[2026-09-11 10:29:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 10:29:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 10:29:04] Production.INFO: ==9306== Releasing lock...
[2026-09-11 10:29:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 10:29:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 10:29:11] Production.ERROR: CronJobId end10
[2026-09-11 10:29:11] Production.INFO: ==9308== Releasing lock...
[2026-09-11 10:29:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 10:29:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 10:29:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 10:29:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 10:29:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 10:29:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 10:29:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 10:29:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 10:29:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 10:29:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 10:29:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 10:29:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 10:29:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 10:29:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 10:29:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 10:29:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 10:29:14] Production.INFO: call_cost start
[2026-09-11 10:29:14] Production.INFO: call_cost end
[2026-09-11 10:29:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 10:29:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 10:29:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 10:29:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 10:29:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 10:29:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 10:29:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 10:29:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 10:29:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 10:29:14] Production.INFO: ==9304== Releasing lock...
[2026-09-11 10:29:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 10:29:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 15:30:02] Production.INFO: ==9370== Lock acquired, processing the job...
[2026-09-11 15:30:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 15:30:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 15:30:02] Production.INFO: neon service started
[2026-09-11 15:30:02] Production.INFO: neon service started
[2026-09-11 15:30:02] Production.INFO: ==9370== Releasing lock...
[2026-09-11 15:30:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 15:30:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 10:30:02] Production.INFO: ==9373== Lock acquired, processing the job...
[2026-09-11 10:30:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 14:30:03] Production.INFO: ==9375== Lock acquired, processing the job...
[2026-09-11 14:30:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 14:30:03] Production.INFO: ==9375== Releasing lock...
[2026-09-11 14:30:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 14:30:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 10:30:03] Production.INFO: ==9373== Releasing lock...
[2026-09-11 10:30:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 10:30:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 10:30:03] Production.INFO: ==9379== Lock acquired, processing the job...
[2026-09-11 10:30:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 10:30:04] Production.INFO: ==9377== Lock acquired, processing the job...
[2026-09-11 10:30:04] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 10:30:04] Production.INFO: ==9381== Lock acquired, processing the job...
[2026-09-11 10:30:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 10:30:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 10:30:04] Production.INFO: ==9383== Lock acquired, processing the job...
[2026-09-11 10:30:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 10:30:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 10:30:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 10:30:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 10:30:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 10:30:04] Production.INFO: ==9385== Lock acquired, processing the job...
[2026-09-11 10:30:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 10:30:04] Production.INFO: Account Balance Start.
[2026-09-11 10:30:04] Production.INFO: CreateAllLog Start
[2026-09-11 10:30:04] Production.INFO: 117
[2026-09-11 10:30:04] Production.INFO: Date 2026-09-08
[2026-09-11 10:30:04] Production.INFO: Reseller ==> 0
[2026-09-11 10:30:04] Production.INFO: ==9379== Releasing lock...
[2026-09-11 10:30:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 10:30:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 10: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-09-11 10: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-09-11 10:30:04] Production.INFO: Date 2026-09-09
[2026-09-11 10:30:04] Production.INFO: Reseller ==> 0
[2026-09-11 10: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-09-11 10:30:04] Production.INFO: ==9385== Releasing lock...
[2026-09-11 10:30:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 10:30:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 10:30:04] Production.INFO: Date 2026-09-10
[2026-09-11 10:30:04] Production.INFO: Reseller ==> 0
[2026-09-11 10:30:04] Production.INFO: Date 2026-09-11
[2026-09-11 10:30:04] Production.INFO: Reseller ==> 0
[2026-09-11 10:30:04] Production.INFO: Total Charge 0
[2026-09-11 10:30:04] Production.INFO: CreateAllLog End
[2026-09-11 10:30:04] Production.INFO: Account Balance End.
[2026-09-11 10:30:05] Production.ERROR: CronJobId end 12
[2026-09-11 10:30:05] Production.INFO: ==9383== Releasing lock...
[2026-09-11 10:30:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 10:30:05] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 10:30:12] Production.ERROR: CronJobId end10
[2026-09-11 10:30:12] Production.INFO: ==9381== Releasing lock...
[2026-09-11 10:30:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 10:30:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 10:30:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 10:30:15] Production.INFO: ============== Balance Warning START===========
[2026-09-11 10:30:15] Production.INFO: ============== Balance Warning END===========
[2026-09-11 10:30:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 10:30:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 10:30:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 10:30:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 10:30:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 10:30:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 10:30:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 10:30:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 10:30:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 10:30:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 10:30:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 10:30:15] Production.INFO: call_cost start
[2026-09-11 10:30:15] Production.INFO: call_cost end
[2026-09-11 10:30:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 10:30:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 10:30:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 10:30:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 10:30:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 10:30:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 10:30:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 10:30:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 10:30:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 10:30:15] Production.INFO: ==9377== Releasing lock...
[2026-09-11 10:30:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 10:30:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 15:31:01] Production.INFO: ==9450== Lock acquired, processing the job...
[2026-09-11 15:31:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 15:31:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 15:31:01] Production.INFO: neon service started
[2026-09-11 15:31:01] Production.INFO: neon service started
[2026-09-11 15:31:01] Production.INFO: ==9450== Releasing lock...
[2026-09-11 15:31:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 15:31:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 10:31:02] Production.INFO: ==9453== Lock acquired, processing the job...
[2026-09-11 10:31:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 10:31:02] Production.INFO: ==9453== Releasing lock...
[2026-09-11 10:31:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 10:31:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 14:31:02] Production.INFO: ==9455== Lock acquired, processing the job...
[2026-09-11 14:31:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 14:31:02] Production.INFO: ==9455== Releasing lock...
[2026-09-11 14:31:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 14:31:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 10:31:03] Production.INFO: ==9457== Lock acquired, processing the job...
[2026-09-11 10:31:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 10:31:03] Production.INFO: ==9459== Lock acquired, processing the job...
[2026-09-11 10:31:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 10:31:03] Production.INFO: ==9461== Lock acquired, processing the job...
[2026-09-11 10:31:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 10:31:03] Production.INFO: ==9463== Lock acquired, processing the job...
[2026-09-11 10:31:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 10:31:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 10:31:03] Production.INFO: ==9465== Lock acquired, processing the job...
[2026-09-11 10:31:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 10:31:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 10:31:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 10:31:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 10:31:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 10:31:03] Production.INFO: Account Balance Start.
[2026-09-11 10:31:03] Production.INFO: CreateAllLog Start
[2026-09-11 10:31:03] Production.INFO: 117
[2026-09-11 10:31:03] Production.INFO: Date 2026-09-08
[2026-09-11 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-09-11 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-09-11 10:31:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 10:31:03] Production.INFO: ==9465== Releasing lock...
[2026-09-11 10:31:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 10:31:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 10:31:03] Production.INFO: Date 2026-09-09
[2026-09-11 10:31:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:31:03] Production.INFO: Date 2026-09-10
[2026-09-11 10:31:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:31:03] Production.INFO: Date 2026-09-11
[2026-09-11 10:31:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:31:03] Production.INFO: Total Charge 0
[2026-09-11 10:31:03] Production.INFO: CreateAllLog End
[2026-09-11 10:31:03] Production.INFO: Account Balance End.
[2026-09-11 10:31:03] Production.ERROR: CronJobId end 12
[2026-09-11 10:31:03] Production.INFO: ==9463== Releasing lock...
[2026-09-11 10:31:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 10:31:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 10:31:04] Production.INFO: ==9459== Releasing lock...
[2026-09-11 10:31:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 10:31:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 10:31:11] Production.ERROR: CronJobId end10
[2026-09-11 10:31:11] Production.INFO: ==9461== Releasing lock...
[2026-09-11 10:31:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 10:31:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 10:31:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 10:31:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 10:31:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 10:31:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 10:31:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 10:31:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 10:31:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 10:31:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 10:31:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 10:31:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 10:31:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 10:31:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 10:31:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 10:31:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 10:31:15] Production.INFO: call_cost start
[2026-09-11 10:31:15] Production.INFO: call_cost end
[2026-09-11 10:31:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 10:31:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 10:31:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 10:31:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 10:31:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 10:31:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 10:31:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 10:31:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 10:31:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 10:31:15] Production.INFO: ==9457== Releasing lock...
[2026-09-11 10:31:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 10:31:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 15:32:02] Production.INFO: ==9524== Lock acquired, processing the job...
[2026-09-11 15:32:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 15:32:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 15:32:02] Production.INFO: neon service started
[2026-09-11 15:32:02] Production.INFO: neon service started
[2026-09-11 15:32:02] Production.INFO: ==9524== Releasing lock...
[2026-09-11 15:32:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 15:32:02] Production.INFO: 25.5 MB #Memory Used#
[2026-09-11 14:32:02] Production.INFO: ==9528== Lock acquired, processing the job...
[2026-09-11 14:32:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 14:32:02] Production.INFO: ==9528== Releasing lock...
[2026-09-11 14:32:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 14:32:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 10:32:02] Production.INFO: ==9526== Lock acquired, processing the job...
[2026-09-11 10:32:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 10:32:03] Production.INFO: ==9526== Releasing lock...
[2026-09-11 10:32:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 10:32:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 10:32:03] Production.INFO: ==9535== Lock acquired, processing the job...
[2026-09-11 10:32:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 10:32:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 10:32:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 10:32:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 10:32:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 10:32:04] Production.INFO: ==9531== Lock acquired, processing the job...
[2026-09-11 10:32:04] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 10:32:04] Production.INFO: ==9539== Lock acquired, processing the job...
[2026-09-11 10:32:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 10:32:04] Production.INFO: ==9533== Lock acquired, processing the job...
[2026-09-11 10:32:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 10:32:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 10:32:04] Production.INFO: ==9537== Lock acquired, processing the job...
[2026-09-11 10:32:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 10: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-09-11 10: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-09-11 10: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-09-11 10:32:04] Production.INFO: ==9539== Releasing lock...
[2026-09-11 10:32:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 10:32:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 10:32:04] Production.INFO: Account Balance Start.
[2026-09-11 10:32:04] Production.INFO: CreateAllLog Start
[2026-09-11 10:32:04] Production.INFO: 117
[2026-09-11 10:32:04] Production.INFO: Date 2026-09-08
[2026-09-11 10:32:04] Production.INFO: Reseller ==> 0
[2026-09-11 10:32:04] Production.INFO: Date 2026-09-09
[2026-09-11 10:32:04] Production.INFO: Reseller ==> 0
[2026-09-11 10:32:04] Production.INFO: Date 2026-09-10
[2026-09-11 10:32:04] Production.INFO: Reseller ==> 0
[2026-09-11 10:32:04] Production.INFO: Date 2026-09-11
[2026-09-11 10:32:04] Production.INFO: Reseller ==> 0
[2026-09-11 10:32:04] Production.INFO: Total Charge 0
[2026-09-11 10:32:04] Production.INFO: CreateAllLog End
[2026-09-11 10:32:04] Production.INFO: Account Balance End.
[2026-09-11 10:32:04] Production.ERROR: CronJobId end 12
[2026-09-11 10:32:04] Production.INFO: ==9537== Releasing lock...
[2026-09-11 10:32:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 10:32:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 10:32:05] Production.INFO: ==9533== Releasing lock...
[2026-09-11 10:32:05] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 10:32:05] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 10:32:12] Production.ERROR: CronJobId end10
[2026-09-11 10:32:12] Production.INFO: ==9535== Releasing lock...
[2026-09-11 10:32:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 10:32:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 10:32:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 10:32:16] Production.INFO: ============== Balance Warning START===========
[2026-09-11 10:32:16] Production.INFO: ============== Balance Warning END===========
[2026-09-11 10:32:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 10:32:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 10:32:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 10:32:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 10:32:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 10:32:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 10:32:16] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 10:32:16] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 10:32:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 10:32:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 10:32:16] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 10:32:16] Production.INFO: call_cost start
[2026-09-11 10:32:16] Production.INFO: call_cost end
[2026-09-11 10:32:16] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 10:32:16] Production.INFO: ============== Report Schedule START===========
[2026-09-11 10:32:16] Production.INFO: ============== Report Schedule END===========
[2026-09-11 10:32:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 10:32:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 10:32:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 10:32:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 10:32:16] Production.INFO: ============== Deal alert START===========
[2026-09-11 10:32:16] Production.INFO: ============== Deal alert END===========
[2026-09-11 10:32:16] Production.INFO: ==9531== Releasing lock...
[2026-09-11 10:32:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 10:32:16] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 15:33:01] Production.INFO: ==9598== Lock acquired, processing the job...
[2026-09-11 15:33:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 15:33:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 15:33:01] Production.INFO: neon service started
[2026-09-11 15:33:01] Production.INFO: neon service started
[2026-09-11 15:33:01] Production.INFO: ==9598== Releasing lock...
[2026-09-11 15:33:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 15:33:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 10:33:02] Production.INFO: ==9600== Lock acquired, processing the job...
[2026-09-11 10:33:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 10:33:02] Production.INFO: ==9600== Releasing lock...
[2026-09-11 10:33:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 10:33:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 14:33:02] Production.INFO: ==9602== Lock acquired, processing the job...
[2026-09-11 14:33:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 14:33:02] Production.INFO: ==9602== Releasing lock...
[2026-09-11 14:33:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 14:33:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 10:33:02] Production.INFO: ==9605== Lock acquired, processing the job...
[2026-09-11 10:33:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 10:33:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 10:33:03] Production.INFO: ==9607== Lock acquired, processing the job...
[2026-09-11 10:33:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 10:33:03] Production.INFO: ==9609== Lock acquired, processing the job...
[2026-09-11 10:33:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 10:33:03] Production.INFO: ==9611== Lock acquired, processing the job...
[2026-09-11 10:33:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 10:33:03] Production.INFO: ==9613== Lock acquired, processing the job...
[2026-09-11 10:33:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 10:33:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 10:33:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 10:33:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 10:33:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 10:33:03] Production.INFO: Account Balance Start.
[2026-09-11 10:33:03] Production.INFO: CreateAllLog Start
[2026-09-11 10:33:03] Production.INFO: 117
[2026-09-11 10:33:03] Production.INFO: Date 2026-09-08
[2026-09-11 10:33:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 10:33:03] Production.INFO: Date 2026-09-09
[2026-09-11 10:33:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 10:33:03] Production.INFO: ==9613== Releasing lock...
[2026-09-11 10:33:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 10:33:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 10:33:03] Production.INFO: Date 2026-09-10
[2026-09-11 10:33:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:33:03] Production.INFO: Date 2026-09-11
[2026-09-11 10:33:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:33:03] Production.INFO: Total Charge 0
[2026-09-11 10:33:03] Production.INFO: CreateAllLog End
[2026-09-11 10:33:03] Production.INFO: Account Balance End.
[2026-09-11 10:33:03] Production.ERROR: CronJobId end 12
[2026-09-11 10:33:03] Production.INFO: ==9611== Releasing lock...
[2026-09-11 10:33:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 10:33:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 10:33:04] Production.INFO: ==9607== Releasing lock...
[2026-09-11 10:33:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 10:33:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 10:33:11] Production.ERROR: CronJobId end10
[2026-09-11 10:33:11] Production.INFO: ==9609== Releasing lock...
[2026-09-11 10:33:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 10:33:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 10:33:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 10:33:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 10:33:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 10:33:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 10:33:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 10:33:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 10:33:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 10:33:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 10:33:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 10:33:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 10:33:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 10:33:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 10:33:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 10:33:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 10:33:13] Production.INFO: call_cost start
[2026-09-11 10:33:13] Production.INFO: call_cost end
[2026-09-11 10:33:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 10:33:13] Production.INFO: ============== Report Schedule START===========
[2026-09-11 10:33:13] Production.INFO: ============== Report Schedule END===========
[2026-09-11 10:33:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 10:33:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 10:33:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 10:33:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 10:33:13] Production.INFO: ============== Deal alert START===========
[2026-09-11 10:33:13] Production.INFO: ============== Deal alert END===========
[2026-09-11 10:33:13] Production.INFO: ==9605== Releasing lock...
[2026-09-11 10:33:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 10:33:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 15:34:02] Production.INFO: ==9674== Lock acquired, processing the job...
[2026-09-11 15:34:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 15:34:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 15:34:02] Production.INFO: neon service started
[2026-09-11 15:34:02] Production.INFO: neon service started
[2026-09-11 15:34:02] Production.INFO: ==9674== Releasing lock...
[2026-09-11 15:34:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 15:34:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 14:34:02] Production.INFO: ==9678== Lock acquired, processing the job...
[2026-09-11 14:34:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 14:34:02] Production.INFO: ==9678== Releasing lock...
[2026-09-11 14:34:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 14:34:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 10:34:02] Production.INFO: ==9676== Lock acquired, processing the job...
[2026-09-11 10:34:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 10:34:02] Production.INFO: ==9676== Releasing lock...
[2026-09-11 10:34:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 10:34:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 10:34:03] Production.INFO: ==9682== Lock acquired, processing the job...
[2026-09-11 10:34:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 10:34:03] Production.INFO: ==9684== Lock acquired, processing the job...
[2026-09-11 10:34:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 10:34:03] Production.INFO: ==9686== Lock acquired, processing the job...
[2026-09-11 10:34:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 10:34:03] Production.INFO: ==9680== Lock acquired, processing the job...
[2026-09-11 10:34:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 10:34:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 10:34:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 10:34:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 10:34:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 10:34:03] Production.INFO: ==9688== Lock acquired, processing the job...
[2026-09-11 10:34:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 10:34:03] Production.INFO: Account Balance Start.
[2026-09-11 10:34:03] Production.INFO: CreateAllLog Start
[2026-09-11 10:34:03] Production.INFO: 117
[2026-09-11 10:34:03] Production.INFO: Date 2026-09-08
[2026-09-11 10:34:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 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-09-11 10:34:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 10:34:03] Production.INFO: Date 2026-09-09
[2026-09-11 10:34:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:34:03] Production.INFO: ==9688== Releasing lock...
[2026-09-11 10:34:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 10:34:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 10:34:03] Production.INFO: Date 2026-09-10
[2026-09-11 10:34:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:34:04] Production.INFO: Date 2026-09-11
[2026-09-11 10:34:04] Production.INFO: Reseller ==> 0
[2026-09-11 10:34:04] Production.INFO: Total Charge 0
[2026-09-11 10:34:04] Production.INFO: CreateAllLog End
[2026-09-11 10:34:04] Production.INFO: Account Balance End.
[2026-09-11 10:34:04] Production.ERROR: CronJobId end 12
[2026-09-11 10:34:04] Production.INFO: ==9686== Releasing lock...
[2026-09-11 10:34:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 10:34:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 10:34:04] Production.INFO: ==9682== Releasing lock...
[2026-09-11 10:34:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 10:34:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 10:34:12] Production.ERROR: CronJobId end10
[2026-09-11 10:34:12] Production.INFO: ==9684== Releasing lock...
[2026-09-11 10:34:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 10:34:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 10:34:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 10:34:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 10:34:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 10:34:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 10:34:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 10:34:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 10:34:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 10:34:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 10:34:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 10:34:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 10:34:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 10:34:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 10:34:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 10:34:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 10:34:15] Production.INFO: call_cost start
[2026-09-11 10:34:15] Production.INFO: call_cost end
[2026-09-11 10:34:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 10:34:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 10:34:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 10:34:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 10:34:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 10:34:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 10:34:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 10:34:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 10:34:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 10:34:15] Production.INFO: ==9680== Releasing lock...
[2026-09-11 10:34:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 10:34:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 15:35:01] Production.INFO: ==9750== Lock acquired, processing the job...
[2026-09-11 15:35:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 15:35:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 15:35:01] Production.INFO: neon service started
[2026-09-11 15:35:01] Production.INFO: neon service started
[2026-09-11 15:35:01] Production.INFO: ==9750== Releasing lock...
[2026-09-11 15:35:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 15:35:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 10:35:02] Production.INFO: ==9752== Lock acquired, processing the job...
[2026-09-11 10:35:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 14:35:02] Production.INFO: ==9754== Lock acquired, processing the job...
[2026-09-11 14:35:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 14:35:02] Production.INFO: ==9754== Releasing lock...
[2026-09-11 14:35:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 14:35:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 10:35:02] Production.INFO: ==9752== Releasing lock...
[2026-09-11 10:35:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 10:35:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 10:35:03] Production.INFO: ==9759== Lock acquired, processing the job...
[2026-09-11 10:35:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-11 10:35:03] Production.INFO: ==9765== Lock acquired, processing the job...
[2026-09-11 10:35:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 10:35:03] Production.INFO: ==9761== Lock acquired, processing the job...
[2026-09-11 10:35:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 10:35:03] Production.INFO: ==9763== Lock acquired, processing the job...
[2026-09-11 10:35:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 10:35:03] Production.ERROR: ========================== active cronjob start =============================
[2026-09-11 10:35:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-11 10:35:03] Production.ERROR: CronJob PID - 9765
[2026-09-11 10:35:03] Production.ERROR: CronJob Title - Create Customer Summary Live
[2026-09-11 10:35:03] Production.ERROR: CronJob ID - 10
[2026-09-11 10:35:03] Production.ERROR: CronJob Last Run Time 2026-09-11 10:35:00
[2026-09-11 10:35:03] Production.ERROR: CronJob Active Minutes 0
[2026-09-11 10:35:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-11 10:35:03] Production.INFO: ==9767== Lock acquired, processing the job...
[2026-09-11 10:35:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 10:35:03] Production.ERROR: ========================== active cronjob end =============================
[2026-09-11 10:35:03] Production.INFO: ==9759== Releasing lock...
[2026-09-11 10:35:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-11 10:35:03] Production.INFO: 25.5 MB #Memory Used#
[2026-09-11 10:35:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 10:35:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 10:35:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 10:35:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 10:35:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 10:35:03] Production.INFO: ==9769== Lock acquired, processing the job...
[2026-09-11 10:35:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-11 10:35:03] Production.INFO: Account Balance Start.
[2026-09-11 10:35:03] Production.INFO: CreateAllLog Start
[2026-09-11 10:35:03] Production.INFO: 117
[2026-09-11 10:35:03] Production.INFO: Date 2026-09-08
[2026-09-11 10:35:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:35:03] Production.INFO: ==9771== Lock acquired, processing the job...
[2026-09-11 10:35:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 10:35:03] Production.ERROR: tblTempUsageDetail_20
[2026-09-11 10:35:03] Production.INFO: Date 2026-09-09
[2026-09-11 10:35:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:35:03] Production.INFO: Date 2026-09-10
[2026-09-11 10:35:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 10:35:03] Production.INFO: Date 2026-09-11
[2026-09-11 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-09-11 10:35:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:35:03] Production.INFO: ==9771== Releasing lock...
[2026-09-11 10:35:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 10:35:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 10:35:03] Production.INFO: Total Charge 0
[2026-09-11 10:35:03] Production.INFO: CreateAllLog End
[2026-09-11 10:35:03] Production.ERROR: done
[2026-09-11 10:35:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-11 10:35:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17983962', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) start
[2026-09-11 10:35:04] Production.INFO: Account Balance End.
[2026-09-11 10:35:04] Production.ERROR: CronJobId end 12
[2026-09-11 10:35:04] Production.INFO: ==9767== Releasing lock...
[2026-09-11 10:35:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 10:35:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 10:35:04] Production.INFO: ==9763== Releasing lock...
[2026-09-11 10:35:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 10:35:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 10:35:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17983962', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) end
[2026-09-11 10:35:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-11 10:35:10] Production.INFO: ProcessCDR(1,17983962,1,1,2)
[2026-09-11 10:35:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17983962,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 10:35:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17983962,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 10:35:10] Production.ERROR: pbx prc_insertCDR start
[2026-09-11 10:35:10] Production.ERROR: pbx prc_insertCDR end
[2026-09-11 10:35:10] Production.INFO: ==9769== Releasing lock...
[2026-09-11 10:35:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-11 10:35:10] Production.INFO: 26 MB #Memory Used#
[2026-09-11 10:35:14] Production.ERROR: CronJobId end10
[2026-09-11 10:35:14] Production.INFO: ==9765== Releasing lock...
[2026-09-11 10:35:14] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 10:35:14] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 10:35:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 10:35:16] Production.INFO: ============== Balance Warning START===========
[2026-09-11 10:35:16] Production.INFO: ============== Balance Warning END===========
[2026-09-11 10:35:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 10:35:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 10:35:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 10:35:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 10:35:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 10:35:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 10:35:16] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 10:35:16] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 10:35:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 10:35:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 10:35:16] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 10:35:17] Production.INFO: call_cost start
[2026-09-11 10:35:17] Production.INFO: call_cost end
[2026-09-11 10:35:17] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 10:35:17] Production.INFO: ============== Report Schedule START===========
[2026-09-11 10:35:17] Production.INFO: ============== Report Schedule END===========
[2026-09-11 10:35:17] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 10:35:17] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 10:35:17] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 10:35:17] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 10:35:17] Production.INFO: ============== Deal alert START===========
[2026-09-11 10:35:17] Production.INFO: ============== Deal alert END===========
[2026-09-11 10:35:17] Production.INFO: ==9761== Releasing lock...
[2026-09-11 10:35:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 10:35:17] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 15:36:02] Production.INFO: ==9833== Lock acquired, processing the job...
[2026-09-11 15:36:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 15:36:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 15:36:02] Production.INFO: neon service started
[2026-09-11 15:36:02] Production.INFO: neon service started
[2026-09-11 15:36:02] Production.INFO: ==9833== Releasing lock...
[2026-09-11 15:36:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 15:36:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 10:36:02] Production.INFO: ==9835== Lock acquired, processing the job...
[2026-09-11 10:36:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 10:36:02] Production.INFO: ==9835== Releasing lock...
[2026-09-11 10:36:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 10:36:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 14:36:02] Production.INFO: ==9837== Lock acquired, processing the job...
[2026-09-11 14:36:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 14:36:02] Production.INFO: ==9837== Releasing lock...
[2026-09-11 14:36:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 14:36:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 10:36:03] Production.INFO: ==9839== Lock acquired, processing the job...
[2026-09-11 10:36:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 10:36:03] Production.INFO: ==9841== Lock acquired, processing the job...
[2026-09-11 10:36:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 10:36:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 10:36:03] Production.INFO: ==9843== Lock acquired, processing the job...
[2026-09-11 10:36:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 10:36:03] Production.INFO: ==9845== Lock acquired, processing the job...
[2026-09-11 10:36:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 10:36:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 10:36:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 10:36:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 10:36:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 10:36:03] Production.INFO: ==9847== Lock acquired, processing the job...
[2026-09-11 10:36:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 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-09-11 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-09-11 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-09-11 10:36:03] Production.INFO: ==9847== Releasing lock...
[2026-09-11 10:36:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 10:36:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 10:36:03] Production.INFO: Account Balance Start.
[2026-09-11 10:36:03] Production.INFO: CreateAllLog Start
[2026-09-11 10:36:03] Production.INFO: 117
[2026-09-11 10:36:03] Production.INFO: Date 2026-09-08
[2026-09-11 10:36:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:36:03] Production.INFO: Date 2026-09-09
[2026-09-11 10:36:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:36:03] Production.INFO: Date 2026-09-10
[2026-09-11 10:36:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:36:04] Production.INFO: Date 2026-09-11
[2026-09-11 10:36:04] Production.INFO: Reseller ==> 0
[2026-09-11 10:36:04] Production.INFO: Total Charge 0
[2026-09-11 10:36:04] Production.INFO: CreateAllLog End
[2026-09-11 10:36:04] Production.INFO: Account Balance End.
[2026-09-11 10:36:04] Production.INFO: ==9841== Releasing lock...
[2026-09-11 10:36:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 10:36:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 10:36:04] Production.ERROR: CronJobId end 12
[2026-09-11 10:36:04] Production.INFO: ==9845== Releasing lock...
[2026-09-11 10:36:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 10:36:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 10:36:12] Production.ERROR: CronJobId end10
[2026-09-11 10:36:12] Production.INFO: ==9843== Releasing lock...
[2026-09-11 10:36:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 10:36:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 10:36:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 10:36:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 10:36:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 10:36:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 10:36:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 10:36:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 10:36:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 10:36:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 10:36:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 10:36:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 10:36:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 10:36:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 10:36:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 10:36:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 10:36:15] Production.INFO: call_cost start
[2026-09-11 10:36:15] Production.INFO: call_cost end
[2026-09-11 10:36:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 10:36:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 10:36:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 10:36:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 10:36:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 10:36:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 10:36:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 10:36:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 10:36:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 10:36:15] Production.INFO: ==9839== Releasing lock...
[2026-09-11 10:36:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 10:36:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 15:37:01] Production.INFO: ==9913== Lock acquired, processing the job...
[2026-09-11 15:37:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 15:37:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 15:37:01] Production.INFO: neon service started
[2026-09-11 15:37:01] Production.INFO: neon service started
[2026-09-11 15:37:01] Production.INFO: ==9913== Releasing lock...
[2026-09-11 15:37:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 15:37:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 14:37:01] Production.INFO: ==9917== Lock acquired, processing the job...
[2026-09-11 14:37:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 14:37:01] Production.INFO: ==9917== Releasing lock...
[2026-09-11 14:37:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 14:37:01] Production.INFO: 25 MB #Memory Used#
[2026-09-11 10:37:01] Production.INFO: ==9915== Lock acquired, processing the job...
[2026-09-11 10:37:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 10:37:02] Production.INFO: ==9915== Releasing lock...
[2026-09-11 10:37:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 10:37:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 10:37:02] Production.INFO: ==9919== Lock acquired, processing the job...
[2026-09-11 10:37:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 10:37:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 10:37:02] Production.INFO: ==9923== Lock acquired, processing the job...
[2026-09-11 10:37:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 10:37:02] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 10:37:02] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 10:37:02] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 10:37:02] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 10:37:03] Production.INFO: ==9921== Lock acquired, processing the job...
[2026-09-11 10:37:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 10:37:03] Production.INFO: ==9925== Lock acquired, processing the job...
[2026-09-11 10:37:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 10:37:03] Production.INFO: ==9927== Lock acquired, processing the job...
[2026-09-11 10:37:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 10:37:03] Production.INFO: Account Balance Start.
[2026-09-11 10:37:03] Production.INFO: CreateAllLog Start
[2026-09-11 10:37:03] Production.INFO: 117
[2026-09-11 10:37:03] Production.INFO: Date 2026-09-08
[2026-09-11 10:37:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:37:03] Production.INFO: Date 2026-09-09
[2026-09-11 10:37:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:37:03] Production.INFO: Date 2026-09-10
[2026-09-11 10:37:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 10:37:03] Production.INFO: Date 2026-09-11
[2026-09-11 10:37:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 10:37:03] Production.INFO: Total Charge 0
[2026-09-11 10:37:03] Production.INFO: ==9927== Releasing lock...
[2026-09-11 10:37:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 10:37:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 10:37:03] Production.INFO: CreateAllLog End
[2026-09-11 10:37:03] Production.INFO: Account Balance End.
[2026-09-11 10:37:04] Production.ERROR: CronJobId end 12
[2026-09-11 10:37:04] Production.INFO: ==9925== Releasing lock...
[2026-09-11 10:37:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 10:37:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 10:37:04] Production.INFO: ==9921== Releasing lock...
[2026-09-11 10:37:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 10:37:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 10:37:13] Production.ERROR: CronJobId end10
[2026-09-11 10:37:13] Production.INFO: ==9923== Releasing lock...
[2026-09-11 10:37:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 10:37:13] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 10:37:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 10:37:15] Production.INFO: ============== Balance Warning START===========
[2026-09-11 10:37:15] Production.INFO: ============== Balance Warning END===========
[2026-09-11 10:37:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 10:37:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 10:37:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 10:37:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 10:37:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 10:37:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 10:37:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 10:37:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 10:37:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 10:37:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 10:37:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 10:37:15] Production.INFO: call_cost start
[2026-09-11 10:37:15] Production.INFO: call_cost end
[2026-09-11 10:37:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 10:37:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 10:37:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 10:37:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 10:37:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 10:37:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 10:37:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 10:37:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 10:37:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 10:37:15] Production.INFO: ==9919== Releasing lock...
[2026-09-11 10:37:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 10:37:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 15:38:01] Production.INFO: ==9996== Lock acquired, processing the job...
[2026-09-11 15:38:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 15:38:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 15:38:01] Production.INFO: neon service started
[2026-09-11 15:38:01] Production.INFO: neon service started
[2026-09-11 15:38:01] Production.INFO: ==9996== Releasing lock...
[2026-09-11 15:38:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 15:38:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 14:38:02] Production.INFO: ==10000== Lock acquired, processing the job...
[2026-09-11 14:38:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 14:38:02] Production.INFO: ==10000== Releasing lock...
[2026-09-11 14:38:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 14:38:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 10:38:02] Production.INFO: ==9998== Lock acquired, processing the job...
[2026-09-11 10:38:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 10:38:02] Production.INFO: ==9998== Releasing lock...
[2026-09-11 10:38:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 10:38:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 10:38:03] Production.INFO: ==10004== Lock acquired, processing the job...
[2026-09-11 10:38:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 10:38:03] Production.INFO: ==10006== Lock acquired, processing the job...
[2026-09-11 10:38:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 10:38:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 10:38:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 10:38:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 10:38:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 10:38:03] Production.INFO: ==10002== Lock acquired, processing the job...
[2026-09-11 10:38:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 10:38:03] Production.INFO: ==10008== Lock acquired, processing the job...
[2026-09-11 10:38:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 10:38:03] Production.INFO: ==10010== Lock acquired, processing the job...
[2026-09-11 10:38:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 10:38:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 10:38:03] Production.INFO: Account Balance Start.
[2026-09-11 10:38:03] Production.INFO: CreateAllLog Start
[2026-09-11 10:38:03] Production.INFO: 117
[2026-09-11 10:38:03] Production.INFO: Date 2026-09-08
[2026-09-11 10:38:03] Production.INFO: Reseller ==> 0
[2026-09-11 10: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-09-11 10: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-09-11 10:38:03] Production.INFO: Date 2026-09-09
[2026-09-11 10:38:03] Production.INFO: Reseller ==> 0
[2026-09-11 10: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-09-11 10:38:03] Production.INFO: ==10010== Releasing lock...
[2026-09-11 10:38:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 10:38:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 10:38:03] Production.INFO: Date 2026-09-10
[2026-09-11 10:38:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:38:03] Production.INFO: Date 2026-09-11
[2026-09-11 10:38:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:38:03] Production.INFO: Total Charge 0
[2026-09-11 10:38:03] Production.INFO: CreateAllLog End
[2026-09-11 10:38:03] Production.INFO: ==10004== Releasing lock...
[2026-09-11 10:38:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 10:38:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 10:38:04] Production.INFO: Account Balance End.
[2026-09-11 10:38:04] Production.ERROR: CronJobId end 12
[2026-09-11 10:38:04] Production.INFO: ==10008== Releasing lock...
[2026-09-11 10:38:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 10:38:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 10:38:11] Production.ERROR: CronJobId end10
[2026-09-11 10:38:11] Production.INFO: ==10006== Releasing lock...
[2026-09-11 10:38:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 10:38:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 10:38:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 10:38:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 10:38:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 10:38:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 10:38:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 10:38:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 10:38:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 10:38:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 10:38:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 10:38:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 10:38:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 10:38:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 10:38:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 10:38:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 10:38:14] Production.INFO: call_cost start
[2026-09-11 10:38:14] Production.INFO: call_cost end
[2026-09-11 10:38:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 10:38:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 10:38:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 10:38:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 10:38:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 10:38:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 10:38:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 10:38:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 10:38:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 10:38:14] Production.INFO: ==10002== Releasing lock...
[2026-09-11 10:38:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 10:38:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 15:39:02] Production.INFO: ==10070== Lock acquired, processing the job...
[2026-09-11 15:39:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 15:39:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 15:39:02] Production.INFO: neon service started
[2026-09-11 15:39:02] Production.INFO: neon service started
[2026-09-11 15:39:02] Production.INFO: ==10070== Releasing lock...
[2026-09-11 15:39:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 15:39:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 10:39:02] Production.INFO: ==10072== Lock acquired, processing the job...
[2026-09-11 10:39:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 14:39:02] Production.INFO: ==10074== Lock acquired, processing the job...
[2026-09-11 14:39:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 14:39:02] Production.INFO: ==10074== Releasing lock...
[2026-09-11 14:39:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 14:39:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 10:39:03] Production.INFO: ==10072== Releasing lock...
[2026-09-11 10:39:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 10:39:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 10:39:03] Production.INFO: ==10077== Lock acquired, processing the job...
[2026-09-11 10:39:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 10:39:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 10:39:03] Production.INFO: ==10079== Lock acquired, processing the job...
[2026-09-11 10:39:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 10:39:04] Production.INFO: ==10081== Lock acquired, processing the job...
[2026-09-11 10:39:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 10:39:04] Production.INFO: ==10083== Lock acquired, processing the job...
[2026-09-11 10:39:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 10:39:04] Production.INFO: ==10085== Lock acquired, processing the job...
[2026-09-11 10:39:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 10:39:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 10:39:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 10:39:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 10:39:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 10:39:04] Production.INFO: Account Balance Start.
[2026-09-11 10:39:04] Production.INFO: CreateAllLog Start
[2026-09-11 10:39:04] Production.INFO: 117
[2026-09-11 10:39:04] Production.INFO: Date 2026-09-08
[2026-09-11 10:39:04] Production.INFO: Reseller ==> 0
[2026-09-11 10:39:04] Production.INFO: Date 2026-09-09
[2026-09-11 10:39:04] Production.INFO: Reseller ==> 0
[2026-09-11 10: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-09-11 10: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-09-11 10:39:04] Production.INFO: Date 2026-09-10
[2026-09-11 10: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-09-11 10:39:04] Production.INFO: Reseller ==> 0
[2026-09-11 10:39:04] Production.INFO: ==10085== Releasing lock...
[2026-09-11 10:39:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 10:39:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 10:39:04] Production.INFO: Date 2026-09-11
[2026-09-11 10:39:04] Production.INFO: Reseller ==> 0
[2026-09-11 10:39:04] Production.INFO: Total Charge 0
[2026-09-11 10:39:04] Production.INFO: CreateAllLog End
[2026-09-11 10:39:04] Production.INFO: Account Balance End.
[2026-09-11 10:39:04] Production.ERROR: CronJobId end 12
[2026-09-11 10:39:04] Production.INFO: ==10083== Releasing lock...
[2026-09-11 10:39:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 10:39:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 10:39:04] Production.INFO: ==10079== Releasing lock...
[2026-09-11 10:39:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 10:39:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 10:39:12] Production.ERROR: CronJobId end10
[2026-09-11 10:39:12] Production.INFO: ==10081== Releasing lock...
[2026-09-11 10:39:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 10:39:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 10:39:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 10:39:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 10:39:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 10:39:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 10:39:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 10:39:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 10:39:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 10:39:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 10:39:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 10:39:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 10:39:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 10:39:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 10:39:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 10:39:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 10:39:14] Production.INFO: call_cost start
[2026-09-11 10:39:14] Production.INFO: call_cost end
[2026-09-11 10:39:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 10:39:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 10:39:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 10:39:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 10:39:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 10:39:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 10:39:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 10:39:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 10:39:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 10:39:14] Production.INFO: ==10077== Releasing lock...
[2026-09-11 10:39:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 10:39:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 15:40:01] Production.INFO: ==10145== Lock acquired, processing the job...
[2026-09-11 15:40:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 15:40:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 15:40:01] Production.INFO: neon service started
[2026-09-11 15:40:01] Production.INFO: neon service started
[2026-09-11 15:40:01] Production.INFO: ==10145== Releasing lock...
[2026-09-11 15:40:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 15:40:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 10:40:02] Production.INFO: ==10147== Lock acquired, processing the job...
[2026-09-11 10:40:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 14:40:02] Production.INFO: ==10149== Lock acquired, processing the job...
[2026-09-11 14:40:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 14:40:02] Production.INFO: ==10149== Releasing lock...
[2026-09-11 14:40:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 14:40:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 10:40:02] Production.INFO: ==10147== Releasing lock...
[2026-09-11 10:40:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 10:40:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 10:40:03] Production.INFO: ==10151== Lock acquired, processing the job...
[2026-09-11 10:40:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 10:40:03] Production.INFO: ==10153== Lock acquired, processing the job...
[2026-09-11 10:40:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 10:40:03] Production.INFO: ==10160== Lock acquired, processing the job...
[2026-09-11 10:40:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 10:40:03] Production.INFO: ==10158== Lock acquired, processing the job...
[2026-09-11 10:40:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 10:40:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 10:40:03] Production.INFO: ==10156== Lock acquired, processing the job...
[2026-09-11 10:40:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 10:40:03] Production.INFO: Account Balance Start.
[2026-09-11 10:40:03] Production.INFO: CreateAllLog Start
[2026-09-11 10:40:03] Production.INFO: 117
[2026-09-11 10:40:03] Production.INFO: Date 2026-09-08
[2026-09-11 10:40:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:40:03] Production.INFO: Date 2026-09-09
[2026-09-11 10:40:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:40:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 10:40:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 10:40:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 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-09-11 10:40:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 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-09-11 10:40:03] Production.INFO: Date 2026-09-10
[2026-09-11 10:40:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:40:03] Production.INFO: Date 2026-09-11
[2026-09-11 10:40:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 10:40:03] Production.INFO: Total Charge 0
[2026-09-11 10:40:03] Production.INFO: ==10160== Releasing lock...
[2026-09-11 10:40:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 10:40:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 10:40:03] Production.INFO: CreateAllLog End
[2026-09-11 10:40:04] Production.INFO: Account Balance End.
[2026-09-11 10:40:04] Production.ERROR: CronJobId end 12
[2026-09-11 10:40:04] Production.INFO: ==10158== Releasing lock...
[2026-09-11 10:40:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 10:40:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 10:40:04] Production.INFO: ==10153== Releasing lock...
[2026-09-11 10:40:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 10:40:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 10:40:11] Production.ERROR: CronJobId end10
[2026-09-11 10:40:11] Production.INFO: ==10156== Releasing lock...
[2026-09-11 10:40:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 10:40:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 10:40:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 10:40:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 10:40:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 10:40:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 10:40:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 10:40:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 10:40:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 10:40:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 10:40:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 10:40:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 10:40:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 10:40:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 10:40:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 10:40:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 10:40:14] Production.INFO: call_cost start
[2026-09-11 10:40:14] Production.INFO: call_cost end
[2026-09-11 10:40:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 10:40:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 10:40:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 10:40:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 10:40:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 10:40:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 10:40:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 10:40:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 10:40:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 10:40:14] Production.INFO: ==10151== Releasing lock...
[2026-09-11 10:40:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 10:40:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 15:41:02] Production.INFO: ==10227== Lock acquired, processing the job...
[2026-09-11 15:41:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 15:41:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 15:41:02] Production.INFO: neon service started
[2026-09-11 15:41:02] Production.INFO: neon service started
[2026-09-11 15:41:02] Production.INFO: ==10227== Releasing lock...
[2026-09-11 15:41:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 15:41:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 10:41:02] Production.INFO: ==10229== Lock acquired, processing the job...
[2026-09-11 10:41:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 10:41:02] Production.INFO: ==10229== Releasing lock...
[2026-09-11 10:41:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 10:41:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 14:41:02] Production.INFO: ==10231== Lock acquired, processing the job...
[2026-09-11 14:41:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 14:41:02] Production.INFO: ==10231== Releasing lock...
[2026-09-11 14:41:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 14:41:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 10:41:03] Production.INFO: ==10241== Lock acquired, processing the job...
[2026-09-11 10:41:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 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-09-11 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-09-11 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-09-11 10:41:03] Production.INFO: ==10241== Releasing lock...
[2026-09-11 10:41:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 10:41:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 10:41:03] Production.INFO: ==10233== Lock acquired, processing the job...
[2026-09-11 10:41:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 10:41:03] Production.INFO: ==10239== Lock acquired, processing the job...
[2026-09-11 10:41:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 10:41:03] Production.INFO: ==10235== Lock acquired, processing the job...
[2026-09-11 10:41:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 10:41:03] Production.INFO: ==10237== Lock acquired, processing the job...
[2026-09-11 10:41:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 10:41:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 10:41:03] Production.INFO: Account Balance Start.
[2026-09-11 10:41:03] Production.INFO: CreateAllLog Start
[2026-09-11 10:41:03] Production.INFO: 117
[2026-09-11 10:41:03] Production.INFO: Date 2026-09-08
[2026-09-11 10:41:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:41:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 10:41:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 10:41:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 10:41:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 10:41:03] Production.INFO: Date 2026-09-09
[2026-09-11 10:41:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:41:03] Production.INFO: Date 2026-09-10
[2026-09-11 10:41:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:41:03] Production.INFO: Date 2026-09-11
[2026-09-11 10:41:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:41:04] Production.INFO: Total Charge 0
[2026-09-11 10:41:04] Production.INFO: CreateAllLog End
[2026-09-11 10:41:04] Production.INFO: Account Balance End.
[2026-09-11 10:41:04] Production.ERROR: CronJobId end 12
[2026-09-11 10:41:04] Production.INFO: ==10239== Releasing lock...
[2026-09-11 10:41:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 10:41:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 10:41:04] Production.INFO: ==10235== Releasing lock...
[2026-09-11 10:41:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 10:41:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 10:41:12] Production.ERROR: CronJobId end10
[2026-09-11 10:41:12] Production.INFO: ==10237== Releasing lock...
[2026-09-11 10:41:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 10:41:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 10:41:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 10:41:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 10:41:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 10:41:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 10:41:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 10:41:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 10:41:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 10:41:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 10:41:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 10:41:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 10:41:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 10:41:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 10:41:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 10:41:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 10:41:14] Production.INFO: call_cost start
[2026-09-11 10:41:14] Production.INFO: call_cost end
[2026-09-11 10:41:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 10:41:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 10:41:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 10:41:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 10:41:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 10:41:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 10:41:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 10:41:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 10:41:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 10:41:14] Production.INFO: ==10233== Releasing lock...
[2026-09-11 10:41:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 10:41:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 15:42:01] Production.INFO: ==10299== Lock acquired, processing the job...
[2026-09-11 15:42:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 15:42:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 15:42:01] Production.INFO: neon service started
[2026-09-11 15:42:01] Production.INFO: neon service started
[2026-09-11 15:42:01] Production.INFO: ==10299== Releasing lock...
[2026-09-11 15:42:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 15:42:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 10:42:01] Production.INFO: ==10301== Lock acquired, processing the job...
[2026-09-11 10:42:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 10:42:02] Production.INFO: ==10301== Releasing lock...
[2026-09-11 10:42:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 10:42:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 14:42:02] Production.INFO: ==10303== Lock acquired, processing the job...
[2026-09-11 14:42:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 14:42:02] Production.INFO: ==10303== Releasing lock...
[2026-09-11 14:42:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 14:42:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 10:42:02] Production.INFO: ==10306== Lock acquired, processing the job...
[2026-09-11 10:42:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 10:42:03] Production.INFO: ==10310== Lock acquired, processing the job...
[2026-09-11 10:42:03] Production.INFO: ==10308== Lock acquired, processing the job...
[2026-09-11 10:42:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 10:42:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 10:42:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 10:42:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 10:42:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 10:42:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 10:42:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 10:42:03] Production.INFO: ==10312== Lock acquired, processing the job...
[2026-09-11 10:42:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 10:42:03] Production.INFO: ==10314== Lock acquired, processing the job...
[2026-09-11 10:42:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 10:42:03] Production.INFO: Account Balance Start.
[2026-09-11 10:42:03] Production.INFO: CreateAllLog Start
[2026-09-11 10:42:03] Production.INFO: 117
[2026-09-11 10:42:03] Production.INFO: Date 2026-09-08
[2026-09-11 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-09-11 10:42:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 10: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-09-11 10:42:03] Production.INFO: ==10314== Releasing lock...
[2026-09-11 10:42:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 10:42:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 10:42:03] Production.INFO: Date 2026-09-09
[2026-09-11 10:42:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:42:03] Production.INFO: Date 2026-09-10
[2026-09-11 10:42:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:42:03] Production.INFO: Date 2026-09-11
[2026-09-11 10:42:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:42:03] Production.INFO: Total Charge 0
[2026-09-11 10:42:03] Production.INFO: CreateAllLog End
[2026-09-11 10:42:03] Production.INFO: Account Balance End.
[2026-09-11 10:42:03] Production.ERROR: CronJobId end 12
[2026-09-11 10:42:03] Production.INFO: ==10312== Releasing lock...
[2026-09-11 10:42:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 10:42:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 10:42:03] Production.INFO: ==10308== Releasing lock...
[2026-09-11 10:42:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 10:42:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 10:42:12] Production.ERROR: CronJobId end10
[2026-09-11 10:42:12] Production.INFO: ==10310== Releasing lock...
[2026-09-11 10:42:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 10:42:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 10:42:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 10:42:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 10:42:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 10:42:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 10:42:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 10:42:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 10:42:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 10:42:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 10:42:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 10:42:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 10:42:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 10:42:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 10:42:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 10:42:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 10:42:14] Production.INFO: call_cost start
[2026-09-11 10:42:14] Production.INFO: call_cost end
[2026-09-11 10:42:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 10:42:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 10:42:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 10:42:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 10:42:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 10:42:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 10:42:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 10:42:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 10:42:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 10:42:14] Production.INFO: ==10306== Releasing lock...
[2026-09-11 10:42:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 10:42:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 15:43:02] Production.INFO: ==10377== Lock acquired, processing the job...
[2026-09-11 15:43:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 15:43:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 15:43:02] Production.INFO: neon service started
[2026-09-11 15:43:02] Production.INFO: neon service started
[2026-09-11 15:43:02] Production.INFO: ==10377== Releasing lock...
[2026-09-11 15:43:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 15:43:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 10:43:02] Production.INFO: ==10379== Lock acquired, processing the job...
[2026-09-11 10:43:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 10:43:02] Production.INFO: ==10379== Releasing lock...
[2026-09-11 10:43:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 10:43:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 14:43:02] Production.INFO: ==10381== Lock acquired, processing the job...
[2026-09-11 14:43:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 14:43:02] Production.INFO: ==10381== Releasing lock...
[2026-09-11 14:43:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 14:43:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 10:43:03] Production.INFO: ==10383== Lock acquired, processing the job...
[2026-09-11 10:43:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 10:43:03] Production.INFO: ==10385== Lock acquired, processing the job...
[2026-09-11 10:43:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 10:43:03] Production.INFO: ==10391== Lock acquired, processing the job...
[2026-09-11 10:43:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 10:43:03] Production.INFO: ==10387== Lock acquired, processing the job...
[2026-09-11 10:43:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 10:43:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 10:43:03] Production.INFO: ==10389== Lock acquired, processing the job...
[2026-09-11 10:43:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 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-09-11 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-09-11 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-09-11 10:43:03] Production.INFO: Account Balance Start.
[2026-09-11 10:43:03] Production.INFO: CreateAllLog Start
[2026-09-11 10:43:03] Production.INFO: ==10391== Releasing lock...
[2026-09-11 10:43:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 10:43:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 10:43:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 10:43:03] Production.INFO: 117
[2026-09-11 10:43:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 10:43:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 10:43:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 10:43:03] Production.INFO: Date 2026-09-08
[2026-09-11 10:43:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:43:04] Production.INFO: Date 2026-09-09
[2026-09-11 10:43:04] Production.INFO: Reseller ==> 0
[2026-09-11 10:43:04] Production.INFO: Date 2026-09-10
[2026-09-11 10:43:04] Production.INFO: Reseller ==> 0
[2026-09-11 10:43:04] Production.INFO: Date 2026-09-11
[2026-09-11 10:43:04] Production.INFO: Reseller ==> 0
[2026-09-11 10:43:04] Production.INFO: Total Charge 0
[2026-09-11 10:43:04] Production.INFO: CreateAllLog End
[2026-09-11 10:43:04] Production.INFO: Account Balance End.
[2026-09-11 10:43:04] Production.ERROR: CronJobId end 12
[2026-09-11 10:43:04] Production.INFO: ==10389== Releasing lock...
[2026-09-11 10:43:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 10:43:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 10:43:04] Production.INFO: ==10385== Releasing lock...
[2026-09-11 10:43:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 10:43:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 10:43:12] Production.ERROR: CronJobId end10
[2026-09-11 10:43:12] Production.INFO: ==10387== Releasing lock...
[2026-09-11 10:43:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 10:43:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 10:43:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 10:43:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 10:43:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 10:43:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 10:43:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 10:43:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 10:43:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 10:43:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 10:43:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 10:43:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 10:43:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 10:43:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 10:43:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 10:43:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 10:43:13] Production.INFO: call_cost start
[2026-09-11 10:43:13] Production.INFO: call_cost end
[2026-09-11 10:43:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 10:43:13] Production.INFO: ============== Report Schedule START===========
[2026-09-11 10:43:13] Production.INFO: ============== Report Schedule END===========
[2026-09-11 10:43:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 10:43:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 10:43:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 10:43:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 10:43:13] Production.INFO: ============== Deal alert START===========
[2026-09-11 10:43:13] Production.INFO: ============== Deal alert END===========
[2026-09-11 10:43:13] Production.INFO: ==10383== Releasing lock...
[2026-09-11 10:43:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 10:43:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 15:44:01] Production.INFO: ==10450== Lock acquired, processing the job...
[2026-09-11 15:44:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 15:44:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 15:44:01] Production.INFO: neon service started
[2026-09-11 15:44:01] Production.INFO: neon service started
[2026-09-11 15:44:01] Production.INFO: ==10450== Releasing lock...
[2026-09-11 15:44:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 15:44:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 10:44:02] Production.INFO: ==10452== Lock acquired, processing the job...
[2026-09-11 10:44:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 14:44:02] Production.INFO: ==10454== Lock acquired, processing the job...
[2026-09-11 14:44:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 14:44:02] Production.INFO: ==10454== Releasing lock...
[2026-09-11 14:44:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 14:44:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 10:44:02] Production.INFO: ==10452== Releasing lock...
[2026-09-11 10:44:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 10:44:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 10:44:03] Production.INFO: ==10457== Lock acquired, processing the job...
[2026-09-11 10:44:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 10:44:03] Production.INFO: ==10459== Lock acquired, processing the job...
[2026-09-11 10:44:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 10:44:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 10:44:03] Production.INFO: ==10465== Lock acquired, processing the job...
[2026-09-11 10:44:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 10:44:03] Production.INFO: ==10461== Lock acquired, processing the job...
[2026-09-11 10:44:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 10:44:03] Production.INFO: ==10463== Lock acquired, processing the job...
[2026-09-11 10:44:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 10:44:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 10:44:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 10:44:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 10:44:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 10:44:03] Production.INFO: Account Balance Start.
[2026-09-11 10:44:03] Production.INFO: CreateAllLog Start
[2026-09-11 10:44:03] Production.INFO: 117
[2026-09-11 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-09-11 10:44:03] Production.INFO: Date 2026-09-08
[2026-09-11 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-09-11 10:44:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 10:44:03] Production.INFO: ==10465== Releasing lock...
[2026-09-11 10:44:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 10:44:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 10:44:03] Production.INFO: Date 2026-09-09
[2026-09-11 10:44:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:44:03] Production.INFO: Date 2026-09-10
[2026-09-11 10:44:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:44:03] Production.INFO: Date 2026-09-11
[2026-09-11 10:44:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:44:03] Production.INFO: Total Charge 0
[2026-09-11 10:44:03] Production.INFO: CreateAllLog End
[2026-09-11 10:44:03] Production.INFO: Account Balance End.
[2026-09-11 10:44:03] Production.ERROR: CronJobId end 12
[2026-09-11 10:44:03] Production.INFO: ==10463== Releasing lock...
[2026-09-11 10:44:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 10:44:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 10:44:04] Production.INFO: ==10459== Releasing lock...
[2026-09-11 10:44:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 10:44:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 10:44:11] Production.ERROR: CronJobId end10
[2026-09-11 10:44:11] Production.INFO: ==10461== Releasing lock...
[2026-09-11 10:44:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 10:44:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 10:44:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 10:44:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 10:44:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 10:44:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 10:44:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 10:44:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 10:44:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 10:44:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 10:44:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 10:44:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 10:44:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 10:44:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 10:44:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 10:44:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 10:44:14] Production.INFO: call_cost start
[2026-09-11 10:44:14] Production.INFO: call_cost end
[2026-09-11 10:44:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 10:44:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 10:44:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 10:44:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 10:44:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 10:44:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 10:44:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 10:44:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 10:44:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 10:44:14] Production.INFO: ==10457== Releasing lock...
[2026-09-11 10:44:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 10:44:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 15:45:01] Production.INFO: ==10530== Lock acquired, processing the job...
[2026-09-11 15:45:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 15:45:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 15:45:01] Production.INFO: neon service started
[2026-09-11 15:45:01] Production.INFO: neon service started
[2026-09-11 15:45:01] Production.INFO: ==10530== Releasing lock...
[2026-09-11 15:45:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 15:45:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 10:45:02] Production.INFO: ==10532== Lock acquired, processing the job...
[2026-09-11 10:45:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 14:45:02] Production.INFO: ==10534== Lock acquired, processing the job...
[2026-09-11 14:45:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 14:45:02] Production.INFO: ==10534== Releasing lock...
[2026-09-11 14:45:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 14:45:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 10:45:02] Production.INFO: ==10532== Releasing lock...
[2026-09-11 10:45:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 10:45:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 10:45:03] Production.INFO: ==10536== Lock acquired, processing the job...
[2026-09-11 10:45:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-11 10:45:03] Production.ERROR: ========================== active cronjob start =============================
[2026-09-11 10:45:03] Production.INFO: ==10538== Lock acquired, processing the job...
[2026-09-11 10:45:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 10:45:03] Production.ERROR: ========================== active cronjob end =============================
[2026-09-11 10:45:03] Production.INFO: ==10536== Releasing lock...
[2026-09-11 10:45:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-11 10:45:03] Production.INFO: 25.5 MB #Memory Used#
[2026-09-11 10:45:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 10:45:03] Production.INFO: ==10540== Lock acquired, processing the job...
[2026-09-11 10:45:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 10:45:03] Production.INFO: ==10542== Lock acquired, processing the job...
[2026-09-11 10:45:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 10:45:03] Production.INFO: ==10544== Lock acquired, processing the job...
[2026-09-11 10:45:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 10:45:03] Production.INFO: ==10546== Lock acquired, processing the job...
[2026-09-11 10:45:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-11 10:45:03] Production.INFO: Account Balance Start.
[2026-09-11 10:45:03] Production.INFO: CreateAllLog Start
[2026-09-11 10:45:03] Production.ERROR: tblTempUsageDetail_20
[2026-09-11 10:45:03] Production.INFO: 117
[2026-09-11 10:45:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 10:45:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 10:45:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 10:45:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 10:45:03] Production.INFO: ==10549== Lock acquired, processing the job...
[2026-09-11 10:45:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 10:45:04] Production.INFO: Date 2026-09-08
[2026-09-11 10:45:04] Production.INFO: Reseller ==> 0
[2026-09-11 10:45:04] Production.INFO: Date 2026-09-09
[2026-09-11 10:45:04] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 10:45:04] Production.INFO: Date 2026-09-10
[2026-09-11 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-09-11 10:45:04] Production.INFO: Reseller ==> 0
[2026-09-11 10:45:04] Production.INFO: ==10549== Releasing lock...
[2026-09-11 10:45:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 10:45:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 10:45:04] Production.INFO: Date 2026-09-11
[2026-09-11 10:45:04] Production.INFO: Reseller ==> 0
[2026-09-11 10:45:04] Production.INFO: Total Charge 0
[2026-09-11 10:45:04] Production.ERROR: done
[2026-09-11 10:45:04] Production.INFO: CreateAllLog End
[2026-09-11 10:45:04] Production.INFO: ==10540== Releasing lock...
[2026-09-11 10:45:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 10:45:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 10:45:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-11 10:45:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17984003', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) start
[2026-09-11 10:45:04] Production.INFO: Account Balance End.
[2026-09-11 10:45:04] Production.ERROR: CronJobId end 12
[2026-09-11 10:45:04] Production.INFO: ==10544== Releasing lock...
[2026-09-11 10:45:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 10:45:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 10:45:11] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17984003', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) end
[2026-09-11 10:45:11] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-11 10:45:11] Production.INFO: ProcessCDR(1,17984003,1,1,2)
[2026-09-11 10:45:11] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17984003,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 10:45:11] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17984003,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 10:45:11] Production.ERROR: pbx prc_insertCDR start
[2026-09-11 10:45:11] Production.ERROR: pbx prc_insertCDR end
[2026-09-11 10:45:11] Production.INFO: ==10546== Releasing lock...
[2026-09-11 10:45:11] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-11 10:45:11] Production.INFO: 26 MB #Memory Used#
[2026-09-11 10:45:15] Production.ERROR: CronJobId end10
[2026-09-11 10:45:15] Production.INFO: ==10542== Releasing lock...
[2026-09-11 10:45:15] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 10:45:15] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 10:45:17] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 10:45:17] Production.INFO: ============== Balance Warning START===========
[2026-09-11 10:45:17] Production.INFO: ============== Balance Warning END===========
[2026-09-11 10:45:17] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 10:45:17] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 10:45:17] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 10:45:17] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 10:45:17] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 10:45:17] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 10:45:17] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 10:45:17] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 10:45:17] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 10:45:17] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 10:45:17] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 10:45:17] Production.INFO: call_cost start
[2026-09-11 10:45:17] Production.INFO: call_cost end
[2026-09-11 10:45:17] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 10:45:17] Production.INFO: ============== Report Schedule START===========
[2026-09-11 10:45:17] Production.INFO: ============== Report Schedule END===========
[2026-09-11 10:45:17] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 10:45:17] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 10:45:17] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 10:45:17] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 10:45:17] Production.INFO: ============== Deal alert START===========
[2026-09-11 10:45:17] Production.INFO: ============== Deal alert END===========
[2026-09-11 10:45:17] Production.INFO: ==10538== Releasing lock...
[2026-09-11 10:45:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 10:45:17] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 15:46:01] Production.INFO: ==10606== Lock acquired, processing the job...
[2026-09-11 15:46:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 15:46:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 15:46:01] Production.INFO: neon service started
[2026-09-11 15:46:01] Production.INFO: neon service started
[2026-09-11 15:46:01] Production.INFO: ==10606== Releasing lock...
[2026-09-11 15:46:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 15:46:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 10:46:01] Production.INFO: ==10608== Lock acquired, processing the job...
[2026-09-11 10:46:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 10:46:01] Production.INFO: ==10608== Releasing lock...
[2026-09-11 10:46:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 10:46:01] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 14:46:02] Production.INFO: ==10610== Lock acquired, processing the job...
[2026-09-11 14:46:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 14:46:02] Production.INFO: ==10610== Releasing lock...
[2026-09-11 14:46:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 14:46:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 10:46:02] Production.INFO: ==10612== Lock acquired, processing the job...
[2026-09-11 10:46:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 10:46:02] Production.INFO: ==10614== Lock acquired, processing the job...
[2026-09-11 10:46:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 10:46:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 10:46:02] Production.INFO: ==10618== Lock acquired, processing the job...
[2026-09-11 10:46:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 10:46:02] Production.INFO: ==10616== Lock acquired, processing the job...
[2026-09-11 10:46:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 10:46:02] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 10:46:02] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 10:46:02] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 10:46:02] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 10:46:03] Production.INFO: ==10620== Lock acquired, processing the job...
[2026-09-11 10:46:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 10:46:03] Production.INFO: Account Balance Start.
[2026-09-11 10:46:03] Production.INFO: CreateAllLog Start
[2026-09-11 10:46:03] Production.INFO: 117
[2026-09-11 10:46:03] Production.INFO: Date 2026-09-08
[2026-09-11 10:46:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:46:03] Production.INFO: Date 2026-09-09
[2026-09-11 10:46:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:46:03] Production.INFO: Date 2026-09-10
[2026-09-11 10:46:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:46:03] Production.INFO: Date 2026-09-11
[2026-09-11 10:46:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 10:46:03] Production.INFO: Total Charge 0
[2026-09-11 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-09-11 10:46:03] Production.INFO: ==10620== Releasing lock...
[2026-09-11 10:46:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 10:46:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 10:46:03] Production.INFO: CreateAllLog End
[2026-09-11 10:46:03] Production.INFO: Account Balance End.
[2026-09-11 10:46:03] Production.ERROR: CronJobId end 12
[2026-09-11 10:46:03] Production.INFO: ==10618== Releasing lock...
[2026-09-11 10:46:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 10:46:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 10:46:03] Production.INFO: ==10614== Releasing lock...
[2026-09-11 10:46:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 10:46:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 10:46:10] Production.ERROR: CronJobId end10
[2026-09-11 10:46:10] Production.INFO: ==10616== Releasing lock...
[2026-09-11 10:46:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 10:46:10] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 10:46:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 10:46:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 10:46:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 10:46:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 10:46:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 10:46:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 10:46:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 10:46:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 10:46:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 10:46:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 10:46:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 10:46:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 10:46:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 10:46:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 10:46:13] Production.INFO: call_cost start
[2026-09-11 10:46:13] Production.INFO: call_cost end
[2026-09-11 10:46:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 10:46:13] Production.INFO: ============== Report Schedule START===========
[2026-09-11 10:46:13] Production.INFO: ============== Report Schedule END===========
[2026-09-11 10:46:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 10:46:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 10:46:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 10:46:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 10:46:13] Production.INFO: ============== Deal alert START===========
[2026-09-11 10:46:13] Production.INFO: ============== Deal alert END===========
[2026-09-11 10:46:13] Production.INFO: ==10612== Releasing lock...
[2026-09-11 10:46:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 10:46:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 15:47:01] Production.INFO: ==10681== Lock acquired, processing the job...
[2026-09-11 15:47:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 15:47:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 15:47:01] Production.INFO: neon service started
[2026-09-11 15:47:01] Production.INFO: neon service started
[2026-09-11 15:47:01] Production.INFO: ==10681== Releasing lock...
[2026-09-11 15:47:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 15:47:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 10:47:02] Production.INFO: ==10683== Lock acquired, processing the job...
[2026-09-11 10:47:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 14:47:02] Production.INFO: ==10685== Lock acquired, processing the job...
[2026-09-11 14:47:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 10:47:02] Production.INFO: ==10683== Releasing lock...
[2026-09-11 10:47:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 10:47:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 14:47:02] Production.INFO: ==10685== Releasing lock...
[2026-09-11 14:47:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 14:47:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 10:47:03] Production.INFO: ==10690== Lock acquired, processing the job...
[2026-09-11 10:47:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 10:47:03] Production.INFO: ==10696== Lock acquired, processing the job...
[2026-09-11 10:47:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 10:47:03] Production.INFO: ==10694== Lock acquired, processing the job...
[2026-09-11 10:47:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 10:47:03] Production.INFO: ==10688== Lock acquired, processing the job...
[2026-09-11 10:47:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 10:47:03] Production.INFO: Account Balance Start.
[2026-09-11 10:47:03] Production.INFO: CreateAllLog Start
[2026-09-11 10:47:03] Production.INFO: 117
[2026-09-11 10:47:03] Production.INFO: ==10692== Lock acquired, processing the job...
[2026-09-11 10:47:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 10:47:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 10:47:03] Production.INFO: Date 2026-09-08
[2026-09-11 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-09-11 10:47:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 10:47:03] Production.INFO: ==10696== Releasing lock...
[2026-09-11 10:47:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 10:47:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 10:47:03] Production.INFO: Date 2026-09-09
[2026-09-11 10:47:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:47:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 10:47:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 10:47:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 10:47:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 10:47:03] Production.INFO: Date 2026-09-10
[2026-09-11 10:47:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:47:03] Production.INFO: Date 2026-09-11
[2026-09-11 10:47:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:47:03] Production.INFO: Total Charge 0
[2026-09-11 10:47:03] Production.INFO: CreateAllLog End
[2026-09-11 10:47:03] Production.INFO: Account Balance End.
[2026-09-11 10:47:03] Production.ERROR: CronJobId end 12
[2026-09-11 10:47:03] Production.INFO: ==10694== Releasing lock...
[2026-09-11 10:47:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 10:47:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 10:47:03] Production.INFO: ==10690== Releasing lock...
[2026-09-11 10:47:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 10:47:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 10:47:11] Production.ERROR: CronJobId end10
[2026-09-11 10:47:11] Production.INFO: ==10692== Releasing lock...
[2026-09-11 10:47:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 10:47:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 10:47:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 10:47:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 10:47:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 10:47:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 10:47:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 10:47:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 10:47:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 10:47:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 10:47:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 10:47:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 10:47:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 10:47:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 10:47:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 10:47:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 10:47:14] Production.INFO: call_cost start
[2026-09-11 10:47:14] Production.INFO: call_cost end
[2026-09-11 10:47:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 10:47:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 10:47:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 10:47:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 10:47:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 10:47:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 10:47:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 10:47:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 10:47:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 10:47:14] Production.INFO: ==10688== Releasing lock...
[2026-09-11 10:47:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 10:47:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 15:48:02] Production.INFO: ==10762== Lock acquired, processing the job...
[2026-09-11 15:48:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 15:48:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 15:48:02] Production.INFO: neon service started
[2026-09-11 15:48:02] Production.INFO: neon service started
[2026-09-11 15:48:02] Production.INFO: ==10762== Releasing lock...
[2026-09-11 15:48:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 15:48:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 10:48:02] Production.INFO: ==10764== Lock acquired, processing the job...
[2026-09-11 10:48:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 14:48:02] Production.INFO: ==10766== Lock acquired, processing the job...
[2026-09-11 14:48:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 14:48:02] Production.INFO: ==10766== Releasing lock...
[2026-09-11 14:48:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 14:48:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 10:48:03] Production.INFO: ==10764== Releasing lock...
[2026-09-11 10:48:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 10:48:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 10:48:03] Production.INFO: ==10769== Lock acquired, processing the job...
[2026-09-11 10:48:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 10:48:03] Production.INFO: ==10771== Lock acquired, processing the job...
[2026-09-11 10:48:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 10:48:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 10:48:03] Production.INFO: ==10773== Lock acquired, processing the job...
[2026-09-11 10:48:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 10:48:04] Production.INFO: ==10775== Lock acquired, processing the job...
[2026-09-11 10:48:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 10:48:04] Production.INFO: ==10777== Lock acquired, processing the job...
[2026-09-11 10:48:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 10:48:04] Production.INFO: Account Balance Start.
[2026-09-11 10:48:04] Production.INFO: CreateAllLog Start
[2026-09-11 10:48:04] Production.INFO: 117
[2026-09-11 10:48:04] Production.INFO: Date 2026-09-08
[2026-09-11 10:48:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 10:48:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 10:48:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 10:48:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 10:48:04] Production.INFO: Reseller ==> 0
[2026-09-11 10: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-09-11 10: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-09-11 10:48:04] Production.INFO: Date 2026-09-09
[2026-09-11 10:48:04] Production.INFO: Reseller ==> 0
[2026-09-11 10: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-09-11 10:48:04] Production.INFO: ==10777== Releasing lock...
[2026-09-11 10:48:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 10:48:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 10:48:04] Production.INFO: Date 2026-09-10
[2026-09-11 10:48:04] Production.INFO: Reseller ==> 0
[2026-09-11 10:48:04] Production.INFO: Date 2026-09-11
[2026-09-11 10:48:04] Production.INFO: Reseller ==> 0
[2026-09-11 10:48:04] Production.INFO: Total Charge 0
[2026-09-11 10:48:04] Production.INFO: CreateAllLog End
[2026-09-11 10:48:04] Production.INFO: Account Balance End.
[2026-09-11 10:48:04] Production.ERROR: CronJobId end 12
[2026-09-11 10:48:04] Production.INFO: ==10775== Releasing lock...
[2026-09-11 10:48:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 10:48:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 10:48:04] Production.INFO: ==10771== Releasing lock...
[2026-09-11 10:48:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 10:48:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 10:48:11] Production.ERROR: CronJobId end10
[2026-09-11 10:48:11] Production.INFO: ==10773== Releasing lock...
[2026-09-11 10:48:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 10:48:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 10:48:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 10:48:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 10:48:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 10:48:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 10:48:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 10:48:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 10:48:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 10:48:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 10:48:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 10:48:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 10:48:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 10:48:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 10:48:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 10:48:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 10:48:14] Production.INFO: call_cost start
[2026-09-11 10:48:14] Production.INFO: call_cost end
[2026-09-11 10:48:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 10:48:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 10:48:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 10:48:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 10:48:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 10:48:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 10:48:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 10:48:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 10:48:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 10:48:14] Production.INFO: ==10769== Releasing lock...
[2026-09-11 10:48:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 10:48:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 15:49:01] Production.INFO: ==10835== Lock acquired, processing the job...
[2026-09-11 15:49:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 15:49:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 15:49:01] Production.INFO: neon service started
[2026-09-11 15:49:01] Production.INFO: neon service started
[2026-09-11 15:49:01] Production.INFO: ==10835== Releasing lock...
[2026-09-11 15:49:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 15:49:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 10:49:01] Production.INFO: ==10837== Lock acquired, processing the job...
[2026-09-11 10:49:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 10:49:02] Production.INFO: ==10837== Releasing lock...
[2026-09-11 10:49:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 10:49:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 14:49:02] Production.INFO: ==10839== Lock acquired, processing the job...
[2026-09-11 14:49:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 14:49:02] Production.INFO: ==10839== Releasing lock...
[2026-09-11 14:49:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 14:49:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 10:49:02] Production.INFO: ==10849== Lock acquired, processing the job...
[2026-09-11 10:49:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 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-09-11 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-09-11 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-09-11 10:49:03] Production.INFO: ==10849== Releasing lock...
[2026-09-11 10:49:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 10:49:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 10:49:03] Production.INFO: ==10841== Lock acquired, processing the job...
[2026-09-11 10:49:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 10:49:03] Production.INFO: ==10843== Lock acquired, processing the job...
[2026-09-11 10:49:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 10:49:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 10:49:03] Production.INFO: ==10847== Lock acquired, processing the job...
[2026-09-11 10:49:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 10:49:03] Production.INFO: ==10845== Lock acquired, processing the job...
[2026-09-11 10:49:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 10:49:03] Production.INFO: Account Balance Start.
[2026-09-11 10:49:03] Production.INFO: CreateAllLog Start
[2026-09-11 10:49:03] Production.INFO: 117
[2026-09-11 10:49:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 10:49:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 10:49:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 10:49:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 10:49:03] Production.INFO: Date 2026-09-08
[2026-09-11 10:49:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:49:03] Production.INFO: Date 2026-09-09
[2026-09-11 10:49:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:49:03] Production.INFO: Date 2026-09-10
[2026-09-11 10:49:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:49:03] Production.INFO: Date 2026-09-11
[2026-09-11 10:49:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:49:03] Production.INFO: Total Charge 0
[2026-09-11 10:49:03] Production.INFO: CreateAllLog End
[2026-09-11 10:49:03] Production.INFO: Account Balance End.
[2026-09-11 10:49:03] Production.ERROR: CronJobId end 12
[2026-09-11 10:49:03] Production.INFO: ==10847== Releasing lock...
[2026-09-11 10:49:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 10:49:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 10:49:04] Production.INFO: ==10843== Releasing lock...
[2026-09-11 10:49:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 10:49:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 10:49:11] Production.ERROR: CronJobId end10
[2026-09-11 10:49:11] Production.INFO: ==10845== Releasing lock...
[2026-09-11 10:49:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 10:49:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 10:49:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 10:49:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 10:49:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 10:49:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 10:49:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 10:49:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 10:49:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 10:49:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 10:49:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 10:49:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 10:49:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 10:49:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 10:49:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 10:49:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 10:49:13] Production.INFO: call_cost start
[2026-09-11 10:49:13] Production.INFO: call_cost end
[2026-09-11 10:49:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 10:49:13] Production.INFO: ============== Report Schedule START===========
[2026-09-11 10:49:13] Production.INFO: ============== Report Schedule END===========
[2026-09-11 10:49:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 10:49:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 10:49:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 10:49:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 10:49:13] Production.INFO: ============== Deal alert START===========
[2026-09-11 10:49:13] Production.INFO: ============== Deal alert END===========
[2026-09-11 10:49:13] Production.INFO: ==10841== Releasing lock...
[2026-09-11 10:49:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 10:49:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 15:50:02] Production.INFO: ==10914== Lock acquired, processing the job...
[2026-09-11 15:50:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 15:50:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 15:50:02] Production.INFO: neon service started
[2026-09-11 15:50:02] Production.INFO: neon service started
[2026-09-11 15:50:02] Production.INFO: ==10914== Releasing lock...
[2026-09-11 15:50:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 15:50:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 10:50:02] Production.INFO: ==10917== Lock acquired, processing the job...
[2026-09-11 10:50:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 10:50:02] Production.INFO: ==10917== Releasing lock...
[2026-09-11 10:50:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 10:50:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 14:50:02] Production.INFO: ==10919== Lock acquired, processing the job...
[2026-09-11 14:50:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 14:50:03] Production.INFO: ==10919== Releasing lock...
[2026-09-11 14:50:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 14:50:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 10:50:03] Production.INFO: ==10921== Lock acquired, processing the job...
[2026-09-11 10:50:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 10:50:03] Production.INFO: ==10923== Lock acquired, processing the job...
[2026-09-11 10:50:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 10:50:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 10:50:03] Production.INFO: ==10925== Lock acquired, processing the job...
[2026-09-11 10:50:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 10:50:03] Production.INFO: ==10928== Lock acquired, processing the job...
[2026-09-11 10:50:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 10:50:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 10:50:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 10:50:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 10:50:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 10:50:03] Production.INFO: ==10931== Lock acquired, processing the job...
[2026-09-11 10:50:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 10:50:03] Production.INFO: Account Balance Start.
[2026-09-11 10:50:03] Production.INFO: CreateAllLog Start
[2026-09-11 10:50:03] Production.INFO: 117
[2026-09-11 10:50:03] Production.INFO: Date 2026-09-08
[2026-09-11 10:50:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 10:50:04] Production.INFO: Date 2026-09-09
[2026-09-11 10:50:04] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 10:50:04] Production.INFO: ==10923== Releasing lock...
[2026-09-11 10:50:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 10:50:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 10:50:04] Production.INFO: ==10931== Releasing lock...
[2026-09-11 10:50:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 10:50:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 10:50:04] Production.INFO: Date 2026-09-10
[2026-09-11 10:50:04] Production.INFO: Reseller ==> 0
[2026-09-11 10:50:04] Production.INFO: Date 2026-09-11
[2026-09-11 10:50:04] Production.INFO: Reseller ==> 0
[2026-09-11 10:50:04] Production.INFO: Total Charge 0
[2026-09-11 10:50:04] Production.INFO: CreateAllLog End
[2026-09-11 10:50:04] Production.INFO: Account Balance End.
[2026-09-11 10:50:04] Production.ERROR: CronJobId end 12
[2026-09-11 10:50:04] Production.INFO: ==10928== Releasing lock...
[2026-09-11 10:50:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 10:50:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 10:50:11] Production.ERROR: CronJobId end10
[2026-09-11 10:50:11] Production.INFO: ==10925== Releasing lock...
[2026-09-11 10:50:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 10:50:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 10:50:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 10:50:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 10:50:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 10:50:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 10:50:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 10:50:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 10:50:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 10:50:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 10:50:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 10:50:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 10:50:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 10:50:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 10:50:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 10:50:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 10:50:14] Production.INFO: call_cost start
[2026-09-11 10:50:14] Production.INFO: call_cost end
[2026-09-11 10:50:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 10:50:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 10:50:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 10:50:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 10:50:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 10:50:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 10:50:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 10:50:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 10:50:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 10:50:14] Production.INFO: ==10921== Releasing lock...
[2026-09-11 10:50:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 10:50:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 15:51:01] Production.INFO: ==10993== Lock acquired, processing the job...
[2026-09-11 15:51:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 15:51:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 15:51:01] Production.INFO: neon service started
[2026-09-11 15:51:01] Production.INFO: neon service started
[2026-09-11 15:51:01] Production.INFO: ==10993== Releasing lock...
[2026-09-11 15:51:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 15:51:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 10:51:01] Production.INFO: ==10995== Lock acquired, processing the job...
[2026-09-11 10:51:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 10:51:02] Production.INFO: ==10995== Releasing lock...
[2026-09-11 10:51:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 10:51:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 14:51:02] Production.INFO: ==10997== Lock acquired, processing the job...
[2026-09-11 14:51:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 14:51:02] Production.INFO: ==10997== Releasing lock...
[2026-09-11 14:51:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 14:51:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 10:51:02] Production.INFO: ==11003== Lock acquired, processing the job...
[2026-09-11 10:51:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 10:51:03] Production.INFO: ==11001== Lock acquired, processing the job...
[2026-09-11 10:51:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 10:51:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 10:51:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 10:51:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 10:51:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 10:51:03] Production.INFO: ==11008== Lock acquired, processing the job...
[2026-09-11 10:51:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 10:51:03] Production.INFO: ==10999== Lock acquired, processing the job...
[2026-09-11 10:51:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 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-09-11 10:51:03] Production.INFO: ==11006== Lock acquired, processing the job...
[2026-09-11 10:51:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 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-09-11 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-09-11 10:51:03] Production.INFO: ==11008== Releasing lock...
[2026-09-11 10:51:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 10:51:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 10:51:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 10:51:03] Production.INFO: Account Balance Start.
[2026-09-11 10:51:03] Production.INFO: CreateAllLog Start
[2026-09-11 10:51:03] Production.INFO: 117
[2026-09-11 10:51:03] Production.INFO: Date 2026-09-08
[2026-09-11 10:51:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:51:03] Production.INFO: Date 2026-09-09
[2026-09-11 10:51:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:51:03] Production.INFO: Date 2026-09-10
[2026-09-11 10:51:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:51:03] Production.INFO: Date 2026-09-11
[2026-09-11 10:51:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:51:03] Production.INFO: Total Charge 0
[2026-09-11 10:51:03] Production.INFO: CreateAllLog End
[2026-09-11 10:51:03] Production.INFO: Account Balance End.
[2026-09-11 10:51:03] Production.ERROR: CronJobId end 12
[2026-09-11 10:51:03] Production.INFO: ==11006== Releasing lock...
[2026-09-11 10:51:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 10:51:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 10:51:03] Production.INFO: ==11001== Releasing lock...
[2026-09-11 10:51:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 10:51:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 10:51:11] Production.ERROR: CronJobId end10
[2026-09-11 10:51:11] Production.INFO: ==11003== Releasing lock...
[2026-09-11 10:51:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 10:51:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 10:51:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 10:51:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 10:51:15] Production.INFO: ============== Balance Warning END===========
[2026-09-11 10:51:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 10:51:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 10:51:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 10:51:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 10:51:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 10:51:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 10:51:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 10:51:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 10:51:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 10:51:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 10:51:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 10:51:15] Production.INFO: call_cost start
[2026-09-11 10:51:15] Production.INFO: call_cost end
[2026-09-11 10:51:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 10:51:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 10:51:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 10:51:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 10:51:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 10:51:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 10:51:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 10:51:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 10:51:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 10:51:15] Production.INFO: ==10999== Releasing lock...
[2026-09-11 10:51:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 10:51:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 15:52:02] Production.INFO: ==11072== Lock acquired, processing the job...
[2026-09-11 15:52:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 15:52:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 15:52:02] Production.INFO: neon service started
[2026-09-11 15:52:02] Production.INFO: neon service started
[2026-09-11 15:52:02] Production.INFO: ==11072== Releasing lock...
[2026-09-11 15:52:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 15:52:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 10:52:02] Production.INFO: ==11074== Lock acquired, processing the job...
[2026-09-11 10:52:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 10:52:02] Production.INFO: ==11074== Releasing lock...
[2026-09-11 10:52:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 10:52:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 14:52:02] Production.INFO: ==11076== Lock acquired, processing the job...
[2026-09-11 14:52:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 14:52:02] Production.INFO: ==11076== Releasing lock...
[2026-09-11 14:52:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 14:52:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 10:52:03] Production.INFO: ==11084== Lock acquired, processing the job...
[2026-09-11 10:52:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 10:52:03] Production.INFO: Account Balance Start.
[2026-09-11 10:52:03] Production.INFO: CreateAllLog Start
[2026-09-11 10:52:03] Production.INFO: 117
[2026-09-11 10:52:03] Production.INFO: Date 2026-09-08
[2026-09-11 10:52:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:52:03] Production.INFO: Date 2026-09-09
[2026-09-11 10:52:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:52:03] Production.INFO: ==11078== Lock acquired, processing the job...
[2026-09-11 10:52:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 10:52:03] Production.INFO: Date 2026-09-10
[2026-09-11 10:52:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:52:03] Production.INFO: Date 2026-09-11
[2026-09-11 10:52:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:52:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 10:52:03] Production.INFO: Total Charge 0
[2026-09-11 10:52:03] Production.INFO: CreateAllLog End
[2026-09-11 10:52:03] Production.INFO: ==11080== Lock acquired, processing the job...
[2026-09-11 10:52:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 10:52:03] Production.INFO: ==11082== Lock acquired, processing the job...
[2026-09-11 10:52:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 10:52:03] Production.INFO: ==11086== Lock acquired, processing the job...
[2026-09-11 10:52:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 10:52:03] Production.INFO: Account Balance End.
[2026-09-11 10:52:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 10:52:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 10:52:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 10:52:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 10:52:03] Production.ERROR: CronJobId end 12
[2026-09-11 10:52:03] Production.INFO: ==11084== Releasing lock...
[2026-09-11 10:52:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 10:52:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 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-09-11 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-09-11 10: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-09-11 10:52:04] Production.INFO: ==11086== Releasing lock...
[2026-09-11 10:52:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 10:52:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 10:52:04] Production.INFO: ==11080== Releasing lock...
[2026-09-11 10:52:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 10:52:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 10:52:11] Production.ERROR: CronJobId end10
[2026-09-11 10:52:11] Production.INFO: ==11082== Releasing lock...
[2026-09-11 10:52:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 10:52:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 10:52:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 10:52:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 10:52:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 10:52:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 10:52:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 10:52:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 10:52:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 10:52:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 10:52:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 10:52:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 10:52:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 10:52:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 10:52:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 10:52:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 10:52:14] Production.INFO: call_cost start
[2026-09-11 10:52:14] Production.INFO: call_cost end
[2026-09-11 10:52:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 10:52:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 10:52:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 10:52:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 10:52:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 10:52:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 10:52:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 10:52:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 10:52:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 10:52:14] Production.INFO: ==11078== Releasing lock...
[2026-09-11 10:52:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 10:52:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 15:53:01] Production.INFO: ==11145== Lock acquired, processing the job...
[2026-09-11 15:53:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 15:53:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 15:53:01] Production.INFO: neon service started
[2026-09-11 15:53:01] Production.INFO: neon service started
[2026-09-11 15:53:01] Production.INFO: ==11145== Releasing lock...
[2026-09-11 15:53:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 15:53:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 14:53:02] Production.INFO: ==11149== Lock acquired, processing the job...
[2026-09-11 14:53:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 10:53:02] Production.INFO: ==11147== Lock acquired, processing the job...
[2026-09-11 10:53:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 14:53:02] Production.INFO: ==11149== Releasing lock...
[2026-09-11 14:53:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 14:53:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 10:53:02] Production.INFO: ==11147== Releasing lock...
[2026-09-11 10:53:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 10:53:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 10:53:03] Production.INFO: ==11158== Lock acquired, processing the job...
[2026-09-11 10:53:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 10:53:03] Production.INFO: ==11152== Lock acquired, processing the job...
[2026-09-11 10:53:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 10:53:03] Production.INFO: ==11160== Lock acquired, processing the job...
[2026-09-11 10:53:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 10:53:03] Production.INFO: ==11154== Lock acquired, processing the job...
[2026-09-11 10:53:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 10:53:03] Production.INFO: ==11156== Lock acquired, processing the job...
[2026-09-11 10:53:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 10:53:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 10:53:03] Production.INFO: Account Balance Start.
[2026-09-11 10:53:03] Production.INFO: CreateAllLog Start
[2026-09-11 10:53:03] Production.INFO: 117
[2026-09-11 10:53:03] Production.INFO: Date 2026-09-08
[2026-09-11 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-09-11 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-09-11 10:53:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 10:53:03] Production.INFO: ==11160== Releasing lock...
[2026-09-11 10:53:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 10:53:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 10:53:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 10:53:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 10:53:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 10:53:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 10:53:03] Production.INFO: Date 2026-09-09
[2026-09-11 10:53:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:53:03] Production.INFO: Date 2026-09-10
[2026-09-11 10:53:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:53:03] Production.INFO: Date 2026-09-11
[2026-09-11 10:53:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:53:03] Production.INFO: Total Charge 0
[2026-09-11 10:53:03] Production.INFO: CreateAllLog End
[2026-09-11 10:53:03] Production.INFO: Account Balance End.
[2026-09-11 10:53:03] Production.ERROR: CronJobId end 12
[2026-09-11 10:53:03] Production.INFO: ==11158== Releasing lock...
[2026-09-11 10:53:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 10:53:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 10:53:03] Production.INFO: ==11154== Releasing lock...
[2026-09-11 10:53:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 10:53:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 10:53:12] Production.ERROR: CronJobId end10
[2026-09-11 10:53:12] Production.INFO: ==11156== Releasing lock...
[2026-09-11 10:53:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 10:53:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 10:53:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 10:53:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 10:53:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 10:53:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 10:53:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 10:53:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 10:53:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 10:53:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 10:53:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 10:53:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 10:53:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 10:53:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 10:53:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 10:53:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 10:53:14] Production.INFO: call_cost start
[2026-09-11 10:53:14] Production.INFO: call_cost end
[2026-09-11 10:53:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 10:53:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 10:53:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 10:53:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 10:53:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 10:53:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 10:53:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 10:53:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 10:53:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 10:53:14] Production.INFO: ==11152== Releasing lock...
[2026-09-11 10:53:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 10:53:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 15:54:01] Production.INFO: ==11218== Lock acquired, processing the job...
[2026-09-11 15:54:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 15:54:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 15:54:01] Production.INFO: neon service started
[2026-09-11 15:54:01] Production.INFO: neon service started
[2026-09-11 15:54:01] Production.INFO: ==11218== Releasing lock...
[2026-09-11 15:54:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 15:54:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 10:54:02] Production.INFO: ==11220== Lock acquired, processing the job...
[2026-09-11 10:54:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 14:54:02] Production.INFO: ==11222== Lock acquired, processing the job...
[2026-09-11 14:54:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 14:54:02] Production.INFO: ==11222== Releasing lock...
[2026-09-11 14:54:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 14:54:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 10:54:02] Production.INFO: ==11220== Releasing lock...
[2026-09-11 10:54:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 10:54:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 10:54:03] Production.INFO: ==11225== Lock acquired, processing the job...
[2026-09-11 10:54:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 10:54:03] Production.INFO: ==11229== Lock acquired, processing the job...
[2026-09-11 10:54:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 10:54:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 10:54:03] Production.INFO: ==11227== Lock acquired, processing the job...
[2026-09-11 10:54:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 10:54:03] Production.INFO: ==11231== Lock acquired, processing the job...
[2026-09-11 10:54:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 10:54:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 10:54:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 10:54:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 10:54:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 10:54:03] Production.INFO: ==11233== Lock acquired, processing the job...
[2026-09-11 10:54:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 10:54:03] Production.INFO: Account Balance Start.
[2026-09-11 10:54:03] Production.INFO: CreateAllLog Start
[2026-09-11 10:54:03] Production.INFO: 117
[2026-09-11 10:54:03] Production.INFO: Date 2026-09-08
[2026-09-11 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-09-11 10:54:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 10:54:04] Production.INFO: ==11233== Releasing lock...
[2026-09-11 10:54:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 10:54:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 10:54:04] Production.INFO: Date 2026-09-09
[2026-09-11 10:54:04] Production.INFO: Reseller ==> 0
[2026-09-11 10:54:04] Production.INFO: Date 2026-09-10
[2026-09-11 10:54:04] Production.INFO: Reseller ==> 0
[2026-09-11 10:54:04] Production.INFO: Date 2026-09-11
[2026-09-11 10:54:04] Production.INFO: Reseller ==> 0
[2026-09-11 10:54:04] Production.INFO: Total Charge 0
[2026-09-11 10:54:04] Production.INFO: CreateAllLog End
[2026-09-11 10:54:04] Production.INFO: ==11227== Releasing lock...
[2026-09-11 10:54:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 10:54:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 10:54:04] Production.INFO: Account Balance End.
[2026-09-11 10:54:04] Production.ERROR: CronJobId end 12
[2026-09-11 10:54:04] Production.INFO: ==11231== Releasing lock...
[2026-09-11 10:54:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 10:54:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 10:54:12] Production.ERROR: CronJobId end10
[2026-09-11 10:54:12] Production.INFO: ==11229== Releasing lock...
[2026-09-11 10:54:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 10:54:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 10:54:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 10:54:15] Production.INFO: ============== Balance Warning START===========
[2026-09-11 10:54:15] Production.INFO: ============== Balance Warning END===========
[2026-09-11 10:54:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 10:54:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 10:54:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 10:54:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 10:54:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 10:54:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 10:54:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 10:54:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 10:54:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 10:54:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 10:54:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 10:54:15] Production.INFO: call_cost start
[2026-09-11 10:54:15] Production.INFO: call_cost end
[2026-09-11 10:54:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 10:54:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 10:54:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 10:54:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 10:54:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 10:54:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 10:54:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 10:54:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 10:54:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 10:54:15] Production.INFO: ==11225== Releasing lock...
[2026-09-11 10:54:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 10:54:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 15:55:01] Production.INFO: ==11294== Lock acquired, processing the job...
[2026-09-11 15:55:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 15:55:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 15:55:01] Production.INFO: neon service started
[2026-09-11 15:55:01] Production.INFO: neon service started
[2026-09-11 15:55:01] Production.INFO: ==11294== Releasing lock...
[2026-09-11 15:55:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 15:55:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 10:55:01] Production.INFO: ==11296== Lock acquired, processing the job...
[2026-09-11 10:55:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 10:55:02] Production.INFO: ==11296== Releasing lock...
[2026-09-11 10:55:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 10:55:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 14:55:02] Production.INFO: ==11298== Lock acquired, processing the job...
[2026-09-11 14:55:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 14:55:02] Production.INFO: ==11298== Releasing lock...
[2026-09-11 14:55:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 14:55:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 10:55:02] Production.INFO: ==11302== Lock acquired, processing the job...
[2026-09-11 10:55:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 10:55:03] Production.INFO: ==11306== Lock acquired, processing the job...
[2026-09-11 10:55:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 10:55:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 10:55:03] Production.INFO: ==11300== Lock acquired, processing the job...
[2026-09-11 10:55:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-11 10:55:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 10:55:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 10:55:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 10:55:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 10:55:03] Production.ERROR: ========================== active cronjob start =============================
[2026-09-11 10:55:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-11 10:55:03] Production.ERROR: CronJob PID - 11302
[2026-09-11 10:55:03] Production.ERROR: CronJob Title - System Alerts
[2026-09-11 10:55:03] Production.ERROR: CronJob ID - 5
[2026-09-11 10:55:03] Production.ERROR: CronJob Last Run Time 2026-09-11 10:55:00
[2026-09-11 10:55:03] Production.ERROR: CronJob Active Minutes 0
[2026-09-11 10:55:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-11 10:55:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-11 10:55:03] Production.ERROR: CronJob PID - 11306
[2026-09-11 10:55:03] Production.ERROR: CronJob Title - Create Customer Summary Live
[2026-09-11 10:55:03] Production.ERROR: CronJob ID - 10
[2026-09-11 10:55:03] Production.ERROR: CronJob Last Run Time 2026-09-11 10:55:00
[2026-09-11 10:55:03] Production.ERROR: CronJob Active Minutes 0
[2026-09-11 10:55:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-11 10:55:03] Production.ERROR: ========================== active cronjob end =============================
[2026-09-11 10:55:03] Production.INFO: ==11300== Releasing lock...
[2026-09-11 10:55:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-11 10:55:03] Production.INFO: 25.5 MB #Memory Used#
[2026-09-11 10:55:03] Production.INFO: ==11304== Lock acquired, processing the job...
[2026-09-11 10:55:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 10:55:03] Production.INFO: ==11308== Lock acquired, processing the job...
[2026-09-11 10:55:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 10:55:03] Production.INFO: ==11310== Lock acquired, processing the job...
[2026-09-11 10:55:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-11 10:55:03] Production.INFO: ==11312== Lock acquired, processing the job...
[2026-09-11 10:55:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 10:55:03] Production.ERROR: tblTempUsageDetail_20
[2026-09-11 10:55:03] Production.INFO: Account Balance Start.
[2026-09-11 10:55:03] Production.INFO: CreateAllLog Start
[2026-09-11 10:55:03] Production.INFO: 117
[2026-09-11 10:55:03] Production.INFO: Date 2026-09-08
[2026-09-11 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-09-11 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-09-11 10:55:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 10:55:03] Production.INFO: Date 2026-09-09
[2026-09-11 10:55:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:55:03] Production.INFO: Date 2026-09-10
[2026-09-11 10:55:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:55:03] Production.INFO: ==11312== Releasing lock...
[2026-09-11 10:55:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 10:55:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 10:55:03] Production.INFO: Date 2026-09-11
[2026-09-11 10:55:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:55:03] Production.INFO: Total Charge 0
[2026-09-11 10:55:03] Production.INFO: CreateAllLog End
[2026-09-11 10:55:04] Production.ERROR: done
[2026-09-11 10:55:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-11 10:55:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17984044', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) start
[2026-09-11 10:55:04] Production.INFO: Account Balance End.
[2026-09-11 10:55:04] Production.ERROR: CronJobId end 12
[2026-09-11 10:55:04] Production.INFO: ==11308== Releasing lock...
[2026-09-11 10:55:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 10:55:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 10:55:04] Production.INFO: ==11304== Releasing lock...
[2026-09-11 10:55:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 10:55:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 10:55:09] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17984044', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) end
[2026-09-11 10:55:09] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-11 10:55:09] Production.INFO: ProcessCDR(1,17984044,1,1,2)
[2026-09-11 10:55:09] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17984044,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 10:55:09] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17984044,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 10:55:09] Production.ERROR: pbx prc_insertCDR start
[2026-09-11 10:55:09] Production.ERROR: pbx prc_insertCDR end
[2026-09-11 10:55:10] Production.INFO: ==11310== Releasing lock...
[2026-09-11 10:55:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-11 10:55:10] Production.INFO: 26 MB #Memory Used#
[2026-09-11 10:55:13] Production.ERROR: CronJobId end10
[2026-09-11 10:55:13] Production.INFO: ==11306== Releasing lock...
[2026-09-11 10:55:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 10:55:13] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 10:55:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 10:55:16] Production.INFO: ============== Balance Warning START===========
[2026-09-11 10:55:16] Production.INFO: ============== Balance Warning END===========
[2026-09-11 10:55:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 10:55:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 10:55:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 10:55:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 10:55:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 10:55:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 10:55:16] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 10:55:16] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 10:55:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 10:55:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 10:55:16] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 10:55:16] Production.INFO: call_cost start
[2026-09-11 10:55:16] Production.INFO: call_cost end
[2026-09-11 10:55:16] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 10:55:16] Production.INFO: ============== Report Schedule START===========
[2026-09-11 10:55:16] Production.INFO: ============== Report Schedule END===========
[2026-09-11 10:55:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 10:55:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 10:55:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 10:55:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 10:55:16] Production.INFO: ============== Deal alert START===========
[2026-09-11 10:55:16] Production.INFO: ============== Deal alert END===========
[2026-09-11 10:55:16] Production.INFO: ==11302== Releasing lock...
[2026-09-11 10:55:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 10:55:16] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 15:56:01] Production.INFO: ==11371== Lock acquired, processing the job...
[2026-09-11 15:56:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 15:56:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 15:56:01] Production.INFO: neon service started
[2026-09-11 15:56:01] Production.INFO: neon service started
[2026-09-11 15:56:01] Production.INFO: ==11371== Releasing lock...
[2026-09-11 15:56:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 15:56:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 10:56:02] Production.INFO: ==11374== Lock acquired, processing the job...
[2026-09-11 10:56:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 10:56:02] Production.INFO: ==11374== Releasing lock...
[2026-09-11 10:56:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 10:56:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 14:56:02] Production.INFO: ==11376== Lock acquired, processing the job...
[2026-09-11 14:56:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 14:56:02] Production.INFO: ==11376== Releasing lock...
[2026-09-11 14:56:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 14:56:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 10:56:03] Production.INFO: ==11378== Lock acquired, processing the job...
[2026-09-11 10:56:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 10:56:03] Production.INFO: ==11380== Lock acquired, processing the job...
[2026-09-11 10:56:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 10:56:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 10:56:03] Production.INFO: ==11382== Lock acquired, processing the job...
[2026-09-11 10:56:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 10:56:03] Production.INFO: ==11384== Lock acquired, processing the job...
[2026-09-11 10:56:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 10:56:03] Production.INFO: ==11386== Lock acquired, processing the job...
[2026-09-11 10:56:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 10:56:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 10:56:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 10:56:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 10:56:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 10:56:03] Production.INFO: Account Balance Start.
[2026-09-11 10:56:03] Production.INFO: CreateAllLog Start
[2026-09-11 10:56:03] Production.INFO: 117
[2026-09-11 10:56:03] Production.INFO: Date 2026-09-08
[2026-09-11 10:56:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:56:03] Production.INFO: Date 2026-09-09
[2026-09-11 10:56:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 10:56:03] Production.INFO: Date 2026-09-10
[2026-09-11 10:56:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 10:56:03] Production.INFO: Date 2026-09-11
[2026-09-11 10:56:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:56:03] Production.INFO: ==11386== Releasing lock...
[2026-09-11 10:56:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 10:56:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 10:56:03] Production.INFO: Total Charge 0
[2026-09-11 10:56:03] Production.INFO: CreateAllLog End
[2026-09-11 10:56:03] Production.INFO: Account Balance End.
[2026-09-11 10:56:03] Production.ERROR: CronJobId end 12
[2026-09-11 10:56:03] Production.INFO: ==11384== Releasing lock...
[2026-09-11 10:56:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 10:56:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 10:56:04] Production.INFO: ==11380== Releasing lock...
[2026-09-11 10:56:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 10:56:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 10:56:11] Production.ERROR: CronJobId end10
[2026-09-11 10:56:11] Production.INFO: ==11382== Releasing lock...
[2026-09-11 10:56:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 10:56:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 10:56:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 10:56:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 10:56:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 10:56:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 10:56:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 10:56:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 10:56:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 10:56:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 10:56:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 10:56:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 10:56:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 10:56:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 10:56:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 10:56:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 10:56:14] Production.INFO: call_cost start
[2026-09-11 10:56:14] Production.INFO: call_cost end
[2026-09-11 10:56:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 10:56:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 10:56:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 10:56:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 10:56:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 10:56:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 10:56:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 10:56:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 10:56:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 10:56:14] Production.INFO: ==11378== Releasing lock...
[2026-09-11 10:56:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 10:56:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 15:57:02] Production.INFO: ==11446== Lock acquired, processing the job...
[2026-09-11 15:57:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 15:57:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 15:57:02] Production.INFO: neon service started
[2026-09-11 15:57:02] Production.INFO: neon service started
[2026-09-11 15:57:02] Production.INFO: ==11446== Releasing lock...
[2026-09-11 15:57:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 15:57:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 10:57:02] Production.INFO: ==11448== Lock acquired, processing the job...
[2026-09-11 10:57:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 10:57:02] Production.INFO: ==11448== Releasing lock...
[2026-09-11 10:57:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 10:57:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 14:57:03] Production.INFO: ==11450== Lock acquired, processing the job...
[2026-09-11 14:57:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 14:57:03] Production.INFO: ==11450== Releasing lock...
[2026-09-11 14:57:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 14:57:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 10:57:03] Production.INFO: ==11452== Lock acquired, processing the job...
[2026-09-11 10:57:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 10:57:03] Production.INFO: ==11454== Lock acquired, processing the job...
[2026-09-11 10:57:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 10:57:03] Production.INFO: ==11456== Lock acquired, processing the job...
[2026-09-11 10:57:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 10:57:03] Production.INFO: ==11458== Lock acquired, processing the job...
[2026-09-11 10:57:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 10:57:03] Production.INFO: ==11460== Lock acquired, processing the job...
[2026-09-11 10:57:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 10:57:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 10:57:03] Production.INFO: Account Balance Start.
[2026-09-11 10:57:03] Production.INFO: CreateAllLog Start
[2026-09-11 10:57:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 10:57:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 10:57:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 10:57:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 10:57:03] Production.INFO: 117
[2026-09-11 10:57:03] Production.INFO: Date 2026-09-08
[2026-09-11 10:57:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 10:57:03] Production.INFO: Date 2026-09-09
[2026-09-11 10:57:03] Production.INFO: Reseller ==> 0
[2026-09-11 10: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-09-11 10:57:04] Production.INFO: ==11460== Releasing lock...
[2026-09-11 10:57:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 10:57:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 10:57:04] Production.INFO: Date 2026-09-10
[2026-09-11 10:57:04] Production.INFO: Reseller ==> 0
[2026-09-11 10:57:04] Production.INFO: Date 2026-09-11
[2026-09-11 10:57:04] Production.INFO: Reseller ==> 0
[2026-09-11 10:57:04] Production.INFO: Total Charge 0
[2026-09-11 10:57:04] Production.INFO: CreateAllLog End
[2026-09-11 10:57:04] Production.INFO: Account Balance End.
[2026-09-11 10:57:04] Production.ERROR: CronJobId end 12
[2026-09-11 10:57:04] Production.INFO: ==11458== Releasing lock...
[2026-09-11 10:57:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 10:57:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 10:57:04] Production.INFO: ==11454== Releasing lock...
[2026-09-11 10:57:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 10:57:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 10:57:11] Production.ERROR: CronJobId end10
[2026-09-11 10:57:11] Production.INFO: ==11456== Releasing lock...
[2026-09-11 10:57:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 10:57:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 10:57:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 10:57:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 10:57:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 10:57:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 10:57:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 10:57:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 10:57:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 10:57:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 10:57:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 10:57:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 10:57:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 10:57:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 10:57:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 10:57:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 10:57:14] Production.INFO: call_cost start
[2026-09-11 10:57:14] Production.INFO: call_cost end
[2026-09-11 10:57:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 10:57:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 10:57:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 10:57:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 10:57:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 10:57:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 10:57:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 10:57:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 10:57:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 10:57:14] Production.INFO: ==11452== Releasing lock...
[2026-09-11 10:57:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 10:57:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 15:58:01] Production.INFO: ==11522== Lock acquired, processing the job...
[2026-09-11 15:58:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 15:58:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 15:58:01] Production.INFO: neon service started
[2026-09-11 15:58:01] Production.INFO: neon service started
[2026-09-11 15:58:01] Production.INFO: ==11522== Releasing lock...
[2026-09-11 15:58:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 15:58:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 10:58:02] Production.INFO: ==11524== Lock acquired, processing the job...
[2026-09-11 10:58:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 10:58:02] Production.INFO: ==11524== Releasing lock...
[2026-09-11 10:58:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 10:58:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 14:58:02] Production.INFO: ==11526== Lock acquired, processing the job...
[2026-09-11 14:58:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 14:58:02] Production.INFO: ==11526== Releasing lock...
[2026-09-11 14:58:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 14:58:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 10:58:02] Production.INFO: ==11528== Lock acquired, processing the job...
[2026-09-11 10:58:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 10:58:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 10:58:03] Production.INFO: ==11532== Lock acquired, processing the job...
[2026-09-11 10:58:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 10:58:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 10:58:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 10:58:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 10:58:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 10:58:03] Production.INFO: ==11530== Lock acquired, processing the job...
[2026-09-11 10:58:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 10:58:03] Production.INFO: ==11534== Lock acquired, processing the job...
[2026-09-11 10:58:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 10:58:03] Production.INFO: Account Balance Start.
[2026-09-11 10:58:03] Production.INFO: ==11536== Lock acquired, processing the job...
[2026-09-11 10:58:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 10:58:03] Production.INFO: CreateAllLog Start
[2026-09-11 10:58:03] Production.INFO: 117
[2026-09-11 10:58:03] Production.INFO: Date 2026-09-08
[2026-09-11 10:58:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:58:03] Production.INFO: Date 2026-09-09
[2026-09-11 10:58:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:58:03] Production.INFO: Date 2026-09-10
[2026-09-11 10:58:03] Production.INFO: Reseller ==> 0
[2026-09-11 10:58:03] Production.INFO: Date 2026-09-11
[2026-09-11 10:58:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 10:58:03] Production.INFO: Total Charge 0
[2026-09-11 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-09-11 10:58:03] Production.INFO: CreateAllLog End
[2026-09-11 10:58:03] Production.INFO: ==11536== Releasing lock...
[2026-09-11 10:58:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 10:58:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 10:58:03] Production.INFO: Account Balance End.
[2026-09-11 10:58:04] Production.INFO: ==11530== Releasing lock...
[2026-09-11 10:58:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 10:58:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 10:58:04] Production.ERROR: CronJobId end 12
[2026-09-11 10:58:04] Production.INFO: ==11534== Releasing lock...
[2026-09-11 10:58:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 10:58:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 10:58:11] Production.ERROR: CronJobId end10
[2026-09-11 10:58:11] Production.INFO: ==11532== Releasing lock...
[2026-09-11 10:58:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 10:58:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 10:58:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 10:58:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 10:58:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 10:58:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 10:58:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 10:58:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 10:58:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 10:58:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 10:58:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 10:58:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 10:58:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 10:58:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 10:58:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 10:58:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 10:58:13] Production.INFO: call_cost start
[2026-09-11 10:58:13] Production.INFO: call_cost end
[2026-09-11 10:58:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 10:58:13] Production.INFO: ============== Report Schedule START===========
[2026-09-11 10:58:13] Production.INFO: ============== Report Schedule END===========
[2026-09-11 10:58:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 10:58:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 10:58:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 10:58:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 10:58:13] Production.INFO: ============== Deal alert START===========
[2026-09-11 10:58:13] Production.INFO: ============== Deal alert END===========
[2026-09-11 10:58:13] Production.INFO: ==11528== Releasing lock...
[2026-09-11 10:58:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 10:58:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 15:59:02] Production.INFO: ==11601== Lock acquired, processing the job...
[2026-09-11 15:59:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 15:59:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 15:59:02] Production.INFO: neon service started
[2026-09-11 15:59:02] Production.INFO: neon service started
[2026-09-11 15:59:02] Production.INFO: ==11601== Releasing lock...
[2026-09-11 15:59:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 15:59:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 10:59:02] Production.INFO: ==11603== Lock acquired, processing the job...
[2026-09-11 10:59:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 14:59:02] Production.INFO: ==11605== Lock acquired, processing the job...
[2026-09-11 14:59:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 14:59:02] Production.INFO: ==11605== Releasing lock...
[2026-09-11 14:59:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 14:59:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 10:59:03] Production.INFO: ==11603== Releasing lock...
[2026-09-11 10:59:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 10:59:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 10:59:03] Production.INFO: ==11609== Lock acquired, processing the job...
[2026-09-11 10:59:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 10:59:03] Production.INFO: ==11613== Lock acquired, processing the job...
[2026-09-11 10:59:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 10:59:03] Production.INFO: ==11611== Lock acquired, processing the job...
[2026-09-11 10:59:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 10:59:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 10:59:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 10:59:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 10:59:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 10:59:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 10:59:03] Production.INFO: ==11617== Lock acquired, processing the job...
[2026-09-11 10:59:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 10:59:03] Production.INFO: ==11615== Lock acquired, processing the job...
[2026-09-11 10:59:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 10:59:04] Production.INFO: Account Balance Start.
[2026-09-11 10:59:04] Production.INFO: CreateAllLog Start
[2026-09-11 10:59:04] Production.INFO: 117
[2026-09-11 10:59:04] Production.INFO: Date 2026-09-08
[2026-09-11 10:59:04] Production.INFO: Reseller ==> 0
[2026-09-11 10: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-09-11 10: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-09-11 10:59:04] Production.INFO: Date 2026-09-09
[2026-09-11 10:59:04] Production.INFO: Reseller ==> 0
[2026-09-11 10: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-09-11 10:59:04] Production.INFO: ==11617== Releasing lock...
[2026-09-11 10:59:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 10:59:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 10:59:04] Production.INFO: Date 2026-09-10
[2026-09-11 10:59:04] Production.INFO: Reseller ==> 0
[2026-09-11 10:59:04] Production.INFO: Date 2026-09-11
[2026-09-11 10:59:04] Production.INFO: Reseller ==> 0
[2026-09-11 10:59:04] Production.INFO: Total Charge 0
[2026-09-11 10:59:04] Production.INFO: CreateAllLog End
[2026-09-11 10:59:04] Production.INFO: Account Balance End.
[2026-09-11 10:59:04] Production.ERROR: CronJobId end 12
[2026-09-11 10:59:04] Production.INFO: ==11615== Releasing lock...
[2026-09-11 10:59:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 10:59:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 10:59:05] Production.INFO: ==11611== Releasing lock...
[2026-09-11 10:59:05] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 10:59:05] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 10:59:12] Production.ERROR: CronJobId end10
[2026-09-11 10:59:12] Production.INFO: ==11613== Releasing lock...
[2026-09-11 10:59:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 10:59:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 10:59:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 10:59:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 10:59:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 10:59:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 10:59:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 10:59:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 10:59:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 10:59:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 10:59:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 10:59:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 10:59:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 10:59:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 10:59:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 10:59:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 10:59:15] Production.INFO: call_cost start
[2026-09-11 10:59:15] Production.INFO: call_cost end
[2026-09-11 10:59:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 10:59:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 10:59:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 10:59:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 10:59:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 10:59:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 10:59:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 10:59:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 10:59:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 10:59:15] Production.INFO: ==11609== Releasing lock...
[2026-09-11 10:59:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 10:59:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 16:00:01] Production.INFO: ==11674== Lock acquired, processing the job...
[2026-09-11 16:00:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 16:00:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 16:00:01] Production.INFO: neon service started
[2026-09-11 16:00:01] Production.INFO: neon service started
[2026-09-11 16:00:01] Production.INFO: ==11674== Releasing lock...
[2026-09-11 16:00:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 16:00:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 11:00:01] Production.INFO: ==11676== Lock acquired, processing the job...
[2026-09-11 11:00:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 11:00:02] Production.INFO: ==11676== Releasing lock...
[2026-09-11 11:00:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 11:00:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 15:00:02] Production.INFO: ==11678== Lock acquired, processing the job...
[2026-09-11 15:00:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 15:00:02] Production.INFO: ==11678== Releasing lock...
[2026-09-11 15:00:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 15:00:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 11:00:03] Production.INFO: ==11680== Lock acquired, processing the job...
[2026-09-11 11:00:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 11:00:03] Production.INFO: ==11690== Lock acquired, processing the job...
[2026-09-11 11:00:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 11:00:03] Production.INFO: ==11688== Lock acquired, processing the job...
[2026-09-11 11:00:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 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-09-11 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-09-11 11:00:03] Production.INFO: Account Balance Start.
[2026-09-11 11:00:03] Production.INFO: CreateAllLog Start
[2026-09-11 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-09-11 11:00:03] Production.INFO: 117
[2026-09-11 11:00:03] Production.INFO: ==11690== Releasing lock...
[2026-09-11 11:00:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 11:00:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 11:00:03] Production.INFO: Date 2026-09-08
[2026-09-11 11:00:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 11:00:03] Production.INFO: Reseller ==> 0
[2026-09-11 11:00:03] Production.INFO: ==11682== Lock acquired, processing the job...
[2026-09-11 11:00:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 11:00:03] Production.INFO: Date 2026-09-09
[2026-09-11 11:00:03] Production.INFO: Reseller ==> 0
[2026-09-11 11:00:03] Production.INFO: ==11684== Lock acquired, processing the job...
[2026-09-11 11:00:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 11:00:03] Production.INFO: Date 2026-09-10
[2026-09-11 11:00:03] Production.INFO: Reseller ==> 0
[2026-09-11 11:00:03] Production.INFO: ==11686== Lock acquired, processing the job...
[2026-09-11 11:00:03] Production.INFO: bulkautopaymentcapture-command-bulkautopaymentcapture-companyid-1-cronjobid-11 #Starts#
[2026-09-11 11:00:03] Production.INFO: Date 2026-09-11
[2026-09-11 11:00:03] Production.INFO: Reseller ==> 0
[2026-09-11 11:00:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 11:00:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 11:00:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 11:00:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 11:00:03] Production.INFO: Total Charge 0
[2026-09-11 11:00:03] Production.INFO: CreateAllLog End
[2026-09-11 11:00:03] Production.INFO: PaymentMethod - 1
[2026-09-11 11:00:03] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '5', '0', '1' )
[2026-09-11 11:00:03] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-11 11:00:03] Production.INFO: PaymentMethod - 1
[2026-09-11 11:00:03] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '7', '0', '1' )
[2026-09-11 11:00:03] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-11 11:00:03] Production.INFO: PaymentMethod - 1
[2026-09-11 11:00:03] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '8', '0', '1' )
[2026-09-11 11:00:03] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-11 11:00:03] Production.INFO: PaymentMethod - 1
[2026-09-11 11:00:03] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '13', '0', '1' )
[2026-09-11 11:00:03] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-11 11:00:03] Production.INFO: PaymentMethod - 1
[2026-09-11 11:00:03] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '14', '0', '1' )
[2026-09-11 11:00:03] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-11 11:00:03] Production.INFO: PaymentMethod - 1
[2026-09-11 11:00:03] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '17', '0', '1' )
[2026-09-11 11:00:03] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-11 11:00:03] Production.INFO: PaymentMethod - 1
[2026-09-11 11:00:03] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '19', '0', '1' )
[2026-09-11 11:00:03] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-11 11:00:03] Production.INFO: PaymentMethod - 1
[2026-09-11 11:00:03] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '21', '0', '1' )
[2026-09-11 11:00:03] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-11 11:00:03] Production.INFO: PaymentMethod - 1
[2026-09-11 11:00:03] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '25', '0', '1' )
[2026-09-11 11:00:03] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-11 11:00:03] Production.INFO: PaymentMethod - 1
[2026-09-11 11:00:03] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '26', '0', '1' )
[2026-09-11 11:00:03] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-11 11:00:03] Production.INFO: PaymentMethod - 1
[2026-09-11 11:00:03] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '20', '0', '1' )
[2026-09-11 11:00:03] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-11 11:00:03] Production.INFO: PaymentMethod - 1
[2026-09-11 11:00:03] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '32', '0', '1' )
[2026-09-11 11:00:03] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-11 11:00:03] Production.INFO: PaymentMethod - 1
[2026-09-11 11:00:03] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '33', '0', '1' )
[2026-09-11 11:00:03] Production.INFO: PaymentPendingInvoice Count - 1
[2026-09-11 11:00:04] Production.INFO: PaymentMethod - 1
[2026-09-11 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '37', '0', '1' )
[2026-09-11 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-11 11:00:04] Production.INFO: PaymentMethod - 1
[2026-09-11 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '41', '0', '1' )
[2026-09-11 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-11 11:00:04] Production.INFO: PaymentMethod - 1
[2026-09-11 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '43', '0', '1' )
[2026-09-11 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-11 11:00:04] Production.INFO: PaymentMethod - 1
[2026-09-11 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '45', '0', '1' )
[2026-09-11 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-11 11:00:04] Production.INFO: PaymentMethod - 1
[2026-09-11 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '49', '0', '1' )
[2026-09-11 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-11 11:00:04] Production.INFO: PaymentMethod - 1
[2026-09-11 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '47', '0', '1' )
[2026-09-11 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-11 11:00:04] Production.INFO: PaymentMethod - 1
[2026-09-11 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '52', '0', '1' )
[2026-09-11 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-11 11:00:04] Production.INFO: PaymentMethod - 1
[2026-09-11 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '53', '0', '1' )
[2026-09-11 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-11 11:00:04] Production.INFO: PaymentMethod - 1
[2026-09-11 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '54', '0', '1' )
[2026-09-11 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-11 11:00:04] Production.INFO: Account Balance End.
[2026-09-11 11:00:04] Production.INFO: PaymentMethod - 1
[2026-09-11 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '57', '0', '1' )
[2026-09-11 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-11 11:00:04] Production.INFO: PaymentMethod - 1
[2026-09-11 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '58', '0', '1' )
[2026-09-11 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-11 11:00:04] Production.INFO: PaymentMethod - 1
[2026-09-11 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '34', '0', '1' )
[2026-09-11 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-11 11:00:04] Production.INFO: PaymentMethod - 1
[2026-09-11 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '59', '0', '1' )
[2026-09-11 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-11 11:00:04] Production.INFO: PaymentMethod - 1
[2026-09-11 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '63', '0', '1' )
[2026-09-11 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-11 11:00:04] Production.INFO: PaymentMethod - 1
[2026-09-11 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '65', '0', '1' )
[2026-09-11 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-11 11:00:04] Production.INFO: PaymentMethod - 1
[2026-09-11 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '67', '0', '1' )
[2026-09-11 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-11 11:00:04] Production.INFO: PaymentMethod - 1
[2026-09-11 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '73', '0', '1' )
[2026-09-11 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-11 11:00:04] Production.INFO: PaymentMethod - 1
[2026-09-11 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '74', '0', '1' )
[2026-09-11 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-11 11:00:04] Production.INFO: PaymentMethod - 1
[2026-09-11 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '70', '0', '1' )
[2026-09-11 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-11 11:00:04] Production.INFO: PaymentMethod - 1
[2026-09-11 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '82', '0', '1' )
[2026-09-11 11:00:04] Production.ERROR: CronJobId end 12
[2026-09-11 11:00:04] Production.INFO: ==11688== Releasing lock...
[2026-09-11 11:00:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 11:00:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 11:00:04] Production.INFO: PaymentPendingInvoice Count - 4
[2026-09-11 11:00:04] Production.INFO: PaymentMethod - 1
[2026-09-11 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '83', '0', '1' )
[2026-09-11 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-11 11:00:04] Production.INFO: PaymentMethod - 1
[2026-09-11 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '84', '0', '1' )
[2026-09-11 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-11 11:00:04] Production.INFO: PaymentMethod - 1
[2026-09-11 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '85', '0', '1' )
[2026-09-11 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-11 11:00:04] Production.INFO: PaymentMethod - 1
[2026-09-11 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '93', '0', '1' )
[2026-09-11 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-11 11:00:04] Production.INFO: PaymentMethod - 1
[2026-09-11 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '95', '0', '1' )
[2026-09-11 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-11 11:00:04] Production.INFO: PaymentMethod - 1
[2026-09-11 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '92', '0', '1' )
[2026-09-11 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-11 11:00:04] Production.INFO: PaymentMethod - 1
[2026-09-11 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '86', '0', '1' )
[2026-09-11 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-11 11:00:04] Production.INFO: PaymentMethod - 1
[2026-09-11 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '78', '0', '1' )
[2026-09-11 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-11 11:00:04] Production.INFO: PaymentMethod - 1
[2026-09-11 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '87', '0', '1' )
[2026-09-11 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-11 11:00:04] Production.INFO: PaymentMethod - 1
[2026-09-11 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '88', '0', '1' )
[2026-09-11 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-11 11:00:04] Production.INFO: PaymentMethod - 1
[2026-09-11 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '90', '0', '1' )
[2026-09-11 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-11 11:00:04] Production.INFO: PaymentMethod - 1
[2026-09-11 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '98', '0', '1' )
[2026-09-11 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-11 11:00:04] Production.INFO: PaymentMethod - 1
[2026-09-11 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '99', '0', '1' )
[2026-09-11 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-11 11:00:04] Production.INFO: PaymentMethod - 1
[2026-09-11 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '97', '0', '1' )
[2026-09-11 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-11 11:00:04] Production.INFO: PaymentMethod - 1
[2026-09-11 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '100', '0', '1' )
[2026-09-11 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-11 11:00:04] Production.INFO: PaymentMethod - 1
[2026-09-11 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '101', '0', '1' )
[2026-09-11 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-11 11:00:04] Production.INFO: PaymentMethod - 1
[2026-09-11 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '102', '0', '1' )
[2026-09-11 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-11 11:00:04] Production.INFO: PaymentMethod - 1
[2026-09-11 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '104', '0', '1' )
[2026-09-11 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-11 11:00:04] Production.INFO: PaymentMethod - 1
[2026-09-11 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '106', '0', '1' )
[2026-09-11 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-11 11:00:04] Production.INFO: PaymentMethod - 1
[2026-09-11 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '107', '0', '1' )
[2026-09-11 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-11 11:00:04] Production.INFO: PaymentMethod - 1
[2026-09-11 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '110', '0', '1' )
[2026-09-11 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-11 11:00:04] Production.INFO: PaymentMethod - 1
[2026-09-11 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '111', '0', '1' )
[2026-09-11 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-11 11:00:04] Production.INFO: PaymentMethod - 1
[2026-09-11 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '113', '0', '1' )
[2026-09-11 11:00:04] Production.INFO: PaymentPendingInvoice Count - 1
[2026-09-11 11:00:04] Production.INFO: Outstanding Amount 0.02
[2026-09-11 11:00:04] Production.INFO: Invoice Full Number INV13250
[2026-09-11 11:00:04] Production.INFO: Transaction start
[2026-09-11 11:00:04] Production.INFO: ==11682== Releasing lock...
[2026-09-11 11:00:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 11:00:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 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-09-11 11:00:04] Production.INFO: PaymentMethod - 1
[2026-09-11 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '114', '0', '1' )
[2026-09-11 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-11 11:00:04] Production.INFO: PaymentMethod - 1
[2026-09-11 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '115', '0', '1' )
[2026-09-11 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-11 11:00:04] Production.INFO: PaymentMethod - 1
[2026-09-11 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '119', '0', '1' )
[2026-09-11 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-11 11:00:04] Production.INFO: PaymentMethod - 1
[2026-09-11 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '121', '0', '1' )
[2026-09-11 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-11 11:00:04] Production.INFO: PaymentMethod - 1
[2026-09-11 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '123', '0', '1' )
[2026-09-11 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-11 11:00:04] Production.INFO: PaymentMethod - 1
[2026-09-11 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '124', '0', '1' )
[2026-09-11 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-11 11:00:04] Production.INFO: PaymentMethod - 1
[2026-09-11 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '127', '0', '1' )
[2026-09-11 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-11 11:00:04] Production.INFO: PaymentMethod - 1
[2026-09-11 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '131', '0', '1' )
[2026-09-11 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-11 11:00:04] Production.INFO: PaymentMethod - 1
[2026-09-11 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '130', '0', '1' )
[2026-09-11 11:00:04] Production.INFO: PaymentPendingInvoice Count - 10
[2026-09-11 11:00:04] Production.INFO: PaymentMethod - 1
[2026-09-11 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '134', '0', '1' )
[2026-09-11 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-11 11:00:04] Production.INFO: PaymentMethod - 1
[2026-09-11 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '137', '0', '1' )
[2026-09-11 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-11 11:00:04] Production.INFO: PaymentMethod - 1
[2026-09-11 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '138', '0', '1' )
[2026-09-11 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-11 11:00:04] Production.INFO: PaymentMethod - 1
[2026-09-11 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '136', '0', '1' )
[2026-09-11 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-11 11:00:04] Production.INFO: PaymentMethod - 1
[2026-09-11 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '139', '0', '1' )
[2026-09-11 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-11 11:00:04] Production.INFO: PaymentMethod - 1
[2026-09-11 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '140', '0', '1' )
[2026-09-11 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-11 11:00:04] Production.INFO: PaymentMethod - 1
[2026-09-11 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '146', '0', '1' )
[2026-09-11 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-11 11:00:04] Production.INFO: PaymentMethod - 1
[2026-09-11 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '147', '0', '1' )
[2026-09-11 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-11 11:00:04] Production.INFO: PaymentMethod - 1
[2026-09-11 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '151', '0', '1' )
[2026-09-11 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-11 11:00:04] Production.INFO: PaymentMethod - 1
[2026-09-11 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '153', '0', '1' )
[2026-09-11 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-11 11:00:04] Production.INFO: PaymentMethod - 1
[2026-09-11 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '154', '0', '1' )
[2026-09-11 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-11 11:00:04] Production.INFO: PaymentMethod - 1
[2026-09-11 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '155', '0', '1' )
[2026-09-11 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-11 11:00:04] Production.INFO: PaymentMethod - 1
[2026-09-11 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '157', '0', '1' )
[2026-09-11 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-11 11:00:04] Production.INFO: PaymentMethod - 0
[2026-09-11 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '149', '0', '1' )
[2026-09-11 11:00:04] Production.INFO: PaymentPendingInvoice Count - 1
[2026-09-11 11:00:04] Production.INFO: PaymentMethod - 1
[2026-09-11 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '160', '0', '1' )
[2026-09-11 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-11 11:00:04] Production.INFO: PaymentMethod - 1
[2026-09-11 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '152', '0', '1' )
[2026-09-11 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-11 11:00:04] Production.INFO: PaymentMethod - 1
[2026-09-11 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '161', '0', '1' )
[2026-09-11 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-11 11:00:04] Production.INFO: PaymentMethod - 1
[2026-09-11 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '165', '0', '1' )
[2026-09-11 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-11 11:00:04] Production.INFO: PaymentMethod - 1
[2026-09-11 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '166', '0', '1' )
[2026-09-11 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-11 11:00:04] Production.INFO: PaymentMethod - 1
[2026-09-11 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '183', '0', '1' )
[2026-09-11 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-11 11:00:04] Production.INFO: PaymentMethod - 1
[2026-09-11 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '184', '0', '1' )
[2026-09-11 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-11 11:00:04] Production.INFO: PaymentMethod - 1
[2026-09-11 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '185', '0', '1' )
[2026-09-11 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-11 11:00:04] Production.INFO: PaymentMethod - 1
[2026-09-11 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '187', '0', '1' )
[2026-09-11 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-11 11:00:04] Production.INFO: PaymentMethod - 1
[2026-09-11 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '190', '0', '1' )
[2026-09-11 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-11 11:00:04] Production.INFO: PaymentMethod - 1
[2026-09-11 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '192', '0', '1' )
[2026-09-11 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-11 11:00:04] Production.INFO: PaymentMethod - 1
[2026-09-11 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '193', '0', '1' )
[2026-09-11 11:00:04] Production.INFO: PaymentPendingInvoice Count - 4
[2026-09-11 11:00:04] Production.INFO: PaymentMethod - 1
[2026-09-11 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '205', '0', '1' )
[2026-09-11 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-11 11:00:04] Production.INFO: PaymentMethod - 1
[2026-09-11 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '208', '0', '1' )
[2026-09-11 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-11 11:00:04] Production.INFO: PaymentMethod - 1
[2026-09-11 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '206', '0', '1' )
[2026-09-11 11:00:04] Production.INFO: PaymentPendingInvoice Count - 20
[2026-09-11 11:00:04] Production.INFO: PaymentMethod - 1
[2026-09-11 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '182', '0', '1' )
[2026-09-11 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-11 11:00:04] Production.INFO: PaymentMethod - 1
[2026-09-11 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '211', '0', '1' )
[2026-09-11 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-11 11:00:04] Production.INFO: PaymentMethod - 1
[2026-09-11 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '188', '0', '1' )
[2026-09-11 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-11 11:00:04] Production.INFO: PaymentMethod - 1
[2026-09-11 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '218', '0', '1' )
[2026-09-11 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-11 11:00:04] Production.INFO: PaymentMethod - 1
[2026-09-11 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '226', '0', '1' )
[2026-09-11 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-11 11:00:04] Production.INFO: PaymentMethod - 1
[2026-09-11 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '227', '0', '1' )
[2026-09-11 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-11 11:00:04] Production.INFO: PaymentMethod - 1
[2026-09-11 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '189', '0', '1' )
[2026-09-11 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-11 11:00:04] Production.INFO: PaymentMethod - 1
[2026-09-11 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '229', '0', '1' )
[2026-09-11 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-11 11:00:04] Production.INFO: PaymentMethod - 1
[2026-09-11 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '230', '0', '1' )
[2026-09-11 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-11 11:00:04] Production.INFO: PaymentMethod - 1
[2026-09-11 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '232', '0', '1' )
[2026-09-11 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-11 11:00:04] Production.INFO: PaymentMethod - 1
[2026-09-11 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '236', '0', '1' )
[2026-09-11 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-11 11:00:04] Production.INFO: PaymentMethod - 0
[2026-09-11 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '239', '0', '1' )
[2026-09-11 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-11 11:00:04] Production.INFO: PaymentMethod - 1
[2026-09-11 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '241', '0', '1' )
[2026-09-11 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-11 11:00:04] Production.INFO: PaymentMethod - 1
[2026-09-11 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '260', '0', '1' )
[2026-09-11 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-11 11:00:04] Production.INFO: PaymentMethod - 1
[2026-09-11 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '262', '0', '1' )
[2026-09-11 11:00:04] Production.INFO: PaymentPendingInvoice Count - 3
[2026-09-11 11:00:04] Production.INFO: PaymentMethod - 1
[2026-09-11 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '263', '0', '1' )
[2026-09-11 11:00:04] Production.INFO: PaymentPendingInvoice Count - 0
[2026-09-11 11:00:04] Production.INFO: PaymentMethod - 1
[2026-09-11 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '264', '0', '1' )
[2026-09-11 11:00:04] Production.INFO: PaymentPendingInvoice Count - 2
[2026-09-11 11:00:04] Production.INFO: PaymentMethod - 1
[2026-09-11 11:00:04] Production.ERROR: CALL prc_getPaymentPendingInvoice ('1', '266', '0', '1' )
[2026-09-11 11:00:04] Production.INFO: PaymentPendingInvoice Count - 2
[2026-09-11 11:00:06] Production.ERROR: CronJobId end11
[2026-09-11 11:00:06] Production.INFO: ==11686== Releasing lock...
[2026-09-11 11:00:06] Production.INFO: bulkautopaymentcapture-command-bulkautopaymentcapture-companyid-1-cronjobid-11 #Stops#
[2026-09-11 11:00:06] Production.INFO: 33.75 MB #Memory Used#
[2026-09-11 11:00:11] Production.ERROR: CronJobId end10
[2026-09-11 11:00:11] Production.INFO: ==11684== Releasing lock...
[2026-09-11 11:00:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 11:00:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 11:00:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 11:00:15] Production.INFO: ============== Balance Warning START===========
[2026-09-11 11:00:15] Production.INFO: ============== Balance Warning END===========
[2026-09-11 11:00:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 11:00:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 11:00:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 11:00:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 11:00:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 11:00:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 11:00:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 11:00:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 11:00:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 11:00:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 11:00:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 11:00:15] Production.INFO: call_cost start
[2026-09-11 11:00:15] Production.INFO: call_cost end
[2026-09-11 11:00:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 11:00:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 11:00:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 11:00:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 11:00:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 11:00:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 11:00:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 11:00:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 11:00:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 11:00:15] Production.INFO: ==11680== Releasing lock...
[2026-09-11 11:00:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 11:00:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 16:01:02] Production.INFO: ==11761== Lock acquired, processing the job...
[2026-09-11 16:01:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 16:01:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 16:01:02] Production.INFO: neon service started
[2026-09-11 16:01:02] Production.INFO: neon service started
[2026-09-11 16:01:02] Production.INFO: ==11761== Releasing lock...
[2026-09-11 16:01:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 16:01:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 15:01:02] Production.INFO: ==11770== Lock acquired, processing the job...
[2026-09-11 15:01:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 11:01:02] Production.INFO: ==11768== Lock acquired, processing the job...
[2026-09-11 11:01:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 15:01:02] Production.INFO: ==11770== Releasing lock...
[2026-09-11 15:01:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 15:01:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 11:01:02] Production.INFO: ==11768== Releasing lock...
[2026-09-11 11:01:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 11:01:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 11:01:03] Production.INFO: ==11773== Lock acquired, processing the job...
[2026-09-11 11:01:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 11:01:03] Production.INFO: ==11777== Lock acquired, processing the job...
[2026-09-11 11:01:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 11:01:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 11:01:03] Production.INFO: ==11779== Lock acquired, processing the job...
[2026-09-11 11:01:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 11:01:03] Production.INFO: ==11775== Lock acquired, processing the job...
[2026-09-11 11:01:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 11:01:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 11:01:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 11:01:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 11:01:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 11:01:03] Production.INFO: Account Balance Start.
[2026-09-11 11:01:03] Production.INFO: CreateAllLog Start
[2026-09-11 11:01:03] Production.INFO: 117
[2026-09-11 11:01:03] Production.INFO: ==11781== Lock acquired, processing the job...
[2026-09-11 11:01:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 11:01:03] Production.INFO: Date 2026-09-08
[2026-09-11 11:01:03] Production.INFO: Reseller ==> 0
[2026-09-11 11:01:03] Production.INFO: Date 2026-09-09
[2026-09-11 11:01:03] Production.INFO: Reseller ==> 0
[2026-09-11 11:01:03] Production.INFO: Date 2026-09-10
[2026-09-11 11:01:03] Production.INFO: Reseller ==> 0
[2026-09-11 11: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-09-11 11: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-09-11 11: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-09-11 11:01:03] Production.INFO: Date 2026-09-11
[2026-09-11 11:01:03] Production.INFO: Reseller ==> 0
[2026-09-11 11:01:03] Production.INFO: ==11781== Releasing lock...
[2026-09-11 11:01:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 11:01:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 11:01:04] Production.INFO: Total Charge 0
[2026-09-11 11:01:04] Production.INFO: CreateAllLog End
[2026-09-11 11:01:04] Production.INFO: Account Balance End.
[2026-09-11 11:01:04] Production.ERROR: CronJobId end 12
[2026-09-11 11:01:04] Production.INFO: ==11779== Releasing lock...
[2026-09-11 11:01:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 11:01:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 11:01:04] Production.INFO: ==11775== Releasing lock...
[2026-09-11 11:01:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 11:01:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 11:01:12] Production.ERROR: CronJobId end10
[2026-09-11 11:01:12] Production.INFO: ==11777== Releasing lock...
[2026-09-11 11:01:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 11:01:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 11:01:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 11:01:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 11:01:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 11:01:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 11:01:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 11:01:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 11:01:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 11:01:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 11:01:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 11:01:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 11:01:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 11:01:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 11:01:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 11:01:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 11:01:15] Production.INFO: call_cost start
[2026-09-11 11:01:15] Production.INFO: call_cost end
[2026-09-11 11:01:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 11:01:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 11:01:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 11:01:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 11:01:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 11:01:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 11:01:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 11:01:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 11:01:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 11:01:15] Production.INFO: ==11773== Releasing lock...
[2026-09-11 11:01:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 11:01:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 16:02:01] Production.INFO: ==11846== Lock acquired, processing the job...
[2026-09-11 16:02:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 16:02:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 16:02:01] Production.INFO: neon service started
[2026-09-11 16:02:01] Production.INFO: neon service started
[2026-09-11 16:02:01] Production.INFO: ==11846== Releasing lock...
[2026-09-11 16:02:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 16:02:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 11:02:01] Production.INFO: ==11848== Lock acquired, processing the job...
[2026-09-11 11:02:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 11:02:02] Production.INFO: ==11848== Releasing lock...
[2026-09-11 11:02:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 11:02:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 15:02:02] Production.INFO: ==11850== Lock acquired, processing the job...
[2026-09-11 15:02:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 15:02:02] Production.INFO: ==11850== Releasing lock...
[2026-09-11 15:02:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 15:02:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 11:02:03] Production.INFO: ==11853== Lock acquired, processing the job...
[2026-09-11 11:02:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 11:02:03] Production.INFO: ==11857== Lock acquired, processing the job...
[2026-09-11 11:02:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 11:02:03] Production.INFO: ==11859== Lock acquired, processing the job...
[2026-09-11 11:02:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 11:02:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 11:02:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 11:02:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 11:02:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 11:02:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 11:02:03] Production.INFO: Account Balance Start.
[2026-09-11 11:02:03] Production.INFO: CreateAllLog Start
[2026-09-11 11:02:03] Production.INFO: 117
[2026-09-11 11:02:03] Production.INFO: Date 2026-09-08
[2026-09-11 11:02:03] Production.INFO: ==11855== Lock acquired, processing the job...
[2026-09-11 11:02:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 11:02:03] Production.INFO: Reseller ==> 0
[2026-09-11 11:02:03] Production.INFO: ==11861== Lock acquired, processing the job...
[2026-09-11 11:02:03] Production.INFO: pbxaccountusage-command-pbxaccountusage-companyid-1-cronjobid-16 #Starts#
[2026-09-11 11:02:03] Production.INFO: Date 2026-09-09
[2026-09-11 11:02:03] Production.INFO: Reseller ==> 0
[2026-09-11 11:02:03] Production.INFO: Date 2026-09-10
[2026-09-11 11:02:03] Production.INFO: Reseller ==> 0
[2026-09-11 11:02:03] Production.ERROR: tblTempUsageDetail_20
[2026-09-11 11:02:03] Production.INFO: ==11863== Lock acquired, processing the job...
[2026-09-11 11:02:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 11:02:03] Production.INFO: Date 2026-09-11
[2026-09-11 11:02:03] Production.INFO: Reseller ==> 0
[2026-09-11 11:02:03] Production.INFO: Total Charge 0
[2026-09-11 11:02:03] Production.INFO: CreateAllLog End
[2026-09-11 11:02:03] Production.ERROR: done
[2026-09-11 11:02:03] Production.ERROR: tblTempVendorCDR_20
[2026-09-11 11: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-09-11 11: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-09-11 11: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-09-11 11:02:03] Production.INFO: Account Balance End.
[2026-09-11 11:02:04] Production.INFO: ==11863== Releasing lock...
[2026-09-11 11:02:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 11:02:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 11:02:04] Production.ERROR: done
[2026-09-11 11:02:04] Production.ERROR: CronJobId end 12
[2026-09-11 11:02:04] Production.INFO: ==11859== Releasing lock...
[2026-09-11 11:02:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 11:02:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 11: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-09-11 11: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-09-11 11: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-09-11 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: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-09-11 11:02:04] Production.INFO: ==11861== Releasing lock...
[2026-09-11 11:02:04] Production.INFO: pbxaccountusage-command-pbxaccountusage-companyid-1-cronjobid-16 #Stops#
[2026-09-11 11:02:04] Production.INFO: 27.25 MB #Memory Used#
[2026-09-11 11:02:04] Production.INFO: ==11855== Releasing lock...
[2026-09-11 11:02:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 11:02:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 11:02:11] Production.ERROR: CronJobId end10
[2026-09-11 11:02:11] Production.INFO: ==11857== Releasing lock...
[2026-09-11 11:02:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 11:02:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 11:02:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 11:02:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 11:02:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 11:02:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 11:02:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 11:02:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 11:02:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 11:02:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 11:02:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 11:02:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 11:02:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 11:02:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 11:02:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 11:02:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 11:02:15] Production.INFO: call_cost start
[2026-09-11 11:02:15] Production.INFO: call_cost end
[2026-09-11 11:02:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 11:02:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 11:02:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 11:02:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 11:02:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 11:02:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 11:02:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 11:02:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 11:02:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 11:02:15] Production.INFO: ==11853== Releasing lock...
[2026-09-11 11:02:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 11:02:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 16:03:02] Production.INFO: ==11921== Lock acquired, processing the job...
[2026-09-11 16:03:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 16:03:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 16:03:02] Production.INFO: neon service started
[2026-09-11 16:03:02] Production.INFO: neon service started
[2026-09-11 16:03:02] Production.INFO: ==11921== Releasing lock...
[2026-09-11 16:03:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 16:03:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 15:03:02] Production.INFO: ==11925== Lock acquired, processing the job...
[2026-09-11 15:03:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 15:03:02] Production.INFO: ==11925== Releasing lock...
[2026-09-11 15:03:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 15:03:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 11:03:02] Production.INFO: ==11923== Lock acquired, processing the job...
[2026-09-11 11:03:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 11:03:02] Production.INFO: ==11923== Releasing lock...
[2026-09-11 11:03:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 11:03:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 11:03:03] Production.INFO: ==11927== Lock acquired, processing the job...
[2026-09-11 11:03:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 11:03:03] Production.INFO: ==11929== Lock acquired, processing the job...
[2026-09-11 11:03:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 11:03:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 11:03:03] Production.INFO: ==11931== Lock acquired, processing the job...
[2026-09-11 11:03:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 11:03:03] Production.INFO: ==11933== Lock acquired, processing the job...
[2026-09-11 11:03:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 11:03:03] Production.INFO: ==11935== Lock acquired, processing the job...
[2026-09-11 11:03:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 11:03:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 11:03:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 11:03:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 11:03:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 11:03:03] Production.INFO: Account Balance Start.
[2026-09-11 11:03:03] Production.INFO: CreateAllLog Start
[2026-09-11 11:03:03] Production.INFO: 117
[2026-09-11 11:03:03] Production.INFO: Date 2026-09-08
[2026-09-11 11:03:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 11:03:03] Production.INFO: Date 2026-09-09
[2026-09-11 11:03:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 11:03:03] Production.INFO: Date 2026-09-10
[2026-09-11 11:03:03] Production.INFO: Reseller ==> 0
[2026-09-11 11:03:03] Production.INFO: ==11935== Releasing lock...
[2026-09-11 11:03:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 11:03:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 11:03:03] Production.INFO: Date 2026-09-11
[2026-09-11 11:03:03] Production.INFO: Reseller ==> 0
[2026-09-11 11:03:03] Production.INFO: Total Charge 0
[2026-09-11 11:03:04] Production.INFO: CreateAllLog End
[2026-09-11 11:03:04] Production.INFO: Account Balance End.
[2026-09-11 11:03:04] Production.ERROR: CronJobId end 12
[2026-09-11 11:03:04] Production.INFO: ==11933== Releasing lock...
[2026-09-11 11:03:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 11:03:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 11:03:04] Production.INFO: ==11929== Releasing lock...
[2026-09-11 11:03:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 11:03:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 11:03:11] Production.ERROR: CronJobId end10
[2026-09-11 11:03:11] Production.INFO: ==11931== Releasing lock...
[2026-09-11 11:03:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 11:03:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 11:03:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 11:03:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 11:03:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 11:03:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 11:03:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 11:03:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 11:03:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 11:03:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 11:03:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 11:03:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 11:03:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 11:03:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 11:03:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 11:03:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 11:03:14] Production.INFO: call_cost start
[2026-09-11 11:03:14] Production.INFO: call_cost end
[2026-09-11 11:03:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 11:03:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 11:03:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 11:03:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 11:03:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 11:03:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 11:03:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 11:03:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 11:03:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 11:03:14] Production.INFO: ==11927== Releasing lock...
[2026-09-11 11:03:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 11:03:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 16:04:01] Production.INFO: ==11993== Lock acquired, processing the job...
[2026-09-11 16:04:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 16:04:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 16:04:01] Production.INFO: neon service started
[2026-09-11 16:04:01] Production.INFO: neon service started
[2026-09-11 16:04:01] Production.INFO: ==11993== Releasing lock...
[2026-09-11 16:04:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 16:04:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 11:04:02] Production.INFO: ==11995== Lock acquired, processing the job...
[2026-09-11 11:04:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 15:04:02] Production.INFO: ==11997== Lock acquired, processing the job...
[2026-09-11 15:04:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 15:04:02] Production.INFO: ==11997== Releasing lock...
[2026-09-11 15:04:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 15:04:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 11:04:02] Production.INFO: ==11995== Releasing lock...
[2026-09-11 11:04:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 11:04:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 11:04:03] Production.INFO: ==12000== Lock acquired, processing the job...
[2026-09-11 11:04:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 11:04:03] Production.INFO: ==12002== Lock acquired, processing the job...
[2026-09-11 11:04:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 11:04:03] Production.INFO: ==12004== Lock acquired, processing the job...
[2026-09-11 11:04:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 11:04:03] Production.INFO: ==12008== Lock acquired, processing the job...
[2026-09-11 11:04:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 11:04:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 11:04:03] Production.INFO: ==12006== Lock acquired, processing the job...
[2026-09-11 11:04:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 11:04:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 11:04:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 11:04:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 11:04:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 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-09-11 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-09-11 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-09-11 11:04:03] Production.INFO: Account Balance Start.
[2026-09-11 11:04:03] Production.INFO: CreateAllLog Start
[2026-09-11 11:04:03] Production.INFO: ==12008== Releasing lock...
[2026-09-11 11:04:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 11:04:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 11:04:03] Production.INFO: 117
[2026-09-11 11:04:03] Production.INFO: Date 2026-09-08
[2026-09-11 11:04:03] Production.INFO: Reseller ==> 0
[2026-09-11 11:04:03] Production.INFO: Date 2026-09-09
[2026-09-11 11:04:03] Production.INFO: Reseller ==> 0
[2026-09-11 11:04:03] Production.INFO: Date 2026-09-10
[2026-09-11 11:04:03] Production.INFO: Reseller ==> 0
[2026-09-11 11:04:03] Production.INFO: Date 2026-09-11
[2026-09-11 11:04:03] Production.INFO: Reseller ==> 0
[2026-09-11 11:04:03] Production.INFO: Total Charge 0
[2026-09-11 11:04:03] Production.INFO: CreateAllLog End
[2026-09-11 11:04:03] Production.INFO: Account Balance End.
[2026-09-11 11:04:03] Production.ERROR: CronJobId end 12
[2026-09-11 11:04:03] Production.INFO: ==12006== Releasing lock...
[2026-09-11 11:04:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 11:04:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 11:04:04] Production.INFO: ==12002== Releasing lock...
[2026-09-11 11:04:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 11:04:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 11:04:10] Production.ERROR: CronJobId end10
[2026-09-11 11:04:10] Production.INFO: ==12004== Releasing lock...
[2026-09-11 11:04:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 11:04:10] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 11:04:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 11:04:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 11:04:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 11:04:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 11:04:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 11:04:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 11:04:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 11:04:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 11:04:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 11:04:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 11:04:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 11:04:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 11:04:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 11:04:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 11:04:14] Production.INFO: call_cost start
[2026-09-11 11:04:14] Production.INFO: call_cost end
[2026-09-11 11:04:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 11:04:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 11:04:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 11:04:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 11:04:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 11:04:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 11:04:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 11:04:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 11:04:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 11:04:14] Production.INFO: ==12000== Releasing lock...
[2026-09-11 11:04:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 11:04:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 16:05:01] Production.INFO: ==12070== Lock acquired, processing the job...
[2026-09-11 16:05:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 16:05:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 16:05:01] Production.INFO: neon service started
[2026-09-11 16:05:01] Production.INFO: neon service started
[2026-09-11 16:05:01] Production.INFO: ==12070== Releasing lock...
[2026-09-11 16:05:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 16:05:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 15:05:02] Production.INFO: ==12074== Lock acquired, processing the job...
[2026-09-11 15:05:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 15:05:02] Production.INFO: ==12074== Releasing lock...
[2026-09-11 15:05:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 15:05:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 11:05:02] Production.INFO: ==12072== Lock acquired, processing the job...
[2026-09-11 11:05:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 11:05:02] Production.INFO: ==12072== Releasing lock...
[2026-09-11 11:05:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 11:05:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 11:05:03] Production.INFO: ==12076== Lock acquired, processing the job...
[2026-09-11 11:05:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-11 11:05:03] Production.INFO: ==12078== Lock acquired, processing the job...
[2026-09-11 11:05:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 11:05:03] Production.INFO: ==12080== Lock acquired, processing the job...
[2026-09-11 11:05:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 11:05:03] Production.ERROR: ========================== active cronjob start =============================
[2026-09-11 11:05:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-11 11:05:03] Production.ERROR: CronJob PID - 12078
[2026-09-11 11:05:03] Production.ERROR: CronJob Title - System Alerts
[2026-09-11 11:05:03] Production.ERROR: CronJob ID - 5
[2026-09-11 11:05:03] Production.ERROR: CronJob Last Run Time 2026-09-11 11:05:00
[2026-09-11 11:05:03] Production.ERROR: CronJob Active Minutes 0
[2026-09-11 11:05:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-11 11:05:03] Production.INFO: ==12084== Lock acquired, processing the job...
[2026-09-11 11:05:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 11:05:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 11:05:03] Production.ERROR: ========================== active cronjob end =============================
[2026-09-11 11:05:03] Production.INFO: ==12076== Releasing lock...
[2026-09-11 11:05:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-11 11:05:03] Production.INFO: 25.5 MB #Memory Used#
[2026-09-11 11:05:03] Production.INFO: ==12082== Lock acquired, processing the job...
[2026-09-11 11:05:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 11:05:03] Production.INFO: ==12086== Lock acquired, processing the job...
[2026-09-11 11:05:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-11 11:05:03] Production.INFO: Account Balance Start.
[2026-09-11 11:05:03] Production.INFO: CreateAllLog Start
[2026-09-11 11:05:03] Production.INFO: 117
[2026-09-11 11:05:03] Production.INFO: Date 2026-09-08
[2026-09-11 11:05:03] Production.INFO: ==12088== Lock acquired, processing the job...
[2026-09-11 11:05:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 11:05:03] Production.INFO: Reseller ==> 0
[2026-09-11 11:05:03] Production.ERROR: tblTempUsageDetail_20
[2026-09-11 11:05:03] Production.INFO: Date 2026-09-09
[2026-09-11 11:05:03] Production.INFO: Reseller ==> 0
[2026-09-11 11:05:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 11:05:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 11:05:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 11:05:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 11:05:04] Production.INFO: Date 2026-09-10
[2026-09-11 11:05:04] Production.INFO: Reseller ==> 0
[2026-09-11 11: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-09-11 11: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-09-11 11: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-09-11 11:05:04] Production.INFO: Date 2026-09-11
[2026-09-11 11:05:04] Production.INFO: Reseller ==> 0
[2026-09-11 11:05:04] Production.INFO: ==12088== Releasing lock...
[2026-09-11 11:05:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 11:05:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 11:05:04] Production.INFO: Total Charge 0
[2026-09-11 11:05:04] Production.INFO: CreateAllLog End
[2026-09-11 11:05:04] Production.ERROR: done
[2026-09-11 11:05:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-11 11:05:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17984086', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) start
[2026-09-11 11:05:04] Production.INFO: Account Balance End.
[2026-09-11 11:05:04] Production.ERROR: CronJobId end 12
[2026-09-11 11:05:04] Production.INFO: ==12084== Releasing lock...
[2026-09-11 11:05:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 11:05:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 11:05:04] Production.INFO: ==12080== Releasing lock...
[2026-09-11 11:05:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 11:05:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 11:05:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17984086', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) end
[2026-09-11 11:05:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-11 11:05:10] Production.INFO: ProcessCDR(1,17984086,1,1,2)
[2026-09-11 11:05:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17984086,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 11:05:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17984086,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 11:05:10] Production.ERROR: pbx prc_insertCDR start
[2026-09-11 11:05:10] Production.ERROR: pbx prc_insertCDR end
[2026-09-11 11:05:10] Production.INFO: ==12086== Releasing lock...
[2026-09-11 11:05:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-11 11:05:10] Production.INFO: 26 MB #Memory Used#
[2026-09-11 11:05:15] Production.ERROR: CronJobId end10
[2026-09-11 11:05:15] Production.INFO: ==12082== Releasing lock...
[2026-09-11 11:05:15] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 11:05:15] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 11:05:17] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 11:05:17] Production.INFO: ============== Balance Warning START===========
[2026-09-11 11:05:17] Production.INFO: ============== Balance Warning END===========
[2026-09-11 11:05:17] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 11:05:17] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 11:05:17] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 11:05:17] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 11:05:17] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 11:05:17] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 11:05:17] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 11:05:17] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 11:05:17] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 11:05:17] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 11:05:17] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 11:05:18] Production.INFO: call_cost start
[2026-09-11 11:05:18] Production.INFO: call_cost end
[2026-09-11 11:05:18] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 11:05:18] Production.INFO: ============== Report Schedule START===========
[2026-09-11 11:05:18] Production.INFO: ============== Report Schedule END===========
[2026-09-11 11:05:18] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 11:05:18] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 11:05:18] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 11:05:18] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 11:05:18] Production.INFO: ============== Deal alert START===========
[2026-09-11 11:05:18] Production.INFO: ============== Deal alert END===========
[2026-09-11 11:05:18] Production.INFO: ==12078== Releasing lock...
[2026-09-11 11:05:18] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 11:05:18] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 16:06:02] Production.INFO: ==12151== Lock acquired, processing the job...
[2026-09-11 16:06:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 16:06:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 16:06:02] Production.INFO: neon service started
[2026-09-11 16:06:02] Production.INFO: neon service started
[2026-09-11 16:06:02] Production.INFO: ==12151== Releasing lock...
[2026-09-11 16:06:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 16:06:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 11:06:02] Production.INFO: ==12153== Lock acquired, processing the job...
[2026-09-11 11:06:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 11:06:02] Production.INFO: ==12153== Releasing lock...
[2026-09-11 11:06:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 11:06:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 15:06:03] Production.INFO: ==12155== Lock acquired, processing the job...
[2026-09-11 15:06:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 15:06:03] Production.INFO: ==12155== Releasing lock...
[2026-09-11 15:06:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 15:06:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 11:06:03] Production.INFO: ==12160== Lock acquired, processing the job...
[2026-09-11 11:06:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 11:06:04] Production.INFO: ==12158== Lock acquired, processing the job...
[2026-09-11 11:06:04] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 11:06:04] Production.INFO: ==12162== Lock acquired, processing the job...
[2026-09-11 11:06:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 11:06:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 11:06:04] Production.INFO: ==12164== Lock acquired, processing the job...
[2026-09-11 11:06:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 11:06:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 11:06:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 11:06:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 11:06:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 11:06:04] Production.INFO: ==12160== Releasing lock...
[2026-09-11 11:06:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 11:06:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 11:06:04] Production.INFO: ==12166== Lock acquired, processing the job...
[2026-09-11 11:06:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 11:06:04] Production.INFO: Account Balance Start.
[2026-09-11 11:06:04] Production.INFO: CreateAllLog Start
[2026-09-11 11:06:04] Production.INFO: 117
[2026-09-11 11:06:04] Production.INFO: Date 2026-09-08
[2026-09-11 11:06:04] Production.INFO: Reseller ==> 0
[2026-09-11 11:06:04] Production.INFO: Date 2026-09-09
[2026-09-11 11:06:04] Production.INFO: Reseller ==> 0
[2026-09-11 11:06:04] Production.INFO: Date 2026-09-10
[2026-09-11 11:06:04] Production.INFO: Reseller ==> 0
[2026-09-11 11: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-09-11 11: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-09-11 11:06:04] Production.INFO: Date 2026-09-11
[2026-09-11 11:06:04] Production.INFO: Reseller ==> 0
[2026-09-11 11: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-09-11 11:06:04] Production.INFO: ==12166== Releasing lock...
[2026-09-11 11:06:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 11:06:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 11:06:04] Production.INFO: Total Charge 0
[2026-09-11 11:06:04] Production.INFO: CreateAllLog End
[2026-09-11 11:06:04] Production.INFO: Account Balance End.
[2026-09-11 11:06:04] Production.ERROR: CronJobId end 12
[2026-09-11 11:06:04] Production.INFO: ==12164== Releasing lock...
[2026-09-11 11:06:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 11:06:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 11:06:12] Production.ERROR: CronJobId end10
[2026-09-11 11:06:12] Production.INFO: ==12162== Releasing lock...
[2026-09-11 11:06:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 11:06:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 11:06:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 11:06:15] Production.INFO: ============== Balance Warning START===========
[2026-09-11 11:06:15] Production.INFO: ============== Balance Warning END===========
[2026-09-11 11:06:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 11:06:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 11:06:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 11:06:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 11:06:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 11:06:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 11:06:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 11:06:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 11:06:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 11:06:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 11:06:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 11:06:15] Production.INFO: call_cost start
[2026-09-11 11:06:15] Production.INFO: call_cost end
[2026-09-11 11:06:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 11:06:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 11:06:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 11:06:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 11:06:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 11:06:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 11:06:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 11:06:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 11:06:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 11:06:15] Production.INFO: ==12158== Releasing lock...
[2026-09-11 11:06:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 11:06:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 16:07:01] Production.INFO: ==12226== Lock acquired, processing the job...
[2026-09-11 16:07:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 16:07:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 16:07:01] Production.INFO: neon service started
[2026-09-11 16:07:01] Production.INFO: neon service started
[2026-09-11 16:07:01] Production.INFO: ==12226== Releasing lock...
[2026-09-11 16:07:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 16:07:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 11:07:02] Production.INFO: ==12228== Lock acquired, processing the job...
[2026-09-11 11:07:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 11:07:02] Production.INFO: ==12228== Releasing lock...
[2026-09-11 11:07:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 11:07:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 15:07:02] Production.INFO: ==12231== Lock acquired, processing the job...
[2026-09-11 15:07:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 15:07:02] Production.INFO: ==12231== Releasing lock...
[2026-09-11 15:07:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 15:07:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 11:07:03] Production.INFO: ==12235== Lock acquired, processing the job...
[2026-09-11 11:07:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 11:07:03] Production.INFO: ==12237== Lock acquired, processing the job...
[2026-09-11 11:07:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 11:07:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 11:07:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 11:07:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 11:07:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 11:07:03] Production.INFO: ==12241== Lock acquired, processing the job...
[2026-09-11 11:07:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 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-09-11 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-09-11 11:07:03] Production.INFO: ==12239== Lock acquired, processing the job...
[2026-09-11 11:07:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 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-09-11 11:07:03] Production.INFO: ==12233== Lock acquired, processing the job...
[2026-09-11 11:07:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 11:07:03] Production.INFO: ==12241== Releasing lock...
[2026-09-11 11:07:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 11:07:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 11:07:03] Production.INFO: Account Balance Start.
[2026-09-11 11:07:03] Production.INFO: CreateAllLog Start
[2026-09-11 11:07:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 11:07:03] Production.INFO: 117
[2026-09-11 11:07:03] Production.INFO: Date 2026-09-08
[2026-09-11 11:07:03] Production.INFO: Reseller ==> 0
[2026-09-11 11:07:03] Production.INFO: Date 2026-09-09
[2026-09-11 11:07:03] Production.INFO: Reseller ==> 0
[2026-09-11 11:07:03] Production.INFO: Date 2026-09-10
[2026-09-11 11:07:03] Production.INFO: Reseller ==> 0
[2026-09-11 11:07:03] Production.INFO: Date 2026-09-11
[2026-09-11 11:07:03] Production.INFO: Reseller ==> 0
[2026-09-11 11:07:03] Production.INFO: Total Charge 0
[2026-09-11 11:07:03] Production.INFO: CreateAllLog End
[2026-09-11 11:07:03] Production.INFO: ==12235== Releasing lock...
[2026-09-11 11:07:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 11:07:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 11:07:03] Production.INFO: Account Balance End.
[2026-09-11 11:07:03] Production.ERROR: CronJobId end 12
[2026-09-11 11:07:03] Production.INFO: ==12239== Releasing lock...
[2026-09-11 11:07:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 11:07:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 11:07:11] Production.ERROR: CronJobId end10
[2026-09-11 11:07:11] Production.INFO: ==12237== Releasing lock...
[2026-09-11 11:07:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 11:07:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 11:07:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 11:07:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 11:07:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 11:07:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 11:07:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 11:07:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 11:07:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 11:07:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 11:07:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 11:07:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 11:07:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 11:07:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 11:07:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 11:07:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 11:07:14] Production.INFO: call_cost start
[2026-09-11 11:07:14] Production.INFO: call_cost end
[2026-09-11 11:07:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 11:07:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 11:07:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 11:07:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 11:07:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 11:07:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 11:07:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 11:07:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 11:07:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 11:07:14] Production.INFO: ==12233== Releasing lock...
[2026-09-11 11:07:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 11:07:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 16:08:02] Production.INFO: ==12298== Lock acquired, processing the job...
[2026-09-11 16:08:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 16:08:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 16:08:02] Production.INFO: neon service started
[2026-09-11 16:08:02] Production.INFO: neon service started
[2026-09-11 16:08:02] Production.INFO: ==12298== Releasing lock...
[2026-09-11 16:08:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 16:08:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 11:08:02] Production.INFO: ==12300== Lock acquired, processing the job...
[2026-09-11 11:08:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 11:08:02] Production.INFO: ==12300== Releasing lock...
[2026-09-11 11:08:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 11:08:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 15:08:03] Production.INFO: ==12302== Lock acquired, processing the job...
[2026-09-11 15:08:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 15:08:03] Production.INFO: ==12302== Releasing lock...
[2026-09-11 15:08:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 15:08:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 11:08:03] Production.INFO: ==12304== Lock acquired, processing the job...
[2026-09-11 11:08:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 11:08:03] Production.INFO: ==12306== Lock acquired, processing the job...
[2026-09-11 11:08:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 11:08:03] Production.INFO: ==12308== Lock acquired, processing the job...
[2026-09-11 11:08:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 11:08:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 11:08:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 11:08:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 11:08:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 11:08:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 11:08:03] Production.INFO: ==12310== Lock acquired, processing the job...
[2026-09-11 11:08:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 11:08:03] Production.INFO: ==12312== Lock acquired, processing the job...
[2026-09-11 11:08:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 11:08:03] Production.INFO: Account Balance Start.
[2026-09-11 11:08:03] Production.INFO: CreateAllLog Start
[2026-09-11 11:08:03] Production.INFO: 117
[2026-09-11 11:08:03] Production.INFO: Date 2026-09-08
[2026-09-11 11:08:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 11:08:03] Production.INFO: Date 2026-09-09
[2026-09-11 11:08:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 11:08:03] Production.INFO: ==12312== Releasing lock...
[2026-09-11 11:08:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 11:08:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 11:08:03] Production.INFO: Date 2026-09-10
[2026-09-11 11:08:03] Production.INFO: Reseller ==> 0
[2026-09-11 11:08:04] Production.INFO: Date 2026-09-11
[2026-09-11 11:08:04] Production.INFO: Reseller ==> 0
[2026-09-11 11:08:04] Production.INFO: Total Charge 0
[2026-09-11 11:08:04] Production.INFO: CreateAllLog End
[2026-09-11 11:08:04] Production.INFO: Account Balance End.
[2026-09-11 11:08:04] Production.ERROR: CronJobId end 12
[2026-09-11 11:08:04] Production.INFO: ==12310== Releasing lock...
[2026-09-11 11:08:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 11:08:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 11:08:04] Production.INFO: ==12306== Releasing lock...
[2026-09-11 11:08:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 11:08:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 11:08:11] Production.ERROR: CronJobId end10
[2026-09-11 11:08:11] Production.INFO: ==12308== Releasing lock...
[2026-09-11 11:08:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 11:08:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 11:08:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 11:08:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 11:08:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 11:08:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 11:08:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 11:08:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 11:08:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 11:08:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 11:08:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 11:08:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 11:08:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 11:08:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 11:08:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 11:08:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 11:08:14] Production.INFO: call_cost start
[2026-09-11 11:08:14] Production.INFO: call_cost end
[2026-09-11 11:08:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 11:08:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 11:08:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 11:08:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 11:08:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 11:08:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 11:08:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 11:08:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 11:08:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 11:08:14] Production.INFO: ==12304== Releasing lock...
[2026-09-11 11:08:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 11:08:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 16:09:01] Production.INFO: ==12371== Lock acquired, processing the job...
[2026-09-11 16:09:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 16:09:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 16:09:01] Production.INFO: neon service started
[2026-09-11 16:09:01] Production.INFO: neon service started
[2026-09-11 16:09:01] Production.INFO: ==12371== Releasing lock...
[2026-09-11 16:09:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 16:09:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 11:09:01] Production.INFO: ==12373== Lock acquired, processing the job...
[2026-09-11 11:09:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 11:09:02] Production.INFO: ==12373== Releasing lock...
[2026-09-11 11:09:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 11:09:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 15:09:02] Production.INFO: ==12375== Lock acquired, processing the job...
[2026-09-11 15:09:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 15:09:02] Production.INFO: ==12375== Releasing lock...
[2026-09-11 15:09:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 15:09:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 11:09:02] Production.INFO: ==12385== Lock acquired, processing the job...
[2026-09-11 11:09:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 11:09:03] Production.INFO: ==12377== Lock acquired, processing the job...
[2026-09-11 11:09:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 11:09:03] Production.INFO: ==12379== Lock acquired, processing the job...
[2026-09-11 11:09:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 11: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-09-11 11: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-09-11 11:09:03] Production.INFO: ==12381== Lock acquired, processing the job...
[2026-09-11 11:09:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 11: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-09-11 11:09:03] Production.INFO: ==12385== Releasing lock...
[2026-09-11 11:09:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 11:09:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 11:09:03] Production.INFO: ==12383== Lock acquired, processing the job...
[2026-09-11 11:09:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 11:09:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 11:09:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 11:09:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 11:09:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 11:09:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 11:09:03] Production.INFO: Account Balance Start.
[2026-09-11 11:09:03] Production.INFO: CreateAllLog Start
[2026-09-11 11:09:03] Production.INFO: 117
[2026-09-11 11:09:03] Production.INFO: Date 2026-09-08
[2026-09-11 11:09:03] Production.INFO: Reseller ==> 0
[2026-09-11 11:09:03] Production.INFO: Date 2026-09-09
[2026-09-11 11:09:03] Production.INFO: Reseller ==> 0
[2026-09-11 11:09:03] Production.INFO: Date 2026-09-10
[2026-09-11 11:09:03] Production.INFO: Reseller ==> 0
[2026-09-11 11:09:03] Production.INFO: Date 2026-09-11
[2026-09-11 11:09:03] Production.INFO: Reseller ==> 0
[2026-09-11 11:09:03] Production.INFO: Total Charge 0
[2026-09-11 11:09:03] Production.INFO: CreateAllLog End
[2026-09-11 11:09:03] Production.INFO: Account Balance End.
[2026-09-11 11:09:04] Production.ERROR: CronJobId end 12
[2026-09-11 11:09:04] Production.INFO: ==12383== Releasing lock...
[2026-09-11 11:09:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 11:09:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 11:09:04] Production.INFO: ==12379== Releasing lock...
[2026-09-11 11:09:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 11:09:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 11:09:12] Production.ERROR: CronJobId end10
[2026-09-11 11:09:12] Production.INFO: ==12381== Releasing lock...
[2026-09-11 11:09:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 11:09:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 11:09:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 11:09:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 11:09:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 11:09:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 11:09:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 11:09:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 11:09:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 11:09:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 11:09:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 11:09:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 11:09:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 11:09:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 11:09:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 11:09:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 11:09:14] Production.INFO: call_cost start
[2026-09-11 11:09:14] Production.INFO: call_cost end
[2026-09-11 11:09:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 11:09:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 11:09:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 11:09:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 11:09:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 11:09:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 11:09:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 11:09:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 11:09:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 11:09:14] Production.INFO: ==12377== Releasing lock...
[2026-09-11 11:09:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 11:09:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 16:10:02] Production.INFO: ==12446== Lock acquired, processing the job...
[2026-09-11 16:10:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 16:10:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 16:10:02] Production.INFO: neon service started
[2026-09-11 16:10:02] Production.INFO: neon service started
[2026-09-11 16:10:02] Production.INFO: ==12446== Releasing lock...
[2026-09-11 16:10:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 16:10:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 15:10:02] Production.INFO: ==12450== Lock acquired, processing the job...
[2026-09-11 15:10:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 15:10:02] Production.INFO: ==12450== Releasing lock...
[2026-09-11 15:10:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 15:10:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 11:10:02] Production.INFO: ==12448== Lock acquired, processing the job...
[2026-09-11 11:10:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 11:10:02] Production.INFO: ==12448== Releasing lock...
[2026-09-11 11:10:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 11:10:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 11:10:03] Production.INFO: ==12454== Lock acquired, processing the job...
[2026-09-11 11:10:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 11:10:03] Production.INFO: ==12456== Lock acquired, processing the job...
[2026-09-11 11:10:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 11:10:03] Production.INFO: ==12452== Lock acquired, processing the job...
[2026-09-11 11:10:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 11:10:03] Production.INFO: ==12458== Lock acquired, processing the job...
[2026-09-11 11:10:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 11:10:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 11:10:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 11:10:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 11:10:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 11:10:03] Production.INFO: ==12461== Lock acquired, processing the job...
[2026-09-11 11:10:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 11:10:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 11:10:03] Production.INFO: Account Balance Start.
[2026-09-11 11:10:03] Production.INFO: CreateAllLog Start
[2026-09-11 11:10:03] Production.INFO: 117
[2026-09-11 11:10:03] Production.INFO: Date 2026-09-08
[2026-09-11 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-09-11 11:10:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 11:10:03] Production.INFO: ==12461== Releasing lock...
[2026-09-11 11:10:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 11:10:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 11:10:03] Production.INFO: Date 2026-09-09
[2026-09-11 11:10:03] Production.INFO: Reseller ==> 0
[2026-09-11 11:10:03] Production.INFO: Date 2026-09-10
[2026-09-11 11:10:03] Production.INFO: Reseller ==> 0
[2026-09-11 11:10:03] Production.INFO: Date 2026-09-11
[2026-09-11 11:10:03] Production.INFO: Reseller ==> 0
[2026-09-11 11:10:04] Production.INFO: Total Charge 0
[2026-09-11 11:10:04] Production.INFO: CreateAllLog End
[2026-09-11 11:10:04] Production.INFO: Account Balance End.
[2026-09-11 11:10:04] Production.ERROR: CronJobId end 12
[2026-09-11 11:10:04] Production.INFO: ==12458== Releasing lock...
[2026-09-11 11:10:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 11:10:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 11:10:04] Production.INFO: ==12454== Releasing lock...
[2026-09-11 11:10:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 11:10:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 11:10:11] Production.ERROR: CronJobId end10
[2026-09-11 11:10:11] Production.INFO: ==12456== Releasing lock...
[2026-09-11 11:10:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 11:10:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 11:10:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 11:10:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 11:10:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 11:10:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 11:10:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 11:10:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 11:10:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 11:10:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 11:10:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 11:10:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 11:10:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 11:10:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 11:10:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 11:10:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 11:10:15] Production.INFO: call_cost start
[2026-09-11 11:10:15] Production.INFO: call_cost end
[2026-09-11 11:10:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 11:10:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 11:10:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 11:10:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 11:10:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 11:10:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 11:10:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 11:10:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 11:10:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 11:10:15] Production.INFO: ==12452== Releasing lock...
[2026-09-11 11:10:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 11:10:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 16:11:01] Production.INFO: ==12532== Lock acquired, processing the job...
[2026-09-11 16:11:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 16:11:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 16:11:01] Production.INFO: neon service started
[2026-09-11 16:11:01] Production.INFO: neon service started
[2026-09-11 16:11:01] Production.INFO: ==12532== Releasing lock...
[2026-09-11 16:11:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 16:11:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 11:11:02] Production.INFO: ==12534== Lock acquired, processing the job...
[2026-09-11 11:11:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 15:11:02] Production.INFO: ==12536== Lock acquired, processing the job...
[2026-09-11 15:11:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 15:11:02] Production.INFO: ==12536== Releasing lock...
[2026-09-11 15:11:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 15:11:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 11:11:02] Production.INFO: ==12534== Releasing lock...
[2026-09-11 11:11:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 11:11:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 11:11:03] Production.INFO: ==12545== Lock acquired, processing the job...
[2026-09-11 11:11:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 11:11:03] Production.INFO: ==12541== Lock acquired, processing the job...
[2026-09-11 11:11:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 11:11:03] Production.INFO: ==12539== Lock acquired, processing the job...
[2026-09-11 11:11:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 11:11:03] Production.INFO: ==12543== Lock acquired, processing the job...
[2026-09-11 11:11:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 11:11:03] Production.INFO: ==12547== Lock acquired, processing the job...
[2026-09-11 11:11:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 11:11:03] Production.INFO: Account Balance Start.
[2026-09-11 11:11:03] Production.INFO: CreateAllLog Start
[2026-09-11 11:11:03] Production.INFO: 117
[2026-09-11 11:11:03] Production.INFO: Date 2026-09-08
[2026-09-11 11:11:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 11:11:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 11:11:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 11:11:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 11:11:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 11:11:03] Production.INFO: Reseller ==> 0
[2026-09-11 11: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-09-11 11: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-09-11 11:11:03] Production.INFO: Date 2026-09-09
[2026-09-11 11:11:03] Production.INFO: Reseller ==> 0
[2026-09-11 11: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-09-11 11:11:03] Production.INFO: ==12547== Releasing lock...
[2026-09-11 11:11:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 11:11:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 11:11:03] Production.INFO: Date 2026-09-10
[2026-09-11 11:11:03] Production.INFO: Reseller ==> 0
[2026-09-11 11:11:03] Production.INFO: Date 2026-09-11
[2026-09-11 11:11:03] Production.INFO: Reseller ==> 0
[2026-09-11 11:11:03] Production.INFO: Total Charge 0
[2026-09-11 11:11:03] Production.INFO: CreateAllLog End
[2026-09-11 11:11:03] Production.INFO: Account Balance End.
[2026-09-11 11:11:03] Production.ERROR: CronJobId end 12
[2026-09-11 11:11:03] Production.INFO: ==12545== Releasing lock...
[2026-09-11 11:11:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 11:11:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 11:11:04] Production.INFO: ==12541== Releasing lock...
[2026-09-11 11:11:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 11:11:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 11:11:11] Production.ERROR: CronJobId end10
[2026-09-11 11:11:11] Production.INFO: ==12543== Releasing lock...
[2026-09-11 11:11:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 11:11:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 11:11:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 11:11:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 11:11:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 11:11:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 11:11:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 11:11:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 11:11:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 11:11:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 11:11:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 11:11:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 11:11:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 11:11:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 11:11:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 11:11:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 11:11:14] Production.INFO: call_cost start
[2026-09-11 11:11:14] Production.INFO: call_cost end
[2026-09-11 11:11:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 11:11:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 11:11:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 11:11:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 11:11:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 11:11:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 11:11:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 11:11:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 11:11:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 11:11:14] Production.INFO: ==12539== Releasing lock...
[2026-09-11 11:11:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 11:11:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 16:12:01] Production.INFO: ==12602== Lock acquired, processing the job...
[2026-09-11 16:12:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 16:12:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 16:12:01] Production.INFO: neon service started
[2026-09-11 16:12:01] Production.INFO: neon service started
[2026-09-11 16:12:01] Production.INFO: ==12602== Releasing lock...
[2026-09-11 16:12:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 16:12:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 11:12:02] Production.INFO: ==12604== Lock acquired, processing the job...
[2026-09-11 11:12:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 11:12:02] Production.INFO: ==12604== Releasing lock...
[2026-09-11 11:12:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 11:12:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 15:12:02] Production.INFO: ==12606== Lock acquired, processing the job...
[2026-09-11 15:12:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 15:12:02] Production.INFO: ==12606== Releasing lock...
[2026-09-11 15:12:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 15:12:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 11:12:03] Production.INFO: ==12615== Lock acquired, processing the job...
[2026-09-11 11:12:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 11:12:03] Production.INFO: Account Balance Start.
[2026-09-11 11:12:03] Production.INFO: CreateAllLog Start
[2026-09-11 11:12:03] Production.INFO: 117
[2026-09-11 11:12:03] Production.INFO: Date 2026-09-08
[2026-09-11 11:12:03] Production.INFO: ==12609== Lock acquired, processing the job...
[2026-09-11 11:12:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 11:12:03] Production.INFO: Reseller ==> 0
[2026-09-11 11:12:03] Production.INFO: ==12611== Lock acquired, processing the job...
[2026-09-11 11:12:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 11:12:03] Production.INFO: Date 2026-09-09
[2026-09-11 11:12:03] Production.INFO: Reseller ==> 0
[2026-09-11 11:12:03] Production.INFO: Date 2026-09-10
[2026-09-11 11:12:03] Production.INFO: ==12613== Lock acquired, processing the job...
[2026-09-11 11:12:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 11:12:03] Production.INFO: Reseller ==> 0
[2026-09-11 11:12:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 11:12:03] Production.INFO: Date 2026-09-11
[2026-09-11 11:12:03] Production.INFO: Reseller ==> 0
[2026-09-11 11:12:03] Production.INFO: Total Charge 0
[2026-09-11 11:12:03] Production.INFO: CreateAllLog End
[2026-09-11 11:12:03] Production.INFO: ==12617== Lock acquired, processing the job...
[2026-09-11 11:12:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 11:12:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 11:12:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 11:12:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 11:12:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 11:12:04] Production.INFO: Account Balance End.
[2026-09-11 11: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-09-11 11: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-09-11 11:12:04] Production.ERROR: CronJobId end 12
[2026-09-11 11:12:04] Production.INFO: ==12615== Releasing lock...
[2026-09-11 11:12:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 11:12:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 11: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-09-11 11:12:04] Production.INFO: ==12617== Releasing lock...
[2026-09-11 11:12:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 11:12:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 11:12:04] Production.INFO: ==12611== Releasing lock...
[2026-09-11 11:12:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 11:12:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 11:12:12] Production.ERROR: CronJobId end10
[2026-09-11 11:12:12] Production.INFO: ==12613== Releasing lock...
[2026-09-11 11:12:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 11:12:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 11:12:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 11:12:15] Production.INFO: ============== Balance Warning START===========
[2026-09-11 11:12:15] Production.INFO: ============== Balance Warning END===========
[2026-09-11 11:12:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 11:12:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 11:12:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 11:12:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 11:12:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 11:12:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 11:12:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 11:12:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 11:12:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 11:12:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 11:12:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 11:12:15] Production.INFO: call_cost start
[2026-09-11 11:12:15] Production.INFO: call_cost end
[2026-09-11 11:12:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 11:12:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 11:12:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 11:12:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 11:12:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 11:12:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 11:12:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 11:12:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 11:12:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 11:12:15] Production.INFO: ==12609== Releasing lock...
[2026-09-11 11:12:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 11:12:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 16:13:01] Production.INFO: ==12691== Lock acquired, processing the job...
[2026-09-11 16:13:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 16:13:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 16:13:01] Production.INFO: neon service started
[2026-09-11 16:13:01] Production.INFO: neon service started
[2026-09-11 16:13:01] Production.INFO: ==12691== Releasing lock...
[2026-09-11 16:13:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 16:13:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 15:13:02] Production.INFO: ==12696== Lock acquired, processing the job...
[2026-09-11 15:13:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 11:13:02] Production.INFO: ==12694== Lock acquired, processing the job...
[2026-09-11 11:13:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 15:13:02] Production.INFO: ==12696== Releasing lock...
[2026-09-11 15:13:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 15:13:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 11:13:02] Production.INFO: ==12694== Releasing lock...
[2026-09-11 11:13:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 11:13:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 11:13:03] Production.INFO: ==12699== Lock acquired, processing the job...
[2026-09-11 11:13:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 11:13:03] Production.INFO: ==12701== Lock acquired, processing the job...
[2026-09-11 11:13:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 11:13:03] Production.INFO: ==12705== Lock acquired, processing the job...
[2026-09-11 11:13:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 11:13:03] Production.INFO: ==12707== Lock acquired, processing the job...
[2026-09-11 11:13:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 11:13:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 11:13:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 11:13:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 11:13:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 11:13:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 11:13:03] Production.INFO: Account Balance Start.
[2026-09-11 11:13:03] Production.INFO: CreateAllLog Start
[2026-09-11 11:13:03] Production.INFO: 117
[2026-09-11 11:13:03] Production.INFO: Date 2026-09-08
[2026-09-11 11:13:03] Production.INFO: ==12709== Lock acquired, processing the job...
[2026-09-11 11:13:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 11:13:03] Production.INFO: Reseller ==> 0
[2026-09-11 11:13:03] Production.INFO: Date 2026-09-09
[2026-09-11 11:13:03] Production.INFO: Reseller ==> 0
[2026-09-11 11:13:03] Production.INFO: Date 2026-09-10
[2026-09-11 11:13:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 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-09-11 11:13:03] Production.INFO: ==12709== Releasing lock...
[2026-09-11 11:13:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 11:13:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 11:13:03] Production.INFO: Date 2026-09-11
[2026-09-11 11:13:03] Production.INFO: Reseller ==> 0
[2026-09-11 11:13:03] Production.INFO: Total Charge 0
[2026-09-11 11:13:03] Production.INFO: CreateAllLog End
[2026-09-11 11:13:03] Production.INFO: Account Balance End.
[2026-09-11 11:13:03] Production.ERROR: CronJobId end 12
[2026-09-11 11:13:03] Production.INFO: ==12707== Releasing lock...
[2026-09-11 11:13:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 11:13:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 11:13:04] Production.INFO: ==12701== Releasing lock...
[2026-09-11 11:13:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 11:13:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 11:13:11] Production.ERROR: CronJobId end10
[2026-09-11 11:13:11] Production.INFO: ==12705== Releasing lock...
[2026-09-11 11:13:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 11:13:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 11:13:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 11:13:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 11:13:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 11:13:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 11:13:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 11:13:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 11:13:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 11:13:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 11:13:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 11:13:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 11:13:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 11:13:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 11:13:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 11:13:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 11:13:15] Production.INFO: call_cost start
[2026-09-11 11:13:15] Production.INFO: call_cost end
[2026-09-11 11:13:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 11:13:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 11:13:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 11:13:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 11:13:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 11:13:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 11:13:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 11:13:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 11:13:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 11:13:15] Production.INFO: ==12699== Releasing lock...
[2026-09-11 11:13:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 11:13:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 16:14:02] Production.INFO: ==12766== Lock acquired, processing the job...
[2026-09-11 16:14:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 16:14:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 16:14:02] Production.INFO: neon service started
[2026-09-11 16:14:02] Production.INFO: neon service started
[2026-09-11 16:14:02] Production.INFO: ==12766== Releasing lock...
[2026-09-11 16:14:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 16:14:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 11:14:02] Production.INFO: ==12768== Lock acquired, processing the job...
[2026-09-11 11:14:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 15:14:02] Production.INFO: ==12770== Lock acquired, processing the job...
[2026-09-11 15:14:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 15:14:02] Production.INFO: ==12770== Releasing lock...
[2026-09-11 15:14:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 15:14:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 11:14:03] Production.INFO: ==12768== Releasing lock...
[2026-09-11 11:14:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 11:14:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 11:14:03] Production.INFO: ==12777== Lock acquired, processing the job...
[2026-09-11 11:14:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 11:14:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 11:14:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 11:14:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 11:14:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 11:14:03] Production.INFO: ==12775== Lock acquired, processing the job...
[2026-09-11 11:14:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 11:14:03] Production.INFO: ==12773== Lock acquired, processing the job...
[2026-09-11 11:14:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 11:14:03] Production.INFO: ==12779== Lock acquired, processing the job...
[2026-09-11 11:14:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 11:14:03] Production.INFO: Account Balance Start.
[2026-09-11 11:14:03] Production.INFO: CreateAllLog Start
[2026-09-11 11:14:03] Production.INFO: 117
[2026-09-11 11:14:03] Production.INFO: Date 2026-09-08
[2026-09-11 11:14:03] Production.INFO: Reseller ==> 0
[2026-09-11 11:14:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 11:14:04] Production.INFO: Date 2026-09-09
[2026-09-11 11:14:04] Production.INFO: Reseller ==> 0
[2026-09-11 11:14:04] Production.INFO: Date 2026-09-10
[2026-09-11 11:14:04] Production.INFO: Reseller ==> 0
[2026-09-11 11:14:04] Production.INFO: ==12781== Lock acquired, processing the job...
[2026-09-11 11:14:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 11:14:04] Production.INFO: Date 2026-09-11
[2026-09-11 11:14:04] Production.INFO: Reseller ==> 0
[2026-09-11 11:14:04] Production.INFO: Total Charge 0
[2026-09-11 11:14:04] Production.INFO: CreateAllLog End
[2026-09-11 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-09-11 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-09-11 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-09-11 11:14:04] Production.INFO: ==12781== Releasing lock...
[2026-09-11 11:14:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 11:14:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 11:14:04] Production.INFO: Account Balance End.
[2026-09-11 11:14:04] Production.ERROR: CronJobId end 12
[2026-09-11 11:14:04] Production.INFO: ==12779== Releasing lock...
[2026-09-11 11:14:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 11:14:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 11:14:04] Production.INFO: ==12775== Releasing lock...
[2026-09-11 11:14:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 11:14:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 11:14:11] Production.ERROR: CronJobId end10
[2026-09-11 11:14:11] Production.INFO: ==12777== Releasing lock...
[2026-09-11 11:14:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 11:14:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 11:14:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 11:14:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 11:14:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 11:14:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 11:14:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 11:14:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 11:14:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 11:14:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 11:14:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 11:14:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 11:14:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 11:14:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 11:14:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 11:14:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 11:14:15] Production.INFO: call_cost start
[2026-09-11 11:14:15] Production.INFO: call_cost end
[2026-09-11 11:14:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 11:14:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 11:14:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 11:14:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 11:14:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 11:14:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 11:14:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 11:14:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 11:14:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 11:14:15] Production.INFO: ==12773== Releasing lock...
[2026-09-11 11:14:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 11:14:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 16:15:01] Production.INFO: ==12837== Lock acquired, processing the job...
[2026-09-11 16:15:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 16:15:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 16:15:01] Production.INFO: neon service started
[2026-09-11 16:15:01] Production.INFO: neon service started
[2026-09-11 16:15:01] Production.INFO: ==12837== Releasing lock...
[2026-09-11 16:15:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 16:15:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 11:15:01] Production.INFO: ==12839== Lock acquired, processing the job...
[2026-09-11 11:15:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 11:15:02] Production.INFO: ==12839== Releasing lock...
[2026-09-11 11:15:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 11:15:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 15:15:02] Production.INFO: ==12841== Lock acquired, processing the job...
[2026-09-11 15:15:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 15:15:02] Production.INFO: ==12841== Releasing lock...
[2026-09-11 15:15:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 15:15:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 11:15:03] Production.INFO: ==12843== Lock acquired, processing the job...
[2026-09-11 11:15:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-11 11:15:03] Production.INFO: ==12845== Lock acquired, processing the job...
[2026-09-11 11:15:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 11:15:03] Production.INFO: ==12849== Lock acquired, processing the job...
[2026-09-11 11:15:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 11:15:03] Production.INFO: ==12847== Lock acquired, processing the job...
[2026-09-11 11:15:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 11:15:03] Production.ERROR: ========================== active cronjob start =============================
[2026-09-11 11:15:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-11 11:15:03] Production.ERROR: CronJob PID - 12845
[2026-09-11 11:15:03] Production.ERROR: CronJob Title - System Alerts
[2026-09-11 11:15:03] Production.ERROR: CronJob ID - 5
[2026-09-11 11:15:03] Production.ERROR: CronJob Last Run Time 2026-09-11 11:15:00
[2026-09-11 11:15:03] Production.ERROR: CronJob Active Minutes 0
[2026-09-11 11:15:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-11 11:15:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 11:15:03] Production.ERROR: ========================== active cronjob end =============================
[2026-09-11 11:15:03] Production.INFO: ==12843== Releasing lock...
[2026-09-11 11:15:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-11 11:15:03] Production.INFO: 25.5 MB #Memory Used#
[2026-09-11 11:15:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 11:15:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 11:15:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 11:15:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 11:15:03] Production.INFO: ==12853== Lock acquired, processing the job...
[2026-09-11 11:15:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-11 11:15:03] Production.INFO: ==12851== Lock acquired, processing the job...
[2026-09-11 11:15:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 11:15:03] Production.ERROR: tblTempUsageDetail_20
[2026-09-11 11:15:03] Production.INFO: ==12855== Lock acquired, processing the job...
[2026-09-11 11:15:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 11:15:03] Production.INFO: Account Balance Start.
[2026-09-11 11:15:03] Production.INFO: CreateAllLog Start
[2026-09-11 11:15:03] Production.INFO: 117
[2026-09-11 11:15:03] Production.INFO: Date 2026-09-08
[2026-09-11 11:15:03] Production.INFO: Reseller ==> 0
[2026-09-11 11:15:03] Production.INFO: Date 2026-09-09
[2026-09-11 11:15:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 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-09-11 11:15:03] Production.INFO: ==12855== Releasing lock...
[2026-09-11 11:15:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 11:15:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 11:15:03] Production.INFO: Date 2026-09-10
[2026-09-11 11:15:03] Production.INFO: Reseller ==> 0
[2026-09-11 11:15:03] Production.INFO: Date 2026-09-11
[2026-09-11 11:15:03] Production.INFO: Reseller ==> 0
[2026-09-11 11:15:03] Production.INFO: Total Charge 0
[2026-09-11 11:15:03] Production.ERROR: done
[2026-09-11 11:15:03] Production.INFO: CreateAllLog End
[2026-09-11 11:15:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-11 11:15:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17984127', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) start
[2026-09-11 11:15:04] Production.INFO: Account Balance End.
[2026-09-11 11:15:04] Production.ERROR: CronJobId end 12
[2026-09-11 11:15:04] Production.INFO: ==12851== Releasing lock...
[2026-09-11 11:15:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 11:15:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 11:15:04] Production.INFO: ==12847== Releasing lock...
[2026-09-11 11:15:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 11:15:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 11:15:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17984127', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) end
[2026-09-11 11:15:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-11 11:15:10] Production.INFO: ProcessCDR(1,17984127,1,1,2)
[2026-09-11 11:15:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17984127,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 11:15:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17984127,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 11:15:11] Production.ERROR: pbx prc_insertCDR start
[2026-09-11 11:15:11] Production.ERROR: pbx prc_insertCDR end
[2026-09-11 11:15:11] Production.INFO: ==12853== Releasing lock...
[2026-09-11 11:15:11] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-11 11:15:11] Production.INFO: 26 MB #Memory Used#
[2026-09-11 11:15:13] Production.ERROR: CronJobId end10
[2026-09-11 11:15:13] Production.INFO: ==12849== Releasing lock...
[2026-09-11 11:15:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 11:15:13] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 11:15:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 11:15:16] Production.INFO: ============== Balance Warning START===========
[2026-09-11 11:15:16] Production.INFO: ============== Balance Warning END===========
[2026-09-11 11:15:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 11:15:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 11:15:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 11:15:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 11:15:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 11:15:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 11:15:16] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 11:15:16] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 11:15:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 11:15:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 11:15:16] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 11:15:16] Production.INFO: call_cost start
[2026-09-11 11:15:16] Production.INFO: call_cost end
[2026-09-11 11:15:16] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 11:15:16] Production.INFO: ============== Report Schedule START===========
[2026-09-11 11:15:16] Production.INFO: ============== Report Schedule END===========
[2026-09-11 11:15:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 11:15:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 11:15:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 11:15:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 11:15:16] Production.INFO: ============== Deal alert START===========
[2026-09-11 11:15:16] Production.INFO: ============== Deal alert END===========
[2026-09-11 11:15:16] Production.INFO: ==12845== Releasing lock...
[2026-09-11 11:15:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 11:15:16] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 16:16:01] Production.INFO: ==12919== Lock acquired, processing the job...
[2026-09-11 16:16:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 16:16:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 16:16:01] Production.INFO: neon service started
[2026-09-11 16:16:01] Production.INFO: neon service started
[2026-09-11 16:16:01] Production.INFO: ==12919== Releasing lock...
[2026-09-11 16:16:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 16:16:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 11:16:02] Production.INFO: ==12921== Lock acquired, processing the job...
[2026-09-11 11:16:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 11:16:02] Production.INFO: ==12921== Releasing lock...
[2026-09-11 11:16:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 11:16:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 15:16:02] Production.INFO: ==12923== Lock acquired, processing the job...
[2026-09-11 15:16:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 15:16:02] Production.INFO: ==12923== Releasing lock...
[2026-09-11 15:16:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 15:16:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 11:16:03] Production.INFO: ==12925== Lock acquired, processing the job...
[2026-09-11 11:16:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 11:16:03] Production.INFO: ==12927== Lock acquired, processing the job...
[2026-09-11 11:16:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 11:16:03] Production.INFO: ==12933== Lock acquired, processing the job...
[2026-09-11 11:16:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 11:16:03] Production.INFO: ==12931== Lock acquired, processing the job...
[2026-09-11 11:16:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 11:16:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 11:16:03] Production.INFO: ==12929== Lock acquired, processing the job...
[2026-09-11 11:16:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 11:16:03] Production.INFO: Account Balance Start.
[2026-09-11 11:16:03] Production.INFO: CreateAllLog Start
[2026-09-11 11:16:03] Production.INFO: 117
[2026-09-11 11:16:03] Production.INFO: Date 2026-09-08
[2026-09-11 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-09-11 11:16:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 11:16:03] Production.INFO: Date 2026-09-09
[2026-09-11 11:16:03] Production.INFO: Reseller ==> 0
[2026-09-11 11:16:03] Production.INFO: ==12933== Releasing lock...
[2026-09-11 11:16:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 11:16:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 11:16:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 11:16:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 11:16:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 11:16:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 11:16:03] Production.INFO: Date 2026-09-10
[2026-09-11 11:16:03] Production.INFO: Reseller ==> 0
[2026-09-11 11:16:03] Production.INFO: Date 2026-09-11
[2026-09-11 11:16:03] Production.INFO: Reseller ==> 0
[2026-09-11 11:16:03] Production.INFO: Total Charge 0
[2026-09-11 11:16:03] Production.INFO: CreateAllLog End
[2026-09-11 11:16:04] Production.INFO: Account Balance End.
[2026-09-11 11:16:04] Production.ERROR: CronJobId end 12
[2026-09-11 11:16:04] Production.INFO: ==12931== Releasing lock...
[2026-09-11 11:16:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 11:16:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 11:16:04] Production.INFO: ==12927== Releasing lock...
[2026-09-11 11:16:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 11:16:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 11:16:11] Production.ERROR: CronJobId end10
[2026-09-11 11:16:11] Production.INFO: ==12929== Releasing lock...
[2026-09-11 11:16:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 11:16:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 11:16:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 11:16:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 11:16:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 11:16:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 11:16:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 11:16:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 11:16:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 11:16:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 11:16:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 11:16:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 11:16:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 11:16:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 11:16:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 11:16:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 11:16:14] Production.INFO: call_cost start
[2026-09-11 11:16:14] Production.INFO: call_cost end
[2026-09-11 11:16:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 11:16:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 11:16:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 11:16:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 11:16:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 11:16:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 11:16:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 11:16:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 11:16:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 11:16:14] Production.INFO: ==12925== Releasing lock...
[2026-09-11 11:16:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 11:16:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 16:17:01] Production.INFO: ==12988== Lock acquired, processing the job...
[2026-09-11 16:17:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 16:17:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 16:17:01] Production.INFO: neon service started
[2026-09-11 16:17:01] Production.INFO: neon service started
[2026-09-11 16:17:01] Production.INFO: ==12988== Releasing lock...
[2026-09-11 16:17:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 16:17:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 11:17:01] Production.INFO: ==12991== Lock acquired, processing the job...
[2026-09-11 11:17:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 11:17:01] Production.INFO: ==12991== Releasing lock...
[2026-09-11 11:17:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 11:17:01] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 15:17:02] Production.INFO: ==12993== Lock acquired, processing the job...
[2026-09-11 15:17:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 15:17:02] Production.INFO: ==12993== Releasing lock...
[2026-09-11 15:17:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 15:17:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 11:17:02] Production.INFO: ==12997== Lock acquired, processing the job...
[2026-09-11 11:17:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 11:17:02] Production.INFO: ==12995== Lock acquired, processing the job...
[2026-09-11 11:17:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 11:17:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 11:17:02] Production.INFO: ==13001== Lock acquired, processing the job...
[2026-09-11 11:17:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 11:17:02] Production.INFO: ==12999== Lock acquired, processing the job...
[2026-09-11 11:17:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 11:17:02] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 11:17:02] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 11:17:02] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 11:17:02] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 11:17:02] Production.INFO: ==13003== Lock acquired, processing the job...
[2026-09-11 11:17:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 11:17:02] Production.INFO: Account Balance Start.
[2026-09-11 11:17:02] Production.INFO: CreateAllLog Start
[2026-09-11 11:17:03] Production.INFO: 117
[2026-09-11 11:17:03] Production.INFO: Date 2026-09-08
[2026-09-11 11:17:03] Production.INFO: Reseller ==> 0
[2026-09-11 11:17:03] Production.INFO: Date 2026-09-09
[2026-09-11 11:17:03] Production.INFO: Reseller ==> 0
[2026-09-11 11:17:03] Production.INFO: Date 2026-09-10
[2026-09-11 11:17:03] Production.INFO: Reseller ==> 0
[2026-09-11 11:17:03] Production.INFO: Date 2026-09-11
[2026-09-11 11:17:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 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-09-11 11:17:03] Production.INFO: ==13003== Releasing lock...
[2026-09-11 11:17:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 11:17:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 11:17:03] Production.INFO: Total Charge 0
[2026-09-11 11:17:03] Production.INFO: CreateAllLog End
[2026-09-11 11:17:03] Production.INFO: Account Balance End.
[2026-09-11 11:17:03] Production.ERROR: CronJobId end 12
[2026-09-11 11:17:03] Production.INFO: ==13001== Releasing lock...
[2026-09-11 11:17:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 11:17:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 11:17:03] Production.INFO: ==12997== Releasing lock...
[2026-09-11 11:17:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 11:17:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 11:17:10] Production.ERROR: CronJobId end10
[2026-09-11 11:17:10] Production.INFO: ==12999== Releasing lock...
[2026-09-11 11:17:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 11:17:10] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 11:17:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 11:17:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 11:17:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 11:17:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 11:17:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 11:17:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 11:17:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 11:17:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 11:17:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 11:17:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 11:17:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 11:17:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 11:17:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 11:17:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 11:17:14] Production.INFO: call_cost start
[2026-09-11 11:17:14] Production.INFO: call_cost end
[2026-09-11 11:17:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 11:17:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 11:17:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 11:17:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 11:17:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 11:17:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 11:17:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 11:17:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 11:17:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 11:17:14] Production.INFO: ==12995== Releasing lock...
[2026-09-11 11:17:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 11:17:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 16:18:01] Production.INFO: ==13067== Lock acquired, processing the job...
[2026-09-11 16:18:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 16:18:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 16:18:01] Production.INFO: neon service started
[2026-09-11 16:18:01] Production.INFO: neon service started
[2026-09-11 16:18:01] Production.INFO: ==13067== Releasing lock...
[2026-09-11 16:18:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 16:18:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 11:18:02] Production.INFO: ==13069== Lock acquired, processing the job...
[2026-09-11 11:18:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 15:18:02] Production.INFO: ==13071== Lock acquired, processing the job...
[2026-09-11 15:18:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 15:18:02] Production.INFO: ==13071== Releasing lock...
[2026-09-11 15:18:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 15:18:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 11:18:02] Production.INFO: ==13069== Releasing lock...
[2026-09-11 11:18:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 11:18:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 11:18:03] Production.INFO: ==13076== Lock acquired, processing the job...
[2026-09-11 11:18:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 11:18:03] Production.INFO: ==13078== Lock acquired, processing the job...
[2026-09-11 11:18:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 11:18:03] Production.INFO: ==13073== Lock acquired, processing the job...
[2026-09-11 11:18:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 11:18:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 11:18:03] Production.INFO: ==13082== Lock acquired, processing the job...
[2026-09-11 11:18:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 11:18:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 11:18:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 11:18:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 11:18:03] Production.INFO: ==13080== Lock acquired, processing the job...
[2026-09-11 11:18:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 11:18:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 11:18:03] Production.INFO: Account Balance Start.
[2026-09-11 11:18:03] Production.INFO: CreateAllLog Start
[2026-09-11 11:18:03] Production.INFO: 117
[2026-09-11 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-09-11 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-09-11 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-09-11 11:18:03] Production.INFO: Date 2026-09-08
[2026-09-11 11:18:03] Production.INFO: Reseller ==> 0
[2026-09-11 11:18:03] Production.INFO: ==13082== Releasing lock...
[2026-09-11 11:18:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 11:18:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 11:18:03] Production.INFO: Date 2026-09-09
[2026-09-11 11:18:03] Production.INFO: Reseller ==> 0
[2026-09-11 11:18:03] Production.INFO: Date 2026-09-10
[2026-09-11 11:18:03] Production.INFO: Reseller ==> 0
[2026-09-11 11:18:03] Production.INFO: Date 2026-09-11
[2026-09-11 11:18:03] Production.INFO: Reseller ==> 0
[2026-09-11 11:18:03] Production.INFO: Total Charge 0
[2026-09-11 11:18:03] Production.INFO: CreateAllLog End
[2026-09-11 11:18:04] Production.INFO: Account Balance End.
[2026-09-11 11:18:04] Production.ERROR: CronJobId end 12
[2026-09-11 11:18:04] Production.INFO: ==13080== Releasing lock...
[2026-09-11 11:18:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 11:18:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 11:18:04] Production.INFO: ==13076== Releasing lock...
[2026-09-11 11:18:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 11:18:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 11:18:10] Production.ERROR: CronJobId end10
[2026-09-11 11:18:10] Production.INFO: ==13078== Releasing lock...
[2026-09-11 11:18:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 11:18:10] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 11:18:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 11:18:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 11:18:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 11:18:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 11:18:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 11:18:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 11:18:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 11:18:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 11:18:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 11:18:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 11:18:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 11:18:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 11:18:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 11:18:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 11:18:13] Production.INFO: call_cost start
[2026-09-11 11:18:13] Production.INFO: call_cost end
[2026-09-11 11:18:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 11:18:13] Production.INFO: ============== Report Schedule START===========
[2026-09-11 11:18:13] Production.INFO: ============== Report Schedule END===========
[2026-09-11 11:18:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 11:18:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 11:18:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 11:18:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 11:18:13] Production.INFO: ============== Deal alert START===========
[2026-09-11 11:18:13] Production.INFO: ============== Deal alert END===========
[2026-09-11 11:18:13] Production.INFO: ==13073== Releasing lock...
[2026-09-11 11:18:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 11:18:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 16:19:02] Production.INFO: ==13146== Lock acquired, processing the job...
[2026-09-11 16:19:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 16:19:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 16:19:02] Production.INFO: neon service started
[2026-09-11 16:19:02] Production.INFO: neon service started
[2026-09-11 16:19:02] Production.INFO: ==13146== Releasing lock...
[2026-09-11 16:19:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 16:19:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 11:19:02] Production.INFO: ==13148== Lock acquired, processing the job...
[2026-09-11 11:19:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 15:19:02] Production.INFO: ==13150== Lock acquired, processing the job...
[2026-09-11 15:19:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 15:19:02] Production.INFO: ==13150== Releasing lock...
[2026-09-11 15:19:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 15:19:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 11:19:02] Production.INFO: ==13148== Releasing lock...
[2026-09-11 11:19:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 11:19:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 11:19:03] Production.INFO: ==13152== Lock acquired, processing the job...
[2026-09-11 11:19:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 11:19:03] Production.INFO: ==13154== Lock acquired, processing the job...
[2026-09-11 11:19:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 11:19:03] Production.INFO: ==13156== Lock acquired, processing the job...
[2026-09-11 11:19:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 11:19:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 11:19:03] Production.INFO: ==13161== Lock acquired, processing the job...
[2026-09-11 11:19:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 11:19:03] Production.INFO: ==13159== Lock acquired, processing the job...
[2026-09-11 11:19:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 11:19:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 11:19:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 11:19:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 11:19:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 11:19:03] Production.INFO: Account Balance Start.
[2026-09-11 11:19:03] Production.INFO: CreateAllLog Start
[2026-09-11 11:19:03] Production.INFO: 117
[2026-09-11 11:19:03] Production.INFO: Date 2026-09-08
[2026-09-11 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-09-11 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-09-11 11:19:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 11:19:03] Production.INFO: ==13161== Releasing lock...
[2026-09-11 11:19:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 11:19:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 11:19:03] Production.INFO: Date 2026-09-09
[2026-09-11 11:19:03] Production.INFO: Reseller ==> 0
[2026-09-11 11:19:04] Production.INFO: Date 2026-09-10
[2026-09-11 11:19:04] Production.INFO: Reseller ==> 0
[2026-09-11 11:19:04] Production.INFO: Date 2026-09-11
[2026-09-11 11:19:04] Production.INFO: Reseller ==> 0
[2026-09-11 11:19:04] Production.INFO: Total Charge 0
[2026-09-11 11:19:04] Production.INFO: CreateAllLog End
[2026-09-11 11:19:04] Production.INFO: Account Balance End.
[2026-09-11 11:19:04] Production.ERROR: CronJobId end 12
[2026-09-11 11:19:04] Production.INFO: ==13159== Releasing lock...
[2026-09-11 11:19:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 11:19:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 11:19:04] Production.INFO: ==13154== Releasing lock...
[2026-09-11 11:19:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 11:19:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 11:19:11] Production.ERROR: CronJobId end10
[2026-09-11 11:19:11] Production.INFO: ==13156== Releasing lock...
[2026-09-11 11:19:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 11:19:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 11:19:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 11:19:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 11:19:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 11:19:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 11:19:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 11:19:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 11:19:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 11:19:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 11:19:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 11:19:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 11:19:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 11:19:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 11:19:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 11:19:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 11:19:15] Production.INFO: call_cost start
[2026-09-11 11:19:15] Production.INFO: call_cost end
[2026-09-11 11:19:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 11:19:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 11:19:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 11:19:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 11:19:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 11:19:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 11:19:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 11:19:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 11:19:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 11:19:15] Production.INFO: ==13152== Releasing lock...
[2026-09-11 11:19:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 11:19:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 16:20:01] Production.INFO: ==13220== Lock acquired, processing the job...
[2026-09-11 16:20:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 16:20:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 16:20:01] Production.INFO: neon service started
[2026-09-11 16:20:01] Production.INFO: neon service started
[2026-09-11 16:20:01] Production.INFO: ==13220== Releasing lock...
[2026-09-11 16:20:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 16:20:01] Production.INFO: 25.5 MB #Memory Used#
[2026-09-11 15:20:02] Production.INFO: ==13224== Lock acquired, processing the job...
[2026-09-11 15:20:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 15:20:02] Production.INFO: ==13224== Releasing lock...
[2026-09-11 15:20:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 15:20:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 11:20:02] Production.INFO: ==13222== Lock acquired, processing the job...
[2026-09-11 11:20:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 11:20:02] Production.INFO: ==13222== Releasing lock...
[2026-09-11 11:20:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 11:20:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 11:20:03] Production.INFO: ==13233== Lock acquired, processing the job...
[2026-09-11 11:20:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 11:20:03] Production.INFO: ==13227== Lock acquired, processing the job...
[2026-09-11 11:20:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 11:20:03] Production.INFO: ==13235== Lock acquired, processing the job...
[2026-09-11 11:20:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 11:20:03] Production.INFO: ==13229== Lock acquired, processing the job...
[2026-09-11 11:20:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 11:20:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 11:20:03] Production.INFO: ==13231== Lock acquired, processing the job...
[2026-09-11 11:20:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 11:20:03] Production.INFO: Account Balance Start.
[2026-09-11 11:20:03] Production.INFO: CreateAllLog Start
[2026-09-11 11:20:03] Production.INFO: 117
[2026-09-11 11:20:03] Production.INFO: Date 2026-09-08
[2026-09-11 11:20:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 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-09-11 11:20:03] Production.INFO: ==13235== Releasing lock...
[2026-09-11 11:20:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 11:20:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 11:20:03] Production.INFO: Date 2026-09-09
[2026-09-11 11:20:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 11:20:03] Production.INFO: Reseller ==> 0
[2026-09-11 11:20:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 11:20:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 11:20:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 11:20:03] Production.INFO: Date 2026-09-10
[2026-09-11 11:20:03] Production.INFO: Reseller ==> 0
[2026-09-11 11:20:03] Production.INFO: Date 2026-09-11
[2026-09-11 11:20:03] Production.INFO: Reseller ==> 0
[2026-09-11 11:20:03] Production.INFO: Total Charge 0
[2026-09-11 11:20:03] Production.INFO: CreateAllLog End
[2026-09-11 11:20:03] Production.INFO: Account Balance End.
[2026-09-11 11:20:04] Production.ERROR: CronJobId end 12
[2026-09-11 11:20:04] Production.INFO: ==13233== Releasing lock...
[2026-09-11 11:20:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 11:20:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 11:20:04] Production.INFO: ==13229== Releasing lock...
[2026-09-11 11:20:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 11:20:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 11:20:11] Production.ERROR: CronJobId end10
[2026-09-11 11:20:11] Production.INFO: ==13231== Releasing lock...
[2026-09-11 11:20:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 11:20:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 11:20:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 11:20:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 11:20:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 11:20:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 11:20:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 11:20:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 11:20:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 11:20:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 11:20:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 11:20:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 11:20:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 11:20:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 11:20:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 11:20:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 11:20:15] Production.INFO: call_cost start
[2026-09-11 11:20:15] Production.INFO: call_cost end
[2026-09-11 11:20:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 11:20:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 11:20:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 11:20:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 11:20:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 11:20:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 11:20:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 11:20:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 11:20:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 11:20:15] Production.INFO: ==13227== Releasing lock...
[2026-09-11 11:20:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 11:20:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 16:21:02] Production.INFO: ==13294== Lock acquired, processing the job...
[2026-09-11 16:21:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 16:21:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 16:21:02] Production.INFO: neon service started
[2026-09-11 16:21:02] Production.INFO: neon service started
[2026-09-11 16:21:02] Production.INFO: ==13294== Releasing lock...
[2026-09-11 16:21:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 16:21:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 11:21:02] Production.INFO: ==13296== Lock acquired, processing the job...
[2026-09-11 11:21:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 11:21:02] Production.INFO: ==13296== Releasing lock...
[2026-09-11 11:21:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 11:21:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 15:21:03] Production.INFO: ==13298== Lock acquired, processing the job...
[2026-09-11 15:21:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 15:21:03] Production.INFO: ==13298== Releasing lock...
[2026-09-11 15:21:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 15:21:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 11:21:03] Production.INFO: ==13300== Lock acquired, processing the job...
[2026-09-11 11:21:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 11:21:03] Production.INFO: ==13302== Lock acquired, processing the job...
[2026-09-11 11:21:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 11:21:03] Production.INFO: ==13308== Lock acquired, processing the job...
[2026-09-11 11:21:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 11:21:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 11:21:03] Production.INFO: ==13304== Lock acquired, processing the job...
[2026-09-11 11:21:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 11:21:03] Production.INFO: ==13306== Lock acquired, processing the job...
[2026-09-11 11:21:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 11: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-09-11 11: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-09-11 11:21:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 11:21:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 11:21:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 11:21:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 11: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-09-11 11:21:03] Production.INFO: ==13308== Releasing lock...
[2026-09-11 11:21:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 11:21:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 11:21:03] Production.INFO: Account Balance Start.
[2026-09-11 11:21:03] Production.INFO: CreateAllLog Start
[2026-09-11 11:21:03] Production.INFO: 117
[2026-09-11 11:21:03] Production.INFO: Date 2026-09-08
[2026-09-11 11:21:03] Production.INFO: Reseller ==> 0
[2026-09-11 11:21:04] Production.INFO: Date 2026-09-09
[2026-09-11 11:21:04] Production.INFO: Reseller ==> 0
[2026-09-11 11:21:04] Production.INFO: ==13302== Releasing lock...
[2026-09-11 11:21:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 11:21:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 11:21:04] Production.INFO: Date 2026-09-10
[2026-09-11 11:21:04] Production.INFO: Reseller ==> 0
[2026-09-11 11:21:04] Production.INFO: Date 2026-09-11
[2026-09-11 11:21:04] Production.INFO: Reseller ==> 0
[2026-09-11 11:21:04] Production.INFO: Total Charge 0
[2026-09-11 11:21:04] Production.INFO: CreateAllLog End
[2026-09-11 11:21:04] Production.INFO: Account Balance End.
[2026-09-11 11:21:04] Production.ERROR: CronJobId end 12
[2026-09-11 11:21:04] Production.INFO: ==13306== Releasing lock...
[2026-09-11 11:21:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 11:21:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 11:21:12] Production.ERROR: CronJobId end10
[2026-09-11 11:21:12] Production.INFO: ==13304== Releasing lock...
[2026-09-11 11:21:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 11:21:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 11:21:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 11:21:15] Production.INFO: ============== Balance Warning START===========
[2026-09-11 11:21:15] Production.INFO: ============== Balance Warning END===========
[2026-09-11 11:21:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 11:21:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 11:21:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 11:21:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 11:21:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 11:21:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 11:21:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 11:21:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 11:21:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 11:21:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 11:21:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 11:21:15] Production.INFO: call_cost start
[2026-09-11 11:21:15] Production.INFO: call_cost end
[2026-09-11 11:21:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 11:21:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 11:21:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 11:21:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 11:21:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 11:21:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 11:21:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 11:21:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 11:21:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 11:21:15] Production.INFO: ==13300== Releasing lock...
[2026-09-11 11:21:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 11:21:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 16:22:01] Production.INFO: ==13363== Lock acquired, processing the job...
[2026-09-11 16:22:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 16:22:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 16:22:01] Production.INFO: neon service started
[2026-09-11 16:22:01] Production.INFO: neon service started
[2026-09-11 16:22:01] Production.INFO: ==13363== Releasing lock...
[2026-09-11 16:22:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 16:22:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 11:22:02] Production.INFO: ==13366== Lock acquired, processing the job...
[2026-09-11 11:22:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 15:22:02] Production.INFO: ==13368== Lock acquired, processing the job...
[2026-09-11 15:22:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 15:22:02] Production.INFO: ==13368== Releasing lock...
[2026-09-11 15:22:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 15:22:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 11:22:02] Production.INFO: ==13366== Releasing lock...
[2026-09-11 11:22:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 11:22:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 11:22:03] Production.INFO: ==13370== Lock acquired, processing the job...
[2026-09-11 11:22:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 11:22:03] Production.INFO: ==13372== Lock acquired, processing the job...
[2026-09-11 11:22:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 11:22:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 11:22:03] Production.INFO: ==13374== Lock acquired, processing the job...
[2026-09-11 11:22:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 11:22:03] Production.INFO: ==13376== Lock acquired, processing the job...
[2026-09-11 11:22:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 11:22:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 11:22:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 11:22:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 11:22:03] Production.INFO: ==13378== Lock acquired, processing the job...
[2026-09-11 11:22:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 11:22:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 11:22:03] Production.INFO: Account Balance Start.
[2026-09-11 11:22:03] Production.INFO: CreateAllLog Start
[2026-09-11 11:22:03] Production.INFO: 117
[2026-09-11 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-09-11 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-09-11 11:22:03] Production.INFO: Date 2026-09-08
[2026-09-11 11:22:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 11:22:03] Production.INFO: ==13378== Releasing lock...
[2026-09-11 11:22:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 11:22:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 11:22:03] Production.INFO: Date 2026-09-09
[2026-09-11 11:22:03] Production.INFO: Reseller ==> 0
[2026-09-11 11:22:03] Production.INFO: Date 2026-09-10
[2026-09-11 11:22:03] Production.INFO: Reseller ==> 0
[2026-09-11 11:22:03] Production.INFO: Date 2026-09-11
[2026-09-11 11:22:03] Production.INFO: Reseller ==> 0
[2026-09-11 11:22:03] Production.INFO: Total Charge 0
[2026-09-11 11:22:04] Production.INFO: CreateAllLog End
[2026-09-11 11:22:04] Production.INFO: Account Balance End.
[2026-09-11 11:22:04] Production.ERROR: CronJobId end 12
[2026-09-11 11:22:04] Production.INFO: ==13376== Releasing lock...
[2026-09-11 11:22:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 11:22:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 11:22:04] Production.INFO: ==13372== Releasing lock...
[2026-09-11 11:22:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 11:22:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 11:22:11] Production.ERROR: CronJobId end10
[2026-09-11 11:22:11] Production.INFO: ==13374== Releasing lock...
[2026-09-11 11:22:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 11:22:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 11:22:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 11:22:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 11:22:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 11:22:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 11:22:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 11:22:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 11:22:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 11:22:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 11:22:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 11:22:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 11:22:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 11:22:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 11:22:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 11:22:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 11:22:14] Production.INFO: call_cost start
[2026-09-11 11:22:14] Production.INFO: call_cost end
[2026-09-11 11:22:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 11:22:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 11:22:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 11:22:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 11:22:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 11:22:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 11:22:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 11:22:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 11:22:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 11:22:14] Production.INFO: ==13370== Releasing lock...
[2026-09-11 11:22:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 11:22:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 16:23:01] Production.INFO: ==13457== Lock acquired, processing the job...
[2026-09-11 16:23:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 16:23:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 16:23:01] Production.INFO: neon service started
[2026-09-11 16:23:01] Production.INFO: neon service started
[2026-09-11 16:23:01] Production.INFO: ==13457== Releasing lock...
[2026-09-11 16:23:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 16:23:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 11:23:02] Production.INFO: ==13459== Lock acquired, processing the job...
[2026-09-11 11:23:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 15:23:02] Production.INFO: ==13461== Lock acquired, processing the job...
[2026-09-11 15:23:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 15:23:02] Production.INFO: ==13461== Releasing lock...
[2026-09-11 15:23:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 15:23:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 11:23:02] Production.INFO: ==13459== Releasing lock...
[2026-09-11 11:23:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 11:23:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 11:23:03] Production.INFO: ==13465== Lock acquired, processing the job...
[2026-09-11 11:23:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 11:23:03] Production.INFO: ==13467== Lock acquired, processing the job...
[2026-09-11 11:23:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 11:23:03] Production.INFO: ==13469== Lock acquired, processing the job...
[2026-09-11 11:23:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 11:23:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 11:23:03] Production.INFO: ==13471== Lock acquired, processing the job...
[2026-09-11 11:23:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 11:23:03] Production.INFO: ==13473== Lock acquired, processing the job...
[2026-09-11 11:23:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 11:23:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 11:23:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 11:23:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 11:23:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 11:23:03] Production.INFO: Account Balance Start.
[2026-09-11 11:23:03] Production.INFO: CreateAllLog Start
[2026-09-11 11:23:03] Production.INFO: 117
[2026-09-11 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-09-11 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-09-11 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-09-11 11:23:03] Production.INFO: Date 2026-09-08
[2026-09-11 11:23:04] Production.INFO: ==13473== Releasing lock...
[2026-09-11 11:23:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 11:23:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 11:23:04] Production.INFO: Reseller ==> 0
[2026-09-11 11:23:04] Production.INFO: Date 2026-09-09
[2026-09-11 11:23:04] Production.INFO: Reseller ==> 0
[2026-09-11 11:23:04] Production.INFO: Date 2026-09-10
[2026-09-11 11:23:04] Production.INFO: Reseller ==> 0
[2026-09-11 11:23:04] Production.INFO: Date 2026-09-11
[2026-09-11 11:23:04] Production.INFO: Reseller ==> 0
[2026-09-11 11:23:04] Production.INFO: Total Charge 0
[2026-09-11 11:23:04] Production.INFO: CreateAllLog End
[2026-09-11 11:23:04] Production.INFO: ==13467== Releasing lock...
[2026-09-11 11:23:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 11:23:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 11:23:04] Production.INFO: Account Balance End.
[2026-09-11 11:23:04] Production.ERROR: CronJobId end 12
[2026-09-11 11:23:04] Production.INFO: ==13471== Releasing lock...
[2026-09-11 11:23:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 11:23:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 11:23:16] Production.ERROR: CronJobId end10
[2026-09-11 11:23:16] Production.INFO: ==13469== Releasing lock...
[2026-09-11 11:23:16] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 11:23:16] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 11:23:17] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 11:23:17] Production.INFO: ============== Balance Warning START===========
[2026-09-11 11:23:17] Production.INFO: ============== Balance Warning END===========
[2026-09-11 11:23:17] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 11:23:17] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 11:23:17] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 11:23:17] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 11:23:17] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 11:23:17] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 11:23:17] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 11:23:17] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 11:23:17] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 11:23:17] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 11:23:17] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 11:23:18] Production.INFO: call_cost start
[2026-09-11 11:23:18] Production.INFO: call_cost end
[2026-09-11 11:23:18] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 11:23:18] Production.INFO: ============== Report Schedule START===========
[2026-09-11 11:23:18] Production.INFO: ============== Report Schedule END===========
[2026-09-11 11:23:18] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 11:23:18] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 11:23:18] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 11:23:18] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 11:23:18] Production.INFO: ============== Deal alert START===========
[2026-09-11 11:23:18] Production.INFO: ============== Deal alert END===========
[2026-09-11 11:23:18] Production.INFO: ==13465== Releasing lock...
[2026-09-11 11:23:18] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 11:23:18] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 16:24:01] Production.INFO: ==13530== Lock acquired, processing the job...
[2026-09-11 16:24:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 16:24:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 16:24:01] Production.INFO: neon service started
[2026-09-11 16:24:01] Production.INFO: neon service started
[2026-09-11 16:24:01] Production.INFO: ==13530== Releasing lock...
[2026-09-11 16:24:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 16:24:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 11:24:02] Production.INFO: ==13532== Lock acquired, processing the job...
[2026-09-11 11:24:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 15:24:02] Production.INFO: ==13534== Lock acquired, processing the job...
[2026-09-11 15:24:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 15:24:02] Production.INFO: ==13534== Releasing lock...
[2026-09-11 15:24:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 15:24:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 11:24:02] Production.INFO: ==13532== Releasing lock...
[2026-09-11 11:24:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 11:24:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 11:24:03] Production.INFO: ==13537== Lock acquired, processing the job...
[2026-09-11 11:24:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 11:24:03] Production.INFO: ==13541== Lock acquired, processing the job...
[2026-09-11 11:24:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 11:24:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 11:24:03] Production.INFO: ==13539== Lock acquired, processing the job...
[2026-09-11 11:24:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 11:24:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 11:24:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 11:24:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 11:24:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 11:24:03] Production.INFO: ==13543== Lock acquired, processing the job...
[2026-09-11 11:24:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 11:24:03] Production.INFO: ==13545== Lock acquired, processing the job...
[2026-09-11 11:24:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 11:24:03] Production.INFO: Account Balance Start.
[2026-09-11 11:24:03] Production.INFO: CreateAllLog Start
[2026-09-11 11:24:03] Production.INFO: 117
[2026-09-11 11:24:03] Production.INFO: Date 2026-09-08
[2026-09-11 11:24:03] Production.INFO: Reseller ==> 0
[2026-09-11 11:24:03] Production.INFO: Date 2026-09-09
[2026-09-11 11:24:03] Production.INFO: Reseller ==> 0
[2026-09-11 11:24:03] Production.INFO: Date 2026-09-10
[2026-09-11 11:24:03] Production.INFO: Reseller ==> 0
[2026-09-11 11:24:03] Production.INFO: Date 2026-09-11
[2026-09-11 11:24:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 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-09-11 11:24:03] Production.INFO: Total Charge 0
[2026-09-11 11:24:03] Production.INFO: ==13545== Releasing lock...
[2026-09-11 11:24:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 11:24:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 11:24:03] Production.INFO: CreateAllLog End
[2026-09-11 11:24:03] Production.INFO: Account Balance End.
[2026-09-11 11:24:04] Production.ERROR: CronJobId end 12
[2026-09-11 11:24:04] Production.INFO: ==13543== Releasing lock...
[2026-09-11 11:24:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 11:24:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 11:24:04] Production.INFO: ==13539== Releasing lock...
[2026-09-11 11:24:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 11:24:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 11:24:11] Production.ERROR: CronJobId end10
[2026-09-11 11:24:11] Production.INFO: ==13541== Releasing lock...
[2026-09-11 11:24:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 11:24:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 11:24:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 11:24:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 11:24:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 11:24:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 11:24:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 11:24:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 11:24:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 11:24:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 11:24:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 11:24:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 11:24:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 11:24:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 11:24:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 11:24:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 11:24:14] Production.INFO: call_cost start
[2026-09-11 11:24:14] Production.INFO: call_cost end
[2026-09-11 11:24:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 11:24:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 11:24:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 11:24:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 11:24:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 11:24:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 11:24:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 11:24:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 11:24:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 11:24:14] Production.INFO: ==13537== Releasing lock...
[2026-09-11 11:24:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 11:24:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 16:25:01] Production.INFO: ==13604== Lock acquired, processing the job...
[2026-09-11 16:25:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 16:25:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 16:25:01] Production.INFO: neon service started
[2026-09-11 16:25:01] Production.INFO: neon service started
[2026-09-11 16:25:01] Production.INFO: ==13604== Releasing lock...
[2026-09-11 16:25:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 16:25:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 11:25:02] Production.INFO: ==13606== Lock acquired, processing the job...
[2026-09-11 11:25:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 15:25:02] Production.INFO: ==13608== Lock acquired, processing the job...
[2026-09-11 15:25:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 15:25:02] Production.INFO: ==13608== Releasing lock...
[2026-09-11 15:25:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 15:25:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 11:25:03] Production.INFO: ==13606== Releasing lock...
[2026-09-11 11:25:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 11:25:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 11:25:03] Production.INFO: ==13611== Lock acquired, processing the job...
[2026-09-11 11:25:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-11 11:25:04] Production.ERROR: ========================== active cronjob start =============================
[2026-09-11 11:25:04] Production.INFO: ==13613== Lock acquired, processing the job...
[2026-09-11 11:25:04] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 11:25:04] Production.INFO: ==13615== Lock acquired, processing the job...
[2026-09-11 11:25:04] Production.ERROR: ========================== active cronjob end =============================
[2026-09-11 11:25:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 11:25:04] Production.INFO: ==13611== Releasing lock...
[2026-09-11 11:25:04] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-11 11:25:04] Production.INFO: 25.5 MB #Memory Used#
[2026-09-11 11:25:04] Production.INFO: ==13619== Lock acquired, processing the job...
[2026-09-11 11:25:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 11:25:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 11:25:04] Production.INFO: ==13623== Lock acquired, processing the job...
[2026-09-11 11:25:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 11:25:04] Production.INFO: ==13617== Lock acquired, processing the job...
[2026-09-11 11:25:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 11:25:04] Production.INFO: ==13621== Lock acquired, processing the job...
[2026-09-11 11:25:04] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-11 11:25:04] Production.INFO: Account Balance Start.
[2026-09-11 11:25:04] Production.INFO: CreateAllLog Start
[2026-09-11 11:25:04] Production.INFO: 117
[2026-09-11 11:25:04] Production.INFO: Date 2026-09-08
[2026-09-11 11:25:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 11:25:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 11:25:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 11:25:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 11:25:04] Production.INFO: Reseller ==> 0
[2026-09-11 11:25:04] Production.INFO: Date 2026-09-09
[2026-09-11 11:25:04] Production.INFO: Reseller ==> 0
[2026-09-11 11:25:04] Production.INFO: Date 2026-09-10
[2026-09-11 11:25:04] Production.INFO: Reseller ==> 0
[2026-09-11 11: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-09-11 11:25:04] Production.ERROR: tblTempUsageDetail_20
[2026-09-11 11: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-09-11 11: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-09-11 11:25:04] Production.INFO: Date 2026-09-11
[2026-09-11 11:25:04] Production.INFO: Reseller ==> 0
[2026-09-11 11:25:04] Production.INFO: ==13623== Releasing lock...
[2026-09-11 11:25:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 11:25:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 11:25:04] Production.INFO: Total Charge 0
[2026-09-11 11:25:04] Production.INFO: CreateAllLog End
[2026-09-11 11:25:04] Production.ERROR: done
[2026-09-11 11:25:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-11 11:25:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17984168', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) start
[2026-09-11 11:25:04] Production.INFO: Account Balance End.
[2026-09-11 11:25:05] Production.ERROR: CronJobId end 12
[2026-09-11 11:25:05] Production.INFO: ==13619== Releasing lock...
[2026-09-11 11:25:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 11:25:05] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 11:25:05] Production.INFO: ==13615== Releasing lock...
[2026-09-11 11:25:05] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 11:25:05] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 11:25:09] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17984168', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) end
[2026-09-11 11:25:09] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-11 11:25:09] Production.INFO: ProcessCDR(1,17984168,1,1,2)
[2026-09-11 11:25:09] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17984168,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 11:25:09] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17984168,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 11:25:09] Production.ERROR: pbx prc_insertCDR start
[2026-09-11 11:25:09] Production.ERROR: pbx prc_insertCDR end
[2026-09-11 11:25:09] Production.INFO: ==13621== Releasing lock...
[2026-09-11 11:25:09] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-11 11:25:09] Production.INFO: 26 MB #Memory Used#
[2026-09-11 11:25:14] Production.ERROR: CronJobId end10
[2026-09-11 11:25:14] Production.INFO: ==13617== Releasing lock...
[2026-09-11 11:25:14] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 11:25:14] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 11:25:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 11:25:16] Production.INFO: ============== Balance Warning START===========
[2026-09-11 11:25:16] Production.INFO: ============== Balance Warning END===========
[2026-09-11 11:25:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 11:25:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 11:25:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 11:25:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 11:25:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 11:25:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 11:25:16] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 11:25:16] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 11:25:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 11:25:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 11:25:16] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 11:25:16] Production.INFO: call_cost start
[2026-09-11 11:25:16] Production.INFO: call_cost end
[2026-09-11 11:25:16] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 11:25:16] Production.INFO: ============== Report Schedule START===========
[2026-09-11 11:25:16] Production.INFO: ============== Report Schedule END===========
[2026-09-11 11:25:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 11:25:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 11:25:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 11:25:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 11:25:16] Production.INFO: ============== Deal alert START===========
[2026-09-11 11:25:16] Production.INFO: ============== Deal alert END===========
[2026-09-11 11:25:16] Production.INFO: ==13613== Releasing lock...
[2026-09-11 11:25:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 11:25:16] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 16:26:01] Production.INFO: ==13683== Lock acquired, processing the job...
[2026-09-11 16:26:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 16:26:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 16:26:01] Production.INFO: neon service started
[2026-09-11 16:26:01] Production.INFO: neon service started
[2026-09-11 16:26:01] Production.INFO: ==13683== Releasing lock...
[2026-09-11 16:26:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 16:26:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 11:26:02] Production.INFO: ==13685== Lock acquired, processing the job...
[2026-09-11 11:26:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 15:26:02] Production.INFO: ==13687== Lock acquired, processing the job...
[2026-09-11 15:26:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 15:26:02] Production.INFO: ==13687== Releasing lock...
[2026-09-11 15:26:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 15:26:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 11:26:02] Production.INFO: ==13685== Releasing lock...
[2026-09-11 11:26:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 11:26:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 11:26:03] Production.INFO: ==13690== Lock acquired, processing the job...
[2026-09-11 11:26:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 11:26:03] Production.INFO: ==13692== Lock acquired, processing the job...
[2026-09-11 11:26:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 11:26:03] Production.INFO: ==13694== Lock acquired, processing the job...
[2026-09-11 11:26:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 11:26:03] Production.INFO: ==13698== Lock acquired, processing the job...
[2026-09-11 11:26:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 11:26:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 11:26:03] Production.INFO: ==13696== Lock acquired, processing the job...
[2026-09-11 11:26:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 11: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-09-11 11:26:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 11:26:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 11:26:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 11:26:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 11: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-09-11 11: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-09-11 11:26:03] Production.INFO: ==13698== Releasing lock...
[2026-09-11 11:26:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 11:26:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 11:26:03] Production.INFO: Account Balance Start.
[2026-09-11 11:26:03] Production.INFO: CreateAllLog Start
[2026-09-11 11:26:03] Production.INFO: 117
[2026-09-11 11:26:03] Production.INFO: Date 2026-09-08
[2026-09-11 11:26:03] Production.INFO: Reseller ==> 0
[2026-09-11 11:26:03] Production.INFO: Date 2026-09-09
[2026-09-11 11:26:03] Production.INFO: Reseller ==> 0
[2026-09-11 11:26:03] Production.INFO: Date 2026-09-10
[2026-09-11 11:26:03] Production.INFO: Reseller ==> 0
[2026-09-11 11:26:03] Production.INFO: Date 2026-09-11
[2026-09-11 11:26:03] Production.INFO: Reseller ==> 0
[2026-09-11 11:26:03] Production.INFO: Total Charge 0
[2026-09-11 11:26:03] Production.INFO: CreateAllLog End
[2026-09-11 11:26:04] Production.INFO: Account Balance End.
[2026-09-11 11:26:04] Production.ERROR: CronJobId end 12
[2026-09-11 11:26:04] Production.INFO: ==13696== Releasing lock...
[2026-09-11 11:26:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 11:26:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 11:26:04] Production.INFO: ==13692== Releasing lock...
[2026-09-11 11:26:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 11:26:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 11:26:11] Production.ERROR: CronJobId end10
[2026-09-11 11:26:11] Production.INFO: ==13694== Releasing lock...
[2026-09-11 11:26:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 11:26:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 11:26:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 11:26:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 11:26:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 11:26:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 11:26:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 11:26:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 11:26:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 11:26:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 11:26:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 11:26:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 11:26:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 11:26:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 11:26:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 11:26:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 11:26:13] Production.INFO: call_cost start
[2026-09-11 11:26:13] Production.INFO: call_cost end
[2026-09-11 11:26:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 11:26:13] Production.INFO: ============== Report Schedule START===========
[2026-09-11 11:26:13] Production.INFO: ============== Report Schedule END===========
[2026-09-11 11:26:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 11:26:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 11:26:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 11:26:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 11:26:13] Production.INFO: ============== Deal alert START===========
[2026-09-11 11:26:13] Production.INFO: ============== Deal alert END===========
[2026-09-11 11:26:13] Production.INFO: ==13690== Releasing lock...
[2026-09-11 11:26:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 11:26:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 16:27:01] Production.INFO: ==13757== Lock acquired, processing the job...
[2026-09-11 16:27:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 16:27:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 16:27:01] Production.INFO: neon service started
[2026-09-11 16:27:01] Production.INFO: neon service started
[2026-09-11 16:27:01] Production.INFO: ==13757== Releasing lock...
[2026-09-11 16:27:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 16:27:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 11:27:02] Production.INFO: ==13759== Lock acquired, processing the job...
[2026-09-11 11:27:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 15:27:02] Production.INFO: ==13761== Lock acquired, processing the job...
[2026-09-11 15:27:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 15:27:02] Production.INFO: ==13761== Releasing lock...
[2026-09-11 15:27:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 15:27:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 11:27:02] Production.INFO: ==13759== Releasing lock...
[2026-09-11 11:27:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 11:27:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 11:27:03] Production.INFO: ==13766== Lock acquired, processing the job...
[2026-09-11 11:27:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 11:27:03] Production.INFO: ==13772== Lock acquired, processing the job...
[2026-09-11 11:27:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 11:27:03] Production.INFO: ==13770== Lock acquired, processing the job...
[2026-09-11 11:27:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 11:27:03] Production.INFO: ==13768== Lock acquired, processing the job...
[2026-09-11 11:27:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 11:27:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 11:27:03] Production.INFO: ==13774== Lock acquired, processing the job...
[2026-09-11 11:27:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 11:27:03] Production.INFO: Account Balance Start.
[2026-09-11 11:27:03] Production.INFO: CreateAllLog Start
[2026-09-11 11:27:03] Production.INFO: 117
[2026-09-11 11:27:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 11:27:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 11:27:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 11:27:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 11:27:03] Production.INFO: Date 2026-09-08
[2026-09-11 11:27:03] Production.INFO: Reseller ==> 0
[2026-09-11 11:27:03] Production.INFO: Date 2026-09-09
[2026-09-11 11:27:03] Production.INFO: Reseller ==> 0
[2026-09-11 11:27:03] Production.INFO: Date 2026-09-10
[2026-09-11 11:27:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 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-09-11 11:27:03] Production.INFO: ==13774== Releasing lock...
[2026-09-11 11:27:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 11:27:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 11:27:03] Production.INFO: Date 2026-09-11
[2026-09-11 11:27:03] Production.INFO: Reseller ==> 0
[2026-09-11 11:27:03] Production.INFO: Total Charge 0
[2026-09-11 11:27:03] Production.INFO: CreateAllLog End
[2026-09-11 11:27:04] Production.INFO: Account Balance End.
[2026-09-11 11:27:04] Production.ERROR: CronJobId end 12
[2026-09-11 11:27:04] Production.INFO: ==13772== Releasing lock...
[2026-09-11 11:27:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 11:27:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 11:27:04] Production.INFO: ==13768== Releasing lock...
[2026-09-11 11:27:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 11:27:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 11:27:12] Production.ERROR: CronJobId end10
[2026-09-11 11:27:12] Production.INFO: ==13770== Releasing lock...
[2026-09-11 11:27:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 11:27:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 11:27:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 11:27:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 11:27:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 11:27:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 11:27:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 11:27:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 11:27:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 11:27:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 11:27:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 11:27:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 11:27:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 11:27:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 11:27:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 11:27:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 11:27:15] Production.INFO: call_cost start
[2026-09-11 11:27:15] Production.INFO: call_cost end
[2026-09-11 11:27:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 11:27:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 11:27:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 11:27:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 11:27:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 11:27:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 11:27:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 11:27:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 11:27:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 11:27:15] Production.INFO: ==13766== Releasing lock...
[2026-09-11 11:27:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 11:27:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 16:28:02] Production.INFO: ==13833== Lock acquired, processing the job...
[2026-09-11 16:28:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 16:28:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 16:28:02] Production.INFO: neon service started
[2026-09-11 16:28:02] Production.INFO: neon service started
[2026-09-11 16:28:02] Production.INFO: ==13833== Releasing lock...
[2026-09-11 16:28:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 16:28:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 15:28:02] Production.INFO: ==13837== Lock acquired, processing the job...
[2026-09-11 15:28:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 15:28:02] Production.INFO: ==13837== Releasing lock...
[2026-09-11 15:28:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 15:28:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 11:28:02] Production.INFO: ==13835== Lock acquired, processing the job...
[2026-09-11 11:28:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 11:28:03] Production.INFO: ==13835== Releasing lock...
[2026-09-11 11:28:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 11:28:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 11:28:03] Production.INFO: ==13843== Lock acquired, processing the job...
[2026-09-11 11:28:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 11:28:03] Production.INFO: ==13841== Lock acquired, processing the job...
[2026-09-11 11:28:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 11:28:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 11:28:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 11:28:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 11:28:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 11:28:03] Production.INFO: ==13839== Lock acquired, processing the job...
[2026-09-11 11:28:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 11:28:03] Production.INFO: ==13847== Lock acquired, processing the job...
[2026-09-11 11:28:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 11:28:03] Production.INFO: ==13845== Lock acquired, processing the job...
[2026-09-11 11:28:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 11:28:04] Production.INFO: Account Balance Start.
[2026-09-11 11:28:04] Production.INFO: CreateAllLog Start
[2026-09-11 11:28:04] Production.INFO: 117
[2026-09-11 11: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-09-11 11:28:04] Production.INFO: Date 2026-09-08
[2026-09-11 11: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-09-11 11: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-09-11 11:28:04] Production.INFO: Reseller ==> 0
[2026-09-11 11:28:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 11:28:04] Production.INFO: Date 2026-09-09
[2026-09-11 11:28:04] Production.INFO: Reseller ==> 0
[2026-09-11 11:28:04] Production.INFO: ==13847== Releasing lock...
[2026-09-11 11:28:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 11:28:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 11:28:04] Production.INFO: Date 2026-09-10
[2026-09-11 11:28:04] Production.INFO: Reseller ==> 0
[2026-09-11 11:28:04] Production.INFO: Date 2026-09-11
[2026-09-11 11:28:04] Production.INFO: Reseller ==> 0
[2026-09-11 11:28:04] Production.INFO: Total Charge 0
[2026-09-11 11:28:04] Production.INFO: CreateAllLog End
[2026-09-11 11:28:04] Production.INFO: Account Balance End.
[2026-09-11 11:28:04] Production.ERROR: CronJobId end 12
[2026-09-11 11:28:04] Production.INFO: ==13845== Releasing lock...
[2026-09-11 11:28:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 11:28:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 11:28:04] Production.INFO: ==13841== Releasing lock...
[2026-09-11 11:28:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 11:28:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 11:28:11] Production.ERROR: CronJobId end10
[2026-09-11 11:28:11] Production.INFO: ==13843== Releasing lock...
[2026-09-11 11:28:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 11:28:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 11:28:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 11:28:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 11:28:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 11:28:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 11:28:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 11:28:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 11:28:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 11:28:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 11:28:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 11:28:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 11:28:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 11:28:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 11:28:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 11:28:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 11:28:15] Production.INFO: call_cost start
[2026-09-11 11:28:15] Production.INFO: call_cost end
[2026-09-11 11:28:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 11:28:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 11:28:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 11:28:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 11:28:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 11:28:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 11:28:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 11:28:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 11:28:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 11:28:15] Production.INFO: ==13839== Releasing lock...
[2026-09-11 11:28:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 11:28:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 16:29:01] Production.INFO: ==13906== Lock acquired, processing the job...
[2026-09-11 16:29:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 16:29:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 16:29:01] Production.INFO: neon service started
[2026-09-11 16:29:01] Production.INFO: neon service started
[2026-09-11 16:29:01] Production.INFO: ==13906== Releasing lock...
[2026-09-11 16:29:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 16:29:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 11:29:02] Production.INFO: ==13908== Lock acquired, processing the job...
[2026-09-11 11:29:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 11:29:02] Production.INFO: ==13908== Releasing lock...
[2026-09-11 11:29:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 11:29:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 15:29:02] Production.INFO: ==13910== Lock acquired, processing the job...
[2026-09-11 15:29:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 15:29:02] Production.INFO: ==13910== Releasing lock...
[2026-09-11 15:29:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 15:29:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 11:29:03] Production.INFO: ==13912== Lock acquired, processing the job...
[2026-09-11 11:29:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 11:29:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 11:29:03] Production.INFO: ==13916== Lock acquired, processing the job...
[2026-09-11 11:29:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 11:29:03] Production.INFO: ==13914== Lock acquired, processing the job...
[2026-09-11 11:29:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 11:29:03] Production.INFO: ==13918== Lock acquired, processing the job...
[2026-09-11 11:29:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 11:29:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 11:29:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 11:29:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 11:29:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 11:29:03] Production.INFO: ==13920== Lock acquired, processing the job...
[2026-09-11 11:29:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 11:29:03] Production.INFO: Account Balance Start.
[2026-09-11 11:29:03] Production.INFO: CreateAllLog Start
[2026-09-11 11:29:03] Production.INFO: 117
[2026-09-11 11:29:03] Production.INFO: Date 2026-09-08
[2026-09-11 11: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-09-11 11: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-09-11 11:29:03] Production.INFO: Reseller ==> 0
[2026-09-11 11: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-09-11 11:29:03] Production.INFO: ==13920== Releasing lock...
[2026-09-11 11:29:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 11:29:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 11:29:03] Production.INFO: Date 2026-09-09
[2026-09-11 11:29:03] Production.INFO: Reseller ==> 0
[2026-09-11 11:29:03] Production.INFO: Date 2026-09-10
[2026-09-11 11:29:03] Production.INFO: Reseller ==> 0
[2026-09-11 11:29:03] Production.INFO: Date 2026-09-11
[2026-09-11 11:29:03] Production.INFO: Reseller ==> 0
[2026-09-11 11:29:03] Production.INFO: Total Charge 0
[2026-09-11 11:29:03] Production.INFO: CreateAllLog End
[2026-09-11 11:29:04] Production.INFO: Account Balance End.
[2026-09-11 11:29:04] Production.INFO: ==13914== Releasing lock...
[2026-09-11 11:29:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 11:29:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 11:29:04] Production.ERROR: CronJobId end 12
[2026-09-11 11:29:04] Production.INFO: ==13918== Releasing lock...
[2026-09-11 11:29:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 11:29:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 11:29:11] Production.ERROR: CronJobId end10
[2026-09-11 11:29:11] Production.INFO: ==13916== Releasing lock...
[2026-09-11 11:29:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 11:29:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 11:29:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 11:29:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 11:29:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 11:29:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 11:29:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 11:29:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 11:29:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 11:29:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 11:29:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 11:29:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 11:29:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 11:29:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 11:29:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 11:29:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 11:29:14] Production.INFO: call_cost start
[2026-09-11 11:29:14] Production.INFO: call_cost end
[2026-09-11 11:29:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 11:29:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 11:29:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 11:29:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 11:29:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 11:29:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 11:29:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 11:29:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 11:29:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 11:29:14] Production.INFO: ==13912== Releasing lock...
[2026-09-11 11:29:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 11:29:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 16:30:02] Production.INFO: ==13981== Lock acquired, processing the job...
[2026-09-11 16:30:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 16:30:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 16:30:02] Production.INFO: neon service started
[2026-09-11 16:30:02] Production.INFO: neon service started
[2026-09-11 16:30:02] Production.INFO: ==13981== Releasing lock...
[2026-09-11 16:30:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 16:30:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 15:30:02] Production.INFO: ==13985== Lock acquired, processing the job...
[2026-09-11 15:30:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 15:30:02] Production.INFO: ==13985== Releasing lock...
[2026-09-11 15:30:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 15:30:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 11:30:02] Production.INFO: ==13983== Lock acquired, processing the job...
[2026-09-11 11:30:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 11:30:02] Production.INFO: ==13983== Releasing lock...
[2026-09-11 11:30:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 11:30:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 11:30:03] Production.INFO: ==13987== Lock acquired, processing the job...
[2026-09-11 11:30:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 11:30:03] Production.INFO: ==13989== Lock acquired, processing the job...
[2026-09-11 11:30:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 11:30:03] Production.INFO: ==13991== Lock acquired, processing the job...
[2026-09-11 11:30:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 11:30:03] Production.INFO: ==13993== Lock acquired, processing the job...
[2026-09-11 11:30:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 11:30:03] Production.INFO: ==13995== Lock acquired, processing the job...
[2026-09-11 11:30:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 11:30:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 11:30:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 11:30:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 11:30:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 11:30:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 11:30:03] Production.INFO: Account Balance Start.
[2026-09-11 11:30:03] Production.INFO: CreateAllLog Start
[2026-09-11 11:30:03] Production.INFO: 117
[2026-09-11 11:30:03] Production.INFO: Date 2026-09-08
[2026-09-11 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-09-11 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-09-11 11:30:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 11:30:03] Production.INFO: ==13995== Releasing lock...
[2026-09-11 11:30:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 11:30:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 11:30:04] Production.INFO: Date 2026-09-09
[2026-09-11 11:30:04] Production.INFO: Reseller ==> 0
[2026-09-11 11:30:04] Production.INFO: Date 2026-09-10
[2026-09-11 11:30:04] Production.INFO: Reseller ==> 0
[2026-09-11 11:30:04] Production.INFO: Date 2026-09-11
[2026-09-11 11:30:04] Production.INFO: Reseller ==> 0
[2026-09-11 11:30:04] Production.INFO: Total Charge 0
[2026-09-11 11:30:04] Production.INFO: CreateAllLog End
[2026-09-11 11:30:04] Production.INFO: Account Balance End.
[2026-09-11 11:30:04] Production.ERROR: CronJobId end 12
[2026-09-11 11:30:04] Production.INFO: ==13993== Releasing lock...
[2026-09-11 11:30:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 11:30:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 11:30:04] Production.INFO: ==13989== Releasing lock...
[2026-09-11 11:30:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 11:30:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 11:30:11] Production.ERROR: CronJobId end10
[2026-09-11 11:30:11] Production.INFO: ==13991== Releasing lock...
[2026-09-11 11:30:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 11:30:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 11:30:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 11:30:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 11:30:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 11:30:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 11:30:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 11:30:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 11:30:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 11:30:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 11:30:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 11:30:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 11:30:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 11:30:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 11:30:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 11:30:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 11:30:14] Production.INFO: call_cost start
[2026-09-11 11:30:14] Production.INFO: call_cost end
[2026-09-11 11:30:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 11:30:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 11:30:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 11:30:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 11:30:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 11:30:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 11:30:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 11:30:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 11:30:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 11:30:14] Production.INFO: ==13987== Releasing lock...
[2026-09-11 11:30:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 11:30:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 16:31:01] Production.INFO: ==14053== Lock acquired, processing the job...
[2026-09-11 16:31:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 16:31:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 16:31:01] Production.INFO: neon service started
[2026-09-11 16:31:01] Production.INFO: neon service started
[2026-09-11 16:31:01] Production.INFO: ==14053== Releasing lock...
[2026-09-11 16:31:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 16:31:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 11:31:01] Production.INFO: ==14056== Lock acquired, processing the job...
[2026-09-11 11:31:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 11:31:02] Production.INFO: ==14056== Releasing lock...
[2026-09-11 11:31:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 11:31:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 15:31:02] Production.INFO: ==14058== Lock acquired, processing the job...
[2026-09-11 15:31:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 15:31:02] Production.INFO: ==14058== Releasing lock...
[2026-09-11 15:31:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 15:31:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 11:31:02] Production.INFO: ==14060== Lock acquired, processing the job...
[2026-09-11 11:31:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 11:31:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 11:31:03] Production.INFO: ==14062== Lock acquired, processing the job...
[2026-09-11 11:31:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 11:31:03] Production.INFO: ==14066== Lock acquired, processing the job...
[2026-09-11 11:31:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 11:31:03] Production.INFO: ==14064== Lock acquired, processing the job...
[2026-09-11 11:31:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 11:31:03] Production.INFO: ==14068== Lock acquired, processing the job...
[2026-09-11 11:31:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 11:31:03] Production.INFO: Account Balance Start.
[2026-09-11 11:31:03] Production.INFO: CreateAllLog Start
[2026-09-11 11:31:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 11:31:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 11:31:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 11:31:03] Production.INFO: 117
[2026-09-11 11:31:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 11:31:03] Production.INFO: Date 2026-09-08
[2026-09-11 11:31:03] Production.INFO: Reseller ==> 0
[2026-09-11 11:31:03] Production.INFO: Date 2026-09-09
[2026-09-11 11:31:03] Production.INFO: Reseller ==> 0
[2026-09-11 11: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-09-11 11: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-09-11 11:31:03] Production.INFO: Date 2026-09-10
[2026-09-11 11:31:03] Production.INFO: Reseller ==> 0
[2026-09-11 11: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-09-11 11:31:03] Production.INFO: ==14068== Releasing lock...
[2026-09-11 11:31:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 11:31:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 11:31:03] Production.INFO: Date 2026-09-11
[2026-09-11 11:31:03] Production.INFO: Reseller ==> 0
[2026-09-11 11:31:03] Production.INFO: Total Charge 0
[2026-09-11 11:31:03] Production.INFO: CreateAllLog End
[2026-09-11 11:31:03] Production.INFO: Account Balance End.
[2026-09-11 11:31:03] Production.ERROR: CronJobId end 12
[2026-09-11 11:31:03] Production.INFO: ==14066== Releasing lock...
[2026-09-11 11:31:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 11:31:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 11:31:03] Production.INFO: ==14062== Releasing lock...
[2026-09-11 11:31:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 11:31:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 11:31:11] Production.ERROR: CronJobId end10
[2026-09-11 11:31:11] Production.INFO: ==14064== Releasing lock...
[2026-09-11 11:31:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 11:31:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 11:31:12] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 11:31:12] Production.INFO: ============== Balance Warning START===========
[2026-09-11 11:31:12] Production.INFO: ============== Balance Warning END===========
[2026-09-11 11:31:12] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 11:31:12] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 11:31:12] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 11:31:12] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 11:31:12] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 11:31:12] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 11:31:12] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 11:31:12] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 11:31:12] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 11:31:12] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 11:31:12] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 11:31:13] Production.INFO: call_cost start
[2026-09-11 11:31:13] Production.INFO: call_cost end
[2026-09-11 11:31:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 11:31:13] Production.INFO: ============== Report Schedule START===========
[2026-09-11 11:31:13] Production.INFO: ============== Report Schedule END===========
[2026-09-11 11:31:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 11:31:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 11:31:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 11:31:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 11:31:13] Production.INFO: ============== Deal alert START===========
[2026-09-11 11:31:13] Production.INFO: ============== Deal alert END===========
[2026-09-11 11:31:13] Production.INFO: ==14060== Releasing lock...
[2026-09-11 11:31:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 11:31:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 16:32:02] Production.INFO: ==14124== Lock acquired, processing the job...
[2026-09-11 16:32:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 16:32:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 16:32:02] Production.INFO: neon service started
[2026-09-11 16:32:02] Production.INFO: neon service started
[2026-09-11 16:32:02] Production.INFO: ==14124== Releasing lock...
[2026-09-11 16:32:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 16:32:02] Production.INFO: 25.5 MB #Memory Used#
[2026-09-11 11:32:02] Production.INFO: ==14126== Lock acquired, processing the job...
[2026-09-11 11:32:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 11:32:02] Production.INFO: ==14126== Releasing lock...
[2026-09-11 11:32:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 11:32:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 15:32:02] Production.INFO: ==14128== Lock acquired, processing the job...
[2026-09-11 15:32:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 15:32:03] Production.INFO: ==14128== Releasing lock...
[2026-09-11 15:32:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 15:32:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 11:32:03] Production.INFO: ==14131== Lock acquired, processing the job...
[2026-09-11 11:32:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 11:32:03] Production.INFO: ==14135== Lock acquired, processing the job...
[2026-09-11 11:32:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 11:32:03] Production.INFO: ==14133== Lock acquired, processing the job...
[2026-09-11 11:32:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 11:32:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 11:32:03] Production.INFO: ==14137== Lock acquired, processing the job...
[2026-09-11 11:32:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 11:32:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 11:32:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 11:32:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 11:32:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 11:32:03] Production.INFO: ==14139== Lock acquired, processing the job...
[2026-09-11 11:32:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 11:32:03] Production.INFO: Account Balance Start.
[2026-09-11 11:32:03] Production.INFO: CreateAllLog Start
[2026-09-11 11:32:03] Production.INFO: 117
[2026-09-11 11:32:03] Production.INFO: Date 2026-09-08
[2026-09-11 11:32:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 11: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-09-11 11: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-09-11 11:32:04] Production.INFO: ==14139== Releasing lock...
[2026-09-11 11:32:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 11:32:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 11:32:04] Production.INFO: Date 2026-09-09
[2026-09-11 11:32:04] Production.INFO: Reseller ==> 0
[2026-09-11 11:32:04] Production.INFO: Date 2026-09-10
[2026-09-11 11:32:04] Production.INFO: Reseller ==> 0
[2026-09-11 11:32:04] Production.INFO: Date 2026-09-11
[2026-09-11 11:32:04] Production.INFO: Reseller ==> 0
[2026-09-11 11:32:04] Production.INFO: Total Charge 0
[2026-09-11 11:32:04] Production.INFO: CreateAllLog End
[2026-09-11 11:32:04] Production.INFO: Account Balance End.
[2026-09-11 11:32:04] Production.INFO: ==14133== Releasing lock...
[2026-09-11 11:32:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 11:32:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 11:32:04] Production.ERROR: CronJobId end 12
[2026-09-11 11:32:04] Production.INFO: ==14137== Releasing lock...
[2026-09-11 11:32:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 11:32:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 11:32:11] Production.ERROR: CronJobId end10
[2026-09-11 11:32:11] Production.INFO: ==14135== Releasing lock...
[2026-09-11 11:32:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 11:32:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 11:32:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 11:32:15] Production.INFO: ============== Balance Warning START===========
[2026-09-11 11:32:15] Production.INFO: ============== Balance Warning END===========
[2026-09-11 11:32:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 11:32:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 11:32:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 11:32:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 11:32:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 11:32:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 11:32:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 11:32:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 11:32:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 11:32:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 11:32:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 11:32:15] Production.INFO: call_cost start
[2026-09-11 11:32:15] Production.INFO: call_cost end
[2026-09-11 11:32:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 11:32:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 11:32:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 11:32:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 11:32:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 11:32:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 11:32:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 11:32:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 11:32:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 11:32:15] Production.INFO: ==14131== Releasing lock...
[2026-09-11 11:32:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 11:32:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 16:33:01] Production.INFO: ==14202== Lock acquired, processing the job...
[2026-09-11 16:33:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 16:33:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 16:33:01] Production.INFO: neon service started
[2026-09-11 16:33:01] Production.INFO: neon service started
[2026-09-11 16:33:01] Production.INFO: ==14202== Releasing lock...
[2026-09-11 16:33:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 16:33:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 11:33:01] Production.INFO: ==14204== Lock acquired, processing the job...
[2026-09-11 11:33:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 11:33:02] Production.INFO: ==14204== Releasing lock...
[2026-09-11 11:33:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 11:33:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 15:33:02] Production.INFO: ==14206== Lock acquired, processing the job...
[2026-09-11 15:33:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 15:33:02] Production.INFO: ==14206== Releasing lock...
[2026-09-11 15:33:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 15:33:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 11:33:02] Production.INFO: ==14208== Lock acquired, processing the job...
[2026-09-11 11:33:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 11:33:02] Production.INFO: ==14210== Lock acquired, processing the job...
[2026-09-11 11:33:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 11:33:02] Production.INFO: ==14212== Lock acquired, processing the job...
[2026-09-11 11:33:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 11:33:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 11:33:02] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 11:33:02] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 11:33:02] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 11:33:02] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 11:33:03] Production.INFO: ==14214== Lock acquired, processing the job...
[2026-09-11 11:33:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 11:33:03] Production.INFO: ==14216== Lock acquired, processing the job...
[2026-09-11 11:33:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 11:33:03] Production.INFO: Account Balance Start.
[2026-09-11 11:33:03] Production.INFO: CreateAllLog Start
[2026-09-11 11:33:03] Production.INFO: 117
[2026-09-11 11:33:03] Production.INFO: Date 2026-09-08
[2026-09-11 11:33:03] Production.INFO: Reseller ==> 0
[2026-09-11 11:33:03] Production.INFO: Date 2026-09-09
[2026-09-11 11:33:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 11:33:03] Production.INFO: Date 2026-09-10
[2026-09-11 11:33:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 11:33:03] Production.INFO: Date 2026-09-11
[2026-09-11 11:33:03] Production.INFO: ==14216== Releasing lock...
[2026-09-11 11:33:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 11:33:03] Production.INFO: Reseller ==> 0
[2026-09-11 11:33:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 11:33:03] Production.INFO: Total Charge 0
[2026-09-11 11:33:03] Production.INFO: CreateAllLog End
[2026-09-11 11:33:03] Production.INFO: Account Balance End.
[2026-09-11 11:33:03] Production.ERROR: CronJobId end 12
[2026-09-11 11:33:03] Production.INFO: ==14214== Releasing lock...
[2026-09-11 11:33:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 11:33:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 11:33:03] Production.INFO: ==14210== Releasing lock...
[2026-09-11 11:33:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 11:33:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 11:33:11] Production.ERROR: CronJobId end10
[2026-09-11 11:33:11] Production.INFO: ==14212== Releasing lock...
[2026-09-11 11:33:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 11:33:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 11:33:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 11:33:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 11:33:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 11:33:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 11:33:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 11:33:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 11:33:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 11:33:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 11:33:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 11:33:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 11:33:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 11:33:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 11:33:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 11:33:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 11:33:13] Production.INFO: call_cost start
[2026-09-11 11:33:13] Production.INFO: call_cost end
[2026-09-11 11:33:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 11:33:13] Production.INFO: ============== Report Schedule START===========
[2026-09-11 11:33:13] Production.INFO: ============== Report Schedule END===========
[2026-09-11 11:33:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 11:33:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 11:33:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 11:33:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 11:33:13] Production.INFO: ============== Deal alert START===========
[2026-09-11 11:33:13] Production.INFO: ============== Deal alert END===========
[2026-09-11 11:33:13] Production.INFO: ==14208== Releasing lock...
[2026-09-11 11:33:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 11:33:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 16:34:01] Production.INFO: ==14275== Lock acquired, processing the job...
[2026-09-11 16:34:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 16:34:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 16:34:01] Production.INFO: neon service started
[2026-09-11 16:34:01] Production.INFO: neon service started
[2026-09-11 16:34:01] Production.INFO: ==14275== Releasing lock...
[2026-09-11 16:34:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 16:34:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 15:34:02] Production.INFO: ==14279== Lock acquired, processing the job...
[2026-09-11 15:34:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 15:34:02] Production.INFO: ==14279== Releasing lock...
[2026-09-11 15:34:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 15:34:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 11:34:02] Production.INFO: ==14277== Lock acquired, processing the job...
[2026-09-11 11:34:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 11:34:02] Production.INFO: ==14277== Releasing lock...
[2026-09-11 11:34:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 11:34:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 11:34:03] Production.INFO: ==14282== Lock acquired, processing the job...
[2026-09-11 11:34:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 11:34:03] Production.INFO: ==14284== Lock acquired, processing the job...
[2026-09-11 11:34:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 11:34:03] Production.INFO: ==14286== Lock acquired, processing the job...
[2026-09-11 11:34:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 11:34:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 11:34:03] Production.INFO: ==14290== Lock acquired, processing the job...
[2026-09-11 11:34:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 11:34:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 11:34:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 11:34:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 11:34:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 11:34:03] Production.INFO: ==14288== Lock acquired, processing the job...
[2026-09-11 11:34:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 11: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-09-11 11: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-09-11 11: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-09-11 11:34:03] Production.INFO: ==14290== Releasing lock...
[2026-09-11 11:34:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 11:34:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 11:34:03] Production.INFO: Account Balance Start.
[2026-09-11 11:34:03] Production.INFO: CreateAllLog Start
[2026-09-11 11:34:03] Production.INFO: 117
[2026-09-11 11:34:03] Production.INFO: Date 2026-09-08
[2026-09-11 11:34:03] Production.INFO: Reseller ==> 0
[2026-09-11 11:34:03] Production.INFO: Date 2026-09-09
[2026-09-11 11:34:03] Production.INFO: Reseller ==> 0
[2026-09-11 11:34:03] Production.INFO: Date 2026-09-10
[2026-09-11 11:34:03] Production.INFO: Reseller ==> 0
[2026-09-11 11:34:03] Production.INFO: Date 2026-09-11
[2026-09-11 11:34:03] Production.INFO: Reseller ==> 0
[2026-09-11 11:34:04] Production.INFO: Total Charge 0
[2026-09-11 11:34:04] Production.INFO: CreateAllLog End
[2026-09-11 11:34:04] Production.INFO: Account Balance End.
[2026-09-11 11:34:04] Production.ERROR: CronJobId end 12
[2026-09-11 11:34:04] Production.INFO: ==14288== Releasing lock...
[2026-09-11 11:34:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 11:34:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 11:34:04] Production.INFO: ==14284== Releasing lock...
[2026-09-11 11:34:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 11:34:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 11:34:11] Production.ERROR: CronJobId end10
[2026-09-11 11:34:11] Production.INFO: ==14286== Releasing lock...
[2026-09-11 11:34:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 11:34:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 11:34:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 11:34:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 11:34:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 11:34:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 11:34:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 11:34:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 11:34:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 11:34:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 11:34:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 11:34:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 11:34:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 11:34:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 11:34:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 11:34:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 11:34:14] Production.INFO: call_cost start
[2026-09-11 11:34:14] Production.INFO: call_cost end
[2026-09-11 11:34:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 11:34:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 11:34:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 11:34:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 11:34:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 11:34:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 11:34:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 11:34:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 11:34:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 11:34:14] Production.INFO: ==14282== Releasing lock...
[2026-09-11 11:34:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 11:34:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 16:35:02] Production.INFO: ==14351== Lock acquired, processing the job...
[2026-09-11 16:35:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 16:35:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 16:35:02] Production.INFO: neon service started
[2026-09-11 16:35:02] Production.INFO: neon service started
[2026-09-11 16:35:02] Production.INFO: ==14351== Releasing lock...
[2026-09-11 16:35:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 16:35:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 15:35:02] Production.INFO: ==14355== Lock acquired, processing the job...
[2026-09-11 15:35:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 15:35:02] Production.INFO: ==14355== Releasing lock...
[2026-09-11 15:35:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 15:35:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 11:35:02] Production.INFO: ==14353== Lock acquired, processing the job...
[2026-09-11 11:35:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 11:35:03] Production.INFO: ==14353== Releasing lock...
[2026-09-11 11:35:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 11:35:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 11:35:04] Production.INFO: ==14357== Lock acquired, processing the job...
[2026-09-11 11:35:04] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-11 11:35:04] Production.INFO: ==14366== Lock acquired, processing the job...
[2026-09-11 11:35:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 11:35:04] Production.INFO: ==14359== Lock acquired, processing the job...
[2026-09-11 11:35:04] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 11:35:04] Production.ERROR: ========================== active cronjob start =============================
[2026-09-11 11:35:04] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-11 11:35:04] Production.ERROR: CronJob PID - 14366
[2026-09-11 11:35:04] Production.ERROR: CronJob Title - Prepaid Account Balance
[2026-09-11 11:35:04] Production.ERROR: CronJob ID - 12
[2026-09-11 11:35:04] Production.ERROR: CronJob Last Run Time 2026-09-11 11:35:00
[2026-09-11 11:35:04] Production.ERROR: CronJob Active Minutes 0
[2026-09-11 11:35:04] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-11 11:35:04] Production.ERROR: ========================== active cronjob end =============================
[2026-09-11 11:35:04] Production.INFO: ==14357== Releasing lock...
[2026-09-11 11:35:04] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-11 11:35:04] Production.INFO: 25.5 MB #Memory Used#
[2026-09-11 11:35:04] Production.INFO: ==14361== Lock acquired, processing the job...
[2026-09-11 11:35:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 11:35:04] Production.INFO: ==14364== Lock acquired, processing the job...
[2026-09-11 11:35:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 11:35:04] Production.INFO: Account Balance Start.
[2026-09-11 11:35:04] Production.INFO: CreateAllLog Start
[2026-09-11 11:35:04] Production.INFO: 117
[2026-09-11 11:35:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 11:35:04] Production.INFO: Date 2026-09-08
[2026-09-11 11:35:04] Production.INFO: ==14368== Lock acquired, processing the job...
[2026-09-11 11:35:04] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-11 11:35:04] Production.INFO: Reseller ==> 0
[2026-09-11 11:35:04] Production.INFO: ==14370== Lock acquired, processing the job...
[2026-09-11 11:35:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 11:35:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 11:35:04] Production.ERROR: tblTempUsageDetail_20
[2026-09-11 11:35:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 11:35:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 11:35:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 11:35:04] Production.INFO: Date 2026-09-09
[2026-09-11 11:35:04] Production.INFO: Reseller ==> 0
[2026-09-11 11:35:04] Production.INFO: Date 2026-09-10
[2026-09-11 11:35:04] Production.INFO: Reseller ==> 0
[2026-09-11 11:35:04] Production.INFO: Date 2026-09-11
[2026-09-11 11:35:04] Production.INFO: Reseller ==> 0
[2026-09-11 11: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-09-11 11: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-09-11 11: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-09-11 11:35:04] Production.INFO: ==14370== Releasing lock...
[2026-09-11 11:35:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 11:35:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 11:35:04] Production.ERROR: done
[2026-09-11 11:35:04] Production.INFO: Total Charge 0
[2026-09-11 11:35:04] Production.INFO: CreateAllLog End
[2026-09-11 11:35:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-11 11:35:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17984209', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) start
[2026-09-11 11:35:05] Production.INFO: Account Balance End.
[2026-09-11 11:35:05] Production.ERROR: CronJobId end 12
[2026-09-11 11:35:05] Production.INFO: ==14366== Releasing lock...
[2026-09-11 11:35:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 11:35:05] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 11:35:05] Production.INFO: ==14361== Releasing lock...
[2026-09-11 11:35:05] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 11:35:05] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 11:35:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17984209', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) end
[2026-09-11 11:35:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-11 11:35:10] Production.INFO: ProcessCDR(1,17984209,1,1,2)
[2026-09-11 11:35:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17984209,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 11:35:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17984209,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 11:35:10] Production.ERROR: pbx prc_insertCDR start
[2026-09-11 11:35:10] Production.ERROR: pbx prc_insertCDR end
[2026-09-11 11:35:10] Production.INFO: ==14368== Releasing lock...
[2026-09-11 11:35:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-11 11:35:10] Production.INFO: 26 MB #Memory Used#
[2026-09-11 11:35:14] Production.ERROR: CronJobId end10
[2026-09-11 11:35:14] Production.INFO: ==14364== Releasing lock...
[2026-09-11 11:35:14] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 11:35:14] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 11:35:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 11:35:16] Production.INFO: ============== Balance Warning START===========
[2026-09-11 11:35:16] Production.INFO: ============== Balance Warning END===========
[2026-09-11 11:35:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 11:35:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 11:35:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 11:35:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 11:35:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 11:35:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 11:35:16] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 11:35:16] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 11:35:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 11:35:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 11:35:16] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 11:35:16] Production.INFO: call_cost start
[2026-09-11 11:35:16] Production.INFO: call_cost end
[2026-09-11 11:35:16] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 11:35:16] Production.INFO: ============== Report Schedule START===========
[2026-09-11 11:35:16] Production.INFO: ============== Report Schedule END===========
[2026-09-11 11:35:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 11:35:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 11:35:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 11:35:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 11:35:16] Production.INFO: ============== Deal alert START===========
[2026-09-11 11:35:16] Production.INFO: ============== Deal alert END===========
[2026-09-11 11:35:16] Production.INFO: ==14359== Releasing lock...
[2026-09-11 11:35:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 11:35:16] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 16:36:01] Production.INFO: ==14427== Lock acquired, processing the job...
[2026-09-11 16:36:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 16:36:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 16:36:01] Production.INFO: neon service started
[2026-09-11 16:36:01] Production.INFO: neon service started
[2026-09-11 16:36:01] Production.INFO: ==14427== Releasing lock...
[2026-09-11 16:36:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 16:36:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 11:36:02] Production.INFO: ==14430== Lock acquired, processing the job...
[2026-09-11 11:36:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 11:36:02] Production.INFO: ==14430== Releasing lock...
[2026-09-11 11:36:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 11:36:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 15:36:02] Production.INFO: ==14432== Lock acquired, processing the job...
[2026-09-11 15:36:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 15:36:02] Production.INFO: ==14432== Releasing lock...
[2026-09-11 15:36:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 15:36:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 11:36:03] Production.INFO: ==14440== Lock acquired, processing the job...
[2026-09-11 11:36:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 11:36:03] Production.INFO: ==14434== Lock acquired, processing the job...
[2026-09-11 11:36:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 11:36:03] Production.INFO: ==14436== Lock acquired, processing the job...
[2026-09-11 11:36:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 11:36:03] Production.INFO: ==14438== Lock acquired, processing the job...
[2026-09-11 11:36:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 11:36:03] Production.INFO: Account Balance Start.
[2026-09-11 11:36:03] Production.INFO: CreateAllLog Start
[2026-09-11 11:36:03] Production.INFO: 117
[2026-09-11 11:36:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 11:36:03] Production.INFO: Date 2026-09-08
[2026-09-11 11:36:03] Production.INFO: ==14442== Lock acquired, processing the job...
[2026-09-11 11:36:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 11:36:03] Production.INFO: Reseller ==> 0
[2026-09-11 11:36:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 11:36:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 11:36:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 11:36:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 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-09-11 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-09-11 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-09-11 11:36:03] Production.INFO: ==14442== Releasing lock...
[2026-09-11 11:36:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 11:36:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 11:36:03] Production.INFO: Date 2026-09-09
[2026-09-11 11:36:03] Production.INFO: Reseller ==> 0
[2026-09-11 11:36:03] Production.INFO: Date 2026-09-10
[2026-09-11 11:36:03] Production.INFO: Reseller ==> 0
[2026-09-11 11:36:03] Production.INFO: Date 2026-09-11
[2026-09-11 11:36:03] Production.INFO: Reseller ==> 0
[2026-09-11 11:36:03] Production.INFO: Total Charge 0
[2026-09-11 11:36:03] Production.INFO: CreateAllLog End
[2026-09-11 11:36:04] Production.INFO: Account Balance End.
[2026-09-11 11:36:04] Production.ERROR: CronJobId end 12
[2026-09-11 11:36:04] Production.INFO: ==14440== Releasing lock...
[2026-09-11 11:36:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 11:36:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 11:36:04] Production.INFO: ==14436== Releasing lock...
[2026-09-11 11:36:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 11:36:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 11:36:11] Production.ERROR: CronJobId end10
[2026-09-11 11:36:11] Production.INFO: ==14438== Releasing lock...
[2026-09-11 11:36:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 11:36:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 11:36:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 11:36:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 11:36:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 11:36:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 11:36:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 11:36:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 11:36:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 11:36:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 11:36:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 11:36:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 11:36:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 11:36:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 11:36:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 11:36:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 11:36:14] Production.INFO: call_cost start
[2026-09-11 11:36:14] Production.INFO: call_cost end
[2026-09-11 11:36:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 11:36:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 11:36:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 11:36:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 11:36:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 11:36:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 11:36:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 11:36:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 11:36:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 11:36:14] Production.INFO: ==14434== Releasing lock...
[2026-09-11 11:36:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 11:36:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 16:37:02] Production.INFO: ==14506== Lock acquired, processing the job...
[2026-09-11 16:37:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 16:37:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 16:37:02] Production.INFO: neon service started
[2026-09-11 16:37:02] Production.INFO: neon service started
[2026-09-11 16:37:02] Production.INFO: ==14506== Releasing lock...
[2026-09-11 16:37:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 16:37:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 15:37:02] Production.INFO: ==14510== Lock acquired, processing the job...
[2026-09-11 15:37:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 15:37:02] Production.INFO: ==14510== Releasing lock...
[2026-09-11 15:37:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 15:37:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 11:37:02] Production.INFO: ==14508== Lock acquired, processing the job...
[2026-09-11 11:37:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 11:37:03] Production.INFO: ==14508== Releasing lock...
[2026-09-11 11:37:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 11:37:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 11:37:03] Production.INFO: ==14512== Lock acquired, processing the job...
[2026-09-11 11:37:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 11:37:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 11:37:03] Production.INFO: ==14514== Lock acquired, processing the job...
[2026-09-11 11:37:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 11:37:03] Production.INFO: ==14516== Lock acquired, processing the job...
[2026-09-11 11:37:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 11:37:03] Production.INFO: ==14518== Lock acquired, processing the job...
[2026-09-11 11:37:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 11:37:04] Production.INFO: ==14520== Lock acquired, processing the job...
[2026-09-11 11:37:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 11:37:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 11:37:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 11:37:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 11:37:04] Production.INFO: Account Balance Start.
[2026-09-11 11:37:04] Production.INFO: CreateAllLog Start
[2026-09-11 11:37:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 11:37:04] Production.INFO: 117
[2026-09-11 11:37:04] Production.INFO: Date 2026-09-08
[2026-09-11 11:37:04] Production.INFO: Reseller ==> 0
[2026-09-11 11:37:04] Production.INFO: Date 2026-09-09
[2026-09-11 11:37:04] Production.INFO: Reseller ==> 0
[2026-09-11 11: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-09-11 11:37:04] Production.INFO: Date 2026-09-10
[2026-09-11 11: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-09-11 11:37:04] Production.INFO: Reseller ==> 0
[2026-09-11 11: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-09-11 11:37:04] Production.INFO: Date 2026-09-11
[2026-09-11 11:37:04] Production.INFO: ==14520== Releasing lock...
[2026-09-11 11:37:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 11:37:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 11:37:04] Production.INFO: Reseller ==> 0
[2026-09-11 11:37:04] Production.INFO: Total Charge 0
[2026-09-11 11:37:04] Production.INFO: CreateAllLog End
[2026-09-11 11:37:04] Production.INFO: Account Balance End.
[2026-09-11 11:37:04] Production.ERROR: CronJobId end 12
[2026-09-11 11:37:04] Production.INFO: ==14518== Releasing lock...
[2026-09-11 11:37:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 11:37:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 11:37:04] Production.INFO: ==14514== Releasing lock...
[2026-09-11 11:37:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 11:37:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 11:37:12] Production.ERROR: CronJobId end10
[2026-09-11 11:37:12] Production.INFO: ==14516== Releasing lock...
[2026-09-11 11:37:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 11:37:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 11:37:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 11:37:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 11:37:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 11:37:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 11:37:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 11:37:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 11:37:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 11:37:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 11:37:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 11:37:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 11:37:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 11:37:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 11:37:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 11:37:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 11:37:15] Production.INFO: call_cost start
[2026-09-11 11:37:15] Production.INFO: call_cost end
[2026-09-11 11:37:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 11:37:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 11:37:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 11:37:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 11:37:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 11:37:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 11:37:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 11:37:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 11:37:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 11:37:15] Production.INFO: ==14512== Releasing lock...
[2026-09-11 11:37:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 11:37:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 16:38:01] Production.INFO: ==14584== Lock acquired, processing the job...
[2026-09-11 16:38:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 16:38:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 16:38:01] Production.INFO: neon service started
[2026-09-11 16:38:01] Production.INFO: neon service started
[2026-09-11 16:38:01] Production.INFO: ==14584== Releasing lock...
[2026-09-11 16:38:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 16:38:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 11:38:02] Production.INFO: ==14586== Lock acquired, processing the job...
[2026-09-11 11:38:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 11:38:02] Production.INFO: ==14586== Releasing lock...
[2026-09-11 11:38:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 11:38:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 15:38:02] Production.INFO: ==14588== Lock acquired, processing the job...
[2026-09-11 15:38:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 15:38:02] Production.INFO: ==14588== Releasing lock...
[2026-09-11 15:38:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 15:38:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 11:38:03] Production.INFO: ==14590== Lock acquired, processing the job...
[2026-09-11 11:38:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 11:38:03] Production.INFO: ==14594== Lock acquired, processing the job...
[2026-09-11 11:38:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 11:38:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 11:38:03] Production.INFO: ==14596== Lock acquired, processing the job...
[2026-09-11 11:38:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 11:38:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 11:38:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 11:38:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 11:38:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 11:38:03] Production.INFO: ==14592== Lock acquired, processing the job...
[2026-09-11 11:38:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 11:38:03] Production.INFO: Account Balance Start.
[2026-09-11 11:38:03] Production.INFO: CreateAllLog Start
[2026-09-11 11:38:03] Production.INFO: 117
[2026-09-11 11:38:03] Production.INFO: Date 2026-09-08
[2026-09-11 11:38:03] Production.INFO: ==14598== Lock acquired, processing the job...
[2026-09-11 11:38:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 11:38:03] Production.INFO: Reseller ==> 0
[2026-09-11 11:38:03] Production.INFO: Date 2026-09-09
[2026-09-11 11:38:03] Production.INFO: Reseller ==> 0
[2026-09-11 11:38:03] Production.INFO: Date 2026-09-10
[2026-09-11 11:38:03] Production.INFO: Reseller ==> 0
[2026-09-11 11:38:03] Production.INFO: Date 2026-09-11
[2026-09-11 11:38:03] Production.INFO: Reseller ==> 0
[2026-09-11 11: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-09-11 11: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-09-11 11: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-09-11 11:38:03] Production.INFO: ==14598== Releasing lock...
[2026-09-11 11:38:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 11:38:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 11:38:03] Production.INFO: Total Charge 0
[2026-09-11 11:38:03] Production.INFO: CreateAllLog End
[2026-09-11 11:38:03] Production.INFO: Account Balance End.
[2026-09-11 11:38:03] Production.ERROR: CronJobId end 12
[2026-09-11 11:38:03] Production.INFO: ==14596== Releasing lock...
[2026-09-11 11:38:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 11:38:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 11:38:04] Production.INFO: ==14592== Releasing lock...
[2026-09-11 11:38:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 11:38:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 11:38:11] Production.ERROR: CronJobId end10
[2026-09-11 11:38:11] Production.INFO: ==14594== Releasing lock...
[2026-09-11 11:38:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 11:38:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 11:38:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 11:38:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 11:38:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 11:38:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 11:38:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 11:38:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 11:38:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 11:38:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 11:38:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 11:38:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 11:38:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 11:38:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 11:38:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 11:38:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 11:38:14] Production.INFO: call_cost start
[2026-09-11 11:38:14] Production.INFO: call_cost end
[2026-09-11 11:38:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 11:38:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 11:38:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 11:38:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 11:38:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 11:38:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 11:38:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 11:38:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 11:38:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 11:38:14] Production.INFO: ==14590== Releasing lock...
[2026-09-11 11:38:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 11:38:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 16:39:02] Production.INFO: ==14658== Lock acquired, processing the job...
[2026-09-11 16:39:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 16:39:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 16:39:02] Production.INFO: neon service started
[2026-09-11 16:39:02] Production.INFO: neon service started
[2026-09-11 16:39:02] Production.INFO: ==14658== Releasing lock...
[2026-09-11 16:39:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 16:39:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 15:39:02] Production.INFO: ==14662== Lock acquired, processing the job...
[2026-09-11 15:39:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 15:39:02] Production.INFO: ==14662== Releasing lock...
[2026-09-11 15:39:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 15:39:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 11:39:02] Production.INFO: ==14660== Lock acquired, processing the job...
[2026-09-11 11:39:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 11:39:02] Production.INFO: ==14660== Releasing lock...
[2026-09-11 11:39:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 11:39:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 11:39:03] Production.INFO: ==14665== Lock acquired, processing the job...
[2026-09-11 11:39:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 11:39:03] Production.INFO: ==14667== Lock acquired, processing the job...
[2026-09-11 11:39:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 11:39:03] Production.INFO: ==14669== Lock acquired, processing the job...
[2026-09-11 11:39:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 11:39:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 11:39:03] Production.INFO: ==14671== Lock acquired, processing the job...
[2026-09-11 11:39:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 11:39:03] Production.INFO: ==14673== Lock acquired, processing the job...
[2026-09-11 11:39:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 11:39:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 11:39:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 11:39:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 11:39:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 11:39:03] Production.INFO: Account Balance Start.
[2026-09-11 11:39:03] Production.INFO: CreateAllLog Start
[2026-09-11 11:39:03] Production.INFO: 117
[2026-09-11 11:39:03] Production.INFO: Date 2026-09-08
[2026-09-11 11: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-09-11 11: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-09-11 11:39:03] Production.INFO: Reseller ==> 0
[2026-09-11 11: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-09-11 11:39:03] Production.INFO: ==14673== Releasing lock...
[2026-09-11 11:39:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 11:39:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 11:39:03] Production.INFO: Date 2026-09-09
[2026-09-11 11:39:03] Production.INFO: Reseller ==> 0
[2026-09-11 11:39:03] Production.INFO: Date 2026-09-10
[2026-09-11 11:39:03] Production.INFO: Reseller ==> 0
[2026-09-11 11:39:04] Production.INFO: Date 2026-09-11
[2026-09-11 11:39:04] Production.INFO: Reseller ==> 0
[2026-09-11 11:39:04] Production.INFO: Total Charge 0
[2026-09-11 11:39:04] Production.INFO: CreateAllLog End
[2026-09-11 11:39:04] Production.INFO: Account Balance End.
[2026-09-11 11:39:04] Production.ERROR: CronJobId end 12
[2026-09-11 11:39:04] Production.INFO: ==14671== Releasing lock...
[2026-09-11 11:39:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 11:39:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 11:39:04] Production.INFO: ==14667== Releasing lock...
[2026-09-11 11:39:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 11:39:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 11:39:12] Production.ERROR: CronJobId end10
[2026-09-11 11:39:12] Production.INFO: ==14669== Releasing lock...
[2026-09-11 11:39:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 11:39:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 11:39:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 11:39:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 11:39:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 11:39:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 11:39:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 11:39:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 11:39:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 11:39:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 11:39:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 11:39:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 11:39:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 11:39:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 11:39:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 11:39:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 11:39:15] Production.INFO: call_cost start
[2026-09-11 11:39:15] Production.INFO: call_cost end
[2026-09-11 11:39:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 11:39:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 11:39:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 11:39:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 11:39:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 11:39:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 11:39:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 11:39:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 11:39:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 11:39:15] Production.INFO: ==14665== Releasing lock...
[2026-09-11 11:39:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 11:39:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 16:40:01] Production.INFO: ==14731== Lock acquired, processing the job...
[2026-09-11 16:40:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 16:40:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 16:40:01] Production.INFO: neon service started
[2026-09-11 16:40:01] Production.INFO: neon service started
[2026-09-11 16:40:01] Production.INFO: ==14731== Releasing lock...
[2026-09-11 16:40:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 16:40:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 11:40:01] Production.INFO: ==14733== Lock acquired, processing the job...
[2026-09-11 11:40:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 11:40:02] Production.INFO: ==14733== Releasing lock...
[2026-09-11 11:40:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 11:40:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 15:40:02] Production.INFO: ==14735== Lock acquired, processing the job...
[2026-09-11 15:40:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 15:40:02] Production.INFO: ==14735== Releasing lock...
[2026-09-11 15:40:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 15:40:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 11:40:03] Production.INFO: ==14737== Lock acquired, processing the job...
[2026-09-11 11:40:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 11:40:03] Production.INFO: ==14739== Lock acquired, processing the job...
[2026-09-11 11:40:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 11:40:03] Production.INFO: ==14741== Lock acquired, processing the job...
[2026-09-11 11:40:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 11:40:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 11:40:03] Production.INFO: ==14746== Lock acquired, processing the job...
[2026-09-11 11:40:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 11:40:03] Production.INFO: ==14744== Lock acquired, processing the job...
[2026-09-11 11:40:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 11:40:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 11:40:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 11:40:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 11:40:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 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-09-11 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-09-11 11:40:03] Production.INFO: Account Balance Start.
[2026-09-11 11:40:03] Production.INFO: CreateAllLog Start
[2026-09-11 11:40:03] Production.INFO: 117
[2026-09-11 11:40:03] Production.INFO: Date 2026-09-08
[2026-09-11 11:40:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 11:40:03] Production.INFO: Date 2026-09-09
[2026-09-11 11:40:03] Production.INFO: ==14746== Releasing lock...
[2026-09-11 11:40:03] Production.INFO: Reseller ==> 0
[2026-09-11 11:40:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 11:40:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 11:40:03] Production.INFO: Date 2026-09-10
[2026-09-11 11:40:03] Production.INFO: Reseller ==> 0
[2026-09-11 11:40:03] Production.INFO: Date 2026-09-11
[2026-09-11 11:40:03] Production.INFO: Reseller ==> 0
[2026-09-11 11:40:03] Production.INFO: Total Charge 0
[2026-09-11 11:40:03] Production.INFO: CreateAllLog End
[2026-09-11 11:40:03] Production.INFO: Account Balance End.
[2026-09-11 11:40:03] Production.ERROR: CronJobId end 12
[2026-09-11 11:40:03] Production.INFO: ==14744== Releasing lock...
[2026-09-11 11:40:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 11:40:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 11:40:03] Production.INFO: ==14739== Releasing lock...
[2026-09-11 11:40:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 11:40:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 11:40:11] Production.ERROR: CronJobId end10
[2026-09-11 11:40:11] Production.INFO: ==14741== Releasing lock...
[2026-09-11 11:40:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 11:40:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 11:40:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 11:40:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 11:40:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 11:40:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 11:40:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 11:40:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 11:40:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 11:40:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 11:40:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 11:40:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 11:40:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 11:40:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 11:40:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 11:40:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 11:40:13] Production.INFO: call_cost start
[2026-09-11 11:40:13] Production.INFO: call_cost end
[2026-09-11 11:40:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 11:40:13] Production.INFO: ============== Report Schedule START===========
[2026-09-11 11:40:13] Production.INFO: ============== Report Schedule END===========
[2026-09-11 11:40:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 11:40:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 11:40:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 11:40:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 11:40:13] Production.INFO: ============== Deal alert START===========
[2026-09-11 11:40:13] Production.INFO: ============== Deal alert END===========
[2026-09-11 11:40:13] Production.INFO: ==14737== Releasing lock...
[2026-09-11 11:40:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 11:40:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 16:41:01] Production.INFO: ==14806== Lock acquired, processing the job...
[2026-09-11 16:41:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 16:41:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 16:41:01] Production.INFO: neon service started
[2026-09-11 16:41:01] Production.INFO: neon service started
[2026-09-11 16:41:01] Production.INFO: ==14806== Releasing lock...
[2026-09-11 16:41:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 16:41:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 11:41:02] Production.INFO: ==14808== Lock acquired, processing the job...
[2026-09-11 11:41:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 15:41:02] Production.INFO: ==14810== Lock acquired, processing the job...
[2026-09-11 15:41:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 15:41:02] Production.INFO: ==14810== Releasing lock...
[2026-09-11 15:41:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 15:41:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 11:41:02] Production.INFO: ==14808== Releasing lock...
[2026-09-11 11:41:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 11:41:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 11:41:03] Production.INFO: ==14821== Lock acquired, processing the job...
[2026-09-11 11:41:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 11:41:03] Production.INFO: ==14819== Lock acquired, processing the job...
[2026-09-11 11:41:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 11: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-09-11 11: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-09-11 11:41:03] Production.INFO: ==14813== Lock acquired, processing the job...
[2026-09-11 11:41:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 11: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-09-11 11:41:03] Production.INFO: ==14821== Releasing lock...
[2026-09-11 11:41:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 11:41:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 11:41:03] Production.INFO: Account Balance Start.
[2026-09-11 11:41:03] Production.INFO: CreateAllLog Start
[2026-09-11 11:41:03] Production.INFO: 117
[2026-09-11 11:41:03] Production.INFO: Date 2026-09-08
[2026-09-11 11:41:03] Production.INFO: ==14815== Lock acquired, processing the job...
[2026-09-11 11:41:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 11:41:04] Production.INFO: Reseller ==> 0
[2026-09-11 11:41:04] Production.INFO: Date 2026-09-09
[2026-09-11 11:41:04] Production.INFO: Reseller ==> 0
[2026-09-11 11:41:04] Production.INFO: ==14817== Lock acquired, processing the job...
[2026-09-11 11:41:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 11:41:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 11:41:04] Production.INFO: Date 2026-09-10
[2026-09-11 11:41:04] Production.INFO: Reseller ==> 0
[2026-09-11 11:41:04] Production.INFO: Date 2026-09-11
[2026-09-11 11:41:04] Production.INFO: Reseller ==> 0
[2026-09-11 11:41:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 11:41:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 11:41:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 11:41:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 11:41:04] Production.INFO: Total Charge 0
[2026-09-11 11:41:04] Production.INFO: CreateAllLog End
[2026-09-11 11:41:04] Production.INFO: Account Balance End.
[2026-09-11 11:41:04] Production.ERROR: CronJobId end 12
[2026-09-11 11:41:04] Production.INFO: ==14819== Releasing lock...
[2026-09-11 11:41:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 11:41:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 11:41:04] Production.INFO: ==14815== Releasing lock...
[2026-09-11 11:41:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 11:41:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 11:41:12] Production.ERROR: CronJobId end10
[2026-09-11 11:41:12] Production.INFO: ==14817== Releasing lock...
[2026-09-11 11:41:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 11:41:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 11:41:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 11:41:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 11:41:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 11:41:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 11:41:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 11:41:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 11:41:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 11:41:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 11:41:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 11:41:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 11:41:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 11:41:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 11:41:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 11:41:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 11:41:15] Production.INFO: call_cost start
[2026-09-11 11:41:15] Production.INFO: call_cost end
[2026-09-11 11:41:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 11:41:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 11:41:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 11:41:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 11:41:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 11:41:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 11:41:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 11:41:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 11:41:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 11:41:15] Production.INFO: ==14813== Releasing lock...
[2026-09-11 11:41:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 11:41:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 16:42:01] Production.INFO: ==14877== Lock acquired, processing the job...
[2026-09-11 16:42:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 16:42:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 16:42:01] Production.INFO: neon service started
[2026-09-11 16:42:01] Production.INFO: neon service started
[2026-09-11 16:42:01] Production.INFO: ==14877== Releasing lock...
[2026-09-11 16:42:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 16:42:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 11:42:02] Production.INFO: ==14879== Lock acquired, processing the job...
[2026-09-11 11:42:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 15:42:02] Production.INFO: ==14881== Lock acquired, processing the job...
[2026-09-11 15:42:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 15:42:02] Production.INFO: ==14881== Releasing lock...
[2026-09-11 15:42:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 15:42:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 11:42:02] Production.INFO: ==14879== Releasing lock...
[2026-09-11 11:42:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 11:42:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 11:42:03] Production.INFO: ==14884== Lock acquired, processing the job...
[2026-09-11 11:42:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 11:42:03] Production.INFO: ==14888== Lock acquired, processing the job...
[2026-09-11 11:42:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 11:42:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 11:42:03] Production.INFO: ==14886== Lock acquired, processing the job...
[2026-09-11 11:42:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 11:42:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 11:42:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 11:42:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 11:42:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 11:42:03] Production.INFO: ==14892== Lock acquired, processing the job...
[2026-09-11 11:42:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 11:42:03] Production.INFO: ==14890== Lock acquired, processing the job...
[2026-09-11 11:42:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 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-09-11 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-09-11 11:42:03] Production.INFO: Account Balance Start.
[2026-09-11 11:42:03] Production.INFO: CreateAllLog Start
[2026-09-11 11:42:03] Production.INFO: 117
[2026-09-11 11:42:03] Production.INFO: Date 2026-09-08
[2026-09-11 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-09-11 11:42:03] Production.INFO: Reseller ==> 0
[2026-09-11 11:42:03] Production.INFO: ==14892== Releasing lock...
[2026-09-11 11:42:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 11:42:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 11:42:03] Production.INFO: Date 2026-09-09
[2026-09-11 11:42:03] Production.INFO: Reseller ==> 0
[2026-09-11 11:42:03] Production.INFO: Date 2026-09-10
[2026-09-11 11:42:03] Production.INFO: Reseller ==> 0
[2026-09-11 11:42:03] Production.INFO: Date 2026-09-11
[2026-09-11 11:42:03] Production.INFO: Reseller ==> 0
[2026-09-11 11:42:03] Production.INFO: Total Charge 0
[2026-09-11 11:42:03] Production.INFO: CreateAllLog End
[2026-09-11 11:42:04] Production.INFO: Account Balance End.
[2026-09-11 11:42:04] Production.ERROR: CronJobId end 12
[2026-09-11 11:42:04] Production.INFO: ==14890== Releasing lock...
[2026-09-11 11:42:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 11:42:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 11:42:04] Production.INFO: ==14886== Releasing lock...
[2026-09-11 11:42:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 11:42:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 11:42:11] Production.ERROR: CronJobId end10
[2026-09-11 11:42:11] Production.INFO: ==14888== Releasing lock...
[2026-09-11 11:42:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 11:42:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 11:42:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 11:42:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 11:42:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 11:42:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 11:42:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 11:42:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 11:42:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 11:42:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 11:42:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 11:42:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 11:42:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 11:42:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 11:42:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 11:42:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 11:42:14] Production.INFO: call_cost start
[2026-09-11 11:42:14] Production.INFO: call_cost end
[2026-09-11 11:42:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 11:42:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 11:42:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 11:42:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 11:42:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 11:42:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 11:42:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 11:42:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 11:42:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 11:42:14] Production.INFO: ==14884== Releasing lock...
[2026-09-11 11:42:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 11:42:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 16:43:01] Production.INFO: ==14950== Lock acquired, processing the job...
[2026-09-11 16:43:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 16:43:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 16:43:01] Production.INFO: neon service started
[2026-09-11 16:43:01] Production.INFO: neon service started
[2026-09-11 16:43:01] Production.INFO: ==14950== Releasing lock...
[2026-09-11 16:43:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 16:43:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 15:43:02] Production.INFO: ==14954== Lock acquired, processing the job...
[2026-09-11 15:43:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 11:43:02] Production.INFO: ==14952== Lock acquired, processing the job...
[2026-09-11 11:43:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 15:43:02] Production.INFO: ==14954== Releasing lock...
[2026-09-11 15:43:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 15:43:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 11:43:02] Production.INFO: ==14952== Releasing lock...
[2026-09-11 11:43:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 11:43:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 11:43:03] Production.INFO: ==14963== Lock acquired, processing the job...
[2026-09-11 11:43:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 11:43:03] Production.INFO: ==14965== Lock acquired, processing the job...
[2026-09-11 11:43:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 11:43:03] Production.INFO: ==14957== Lock acquired, processing the job...
[2026-09-11 11:43:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 11:43:03] Production.INFO: Account Balance Start.
[2026-09-11 11:43:03] Production.INFO: CreateAllLog Start
[2026-09-11 11:43:03] Production.INFO: ==14959== Lock acquired, processing the job...
[2026-09-11 11:43:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 11:43:03] Production.INFO: 117
[2026-09-11 11:43:03] Production.INFO: ==14961== Lock acquired, processing the job...
[2026-09-11 11:43:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 11:43:03] Production.INFO: Date 2026-09-08
[2026-09-11 11:43:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 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-09-11 11:43:03] Production.INFO: ==14965== Releasing lock...
[2026-09-11 11:43:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 11:43:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 11:43:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 11:43:03] Production.INFO: Date 2026-09-09
[2026-09-11 11:43:03] Production.INFO: Reseller ==> 0
[2026-09-11 11:43:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 11:43:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 11:43:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 11:43:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 11:43:03] Production.INFO: Date 2026-09-10
[2026-09-11 11:43:03] Production.INFO: Reseller ==> 0
[2026-09-11 11:43:04] Production.INFO: Date 2026-09-11
[2026-09-11 11:43:04] Production.INFO: Reseller ==> 0
[2026-09-11 11:43:04] Production.INFO: Total Charge 0
[2026-09-11 11:43:04] Production.INFO: CreateAllLog End
[2026-09-11 11:43:04] Production.INFO: Account Balance End.
[2026-09-11 11:43:04] Production.ERROR: CronJobId end 12
[2026-09-11 11:43:04] Production.INFO: ==14963== Releasing lock...
[2026-09-11 11:43:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 11:43:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 11:43:04] Production.INFO: ==14959== Releasing lock...
[2026-09-11 11:43:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 11:43:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 11:43:11] Production.ERROR: CronJobId end10
[2026-09-11 11:43:11] Production.INFO: ==14961== Releasing lock...
[2026-09-11 11:43:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 11:43:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 11:43:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 11:43:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 11:43:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 11:43:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 11:43:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 11:43:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 11:43:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 11:43:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 11:43:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 11:43:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 11:43:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 11:43:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 11:43:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 11:43:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 11:43:14] Production.INFO: call_cost start
[2026-09-11 11:43:14] Production.INFO: call_cost end
[2026-09-11 11:43:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 11:43:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 11:43:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 11:43:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 11:43:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 11:43:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 11:43:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 11:43:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 11:43:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 11:43:14] Production.INFO: ==14957== Releasing lock...
[2026-09-11 11:43:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 11:43:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 16:44:01] Production.INFO: ==15025== Lock acquired, processing the job...
[2026-09-11 16:44:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 16:44:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 16:44:01] Production.INFO: neon service started
[2026-09-11 16:44:01] Production.INFO: neon service started
[2026-09-11 16:44:01] Production.INFO: ==15025== Releasing lock...
[2026-09-11 16:44:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 16:44:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 15:44:01] Production.INFO: ==15029== Lock acquired, processing the job...
[2026-09-11 15:44:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 15:44:01] Production.INFO: ==15029== Releasing lock...
[2026-09-11 15:44:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 15:44:01] Production.INFO: 25 MB #Memory Used#
[2026-09-11 11:44:02] Production.INFO: ==15027== Lock acquired, processing the job...
[2026-09-11 11:44:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 11:44:02] Production.INFO: ==15027== Releasing lock...
[2026-09-11 11:44:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 11:44:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 11:44:03] Production.INFO: ==15031== Lock acquired, processing the job...
[2026-09-11 11:44:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 11:44:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 11:44:03] Production.INFO: ==15033== Lock acquired, processing the job...
[2026-09-11 11:44:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 11:44:03] Production.INFO: ==15035== Lock acquired, processing the job...
[2026-09-11 11:44:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 11:44:03] Production.INFO: ==15037== Lock acquired, processing the job...
[2026-09-11 11:44:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 11:44:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 11:44:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 11:44:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 11:44:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 11:44:03] Production.INFO: ==15039== Lock acquired, processing the job...
[2026-09-11 11:44:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 11:44:03] Production.INFO: Account Balance Start.
[2026-09-11 11:44:03] Production.INFO: CreateAllLog Start
[2026-09-11 11:44:03] Production.INFO: 117
[2026-09-11 11:44:03] Production.INFO: Date 2026-09-08
[2026-09-11 11:44:03] Production.INFO: Reseller ==> 0
[2026-09-11 11:44:03] Production.INFO: Date 2026-09-09
[2026-09-11 11:44:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 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-09-11 11:44:03] Production.INFO: ==15039== Releasing lock...
[2026-09-11 11:44:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 11:44:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 11:44:03] Production.INFO: Date 2026-09-10
[2026-09-11 11:44:03] Production.INFO: Reseller ==> 0
[2026-09-11 11:44:03] Production.INFO: Date 2026-09-11
[2026-09-11 11:44:03] Production.INFO: Reseller ==> 0
[2026-09-11 11:44:03] Production.INFO: Total Charge 0
[2026-09-11 11:44:03] Production.INFO: CreateAllLog End
[2026-09-11 11:44:03] Production.INFO: Account Balance End.
[2026-09-11 11:44:03] Production.ERROR: CronJobId end 12
[2026-09-11 11:44:03] Production.INFO: ==15037== Releasing lock...
[2026-09-11 11:44:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 11:44:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 11:44:04] Production.INFO: ==15033== Releasing lock...
[2026-09-11 11:44:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 11:44:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 11:44:11] Production.ERROR: CronJobId end10
[2026-09-11 11:44:11] Production.INFO: ==15035== Releasing lock...
[2026-09-11 11:44:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 11:44:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 11:44:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 11:44:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 11:44:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 11:44:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 11:44:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 11:44:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 11:44:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 11:44:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 11:44:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 11:44:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 11:44:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 11:44:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 11:44:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 11:44:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 11:44:13] Production.INFO: call_cost start
[2026-09-11 11:44:13] Production.INFO: call_cost end
[2026-09-11 11:44:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 11:44:13] Production.INFO: ============== Report Schedule START===========
[2026-09-11 11:44:13] Production.INFO: ============== Report Schedule END===========
[2026-09-11 11:44:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 11:44:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 11:44:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 11:44:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 11:44:13] Production.INFO: ============== Deal alert START===========
[2026-09-11 11:44:13] Production.INFO: ============== Deal alert END===========
[2026-09-11 11:44:13] Production.INFO: ==15031== Releasing lock...
[2026-09-11 11:44:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 11:44:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 16:45:01] Production.INFO: ==15102== Lock acquired, processing the job...
[2026-09-11 16:45:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 16:45:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 16:45:01] Production.INFO: neon service started
[2026-09-11 16:45:01] Production.INFO: neon service started
[2026-09-11 16:45:01] Production.INFO: ==15102== Releasing lock...
[2026-09-11 16:45:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 16:45:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 11:45:02] Production.INFO: ==15104== Lock acquired, processing the job...
[2026-09-11 11:45:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 15:45:02] Production.INFO: ==15106== Lock acquired, processing the job...
[2026-09-11 15:45:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 15:45:02] Production.INFO: ==15106== Releasing lock...
[2026-09-11 15:45:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 15:45:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 11:45:02] Production.INFO: ==15104== Releasing lock...
[2026-09-11 11:45:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 11:45:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 11:45:03] Production.INFO: ==15110== Lock acquired, processing the job...
[2026-09-11 11:45:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 11:45:03] Production.INFO: ==15112== Lock acquired, processing the job...
[2026-09-11 11:45:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 11:45:03] Production.INFO: ==15108== Lock acquired, processing the job...
[2026-09-11 11:45:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-11 11:45:03] Production.INFO: ==15114== Lock acquired, processing the job...
[2026-09-11 11:45:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 11:45:03] Production.ERROR: ========================== active cronjob start =============================
[2026-09-11 11:45:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 11:45:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-11 11:45:03] Production.ERROR: CronJob PID - 15110
[2026-09-11 11:45:03] Production.ERROR: CronJob Title - System Alerts
[2026-09-11 11:45:03] Production.ERROR: CronJob ID - 5
[2026-09-11 11:45:03] Production.ERROR: CronJob Last Run Time 2026-09-11 11:45:00
[2026-09-11 11:45:03] Production.ERROR: CronJob Active Minutes 0
[2026-09-11 11:45:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-11 11:45:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-11 11:45:03] Production.ERROR: CronJob PID - 15112
[2026-09-11 11:45:03] Production.ERROR: CronJob Title - Account Block
[2026-09-11 11:45:03] Production.ERROR: CronJob ID - 7
[2026-09-11 11:45:03] Production.ERROR: CronJob Last Run Time 2026-09-11 11:45:00
[2026-09-11 11:45:03] Production.ERROR: CronJob Active Minutes 0
[2026-09-11 11:45:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-11 11:45:03] Production.ERROR: ========================== active cronjob end =============================
[2026-09-11 11:45:03] Production.INFO: ==15108== Releasing lock...
[2026-09-11 11:45:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-11 11:45:03] Production.INFO: 25.5 MB #Memory Used#
[2026-09-11 11:45:03] Production.INFO: ==15116== Lock acquired, processing the job...
[2026-09-11 11:45:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 11:45:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 11:45:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 11:45:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 11:45:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 11:45:04] Production.INFO: ==15118== Lock acquired, processing the job...
[2026-09-11 11:45:04] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-11 11:45:04] Production.INFO: Account Balance Start.
[2026-09-11 11:45:04] Production.INFO: CreateAllLog Start
[2026-09-11 11:45:04] Production.INFO: 117
[2026-09-11 11:45:04] Production.INFO: Date 2026-09-08
[2026-09-11 11:45:04] Production.INFO: Reseller ==> 0
[2026-09-11 11:45:04] Production.INFO: ==15121== Lock acquired, processing the job...
[2026-09-11 11:45:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 11:45:04] Production.INFO: Date 2026-09-09
[2026-09-11 11:45:04] Production.INFO: Reseller ==> 0
[2026-09-11 11:45:04] Production.ERROR: tblTempUsageDetail_20
[2026-09-11 11:45:04] Production.INFO: Date 2026-09-10
[2026-09-11 11:45:04] Production.INFO: Reseller ==> 0
[2026-09-11 11: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-09-11 11: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-09-11 11: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-09-11 11:45:04] Production.INFO: Date 2026-09-11
[2026-09-11 11:45:04] Production.INFO: Reseller ==> 0
[2026-09-11 11:45:04] Production.INFO: ==15121== Releasing lock...
[2026-09-11 11:45:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 11:45:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 11:45:04] Production.INFO: Total Charge 0
[2026-09-11 11:45:04] Production.INFO: CreateAllLog End
[2026-09-11 11:45:04] Production.INFO: Account Balance End.
[2026-09-11 11:45:04] Production.ERROR: done
[2026-09-11 11:45:04] Production.INFO: ==15112== Releasing lock...
[2026-09-11 11:45:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 11:45:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 11:45:04] Production.ERROR: CronJobId end 12
[2026-09-11 11:45:04] Production.INFO: ==15116== Releasing lock...
[2026-09-11 11:45:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 11:45:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 11:45:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-11 11:45:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17984250', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) start
[2026-09-11 11:45:11] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17984250', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) end
[2026-09-11 11:45:11] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-11 11:45:11] Production.INFO: ProcessCDR(1,17984250,1,1,2)
[2026-09-11 11:45:11] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17984250,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 11:45:11] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17984250,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 11:45:11] Production.ERROR: pbx prc_insertCDR start
[2026-09-11 11:45:11] Production.ERROR: pbx prc_insertCDR end
[2026-09-11 11:45:11] Production.INFO: ==15118== Releasing lock...
[2026-09-11 11:45:11] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-11 11:45:11] Production.INFO: 26 MB #Memory Used#
[2026-09-11 11:45:14] Production.ERROR: CronJobId end10
[2026-09-11 11:45:14] Production.INFO: ==15114== Releasing lock...
[2026-09-11 11:45:14] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 11:45:14] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 11:45:17] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 11:45:17] Production.INFO: ============== Balance Warning START===========
[2026-09-11 11:45:17] Production.INFO: ============== Balance Warning END===========
[2026-09-11 11:45:17] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 11:45:17] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 11:45:17] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 11:45:17] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 11:45:17] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 11:45:17] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 11:45:17] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 11:45:17] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 11:45:17] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 11:45:17] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 11:45:17] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 11:45:18] Production.INFO: call_cost start
[2026-09-11 11:45:18] Production.INFO: call_cost end
[2026-09-11 11:45:18] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 11:45:18] Production.INFO: ============== Report Schedule START===========
[2026-09-11 11:45:18] Production.INFO: ============== Report Schedule END===========
[2026-09-11 11:45:18] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 11:45:18] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 11:45:18] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 11:45:18] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 11:45:18] Production.INFO: ============== Deal alert START===========
[2026-09-11 11:45:18] Production.INFO: ============== Deal alert END===========
[2026-09-11 11:45:18] Production.INFO: ==15110== Releasing lock...
[2026-09-11 11:45:18] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 11:45:18] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 16:46:01] Production.INFO: ==15183== Lock acquired, processing the job...
[2026-09-11 16:46:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 16:46:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 16:46:01] Production.INFO: neon service started
[2026-09-11 16:46:01] Production.INFO: neon service started
[2026-09-11 16:46:01] Production.INFO: ==15183== Releasing lock...
[2026-09-11 16:46:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 16:46:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 11:46:01] Production.INFO: ==15185== Lock acquired, processing the job...
[2026-09-11 11:46:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 15:46:02] Production.INFO: ==15187== Lock acquired, processing the job...
[2026-09-11 15:46:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 15:46:02] Production.INFO: ==15187== Releasing lock...
[2026-09-11 15:46:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 15:46:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 11:46:02] Production.INFO: ==15185== Releasing lock...
[2026-09-11 11:46:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 11:46:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 11:46:03] Production.INFO: ==15190== Lock acquired, processing the job...
[2026-09-11 11:46:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 11:46:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 11:46:03] Production.INFO: ==15192== Lock acquired, processing the job...
[2026-09-11 11:46:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 11:46:03] Production.INFO: ==15194== Lock acquired, processing the job...
[2026-09-11 11:46:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 11:46:03] Production.INFO: ==15196== Lock acquired, processing the job...
[2026-09-11 11:46:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 11:46:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 11:46:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 11:46:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 11:46:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 11:46:03] Production.INFO: ==15198== Lock acquired, processing the job...
[2026-09-11 11:46:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 11:46:03] Production.INFO: Account Balance Start.
[2026-09-11 11:46:03] Production.INFO: CreateAllLog Start
[2026-09-11 11:46:03] Production.INFO: 117
[2026-09-11 11:46:03] Production.INFO: Date 2026-09-08
[2026-09-11 11:46:03] Production.INFO: Reseller ==> 0
[2026-09-11 11:46:03] Production.INFO: Date 2026-09-09
[2026-09-11 11:46:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 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-09-11 11:46:03] Production.INFO: ==15198== Releasing lock...
[2026-09-11 11:46:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 11:46:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 11:46:03] Production.INFO: Date 2026-09-10
[2026-09-11 11:46:03] Production.INFO: Reseller ==> 0
[2026-09-11 11:46:03] Production.INFO: Date 2026-09-11
[2026-09-11 11:46:03] Production.INFO: Reseller ==> 0
[2026-09-11 11:46:03] Production.INFO: Total Charge 0
[2026-09-11 11:46:03] Production.INFO: CreateAllLog End
[2026-09-11 11:46:03] Production.INFO: Account Balance End.
[2026-09-11 11:46:04] Production.ERROR: CronJobId end 12
[2026-09-11 11:46:04] Production.INFO: ==15196== Releasing lock...
[2026-09-11 11:46:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 11:46:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 11:46:04] Production.INFO: ==15192== Releasing lock...
[2026-09-11 11:46:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 11:46:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 11:46:11] Production.ERROR: CronJobId end10
[2026-09-11 11:46:11] Production.INFO: ==15194== Releasing lock...
[2026-09-11 11:46:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 11:46:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 11:46:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 11:46:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 11:46:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 11:46:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 11:46:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 11:46:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 11:46:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 11:46:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 11:46:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 11:46:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 11:46:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 11:46:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 11:46:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 11:46:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 11:46:14] Production.INFO: call_cost start
[2026-09-11 11:46:14] Production.INFO: call_cost end
[2026-09-11 11:46:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 11:46:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 11:46:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 11:46:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 11:46:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 11:46:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 11:46:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 11:46:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 11:46:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 11:46:14] Production.INFO: ==15190== Releasing lock...
[2026-09-11 11:46:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 11:46:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 16:47:01] Production.INFO: ==15252== Lock acquired, processing the job...
[2026-09-11 16:47:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 16:47:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 16:47:01] Production.INFO: neon service started
[2026-09-11 16:47:01] Production.INFO: neon service started
[2026-09-11 16:47:01] Production.INFO: ==15252== Releasing lock...
[2026-09-11 16:47:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 16:47:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 15:47:02] Production.INFO: ==15257== Lock acquired, processing the job...
[2026-09-11 15:47:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 15:47:02] Production.INFO: ==15257== Releasing lock...
[2026-09-11 15:47:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 15:47:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 11:47:02] Production.INFO: ==15255== Lock acquired, processing the job...
[2026-09-11 11:47:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 11:47:02] Production.INFO: ==15255== Releasing lock...
[2026-09-11 11:47:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 11:47:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 11:47:03] Production.INFO: ==15263== Lock acquired, processing the job...
[2026-09-11 11:47:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 11:47:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 11:47:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 11:47:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 11:47:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 11:47:03] Production.INFO: ==15265== Lock acquired, processing the job...
[2026-09-11 11:47:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 11:47:03] Production.INFO: ==15259== Lock acquired, processing the job...
[2026-09-11 11:47:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 11:47:03] Production.INFO: ==15261== Lock acquired, processing the job...
[2026-09-11 11:47:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 11:47:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 11:47:03] Production.INFO: Account Balance Start.
[2026-09-11 11:47:03] Production.INFO: CreateAllLog Start
[2026-09-11 11:47:03] Production.INFO: ==15267== Lock acquired, processing the job...
[2026-09-11 11:47:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 11:47:03] Production.INFO: 117
[2026-09-11 11:47:03] Production.INFO: Date 2026-09-08
[2026-09-11 11:47:03] Production.INFO: Reseller ==> 0
[2026-09-11 11:47:03] Production.INFO: Date 2026-09-09
[2026-09-11 11:47:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 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-09-11 11:47:03] Production.INFO: ==15267== Releasing lock...
[2026-09-11 11:47:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 11:47:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 11:47:03] Production.INFO: Date 2026-09-10
[2026-09-11 11:47:03] Production.INFO: Reseller ==> 0
[2026-09-11 11:47:03] Production.INFO: Date 2026-09-11
[2026-09-11 11:47:03] Production.INFO: Reseller ==> 0
[2026-09-11 11:47:03] Production.INFO: Total Charge 0
[2026-09-11 11:47:03] Production.INFO: CreateAllLog End
[2026-09-11 11:47:03] Production.INFO: Account Balance End.
[2026-09-11 11:47:04] Production.ERROR: CronJobId end 12
[2026-09-11 11:47:04] Production.INFO: ==15265== Releasing lock...
[2026-09-11 11:47:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 11:47:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 11:47:04] Production.INFO: ==15261== Releasing lock...
[2026-09-11 11:47:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 11:47:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 11:47:11] Production.ERROR: CronJobId end10
[2026-09-11 11:47:11] Production.INFO: ==15263== Releasing lock...
[2026-09-11 11:47:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 11:47:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 11:47:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 11:47:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 11:47:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 11:47:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 11:47:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 11:47:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 11:47:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 11:47:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 11:47:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 11:47:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 11:47:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 11:47:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 11:47:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 11:47:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 11:47:14] Production.INFO: call_cost start
[2026-09-11 11:47:14] Production.INFO: call_cost end
[2026-09-11 11:47:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 11:47:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 11:47:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 11:47:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 11:47:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 11:47:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 11:47:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 11:47:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 11:47:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 11:47:14] Production.INFO: ==15259== Releasing lock...
[2026-09-11 11:47:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 11:47:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 16:48:02] Production.INFO: ==15358== Lock acquired, processing the job...
[2026-09-11 16:48:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 16:48:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 16:48:02] Production.INFO: neon service started
[2026-09-11 16:48:02] Production.INFO: neon service started
[2026-09-11 16:48:02] Production.INFO: ==15358== Releasing lock...
[2026-09-11 16:48:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 16:48:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 11:48:02] Production.INFO: ==15360== Lock acquired, processing the job...
[2026-09-11 11:48:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 15:48:02] Production.INFO: ==15362== Lock acquired, processing the job...
[2026-09-11 15:48:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 15:48:02] Production.INFO: ==15362== Releasing lock...
[2026-09-11 15:48:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 15:48:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 11:48:03] Production.INFO: ==15360== Releasing lock...
[2026-09-11 11:48:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 11:48:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 11:48:03] Production.INFO: ==15365== Lock acquired, processing the job...
[2026-09-11 11:48:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 11:48:03] Production.INFO: ==15367== Lock acquired, processing the job...
[2026-09-11 11:48:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 11:48:03] Production.INFO: ==15373== Lock acquired, processing the job...
[2026-09-11 11:48:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 11:48:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 11:48:03] Production.INFO: ==15369== Lock acquired, processing the job...
[2026-09-11 11:48:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 11:48:04] Production.INFO: ==15371== Lock acquired, processing the job...
[2026-09-11 11:48:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 11:48:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 11:48:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 11:48:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 11:48:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 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-09-11 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-09-11 11:48:04] Production.INFO: Account Balance Start.
[2026-09-11 11:48:04] Production.INFO: CreateAllLog Start
[2026-09-11 11:48:04] Production.INFO: 117
[2026-09-11 11:48:04] Production.INFO: Date 2026-09-08
[2026-09-11 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-09-11 11:48:04] Production.INFO: ==15373== Releasing lock...
[2026-09-11 11:48:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 11:48:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 11:48:04] Production.INFO: Reseller ==> 0
[2026-09-11 11:48:04] Production.INFO: Date 2026-09-09
[2026-09-11 11:48:04] Production.INFO: Reseller ==> 0
[2026-09-11 11:48:04] Production.INFO: Date 2026-09-10
[2026-09-11 11:48:04] Production.INFO: Reseller ==> 0
[2026-09-11 11:48:04] Production.INFO: Date 2026-09-11
[2026-09-11 11:48:04] Production.INFO: Reseller ==> 0
[2026-09-11 11:48:04] Production.INFO: Total Charge 0
[2026-09-11 11:48:04] Production.INFO: CreateAllLog End
[2026-09-11 11:48:04] Production.INFO: Account Balance End.
[2026-09-11 11:48:04] Production.ERROR: CronJobId end 12
[2026-09-11 11:48:04] Production.INFO: ==15371== Releasing lock...
[2026-09-11 11:48:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 11:48:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 11:48:04] Production.INFO: ==15367== Releasing lock...
[2026-09-11 11:48:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 11:48:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 11:48:11] Production.ERROR: CronJobId end10
[2026-09-11 11:48:11] Production.INFO: ==15369== Releasing lock...
[2026-09-11 11:48:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 11:48:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 11:48:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 11:48:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 11:48:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 11:48:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 11:48:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 11:48:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 11:48:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 11:48:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 11:48:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 11:48:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 11:48:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 11:48:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 11:48:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 11:48:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 11:48:14] Production.INFO: call_cost start
[2026-09-11 11:48:14] Production.INFO: call_cost end
[2026-09-11 11:48:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 11:48:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 11:48:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 11:48:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 11:48:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 11:48:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 11:48:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 11:48:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 11:48:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 11:48:14] Production.INFO: ==15365== Releasing lock...
[2026-09-11 11:48:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 11:48:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 16:49:01] Production.INFO: ==15431== Lock acquired, processing the job...
[2026-09-11 16:49:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 16:49:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 16:49:01] Production.INFO: neon service started
[2026-09-11 16:49:01] Production.INFO: neon service started
[2026-09-11 16:49:01] Production.INFO: ==15431== Releasing lock...
[2026-09-11 16:49:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 16:49:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 11:49:02] Production.INFO: ==15433== Lock acquired, processing the job...
[2026-09-11 11:49:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 11:49:02] Production.INFO: ==15433== Releasing lock...
[2026-09-11 11:49:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 11:49:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 15:49:02] Production.INFO: ==15435== Lock acquired, processing the job...
[2026-09-11 15:49:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 15:49:02] Production.INFO: ==15435== Releasing lock...
[2026-09-11 15:49:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 15:49:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 11:49:02] Production.INFO: ==15440== Lock acquired, processing the job...
[2026-09-11 11:49:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 11:49:02] Production.INFO: ==15438== Lock acquired, processing the job...
[2026-09-11 11:49:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 11:49:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 11:49:03] Production.INFO: ==15446== Lock acquired, processing the job...
[2026-09-11 11:49:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 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-09-11 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-09-11 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-09-11 11:49:03] Production.INFO: ==15446== Releasing lock...
[2026-09-11 11:49:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 11:49:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 11:49:03] Production.INFO: ==15442== Lock acquired, processing the job...
[2026-09-11 11:49:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 11:49:03] Production.INFO: ==15444== Lock acquired, processing the job...
[2026-09-11 11:49:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 11:49:03] Production.INFO: ==15440== Releasing lock...
[2026-09-11 11:49:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 11:49:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 11:49:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 11:49:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 11:49:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 11:49:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 11:49:03] Production.INFO: Account Balance Start.
[2026-09-11 11:49:03] Production.INFO: CreateAllLog Start
[2026-09-11 11:49:03] Production.INFO: 117
[2026-09-11 11:49:03] Production.INFO: Date 2026-09-08
[2026-09-11 11:49:03] Production.INFO: Reseller ==> 0
[2026-09-11 11:49:03] Production.INFO: Date 2026-09-09
[2026-09-11 11:49:03] Production.INFO: Reseller ==> 0
[2026-09-11 11:49:03] Production.INFO: Date 2026-09-10
[2026-09-11 11:49:03] Production.INFO: Reseller ==> 0
[2026-09-11 11:49:03] Production.INFO: Date 2026-09-11
[2026-09-11 11:49:03] Production.INFO: Reseller ==> 0
[2026-09-11 11:49:03] Production.INFO: Total Charge 0
[2026-09-11 11:49:03] Production.INFO: CreateAllLog End
[2026-09-11 11:49:03] Production.INFO: Account Balance End.
[2026-09-11 11:49:03] Production.ERROR: CronJobId end 12
[2026-09-11 11:49:03] Production.INFO: ==15444== Releasing lock...
[2026-09-11 11:49:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 11:49:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 11:49:11] Production.ERROR: CronJobId end10
[2026-09-11 11:49:11] Production.INFO: ==15442== Releasing lock...
[2026-09-11 11:49:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 11:49:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 11:49:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 11:49:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 11:49:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 11:49:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 11:49:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 11:49:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 11:49:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 11:49:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 11:49:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 11:49:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 11:49:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 11:49:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 11:49:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 11:49:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 11:49:14] Production.INFO: call_cost start
[2026-09-11 11:49:14] Production.INFO: call_cost end
[2026-09-11 11:49:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 11:49:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 11:49:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 11:49:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 11:49:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 11:49:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 11:49:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 11:49:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 11:49:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 11:49:14] Production.INFO: ==15438== Releasing lock...
[2026-09-11 11:49:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 11:49:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 16:50:02] Production.INFO: ==15504== Lock acquired, processing the job...
[2026-09-11 16:50:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 16:50:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 16:50:02] Production.INFO: neon service started
[2026-09-11 16:50:02] Production.INFO: neon service started
[2026-09-11 16:50:02] Production.INFO: ==15504== Releasing lock...
[2026-09-11 16:50:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 16:50:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 15:50:02] Production.INFO: ==15508== Lock acquired, processing the job...
[2026-09-11 15:50:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 15:50:02] Production.INFO: ==15508== Releasing lock...
[2026-09-11 15:50:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 15:50:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 11:50:02] Production.INFO: ==15506== Lock acquired, processing the job...
[2026-09-11 11:50:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 11:50:02] Production.INFO: ==15506== Releasing lock...
[2026-09-11 11:50:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 11:50:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 11:50:03] Production.INFO: ==15511== Lock acquired, processing the job...
[2026-09-11 11:50:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 11:50:03] Production.INFO: ==15513== Lock acquired, processing the job...
[2026-09-11 11:50:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 11:50:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 11:50:03] Production.INFO: ==15515== Lock acquired, processing the job...
[2026-09-11 11:50:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 11:50:03] Production.INFO: ==15517== Lock acquired, processing the job...
[2026-09-11 11:50:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 11:50:03] Production.INFO: ==15519== Lock acquired, processing the job...
[2026-09-11 11:50:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 11:50:03] Production.INFO: Account Balance Start.
[2026-09-11 11:50:03] Production.INFO: CreateAllLog Start
[2026-09-11 11:50:03] Production.INFO: 117
[2026-09-11 11:50:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 11:50:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 11:50:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 11:50:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 11:50:03] Production.INFO: Date 2026-09-08
[2026-09-11 11:50:03] Production.INFO: Reseller ==> 0
[2026-09-11 11: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-09-11 11: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-09-11 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-09-11 11:50:04] Production.INFO: ==15519== Releasing lock...
[2026-09-11 11:50:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 11:50:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 11:50:04] Production.INFO: Date 2026-09-09
[2026-09-11 11:50:04] Production.INFO: Reseller ==> 0
[2026-09-11 11:50:04] Production.INFO: Date 2026-09-10
[2026-09-11 11:50:04] Production.INFO: Reseller ==> 0
[2026-09-11 11:50:04] Production.INFO: Date 2026-09-11
[2026-09-11 11:50:04] Production.INFO: Reseller ==> 0
[2026-09-11 11:50:04] Production.INFO: Total Charge 0
[2026-09-11 11:50:04] Production.INFO: CreateAllLog End
[2026-09-11 11:50:04] Production.INFO: Account Balance End.
[2026-09-11 11:50:04] Production.ERROR: CronJobId end 12
[2026-09-11 11:50:04] Production.INFO: ==15517== Releasing lock...
[2026-09-11 11:50:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 11:50:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 11:50:04] Production.INFO: ==15513== Releasing lock...
[2026-09-11 11:50:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 11:50:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 11:50:11] Production.ERROR: CronJobId end10
[2026-09-11 11:50:11] Production.INFO: ==15515== Releasing lock...
[2026-09-11 11:50:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 11:50:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 11:50:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 11:50:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 11:50:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 11:50:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 11:50:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 11:50:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 11:50:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 11:50:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 11:50:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 11:50:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 11:50:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 11:50:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 11:50:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 11:50:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 11:50:14] Production.INFO: call_cost start
[2026-09-11 11:50:14] Production.INFO: call_cost end
[2026-09-11 11:50:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 11:50:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 11:50:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 11:50:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 11:50:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 11:50:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 11:50:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 11:50:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 11:50:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 11:50:14] Production.INFO: ==15511== Releasing lock...
[2026-09-11 11:50:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 11:50:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 16:51:01] Production.INFO: ==15580== Lock acquired, processing the job...
[2026-09-11 16:51:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 16:51:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 16:51:01] Production.INFO: neon service started
[2026-09-11 16:51:01] Production.INFO: neon service started
[2026-09-11 16:51:01] Production.INFO: ==15580== Releasing lock...
[2026-09-11 16:51:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 16:51:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 11:51:01] Production.INFO: ==15582== Lock acquired, processing the job...
[2026-09-11 11:51:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 11:51:02] Production.INFO: ==15582== Releasing lock...
[2026-09-11 11:51:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 11:51:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 15:51:02] Production.INFO: ==15584== Lock acquired, processing the job...
[2026-09-11 15:51:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 15:51:02] Production.INFO: ==15584== Releasing lock...
[2026-09-11 15:51:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 15:51:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 11:51:02] Production.INFO: ==15590== Lock acquired, processing the job...
[2026-09-11 11:51:02] Production.INFO: ==15586== Lock acquired, processing the job...
[2026-09-11 11:51:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 11:51:02] Production.INFO: ==15588== Lock acquired, processing the job...
[2026-09-11 11:51:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 11:51:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 11:51:03] Production.INFO: ==15594== Lock acquired, processing the job...
[2026-09-11 11:51:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 11:51:03] Production.INFO: ==15592== Lock acquired, processing the job...
[2026-09-11 11:51:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 11:51:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 11:51:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 11:51:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 11:51:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 11:51:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 11:51:03] Production.INFO: Account Balance Start.
[2026-09-11 11:51:03] Production.INFO: CreateAllLog Start
[2026-09-11 11:51:03] Production.INFO: 117
[2026-09-11 11:51:03] Production.INFO: Date 2026-09-08
[2026-09-11 11: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-09-11 11:51:03] Production.INFO: Reseller ==> 0
[2026-09-11 11: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-09-11 11: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-09-11 11:51:03] Production.INFO: Date 2026-09-09
[2026-09-11 11:51:03] Production.INFO: Reseller ==> 0
[2026-09-11 11:51:03] Production.INFO: ==15594== Releasing lock...
[2026-09-11 11:51:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 11:51:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 11:51:03] Production.INFO: Date 2026-09-10
[2026-09-11 11:51:03] Production.INFO: Reseller ==> 0
[2026-09-11 11:51:03] Production.INFO: Date 2026-09-11
[2026-09-11 11:51:03] Production.INFO: Reseller ==> 0
[2026-09-11 11:51:03] Production.INFO: Total Charge 0
[2026-09-11 11:51:03] Production.INFO: CreateAllLog End
[2026-09-11 11:51:03] Production.INFO: Account Balance End.
[2026-09-11 11:51:03] Production.ERROR: CronJobId end 12
[2026-09-11 11:51:03] Production.INFO: ==15592== Releasing lock...
[2026-09-11 11:51:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 11:51:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 11:51:03] Production.INFO: ==15588== Releasing lock...
[2026-09-11 11:51:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 11:51:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 11:51:11] Production.ERROR: CronJobId end10
[2026-09-11 11:51:11] Production.INFO: ==15590== Releasing lock...
[2026-09-11 11:51:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 11:51:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 11:51:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 11:51:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 11:51:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 11:51:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 11:51:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 11:51:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 11:51:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 11:51:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 11:51:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 11:51:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 11:51:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 11:51:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 11:51:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 11:51:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 11:51:14] Production.INFO: call_cost start
[2026-09-11 11:51:14] Production.INFO: call_cost end
[2026-09-11 11:51:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 11:51:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 11:51:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 11:51:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 11:51:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 11:51:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 11:51:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 11:51:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 11:51:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 11:51:14] Production.INFO: ==15586== Releasing lock...
[2026-09-11 11:51:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 11:51:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 16:52:01] Production.INFO: ==15652== Lock acquired, processing the job...
[2026-09-11 16:52:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 16:52:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 16:52:01] Production.INFO: neon service started
[2026-09-11 16:52:02] Production.INFO: neon service started
[2026-09-11 16:52:02] Production.INFO: ==15652== Releasing lock...
[2026-09-11 16:52:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 16:52:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 15:52:02] Production.INFO: ==15656== Lock acquired, processing the job...
[2026-09-11 15:52:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 15:52:02] Production.INFO: ==15656== Releasing lock...
[2026-09-11 15:52:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 15:52:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 11:52:02] Production.INFO: ==15654== Lock acquired, processing the job...
[2026-09-11 11:52:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 11:52:02] Production.INFO: ==15654== Releasing lock...
[2026-09-11 11:52:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 11:52:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 11:52:03] Production.INFO: ==15659== Lock acquired, processing the job...
[2026-09-11 11:52:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 11:52:03] Production.INFO: ==15661== Lock acquired, processing the job...
[2026-09-11 11:52:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 11:52:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 11:52:03] Production.INFO: ==15663== Lock acquired, processing the job...
[2026-09-11 11:52:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 11:52:03] Production.INFO: ==15665== Lock acquired, processing the job...
[2026-09-11 11:52:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 11:52:03] Production.INFO: ==15667== Lock acquired, processing the job...
[2026-09-11 11:52:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 11:52:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 11:52:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 11:52:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 11:52:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 11: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-09-11 11: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-09-11 11: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-09-11 11:52:04] Production.INFO: Account Balance Start.
[2026-09-11 11:52:04] Production.INFO: CreateAllLog Start
[2026-09-11 11:52:04] Production.INFO: 117
[2026-09-11 11:52:04] Production.INFO: Date 2026-09-08
[2026-09-11 11:52:04] Production.INFO: Reseller ==> 0
[2026-09-11 11:52:04] Production.INFO: ==15667== Releasing lock...
[2026-09-11 11:52:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 11:52:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 11:52:04] Production.INFO: Date 2026-09-09
[2026-09-11 11:52:04] Production.INFO: Reseller ==> 0
[2026-09-11 11:52:04] Production.INFO: Date 2026-09-10
[2026-09-11 11:52:04] Production.INFO: Reseller ==> 0
[2026-09-11 11:52:04] Production.INFO: Date 2026-09-11
[2026-09-11 11:52:04] Production.INFO: Reseller ==> 0
[2026-09-11 11:52:04] Production.INFO: Total Charge 0
[2026-09-11 11:52:04] Production.INFO: CreateAllLog End
[2026-09-11 11:52:04] Production.INFO: Account Balance End.
[2026-09-11 11:52:04] Production.ERROR: CronJobId end 12
[2026-09-11 11:52:04] Production.INFO: ==15665== Releasing lock...
[2026-09-11 11:52:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 11:52:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 11:52:04] Production.INFO: ==15661== Releasing lock...
[2026-09-11 11:52:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 11:52:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 11:52:12] Production.ERROR: CronJobId end10
[2026-09-11 11:52:12] Production.INFO: ==15663== Releasing lock...
[2026-09-11 11:52:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 11:52:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 11:52:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 11:52:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 11:52:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 11:52:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 11:52:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 11:52:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 11:52:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 11:52:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 11:52:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 11:52:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 11:52:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 11:52:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 11:52:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 11:52:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 11:52:15] Production.INFO: call_cost start
[2026-09-11 11:52:15] Production.INFO: call_cost end
[2026-09-11 11:52:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 11:52:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 11:52:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 11:52:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 11:52:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 11:52:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 11:52:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 11:52:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 11:52:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 11:52:15] Production.INFO: ==15659== Releasing lock...
[2026-09-11 11:52:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 11:52:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 16:53:01] Production.INFO: ==15724== Lock acquired, processing the job...
[2026-09-11 16:53:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 16:53:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 16:53:01] Production.INFO: neon service started
[2026-09-11 16:53:01] Production.INFO: neon service started
[2026-09-11 16:53:01] Production.INFO: ==15724== Releasing lock...
[2026-09-11 16:53:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 16:53:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 11:53:02] Production.INFO: ==15726== Lock acquired, processing the job...
[2026-09-11 11:53:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 15:53:02] Production.INFO: ==15728== Lock acquired, processing the job...
[2026-09-11 15:53:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 15:53:02] Production.INFO: ==15728== Releasing lock...
[2026-09-11 15:53:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 15:53:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 11:53:02] Production.INFO: ==15726== Releasing lock...
[2026-09-11 11:53:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 11:53:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 11:53:03] Production.INFO: ==15731== Lock acquired, processing the job...
[2026-09-11 11:53:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 11:53:03] Production.INFO: ==15733== Lock acquired, processing the job...
[2026-09-11 11:53:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 11:53:03] Production.INFO: ==15737== Lock acquired, processing the job...
[2026-09-11 11:53:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 11:53:03] Production.INFO: ==15735== Lock acquired, processing the job...
[2026-09-11 11:53:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 11:53:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 11:53:03] Production.INFO: ==15739== Lock acquired, processing the job...
[2026-09-11 11:53:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 11:53:03] Production.INFO: Account Balance Start.
[2026-09-11 11:53:03] Production.INFO: CreateAllLog Start
[2026-09-11 11:53:03] Production.INFO: 117
[2026-09-11 11:53:03] Production.INFO: Date 2026-09-08
[2026-09-11 11:53:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 11:53:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 11:53:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 11:53:03] Production.INFO: Reseller ==> 0
[2026-09-11 11:53:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 11:53:03] Production.INFO: Date 2026-09-09
[2026-09-11 11:53:03] Production.INFO: Reseller ==> 0
[2026-09-11 11:53:03] Production.INFO: Date 2026-09-10
[2026-09-11 11:53:03] Production.INFO: Reseller ==> 0
[2026-09-11 11:53:03] Production.INFO: Date 2026-09-11
[2026-09-11 11:53:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 11:53:03] Production.INFO: Total Charge 0
[2026-09-11 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-09-11 11:53:03] Production.INFO: CreateAllLog End
[2026-09-11 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-09-11 11:53:03] Production.INFO: ==15739== Releasing lock...
[2026-09-11 11:53:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 11:53:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 11:53:03] Production.INFO: Account Balance End.
[2026-09-11 11:53:03] Production.ERROR: CronJobId end 12
[2026-09-11 11:53:03] Production.INFO: ==15737== Releasing lock...
[2026-09-11 11:53:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 11:53:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 11:53:04] Production.INFO: ==15733== Releasing lock...
[2026-09-11 11:53:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 11:53:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 11:53:11] Production.ERROR: CronJobId end10
[2026-09-11 11:53:11] Production.INFO: ==15735== Releasing lock...
[2026-09-11 11:53:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 11:53:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 11:53:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 11:53:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 11:53:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 11:53:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 11:53:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 11:53:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 11:53:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 11:53:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 11:53:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 11:53:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 11:53:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 11:53:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 11:53:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 11:53:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 11:53:15] Production.INFO: call_cost start
[2026-09-11 11:53:15] Production.INFO: call_cost end
[2026-09-11 11:53:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 11:53:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 11:53:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 11:53:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 11:53:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 11:53:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 11:53:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 11:53:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 11:53:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 11:53:15] Production.INFO: ==15731== Releasing lock...
[2026-09-11 11:53:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 11:53:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 16:54:01] Production.INFO: ==15801== Lock acquired, processing the job...
[2026-09-11 16:54:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 16:54:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 16:54:01] Production.INFO: neon service started
[2026-09-11 16:54:01] Production.INFO: neon service started
[2026-09-11 16:54:01] Production.INFO: ==15801== Releasing lock...
[2026-09-11 16:54:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 16:54:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 11:54:02] Production.INFO: ==15803== Lock acquired, processing the job...
[2026-09-11 11:54:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 11:54:02] Production.INFO: ==15803== Releasing lock...
[2026-09-11 11:54:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 11:54:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 15:54:02] Production.INFO: ==15805== Lock acquired, processing the job...
[2026-09-11 15:54:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 15:54:02] Production.INFO: ==15805== Releasing lock...
[2026-09-11 15:54:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 15:54:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 11:54:03] Production.INFO: ==15807== Lock acquired, processing the job...
[2026-09-11 11:54:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 11:54:03] Production.INFO: ==15809== Lock acquired, processing the job...
[2026-09-11 11:54:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 11:54:03] Production.INFO: ==15811== Lock acquired, processing the job...
[2026-09-11 11:54:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 11:54:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 11:54:03] Production.INFO: ==15813== Lock acquired, processing the job...
[2026-09-11 11:54:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 11:54:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 11:54:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 11:54:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 11:54:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 11:54:03] Production.INFO: ==15815== Lock acquired, processing the job...
[2026-09-11 11:54:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 11:54:03] Production.INFO: Account Balance Start.
[2026-09-11 11:54:03] Production.INFO: CreateAllLog Start
[2026-09-11 11:54:03] Production.INFO: 117
[2026-09-11 11:54:03] Production.INFO: Date 2026-09-08
[2026-09-11 11:54:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 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-09-11 11:54:03] Production.INFO: ==15815== Releasing lock...
[2026-09-11 11:54:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 11:54:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 11:54:03] Production.INFO: Date 2026-09-09
[2026-09-11 11:54:03] Production.INFO: Reseller ==> 0
[2026-09-11 11:54:03] Production.INFO: Date 2026-09-10
[2026-09-11 11:54:03] Production.INFO: Reseller ==> 0
[2026-09-11 11:54:03] Production.INFO: Date 2026-09-11
[2026-09-11 11:54:03] Production.INFO: Reseller ==> 0
[2026-09-11 11:54:03] Production.INFO: Total Charge 0
[2026-09-11 11:54:03] Production.INFO: CreateAllLog End
[2026-09-11 11:54:03] Production.INFO: Account Balance End.
[2026-09-11 11:54:03] Production.ERROR: CronJobId end 12
[2026-09-11 11:54:03] Production.INFO: ==15813== Releasing lock...
[2026-09-11 11:54:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 11:54:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 11:54:04] Production.INFO: ==15809== Releasing lock...
[2026-09-11 11:54:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 11:54:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 11:54:12] Production.ERROR: CronJobId end10
[2026-09-11 11:54:12] Production.INFO: ==15811== Releasing lock...
[2026-09-11 11:54:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 11:54:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 11:54:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 11:54:15] Production.INFO: ============== Balance Warning START===========
[2026-09-11 11:54:15] Production.INFO: ============== Balance Warning END===========
[2026-09-11 11:54:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 11:54:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 11:54:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 11:54:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 11:54:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 11:54:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 11:54:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 11:54:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 11:54:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 11:54:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 11:54:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 11:54:15] Production.INFO: call_cost start
[2026-09-11 11:54:15] Production.INFO: call_cost end
[2026-09-11 11:54:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 11:54:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 11:54:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 11:54:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 11:54:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 11:54:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 11:54:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 11:54:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 11:54:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 11:54:15] Production.INFO: ==15807== Releasing lock...
[2026-09-11 11:54:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 11:54:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 16:55:02] Production.INFO: ==15877== Lock acquired, processing the job...
[2026-09-11 16:55:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 16:55:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 16:55:02] Production.INFO: neon service started
[2026-09-11 16:55:02] Production.INFO: neon service started
[2026-09-11 16:55:02] Production.INFO: ==15877== Releasing lock...
[2026-09-11 16:55:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 16:55:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 11:55:02] Production.INFO: ==15879== Lock acquired, processing the job...
[2026-09-11 11:55:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 11:55:03] Production.INFO: ==15879== Releasing lock...
[2026-09-11 11:55:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 11:55:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 15:55:03] Production.INFO: ==15881== Lock acquired, processing the job...
[2026-09-11 15:55:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 15:55:03] Production.INFO: ==15881== Releasing lock...
[2026-09-11 15:55:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 15:55:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 11:55:04] Production.INFO: ==15883== Lock acquired, processing the job...
[2026-09-11 11:55:04] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-11 11:55:04] Production.INFO: ==15885== Lock acquired, processing the job...
[2026-09-11 11:55:04] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 11:55:04] Production.ERROR: ========================== active cronjob start =============================
[2026-09-11 11:55:04] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-11 11:55:04] Production.ERROR: CronJob PID - 15885
[2026-09-11 11:55:04] Production.ERROR: CronJob Title - System Alerts
[2026-09-11 11:55:04] Production.ERROR: CronJob ID - 5
[2026-09-11 11:55:04] Production.ERROR: CronJob Last Run Time 2026-09-11 11:55:00
[2026-09-11 11:55:04] Production.ERROR: CronJob Active Minutes 0
[2026-09-11 11:55:04] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-11 11:55:04] Production.INFO: ==15891== Lock acquired, processing the job...
[2026-09-11 11:55:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 11:55:04] Production.ERROR: ========================== active cronjob end =============================
[2026-09-11 11:55:04] Production.INFO: ==15883== Releasing lock...
[2026-09-11 11:55:04] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-11 11:55:04] Production.INFO: 25.5 MB #Memory Used#
[2026-09-11 11:55:04] Production.INFO: ==15887== Lock acquired, processing the job...
[2026-09-11 11:55:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 11:55:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 11:55:04] Production.INFO: ==15889== Lock acquired, processing the job...
[2026-09-11 11:55:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 11:55:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 11:55:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 11:55:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 11:55:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 11:55:04] Production.INFO: Account Balance Start.
[2026-09-11 11:55:04] Production.INFO: CreateAllLog Start
[2026-09-11 11:55:04] Production.INFO: 117
[2026-09-11 11:55:04] Production.INFO: Date 2026-09-08
[2026-09-11 11:55:04] Production.INFO: ==15893== Lock acquired, processing the job...
[2026-09-11 11:55:04] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-11 11:55:04] Production.INFO: Reseller ==> 0
[2026-09-11 11:55:04] Production.INFO: ==15896== Lock acquired, processing the job...
[2026-09-11 11:55:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 11:55:04] Production.INFO: Date 2026-09-09
[2026-09-11 11:55:04] Production.INFO: Reseller ==> 0
[2026-09-11 11:55:04] Production.ERROR: tblTempUsageDetail_20
[2026-09-11 11:55:04] Production.INFO: Date 2026-09-10
[2026-09-11 11:55:04] Production.INFO: Reseller ==> 0
[2026-09-11 11:55:04] Production.INFO: Date 2026-09-11
[2026-09-11 11:55:04] Production.INFO: Reseller ==> 0
[2026-09-11 11: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-09-11 11: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-09-11 11: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-09-11 11:55:04] Production.INFO: ==15896== Releasing lock...
[2026-09-11 11:55:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 11:55:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 11:55:04] Production.INFO: Total Charge 0
[2026-09-11 11:55:04] Production.INFO: CreateAllLog End
[2026-09-11 11:55:04] Production.ERROR: done
[2026-09-11 11:55:05] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-11 11:55:05] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17984291', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) start
[2026-09-11 11:55:05] Production.INFO: Account Balance End.
[2026-09-11 11:55:05] Production.INFO: ==15887== Releasing lock...
[2026-09-11 11:55:05] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 11:55:05] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 11:55:05] Production.ERROR: CronJobId end 12
[2026-09-11 11:55:05] Production.INFO: ==15891== Releasing lock...
[2026-09-11 11:55:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 11:55:05] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 11:55:11] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17984291', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) end
[2026-09-11 11:55:11] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-11 11:55:11] Production.INFO: ProcessCDR(1,17984291,1,1,2)
[2026-09-11 11:55:11] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17984291,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 11:55:11] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17984291,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 11:55:11] Production.ERROR: pbx prc_insertCDR start
[2026-09-11 11:55:11] Production.ERROR: pbx prc_insertCDR end
[2026-09-11 11:55:11] Production.INFO: ==15893== Releasing lock...
[2026-09-11 11:55:11] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-11 11:55:11] Production.INFO: 26 MB #Memory Used#
[2026-09-11 11:55:16] Production.ERROR: CronJobId end10
[2026-09-11 11:55:16] Production.INFO: ==15889== Releasing lock...
[2026-09-11 11:55:16] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 11:55:16] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 11:55:17] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 11:55:17] Production.INFO: ============== Balance Warning START===========
[2026-09-11 11:55:17] Production.INFO: ============== Balance Warning END===========
[2026-09-11 11:55:17] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 11:55:17] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 11:55:17] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 11:55:17] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 11:55:17] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 11:55:17] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 11:55:17] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 11:55:17] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 11:55:17] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 11:55:17] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 11:55:17] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 11:55:18] Production.INFO: call_cost start
[2026-09-11 11:55:18] Production.INFO: call_cost end
[2026-09-11 11:55:18] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 11:55:18] Production.INFO: ============== Report Schedule START===========
[2026-09-11 11:55:18] Production.INFO: ============== Report Schedule END===========
[2026-09-11 11:55:18] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 11:55:18] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 11:55:18] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 11:55:18] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 11:55:18] Production.INFO: ============== Deal alert START===========
[2026-09-11 11:55:18] Production.INFO: ============== Deal alert END===========
[2026-09-11 11:55:18] Production.INFO: ==15885== Releasing lock...
[2026-09-11 11:55:18] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 11:55:18] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 16:56:01] Production.INFO: ==15952== Lock acquired, processing the job...
[2026-09-11 16:56:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 16:56:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 16:56:01] Production.INFO: neon service started
[2026-09-11 16:56:01] Production.INFO: neon service started
[2026-09-11 16:56:01] Production.INFO: ==15952== Releasing lock...
[2026-09-11 16:56:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 16:56:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 11:56:02] Production.INFO: ==15954== Lock acquired, processing the job...
[2026-09-11 11:56:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 11:56:02] Production.INFO: ==15954== Releasing lock...
[2026-09-11 11:56:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 11:56:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 15:56:02] Production.INFO: ==15956== Lock acquired, processing the job...
[2026-09-11 15:56:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 15:56:02] Production.INFO: ==15956== Releasing lock...
[2026-09-11 15:56:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 15:56:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 11:56:03] Production.INFO: ==15958== Lock acquired, processing the job...
[2026-09-11 11:56:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 11:56:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 11:56:03] Production.INFO: ==15962== Lock acquired, processing the job...
[2026-09-11 11:56:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 11:56:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 11:56:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 11:56:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 11:56:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 11:56:03] Production.INFO: ==15966== Lock acquired, processing the job...
[2026-09-11 11:56:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 11:56:03] Production.INFO: ==15960== Lock acquired, processing the job...
[2026-09-11 11:56:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 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-09-11 11:56:03] Production.INFO: ==15964== Lock acquired, processing the job...
[2026-09-11 11:56:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 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-09-11 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-09-11 11:56:03] Production.INFO: ==15966== Releasing lock...
[2026-09-11 11:56:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 11:56:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 11:56:03] Production.INFO: Account Balance Start.
[2026-09-11 11:56:03] Production.INFO: CreateAllLog Start
[2026-09-11 11:56:03] Production.INFO: 117
[2026-09-11 11:56:03] Production.INFO: Date 2026-09-08
[2026-09-11 11:56:03] Production.INFO: Reseller ==> 0
[2026-09-11 11:56:03] Production.INFO: Date 2026-09-09
[2026-09-11 11:56:03] Production.INFO: Reseller ==> 0
[2026-09-11 11:56:03] Production.INFO: Date 2026-09-10
[2026-09-11 11:56:03] Production.INFO: Reseller ==> 0
[2026-09-11 11:56:03] Production.INFO: Date 2026-09-11
[2026-09-11 11:56:03] Production.INFO: Reseller ==> 0
[2026-09-11 11:56:03] Production.INFO: Total Charge 0
[2026-09-11 11:56:03] Production.INFO: CreateAllLog End
[2026-09-11 11:56:04] Production.INFO: Account Balance End.
[2026-09-11 11:56:04] Production.ERROR: CronJobId end 12
[2026-09-11 11:56:04] Production.INFO: ==15964== Releasing lock...
[2026-09-11 11:56:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 11:56:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 11:56:04] Production.INFO: ==15960== Releasing lock...
[2026-09-11 11:56:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 11:56:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 11:56:12] Production.ERROR: CronJobId end10
[2026-09-11 11:56:12] Production.INFO: ==15962== Releasing lock...
[2026-09-11 11:56:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 11:56:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 11:56:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 11:56:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 11:56:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 11:56:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 11:56:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 11:56:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 11:56:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 11:56:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 11:56:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 11:56:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 11:56:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 11:56:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 11:56:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 11:56:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 11:56:15] Production.INFO: call_cost start
[2026-09-11 11:56:15] Production.INFO: call_cost end
[2026-09-11 11:56:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 11:56:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 11:56:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 11:56:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 11:56:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 11:56:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 11:56:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 11:56:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 11:56:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 11:56:15] Production.INFO: ==15958== Releasing lock...
[2026-09-11 11:56:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 11:56:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 16:57:02] Production.INFO: ==16022== Lock acquired, processing the job...
[2026-09-11 16:57:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 16:57:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 16:57:02] Production.INFO: neon service started
[2026-09-11 16:57:02] Production.INFO: neon service started
[2026-09-11 16:57:02] Production.INFO: ==16022== Releasing lock...
[2026-09-11 16:57:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 16:57:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 11:57:02] Production.INFO: ==16024== Lock acquired, processing the job...
[2026-09-11 11:57:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 11:57:02] Production.INFO: ==16024== Releasing lock...
[2026-09-11 11:57:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 11:57:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 15:57:03] Production.INFO: ==16027== Lock acquired, processing the job...
[2026-09-11 15:57:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 15:57:03] Production.INFO: ==16027== Releasing lock...
[2026-09-11 15:57:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 15:57:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 11:57:03] Production.INFO: ==16029== Lock acquired, processing the job...
[2026-09-11 11:57:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 11:57:03] Production.INFO: ==16031== Lock acquired, processing the job...
[2026-09-11 11:57:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 11:57:03] Production.INFO: ==16033== Lock acquired, processing the job...
[2026-09-11 11:57:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 11:57:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 11:57:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 11:57:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 11:57:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 11:57:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 11:57:04] Production.INFO: ==16037== Lock acquired, processing the job...
[2026-09-11 11:57:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 11:57:04] Production.INFO: ==16035== Lock acquired, processing the job...
[2026-09-11 11:57:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 11:57:04] Production.INFO: Account Balance Start.
[2026-09-11 11:57:04] Production.INFO: CreateAllLog Start
[2026-09-11 11:57:04] Production.INFO: 117
[2026-09-11 11:57:04] Production.INFO: Date 2026-09-08
[2026-09-11 11:57:04] Production.INFO: Reseller ==> 0
[2026-09-11 11: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-09-11 11: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-09-11 11: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-09-11 11:57:04] Production.INFO: Date 2026-09-09
[2026-09-11 11:57:04] Production.INFO: Reseller ==> 0
[2026-09-11 11:57:04] Production.INFO: ==16037== Releasing lock...
[2026-09-11 11:57:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 11:57:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 11:57:04] Production.INFO: Date 2026-09-10
[2026-09-11 11:57:04] Production.INFO: Reseller ==> 0
[2026-09-11 11:57:04] Production.INFO: Date 2026-09-11
[2026-09-11 11:57:04] Production.INFO: Reseller ==> 0
[2026-09-11 11:57:04] Production.INFO: Total Charge 0
[2026-09-11 11:57:04] Production.INFO: CreateAllLog End
[2026-09-11 11:57:04] Production.INFO: Account Balance End.
[2026-09-11 11:57:04] Production.ERROR: CronJobId end 12
[2026-09-11 11:57:04] Production.INFO: ==16035== Releasing lock...
[2026-09-11 11:57:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 11:57:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 11:57:05] Production.INFO: ==16031== Releasing lock...
[2026-09-11 11:57:05] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 11:57:05] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 11:57:13] Production.ERROR: CronJobId end10
[2026-09-11 11:57:13] Production.INFO: ==16033== Releasing lock...
[2026-09-11 11:57:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 11:57:13] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 11:57:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 11:57:15] Production.INFO: ============== Balance Warning START===========
[2026-09-11 11:57:15] Production.INFO: ============== Balance Warning END===========
[2026-09-11 11:57:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 11:57:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 11:57:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 11:57:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 11:57:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 11:57:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 11:57:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 11:57:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 11:57:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 11:57:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 11:57:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 11:57:15] Production.INFO: call_cost start
[2026-09-11 11:57:15] Production.INFO: call_cost end
[2026-09-11 11:57:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 11:57:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 11:57:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 11:57:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 11:57:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 11:57:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 11:57:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 11:57:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 11:57:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 11:57:15] Production.INFO: ==16029== Releasing lock...
[2026-09-11 11:57:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 11:57:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 16:58:01] Production.INFO: ==16096== Lock acquired, processing the job...
[2026-09-11 16:58:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 16:58:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 16:58:01] Production.INFO: neon service started
[2026-09-11 16:58:01] Production.INFO: neon service started
[2026-09-11 16:58:01] Production.INFO: ==16096== Releasing lock...
[2026-09-11 16:58:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 16:58:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 11:58:02] Production.INFO: ==16098== Lock acquired, processing the job...
[2026-09-11 11:58:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 11:58:02] Production.INFO: ==16098== Releasing lock...
[2026-09-11 11:58:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 11:58:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 15:58:02] Production.INFO: ==16100== Lock acquired, processing the job...
[2026-09-11 15:58:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 15:58:02] Production.INFO: ==16100== Releasing lock...
[2026-09-11 15:58:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 15:58:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 11:58:03] Production.INFO: ==16103== Lock acquired, processing the job...
[2026-09-11 11:58:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 11:58:03] Production.INFO: ==16105== Lock acquired, processing the job...
[2026-09-11 11:58:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 11:58:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 11:58:03] Production.INFO: ==16109== Lock acquired, processing the job...
[2026-09-11 11:58:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 11:58:03] Production.INFO: ==16111== Lock acquired, processing the job...
[2026-09-11 11:58:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 11:58:03] Production.INFO: ==16107== Lock acquired, processing the job...
[2026-09-11 11:58:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 11:58:03] Production.INFO: Account Balance Start.
[2026-09-11 11:58:03] Production.INFO: CreateAllLog Start
[2026-09-11 11:58:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 11:58:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 11:58:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 11:58:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 11:58:03] Production.INFO: 117
[2026-09-11 11:58:03] Production.INFO: Date 2026-09-08
[2026-09-11 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-09-11 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-09-11 11:58:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 11:58:03] Production.INFO: ==16111== Releasing lock...
[2026-09-11 11:58:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 11:58:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 11:58:03] Production.INFO: Date 2026-09-09
[2026-09-11 11:58:03] Production.INFO: Reseller ==> 0
[2026-09-11 11:58:03] Production.INFO: Date 2026-09-10
[2026-09-11 11:58:03] Production.INFO: Reseller ==> 0
[2026-09-11 11:58:03] Production.INFO: Date 2026-09-11
[2026-09-11 11:58:03] Production.INFO: Reseller ==> 0
[2026-09-11 11:58:03] Production.INFO: Total Charge 0
[2026-09-11 11:58:03] Production.INFO: CreateAllLog End
[2026-09-11 11:58:03] Production.INFO: Account Balance End.
[2026-09-11 11:58:03] Production.ERROR: CronJobId end 12
[2026-09-11 11:58:03] Production.INFO: ==16109== Releasing lock...
[2026-09-11 11:58:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 11:58:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 11:58:04] Production.INFO: ==16105== Releasing lock...
[2026-09-11 11:58:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 11:58:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 11:58:13] Production.ERROR: CronJobId end10
[2026-09-11 11:58:13] Production.INFO: ==16107== Releasing lock...
[2026-09-11 11:58:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 11:58:13] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 11:58:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 11:58:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 11:58:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 11:58:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 11:58:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 11:58:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 11:58:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 11:58:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 11:58:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 11:58:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 11:58:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 11:58:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 11:58:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 11:58:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 11:58:15] Production.INFO: call_cost start
[2026-09-11 11:58:15] Production.INFO: call_cost end
[2026-09-11 11:58:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 11:58:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 11:58:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 11:58:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 11:58:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 11:58:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 11:58:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 11:58:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 11:58:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 11:58:15] Production.INFO: ==16103== Releasing lock...
[2026-09-11 11:58:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 11:58:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 16:59:02] Production.INFO: ==16171== Lock acquired, processing the job...
[2026-09-11 16:59:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 16:59:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 16:59:02] Production.INFO: neon service started
[2026-09-11 16:59:02] Production.INFO: neon service started
[2026-09-11 16:59:02] Production.INFO: ==16171== Releasing lock...
[2026-09-11 16:59:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 16:59:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 11:59:02] Production.INFO: ==16173== Lock acquired, processing the job...
[2026-09-11 11:59:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 11:59:02] Production.INFO: ==16173== Releasing lock...
[2026-09-11 11:59:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 11:59:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 15:59:02] Production.INFO: ==16175== Lock acquired, processing the job...
[2026-09-11 15:59:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 15:59:02] Production.INFO: ==16175== Releasing lock...
[2026-09-11 15:59:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 15:59:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 11:59:03] Production.INFO: ==16177== Lock acquired, processing the job...
[2026-09-11 11:59:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 11:59:03] Production.INFO: ==16185== Lock acquired, processing the job...
[2026-09-11 11:59:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 11:59:03] Production.INFO: ==16179== Lock acquired, processing the job...
[2026-09-11 11:59:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 11:59:03] Production.INFO: ==16181== Lock acquired, processing the job...
[2026-09-11 11:59:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 11:59:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 11:59:03] Production.INFO: ==16183== Lock acquired, processing the job...
[2026-09-11 11:59:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 11:59:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 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-09-11 11:59:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 11:59:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 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-09-11 11:59:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 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-09-11 11:59:03] Production.INFO: Account Balance Start.
[2026-09-11 11:59:03] Production.INFO: CreateAllLog Start
[2026-09-11 11:59:03] Production.INFO: 117
[2026-09-11 11:59:03] Production.INFO: ==16185== Releasing lock...
[2026-09-11 11:59:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 11:59:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 11:59:03] Production.INFO: Date 2026-09-08
[2026-09-11 11:59:03] Production.INFO: Reseller ==> 0
[2026-09-11 11:59:03] Production.INFO: Date 2026-09-09
[2026-09-11 11:59:03] Production.INFO: Reseller ==> 0
[2026-09-11 11:59:03] Production.INFO: Date 2026-09-10
[2026-09-11 11:59:03] Production.INFO: Reseller ==> 0
[2026-09-11 11:59:04] Production.INFO: Date 2026-09-11
[2026-09-11 11:59:04] Production.INFO: Reseller ==> 0
[2026-09-11 11:59:04] Production.INFO: Total Charge 0
[2026-09-11 11:59:04] Production.INFO: CreateAllLog End
[2026-09-11 11:59:04] Production.INFO: Account Balance End.
[2026-09-11 11:59:04] Production.ERROR: CronJobId end 12
[2026-09-11 11:59:04] Production.INFO: ==16183== Releasing lock...
[2026-09-11 11:59:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 11:59:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 11:59:04] Production.INFO: ==16179== Releasing lock...
[2026-09-11 11:59:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 11:59:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 11:59:11] Production.ERROR: CronJobId end10
[2026-09-11 11:59:11] Production.INFO: ==16181== Releasing lock...
[2026-09-11 11:59:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 11:59:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 11:59:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 11:59:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 11:59:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 11:59:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 11:59:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 11:59:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 11:59:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 11:59:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 11:59:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 11:59:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 11:59:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 11:59:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 11:59:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 11:59:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 11:59:14] Production.INFO: call_cost start
[2026-09-11 11:59:14] Production.INFO: call_cost end
[2026-09-11 11:59:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 11:59:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 11:59:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 11:59:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 11:59:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 11:59:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 11:59:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 11:59:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 11:59:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 11:59:14] Production.INFO: ==16177== Releasing lock...
[2026-09-11 11:59:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 11:59:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 17:00:01] Production.INFO: ==16248== Lock acquired, processing the job...
[2026-09-11 17:00:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 17:00:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 17:00:01] Production.INFO: neon service started
[2026-09-11 17:00:01] Production.INFO: neon service started
[2026-09-11 17:00:01] Production.INFO: ==16248== Releasing lock...
[2026-09-11 17:00:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 17:00:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 16:00:01] Production.INFO: ==16252== Lock acquired, processing the job...
[2026-09-11 16:00:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 16:00:01] Production.INFO: ==16252== Releasing lock...
[2026-09-11 16:00:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 16:00:01] Production.INFO: 25 MB #Memory Used#
[2026-09-11 12:00:02] Production.INFO: ==16250== Lock acquired, processing the job...
[2026-09-11 12:00:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 12:00:02] Production.INFO: ==16250== Releasing lock...
[2026-09-11 12:00:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 12:00:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 12:00:03] Production.INFO: ==16254== Lock acquired, processing the job...
[2026-09-11 12:00:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 12:00:03] Production.INFO: ==16256== Lock acquired, processing the job...
[2026-09-11 12:00:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 12:00:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 12:00:03] Production.INFO: ==16261== Lock acquired, processing the job...
[2026-09-11 12:00:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 12:00:03] Production.INFO: ==16258== Lock acquired, processing the job...
[2026-09-11 12:00:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 12:00:03] Production.INFO: ==16263== Lock acquired, processing the job...
[2026-09-11 12:00:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 12:00:03] Production.INFO: Account Balance Start.
[2026-09-11 12:00:03] Production.INFO: CreateAllLog Start
[2026-09-11 12:00:03] Production.INFO: 117
[2026-09-11 12:00:03] Production.INFO: Date 2026-09-08
[2026-09-11 12:00:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 12:00:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 12:00:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 12:00:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 12:00:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 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-09-11 12:00:03] Production.INFO: Date 2026-09-09
[2026-09-11 12:00:03] Production.INFO: Reseller ==> 0
[2026-09-11 12:00:03] Production.INFO: ==16263== Releasing lock...
[2026-09-11 12:00:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 12:00:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 12:00:03] Production.INFO: Date 2026-09-10
[2026-09-11 12:00:03] Production.INFO: Reseller ==> 0
[2026-09-11 12:00:03] Production.INFO: Date 2026-09-11
[2026-09-11 12:00:03] Production.INFO: Reseller ==> 0
[2026-09-11 12:00:03] Production.INFO: Total Charge 0
[2026-09-11 12:00:03] Production.INFO: CreateAllLog End
[2026-09-11 12:00:03] Production.INFO: Account Balance End.
[2026-09-11 12:00:04] Production.ERROR: CronJobId end 12
[2026-09-11 12:00:04] Production.INFO: ==16261== Releasing lock...
[2026-09-11 12:00:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 12:00:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 12:00:04] Production.INFO: ==16256== Releasing lock...
[2026-09-11 12:00:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 12:00:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 12:00: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-09-11 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-09-11 12:00:11] Production.ERROR: CronJobId end10
[2026-09-11 12:00:11] Production.INFO: ==16258== Releasing lock...
[2026-09-11 12:00:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 12:00:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 12:00:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 12:00:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 12:00:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 12:00:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 12:00:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 12:00:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 12:00:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 12:00:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 12:00:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 12:00:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 12:00:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 12:00:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 12:00:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 12:00:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 12:00:14] Production.INFO: call_cost start
[2026-09-11 12:00:14] Production.INFO: call_cost end
[2026-09-11 12:00:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 12:00:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 12:00:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 12:00:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 12:00:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 12:00:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 12:00:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 12:00:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 12:00:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 12:00:14] Production.INFO: ==16254== Releasing lock...
[2026-09-11 12:00:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 12:00:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 17:01:01] Production.INFO: ==16334== Lock acquired, processing the job...
[2026-09-11 17:01:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 17:01:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 17:01:01] Production.INFO: neon service started
[2026-09-11 17:01:02] Production.INFO: neon service started
[2026-09-11 17:01:02] Production.INFO: ==16334== Releasing lock...
[2026-09-11 17:01:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 17:01:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 12:01:02] Production.INFO: ==16339== Lock acquired, processing the job...
[2026-09-11 12:01:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 12:01:02] Production.INFO: ==16339== Releasing lock...
[2026-09-11 12:01:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 12:01:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 16:01:02] Production.INFO: ==16341== Lock acquired, processing the job...
[2026-09-11 16:01:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 16:01:02] Production.INFO: ==16341== Releasing lock...
[2026-09-11 16:01:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 16:01:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 12:01:03] Production.INFO: ==16345== Lock acquired, processing the job...
[2026-09-11 12:01:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 12:01:03] Production.INFO: ==16347== Lock acquired, processing the job...
[2026-09-11 12:01:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 12:01:03] Production.INFO: ==16343== Lock acquired, processing the job...
[2026-09-11 12:01:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 12:01:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 12:01:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 12:01:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 12:01:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 12:01:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 12:01:03] Production.INFO: ==16351== Lock acquired, processing the job...
[2026-09-11 12:01:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 12:01:03] Production.INFO: ==16349== Lock acquired, processing the job...
[2026-09-11 12:01:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 12:01:03] Production.INFO: Account Balance Start.
[2026-09-11 12:01:03] Production.INFO: CreateAllLog Start
[2026-09-11 12:01:03] Production.INFO: 117
[2026-09-11 12:01:03] Production.INFO: Date 2026-09-08
[2026-09-11 12:01:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 12:01:03] Production.INFO: Date 2026-09-09
[2026-09-11 12:01:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 12:01:03] Production.INFO: Date 2026-09-10
[2026-09-11 12:01:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 12:01:03] Production.INFO: ==16351== Releasing lock...
[2026-09-11 12:01:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 12:01:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 12:01:03] Production.INFO: Date 2026-09-11
[2026-09-11 12:01:03] Production.INFO: Reseller ==> 0
[2026-09-11 12:01:03] Production.INFO: Total Charge 0
[2026-09-11 12:01:03] Production.INFO: CreateAllLog End
[2026-09-11 12:01:04] Production.INFO: Account Balance End.
[2026-09-11 12:01:04] Production.ERROR: CronJobId end 12
[2026-09-11 12:01:04] Production.INFO: ==16349== Releasing lock...
[2026-09-11 12:01:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 12:01:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 12:01:04] Production.INFO: ==16345== Releasing lock...
[2026-09-11 12:01:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 12:01:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 12:01:11] Production.ERROR: CronJobId end10
[2026-09-11 12:01:11] Production.INFO: ==16347== Releasing lock...
[2026-09-11 12:01:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 12:01:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 12:01:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 12:01:15] Production.INFO: ============== Balance Warning START===========
[2026-09-11 12:01:15] Production.INFO: ============== Balance Warning END===========
[2026-09-11 12:01:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 12:01:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 12:01:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 12:01:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 12:01:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 12:01:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 12:01:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 12:01:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 12:01:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 12:01:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 12:01:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 12:01:15] Production.INFO: call_cost start
[2026-09-11 12:01:15] Production.INFO: call_cost end
[2026-09-11 12:01:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 12:01:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 12:01:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 12:01:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 12:01:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 12:01:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 12:01:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 12:01:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 12:01:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 12:01:15] Production.INFO: ==16343== Releasing lock...
[2026-09-11 12:01:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 12:01:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 17:02:01] Production.INFO: ==16407== Lock acquired, processing the job...
[2026-09-11 17:02:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 17:02:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 17:02:01] Production.INFO: neon service started
[2026-09-11 17:02:01] Production.INFO: neon service started
[2026-09-11 17:02:01] Production.INFO: ==16407== Releasing lock...
[2026-09-11 17:02:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 17:02:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 12:02:01] Production.INFO: ==16409== Lock acquired, processing the job...
[2026-09-11 12:02:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 12:02:02] Production.INFO: ==16409== Releasing lock...
[2026-09-11 12:02:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 12:02:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 16:02:02] Production.INFO: ==16411== Lock acquired, processing the job...
[2026-09-11 16:02:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 16:02:02] Production.INFO: ==16411== Releasing lock...
[2026-09-11 16:02:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 16:02:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 12:02:03] Production.INFO: ==16416== Lock acquired, processing the job...
[2026-09-11 12:02:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 12:02:03] Production.INFO: ==16418== Lock acquired, processing the job...
[2026-09-11 12:02:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 12:02:03] Production.INFO: ==16414== Lock acquired, processing the job...
[2026-09-11 12:02:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 12:02:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 12:02:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 12:02:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 12:02:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 12:02:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 12:02:03] Production.INFO: ==16420== Lock acquired, processing the job...
[2026-09-11 12:02:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 12:02:03] Production.INFO: ==16424== Lock acquired, processing the job...
[2026-09-11 12:02:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 12:02:03] Production.INFO: Account Balance Start.
[2026-09-11 12:02:03] Production.INFO: CreateAllLog Start
[2026-09-11 12:02:03] Production.INFO: 117
[2026-09-11 12:02:03] Production.INFO: ==16422== Lock acquired, processing the job...
[2026-09-11 12:02:03] Production.INFO: pbxaccountusage-command-pbxaccountusage-companyid-1-cronjobid-16 #Starts#
[2026-09-11 12:02:03] Production.INFO: Date 2026-09-08
[2026-09-11 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-09-11 12:02:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 12:02:03] Production.INFO: ==16424== Releasing lock...
[2026-09-11 12:02:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 12:02:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 12:02:03] Production.INFO: Date 2026-09-09
[2026-09-11 12:02:03] Production.INFO: Reseller ==> 0
[2026-09-11 12:02:03] Production.ERROR: tblTempUsageDetail_20
[2026-09-11 12:02:03] Production.INFO: Date 2026-09-10
[2026-09-11 12:02:03] Production.INFO: Reseller ==> 0
[2026-09-11 12:02:03] Production.INFO: Date 2026-09-11
[2026-09-11 12:02:03] Production.INFO: Reseller ==> 0
[2026-09-11 12:02:03] Production.INFO: Total Charge 0
[2026-09-11 12:02:03] Production.INFO: CreateAllLog End
[2026-09-11 12:02:03] Production.ERROR: done
[2026-09-11 12:02:03] Production.ERROR: tblTempVendorCDR_20
[2026-09-11 12:02:03] Production.INFO: ==16416== Releasing lock...
[2026-09-11 12:02:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 12:02:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 12:02:03] Production.ERROR: done
[2026-09-11 12:02:03] Production.INFO: Account Balance End.
[2026-09-11 12:02:03] Production.ERROR: CronJobId end 12
[2026-09-11 12:02:03] Production.INFO: ==16420== Releasing lock...
[2026-09-11 12:02:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 12:02:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 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-09-11 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-09-11 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-09-11 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-09-11 12:02:04] Production.INFO: ==16422== Releasing lock...
[2026-09-11 12:02:04] Production.INFO: pbxaccountusage-command-pbxaccountusage-companyid-1-cronjobid-16 #Stops#
[2026-09-11 12:02:04] Production.INFO: 27.25 MB #Memory Used#
[2026-09-11 12:02:12] Production.ERROR: CronJobId end10
[2026-09-11 12:02:12] Production.INFO: ==16418== Releasing lock...
[2026-09-11 12:02:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 12:02:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 12:02:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 12:02:15] Production.INFO: ============== Balance Warning START===========
[2026-09-11 12:02:15] Production.INFO: ============== Balance Warning END===========
[2026-09-11 12:02:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 12:02:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 12:02:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 12:02:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 12:02:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 12:02:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 12:02:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 12:02:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 12:02:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 12:02:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 12:02:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 12:02:16] Production.INFO: call_cost start
[2026-09-11 12:02:16] Production.INFO: call_cost end
[2026-09-11 12:02:16] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 12:02:16] Production.INFO: ============== Report Schedule START===========
[2026-09-11 12:02:16] Production.INFO: ============== Report Schedule END===========
[2026-09-11 12:02:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 12:02:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 12:02:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 12:02:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 12:02:16] Production.INFO: ============== Deal alert START===========
[2026-09-11 12:02:16] Production.INFO: ============== Deal alert END===========
[2026-09-11 12:02:16] Production.INFO: ==16414== Releasing lock...
[2026-09-11 12:02:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 12:02:16] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 17:03:01] Production.INFO: ==16483== Lock acquired, processing the job...
[2026-09-11 17:03:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 17:03:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 17:03:01] Production.INFO: neon service started
[2026-09-11 17:03:01] Production.INFO: neon service started
[2026-09-11 17:03:01] Production.INFO: ==16483== Releasing lock...
[2026-09-11 17:03:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 17:03:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 12:03:02] Production.INFO: ==16485== Lock acquired, processing the job...
[2026-09-11 12:03:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 12:03:02] Production.INFO: ==16485== Releasing lock...
[2026-09-11 12:03:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 12:03:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 16:03:02] Production.INFO: ==16487== Lock acquired, processing the job...
[2026-09-11 16:03:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 16:03:02] Production.INFO: ==16487== Releasing lock...
[2026-09-11 16:03:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 16:03:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 12:03:03] Production.INFO: ==16490== Lock acquired, processing the job...
[2026-09-11 12:03:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 12:03:03] Production.INFO: ==16492== Lock acquired, processing the job...
[2026-09-11 12:03:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 12:03:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 12:03:03] Production.INFO: ==16498== Lock acquired, processing the job...
[2026-09-11 12:03:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 12:03:03] Production.INFO: ==16494== Lock acquired, processing the job...
[2026-09-11 12:03:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 12:03:03] Production.INFO: ==16496== Lock acquired, processing the job...
[2026-09-11 12:03:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 12:03:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 12:03:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 12:03:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 12:03:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 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-09-11 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-09-11 12:03:03] Production.INFO: Account Balance Start.
[2026-09-11 12:03:03] Production.INFO: CreateAllLog Start
[2026-09-11 12:03:03] Production.INFO: 117
[2026-09-11 12:03:03] Production.INFO: Date 2026-09-08
[2026-09-11 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-09-11 12:03:03] Production.INFO: ==16498== Releasing lock...
[2026-09-11 12:03:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 12:03:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 12:03:03] Production.INFO: Reseller ==> 0
[2026-09-11 12:03:03] Production.INFO: Date 2026-09-09
[2026-09-11 12:03:03] Production.INFO: Reseller ==> 0
[2026-09-11 12:03:03] Production.INFO: Date 2026-09-10
[2026-09-11 12:03:03] Production.INFO: Reseller ==> 0
[2026-09-11 12:03:03] Production.INFO: Date 2026-09-11
[2026-09-11 12:03:03] Production.INFO: Reseller ==> 0
[2026-09-11 12:03:04] Production.INFO: Total Charge 0
[2026-09-11 12:03:04] Production.INFO: CreateAllLog End
[2026-09-11 12:03:04] Production.INFO: Account Balance End.
[2026-09-11 12:03:04] Production.ERROR: CronJobId end 12
[2026-09-11 12:03:04] Production.INFO: ==16496== Releasing lock...
[2026-09-11 12:03:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 12:03:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 12:03:04] Production.INFO: ==16492== Releasing lock...
[2026-09-11 12:03:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 12:03:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 12:03:11] Production.ERROR: CronJobId end10
[2026-09-11 12:03:11] Production.INFO: ==16494== Releasing lock...
[2026-09-11 12:03:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 12:03:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 12:03:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 12:03:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 12:03:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 12:03:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 12:03:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 12:03:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 12:03:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 12:03:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 12:03:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 12:03:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 12:03:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 12:03:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 12:03:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 12:03:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 12:03:14] Production.INFO: call_cost start
[2026-09-11 12:03:14] Production.INFO: call_cost end
[2026-09-11 12:03:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 12:03:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 12:03:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 12:03:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 12:03:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 12:03:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 12:03:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 12:03:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 12:03:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 12:03:14] Production.INFO: ==16490== Releasing lock...
[2026-09-11 12:03:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 12:03:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 17:04:02] Production.INFO: ==16555== Lock acquired, processing the job...
[2026-09-11 17:04:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 17:04:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 17:04:02] Production.INFO: neon service started
[2026-09-11 17:04:02] Production.INFO: neon service started
[2026-09-11 17:04:02] Production.INFO: ==16555== Releasing lock...
[2026-09-11 17:04:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 17:04:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 12:04:02] Production.INFO: ==16557== Lock acquired, processing the job...
[2026-09-11 12:04:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 12:04:02] Production.INFO: ==16557== Releasing lock...
[2026-09-11 12:04:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 12:04:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 16:04:03] Production.INFO: ==16559== Lock acquired, processing the job...
[2026-09-11 16:04:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 16:04:03] Production.INFO: ==16559== Releasing lock...
[2026-09-11 16:04:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 16:04:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 12:04:03] Production.INFO: ==16564== Lock acquired, processing the job...
[2026-09-11 12:04:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 12:04:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 12:04:03] Production.INFO: ==16566== Lock acquired, processing the job...
[2026-09-11 12:04:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 12:04:03] Production.INFO: ==16568== Lock acquired, processing the job...
[2026-09-11 12:04:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 12:04:03] Production.INFO: ==16570== Lock acquired, processing the job...
[2026-09-11 12:04:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 12:04:03] Production.INFO: ==16572== Lock acquired, processing the job...
[2026-09-11 12:04:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 12:04:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 12:04:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 12:04:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 12:04:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 12:04:04] Production.INFO: Account Balance Start.
[2026-09-11 12:04:04] Production.INFO: CreateAllLog Start
[2026-09-11 12:04:04] Production.INFO: 117
[2026-09-11 12:04:04] Production.INFO: Date 2026-09-08
[2026-09-11 12:04:04] Production.INFO: Reseller ==> 0
[2026-09-11 12: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-09-11 12: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-09-11 12:04:04] Production.INFO: Date 2026-09-09
[2026-09-11 12:04:04] Production.INFO: Reseller ==> 0
[2026-09-11 12: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-09-11 12:04:04] Production.INFO: ==16572== Releasing lock...
[2026-09-11 12:04:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 12:04:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 12:04:04] Production.INFO: Date 2026-09-10
[2026-09-11 12:04:04] Production.INFO: Reseller ==> 0
[2026-09-11 12:04:04] Production.INFO: Date 2026-09-11
[2026-09-11 12:04:04] Production.INFO: Reseller ==> 0
[2026-09-11 12:04:04] Production.INFO: Total Charge 0
[2026-09-11 12:04:04] Production.INFO: CreateAllLog End
[2026-09-11 12:04:04] Production.INFO: Account Balance End.
[2026-09-11 12:04:04] Production.ERROR: CronJobId end 12
[2026-09-11 12:04:04] Production.INFO: ==16570== Releasing lock...
[2026-09-11 12:04:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 12:04:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 12:04:04] Production.INFO: ==16566== Releasing lock...
[2026-09-11 12:04:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 12:04:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 12:04:12] Production.ERROR: CronJobId end10
[2026-09-11 12:04:12] Production.INFO: ==16568== Releasing lock...
[2026-09-11 12:04:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 12:04:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 12:04:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 12:04:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 12:04:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 12:04:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 12:04:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 12:04:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 12:04:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 12:04:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 12:04:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 12:04:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 12:04:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 12:04:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 12:04:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 12:04:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 12:04:14] Production.INFO: call_cost start
[2026-09-11 12:04:14] Production.INFO: call_cost end
[2026-09-11 12:04:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 12:04:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 12:04:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 12:04:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 12:04:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 12:04:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 12:04:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 12:04:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 12:04:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 12:04:14] Production.INFO: ==16564== Releasing lock...
[2026-09-11 12:04:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 12:04:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 17:05:01] Production.INFO: ==16630== Lock acquired, processing the job...
[2026-09-11 17:05:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 17:05:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 17:05:01] Production.INFO: neon service started
[2026-09-11 17:05:01] Production.INFO: neon service started
[2026-09-11 17:05:01] Production.INFO: ==16630== Releasing lock...
[2026-09-11 17:05:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 17:05:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 12:05:02] Production.INFO: ==16633== Lock acquired, processing the job...
[2026-09-11 12:05:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 12:05:02] Production.INFO: ==16633== Releasing lock...
[2026-09-11 12:05:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 12:05:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 16:05:02] Production.INFO: ==16635== Lock acquired, processing the job...
[2026-09-11 16:05:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 16:05:02] Production.INFO: ==16635== Releasing lock...
[2026-09-11 16:05:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 16:05:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 12:05:03] Production.INFO: ==16641== Lock acquired, processing the job...
[2026-09-11 12:05:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 12:05:03] Production.INFO: ==16649== Lock acquired, processing the job...
[2026-09-11 12:05:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 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-09-11 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-09-11 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-09-11 12:05:03] Production.INFO: ==16649== Releasing lock...
[2026-09-11 12:05:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 12:05:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 12:05:03] Production.INFO: ==16637== Lock acquired, processing the job...
[2026-09-11 12:05:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-11 12:05:03] Production.INFO: ==16639== Lock acquired, processing the job...
[2026-09-11 12:05:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 12:05:03] Production.INFO: ==16643== Lock acquired, processing the job...
[2026-09-11 12:05:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 12:05:03] Production.ERROR: ========================== active cronjob start =============================
[2026-09-11 12:05:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-11 12:05:03] Production.ERROR: CronJob PID - 16639
[2026-09-11 12:05:03] Production.ERROR: CronJob Title - System Alerts
[2026-09-11 12:05:03] Production.ERROR: CronJob ID - 5
[2026-09-11 12:05:03] Production.ERROR: CronJob Last Run Time 2026-09-11 12:05:00
[2026-09-11 12:05:03] Production.ERROR: CronJob Active Minutes 0
[2026-09-11 12:05:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-11 12:05:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-11 12:05:03] Production.ERROR: CronJob PID - 16641
[2026-09-11 12:05:03] Production.ERROR: CronJob Title - Account Block
[2026-09-11 12:05:03] Production.ERROR: CronJob ID - 7
[2026-09-11 12:05:03] Production.ERROR: CronJob Last Run Time 2026-09-11 12:05:00
[2026-09-11 12:05:03] Production.ERROR: CronJob Active Minutes 0
[2026-09-11 12:05:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-11 12:05:03] Production.INFO: ==16645== Lock acquired, processing the job...
[2026-09-11 12:05:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 12:05:03] Production.ERROR: ========================== active cronjob end =============================
[2026-09-11 12:05:03] Production.INFO: ==16637== Releasing lock...
[2026-09-11 12:05:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-11 12:05:03] Production.INFO: 25.5 MB #Memory Used#
[2026-09-11 12:05:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 12:05:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 12:05:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 12:05:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 12:05:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 12:05:03] Production.INFO: ==16647== Lock acquired, processing the job...
[2026-09-11 12:05:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-11 12:05:03] Production.INFO: Account Balance Start.
[2026-09-11 12:05:03] Production.INFO: CreateAllLog Start
[2026-09-11 12:05:03] Production.INFO: 117
[2026-09-11 12:05:03] Production.INFO: Date 2026-09-08
[2026-09-11 12:05:03] Production.INFO: Reseller ==> 0
[2026-09-11 12:05:03] Production.ERROR: tblTempUsageDetail_20
[2026-09-11 12:05:04] Production.INFO: Date 2026-09-09
[2026-09-11 12:05:04] Production.INFO: Reseller ==> 0
[2026-09-11 12:05:04] Production.INFO: Date 2026-09-10
[2026-09-11 12:05:04] Production.INFO: Reseller ==> 0
[2026-09-11 12:05:04] Production.INFO: Date 2026-09-11
[2026-09-11 12:05:04] Production.INFO: Reseller ==> 0
[2026-09-11 12:05:04] Production.INFO: Total Charge 0
[2026-09-11 12:05:04] Production.INFO: CreateAllLog End
[2026-09-11 12:05:04] Production.INFO: ==16641== Releasing lock...
[2026-09-11 12:05:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 12:05:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 12:05:04] Production.ERROR: done
[2026-09-11 12:05:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-11 12:05:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17984333', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) start
[2026-09-11 12:05:04] Production.INFO: Account Balance End.
[2026-09-11 12:05:04] Production.ERROR: CronJobId end 12
[2026-09-11 12:05:04] Production.INFO: ==16645== Releasing lock...
[2026-09-11 12:05:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 12:05:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 12:05:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17984333', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) end
[2026-09-11 12:05:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-11 12:05:10] Production.INFO: ProcessCDR(1,17984333,1,1,2)
[2026-09-11 12:05:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17984333,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 12:05:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17984333,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 12:05:10] Production.ERROR: pbx prc_insertCDR start
[2026-09-11 12:05:10] Production.ERROR: pbx prc_insertCDR end
[2026-09-11 12:05:10] Production.INFO: ==16647== Releasing lock...
[2026-09-11 12:05:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-11 12:05:10] Production.INFO: 26 MB #Memory Used#
[2026-09-11 12:05:14] Production.ERROR: CronJobId end10
[2026-09-11 12:05:14] Production.INFO: ==16643== Releasing lock...
[2026-09-11 12:05:14] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 12:05:14] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 12:05:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 12:05:16] Production.INFO: ============== Balance Warning START===========
[2026-09-11 12:05:16] Production.INFO: ============== Balance Warning END===========
[2026-09-11 12:05:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 12:05:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 12:05:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 12:05:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 12:05:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 12:05:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 12:05:16] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 12:05:16] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 12:05:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 12:05:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 12:05:16] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 12:05:16] Production.INFO: call_cost start
[2026-09-11 12:05:16] Production.INFO: call_cost end
[2026-09-11 12:05:16] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 12:05:16] Production.INFO: ============== Report Schedule START===========
[2026-09-11 12:05:16] Production.INFO: ============== Report Schedule END===========
[2026-09-11 12:05:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 12:05:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 12:05:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 12:05:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 12:05:16] Production.INFO: ============== Deal alert START===========
[2026-09-11 12:05:16] Production.INFO: ============== Deal alert END===========
[2026-09-11 12:05:16] Production.INFO: ==16639== Releasing lock...
[2026-09-11 12:05:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 12:05:16] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 17:06:02] Production.INFO: ==16705== Lock acquired, processing the job...
[2026-09-11 17:06:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 17:06:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 17:06:02] Production.INFO: neon service started
[2026-09-11 17:06:02] Production.INFO: neon service started
[2026-09-11 17:06:02] Production.INFO: ==16705== Releasing lock...
[2026-09-11 17:06:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 17:06:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 16:06:02] Production.INFO: ==16709== Lock acquired, processing the job...
[2026-09-11 16:06:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 16:06:02] Production.INFO: ==16709== Releasing lock...
[2026-09-11 16:06:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 16:06:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 12:06:02] Production.INFO: ==16707== Lock acquired, processing the job...
[2026-09-11 12:06:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 12:06:02] Production.INFO: ==16707== Releasing lock...
[2026-09-11 12:06:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 12:06:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 12:06:03] Production.INFO: ==16712== Lock acquired, processing the job...
[2026-09-11 12:06:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 12:06:03] Production.INFO: ==16720== Lock acquired, processing the job...
[2026-09-11 12:06:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 12:06:03] Production.INFO: ==16714== Lock acquired, processing the job...
[2026-09-11 12:06:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 12:06:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 12:06:03] Production.INFO: ==16716== Lock acquired, processing the job...
[2026-09-11 12:06:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 12:06:03] Production.INFO: ==16718== Lock acquired, processing the job...
[2026-09-11 12:06:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 12:06:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 12:06:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 12:06:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 12:06:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 12: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-09-11 12: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-09-11 12: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-09-11 12:06:04] Production.INFO: Account Balance Start.
[2026-09-11 12:06:04] Production.INFO: CreateAllLog Start
[2026-09-11 12:06:04] Production.INFO: 117
[2026-09-11 12:06:04] Production.INFO: Date 2026-09-08
[2026-09-11 12:06:04] Production.INFO: Reseller ==> 0
[2026-09-11 12:06:04] Production.INFO: ==16720== Releasing lock...
[2026-09-11 12:06:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 12:06:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 12:06:04] Production.INFO: Date 2026-09-09
[2026-09-11 12:06:04] Production.INFO: Reseller ==> 0
[2026-09-11 12:06:04] Production.INFO: Date 2026-09-10
[2026-09-11 12:06:04] Production.INFO: Reseller ==> 0
[2026-09-11 12:06:04] Production.INFO: Date 2026-09-11
[2026-09-11 12:06:04] Production.INFO: Reseller ==> 0
[2026-09-11 12:06:04] Production.INFO: Total Charge 0
[2026-09-11 12:06:04] Production.INFO: CreateAllLog End
[2026-09-11 12:06:04] Production.INFO: Account Balance End.
[2026-09-11 12:06:04] Production.ERROR: CronJobId end 12
[2026-09-11 12:06:04] Production.INFO: ==16718== Releasing lock...
[2026-09-11 12:06:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 12:06:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 12:06:04] Production.INFO: ==16714== Releasing lock...
[2026-09-11 12:06:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 12:06:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 12:06:12] Production.ERROR: CronJobId end10
[2026-09-11 12:06:12] Production.INFO: ==16716== Releasing lock...
[2026-09-11 12:06:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 12:06:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 12:06:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 12:06:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 12:06:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 12:06:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 12:06:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 12:06:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 12:06:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 12:06:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 12:06:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 12:06:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 12:06:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 12:06:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 12:06:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 12:06:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 12:06:14] Production.INFO: call_cost start
[2026-09-11 12:06:14] Production.INFO: call_cost end
[2026-09-11 12:06:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 12:06:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 12:06:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 12:06:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 12:06:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 12:06:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 12:06:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 12:06:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 12:06:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 12:06:14] Production.INFO: ==16712== Releasing lock...
[2026-09-11 12:06:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 12:06:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 17:07:01] Production.INFO: ==16778== Lock acquired, processing the job...
[2026-09-11 17:07:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 17:07:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 17:07:01] Production.INFO: neon service started
[2026-09-11 17:07:01] Production.INFO: neon service started
[2026-09-11 17:07:01] Production.INFO: ==16778== Releasing lock...
[2026-09-11 17:07:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 17:07:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 16:07:01] Production.INFO: ==16782== Lock acquired, processing the job...
[2026-09-11 16:07:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 16:07:01] Production.INFO: ==16782== Releasing lock...
[2026-09-11 16:07:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 16:07:01] Production.INFO: 25 MB #Memory Used#
[2026-09-11 12:07:02] Production.INFO: ==16780== Lock acquired, processing the job...
[2026-09-11 12:07:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 12:07:02] Production.INFO: ==16780== Releasing lock...
[2026-09-11 12:07:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 12:07:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 12:07:03] Production.INFO: ==16787== Lock acquired, processing the job...
[2026-09-11 12:07:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 12:07:03] Production.INFO: ==16785== Lock acquired, processing the job...
[2026-09-11 12:07:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 12:07:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 12:07:03] Production.INFO: ==16791== Lock acquired, processing the job...
[2026-09-11 12:07:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 12:07:03] Production.INFO: ==16789== Lock acquired, processing the job...
[2026-09-11 12:07:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 12:07:03] Production.INFO: Account Balance Start.
[2026-09-11 12:07:03] Production.INFO: CreateAllLog Start
[2026-09-11 12:07:03] Production.INFO: 117
[2026-09-11 12:07:03] Production.INFO: Date 2026-09-08
[2026-09-11 12:07:03] Production.INFO: Reseller ==> 0
[2026-09-11 12:07:03] Production.INFO: Date 2026-09-09
[2026-09-11 12:07:03] Production.INFO: Reseller ==> 0
[2026-09-11 12:07:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 12:07:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 12:07:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 12:07:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 12:07:03] Production.INFO: Date 2026-09-10
[2026-09-11 12:07:03] Production.INFO: Reseller ==> 0
[2026-09-11 12:07:03] Production.INFO: Date 2026-09-11
[2026-09-11 12:07:03] Production.INFO: Reseller ==> 0
[2026-09-11 12:07:03] Production.INFO: ==16793== Lock acquired, processing the job...
[2026-09-11 12:07:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 12:07:03] Production.INFO: Total Charge 0
[2026-09-11 12:07:03] Production.INFO: CreateAllLog End
[2026-09-11 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-09-11 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-09-11 12:07:03] Production.INFO: Account Balance End.
[2026-09-11 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-09-11 12:07:03] Production.INFO: ==16793== Releasing lock...
[2026-09-11 12:07:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 12:07:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 12:07:03] Production.ERROR: CronJobId end 12
[2026-09-11 12:07:03] Production.INFO: ==16791== Releasing lock...
[2026-09-11 12:07:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 12:07:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 12:07:04] Production.INFO: ==16787== Releasing lock...
[2026-09-11 12:07:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 12:07:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 12:07:11] Production.ERROR: CronJobId end10
[2026-09-11 12:07:11] Production.INFO: ==16789== Releasing lock...
[2026-09-11 12:07:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 12:07:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 12:07:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 12:07:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 12:07:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 12:07:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 12:07:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 12:07:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 12:07:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 12:07:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 12:07:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 12:07:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 12:07:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 12:07:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 12:07:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 12:07:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 12:07:13] Production.INFO: call_cost start
[2026-09-11 12:07:13] Production.INFO: call_cost end
[2026-09-11 12:07:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 12:07:13] Production.INFO: ============== Report Schedule START===========
[2026-09-11 12:07:13] Production.INFO: ============== Report Schedule END===========
[2026-09-11 12:07:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 12:07:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 12:07:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 12:07:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 12:07:13] Production.INFO: ============== Deal alert START===========
[2026-09-11 12:07:13] Production.INFO: ============== Deal alert END===========
[2026-09-11 12:07:13] Production.INFO: ==16785== Releasing lock...
[2026-09-11 12:07:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 12:07:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 17:08:02] Production.INFO: ==16853== Lock acquired, processing the job...
[2026-09-11 17:08:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 17:08:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 17:08:02] Production.INFO: neon service started
[2026-09-11 17:08:02] Production.INFO: neon service started
[2026-09-11 17:08:02] Production.INFO: ==16853== Releasing lock...
[2026-09-11 17:08:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 17:08:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 12:08:02] Production.INFO: ==16855== Lock acquired, processing the job...
[2026-09-11 12:08:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 12:08:02] Production.INFO: ==16855== Releasing lock...
[2026-09-11 12:08:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 12:08:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 16:08:02] Production.INFO: ==16857== Lock acquired, processing the job...
[2026-09-11 16:08:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 16:08:02] Production.INFO: ==16857== Releasing lock...
[2026-09-11 16:08:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 16:08:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 12:08:03] Production.INFO: ==16859== Lock acquired, processing the job...
[2026-09-11 12:08:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 12:08:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 12:08:03] Production.INFO: ==16863== Lock acquired, processing the job...
[2026-09-11 12:08:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 12:08:03] Production.INFO: ==16861== Lock acquired, processing the job...
[2026-09-11 12:08:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 12:08:03] Production.INFO: ==16865== Lock acquired, processing the job...
[2026-09-11 12:08:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 12:08:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 12:08:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 12:08:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 12:08:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 12:08:03] Production.INFO: ==16867== Lock acquired, processing the job...
[2026-09-11 12:08:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 12:08:03] Production.INFO: Account Balance Start.
[2026-09-11 12:08:03] Production.INFO: CreateAllLog Start
[2026-09-11 12:08:03] Production.INFO: 117
[2026-09-11 12:08:03] Production.INFO: Date 2026-09-08
[2026-09-11 12:08:03] Production.INFO: Reseller ==> 0
[2026-09-11 12: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-09-11 12: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-09-11 12: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-09-11 12:08:03] Production.INFO: Date 2026-09-09
[2026-09-11 12:08:03] Production.INFO: Reseller ==> 0
[2026-09-11 12:08:03] Production.INFO: ==16867== Releasing lock...
[2026-09-11 12:08:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 12:08:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 12:08:03] Production.INFO: Date 2026-09-10
[2026-09-11 12:08:03] Production.INFO: Reseller ==> 0
[2026-09-11 12:08:03] Production.INFO: Date 2026-09-11
[2026-09-11 12:08:03] Production.INFO: Reseller ==> 0
[2026-09-11 12:08:03] Production.INFO: Total Charge 0
[2026-09-11 12:08:04] Production.INFO: CreateAllLog End
[2026-09-11 12:08:04] Production.INFO: Account Balance End.
[2026-09-11 12:08:04] Production.ERROR: CronJobId end 12
[2026-09-11 12:08:04] Production.INFO: ==16865== Releasing lock...
[2026-09-11 12:08:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 12:08:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 12:08:04] Production.INFO: ==16861== Releasing lock...
[2026-09-11 12:08:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 12:08:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 12:08:12] Production.ERROR: CronJobId end10
[2026-09-11 12:08:12] Production.INFO: ==16863== Releasing lock...
[2026-09-11 12:08:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 12:08:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 12:08:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 12:08:15] Production.INFO: ============== Balance Warning START===========
[2026-09-11 12:08:15] Production.INFO: ============== Balance Warning END===========
[2026-09-11 12:08:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 12:08:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 12:08:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 12:08:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 12:08:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 12:08:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 12:08:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 12:08:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 12:08:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 12:08:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 12:08:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 12:08:15] Production.INFO: call_cost start
[2026-09-11 12:08:15] Production.INFO: call_cost end
[2026-09-11 12:08:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 12:08:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 12:08:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 12:08:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 12:08:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 12:08:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 12:08:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 12:08:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 12:08:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 12:08:15] Production.INFO: ==16859== Releasing lock...
[2026-09-11 12:08:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 12:08:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 17:09:01] Production.INFO: ==16923== Lock acquired, processing the job...
[2026-09-11 17:09:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 17:09:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 17:09:01] Production.INFO: neon service started
[2026-09-11 17:09:01] Production.INFO: neon service started
[2026-09-11 17:09:01] Production.INFO: ==16923== Releasing lock...
[2026-09-11 17:09:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 17:09:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 12:09:01] Production.INFO: ==16925== Lock acquired, processing the job...
[2026-09-11 12:09:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 12:09:02] Production.INFO: ==16925== Releasing lock...
[2026-09-11 12:09:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 12:09:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 16:09:02] Production.INFO: ==16927== Lock acquired, processing the job...
[2026-09-11 16:09:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 16:09:02] Production.INFO: ==16927== Releasing lock...
[2026-09-11 16:09:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 16:09:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 12:09:02] Production.INFO: ==16936== Lock acquired, processing the job...
[2026-09-11 12:09:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 12:09:03] Production.INFO: ==16929== Lock acquired, processing the job...
[2026-09-11 12:09:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 12:09:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 12:09:03] Production.INFO: ==16934== Lock acquired, processing the job...
[2026-09-11 12:09:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 12:09:03] Production.INFO: Account Balance Start.
[2026-09-11 12:09:03] Production.INFO: CreateAllLog Start
[2026-09-11 12:09:03] Production.INFO: 117
[2026-09-11 12:09:03] Production.INFO: ==16932== Lock acquired, processing the job...
[2026-09-11 12:09:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 12:09:03] Production.INFO: Date 2026-09-08
[2026-09-11 12:09:03] Production.INFO: ==16938== Lock acquired, processing the job...
[2026-09-11 12:09:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 12:09:03] Production.INFO: Reseller ==> 0
[2026-09-11 12:09:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 12:09:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 12:09:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 12:09:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 12:09:03] Production.INFO: Date 2026-09-09
[2026-09-11 12:09:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 12:09:03] Production.INFO: Date 2026-09-10
[2026-09-11 12:09:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 12:09:03] Production.INFO: ==16938== Releasing lock...
[2026-09-11 12:09:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 12:09:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 12:09:03] Production.INFO: Date 2026-09-11
[2026-09-11 12:09:03] Production.INFO: Reseller ==> 0
[2026-09-11 12:09:03] Production.INFO: Total Charge 0
[2026-09-11 12:09:03] Production.INFO: CreateAllLog End
[2026-09-11 12:09:03] Production.INFO: Account Balance End.
[2026-09-11 12:09:03] Production.ERROR: CronJobId end 12
[2026-09-11 12:09:03] Production.INFO: ==16936== Releasing lock...
[2026-09-11 12:09:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 12:09:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 12:09:03] Production.INFO: ==16932== Releasing lock...
[2026-09-11 12:09:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 12:09:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 12:09:11] Production.ERROR: CronJobId end10
[2026-09-11 12:09:11] Production.INFO: ==16934== Releasing lock...
[2026-09-11 12:09:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 12:09:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 12:09:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 12:09:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 12:09:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 12:09:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 12:09:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 12:09:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 12:09:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 12:09:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 12:09:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 12:09:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 12:09:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 12:09:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 12:09:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 12:09:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 12:09:14] Production.INFO: call_cost start
[2026-09-11 12:09:14] Production.INFO: call_cost end
[2026-09-11 12:09:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 12:09:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 12:09:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 12:09:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 12:09:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 12:09:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 12:09:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 12:09:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 12:09:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 12:09:14] Production.INFO: ==16929== Releasing lock...
[2026-09-11 12:09:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 12:09:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 17:10:02] Production.INFO: ==16993== Lock acquired, processing the job...
[2026-09-11 17:10:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 17:10:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 17:10:02] Production.INFO: neon service started
[2026-09-11 17:10:02] Production.INFO: neon service started
[2026-09-11 17:10:02] Production.INFO: ==16993== Releasing lock...
[2026-09-11 17:10:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 17:10:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 12:10:02] Production.INFO: ==16996== Lock acquired, processing the job...
[2026-09-11 12:10:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 16:10:02] Production.INFO: ==16998== Lock acquired, processing the job...
[2026-09-11 16:10:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 16:10:02] Production.INFO: ==16998== Releasing lock...
[2026-09-11 16:10:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 16:10:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 12:10:03] Production.INFO: ==16996== Releasing lock...
[2026-09-11 12:10:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 12:10:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 12:10:03] Production.INFO: ==17000== Lock acquired, processing the job...
[2026-09-11 12:10:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 12:10:03] Production.INFO: ==17002== Lock acquired, processing the job...
[2026-09-11 12:10:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 12:10:03] Production.INFO: ==17004== Lock acquired, processing the job...
[2026-09-11 12:10:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 12:10:03] Production.INFO: ==17008== Lock acquired, processing the job...
[2026-09-11 12:10:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 12:10:03] Production.INFO: ==17006== Lock acquired, processing the job...
[2026-09-11 12:10:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 12:10:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 12:10:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 12:10:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 12:10:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 12:10:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 12: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-09-11 12: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-09-11 12: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-09-11 12:10:04] Production.INFO: Account Balance Start.
[2026-09-11 12:10:04] Production.INFO: CreateAllLog Start
[2026-09-11 12:10:04] Production.INFO: 117
[2026-09-11 12:10:04] Production.INFO: Date 2026-09-08
[2026-09-11 12:10:04] Production.INFO: ==17008== Releasing lock...
[2026-09-11 12:10:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 12:10:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 12:10:04] Production.INFO: Reseller ==> 0
[2026-09-11 12:10:04] Production.INFO: Date 2026-09-09
[2026-09-11 12:10:04] Production.INFO: Reseller ==> 0
[2026-09-11 12:10:04] Production.INFO: Date 2026-09-10
[2026-09-11 12:10:04] Production.INFO: Reseller ==> 0
[2026-09-11 12:10:04] Production.INFO: Date 2026-09-11
[2026-09-11 12:10:04] Production.INFO: Reseller ==> 0
[2026-09-11 12:10:04] Production.INFO: Total Charge 0
[2026-09-11 12:10:04] Production.INFO: CreateAllLog End
[2026-09-11 12:10:04] Production.INFO: Account Balance End.
[2026-09-11 12:10:04] Production.ERROR: CronJobId end 12
[2026-09-11 12:10:04] Production.INFO: ==17006== Releasing lock...
[2026-09-11 12:10:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 12:10:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 12:10:04] Production.INFO: ==17002== Releasing lock...
[2026-09-11 12:10:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 12:10:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 12:10:12] Production.ERROR: CronJobId end10
[2026-09-11 12:10:12] Production.INFO: ==17004== Releasing lock...
[2026-09-11 12:10:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 12:10:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 12:10:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 12:10:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 12:10:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 12:10:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 12:10:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 12:10:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 12:10:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 12:10:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 12:10:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 12:10:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 12:10:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 12:10:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 12:10:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 12:10:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 12:10:15] Production.INFO: call_cost start
[2026-09-11 12:10:15] Production.INFO: call_cost end
[2026-09-11 12:10:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 12:10:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 12:10:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 12:10:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 12:10:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 12:10:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 12:10:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 12:10:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 12:10:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 12:10:15] Production.INFO: ==17000== Releasing lock...
[2026-09-11 12:10:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 12:10:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 17:11:01] Production.INFO: ==17061== Lock acquired, processing the job...
[2026-09-11 17:11:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 17:11:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 17:11:01] Production.INFO: neon service started
[2026-09-11 17:11:01] Production.INFO: neon service started
[2026-09-11 17:11:01] Production.INFO: ==17061== Releasing lock...
[2026-09-11 17:11:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 17:11:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 12:11:02] Production.INFO: ==17063== Lock acquired, processing the job...
[2026-09-11 12:11:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 16:11:02] Production.INFO: ==17065== Lock acquired, processing the job...
[2026-09-11 16:11:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 16:11:02] Production.INFO: ==17065== Releasing lock...
[2026-09-11 16:11:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 16:11:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 12:11:02] Production.INFO: ==17063== Releasing lock...
[2026-09-11 12:11:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 12:11:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 12:11:03] Production.INFO: ==17068== Lock acquired, processing the job...
[2026-09-11 12:11:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 12:11:03] Production.INFO: ==17070== Lock acquired, processing the job...
[2026-09-11 12:11:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 12:11:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 12:11:03] Production.INFO: ==17076== Lock acquired, processing the job...
[2026-09-11 12:11:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 12:11:03] Production.INFO: ==17072== Lock acquired, processing the job...
[2026-09-11 12:11:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 12:11:03] Production.INFO: ==17074== Lock acquired, processing the job...
[2026-09-11 12:11:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 12:11:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 12:11:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 12:11:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 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-09-11 12:11:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 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-09-11 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-09-11 12:11:03] Production.INFO: ==17076== Releasing lock...
[2026-09-11 12:11:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 12:11:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 12:11:03] Production.INFO: Account Balance Start.
[2026-09-11 12:11:03] Production.INFO: CreateAllLog Start
[2026-09-11 12:11:03] Production.INFO: 117
[2026-09-11 12:11:03] Production.INFO: Date 2026-09-08
[2026-09-11 12:11:03] Production.INFO: Reseller ==> 0
[2026-09-11 12:11:03] Production.INFO: Date 2026-09-09
[2026-09-11 12:11:03] Production.INFO: Reseller ==> 0
[2026-09-11 12:11:03] Production.INFO: Date 2026-09-10
[2026-09-11 12:11:03] Production.INFO: Reseller ==> 0
[2026-09-11 12:11:03] Production.INFO: Date 2026-09-11
[2026-09-11 12:11:03] Production.INFO: Reseller ==> 0
[2026-09-11 12:11:03] Production.INFO: Total Charge 0
[2026-09-11 12:11:03] Production.INFO: ==17070== Releasing lock...
[2026-09-11 12:11:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 12:11:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 12:11:03] Production.INFO: CreateAllLog End
[2026-09-11 12:11:04] Production.INFO: Account Balance End.
[2026-09-11 12:11:04] Production.ERROR: CronJobId end 12
[2026-09-11 12:11:04] Production.INFO: ==17074== Releasing lock...
[2026-09-11 12:11:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 12:11:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 12:11:11] Production.ERROR: CronJobId end10
[2026-09-11 12:11:11] Production.INFO: ==17072== Releasing lock...
[2026-09-11 12:11:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 12:11:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 12:11:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 12:11:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 12:11:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 12:11:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 12:11:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 12:11:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 12:11:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 12:11:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 12:11:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 12:11:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 12:11:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 12:11:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 12:11:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 12:11:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 12:11:14] Production.INFO: call_cost start
[2026-09-11 12:11:14] Production.INFO: call_cost end
[2026-09-11 12:11:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 12:11:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 12:11:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 12:11:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 12:11:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 12:11:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 12:11:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 12:11:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 12:11:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 12:11:14] Production.INFO: ==17068== Releasing lock...
[2026-09-11 12:11:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 12:11:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 17:12:01] Production.INFO: ==17134== Lock acquired, processing the job...
[2026-09-11 17:12:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 17:12:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 17:12:01] Production.INFO: neon service started
[2026-09-11 17:12:02] Production.INFO: neon service started
[2026-09-11 17:12:02] Production.INFO: ==17134== Releasing lock...
[2026-09-11 17:12:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 17:12:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 12:12:02] Production.INFO: ==17136== Lock acquired, processing the job...
[2026-09-11 12:12:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 12:12:02] Production.INFO: ==17136== Releasing lock...
[2026-09-11 12:12:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 12:12:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 16:12:02] Production.INFO: ==17138== Lock acquired, processing the job...
[2026-09-11 16:12:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 16:12:02] Production.INFO: ==17138== Releasing lock...
[2026-09-11 16:12:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 16:12:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 12:12:03] Production.INFO: ==17145== Lock acquired, processing the job...
[2026-09-11 12:12:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 12:12:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 12:12:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 12:12:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 12:12:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 12:12:03] Production.INFO: ==17141== Lock acquired, processing the job...
[2026-09-11 12:12:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 12:12:03] Production.INFO: ==17143== Lock acquired, processing the job...
[2026-09-11 12:12:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 12:12:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 12:12:03] Production.INFO: ==17147== Lock acquired, processing the job...
[2026-09-11 12:12:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 12:12:03] Production.INFO: ==17150== Lock acquired, processing the job...
[2026-09-11 12:12:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 12:12:03] Production.INFO: Account Balance Start.
[2026-09-11 12:12:03] Production.INFO: CreateAllLog Start
[2026-09-11 12:12:03] Production.INFO: 117
[2026-09-11 12:12:04] Production.INFO: Date 2026-09-08
[2026-09-11 12:12:04] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 12:12:04] Production.INFO: Date 2026-09-09
[2026-09-11 12:12:04] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 12:12:04] Production.INFO: ==17150== Releasing lock...
[2026-09-11 12:12:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 12:12:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 12:12:04] Production.INFO: Date 2026-09-10
[2026-09-11 12:12:04] Production.INFO: Reseller ==> 0
[2026-09-11 12:12:04] Production.INFO: Date 2026-09-11
[2026-09-11 12:12:04] Production.INFO: Reseller ==> 0
[2026-09-11 12:12:04] Production.INFO: Total Charge 0
[2026-09-11 12:12:04] Production.INFO: CreateAllLog End
[2026-09-11 12:12:04] Production.INFO: Account Balance End.
[2026-09-11 12:12:04] Production.ERROR: CronJobId end 12
[2026-09-11 12:12:04] Production.INFO: ==17147== Releasing lock...
[2026-09-11 12:12:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 12:12:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 12:12:04] Production.INFO: ==17143== Releasing lock...
[2026-09-11 12:12:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 12:12:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 12:12:12] Production.ERROR: CronJobId end10
[2026-09-11 12:12:12] Production.INFO: ==17145== Releasing lock...
[2026-09-11 12:12:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 12:12:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 12:12:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 12:12:15] Production.INFO: ============== Balance Warning START===========
[2026-09-11 12:12:15] Production.INFO: ============== Balance Warning END===========
[2026-09-11 12:12:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 12:12:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 12:12:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 12:12:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 12:12:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 12:12:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 12:12:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 12:12:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 12:12:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 12:12:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 12:12:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 12:12:16] Production.INFO: call_cost start
[2026-09-11 12:12:16] Production.INFO: call_cost end
[2026-09-11 12:12:16] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 12:12:16] Production.INFO: ============== Report Schedule START===========
[2026-09-11 12:12:16] Production.INFO: ============== Report Schedule END===========
[2026-09-11 12:12:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 12:12:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 12:12:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 12:12:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 12:12:16] Production.INFO: ============== Deal alert START===========
[2026-09-11 12:12:16] Production.INFO: ============== Deal alert END===========
[2026-09-11 12:12:16] Production.INFO: ==17141== Releasing lock...
[2026-09-11 12:12:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 12:12:16] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 17:13:01] Production.INFO: ==17209== Lock acquired, processing the job...
[2026-09-11 17:13:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 17:13:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 17:13:01] Production.INFO: neon service started
[2026-09-11 17:13:01] Production.INFO: neon service started
[2026-09-11 17:13:01] Production.INFO: ==17209== Releasing lock...
[2026-09-11 17:13:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 17:13:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 16:13:01] Production.INFO: ==17213== Lock acquired, processing the job...
[2026-09-11 16:13:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 16:13:01] Production.INFO: ==17213== Releasing lock...
[2026-09-11 16:13:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 16:13:01] Production.INFO: 25 MB #Memory Used#
[2026-09-11 12:13:01] Production.INFO: ==17211== Lock acquired, processing the job...
[2026-09-11 12:13:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 12:13:02] Production.INFO: ==17211== Releasing lock...
[2026-09-11 12:13:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 12:13:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 12:13:02] Production.INFO: ==17215== Lock acquired, processing the job...
[2026-09-11 12:13:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 12:13:02] Production.INFO: ==17217== Lock acquired, processing the job...
[2026-09-11 12:13:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 12:13:03] Production.INFO: ==17219== Lock acquired, processing the job...
[2026-09-11 12:13:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 12:13:03] Production.INFO: ==17223== Lock acquired, processing the job...
[2026-09-11 12:13:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 12:13:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 12:13:03] Production.INFO: ==17221== Lock acquired, processing the job...
[2026-09-11 12:13:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 12:13:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 12:13:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 12:13:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 12:13:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 12: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-09-11 12: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-09-11 12: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-09-11 12:13:03] Production.INFO: Account Balance Start.
[2026-09-11 12:13:03] Production.INFO: CreateAllLog Start
[2026-09-11 12:13:03] Production.INFO: 117
[2026-09-11 12:13:03] Production.INFO: ==17223== Releasing lock...
[2026-09-11 12:13:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 12:13:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 12:13:03] Production.INFO: Date 2026-09-08
[2026-09-11 12:13:03] Production.INFO: Reseller ==> 0
[2026-09-11 12:13:03] Production.INFO: Date 2026-09-09
[2026-09-11 12:13:03] Production.INFO: Reseller ==> 0
[2026-09-11 12:13:03] Production.INFO: Date 2026-09-10
[2026-09-11 12:13:03] Production.INFO: Reseller ==> 0
[2026-09-11 12:13:03] Production.INFO: Date 2026-09-11
[2026-09-11 12:13:03] Production.INFO: Reseller ==> 0
[2026-09-11 12:13:03] Production.INFO: Total Charge 0
[2026-09-11 12:13:03] Production.INFO: CreateAllLog End
[2026-09-11 12:13:03] Production.INFO: ==17217== Releasing lock...
[2026-09-11 12:13:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 12:13:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 12:13:03] Production.INFO: Account Balance End.
[2026-09-11 12:13:03] Production.ERROR: CronJobId end 12
[2026-09-11 12:13:03] Production.INFO: ==17221== Releasing lock...
[2026-09-11 12:13:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 12:13:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 12:13:10] Production.ERROR: CronJobId end10
[2026-09-11 12:13:10] Production.INFO: ==17219== Releasing lock...
[2026-09-11 12:13:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 12:13:10] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 12:13:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 12:13:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 12:13:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 12:13:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 12:13:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 12:13:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 12:13:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 12:13:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 12:13:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 12:13:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 12:13:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 12:13:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 12:13:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 12:13:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 12:13:13] Production.INFO: call_cost start
[2026-09-11 12:13:13] Production.INFO: call_cost end
[2026-09-11 12:13:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 12:13:13] Production.INFO: ============== Report Schedule START===========
[2026-09-11 12:13:13] Production.INFO: ============== Report Schedule END===========
[2026-09-11 12:13:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 12:13:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 12:13:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 12:13:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 12:13:13] Production.INFO: ============== Deal alert START===========
[2026-09-11 12:13:13] Production.INFO: ============== Deal alert END===========
[2026-09-11 12:13:13] Production.INFO: ==17215== Releasing lock...
[2026-09-11 12:13:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 12:13:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 17:14:01] Production.INFO: ==17285== Lock acquired, processing the job...
[2026-09-11 17:14:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 17:14:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 17:14:01] Production.INFO: neon service started
[2026-09-11 17:14:01] Production.INFO: neon service started
[2026-09-11 17:14:01] Production.INFO: ==17285== Releasing lock...
[2026-09-11 17:14:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 17:14:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 16:14:02] Production.INFO: ==17289== Lock acquired, processing the job...
[2026-09-11 16:14:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 16:14:02] Production.INFO: ==17289== Releasing lock...
[2026-09-11 16:14:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 16:14:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 12:14:02] Production.INFO: ==17287== Lock acquired, processing the job...
[2026-09-11 12:14:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 12:14:02] Production.INFO: ==17287== Releasing lock...
[2026-09-11 12:14:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 12:14:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 12:14:02] Production.INFO: ==17291== Lock acquired, processing the job...
[2026-09-11 12:14:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 12:14:03] Production.INFO: ==17298== Lock acquired, processing the job...
[2026-09-11 12:14:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 12:14:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 12:14:03] Production.INFO: Account Balance Start.
[2026-09-11 12:14:03] Production.INFO: CreateAllLog Start
[2026-09-11 12:14:03] Production.INFO: 117
[2026-09-11 12:14:03] Production.INFO: Date 2026-09-08
[2026-09-11 12:14:03] Production.INFO: Reseller ==> 0
[2026-09-11 12:14:03] Production.INFO: Date 2026-09-09
[2026-09-11 12:14:03] Production.INFO: Reseller ==> 0
[2026-09-11 12:14:03] Production.INFO: Date 2026-09-10
[2026-09-11 12:14:03] Production.INFO: Reseller ==> 0
[2026-09-11 12:14:03] Production.INFO: Date 2026-09-11
[2026-09-11 12:14:03] Production.INFO: Reseller ==> 0
[2026-09-11 12:14:03] Production.INFO: Total Charge 0
[2026-09-11 12:14:03] Production.INFO: CreateAllLog End
[2026-09-11 12:14:03] Production.INFO: ==17293== Lock acquired, processing the job...
[2026-09-11 12:14:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 12:14:03] Production.INFO: ==17295== Lock acquired, processing the job...
[2026-09-11 12:14:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 12:14:03] Production.INFO: ==17300== Lock acquired, processing the job...
[2026-09-11 12:14:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 12:14:03] Production.INFO: Account Balance End.
[2026-09-11 12:14:03] Production.ERROR: CronJobId end 12
[2026-09-11 12:14:03] Production.INFO: ==17298== Releasing lock...
[2026-09-11 12:14:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 12:14:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 12:14:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 12:14:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 12:14:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 12:14:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 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-09-11 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-09-11 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-09-11 12:14:03] Production.INFO: ==17300== Releasing lock...
[2026-09-11 12:14:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 12:14:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 12:14:04] Production.INFO: ==17293== Releasing lock...
[2026-09-11 12:14:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 12:14:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 12:14:11] Production.ERROR: CronJobId end10
[2026-09-11 12:14:11] Production.INFO: ==17295== Releasing lock...
[2026-09-11 12:14:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 12:14:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 12:14:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 12:14:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 12:14:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 12:14:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 12:14:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 12:14:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 12:14:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 12:14:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 12:14:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 12:14:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 12:14:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 12:14:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 12:14:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 12:14:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 12:14:15] Production.INFO: call_cost start
[2026-09-11 12:14:15] Production.INFO: call_cost end
[2026-09-11 12:14:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 12:14:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 12:14:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 12:14:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 12:14:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 12:14:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 12:14:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 12:14:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 12:14:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 12:14:15] Production.INFO: ==17291== Releasing lock...
[2026-09-11 12:14:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 12:14:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 17:15:02] Production.INFO: ==17359== Lock acquired, processing the job...
[2026-09-11 17:15:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 17:15:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 17:15:02] Production.INFO: neon service started
[2026-09-11 17:15:02] Production.INFO: neon service started
[2026-09-11 17:15:02] Production.INFO: ==17359== Releasing lock...
[2026-09-11 17:15:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 17:15:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 12:15:02] Production.INFO: ==17361== Lock acquired, processing the job...
[2026-09-11 12:15:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 16:15:02] Production.INFO: ==17363== Lock acquired, processing the job...
[2026-09-11 16:15:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 12:15:02] Production.INFO: ==17361== Releasing lock...
[2026-09-11 12:15:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 12:15:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 16:15:03] Production.INFO: ==17363== Releasing lock...
[2026-09-11 16:15:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 16:15:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 12:15:03] Production.INFO: ==17371== Lock acquired, processing the job...
[2026-09-11 12:15:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 12:15:03] Production.INFO: ==17365== Lock acquired, processing the job...
[2026-09-11 12:15:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-11 12:15:03] Production.INFO: ==17375== Lock acquired, processing the job...
[2026-09-11 12:15:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-11 12:15:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 12:15:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 12:15:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 12:15:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 12:15:03] Production.ERROR: tblTempUsageDetail_20
[2026-09-11 12:15:04] Production.INFO: ==17367== Lock acquired, processing the job...
[2026-09-11 12:15:04] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 12:15:04] Production.ERROR: ========================== active cronjob start =============================
[2026-09-11 12:15:04] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-11 12:15:04] Production.ERROR: CronJob PID - 17367
[2026-09-11 12:15:04] Production.ERROR: CronJob Title - System Alerts
[2026-09-11 12:15:04] Production.ERROR: CronJob ID - 5
[2026-09-11 12:15:04] Production.ERROR: CronJob Last Run Time 2026-09-11 12:15:00
[2026-09-11 12:15:04] Production.ERROR: CronJob Active Minutes 0
[2026-09-11 12:15:04] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-11 12:15:04] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-11 12:15:04] Production.ERROR: CronJob PID - 17371
[2026-09-11 12:15:04] Production.ERROR: CronJob Title - Create Customer Summary Live
[2026-09-11 12:15:04] Production.ERROR: CronJob ID - 10
[2026-09-11 12:15:04] Production.ERROR: CronJob Last Run Time 2026-09-11 12:15:00
[2026-09-11 12:15:04] Production.ERROR: CronJob Active Minutes 0
[2026-09-11 12:15:04] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-11 12:15:04] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-11 12:15:04] Production.ERROR: CronJob PID - 17375
[2026-09-11 12:15:04] Production.ERROR: CronJob Title - PBX - DanielGraystone - 54.39.17.106 Reseller CDR Process
[2026-09-11 12:15:04] Production.ERROR: CronJob ID - 17
[2026-09-11 12:15:04] Production.ERROR: CronJob Last Run Time 2026-09-11 12:15:00
[2026-09-11 12:15:04] Production.ERROR: CronJob Active Minutes 0
[2026-09-11 12:15:04] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-11 12:15:04] Production.INFO: ==17369== Lock acquired, processing the job...
[2026-09-11 12:15:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 12:15:04] Production.ERROR: ========================== active cronjob end =============================
[2026-09-11 12:15:04] Production.INFO: ==17365== Releasing lock...
[2026-09-11 12:15:04] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-11 12:15:04] Production.INFO: 25.5 MB #Memory Used#
[2026-09-11 12:15:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 12:15:04] Production.INFO: ==17373== Lock acquired, processing the job...
[2026-09-11 12:15:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 12:15:04] Production.ERROR: done
[2026-09-11 12:15:04] Production.INFO: ==17377== Lock acquired, processing the job...
[2026-09-11 12:15:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 12:15:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-11 12:15:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17984372', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) start
[2026-09-11 12:15:04] Production.INFO: Account Balance Start.
[2026-09-11 12:15:04] Production.INFO: CreateAllLog Start
[2026-09-11 12: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-09-11 12:15:04] Production.INFO: 117
[2026-09-11 12: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-09-11 12:15:04] Production.INFO: Date 2026-09-08
[2026-09-11 12:15:04] Production.INFO: Reseller ==> 0
[2026-09-11 12: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-09-11 12:15:04] Production.INFO: ==17377== Releasing lock...
[2026-09-11 12:15:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 12:15:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 12:15:04] Production.INFO: Date 2026-09-09
[2026-09-11 12:15:04] Production.INFO: Reseller ==> 0
[2026-09-11 12:15:05] Production.INFO: Date 2026-09-10
[2026-09-11 12:15:05] Production.INFO: Reseller ==> 0
[2026-09-11 12:15:05] Production.INFO: Date 2026-09-11
[2026-09-11 12:15:05] Production.INFO: Reseller ==> 0
[2026-09-11 12:15:05] Production.INFO: Total Charge 0
[2026-09-11 12:15:05] Production.INFO: CreateAllLog End
[2026-09-11 12:15:05] Production.INFO: ==17369== Releasing lock...
[2026-09-11 12:15:05] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 12:15:05] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 12:15:05] Production.INFO: Account Balance End.
[2026-09-11 12:15:05] Production.ERROR: CronJobId end 12
[2026-09-11 12:15:05] Production.INFO: ==17373== Releasing lock...
[2026-09-11 12:15:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 12:15:05] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 12:15:09] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17984372', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) end
[2026-09-11 12:15:09] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-11 12:15:09] Production.INFO: ProcessCDR(1,17984372,1,1,2)
[2026-09-11 12:15:09] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17984372,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 12:15:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17984372,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 12:15:10] Production.ERROR: pbx prc_insertCDR start
[2026-09-11 12:15:10] Production.ERROR: pbx prc_insertCDR end
[2026-09-11 12:15:10] Production.INFO: ==17375== Releasing lock...
[2026-09-11 12:15:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-11 12:15:10] Production.INFO: 26 MB #Memory Used#
[2026-09-11 12:15:13] Production.ERROR: CronJobId end10
[2026-09-11 12:15:13] Production.INFO: ==17371== Releasing lock...
[2026-09-11 12:15:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 12:15:13] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 12:15:17] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 12:15:17] Production.INFO: ============== Balance Warning START===========
[2026-09-11 12:15:17] Production.INFO: ============== Balance Warning END===========
[2026-09-11 12:15:17] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 12:15:17] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 12:15:17] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 12:15:17] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 12:15:17] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 12:15:17] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 12:15:17] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 12:15:17] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 12:15:17] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 12:15:17] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 12:15:17] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 12:15:17] Production.INFO: call_cost start
[2026-09-11 12:15:17] Production.INFO: call_cost end
[2026-09-11 12:15:17] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 12:15:17] Production.INFO: ============== Report Schedule START===========
[2026-09-11 12:15:17] Production.INFO: ============== Report Schedule END===========
[2026-09-11 12:15:17] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 12:15:17] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 12:15:17] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 12:15:17] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 12:15:17] Production.INFO: ============== Deal alert START===========
[2026-09-11 12:15:17] Production.INFO: ============== Deal alert END===========
[2026-09-11 12:15:17] Production.INFO: ==17367== Releasing lock...
[2026-09-11 12:15:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 12:15:17] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 17:16:01] Production.INFO: ==17432== Lock acquired, processing the job...
[2026-09-11 17:16:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 17:16:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 17:16:01] Production.INFO: neon service started
[2026-09-11 17:16:01] Production.INFO: neon service started
[2026-09-11 17:16:01] Production.INFO: ==17432== Releasing lock...
[2026-09-11 17:16:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 17:16:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 12:16:02] Production.INFO: ==17434== Lock acquired, processing the job...
[2026-09-11 12:16:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 16:16:02] Production.INFO: ==17436== Lock acquired, processing the job...
[2026-09-11 16:16:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 16:16:02] Production.INFO: ==17436== Releasing lock...
[2026-09-11 16:16:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 16:16:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 12:16:02] Production.INFO: ==17434== Releasing lock...
[2026-09-11 12:16:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 12:16:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 12:16:03] Production.INFO: ==17442== Lock acquired, processing the job...
[2026-09-11 12:16:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 12:16:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 12:16:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 12:16:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 12:16:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 12:16:03] Production.INFO: ==17438== Lock acquired, processing the job...
[2026-09-11 12:16:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 12:16:03] Production.INFO: ==17444== Lock acquired, processing the job...
[2026-09-11 12:16:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 12:16:03] Production.INFO: ==17447== Lock acquired, processing the job...
[2026-09-11 12:16:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 12:16:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 12:16:03] Production.INFO: Account Balance Start.
[2026-09-11 12:16:03] Production.INFO: CreateAllLog Start
[2026-09-11 12:16:03] Production.INFO: 117
[2026-09-11 12:16:03] Production.INFO: ==17440== Lock acquired, processing the job...
[2026-09-11 12:16:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 12:16:03] Production.INFO: Date 2026-09-08
[2026-09-11 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-09-11 12:16:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 12:16:03] Production.INFO: Date 2026-09-09
[2026-09-11 12:16:03] Production.INFO: Reseller ==> 0
[2026-09-11 12:16:03] Production.INFO: ==17447== Releasing lock...
[2026-09-11 12:16:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 12:16:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 12:16:03] Production.INFO: Date 2026-09-10
[2026-09-11 12:16:03] Production.INFO: Reseller ==> 0
[2026-09-11 12:16:03] Production.INFO: Date 2026-09-11
[2026-09-11 12:16:03] Production.INFO: Reseller ==> 0
[2026-09-11 12:16:03] Production.INFO: Total Charge 0
[2026-09-11 12:16:03] Production.INFO: CreateAllLog End
[2026-09-11 12:16:03] Production.INFO: Account Balance End.
[2026-09-11 12:16:04] Production.ERROR: CronJobId end 12
[2026-09-11 12:16:04] Production.INFO: ==17444== Releasing lock...
[2026-09-11 12:16:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 12:16:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 12:16:04] Production.INFO: ==17440== Releasing lock...
[2026-09-11 12:16:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 12:16:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 12:16:12] Production.ERROR: CronJobId end10
[2026-09-11 12:16:12] Production.INFO: ==17442== Releasing lock...
[2026-09-11 12:16:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 12:16:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 12:16:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 12:16:15] Production.INFO: ============== Balance Warning START===========
[2026-09-11 12:16:15] Production.INFO: ============== Balance Warning END===========
[2026-09-11 12:16:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 12:16:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 12:16:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 12:16:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 12:16:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 12:16:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 12:16:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 12:16:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 12:16:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 12:16:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 12:16:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 12:16:15] Production.INFO: call_cost start
[2026-09-11 12:16:15] Production.INFO: call_cost end
[2026-09-11 12:16:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 12:16:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 12:16:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 12:16:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 12:16:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 12:16:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 12:16:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 12:16:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 12:16:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 12:16:15] Production.INFO: ==17438== Releasing lock...
[2026-09-11 12:16:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 12:16:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 17:17:02] Production.INFO: ==17505== Lock acquired, processing the job...
[2026-09-11 17:17:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 17:17:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 17:17:02] Production.INFO: neon service started
[2026-09-11 17:17:02] Production.INFO: neon service started
[2026-09-11 17:17:02] Production.INFO: ==17505== Releasing lock...
[2026-09-11 17:17:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 17:17:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 12:17:02] Production.INFO: ==17507== Lock acquired, processing the job...
[2026-09-11 12:17:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 12:17:02] Production.INFO: ==17507== Releasing lock...
[2026-09-11 12:17:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 12:17:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 16:17:02] Production.INFO: ==17509== Lock acquired, processing the job...
[2026-09-11 16:17:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 16:17:02] Production.INFO: ==17509== Releasing lock...
[2026-09-11 16:17:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 16:17:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 12:17:03] Production.INFO: ==17513== Lock acquired, processing the job...
[2026-09-11 12:17:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 12:17:03] Production.INFO: ==17515== Lock acquired, processing the job...
[2026-09-11 12:17:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 12:17:03] Production.INFO: ==17511== Lock acquired, processing the job...
[2026-09-11 12:17:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 12:17:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 12:17:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 12:17:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 12:17:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 12:17:03] Production.INFO: ==17519== Lock acquired, processing the job...
[2026-09-11 12:17:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 12:17:03] Production.INFO: ==17517== Lock acquired, processing the job...
[2026-09-11 12:17:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 12:17:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 12: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-09-11 12: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-09-11 12: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-09-11 12:17:04] Production.INFO: Account Balance Start.
[2026-09-11 12:17:04] Production.INFO: CreateAllLog Start
[2026-09-11 12:17:04] Production.INFO: ==17519== Releasing lock...
[2026-09-11 12:17:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 12:17:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 12:17:04] Production.INFO: 117
[2026-09-11 12:17:04] Production.INFO: Date 2026-09-08
[2026-09-11 12:17:04] Production.INFO: Reseller ==> 0
[2026-09-11 12:17:04] Production.INFO: Date 2026-09-09
[2026-09-11 12:17:04] Production.INFO: Reseller ==> 0
[2026-09-11 12:17:04] Production.INFO: Date 2026-09-10
[2026-09-11 12:17:04] Production.INFO: Reseller ==> 0
[2026-09-11 12:17:04] Production.INFO: Date 2026-09-11
[2026-09-11 12:17:04] Production.INFO: Reseller ==> 0
[2026-09-11 12:17:04] Production.INFO: Total Charge 0
[2026-09-11 12:17:04] Production.INFO: CreateAllLog End
[2026-09-11 12:17:04] Production.INFO: Account Balance End.
[2026-09-11 12:17:04] Production.ERROR: CronJobId end 12
[2026-09-11 12:17:04] Production.INFO: ==17517== Releasing lock...
[2026-09-11 12:17:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 12:17:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 12:17:04] Production.INFO: ==17513== Releasing lock...
[2026-09-11 12:17:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 12:17:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 12:17:11] Production.ERROR: CronJobId end10
[2026-09-11 12:17:11] Production.INFO: ==17515== Releasing lock...
[2026-09-11 12:17:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 12:17:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 12:17:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 12:17:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 12:17:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 12:17:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 12:17:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 12:17:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 12:17:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 12:17:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 12:17:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 12:17:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 12:17:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 12:17:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 12:17:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 12:17:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 12:17:14] Production.INFO: call_cost start
[2026-09-11 12:17:14] Production.INFO: call_cost end
[2026-09-11 12:17:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 12:17:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 12:17:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 12:17:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 12:17:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 12:17:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 12:17:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 12:17:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 12:17:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 12:17:14] Production.INFO: ==17511== Releasing lock...
[2026-09-11 12:17:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 12:17:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 17:18:01] Production.INFO: ==17581== Lock acquired, processing the job...
[2026-09-11 17:18:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 17:18:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 17:18:01] Production.INFO: neon service started
[2026-09-11 17:18:01] Production.INFO: neon service started
[2026-09-11 17:18:01] Production.INFO: ==17581== Releasing lock...
[2026-09-11 17:18:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 17:18:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 16:18:02] Production.INFO: ==17585== Lock acquired, processing the job...
[2026-09-11 16:18:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 16:18:02] Production.INFO: ==17585== Releasing lock...
[2026-09-11 16:18:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 16:18:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 12:18:02] Production.INFO: ==17583== Lock acquired, processing the job...
[2026-09-11 12:18:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 12:18:02] Production.INFO: ==17583== Releasing lock...
[2026-09-11 12:18:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 12:18:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 12:18:03] Production.INFO: ==17589== Lock acquired, processing the job...
[2026-09-11 12:18:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 12:18:03] Production.INFO: ==17587== Lock acquired, processing the job...
[2026-09-11 12:18:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 12:18:03] Production.INFO: ==17591== Lock acquired, processing the job...
[2026-09-11 12:18:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 12:18:03] Production.INFO: ==17594== Lock acquired, processing the job...
[2026-09-11 12:18:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 12:18:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 12:18:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 12:18:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 12:18:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 12:18:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 12:18:03] Production.INFO: Account Balance Start.
[2026-09-11 12:18:03] Production.INFO: CreateAllLog Start
[2026-09-11 12:18:03] Production.INFO: 117
[2026-09-11 12:18:03] Production.INFO: Date 2026-09-08
[2026-09-11 12:18:03] Production.INFO: Reseller ==> 0
[2026-09-11 12:18:03] Production.INFO: ==17596== Lock acquired, processing the job...
[2026-09-11 12:18:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 12:18:03] Production.INFO: Date 2026-09-09
[2026-09-11 12:18:03] Production.INFO: Reseller ==> 0
[2026-09-11 12:18:03] Production.INFO: Date 2026-09-10
[2026-09-11 12:18:03] Production.INFO: Reseller ==> 0
[2026-09-11 12:18:03] Production.INFO: Date 2026-09-11
[2026-09-11 12:18:03] Production.INFO: Reseller ==> 0
[2026-09-11 12:18:03] Production.INFO: Total Charge 0
[2026-09-11 12:18:03] Production.INFO: CreateAllLog End
[2026-09-11 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-09-11 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-09-11 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-09-11 12:18:03] Production.INFO: ==17596== Releasing lock...
[2026-09-11 12:18:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 12:18:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 12:18:03] Production.INFO: Account Balance End.
[2026-09-11 12:18:04] Production.INFO: ==17589== Releasing lock...
[2026-09-11 12:18:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 12:18:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 12:18:04] Production.ERROR: CronJobId end 12
[2026-09-11 12:18:04] Production.INFO: ==17594== Releasing lock...
[2026-09-11 12:18:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 12:18:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 12:18:11] Production.ERROR: CronJobId end10
[2026-09-11 12:18:11] Production.INFO: ==17591== Releasing lock...
[2026-09-11 12:18:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 12:18:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 12:18:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 12:18:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 12:18:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 12:18:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 12:18:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 12:18:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 12:18:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 12:18:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 12:18:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 12:18:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 12:18:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 12:18:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 12:18:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 12:18:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 12:18:15] Production.INFO: call_cost start
[2026-09-11 12:18:15] Production.INFO: call_cost end
[2026-09-11 12:18:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 12:18:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 12:18:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 12:18:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 12:18:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 12:18:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 12:18:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 12:18:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 12:18:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 12:18:15] Production.INFO: ==17587== Releasing lock...
[2026-09-11 12:18:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 12:18:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 17:19:02] Production.INFO: ==17653== Lock acquired, processing the job...
[2026-09-11 17:19:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 17:19:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 17:19:02] Production.INFO: neon service started
[2026-09-11 17:19:02] Production.INFO: neon service started
[2026-09-11 17:19:02] Production.INFO: ==17653== Releasing lock...
[2026-09-11 17:19:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 17:19:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 12:19:02] Production.INFO: ==17656== Lock acquired, processing the job...
[2026-09-11 12:19:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 12:19:02] Production.INFO: ==17656== Releasing lock...
[2026-09-11 12:19:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 12:19:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 16:19:02] Production.INFO: ==17658== Lock acquired, processing the job...
[2026-09-11 16:19:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 16:19:02] Production.INFO: ==17658== Releasing lock...
[2026-09-11 16:19:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 16:19:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 12:19:03] Production.INFO: ==17660== Lock acquired, processing the job...
[2026-09-11 12:19:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 12:19:03] Production.INFO: ==17662== Lock acquired, processing the job...
[2026-09-11 12:19:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 12:19:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 12:19:03] Production.INFO: ==17664== Lock acquired, processing the job...
[2026-09-11 12:19:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 12:19:03] Production.INFO: ==17666== Lock acquired, processing the job...
[2026-09-11 12:19:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 12:19:03] Production.INFO: ==17668== Lock acquired, processing the job...
[2026-09-11 12:19:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 12:19:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 12:19:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 12:19:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 12:19:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 12:19:03] Production.INFO: Account Balance Start.
[2026-09-11 12:19:03] Production.INFO: CreateAllLog Start
[2026-09-11 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-09-11 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-09-11 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-09-11 12:19:03] Production.INFO: 117
[2026-09-11 12:19:03] Production.INFO: ==17668== Releasing lock...
[2026-09-11 12:19:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 12:19:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 12:19:03] Production.INFO: Date 2026-09-08
[2026-09-11 12:19:03] Production.INFO: Reseller ==> 0
[2026-09-11 12:19:03] Production.INFO: Date 2026-09-09
[2026-09-11 12:19:03] Production.INFO: Reseller ==> 0
[2026-09-11 12:19:03] Production.INFO: Date 2026-09-10
[2026-09-11 12:19:03] Production.INFO: Reseller ==> 0
[2026-09-11 12:19:03] Production.INFO: Date 2026-09-11
[2026-09-11 12:19:03] Production.INFO: Reseller ==> 0
[2026-09-11 12:19:03] Production.INFO: Total Charge 0
[2026-09-11 12:19:03] Production.INFO: CreateAllLog End
[2026-09-11 12:19:04] Production.INFO: ==17662== Releasing lock...
[2026-09-11 12:19:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 12:19:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 12:19:04] Production.INFO: Account Balance End.
[2026-09-11 12:19:04] Production.ERROR: CronJobId end 12
[2026-09-11 12:19:04] Production.INFO: ==17666== Releasing lock...
[2026-09-11 12:19:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 12:19:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 12:19:12] Production.ERROR: CronJobId end10
[2026-09-11 12:19:12] Production.INFO: ==17664== Releasing lock...
[2026-09-11 12:19:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 12:19:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 12:19:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 12:19:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 12:19:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 12:19:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 12:19:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 12:19:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 12:19:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 12:19:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 12:19:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 12:19:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 12:19:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 12:19:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 12:19:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 12:19:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 12:19:13] Production.INFO: call_cost start
[2026-09-11 12:19:13] Production.INFO: call_cost end
[2026-09-11 12:19:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 12:19:13] Production.INFO: ============== Report Schedule START===========
[2026-09-11 12:19:13] Production.INFO: ============== Report Schedule END===========
[2026-09-11 12:19:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 12:19:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 12:19:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 12:19:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 12:19:13] Production.INFO: ============== Deal alert START===========
[2026-09-11 12:19:13] Production.INFO: ============== Deal alert END===========
[2026-09-11 12:19:13] Production.INFO: ==17660== Releasing lock...
[2026-09-11 12:19:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 12:19:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 17:20:01] Production.INFO: ==17722== Lock acquired, processing the job...
[2026-09-11 17:20:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 17:20:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 17:20:01] Production.INFO: neon service started
[2026-09-11 17:20:01] Production.INFO: neon service started
[2026-09-11 17:20:01] Production.INFO: ==17722== Releasing lock...
[2026-09-11 17:20:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 17:20:01] Production.INFO: 25.5 MB #Memory Used#
[2026-09-11 16:20:02] Production.INFO: ==17727== Lock acquired, processing the job...
[2026-09-11 16:20:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 12:20:02] Production.INFO: ==17725== Lock acquired, processing the job...
[2026-09-11 12:20:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 16:20:02] Production.INFO: ==17727== Releasing lock...
[2026-09-11 16:20:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 16:20:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 12:20:02] Production.INFO: ==17725== Releasing lock...
[2026-09-11 12:20:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 12:20:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 12:20:03] Production.INFO: ==17729== Lock acquired, processing the job...
[2026-09-11 12:20:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 12:20:03] Production.INFO: ==17731== Lock acquired, processing the job...
[2026-09-11 12:20:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 12:20:03] Production.INFO: ==17735== Lock acquired, processing the job...
[2026-09-11 12:20:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 12:20:03] Production.INFO: ==17737== Lock acquired, processing the job...
[2026-09-11 12:20:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 12:20:03] Production.INFO: ==17733== Lock acquired, processing the job...
[2026-09-11 12:20:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 12:20:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 12:20:03] Production.INFO: Account Balance Start.
[2026-09-11 12:20:03] Production.INFO: CreateAllLog Start
[2026-09-11 12:20:03] Production.INFO: 117
[2026-09-11 12:20:03] Production.INFO: Date 2026-09-08
[2026-09-11 12:20:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 12:20:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 12:20:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 12:20:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 12: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-09-11 12: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-09-11 12:20:03] Production.INFO: Reseller ==> 0
[2026-09-11 12: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-09-11 12:20:03] Production.INFO: ==17737== Releasing lock...
[2026-09-11 12:20:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 12:20:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 12:20:03] Production.INFO: Date 2026-09-09
[2026-09-11 12:20:03] Production.INFO: Reseller ==> 0
[2026-09-11 12:20:04] Production.INFO: Date 2026-09-10
[2026-09-11 12:20:04] Production.INFO: Reseller ==> 0
[2026-09-11 12:20:04] Production.INFO: Date 2026-09-11
[2026-09-11 12:20:04] Production.INFO: Reseller ==> 0
[2026-09-11 12:20:04] Production.INFO: Total Charge 0
[2026-09-11 12:20:04] Production.INFO: CreateAllLog End
[2026-09-11 12:20:04] Production.INFO: Account Balance End.
[2026-09-11 12:20:04] Production.ERROR: CronJobId end 12
[2026-09-11 12:20:04] Production.INFO: ==17735== Releasing lock...
[2026-09-11 12:20:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 12:20:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 12:20:04] Production.INFO: ==17731== Releasing lock...
[2026-09-11 12:20:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 12:20:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 12:20:12] Production.ERROR: CronJobId end10
[2026-09-11 12:20:12] Production.INFO: ==17733== Releasing lock...
[2026-09-11 12:20:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 12:20:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 12:20:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 12:20:15] Production.INFO: ============== Balance Warning START===========
[2026-09-11 12:20:15] Production.INFO: ============== Balance Warning END===========
[2026-09-11 12:20:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 12:20:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 12:20:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 12:20:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 12:20:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 12:20:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 12:20:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 12:20:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 12:20:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 12:20:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 12:20:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 12:20:15] Production.INFO: call_cost start
[2026-09-11 12:20:15] Production.INFO: call_cost end
[2026-09-11 12:20:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 12:20:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 12:20:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 12:20:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 12:20:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 12:20:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 12:20:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 12:20:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 12:20:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 12:20:15] Production.INFO: ==17729== Releasing lock...
[2026-09-11 12:20:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 12:20:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 17:21:02] Production.INFO: ==17791== Lock acquired, processing the job...
[2026-09-11 17:21:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 17:21:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 17:21:02] Production.INFO: neon service started
[2026-09-11 17:21:02] Production.INFO: neon service started
[2026-09-11 17:21:02] Production.INFO: ==17791== Releasing lock...
[2026-09-11 17:21:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 17:21:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 16:21:02] Production.INFO: ==17795== Lock acquired, processing the job...
[2026-09-11 16:21:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 16:21:02] Production.INFO: ==17795== Releasing lock...
[2026-09-11 16:21:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 16:21:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 12:21:02] Production.INFO: ==17793== Lock acquired, processing the job...
[2026-09-11 12:21:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 12:21:02] Production.INFO: ==17793== Releasing lock...
[2026-09-11 12:21:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 12:21:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 12:21:03] Production.INFO: ==17800== Lock acquired, processing the job...
[2026-09-11 12:21:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 12:21:03] Production.INFO: ==17798== Lock acquired, processing the job...
[2026-09-11 12:21:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 12:21:03] Production.INFO: ==17802== Lock acquired, processing the job...
[2026-09-11 12:21:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 12:21:03] Production.INFO: ==17806== Lock acquired, processing the job...
[2026-09-11 12:21:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 12:21:03] Production.INFO: ==17804== Lock acquired, processing the job...
[2026-09-11 12:21:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 12:21:03] Production.INFO: Account Balance Start.
[2026-09-11 12:21:03] Production.INFO: CreateAllLog Start
[2026-09-11 12:21:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 12:21:03] Production.INFO: 117
[2026-09-11 12:21:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 12:21:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 12:21:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 12:21:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 12:21:03] Production.INFO: Date 2026-09-08
[2026-09-11 12:21:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 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-09-11 12:21:03] Production.INFO: Date 2026-09-09
[2026-09-11 12:21:03] Production.INFO: Reseller ==> 0
[2026-09-11 12:21:03] Production.INFO: ==17806== Releasing lock...
[2026-09-11 12:21:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 12:21:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 12:21:04] Production.INFO: Date 2026-09-10
[2026-09-11 12:21:04] Production.INFO: Reseller ==> 0
[2026-09-11 12:21:04] Production.INFO: Date 2026-09-11
[2026-09-11 12:21:04] Production.INFO: Reseller ==> 0
[2026-09-11 12:21:04] Production.INFO: Total Charge 0
[2026-09-11 12:21:04] Production.INFO: CreateAllLog End
[2026-09-11 12:21:04] Production.INFO: Account Balance End.
[2026-09-11 12:21:04] Production.ERROR: CronJobId end 12
[2026-09-11 12:21:04] Production.INFO: ==17804== Releasing lock...
[2026-09-11 12:21:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 12:21:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 12:21:04] Production.INFO: ==17800== Releasing lock...
[2026-09-11 12:21:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 12:21:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 12:21:11] Production.ERROR: CronJobId end10
[2026-09-11 12:21:11] Production.INFO: ==17802== Releasing lock...
[2026-09-11 12:21:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 12:21:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 12:21:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 12:21:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 12:21:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 12:21:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 12:21:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 12:21:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 12:21:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 12:21:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 12:21:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 12:21:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 12:21:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 12:21:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 12:21:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 12:21:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 12:21:15] Production.INFO: call_cost start
[2026-09-11 12:21:15] Production.INFO: call_cost end
[2026-09-11 12:21:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 12:21:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 12:21:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 12:21:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 12:21:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 12:21:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 12:21:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 12:21:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 12:21:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 12:21:15] Production.INFO: ==17798== Releasing lock...
[2026-09-11 12:21:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 12:21:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 17:22:01] Production.INFO: ==17870== Lock acquired, processing the job...
[2026-09-11 17:22:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 17:22:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 17:22:01] Production.INFO: neon service started
[2026-09-11 17:22:01] Production.INFO: neon service started
[2026-09-11 17:22:01] Production.INFO: ==17870== Releasing lock...
[2026-09-11 17:22:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 17:22:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 12:22:01] Production.INFO: ==17872== Lock acquired, processing the job...
[2026-09-11 12:22:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 12:22:02] Production.INFO: ==17872== Releasing lock...
[2026-09-11 12:22:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 12:22:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 16:22:02] Production.INFO: ==17874== Lock acquired, processing the job...
[2026-09-11 16:22:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 16:22:02] Production.INFO: ==17874== Releasing lock...
[2026-09-11 16:22:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 16:22:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 12:22:03] Production.INFO: ==17876== Lock acquired, processing the job...
[2026-09-11 12:22:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 12:22:03] Production.INFO: ==17882== Lock acquired, processing the job...
[2026-09-11 12:22:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 12:22:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 12:22:03] Production.INFO: ==17880== Lock acquired, processing the job...
[2026-09-11 12:22:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 12:22:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 12:22:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 12:22:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 12:22:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 12:22:03] Production.INFO: ==17884== Lock acquired, processing the job...
[2026-09-11 12:22:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 12:22:03] Production.INFO: ==17886== Lock acquired, processing the job...
[2026-09-11 12:22:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 12:22:03] Production.INFO: Account Balance Start.
[2026-09-11 12:22:03] Production.INFO: CreateAllLog Start
[2026-09-11 12:22:03] Production.INFO: 117
[2026-09-11 12:22:03] Production.INFO: Date 2026-09-08
[2026-09-11 12:22:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 12:22:03] Production.INFO: Date 2026-09-09
[2026-09-11 12:22:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 12:22:03] Production.INFO: ==17886== Releasing lock...
[2026-09-11 12:22:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 12:22:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 12:22:03] Production.INFO: Date 2026-09-10
[2026-09-11 12:22:03] Production.INFO: Reseller ==> 0
[2026-09-11 12:22:03] Production.INFO: Date 2026-09-11
[2026-09-11 12:22:03] Production.INFO: Reseller ==> 0
[2026-09-11 12:22:03] Production.INFO: Total Charge 0
[2026-09-11 12:22:03] Production.INFO: CreateAllLog End
[2026-09-11 12:22:03] Production.INFO: Account Balance End.
[2026-09-11 12:22:03] Production.ERROR: CronJobId end 12
[2026-09-11 12:22:03] Production.INFO: ==17884== Releasing lock...
[2026-09-11 12:22:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 12:22:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 12:22:04] Production.INFO: ==17880== Releasing lock...
[2026-09-11 12:22:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 12:22:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 12:22:11] Production.ERROR: CronJobId end10
[2026-09-11 12:22:11] Production.INFO: ==17882== Releasing lock...
[2026-09-11 12:22:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 12:22:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 12:22:12] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 12:22:12] Production.INFO: ============== Balance Warning START===========
[2026-09-11 12:22:12] Production.INFO: ============== Balance Warning END===========
[2026-09-11 12:22:12] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 12:22:12] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 12:22:12] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 12:22:12] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 12:22:12] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 12:22:12] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 12:22:12] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 12:22:12] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 12:22:12] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 12:22:12] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 12:22:12] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 12:22:13] Production.INFO: call_cost start
[2026-09-11 12:22:13] Production.INFO: call_cost end
[2026-09-11 12:22:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 12:22:13] Production.INFO: ============== Report Schedule START===========
[2026-09-11 12:22:13] Production.INFO: ============== Report Schedule END===========
[2026-09-11 12:22:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 12:22:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 12:22:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 12:22:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 12:22:13] Production.INFO: ============== Deal alert START===========
[2026-09-11 12:22:13] Production.INFO: ============== Deal alert END===========
[2026-09-11 12:22:13] Production.INFO: ==17876== Releasing lock...
[2026-09-11 12:22:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 12:22:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 17:23:01] Production.INFO: ==17941== Lock acquired, processing the job...
[2026-09-11 17:23:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 17:23:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 17:23:02] Production.INFO: neon service started
[2026-09-11 17:23:02] Production.INFO: neon service started
[2026-09-11 17:23:02] Production.INFO: ==17941== Releasing lock...
[2026-09-11 17:23:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 17:23:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 16:23:02] Production.INFO: ==17945== Lock acquired, processing the job...
[2026-09-11 16:23:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 16:23:02] Production.INFO: ==17945== Releasing lock...
[2026-09-11 16:23:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 16:23:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 12:23:02] Production.INFO: ==17943== Lock acquired, processing the job...
[2026-09-11 12:23:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 12:23:02] Production.INFO: ==17943== Releasing lock...
[2026-09-11 12:23:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 12:23:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 12:23:03] Production.INFO: ==17947== Lock acquired, processing the job...
[2026-09-11 12:23:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 12:23:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 12:23:03] Production.INFO: ==17949== Lock acquired, processing the job...
[2026-09-11 12:23:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 12:23:03] Production.INFO: ==17951== Lock acquired, processing the job...
[2026-09-11 12:23:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 12:23:03] Production.INFO: ==17953== Lock acquired, processing the job...
[2026-09-11 12:23:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 12:23:03] Production.INFO: ==17956== Lock acquired, processing the job...
[2026-09-11 12:23:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 12:23:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 12:23:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 12:23:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 12:23:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 12:23:03] Production.INFO: Account Balance Start.
[2026-09-11 12:23:03] Production.INFO: CreateAllLog Start
[2026-09-11 12:23:03] Production.INFO: 117
[2026-09-11 12:23:03] Production.INFO: Date 2026-09-08
[2026-09-11 12:23:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 12:23:03] Production.INFO: Date 2026-09-09
[2026-09-11 12:23:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 12:23:03] Production.INFO: ==17956== Releasing lock...
[2026-09-11 12:23:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 12:23:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 12:23:03] Production.INFO: Date 2026-09-10
[2026-09-11 12:23:03] Production.INFO: Reseller ==> 0
[2026-09-11 12:23:03] Production.INFO: Date 2026-09-11
[2026-09-11 12:23:03] Production.INFO: Reseller ==> 0
[2026-09-11 12:23:04] Production.INFO: Total Charge 0
[2026-09-11 12:23:04] Production.INFO: CreateAllLog End
[2026-09-11 12:23:04] Production.INFO: Account Balance End.
[2026-09-11 12:23:04] Production.ERROR: CronJobId end 12
[2026-09-11 12:23:04] Production.INFO: ==17953== Releasing lock...
[2026-09-11 12:23:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 12:23:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 12:23:04] Production.INFO: ==17949== Releasing lock...
[2026-09-11 12:23:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 12:23:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 12:23:12] Production.ERROR: CronJobId end10
[2026-09-11 12:23:12] Production.INFO: ==17951== Releasing lock...
[2026-09-11 12:23:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 12:23:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 12:23:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 12:23:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 12:23:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 12:23:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 12:23:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 12:23:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 12:23:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 12:23:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 12:23:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 12:23:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 12:23:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 12:23:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 12:23:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 12:23:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 12:23:15] Production.INFO: call_cost start
[2026-09-11 12:23:15] Production.INFO: call_cost end
[2026-09-11 12:23:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 12:23:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 12:23:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 12:23:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 12:23:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 12:23:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 12:23:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 12:23:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 12:23:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 12:23:15] Production.INFO: ==17947== Releasing lock...
[2026-09-11 12:23:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 12:23:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 17:24:01] Production.INFO: ==18010== Lock acquired, processing the job...
[2026-09-11 17:24:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 17:24:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 17:24:01] Production.INFO: neon service started
[2026-09-11 17:24:01] Production.INFO: neon service started
[2026-09-11 17:24:01] Production.INFO: ==18010== Releasing lock...
[2026-09-11 17:24:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 17:24:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 12:24:01] Production.INFO: ==18012== Lock acquired, processing the job...
[2026-09-11 12:24:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 12:24:02] Production.INFO: ==18012== Releasing lock...
[2026-09-11 12:24:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 12:24:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 16:24:02] Production.INFO: ==18014== Lock acquired, processing the job...
[2026-09-11 16:24:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 16:24:02] Production.INFO: ==18014== Releasing lock...
[2026-09-11 16:24:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 16:24:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 12:24:02] Production.INFO: ==18016== Lock acquired, processing the job...
[2026-09-11 12:24:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 12:24:02] Production.INFO: ==18018== Lock acquired, processing the job...
[2026-09-11 12:24:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 12:24:02] Production.INFO: ==18020== Lock acquired, processing the job...
[2026-09-11 12:24:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 12:24:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 12:24:03] Production.INFO: ==18022== Lock acquired, processing the job...
[2026-09-11 12:24:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 12:24:03] Production.INFO: ==18024== Lock acquired, processing the job...
[2026-09-11 12:24:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 12:24:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 12:24:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 12:24:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 12:24:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 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-09-11 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-09-11 12:24:03] Production.INFO: Account Balance Start.
[2026-09-11 12:24:03] Production.INFO: CreateAllLog Start
[2026-09-11 12:24:03] Production.INFO: 117
[2026-09-11 12:24:03] Production.INFO: Date 2026-09-08
[2026-09-11 12:24:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 12:24:03] Production.INFO: Date 2026-09-09
[2026-09-11 12:24:03] Production.INFO: Reseller ==> 0
[2026-09-11 12:24:03] Production.INFO: ==18024== Releasing lock...
[2026-09-11 12:24:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 12:24:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 12:24:03] Production.INFO: Date 2026-09-10
[2026-09-11 12:24:03] Production.INFO: Reseller ==> 0
[2026-09-11 12:24:03] Production.INFO: Date 2026-09-11
[2026-09-11 12:24:03] Production.INFO: Reseller ==> 0
[2026-09-11 12:24:03] Production.INFO: Total Charge 0
[2026-09-11 12:24:03] Production.INFO: CreateAllLog End
[2026-09-11 12:24:03] Production.INFO: Account Balance End.
[2026-09-11 12:24:03] Production.ERROR: CronJobId end 12
[2026-09-11 12:24:03] Production.INFO: ==18022== Releasing lock...
[2026-09-11 12:24:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 12:24:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 12:24:03] Production.INFO: ==18018== Releasing lock...
[2026-09-11 12:24:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 12:24:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 12:24:12] Production.ERROR: CronJobId end10
[2026-09-11 12:24:12] Production.INFO: ==18020== Releasing lock...
[2026-09-11 12:24:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 12:24:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 12:24:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 12:24:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 12:24:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 12:24:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 12:24:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 12:24:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 12:24:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 12:24:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 12:24:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 12:24:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 12:24:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 12:24:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 12:24:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 12:24:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 12:24:14] Production.INFO: call_cost start
[2026-09-11 12:24:14] Production.INFO: call_cost end
[2026-09-11 12:24:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 12:24:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 12:24:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 12:24:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 12:24:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 12:24:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 12:24:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 12:24:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 12:24:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 12:24:15] Production.INFO: ==18016== Releasing lock...
[2026-09-11 12:24:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 12:24:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 17:25:01] Production.INFO: ==18078== Lock acquired, processing the job...
[2026-09-11 17:25:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 17:25:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 17:25:01] Production.INFO: neon service started
[2026-09-11 17:25:01] Production.INFO: neon service started
[2026-09-11 17:25:01] Production.INFO: ==18078== Releasing lock...
[2026-09-11 17:25:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 17:25:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 12:25:02] Production.INFO: ==18080== Lock acquired, processing the job...
[2026-09-11 12:25:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 12:25:02] Production.INFO: ==18080== Releasing lock...
[2026-09-11 12:25:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 12:25:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 16:25:02] Production.INFO: ==18082== Lock acquired, processing the job...
[2026-09-11 16:25:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 16:25:02] Production.INFO: ==18082== Releasing lock...
[2026-09-11 16:25:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 16:25:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 12:25:03] Production.INFO: ==18088== Lock acquired, processing the job...
[2026-09-11 12:25:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 12:25:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 12:25:03] Production.INFO: ==18086== Lock acquired, processing the job...
[2026-09-11 12:25:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-11 12:25:03] Production.INFO: ==18090== Lock acquired, processing the job...
[2026-09-11 12:25:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 12:25:03] Production.INFO: ==18094== Lock acquired, processing the job...
[2026-09-11 12:25:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 12:25:03] Production.ERROR: ========================== active cronjob start =============================
[2026-09-11 12:25:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-11 12:25:03] Production.ERROR: CronJob PID - 18088
[2026-09-11 12:25:03] Production.ERROR: CronJob Title - System Alerts
[2026-09-11 12:25:03] Production.ERROR: CronJob ID - 5
[2026-09-11 12:25:03] Production.ERROR: CronJob Last Run Time 2026-09-11 12:25:00
[2026-09-11 12:25:03] Production.ERROR: CronJob Active Minutes 0
[2026-09-11 12:25:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-11 12:25:03] Production.INFO: ==18092== Lock acquired, processing the job...
[2026-09-11 12:25:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 12:25:03] Production.ERROR: ========================== active cronjob end =============================
[2026-09-11 12:25:03] Production.INFO: ==18086== Releasing lock...
[2026-09-11 12:25:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-11 12:25:03] Production.INFO: 25.5 MB #Memory Used#
[2026-09-11 12:25:04] Production.INFO: ==18096== Lock acquired, processing the job...
[2026-09-11 12:25:04] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-11 12:25:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 12:25:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 12:25:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 12:25:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 12:25:04] Production.INFO: ==18098== Lock acquired, processing the job...
[2026-09-11 12:25:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 12:25:04] Production.INFO: Account Balance Start.
[2026-09-11 12:25:04] Production.INFO: CreateAllLog Start
[2026-09-11 12:25:04] Production.INFO: 117
[2026-09-11 12:25:04] Production.INFO: Date 2026-09-08
[2026-09-11 12:25:04] Production.INFO: Reseller ==> 0
[2026-09-11 12:25:04] Production.ERROR: tblTempUsageDetail_20
[2026-09-11 12:25:04] Production.INFO: Date 2026-09-09
[2026-09-11 12:25:04] Production.INFO: Reseller ==> 0
[2026-09-11 12:25:04] Production.INFO: Date 2026-09-10
[2026-09-11 12:25:04] Production.INFO: Reseller ==> 0
[2026-09-11 12: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-09-11 12: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-09-11 12: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-09-11 12:25:04] Production.INFO: Date 2026-09-11
[2026-09-11 12:25:04] Production.INFO: ==18098== Releasing lock...
[2026-09-11 12:25:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 12:25:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 12:25:04] Production.INFO: Reseller ==> 0
[2026-09-11 12:25:04] Production.ERROR: done
[2026-09-11 12:25:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-11 12:25:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17984415', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) start
[2026-09-11 12:25:04] Production.INFO: Total Charge 0
[2026-09-11 12:25:04] Production.INFO: CreateAllLog End
[2026-09-11 12:25:04] Production.INFO: Account Balance End.
[2026-09-11 12:25:04] Production.ERROR: CronJobId end 12
[2026-09-11 12:25:04] Production.INFO: ==18094== Releasing lock...
[2026-09-11 12:25:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 12:25:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 12:25:04] Production.INFO: ==18090== Releasing lock...
[2026-09-11 12:25:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 12:25:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 12:25:09] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17984415', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) end
[2026-09-11 12:25:09] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-11 12:25:09] Production.INFO: ProcessCDR(1,17984415,1,1,2)
[2026-09-11 12:25:09] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17984415,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 12:25:09] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17984415,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 12:25:09] Production.ERROR: pbx prc_insertCDR start
[2026-09-11 12:25:09] Production.ERROR: pbx prc_insertCDR end
[2026-09-11 12:25:09] Production.INFO: ==18096== Releasing lock...
[2026-09-11 12:25:09] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-11 12:25:09] Production.INFO: 26 MB #Memory Used#
[2026-09-11 12:25:13] Production.ERROR: CronJobId end10
[2026-09-11 12:25:13] Production.INFO: ==18092== Releasing lock...
[2026-09-11 12:25:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 12:25:13] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 12:25:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 12:25:16] Production.INFO: ============== Balance Warning START===========
[2026-09-11 12:25:16] Production.INFO: ============== Balance Warning END===========
[2026-09-11 12:25:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 12:25:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 12:25:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 12:25:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 12:25:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 12:25:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 12:25:16] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 12:25:16] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 12:25:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 12:25:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 12:25:16] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 12:25:16] Production.INFO: call_cost start
[2026-09-11 12:25:16] Production.INFO: call_cost end
[2026-09-11 12:25:16] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 12:25:16] Production.INFO: ============== Report Schedule START===========
[2026-09-11 12:25:16] Production.INFO: ============== Report Schedule END===========
[2026-09-11 12:25:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 12:25:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 12:25:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 12:25:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 12:25:16] Production.INFO: ============== Deal alert START===========
[2026-09-11 12:25:16] Production.INFO: ============== Deal alert END===========
[2026-09-11 12:25:16] Production.INFO: ==18088== Releasing lock...
[2026-09-11 12:25:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 12:25:16] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 17:26:02] Production.INFO: ==18155== Lock acquired, processing the job...
[2026-09-11 17:26:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 17:26:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 17:26:02] Production.INFO: neon service started
[2026-09-11 17:26:02] Production.INFO: neon service started
[2026-09-11 17:26:02] Production.INFO: ==18155== Releasing lock...
[2026-09-11 17:26:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 17:26:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 16:26:02] Production.INFO: ==18159== Lock acquired, processing the job...
[2026-09-11 16:26:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 16:26:02] Production.INFO: ==18159== Releasing lock...
[2026-09-11 16:26:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 16:26:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 12:26:02] Production.INFO: ==18157== Lock acquired, processing the job...
[2026-09-11 12:26:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 12:26:03] Production.INFO: ==18157== Releasing lock...
[2026-09-11 12:26:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 12:26:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 12:26:03] Production.INFO: ==18168== Lock acquired, processing the job...
[2026-09-11 12:26:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 12:26:03] Production.INFO: ==18162== Lock acquired, processing the job...
[2026-09-11 12:26:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 12:26:03] Production.INFO: ==18166== Lock acquired, processing the job...
[2026-09-11 12:26:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 12:26:03] Production.INFO: ==18164== Lock acquired, processing the job...
[2026-09-11 12:26:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 12:26:03] Production.INFO: Account Balance Start.
[2026-09-11 12:26:03] Production.INFO: CreateAllLog Start
[2026-09-11 12:26:03] Production.INFO: 117
[2026-09-11 12:26:03] Production.INFO: Date 2026-09-08
[2026-09-11 12:26:03] Production.INFO: ==18170== Lock acquired, processing the job...
[2026-09-11 12:26:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 12:26:03] Production.INFO: Reseller ==> 0
[2026-09-11 12:26:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 12:26:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 12:26:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 12:26:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 12:26:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 12:26:04] Production.INFO: Date 2026-09-09
[2026-09-11 12:26:04] Production.INFO: Reseller ==> 0
[2026-09-11 12: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-09-11 12: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-09-11 12: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-09-11 12:26:04] Production.INFO: ==18170== Releasing lock...
[2026-09-11 12:26:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 12:26:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 12:26:04] Production.INFO: Date 2026-09-10
[2026-09-11 12:26:04] Production.INFO: Reseller ==> 0
[2026-09-11 12:26:04] Production.INFO: Date 2026-09-11
[2026-09-11 12:26:04] Production.INFO: Reseller ==> 0
[2026-09-11 12:26:04] Production.INFO: Total Charge 0
[2026-09-11 12:26:04] Production.INFO: CreateAllLog End
[2026-09-11 12:26:04] Production.INFO: Account Balance End.
[2026-09-11 12:26:04] Production.ERROR: CronJobId end 12
[2026-09-11 12:26:04] Production.INFO: ==18168== Releasing lock...
[2026-09-11 12:26:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 12:26:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 12:26:04] Production.INFO: ==18164== Releasing lock...
[2026-09-11 12:26:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 12:26:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 12:26:11] Production.ERROR: CronJobId end10
[2026-09-11 12:26:11] Production.INFO: ==18166== Releasing lock...
[2026-09-11 12:26:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 12:26:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 12:26:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 12:26:15] Production.INFO: ============== Balance Warning START===========
[2026-09-11 12:26:15] Production.INFO: ============== Balance Warning END===========
[2026-09-11 12:26:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 12:26:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 12:26:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 12:26:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 12:26:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 12:26:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 12:26:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 12:26:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 12:26:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 12:26:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 12:26:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 12:26:15] Production.INFO: call_cost start
[2026-09-11 12:26:15] Production.INFO: call_cost end
[2026-09-11 12:26:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 12:26:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 12:26:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 12:26:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 12:26:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 12:26:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 12:26:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 12:26:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 12:26:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 12:26:15] Production.INFO: ==18162== Releasing lock...
[2026-09-11 12:26:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 12:26:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 17:27:02] Production.INFO: ==18223== Lock acquired, processing the job...
[2026-09-11 17:27:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 17:27:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 17:27:02] Production.INFO: neon service started
[2026-09-11 17:27:02] Production.INFO: neon service started
[2026-09-11 17:27:02] Production.INFO: ==18223== Releasing lock...
[2026-09-11 17:27:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 17:27:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 12:27:02] Production.INFO: ==18225== Lock acquired, processing the job...
[2026-09-11 12:27:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 12:27:02] Production.INFO: ==18225== Releasing lock...
[2026-09-11 12:27:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 12:27:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 16:27:03] Production.INFO: ==18227== Lock acquired, processing the job...
[2026-09-11 16:27:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 16:27:03] Production.INFO: ==18227== Releasing lock...
[2026-09-11 16:27:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 16:27:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 12:27:03] Production.INFO: ==18230== Lock acquired, processing the job...
[2026-09-11 12:27:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 12:27:03] Production.INFO: ==18232== Lock acquired, processing the job...
[2026-09-11 12:27:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 12:27:03] Production.INFO: ==18234== Lock acquired, processing the job...
[2026-09-11 12:27:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 12:27:03] Production.INFO: ==18236== Lock acquired, processing the job...
[2026-09-11 12:27:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 12:27:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 12:27:03] Production.INFO: ==18238== Lock acquired, processing the job...
[2026-09-11 12:27:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 12:27:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 12:27:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 12:27:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 12:27:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 12:27:03] Production.INFO: Account Balance Start.
[2026-09-11 12:27:03] Production.INFO: CreateAllLog Start
[2026-09-11 12:27:03] Production.INFO: 117
[2026-09-11 12:27:03] Production.INFO: Date 2026-09-08
[2026-09-11 12:27:03] Production.INFO: Reseller ==> 0
[2026-09-11 12:27:03] Production.INFO: Date 2026-09-09
[2026-09-11 12:27:03] Production.INFO: Reseller ==> 0
[2026-09-11 12: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-09-11 12: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-09-11 12: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-09-11 12:27:04] Production.INFO: Date 2026-09-10
[2026-09-11 12:27:04] Production.INFO: Reseller ==> 0
[2026-09-11 12:27:04] Production.INFO: ==18238== Releasing lock...
[2026-09-11 12:27:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 12:27:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 12:27:04] Production.INFO: Date 2026-09-11
[2026-09-11 12:27:04] Production.INFO: Reseller ==> 0
[2026-09-11 12:27:04] Production.INFO: Total Charge 0
[2026-09-11 12:27:04] Production.INFO: CreateAllLog End
[2026-09-11 12:27:04] Production.INFO: Account Balance End.
[2026-09-11 12:27:04] Production.ERROR: CronJobId end 12
[2026-09-11 12:27:04] Production.INFO: ==18236== Releasing lock...
[2026-09-11 12:27:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 12:27:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 12:27:04] Production.INFO: ==18232== Releasing lock...
[2026-09-11 12:27:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 12:27:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 12:27:12] Production.ERROR: CronJobId end10
[2026-09-11 12:27:12] Production.INFO: ==18234== Releasing lock...
[2026-09-11 12:27:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 12:27:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 12:27:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 12:27:15] Production.INFO: ============== Balance Warning START===========
[2026-09-11 12:27:15] Production.INFO: ============== Balance Warning END===========
[2026-09-11 12:27:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 12:27:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 12:27:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 12:27:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 12:27:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 12:27:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 12:27:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 12:27:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 12:27:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 12:27:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 12:27:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 12:27:15] Production.INFO: call_cost start
[2026-09-11 12:27:15] Production.INFO: call_cost end
[2026-09-11 12:27:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 12:27:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 12:27:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 12:27:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 12:27:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 12:27:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 12:27:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 12:27:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 12:27:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 12:27:15] Production.INFO: ==18230== Releasing lock...
[2026-09-11 12:27:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 12:27:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 17:28:01] Production.INFO: ==18297== Lock acquired, processing the job...
[2026-09-11 17:28:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 17:28:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 17:28:01] Production.INFO: neon service started
[2026-09-11 17:28:01] Production.INFO: neon service started
[2026-09-11 17:28:01] Production.INFO: ==18297== Releasing lock...
[2026-09-11 17:28:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 17:28:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 12:28:02] Production.INFO: ==18299== Lock acquired, processing the job...
[2026-09-11 12:28:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 12:28:02] Production.INFO: ==18299== Releasing lock...
[2026-09-11 12:28:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 12:28:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 16:28:02] Production.INFO: ==18301== Lock acquired, processing the job...
[2026-09-11 16:28:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 16:28:02] Production.INFO: ==18301== Releasing lock...
[2026-09-11 16:28:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 16:28:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 12:28:03] Production.INFO: ==18306== Lock acquired, processing the job...
[2026-09-11 12:28:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 12:28:03] Production.INFO: ==18304== Lock acquired, processing the job...
[2026-09-11 12:28:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 12:28:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 12:28:03] Production.INFO: ==18310== Lock acquired, processing the job...
[2026-09-11 12:28:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 12:28:03] Production.INFO: ==18308== Lock acquired, processing the job...
[2026-09-11 12:28:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 12:28:03] Production.INFO: ==18312== Lock acquired, processing the job...
[2026-09-11 12:28:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 12:28:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 12:28:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 12:28:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 12:28:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 12:28:03] Production.INFO: Account Balance Start.
[2026-09-11 12:28:03] Production.INFO: CreateAllLog Start
[2026-09-11 12:28:03] Production.INFO: 117
[2026-09-11 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-09-11 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-09-11 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-09-11 12:28:03] Production.INFO: Date 2026-09-08
[2026-09-11 12:28:03] Production.INFO: ==18312== Releasing lock...
[2026-09-11 12:28:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 12:28:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 12:28:03] Production.INFO: Reseller ==> 0
[2026-09-11 12:28:03] Production.INFO: Date 2026-09-09
[2026-09-11 12:28:03] Production.INFO: Reseller ==> 0
[2026-09-11 12:28:03] Production.INFO: Date 2026-09-10
[2026-09-11 12:28:03] Production.INFO: Reseller ==> 0
[2026-09-11 12:28:03] Production.INFO: Date 2026-09-11
[2026-09-11 12:28:03] Production.INFO: Reseller ==> 0
[2026-09-11 12:28:03] Production.INFO: Total Charge 0
[2026-09-11 12:28:03] Production.INFO: CreateAllLog End
[2026-09-11 12:28:04] Production.INFO: Account Balance End.
[2026-09-11 12:28:04] Production.INFO: ==18306== Releasing lock...
[2026-09-11 12:28:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 12:28:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 12:28:04] Production.ERROR: CronJobId end 12
[2026-09-11 12:28:04] Production.INFO: ==18310== Releasing lock...
[2026-09-11 12:28:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 12:28:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 12:28:11] Production.ERROR: CronJobId end10
[2026-09-11 12:28:11] Production.INFO: ==18308== Releasing lock...
[2026-09-11 12:28:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 12:28:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 12:28:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 12:28:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 12:28:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 12:28:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 12:28:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 12:28:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 12:28:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 12:28:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 12:28:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 12:28:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 12:28:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 12:28:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 12:28:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 12:28:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 12:28:13] Production.INFO: call_cost start
[2026-09-11 12:28:13] Production.INFO: call_cost end
[2026-09-11 12:28:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 12:28:13] Production.INFO: ============== Report Schedule START===========
[2026-09-11 12:28:13] Production.INFO: ============== Report Schedule END===========
[2026-09-11 12:28:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 12:28:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 12:28:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 12:28:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 12:28:13] Production.INFO: ============== Deal alert START===========
[2026-09-11 12:28:13] Production.INFO: ============== Deal alert END===========
[2026-09-11 12:28:13] Production.INFO: ==18304== Releasing lock...
[2026-09-11 12:28:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 12:28:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 17:29:02] Production.INFO: ==18371== Lock acquired, processing the job...
[2026-09-11 17:29:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 17:29:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 17:29:02] Production.INFO: neon service started
[2026-09-11 17:29:02] Production.INFO: neon service started
[2026-09-11 17:29:02] Production.INFO: ==18371== Releasing lock...
[2026-09-11 17:29:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 17:29:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 12:29:02] Production.INFO: ==18373== Lock acquired, processing the job...
[2026-09-11 12:29:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 16:29:02] Production.INFO: ==18375== Lock acquired, processing the job...
[2026-09-11 16:29:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 16:29:02] Production.INFO: ==18375== Releasing lock...
[2026-09-11 16:29:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 16:29:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 12:29:03] Production.INFO: ==18373== Releasing lock...
[2026-09-11 12:29:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 12:29:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 12:29:03] Production.INFO: ==18378== Lock acquired, processing the job...
[2026-09-11 12:29:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 12:29:03] Production.INFO: ==18380== Lock acquired, processing the job...
[2026-09-11 12:29:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 12:29:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 12:29:03] Production.INFO: ==18386== Lock acquired, processing the job...
[2026-09-11 12:29:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 12:29:04] Production.INFO: ==18382== Lock acquired, processing the job...
[2026-09-11 12:29:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 12:29:04] Production.INFO: ==18384== Lock acquired, processing the job...
[2026-09-11 12:29:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 12: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-09-11 12:29:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 12:29:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 12:29:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 12:29:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 12: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-09-11 12: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-09-11 12:29:04] Production.INFO: ==18386== Releasing lock...
[2026-09-11 12:29:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 12:29:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 12:29:04] Production.INFO: Account Balance Start.
[2026-09-11 12:29:04] Production.INFO: CreateAllLog Start
[2026-09-11 12:29:04] Production.INFO: 117
[2026-09-11 12:29:04] Production.INFO: Date 2026-09-08
[2026-09-11 12:29:04] Production.INFO: Reseller ==> 0
[2026-09-11 12:29:04] Production.INFO: Date 2026-09-09
[2026-09-11 12:29:04] Production.INFO: Reseller ==> 0
[2026-09-11 12:29:04] Production.INFO: Date 2026-09-10
[2026-09-11 12:29:04] Production.INFO: Reseller ==> 0
[2026-09-11 12:29:04] Production.INFO: Date 2026-09-11
[2026-09-11 12:29:04] Production.INFO: Reseller ==> 0
[2026-09-11 12:29:04] Production.INFO: Total Charge 0
[2026-09-11 12:29:04] Production.INFO: CreateAllLog End
[2026-09-11 12:29:04] Production.INFO: Account Balance End.
[2026-09-11 12:29:04] Production.ERROR: CronJobId end 12
[2026-09-11 12:29:04] Production.INFO: ==18384== Releasing lock...
[2026-09-11 12:29:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 12:29:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 12:29:04] Production.INFO: ==18380== Releasing lock...
[2026-09-11 12:29:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 12:29:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 12:29:11] Production.ERROR: CronJobId end10
[2026-09-11 12:29:11] Production.INFO: ==18382== Releasing lock...
[2026-09-11 12:29:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 12:29:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 12:29:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 12:29:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 12:29:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 12:29:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 12:29:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 12:29:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 12:29:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 12:29:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 12:29:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 12:29:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 12:29:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 12:29:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 12:29:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 12:29:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 12:29:15] Production.INFO: call_cost start
[2026-09-11 12:29:15] Production.INFO: call_cost end
[2026-09-11 12:29:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 12:29:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 12:29:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 12:29:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 12:29:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 12:29:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 12:29:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 12:29:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 12:29:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 12:29:15] Production.INFO: ==18378== Releasing lock...
[2026-09-11 12:29:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 12:29:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 17:30:01] Production.INFO: ==18440== Lock acquired, processing the job...
[2026-09-11 17:30:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 17:30:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 17:30:01] Production.INFO: neon service started
[2026-09-11 17:30:01] Production.INFO: neon service started
[2026-09-11 17:30:01] Production.INFO: ==18440== Releasing lock...
[2026-09-11 17:30:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 17:30:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 12:30:02] Production.INFO: ==18442== Lock acquired, processing the job...
[2026-09-11 12:30:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 12:30:02] Production.INFO: ==18442== Releasing lock...
[2026-09-11 12:30:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 12:30:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 16:30:02] Production.INFO: ==18444== Lock acquired, processing the job...
[2026-09-11 16:30:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 16:30:02] Production.INFO: ==18444== Releasing lock...
[2026-09-11 16:30:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 16:30:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 12:30:03] Production.INFO: ==18452== Lock acquired, processing the job...
[2026-09-11 12:30:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 12:30:03] Production.INFO: ==18446== Lock acquired, processing the job...
[2026-09-11 12:30:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 12:30:03] Production.INFO: Account Balance Start.
[2026-09-11 12:30:03] Production.INFO: CreateAllLog Start
[2026-09-11 12:30:03] Production.INFO: 117
[2026-09-11 12:30:03] Production.INFO: Date 2026-09-08
[2026-09-11 12:30:03] Production.INFO: Reseller ==> 0
[2026-09-11 12:30:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 12:30:03] Production.INFO: Date 2026-09-09
[2026-09-11 12:30:03] Production.INFO: Reseller ==> 0
[2026-09-11 12:30:03] Production.INFO: ==18448== Lock acquired, processing the job...
[2026-09-11 12:30:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 12:30:03] Production.INFO: Date 2026-09-10
[2026-09-11 12:30:03] Production.INFO: Reseller ==> 0
[2026-09-11 12:30:03] Production.INFO: ==18450== Lock acquired, processing the job...
[2026-09-11 12:30:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 12:30:03] Production.INFO: Date 2026-09-11
[2026-09-11 12:30:03] Production.INFO: Reseller ==> 0
[2026-09-11 12:30:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 12:30:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 12:30:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 12:30:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 12:30:03] Production.INFO: Total Charge 0
[2026-09-11 12:30:03] Production.INFO: ==18455== Lock acquired, processing the job...
[2026-09-11 12:30:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 12:30:03] Production.INFO: CreateAllLog End
[2026-09-11 12: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-09-11 12: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-09-11 12: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-09-11 12:30:03] Production.INFO: ==18455== Releasing lock...
[2026-09-11 12:30:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 12:30:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 12:30:03] Production.INFO: Account Balance End.
[2026-09-11 12:30:04] Production.ERROR: CronJobId end 12
[2026-09-11 12:30:04] Production.INFO: ==18452== Releasing lock...
[2026-09-11 12:30:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 12:30:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 12:30:04] Production.INFO: ==18448== Releasing lock...
[2026-09-11 12:30:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 12:30:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 12:30:11] Production.ERROR: CronJobId end10
[2026-09-11 12:30:11] Production.INFO: ==18450== Releasing lock...
[2026-09-11 12:30:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 12:30:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 12:30:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 12:30:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 12:30:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 12:30:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 12:30:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 12:30:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 12:30:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 12:30:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 12:30:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 12:30:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 12:30:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 12:30:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 12:30:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 12:30:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 12:30:13] Production.INFO: call_cost start
[2026-09-11 12:30:13] Production.INFO: call_cost end
[2026-09-11 12:30:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 12:30:13] Production.INFO: ============== Report Schedule START===========
[2026-09-11 12:30:13] Production.INFO: ============== Report Schedule END===========
[2026-09-11 12:30:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 12:30:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 12:30:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 12:30:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 12:30:13] Production.INFO: ============== Deal alert START===========
[2026-09-11 12:30:13] Production.INFO: ============== Deal alert END===========
[2026-09-11 12:30:13] Production.INFO: ==18446== Releasing lock...
[2026-09-11 12:30:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 12:30:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 17:31:02] Production.INFO: ==18510== Lock acquired, processing the job...
[2026-09-11 17:31:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 17:31:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 17:31:02] Production.INFO: neon service started
[2026-09-11 17:31:02] Production.INFO: neon service started
[2026-09-11 17:31:02] Production.INFO: ==18510== Releasing lock...
[2026-09-11 17:31:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 17:31:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 12:31:02] Production.INFO: ==18512== Lock acquired, processing the job...
[2026-09-11 12:31:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 12:31:02] Production.INFO: ==18512== Releasing lock...
[2026-09-11 12:31:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 12:31:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 16:31:02] Production.INFO: ==18514== Lock acquired, processing the job...
[2026-09-11 16:31:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 16:31:02] Production.INFO: ==18514== Releasing lock...
[2026-09-11 16:31:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 16:31:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 12:31:03] Production.INFO: ==18517== Lock acquired, processing the job...
[2026-09-11 12:31:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 12:31:03] Production.INFO: ==18519== Lock acquired, processing the job...
[2026-09-11 12:31:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 12:31:03] Production.INFO: ==18521== Lock acquired, processing the job...
[2026-09-11 12:31:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 12:31:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 12:31:03] Production.INFO: ==18525== Lock acquired, processing the job...
[2026-09-11 12:31:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 12:31:03] Production.INFO: ==18523== Lock acquired, processing the job...
[2026-09-11 12:31:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 12:31:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 12:31:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 12:31:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 12:31:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 12:31:03] Production.INFO: Account Balance Start.
[2026-09-11 12:31:03] Production.INFO: CreateAllLog Start
[2026-09-11 12:31:03] Production.INFO: 117
[2026-09-11 12:31:03] Production.INFO: Date 2026-09-08
[2026-09-11 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-09-11 12: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-09-11 12:31:03] Production.INFO: Reseller ==> 0
[2026-09-11 12: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-09-11 12:31:03] Production.INFO: ==18525== Releasing lock...
[2026-09-11 12:31:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 12:31:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 12:31:03] Production.INFO: Date 2026-09-09
[2026-09-11 12:31:03] Production.INFO: Reseller ==> 0
[2026-09-11 12:31:03] Production.INFO: Date 2026-09-10
[2026-09-11 12:31:03] Production.INFO: Reseller ==> 0
[2026-09-11 12:31:03] Production.INFO: Date 2026-09-11
[2026-09-11 12:31:03] Production.INFO: Reseller ==> 0
[2026-09-11 12:31:03] Production.INFO: Total Charge 0
[2026-09-11 12:31:03] Production.INFO: CreateAllLog End
[2026-09-11 12:31:04] Production.INFO: Account Balance End.
[2026-09-11 12:31:04] Production.ERROR: CronJobId end 12
[2026-09-11 12:31:04] Production.INFO: ==18523== Releasing lock...
[2026-09-11 12:31:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 12:31:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 12:31:04] Production.INFO: ==18519== Releasing lock...
[2026-09-11 12:31:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 12:31:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 12:31:10] Production.ERROR: CronJobId end10
[2026-09-11 12:31:10] Production.INFO: ==18521== Releasing lock...
[2026-09-11 12:31:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 12:31:10] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 12:31:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 12:31:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 12:31:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 12:31:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 12:31:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 12:31:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 12:31:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 12:31:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 12:31:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 12:31:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 12:31:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 12:31:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 12:31:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 12:31:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 12:31:14] Production.INFO: call_cost start
[2026-09-11 12:31:14] Production.INFO: call_cost end
[2026-09-11 12:31:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 12:31:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 12:31:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 12:31:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 12:31:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 12:31:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 12:31:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 12:31:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 12:31:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 12:31:14] Production.INFO: ==18517== Releasing lock...
[2026-09-11 12:31:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 12:31:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 17:32:01] Production.INFO: ==18579== Lock acquired, processing the job...
[2026-09-11 17:32:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 17:32:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 17:32:01] Production.INFO: neon service started
[2026-09-11 17:32:01] Production.INFO: neon service started
[2026-09-11 17:32:01] Production.INFO: ==18579== Releasing lock...
[2026-09-11 17:32:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 17:32:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 12:32:01] Production.INFO: ==18582== Lock acquired, processing the job...
[2026-09-11 12:32:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 12:32:02] Production.INFO: ==18582== Releasing lock...
[2026-09-11 12:32:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 12:32:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 16:32:02] Production.INFO: ==18584== Lock acquired, processing the job...
[2026-09-11 16:32:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 16:32:02] Production.INFO: ==18584== Releasing lock...
[2026-09-11 16:32:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 16:32:02] Production.INFO: 26 MB #Memory Used#
[2026-09-11 12:32:02] Production.INFO: ==18586== Lock acquired, processing the job...
[2026-09-11 12:32:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 12:32:03] Production.INFO: ==18588== Lock acquired, processing the job...
[2026-09-11 12:32:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 12:32:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 12:32:03] Production.INFO: ==18590== Lock acquired, processing the job...
[2026-09-11 12:32:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 12:32:03] Production.INFO: ==18592== Lock acquired, processing the job...
[2026-09-11 12:32:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 12:32:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 12:32:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 12:32:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 12:32:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 12:32:03] Production.INFO: ==18594== Lock acquired, processing the job...
[2026-09-11 12:32:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 12:32:03] Production.INFO: Account Balance Start.
[2026-09-11 12:32:03] Production.INFO: CreateAllLog Start
[2026-09-11 12:32:03] Production.INFO: 117
[2026-09-11 12:32:03] Production.INFO: Date 2026-09-08
[2026-09-11 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-09-11 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-09-11 12:32:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 12:32:03] Production.INFO: ==18594== Releasing lock...
[2026-09-11 12:32:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 12:32:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 12:32:03] Production.INFO: Date 2026-09-09
[2026-09-11 12:32:03] Production.INFO: Reseller ==> 0
[2026-09-11 12:32:03] Production.INFO: Date 2026-09-10
[2026-09-11 12:32:03] Production.INFO: Reseller ==> 0
[2026-09-11 12:32:03] Production.INFO: Date 2026-09-11
[2026-09-11 12:32:03] Production.INFO: Reseller ==> 0
[2026-09-11 12:32:03] Production.INFO: Total Charge 0
[2026-09-11 12:32:03] Production.INFO: CreateAllLog End
[2026-09-11 12:32:03] Production.INFO: Account Balance End.
[2026-09-11 12:32:03] Production.ERROR: CronJobId end 12
[2026-09-11 12:32:03] Production.INFO: ==18592== Releasing lock...
[2026-09-11 12:32:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 12:32:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 12:32:04] Production.INFO: ==18588== Releasing lock...
[2026-09-11 12:32:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 12:32:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 12:32:11] Production.ERROR: CronJobId end10
[2026-09-11 12:32:11] Production.INFO: ==18590== Releasing lock...
[2026-09-11 12:32:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 12:32:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 12:32:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 12:32:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 12:32:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 12:32:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 12:32:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 12:32:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 12:32:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 12:32:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 12:32:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 12:32:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 12:32:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 12:32:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 12:32:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 12:32:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 12:32:14] Production.INFO: call_cost start
[2026-09-11 12:32:14] Production.INFO: call_cost end
[2026-09-11 12:32:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 12:32:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 12:32:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 12:32:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 12:32:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 12:32:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 12:32:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 12:32:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 12:32:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 12:32:14] Production.INFO: ==18586== Releasing lock...
[2026-09-11 12:32:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 12:32:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 17:33:01] Production.INFO: ==18650== Lock acquired, processing the job...
[2026-09-11 17:33:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 17:33:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 17:33:02] Production.INFO: neon service started
[2026-09-11 17:33:02] Production.INFO: neon service started
[2026-09-11 17:33:02] Production.INFO: ==18650== Releasing lock...
[2026-09-11 17:33:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 17:33:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 12:33:02] Production.INFO: ==18653== Lock acquired, processing the job...
[2026-09-11 12:33:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 16:33:02] Production.INFO: ==18655== Lock acquired, processing the job...
[2026-09-11 16:33:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 16:33:02] Production.INFO: ==18655== Releasing lock...
[2026-09-11 16:33:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 16:33:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 12:33:02] Production.INFO: ==18653== Releasing lock...
[2026-09-11 12:33:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 12:33:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 12:33:03] Production.INFO: ==18658== Lock acquired, processing the job...
[2026-09-11 12:33:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 12:33:03] Production.INFO: ==18660== Lock acquired, processing the job...
[2026-09-11 12:33:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 12:33:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 12:33:03] Production.INFO: ==18666== Lock acquired, processing the job...
[2026-09-11 12:33:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 12:33:03] Production.INFO: ==18662== Lock acquired, processing the job...
[2026-09-11 12:33:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 12:33:03] Production.INFO: ==18664== Lock acquired, processing the job...
[2026-09-11 12:33:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 12:33:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 12:33:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 12:33:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 12:33:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 12: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-09-11 12: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-09-11 12: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-09-11 12:33:04] Production.INFO: ==18666== Releasing lock...
[2026-09-11 12:33:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 12:33:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 12:33:04] Production.INFO: Account Balance Start.
[2026-09-11 12:33:04] Production.INFO: CreateAllLog Start
[2026-09-11 12:33:04] Production.INFO: 117
[2026-09-11 12:33:04] Production.INFO: Date 2026-09-08
[2026-09-11 12:33:04] Production.INFO: Reseller ==> 0
[2026-09-11 12:33:04] Production.INFO: Date 2026-09-09
[2026-09-11 12:33:04] Production.INFO: Reseller ==> 0
[2026-09-11 12:33:04] Production.INFO: Date 2026-09-10
[2026-09-11 12:33:04] Production.INFO: Reseller ==> 0
[2026-09-11 12:33:04] Production.INFO: Date 2026-09-11
[2026-09-11 12:33:04] Production.INFO: Reseller ==> 0
[2026-09-11 12:33:04] Production.INFO: Total Charge 0
[2026-09-11 12:33:04] Production.INFO: CreateAllLog End
[2026-09-11 12:33:04] Production.INFO: Account Balance End.
[2026-09-11 12:33:04] Production.ERROR: CronJobId end 12
[2026-09-11 12:33:04] Production.INFO: ==18664== Releasing lock...
[2026-09-11 12:33:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 12:33:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 12:33:04] Production.INFO: ==18660== Releasing lock...
[2026-09-11 12:33:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 12:33:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 12:33:11] Production.ERROR: CronJobId end10
[2026-09-11 12:33:11] Production.INFO: ==18662== Releasing lock...
[2026-09-11 12:33:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 12:33:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 12:33:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 12:33:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 12:33:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 12:33:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 12:33:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 12:33:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 12:33:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 12:33:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 12:33:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 12:33:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 12:33:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 12:33:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 12:33:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 12:33:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 12:33:14] Production.INFO: call_cost start
[2026-09-11 12:33:14] Production.INFO: call_cost end
[2026-09-11 12:33:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 12:33:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 12:33:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 12:33:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 12:33:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 12:33:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 12:33:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 12:33:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 12:33:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 12:33:14] Production.INFO: ==18658== Releasing lock...
[2026-09-11 12:33:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 12:33:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 17:34:01] Production.INFO: ==18720== Lock acquired, processing the job...
[2026-09-11 17:34:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 17:34:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 17:34:01] Production.INFO: neon service started
[2026-09-11 17:34:01] Production.INFO: neon service started
[2026-09-11 17:34:01] Production.INFO: ==18720== Releasing lock...
[2026-09-11 17:34:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 17:34:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 12:34:01] Production.INFO: ==18723== Lock acquired, processing the job...
[2026-09-11 12:34:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 12:34:02] Production.INFO: ==18723== Releasing lock...
[2026-09-11 12:34:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 12:34:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 16:34:02] Production.INFO: ==18725== Lock acquired, processing the job...
[2026-09-11 16:34:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 16:34:02] Production.INFO: ==18725== Releasing lock...
[2026-09-11 16:34:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 16:34:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 12:34:03] Production.INFO: ==18733== Lock acquired, processing the job...
[2026-09-11 12:34:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 12:34:03] Production.INFO: Account Balance Start.
[2026-09-11 12:34:03] Production.INFO: CreateAllLog Start
[2026-09-11 12:34:03] Production.INFO: 117
[2026-09-11 12:34:03] Production.INFO: Date 2026-09-08
[2026-09-11 12:34:03] Production.INFO: ==18727== Lock acquired, processing the job...
[2026-09-11 12:34:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 12:34:03] Production.INFO: Reseller ==> 0
[2026-09-11 12:34:03] Production.INFO: Date 2026-09-09
[2026-09-11 12:34:03] Production.INFO: Reseller ==> 0
[2026-09-11 12:34:03] Production.INFO: ==18729== Lock acquired, processing the job...
[2026-09-11 12:34:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 12:34:03] Production.INFO: Date 2026-09-10
[2026-09-11 12:34:03] Production.INFO: Reseller ==> 0
[2026-09-11 12:34:03] Production.INFO: ==18731== Lock acquired, processing the job...
[2026-09-11 12:34:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 12:34:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 12:34:03] Production.INFO: Date 2026-09-11
[2026-09-11 12:34:03] Production.INFO: Reseller ==> 0
[2026-09-11 12:34:03] Production.INFO: Total Charge 0
[2026-09-11 12:34:03] Production.INFO: ==18735== Lock acquired, processing the job...
[2026-09-11 12:34:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 12:34:03] Production.INFO: CreateAllLog End
[2026-09-11 12:34:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 12:34:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 12:34:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 12:34:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 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-09-11 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-09-11 12:34:03] Production.INFO: Account Balance End.
[2026-09-11 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-09-11 12:34:03] Production.INFO: ==18735== Releasing lock...
[2026-09-11 12:34:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 12:34:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 12:34:03] Production.ERROR: CronJobId end 12
[2026-09-11 12:34:03] Production.INFO: ==18733== Releasing lock...
[2026-09-11 12:34:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 12:34:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 12:34:04] Production.INFO: ==18729== Releasing lock...
[2026-09-11 12:34:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 12:34:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 12:34:12] Production.ERROR: CronJobId end10
[2026-09-11 12:34:12] Production.INFO: ==18731== Releasing lock...
[2026-09-11 12:34:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 12:34:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 12:34:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 12:34:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 12:34:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 12:34:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 12:34:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 12:34:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 12:34:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 12:34:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 12:34:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 12:34:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 12:34:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 12:34:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 12:34:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 12:34:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 12:34:14] Production.INFO: call_cost start
[2026-09-11 12:34:15] Production.INFO: call_cost end
[2026-09-11 12:34:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 12:34:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 12:34:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 12:34:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 12:34:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 12:34:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 12:34:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 12:34:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 12:34:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 12:34:15] Production.INFO: ==18727== Releasing lock...
[2026-09-11 12:34:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 12:34:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 17:35:01] Production.INFO: ==18788== Lock acquired, processing the job...
[2026-09-11 17:35:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 17:35:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 17:35:01] Production.INFO: neon service started
[2026-09-11 17:35:02] Production.INFO: neon service started
[2026-09-11 17:35:02] Production.INFO: ==18788== Releasing lock...
[2026-09-11 17:35:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 17:35:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 12:35:02] Production.INFO: ==18790== Lock acquired, processing the job...
[2026-09-11 12:35:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 12:35:02] Production.INFO: ==18790== Releasing lock...
[2026-09-11 12:35:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 12:35:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 16:35:02] Production.INFO: ==18792== Lock acquired, processing the job...
[2026-09-11 16:35:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 16:35:02] Production.INFO: ==18792== Releasing lock...
[2026-09-11 16:35:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 16:35:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 12:35:03] Production.INFO: ==18794== Lock acquired, processing the job...
[2026-09-11 12:35:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-11 12:35:03] Production.INFO: ==18796== Lock acquired, processing the job...
[2026-09-11 12:35:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 12:35:03] Production.ERROR: ========================== active cronjob start =============================
[2026-09-11 12:35:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-11 12:35:03] Production.ERROR: CronJob PID - 18796
[2026-09-11 12:35:03] Production.ERROR: CronJob Title - System Alerts
[2026-09-11 12:35:03] Production.ERROR: CronJob ID - 5
[2026-09-11 12:35:03] Production.ERROR: CronJob Last Run Time 2026-09-11 12:35:00
[2026-09-11 12:35:03] Production.ERROR: CronJob Active Minutes 0
[2026-09-11 12:35:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-11 12:35:03] Production.ERROR: ========================== active cronjob end =============================
[2026-09-11 12:35:03] Production.INFO: ==18794== Releasing lock...
[2026-09-11 12:35:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-11 12:35:03] Production.INFO: 25.5 MB #Memory Used#
[2026-09-11 12:35:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 12:35:03] Production.INFO: ==18802== Lock acquired, processing the job...
[2026-09-11 12:35:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 12:35:03] Production.INFO: ==18807== Lock acquired, processing the job...
[2026-09-11 12:35:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 12:35:03] Production.INFO: Account Balance Start.
[2026-09-11 12:35:03] Production.INFO: CreateAllLog Start
[2026-09-11 12:35:03] Production.INFO: 117
[2026-09-11 12:35:03] Production.INFO: Date 2026-09-08
[2026-09-11 12:35:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 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-09-11 12:35:03] Production.INFO: ==18807== Releasing lock...
[2026-09-11 12:35:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 12:35:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 12:35:03] Production.INFO: Date 2026-09-09
[2026-09-11 12:35:03] Production.INFO: Reseller ==> 0
[2026-09-11 12:35:03] Production.INFO: ==18798== Lock acquired, processing the job...
[2026-09-11 12:35:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 12:35:03] Production.INFO: Date 2026-09-10
[2026-09-11 12:35:03] Production.INFO: Reseller ==> 0
[2026-09-11 12:35:03] Production.INFO: ==18800== Lock acquired, processing the job...
[2026-09-11 12:35:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 12:35:03] Production.INFO: Date 2026-09-11
[2026-09-11 12:35:03] Production.INFO: Reseller ==> 0
[2026-09-11 12:35:03] Production.INFO: ==18804== Lock acquired, processing the job...
[2026-09-11 12:35:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-11 12:35:03] Production.INFO: Total Charge 0
[2026-09-11 12:35:03] Production.INFO: CreateAllLog End
[2026-09-11 12:35:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 12:35:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 12:35:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 12:35:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 12:35:03] Production.ERROR: tblTempUsageDetail_20
[2026-09-11 12:35:04] Production.ERROR: done
[2026-09-11 12:35:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-11 12:35:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17984456', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) start
[2026-09-11 12:35:04] Production.INFO: Account Balance End.
[2026-09-11 12:35:04] Production.ERROR: CronJobId end 12
[2026-09-11 12:35:04] Production.INFO: ==18802== Releasing lock...
[2026-09-11 12:35:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 12:35:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 12:35:04] Production.INFO: ==18798== Releasing lock...
[2026-09-11 12:35:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 12:35:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 12:35:11] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17984456', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) end
[2026-09-11 12:35:11] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-11 12:35:11] Production.INFO: ProcessCDR(1,17984456,1,1,2)
[2026-09-11 12:35:11] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17984456,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 12:35:11] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17984456,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 12:35:11] Production.ERROR: pbx prc_insertCDR start
[2026-09-11 12:35:11] Production.ERROR: pbx prc_insertCDR end
[2026-09-11 12:35:11] Production.INFO: ==18804== Releasing lock...
[2026-09-11 12:35:11] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-11 12:35:11] Production.INFO: 26 MB #Memory Used#
[2026-09-11 12:35:14] Production.ERROR: CronJobId end10
[2026-09-11 12:35:14] Production.INFO: ==18800== Releasing lock...
[2026-09-11 12:35:14] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 12:35:14] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 12:35:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 12:35:16] Production.INFO: ============== Balance Warning START===========
[2026-09-11 12:35:16] Production.INFO: ============== Balance Warning END===========
[2026-09-11 12:35:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 12:35:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 12:35:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 12:35:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 12:35:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 12:35:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 12:35:16] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 12:35:16] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 12:35:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 12:35:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 12:35:16] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 12:35:17] Production.INFO: call_cost start
[2026-09-11 12:35:17] Production.INFO: call_cost end
[2026-09-11 12:35:17] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 12:35:17] Production.INFO: ============== Report Schedule START===========
[2026-09-11 12:35:17] Production.INFO: ============== Report Schedule END===========
[2026-09-11 12:35:17] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 12:35:17] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 12:35:17] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 12:35:17] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 12:35:17] Production.INFO: ============== Deal alert START===========
[2026-09-11 12:35:17] Production.INFO: ============== Deal alert END===========
[2026-09-11 12:35:17] Production.INFO: ==18796== Releasing lock...
[2026-09-11 12:35:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 12:35:17] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 17:36:01] Production.INFO: ==18865== Lock acquired, processing the job...
[2026-09-11 17:36:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 17:36:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 17:36:01] Production.INFO: neon service started
[2026-09-11 17:36:01] Production.INFO: neon service started
[2026-09-11 17:36:01] Production.INFO: ==18865== Releasing lock...
[2026-09-11 17:36:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 17:36:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 12:36:01] Production.INFO: ==18867== Lock acquired, processing the job...
[2026-09-11 12:36:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 12:36:01] Production.INFO: ==18867== Releasing lock...
[2026-09-11 12:36:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 12:36:01] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 16:36:02] Production.INFO: ==18869== Lock acquired, processing the job...
[2026-09-11 16:36:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 16:36:02] Production.INFO: ==18869== Releasing lock...
[2026-09-11 16:36:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 16:36:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 12:36:02] Production.INFO: ==18872== Lock acquired, processing the job...
[2026-09-11 12:36:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 12:36:02] Production.INFO: ==18876== Lock acquired, processing the job...
[2026-09-11 12:36:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 12:36:02] Production.INFO: ==18880== Lock acquired, processing the job...
[2026-09-11 12:36:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 12:36:02] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 12:36:02] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 12:36:02] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 12:36:02] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 12:36:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 12: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-09-11 12: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-09-11 12: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-09-11 12:36:02] Production.INFO: ==18880== Releasing lock...
[2026-09-11 12:36:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 12:36:02] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 12:36:03] Production.INFO: ==18874== Lock acquired, processing the job...
[2026-09-11 12:36:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 12:36:03] Production.INFO: ==18878== Lock acquired, processing the job...
[2026-09-11 12:36:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 12:36:03] Production.INFO: Account Balance Start.
[2026-09-11 12:36:03] Production.INFO: CreateAllLog Start
[2026-09-11 12:36:03] Production.INFO: 117
[2026-09-11 12:36:03] Production.INFO: Date 2026-09-08
[2026-09-11 12:36:03] Production.INFO: Reseller ==> 0
[2026-09-11 12:36:03] Production.INFO: Date 2026-09-09
[2026-09-11 12:36:03] Production.INFO: Reseller ==> 0
[2026-09-11 12:36:03] Production.INFO: Date 2026-09-10
[2026-09-11 12:36:03] Production.INFO: Reseller ==> 0
[2026-09-11 12:36:03] Production.INFO: Date 2026-09-11
[2026-09-11 12:36:03] Production.INFO: Reseller ==> 0
[2026-09-11 12:36:03] Production.INFO: Total Charge 0
[2026-09-11 12:36:03] Production.INFO: CreateAllLog End
[2026-09-11 12:36:03] Production.INFO: Account Balance End.
[2026-09-11 12:36:03] Production.ERROR: CronJobId end 12
[2026-09-11 12:36:03] Production.INFO: ==18878== Releasing lock...
[2026-09-11 12:36:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 12:36:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 12:36:03] Production.INFO: ==18874== Releasing lock...
[2026-09-11 12:36:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 12:36:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 12:36:11] Production.ERROR: CronJobId end10
[2026-09-11 12:36:11] Production.INFO: ==18876== Releasing lock...
[2026-09-11 12:36:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 12:36:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 12:36:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 12:36:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 12:36:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 12:36:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 12:36:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 12:36:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 12:36:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 12:36:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 12:36:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 12:36:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 12:36:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 12:36:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 12:36:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 12:36:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 12:36:15] Production.INFO: call_cost start
[2026-09-11 12:36:15] Production.INFO: call_cost end
[2026-09-11 12:36:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 12:36:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 12:36:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 12:36:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 12:36:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 12:36:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 12:36:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 12:36:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 12:36:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 12:36:15] Production.INFO: ==18872== Releasing lock...
[2026-09-11 12:36:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 12:36:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 17:37:01] Production.INFO: ==18935== Lock acquired, processing the job...
[2026-09-11 17:37:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 17:37:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 17:37:01] Production.INFO: neon service started
[2026-09-11 17:37:01] Production.INFO: neon service started
[2026-09-11 17:37:01] Production.INFO: ==18935== Releasing lock...
[2026-09-11 17:37:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 17:37:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 12:37:02] Production.INFO: ==18937== Lock acquired, processing the job...
[2026-09-11 12:37:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 12:37:02] Production.INFO: ==18937== Releasing lock...
[2026-09-11 12:37:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 12:37:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 16:37:02] Production.INFO: ==18939== Lock acquired, processing the job...
[2026-09-11 16:37:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 16:37:02] Production.INFO: ==18939== Releasing lock...
[2026-09-11 16:37:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 16:37:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 12:37:03] Production.INFO: ==18948== Lock acquired, processing the job...
[2026-09-11 12:37:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 12:37:03] Production.INFO: ==18941== Lock acquired, processing the job...
[2026-09-11 12:37:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 12:37:03] Production.INFO: ==18946== Lock acquired, processing the job...
[2026-09-11 12:37:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 12:37:03] Production.INFO: Account Balance Start.
[2026-09-11 12:37:03] Production.INFO: CreateAllLog Start
[2026-09-11 12:37:03] Production.INFO: 117
[2026-09-11 12:37:03] Production.INFO: ==18943== Lock acquired, processing the job...
[2026-09-11 12:37:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 12:37:03] Production.INFO: Date 2026-09-08
[2026-09-11 12:37:03] Production.INFO: Reseller ==> 0
[2026-09-11 12:37:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 12:37:03] Production.INFO: Date 2026-09-09
[2026-09-11 12:37:03] Production.INFO: Reseller ==> 0
[2026-09-11 12:37:03] Production.INFO: ==18950== Lock acquired, processing the job...
[2026-09-11 12:37:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 12:37:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 12:37:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 12:37:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 12:37:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 12:37:03] Production.INFO: Date 2026-09-10
[2026-09-11 12:37:03] Production.INFO: Reseller ==> 0
[2026-09-11 12:37:03] Production.INFO: Date 2026-09-11
[2026-09-11 12:37:03] Production.INFO: Reseller ==> 0
[2026-09-11 12:37:03] Production.INFO: Total Charge 0
[2026-09-11 12:37:03] Production.INFO: CreateAllLog End
[2026-09-11 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-09-11 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-09-11 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-09-11 12:37:03] Production.INFO: ==18950== Releasing lock...
[2026-09-11 12:37:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 12:37:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 12:37:03] Production.INFO: Account Balance End.
[2026-09-11 12:37:03] Production.ERROR: CronJobId end 12
[2026-09-11 12:37:03] Production.INFO: ==18948== Releasing lock...
[2026-09-11 12:37:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 12:37:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 12:37:04] Production.INFO: ==18943== Releasing lock...
[2026-09-11 12:37:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 12:37:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 12:37:11] Production.ERROR: CronJobId end10
[2026-09-11 12:37:11] Production.INFO: ==18946== Releasing lock...
[2026-09-11 12:37:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 12:37:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 12:37:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 12:37:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 12:37:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 12:37:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 12:37:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 12:37:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 12:37:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 12:37:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 12:37:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 12:37:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 12:37:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 12:37:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 12:37:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 12:37:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 12:37:14] Production.INFO: call_cost start
[2026-09-11 12:37:14] Production.INFO: call_cost end
[2026-09-11 12:37:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 12:37:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 12:37:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 12:37:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 12:37:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 12:37:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 12:37:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 12:37:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 12:37:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 12:37:14] Production.INFO: ==18941== Releasing lock...
[2026-09-11 12:37:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 12:37:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 17:38:02] Production.INFO: ==19005== Lock acquired, processing the job...
[2026-09-11 17:38:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 17:38:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 17:38:02] Production.INFO: neon service started
[2026-09-11 17:38:02] Production.INFO: neon service started
[2026-09-11 17:38:02] Production.INFO: ==19005== Releasing lock...
[2026-09-11 17:38:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 17:38:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 16:38:02] Production.INFO: ==19009== Lock acquired, processing the job...
[2026-09-11 16:38:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 16:38:02] Production.INFO: ==19009== Releasing lock...
[2026-09-11 16:38:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 16:38:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 12:38:02] Production.INFO: ==19007== Lock acquired, processing the job...
[2026-09-11 12:38:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 12:38:03] Production.INFO: ==19007== Releasing lock...
[2026-09-11 12:38:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 12:38:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 12:38:03] Production.INFO: ==19012== Lock acquired, processing the job...
[2026-09-11 12:38:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 12:38:03] Production.INFO: ==19014== Lock acquired, processing the job...
[2026-09-11 12:38:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 12:38:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 12:38:03] Production.INFO: ==19016== Lock acquired, processing the job...
[2026-09-11 12:38:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 12:38:03] Production.INFO: ==19018== Lock acquired, processing the job...
[2026-09-11 12:38:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 12:38:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 12:38:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 12:38:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 12:38:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 12:38:04] Production.INFO: ==19021== Lock acquired, processing the job...
[2026-09-11 12:38:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 12:38:04] Production.INFO: Account Balance Start.
[2026-09-11 12:38:04] Production.INFO: CreateAllLog Start
[2026-09-11 12:38:04] Production.INFO: 117
[2026-09-11 12:38:04] Production.INFO: Date 2026-09-08
[2026-09-11 12:38:04] Production.INFO: Reseller ==> 0
[2026-09-11 12:38:04] Production.INFO: Date 2026-09-09
[2026-09-11 12:38:04] Production.INFO: Reseller ==> 0
[2026-09-11 12:38:04] Production.INFO: Date 2026-09-10
[2026-09-11 12:38:04] Production.INFO: Reseller ==> 0
[2026-09-11 12: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-09-11 12: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-09-11 12:38:04] Production.INFO: Date 2026-09-11
[2026-09-11 12:38:04] Production.INFO: Reseller ==> 0
[2026-09-11 12: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-09-11 12:38:04] Production.INFO: Total Charge 0
[2026-09-11 12:38:04] Production.INFO: ==19021== Releasing lock...
[2026-09-11 12:38:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 12:38:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 12:38:04] Production.INFO: CreateAllLog End
[2026-09-11 12:38:04] Production.INFO: Account Balance End.
[2026-09-11 12:38:04] Production.ERROR: CronJobId end 12
[2026-09-11 12:38:04] Production.INFO: ==19018== Releasing lock...
[2026-09-11 12:38:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 12:38:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 12:38:04] Production.INFO: ==19014== Releasing lock...
[2026-09-11 12:38:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 12:38:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 12:38:12] Production.ERROR: CronJobId end10
[2026-09-11 12:38:12] Production.INFO: ==19016== Releasing lock...
[2026-09-11 12:38:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 12:38:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 12:38:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 12:38:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 12:38:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 12:38:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 12:38:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 12:38:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 12:38:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 12:38:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 12:38:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 12:38:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 12:38:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 12:38:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 12:38:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 12:38:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 12:38:14] Production.INFO: call_cost start
[2026-09-11 12:38:14] Production.INFO: call_cost end
[2026-09-11 12:38:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 12:38:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 12:38:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 12:38:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 12:38:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 12:38:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 12:38:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 12:38:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 12:38:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 12:38:14] Production.INFO: ==19012== Releasing lock...
[2026-09-11 12:38:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 12:38:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 17:39:01] Production.INFO: ==19074== Lock acquired, processing the job...
[2026-09-11 17:39:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 17:39:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 17:39:01] Production.INFO: neon service started
[2026-09-11 17:39:01] Production.INFO: neon service started
[2026-09-11 17:39:01] Production.INFO: ==19074== Releasing lock...
[2026-09-11 17:39:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 17:39:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 12:39:02] Production.INFO: ==19076== Lock acquired, processing the job...
[2026-09-11 12:39:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 12:39:02] Production.INFO: ==19076== Releasing lock...
[2026-09-11 12:39:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 12:39:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 16:39:02] Production.INFO: ==19078== Lock acquired, processing the job...
[2026-09-11 16:39:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 16:39:02] Production.INFO: ==19078== Releasing lock...
[2026-09-11 16:39:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 16:39:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 12:39:03] Production.INFO: ==19081== Lock acquired, processing the job...
[2026-09-11 12:39:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 12:39:03] Production.INFO: ==19083== Lock acquired, processing the job...
[2026-09-11 12:39:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 12:39:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 12:39:03] Production.INFO: ==19087== Lock acquired, processing the job...
[2026-09-11 12:39:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 12:39:03] Production.INFO: ==19085== Lock acquired, processing the job...
[2026-09-11 12:39:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 12:39:03] Production.INFO: ==19089== Lock acquired, processing the job...
[2026-09-11 12:39:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 12:39:03] Production.INFO: Account Balance Start.
[2026-09-11 12:39:03] Production.INFO: CreateAllLog Start
[2026-09-11 12:39:03] Production.INFO: 117
[2026-09-11 12:39:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 12:39:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 12:39:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 12:39:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 12:39:03] Production.INFO: Date 2026-09-08
[2026-09-11 12:39:03] Production.INFO: Reseller ==> 0
[2026-09-11 12: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-09-11 12: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-09-11 12:39:03] Production.INFO: Date 2026-09-09
[2026-09-11 12:39:03] Production.INFO: Reseller ==> 0
[2026-09-11 12: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-09-11 12:39:03] Production.INFO: ==19089== Releasing lock...
[2026-09-11 12:39:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 12:39:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 12:39:03] Production.INFO: Date 2026-09-10
[2026-09-11 12:39:03] Production.INFO: Reseller ==> 0
[2026-09-11 12:39:03] Production.INFO: Date 2026-09-11
[2026-09-11 12:39:03] Production.INFO: Reseller ==> 0
[2026-09-11 12:39:03] Production.INFO: Total Charge 0
[2026-09-11 12:39:03] Production.INFO: CreateAllLog End
[2026-09-11 12:39:03] Production.INFO: Account Balance End.
[2026-09-11 12:39:03] Production.ERROR: CronJobId end 12
[2026-09-11 12:39:03] Production.INFO: ==19087== Releasing lock...
[2026-09-11 12:39:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 12:39:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 12:39:03] Production.INFO: ==19083== Releasing lock...
[2026-09-11 12:39:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 12:39:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 12:39:10] Production.ERROR: CronJobId end10
[2026-09-11 12:39:10] Production.INFO: ==19085== Releasing lock...
[2026-09-11 12:39:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 12:39:10] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 12:39:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 12:39:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 12:39:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 12:39:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 12:39:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 12:39:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 12:39:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 12:39:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 12:39:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 12:39:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 12:39:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 12:39:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 12:39:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 12:39:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 12:39:14] Production.INFO: call_cost start
[2026-09-11 12:39:14] Production.INFO: call_cost end
[2026-09-11 12:39:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 12:39:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 12:39:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 12:39:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 12:39:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 12:39:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 12:39:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 12:39:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 12:39:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 12:39:14] Production.INFO: ==19081== Releasing lock...
[2026-09-11 12:39:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 12:39:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 17:40:02] Production.INFO: ==19152== Lock acquired, processing the job...
[2026-09-11 17:40:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 17:40:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 17:40:02] Production.INFO: neon service started
[2026-09-11 17:40:02] Production.INFO: neon service started
[2026-09-11 17:40:02] Production.INFO: ==19152== Releasing lock...
[2026-09-11 17:40:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 17:40:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 12:40:02] Production.INFO: ==19154== Lock acquired, processing the job...
[2026-09-11 12:40:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 16:40:02] Production.INFO: ==19156== Lock acquired, processing the job...
[2026-09-11 16:40:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 16:40:02] Production.INFO: ==19156== Releasing lock...
[2026-09-11 16:40:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 16:40:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 12:40:03] Production.INFO: ==19154== Releasing lock...
[2026-09-11 12:40:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 12:40:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 12:40:03] Production.INFO: ==19158== Lock acquired, processing the job...
[2026-09-11 12:40:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 12:40:03] Production.INFO: ==19163== Lock acquired, processing the job...
[2026-09-11 12:40:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 12:40:03] Production.INFO: ==19160== Lock acquired, processing the job...
[2026-09-11 12:40:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 12:40:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 12:40:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 12:40:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 12:40:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 12:40:04] Production.INFO: ==19165== Lock acquired, processing the job...
[2026-09-11 12:40:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 12:40:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 12:40:04] Production.INFO: ==19167== Lock acquired, processing the job...
[2026-09-11 12:40:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 12:40:04] Production.INFO: Account Balance Start.
[2026-09-11 12:40:04] Production.INFO: CreateAllLog Start
[2026-09-11 12:40:04] Production.INFO: 117
[2026-09-11 12:40:04] Production.INFO: Date 2026-09-08
[2026-09-11 12: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-09-11 12: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-09-11 12: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-09-11 12:40:04] Production.INFO: ==19167== Releasing lock...
[2026-09-11 12:40:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 12:40:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 12:40:04] Production.INFO: Reseller ==> 0
[2026-09-11 12:40:04] Production.INFO: Date 2026-09-09
[2026-09-11 12:40:04] Production.INFO: Reseller ==> 0
[2026-09-11 12:40:04] Production.INFO: Date 2026-09-10
[2026-09-11 12:40:04] Production.INFO: Reseller ==> 0
[2026-09-11 12:40:04] Production.INFO: Date 2026-09-11
[2026-09-11 12:40:04] Production.INFO: Reseller ==> 0
[2026-09-11 12:40:04] Production.INFO: ==19160== Releasing lock...
[2026-09-11 12:40:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 12:40:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 12:40:04] Production.INFO: Total Charge 0
[2026-09-11 12:40:04] Production.INFO: CreateAllLog End
[2026-09-11 12:40:05] Production.INFO: Account Balance End.
[2026-09-11 12:40:05] Production.ERROR: CronJobId end 12
[2026-09-11 12:40:05] Production.INFO: ==19165== Releasing lock...
[2026-09-11 12:40:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 12:40:05] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 12:40:11] Production.ERROR: CronJobId end10
[2026-09-11 12:40:11] Production.INFO: ==19163== Releasing lock...
[2026-09-11 12:40:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 12:40:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 12:40:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 12:40:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 12:40:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 12:40:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 12:40:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 12:40:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 12:40:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 12:40:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 12:40:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 12:40:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 12:40:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 12:40:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 12:40:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 12:40:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 12:40:14] Production.INFO: call_cost start
[2026-09-11 12:40:14] Production.INFO: call_cost end
[2026-09-11 12:40:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 12:40:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 12:40:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 12:40:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 12:40:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 12:40:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 12:40:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 12:40:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 12:40:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 12:40:14] Production.INFO: ==19158== Releasing lock...
[2026-09-11 12:40:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 12:40:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 17:41:01] Production.INFO: ==19222== Lock acquired, processing the job...
[2026-09-11 17:41:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 17:41:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 17:41:01] Production.INFO: neon service started
[2026-09-11 17:41:01] Production.INFO: neon service started
[2026-09-11 17:41:01] Production.INFO: ==19222== Releasing lock...
[2026-09-11 17:41:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 17:41:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 16:41:02] Production.INFO: ==19226== Lock acquired, processing the job...
[2026-09-11 16:41:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 16:41:02] Production.INFO: ==19226== Releasing lock...
[2026-09-11 16:41:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 16:41:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 12:41:02] Production.INFO: ==19224== Lock acquired, processing the job...
[2026-09-11 12:41:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 12:41:02] Production.INFO: ==19224== Releasing lock...
[2026-09-11 12:41:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 12:41:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 12:41:03] Production.INFO: ==19232== Lock acquired, processing the job...
[2026-09-11 12:41:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 12:41:03] Production.INFO: ==19228== Lock acquired, processing the job...
[2026-09-11 12:41:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 12:41:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 12:41:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 12:41:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 12:41:03] Production.INFO: ==19230== Lock acquired, processing the job...
[2026-09-11 12:41:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 12:41:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 12:41:03] Production.INFO: ==19236== Lock acquired, processing the job...
[2026-09-11 12:41:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 12:41:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 12:41:03] Production.INFO: ==19234== Lock acquired, processing the job...
[2026-09-11 12:41:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 12:41:03] Production.INFO: Account Balance Start.
[2026-09-11 12:41:03] Production.INFO: CreateAllLog Start
[2026-09-11 12:41:03] Production.INFO: 117
[2026-09-11 12: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-09-11 12:41:03] Production.INFO: Date 2026-09-08
[2026-09-11 12: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-09-11 12: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-09-11 12:41:03] Production.INFO: Reseller ==> 0
[2026-09-11 12:41:03] Production.INFO: ==19236== Releasing lock...
[2026-09-11 12:41:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 12:41:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 12:41:03] Production.INFO: Date 2026-09-09
[2026-09-11 12:41:03] Production.INFO: Reseller ==> 0
[2026-09-11 12:41:03] Production.INFO: Date 2026-09-10
[2026-09-11 12:41:03] Production.INFO: Reseller ==> 0
[2026-09-11 12:41:03] Production.INFO: Date 2026-09-11
[2026-09-11 12:41:03] Production.INFO: Reseller ==> 0
[2026-09-11 12:41:03] Production.INFO: Total Charge 0
[2026-09-11 12:41:03] Production.INFO: CreateAllLog End
[2026-09-11 12:41:04] Production.INFO: Account Balance End.
[2026-09-11 12:41:04] Production.ERROR: CronJobId end 12
[2026-09-11 12:41:04] Production.INFO: ==19234== Releasing lock...
[2026-09-11 12:41:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 12:41:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 12:41:04] Production.INFO: ==19230== Releasing lock...
[2026-09-11 12:41:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 12:41:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 12:41:10] Production.ERROR: CronJobId end10
[2026-09-11 12:41:10] Production.INFO: ==19232== Releasing lock...
[2026-09-11 12:41:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 12:41:10] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 12:41:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 12:41:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 12:41:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 12:41:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 12:41:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 12:41:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 12:41:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 12:41:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 12:41:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 12:41:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 12:41:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 12:41:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 12:41:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 12:41:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 12:41:14] Production.INFO: call_cost start
[2026-09-11 12:41:14] Production.INFO: call_cost end
[2026-09-11 12:41:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 12:41:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 12:41:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 12:41:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 12:41:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 12:41:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 12:41:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 12:41:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 12:41:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 12:41:14] Production.INFO: ==19228== Releasing lock...
[2026-09-11 12:41:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 12:41:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 17:42:02] Production.INFO: ==19295== Lock acquired, processing the job...
[2026-09-11 17:42:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 17:42:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 17:42:02] Production.INFO: neon service started
[2026-09-11 17:42:02] Production.INFO: neon service started
[2026-09-11 17:42:02] Production.INFO: ==19295== Releasing lock...
[2026-09-11 17:42:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 17:42:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 12:42:02] Production.INFO: ==19298== Lock acquired, processing the job...
[2026-09-11 12:42:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 16:42:02] Production.INFO: ==19300== Lock acquired, processing the job...
[2026-09-11 16:42:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 12:42:02] Production.INFO: ==19298== Releasing lock...
[2026-09-11 12:42:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 12:42:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 16:42:02] Production.INFO: ==19300== Releasing lock...
[2026-09-11 16:42:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 16:42:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 12:42:03] Production.INFO: ==19302== Lock acquired, processing the job...
[2026-09-11 12:42:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 12:42:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 12:42:03] Production.INFO: ==19304== Lock acquired, processing the job...
[2026-09-11 12:42:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 12:42:03] Production.INFO: ==19306== Lock acquired, processing the job...
[2026-09-11 12:42:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 12:42:03] Production.INFO: ==19308== Lock acquired, processing the job...
[2026-09-11 12:42:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 12:42:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 12:42:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 12:42:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 12:42:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 12:42:03] Production.INFO: Account Balance Start.
[2026-09-11 12:42:03] Production.INFO: CreateAllLog Start
[2026-09-11 12:42:03] Production.INFO: 117
[2026-09-11 12:42:03] Production.INFO: Date 2026-09-08
[2026-09-11 12:42:03] Production.INFO: ==19310== Lock acquired, processing the job...
[2026-09-11 12:42:03] Production.INFO: Reseller ==> 0
[2026-09-11 12:42:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 12:42:03] Production.INFO: Date 2026-09-09
[2026-09-11 12:42:03] Production.INFO: Reseller ==> 0
[2026-09-11 12:42:03] Production.INFO: Date 2026-09-10
[2026-09-11 12:42:03] Production.INFO: Reseller ==> 0
[2026-09-11 12:42:03] Production.INFO: Date 2026-09-11
[2026-09-11 12:42:03] Production.INFO: Reseller ==> 0
[2026-09-11 12:42:03] Production.INFO: Total Charge 0
[2026-09-11 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-09-11 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-09-11 12:42:03] Production.INFO: CreateAllLog End
[2026-09-11 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-09-11 12:42:03] Production.INFO: ==19310== Releasing lock...
[2026-09-11 12:42:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 12:42:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 12:42:04] Production.INFO: Account Balance End.
[2026-09-11 12:42:04] Production.ERROR: CronJobId end 12
[2026-09-11 12:42:04] Production.INFO: ==19308== Releasing lock...
[2026-09-11 12:42:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 12:42:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 12:42:04] Production.INFO: ==19304== Releasing lock...
[2026-09-11 12:42:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 12:42:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 12:42:13] Production.ERROR: CronJobId end10
[2026-09-11 12:42:13] Production.INFO: ==19306== Releasing lock...
[2026-09-11 12:42:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 12:42:13] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 12:42:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 12:42:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 12:42:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 12:42:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 12:42:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 12:42:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 12:42:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 12:42:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 12:42:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 12:42:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 12:42:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 12:42:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 12:42:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 12:42:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 12:42:15] Production.INFO: call_cost start
[2026-09-11 12:42:15] Production.INFO: call_cost end
[2026-09-11 12:42:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 12:42:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 12:42:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 12:42:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 12:42:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 12:42:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 12:42:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 12:42:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 12:42:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 12:42:15] Production.INFO: ==19302== Releasing lock...
[2026-09-11 12:42:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 12:42:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 17:43:01] Production.INFO: ==19370== Lock acquired, processing the job...
[2026-09-11 17:43:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 17:43:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 17:43:01] Production.INFO: neon service started
[2026-09-11 17:43:01] Production.INFO: neon service started
[2026-09-11 17:43:01] Production.INFO: ==19370== Releasing lock...
[2026-09-11 17:43:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 17:43:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 16:43:01] Production.INFO: ==19374== Lock acquired, processing the job...
[2026-09-11 16:43:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 16:43:01] Production.INFO: ==19374== Releasing lock...
[2026-09-11 16:43:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 16:43:01] Production.INFO: 25 MB #Memory Used#
[2026-09-11 12:43:02] Production.INFO: ==19372== Lock acquired, processing the job...
[2026-09-11 12:43:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 12:43:02] Production.INFO: ==19372== Releasing lock...
[2026-09-11 12:43:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 12:43:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 12:43:02] Production.INFO: ==19377== Lock acquired, processing the job...
[2026-09-11 12:43:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 12:43:03] Production.INFO: ==19379== Lock acquired, processing the job...
[2026-09-11 12:43:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 12:43:03] Production.INFO: ==19381== Lock acquired, processing the job...
[2026-09-11 12:43:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 12:43:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 12:43:03] Production.INFO: ==19383== Lock acquired, processing the job...
[2026-09-11 12:43:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 12:43:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 12:43:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 12:43:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 12:43:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 12:43:03] Production.INFO: ==19385== Lock acquired, processing the job...
[2026-09-11 12:43:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 12:43:03] Production.INFO: Account Balance Start.
[2026-09-11 12:43:03] Production.INFO: CreateAllLog Start
[2026-09-11 12:43:03] Production.INFO: 117
[2026-09-11 12:43:03] Production.INFO: Date 2026-09-08
[2026-09-11 12:43:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 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-09-11 12:43:03] Production.INFO: ==19385== Releasing lock...
[2026-09-11 12:43:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 12:43:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 12:43:03] Production.INFO: Date 2026-09-09
[2026-09-11 12:43:03] Production.INFO: Reseller ==> 0
[2026-09-11 12:43:03] Production.INFO: Date 2026-09-10
[2026-09-11 12:43:03] Production.INFO: Reseller ==> 0
[2026-09-11 12:43:03] Production.INFO: Date 2026-09-11
[2026-09-11 12:43:03] Production.INFO: Reseller ==> 0
[2026-09-11 12:43:03] Production.INFO: Total Charge 0
[2026-09-11 12:43:03] Production.INFO: CreateAllLog End
[2026-09-11 12:43:03] Production.INFO: ==19379== Releasing lock...
[2026-09-11 12:43:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 12:43:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 12:43:03] Production.INFO: Account Balance End.
[2026-09-11 12:43:03] Production.ERROR: CronJobId end 12
[2026-09-11 12:43:03] Production.INFO: ==19383== Releasing lock...
[2026-09-11 12:43:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 12:43:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 12:43:11] Production.ERROR: CronJobId end10
[2026-09-11 12:43:11] Production.INFO: ==19381== Releasing lock...
[2026-09-11 12:43:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 12:43:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 12:43:12] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 12:43:12] Production.INFO: ============== Balance Warning START===========
[2026-09-11 12:43:12] Production.INFO: ============== Balance Warning END===========
[2026-09-11 12:43:12] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 12:43:12] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 12:43:12] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 12:43:12] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 12:43:12] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 12:43:12] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 12:43:12] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 12:43:12] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 12:43:12] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 12:43:12] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 12:43:12] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 12:43:13] Production.INFO: call_cost start
[2026-09-11 12:43:13] Production.INFO: call_cost end
[2026-09-11 12:43:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 12:43:13] Production.INFO: ============== Report Schedule START===========
[2026-09-11 12:43:13] Production.INFO: ============== Report Schedule END===========
[2026-09-11 12:43:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 12:43:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 12:43:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 12:43:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 12:43:13] Production.INFO: ============== Deal alert START===========
[2026-09-11 12:43:13] Production.INFO: ============== Deal alert END===========
[2026-09-11 12:43:13] Production.INFO: ==19377== Releasing lock...
[2026-09-11 12:43:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 12:43:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 17:44:02] Production.INFO: ==19439== Lock acquired, processing the job...
[2026-09-11 17:44:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 17:44:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 17:44:02] Production.INFO: neon service started
[2026-09-11 17:44:02] Production.INFO: neon service started
[2026-09-11 17:44:02] Production.INFO: ==19439== Releasing lock...
[2026-09-11 17:44:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 17:44:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 12:44:02] Production.INFO: ==19441== Lock acquired, processing the job...
[2026-09-11 12:44:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 16:44:02] Production.INFO: ==19443== Lock acquired, processing the job...
[2026-09-11 16:44:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 16:44:02] Production.INFO: ==19443== Releasing lock...
[2026-09-11 16:44:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 16:44:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 12:44:03] Production.INFO: ==19441== Releasing lock...
[2026-09-11 12:44:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 12:44:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 12:44:03] Production.INFO: ==19446== Lock acquired, processing the job...
[2026-09-11 12:44:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 12:44:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 12:44:03] Production.INFO: ==19454== Lock acquired, processing the job...
[2026-09-11 12:44:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 12:44:03] Production.INFO: ==19450== Lock acquired, processing the job...
[2026-09-11 12:44:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 12:44:03] Production.INFO: ==19448== Lock acquired, processing the job...
[2026-09-11 12:44:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 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-09-11 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-09-11 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-09-11 12:44:03] Production.INFO: ==19454== Releasing lock...
[2026-09-11 12:44:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 12:44:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 12:44:03] Production.INFO: ==19452== Lock acquired, processing the job...
[2026-09-11 12:44:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 12:44:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 12:44:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 12:44:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 12:44:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 12:44:04] Production.INFO: Account Balance Start.
[2026-09-11 12:44:04] Production.INFO: CreateAllLog Start
[2026-09-11 12:44:04] Production.INFO: 117
[2026-09-11 12:44:04] Production.INFO: Date 2026-09-08
[2026-09-11 12:44:04] Production.INFO: Reseller ==> 0
[2026-09-11 12:44:04] Production.INFO: Date 2026-09-09
[2026-09-11 12:44:04] Production.INFO: Reseller ==> 0
[2026-09-11 12:44:04] Production.INFO: Date 2026-09-10
[2026-09-11 12:44:04] Production.INFO: Reseller ==> 0
[2026-09-11 12:44:04] Production.INFO: Date 2026-09-11
[2026-09-11 12:44:04] Production.INFO: Reseller ==> 0
[2026-09-11 12:44:04] Production.INFO: Total Charge 0
[2026-09-11 12:44:04] Production.INFO: CreateAllLog End
[2026-09-11 12:44:04] Production.INFO: Account Balance End.
[2026-09-11 12:44:04] Production.ERROR: CronJobId end 12
[2026-09-11 12:44:04] Production.INFO: ==19452== Releasing lock...
[2026-09-11 12:44:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 12:44:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 12:44:04] Production.INFO: ==19448== Releasing lock...
[2026-09-11 12:44:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 12:44:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 12:44:11] Production.ERROR: CronJobId end10
[2026-09-11 12:44:11] Production.INFO: ==19450== Releasing lock...
[2026-09-11 12:44:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 12:44:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 12:44:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 12:44:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 12:44:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 12:44:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 12:44:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 12:44:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 12:44:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 12:44:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 12:44:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 12:44:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 12:44:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 12:44:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 12:44:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 12:44:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 12:44:14] Production.INFO: call_cost start
[2026-09-11 12:44:14] Production.INFO: call_cost end
[2026-09-11 12:44:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 12:44:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 12:44:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 12:44:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 12:44:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 12:44:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 12:44:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 12:44:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 12:44:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 12:44:14] Production.INFO: ==19446== Releasing lock...
[2026-09-11 12:44:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 12:44:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 17:45:01] Production.INFO: ==19509== Lock acquired, processing the job...
[2026-09-11 17:45:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 17:45:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 17:45:01] Production.INFO: neon service started
[2026-09-11 17:45:01] Production.INFO: neon service started
[2026-09-11 17:45:01] Production.INFO: ==19509== Releasing lock...
[2026-09-11 17:45:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 17:45:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 12:45:01] Production.INFO: ==19511== Lock acquired, processing the job...
[2026-09-11 12:45:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 12:45:02] Production.INFO: ==19511== Releasing lock...
[2026-09-11 12:45:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 12:45:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 16:45:02] Production.INFO: ==19513== Lock acquired, processing the job...
[2026-09-11 16:45:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 16:45:02] Production.INFO: ==19513== Releasing lock...
[2026-09-11 16:45:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 16:45:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 12:45:03] Production.INFO: ==19517== Lock acquired, processing the job...
[2026-09-11 12:45:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 12:45:03] Production.INFO: ==19515== Lock acquired, processing the job...
[2026-09-11 12:45:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-11 12:45:03] Production.INFO: ==19519== Lock acquired, processing the job...
[2026-09-11 12:45:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 12:45:03] Production.INFO: ==19523== Lock acquired, processing the job...
[2026-09-11 12:45:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 12:45:03] Production.INFO: ==19521== Lock acquired, processing the job...
[2026-09-11 12:45:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 12:45:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 12:45:03] Production.ERROR: ========================== active cronjob start =============================
[2026-09-11 12:45:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-11 12:45:03] Production.ERROR: CronJob PID - 19517
[2026-09-11 12:45:03] Production.ERROR: CronJob Title - System Alerts
[2026-09-11 12:45:03] Production.ERROR: CronJob ID - 5
[2026-09-11 12:45:03] Production.ERROR: CronJob Last Run Time 2026-09-11 12:45:00
[2026-09-11 12:45:03] Production.ERROR: CronJob Active Minutes 0
[2026-09-11 12:45:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-11 12:45:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-11 12:45:03] Production.ERROR: CronJob PID - 19519
[2026-09-11 12:45:03] Production.ERROR: CronJob Title - Account Block
[2026-09-11 12:45:03] Production.ERROR: CronJob ID - 7
[2026-09-11 12:45:03] Production.ERROR: CronJob Last Run Time 2026-09-11 12:45:00
[2026-09-11 12:45:03] Production.ERROR: CronJob Active Minutes 0
[2026-09-11 12:45:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-11 12:45:03] Production.ERROR: ========================== active cronjob end =============================
[2026-09-11 12:45:03] Production.INFO: ==19515== Releasing lock...
[2026-09-11 12:45:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-11 12:45:03] Production.INFO: 25.5 MB #Memory Used#
[2026-09-11 12:45:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 12:45:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 12:45:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 12:45:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 12:45:03] Production.INFO: ==19525== Lock acquired, processing the job...
[2026-09-11 12:45:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-11 12:45:03] Production.INFO: Account Balance Start.
[2026-09-11 12:45:03] Production.INFO: CreateAllLog Start
[2026-09-11 12:45:03] Production.INFO: 117
[2026-09-11 12:45:03] Production.INFO: Date 2026-09-08
[2026-09-11 12:45:03] Production.INFO: ==19527== Lock acquired, processing the job...
[2026-09-11 12:45:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 12:45:03] Production.INFO: Reseller ==> 0
[2026-09-11 12:45:03] Production.ERROR: tblTempUsageDetail_20
[2026-09-11 12:45:03] Production.INFO: Date 2026-09-09
[2026-09-11 12:45:03] Production.INFO: Reseller ==> 0
[2026-09-11 12:45:03] Production.INFO: Date 2026-09-10
[2026-09-11 12:45:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 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-09-11 12:45:03] Production.INFO: Date 2026-09-11
[2026-09-11 12:45:03] Production.INFO: Reseller ==> 0
[2026-09-11 12:45:03] Production.INFO: ==19527== Releasing lock...
[2026-09-11 12:45:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 12:45:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 12:45:03] Production.INFO: Total Charge 0
[2026-09-11 12:45:03] Production.INFO: CreateAllLog End
[2026-09-11 12:45:03] Production.ERROR: done
[2026-09-11 12:45:03] Production.INFO: Account Balance End.
[2026-09-11 12:45:03] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-11 12:45:03] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17984497', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) start
[2026-09-11 12:45:04] Production.ERROR: CronJobId end 12
[2026-09-11 12:45:04] Production.INFO: ==19523== Releasing lock...
[2026-09-11 12:45:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 12:45:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 12:45:04] Production.INFO: ==19519== Releasing lock...
[2026-09-11 12:45:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 12:45:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 12:45:09] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17984497', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) end
[2026-09-11 12:45:09] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-11 12:45:09] Production.INFO: ProcessCDR(1,17984497,1,1,2)
[2026-09-11 12:45:09] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17984497,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 12:45:09] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17984497,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 12:45:09] Production.ERROR: pbx prc_insertCDR start
[2026-09-11 12:45:09] Production.ERROR: pbx prc_insertCDR end
[2026-09-11 12:45:09] Production.INFO: ==19525== Releasing lock...
[2026-09-11 12:45:09] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-11 12:45:09] Production.INFO: 26 MB #Memory Used#
[2026-09-11 12:45:13] Production.ERROR: CronJobId end10
[2026-09-11 12:45:13] Production.INFO: ==19521== Releasing lock...
[2026-09-11 12:45:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 12:45:13] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 12:45:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 12:45:15] Production.INFO: ============== Balance Warning START===========
[2026-09-11 12:45:15] Production.INFO: ============== Balance Warning END===========
[2026-09-11 12:45:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 12:45:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 12:45:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 12:45:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 12:45:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 12:45:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 12:45:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 12:45:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 12:45:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 12:45:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 12:45:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 12:45:16] Production.INFO: call_cost start
[2026-09-11 12:45:16] Production.INFO: call_cost end
[2026-09-11 12:45:16] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 12:45:16] Production.INFO: ============== Report Schedule START===========
[2026-09-11 12:45:16] Production.INFO: ============== Report Schedule END===========
[2026-09-11 12:45:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 12:45:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 12:45:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 12:45:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 12:45:16] Production.INFO: ============== Deal alert START===========
[2026-09-11 12:45:16] Production.INFO: ============== Deal alert END===========
[2026-09-11 12:45:16] Production.INFO: ==19517== Releasing lock...
[2026-09-11 12:45:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 12:45:16] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 17:46:01] Production.INFO: ==19584== Lock acquired, processing the job...
[2026-09-11 17:46:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 17:46:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 17:46:01] Production.INFO: neon service started
[2026-09-11 17:46:01] Production.INFO: neon service started
[2026-09-11 17:46:01] Production.INFO: ==19584== Releasing lock...
[2026-09-11 17:46:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 17:46:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 12:46:02] Production.INFO: ==19586== Lock acquired, processing the job...
[2026-09-11 12:46:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 16:46:02] Production.INFO: ==19588== Lock acquired, processing the job...
[2026-09-11 16:46:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 12:46:02] Production.INFO: ==19586== Releasing lock...
[2026-09-11 12:46:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 12:46:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 16:46:02] Production.INFO: ==19588== Releasing lock...
[2026-09-11 16:46:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 16:46:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 12:46:03] Production.INFO: ==19590== Lock acquired, processing the job...
[2026-09-11 12:46:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 12:46:03] Production.INFO: ==19592== Lock acquired, processing the job...
[2026-09-11 12:46:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 12:46:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 12:46:03] Production.INFO: ==19596== Lock acquired, processing the job...
[2026-09-11 12:46:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 12:46:03] Production.INFO: ==19594== Lock acquired, processing the job...
[2026-09-11 12:46:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 12:46:03] Production.INFO: ==19598== Lock acquired, processing the job...
[2026-09-11 12:46:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 12:46:03] Production.INFO: Account Balance Start.
[2026-09-11 12:46:03] Production.INFO: CreateAllLog Start
[2026-09-11 12:46:03] Production.INFO: 117
[2026-09-11 12:46:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 12:46:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 12:46:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 12:46:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 12:46:03] Production.INFO: Date 2026-09-08
[2026-09-11 12:46:04] Production.INFO: Reseller ==> 0
[2026-09-11 12:46: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-09-11 12:46:04] Production.INFO: Date 2026-09-09
[2026-09-11 12:46: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-09-11 12:46:04] Production.INFO: Reseller ==> 0
[2026-09-11 12:46:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-09-11 12:46:04] Production.INFO: ==19598== Releasing lock...
[2026-09-11 12:46:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 12:46:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 12:46:04] Production.INFO: Date 2026-09-10
[2026-09-11 12:46:04] Production.INFO: Reseller ==> 0
[2026-09-11 12:46:04] Production.INFO: ==19592== Releasing lock...
[2026-09-11 12:46:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 12:46:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 12:46:04] Production.INFO: Date 2026-09-11
[2026-09-11 12:46:04] Production.INFO: Reseller ==> 0
[2026-09-11 12:46:04] Production.INFO: Total Charge 0
[2026-09-11 12:46:04] Production.INFO: CreateAllLog End
[2026-09-11 12:46:04] Production.INFO: Account Balance End.
[2026-09-11 12:46:04] Production.ERROR: CronJobId end 12
[2026-09-11 12:46:04] Production.INFO: ==19596== Releasing lock...
[2026-09-11 12:46:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 12:46:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 12:46:11] Production.ERROR: CronJobId end10
[2026-09-11 12:46:11] Production.INFO: ==19594== Releasing lock...
[2026-09-11 12:46:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 12:46:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 12:46:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 12:46:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 12:46:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 12:46:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 12:46:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 12:46:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 12:46:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 12:46:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 12:46:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 12:46:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 12:46:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 12:46:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 12:46:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 12:46:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 12:46:15] Production.INFO: call_cost start
[2026-09-11 12:46:15] Production.INFO: call_cost end
[2026-09-11 12:46:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 12:46:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 12:46:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 12:46:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 12:46:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 12:46:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 12:46:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 12:46:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 12:46:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 12:46:15] Production.INFO: ==19590== Releasing lock...
[2026-09-11 12:46:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 12:46:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 17:47:01] Production.INFO: ==19655== Lock acquired, processing the job...
[2026-09-11 17:47:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 17:47:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 17:47:01] Production.INFO: neon service started
[2026-09-11 17:47:01] Production.INFO: neon service started
[2026-09-11 17:47:01] Production.INFO: ==19655== Releasing lock...
[2026-09-11 17:47:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 17:47:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 12:47:01] Production.INFO: ==19657== Lock acquired, processing the job...
[2026-09-11 12:47:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 12:47:01] Production.INFO: ==19657== Releasing lock...
[2026-09-11 12:47:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 12:47:01] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 16:47:02] Production.INFO: ==19659== Lock acquired, processing the job...
[2026-09-11 16:47:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 16:47:02] Production.INFO: ==19659== Releasing lock...
[2026-09-11 16:47:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 16:47:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 12:47:02] Production.INFO: ==19661== Lock acquired, processing the job...
[2026-09-11 12:47:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 12:47:02] Production.INFO: ==19663== Lock acquired, processing the job...
[2026-09-11 12:47:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 12:47:02] Production.INFO: ==19665== Lock acquired, processing the job...
[2026-09-11 12:47:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 12:47:02] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 12:47:02] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 12:47:02] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 12:47:02] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 12:47:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 12:47:02] Production.INFO: ==19669== Lock acquired, processing the job...
[2026-09-11 12:47:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 12:47:02] Production.INFO: ==19667== Lock acquired, processing the job...
[2026-09-11 12:47:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 12: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-09-11 12: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-09-11 12:47:03] Production.INFO: Account Balance Start.
[2026-09-11 12:47:03] Production.INFO: CreateAllLog Start
[2026-09-11 12:47:03] Production.INFO: 117
[2026-09-11 12:47:03] Production.INFO: Date 2026-09-08
[2026-09-11 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-09-11 12:47:03] Production.INFO: Reseller ==> 0
[2026-09-11 12:47:03] Production.INFO: ==19669== Releasing lock...
[2026-09-11 12:47:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 12:47:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 12:47:03] Production.INFO: Date 2026-09-09
[2026-09-11 12:47:03] Production.INFO: Reseller ==> 0
[2026-09-11 12:47:03] Production.INFO: Date 2026-09-10
[2026-09-11 12:47:03] Production.INFO: Reseller ==> 0
[2026-09-11 12:47:03] Production.INFO: Date 2026-09-11
[2026-09-11 12:47:03] Production.INFO: Reseller ==> 0
[2026-09-11 12:47:03] Production.INFO: Total Charge 0
[2026-09-11 12:47:03] Production.INFO: CreateAllLog End
[2026-09-11 12:47:03] Production.INFO: Account Balance End.
[2026-09-11 12:47:03] Production.ERROR: CronJobId end 12
[2026-09-11 12:47:03] Production.INFO: ==19667== Releasing lock...
[2026-09-11 12:47:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 12:47:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 12:47:03] Production.INFO: ==19663== Releasing lock...
[2026-09-11 12:47:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 12:47:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 12:47:11] Production.ERROR: CronJobId end10
[2026-09-11 12:47:11] Production.INFO: ==19665== Releasing lock...
[2026-09-11 12:47:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 12:47:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 12:47:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 12:47:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 12:47:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 12:47:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 12:47:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 12:47:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 12:47:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 12:47:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 12:47:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 12:47:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 12:47:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 12:47:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 12:47:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 12:47:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 12:47:14] Production.INFO: call_cost start
[2026-09-11 12:47:14] Production.INFO: call_cost end
[2026-09-11 12:47:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 12:47:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 12:47:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 12:47:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 12:47:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 12:47:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 12:47:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 12:47:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 12:47:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 12:47:14] Production.INFO: ==19661== Releasing lock...
[2026-09-11 12:47:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 12:47:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 17:48:01] Production.INFO: ==19729== Lock acquired, processing the job...
[2026-09-11 17:48:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 17:48:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 17:48:01] Production.INFO: neon service started
[2026-09-11 17:48:01] Production.INFO: neon service started
[2026-09-11 17:48:01] Production.INFO: ==19729== Releasing lock...
[2026-09-11 17:48:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 17:48:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 12:48:02] Production.INFO: ==19731== Lock acquired, processing the job...
[2026-09-11 12:48:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 16:48:02] Production.INFO: ==19733== Lock acquired, processing the job...
[2026-09-11 16:48:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 16:48:02] Production.INFO: ==19733== Releasing lock...
[2026-09-11 16:48:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 16:48:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 12:48:02] Production.INFO: ==19731== Releasing lock...
[2026-09-11 12:48:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 12:48:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 12:48:03] Production.INFO: ==19740== Lock acquired, processing the job...
[2026-09-11 12:48:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 12:48:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 12:48:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 12:48:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 12:48:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 12:48:03] Production.INFO: ==19736== Lock acquired, processing the job...
[2026-09-11 12:48:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 12:48:03] Production.INFO: ==19738== Lock acquired, processing the job...
[2026-09-11 12:48:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 12:48:03] Production.INFO: ==19744== Lock acquired, processing the job...
[2026-09-11 12:48:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 12:48:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 12:48:03] Production.INFO: ==19742== Lock acquired, processing the job...
[2026-09-11 12:48:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 12:48:03] Production.INFO: Account Balance Start.
[2026-09-11 12:48:03] Production.INFO: CreateAllLog Start
[2026-09-11 12:48:03] Production.INFO: 117
[2026-09-11 12:48:03] Production.INFO: Date 2026-09-08
[2026-09-11 12:48:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 12:48:03] Production.INFO: Date 2026-09-09
[2026-09-11 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-09-11 12:48:03] Production.INFO: Reseller ==> 0
[2026-09-11 12:48:03] Production.INFO: ==19744== Releasing lock...
[2026-09-11 12:48:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 12:48:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 12:48:03] Production.INFO: Date 2026-09-10
[2026-09-11 12:48:03] Production.INFO: Reseller ==> 0
[2026-09-11 12:48:04] Production.INFO: Date 2026-09-11
[2026-09-11 12:48:04] Production.INFO: Reseller ==> 0
[2026-09-11 12:48:04] Production.INFO: Total Charge 0
[2026-09-11 12:48:04] Production.INFO: CreateAllLog End
[2026-09-11 12:48:04] Production.INFO: Account Balance End.
[2026-09-11 12:48:04] Production.ERROR: CronJobId end 12
[2026-09-11 12:48:04] Production.INFO: ==19742== Releasing lock...
[2026-09-11 12:48:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 12:48:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 12:48:04] Production.INFO: ==19738== Releasing lock...
[2026-09-11 12:48:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 12:48:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 12:48:11] Production.ERROR: CronJobId end10
[2026-09-11 12:48:11] Production.INFO: ==19740== Releasing lock...
[2026-09-11 12:48:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 12:48:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 12:48:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 12:48:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 12:48:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 12:48:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 12:48:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 12:48:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 12:48:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 12:48:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 12:48:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 12:48:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 12:48:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 12:48:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 12:48:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 12:48:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 12:48:14] Production.INFO: call_cost start
[2026-09-11 12:48:14] Production.INFO: call_cost end
[2026-09-11 12:48:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 12:48:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 12:48:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 12:48:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 12:48:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 12:48:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 12:48:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 12:48:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 12:48:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 12:48:14] Production.INFO: ==19736== Releasing lock...
[2026-09-11 12:48:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 12:48:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 17:49:02] Production.INFO: ==19802== Lock acquired, processing the job...
[2026-09-11 17:49:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 17:49:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 17:49:02] Production.INFO: neon service started
[2026-09-11 17:49:02] Production.INFO: neon service started
[2026-09-11 17:49:02] Production.INFO: ==19802== Releasing lock...
[2026-09-11 17:49:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 17:49:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 16:49:02] Production.INFO: ==19806== Lock acquired, processing the job...
[2026-09-11 16:49:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 16:49:02] Production.INFO: ==19806== Releasing lock...
[2026-09-11 16:49:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 16:49:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 12:49:02] Production.INFO: ==19804== Lock acquired, processing the job...
[2026-09-11 12:49:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 12:49:02] Production.INFO: ==19804== Releasing lock...
[2026-09-11 12:49:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 12:49:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 12:49:03] Production.INFO: ==19808== Lock acquired, processing the job...
[2026-09-11 12:49:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 12:49:03] Production.INFO: ==19810== Lock acquired, processing the job...
[2026-09-11 12:49:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 12:49:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 12:49:03] Production.INFO: ==19812== Lock acquired, processing the job...
[2026-09-11 12:49:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 12:49:03] Production.INFO: ==19816== Lock acquired, processing the job...
[2026-09-11 12:49:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 12:49:03] Production.INFO: ==19814== Lock acquired, processing the job...
[2026-09-11 12:49:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 12:49:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 12:49:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 12:49:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 12:49:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 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-09-11 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-09-11 12:49:03] Production.INFO: Account Balance Start.
[2026-09-11 12:49:03] Production.INFO: CreateAllLog Start
[2026-09-11 12:49:03] Production.INFO: 117
[2026-09-11 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-09-11 12:49:03] Production.INFO: ==19816== Releasing lock...
[2026-09-11 12:49:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 12:49:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 12:49:03] Production.INFO: Date 2026-09-08
[2026-09-11 12:49:03] Production.INFO: Reseller ==> 0
[2026-09-11 12:49:03] Production.INFO: Date 2026-09-09
[2026-09-11 12:49:03] Production.INFO: Reseller ==> 0
[2026-09-11 12:49:04] Production.INFO: Date 2026-09-10
[2026-09-11 12:49:04] Production.INFO: Reseller ==> 0
[2026-09-11 12:49:04] Production.INFO: Date 2026-09-11
[2026-09-11 12:49:04] Production.INFO: Reseller ==> 0
[2026-09-11 12:49:04] Production.INFO: Total Charge 0
[2026-09-11 12:49:04] Production.INFO: CreateAllLog End
[2026-09-11 12:49:04] Production.INFO: Account Balance End.
[2026-09-11 12:49:04] Production.ERROR: CronJobId end 12
[2026-09-11 12:49:04] Production.INFO: ==19814== Releasing lock...
[2026-09-11 12:49:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 12:49:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 12:49:04] Production.INFO: ==19810== Releasing lock...
[2026-09-11 12:49:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 12:49:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 12:49:12] Production.ERROR: CronJobId end10
[2026-09-11 12:49:12] Production.INFO: ==19812== Releasing lock...
[2026-09-11 12:49:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 12:49:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 12:49:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 12:49:15] Production.INFO: ============== Balance Warning START===========
[2026-09-11 12:49:15] Production.INFO: ============== Balance Warning END===========
[2026-09-11 12:49:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 12:49:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 12:49:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 12:49:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 12:49:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 12:49:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 12:49:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 12:49:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 12:49:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 12:49:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 12:49:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 12:49:15] Production.INFO: call_cost start
[2026-09-11 12:49:15] Production.INFO: call_cost end
[2026-09-11 12:49:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 12:49:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 12:49:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 12:49:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 12:49:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 12:49:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 12:49:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 12:49:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 12:49:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 12:49:15] Production.INFO: ==19808== Releasing lock...
[2026-09-11 12:49:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 12:49:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 17:50:01] Production.INFO: ==19875== Lock acquired, processing the job...
[2026-09-11 17:50:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 17:50:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 17:50:01] Production.INFO: neon service started
[2026-09-11 17:50:01] Production.INFO: neon service started
[2026-09-11 17:50:01] Production.INFO: ==19875== Releasing lock...
[2026-09-11 17:50:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 17:50:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 12:50:02] Production.INFO: ==19877== Lock acquired, processing the job...
[2026-09-11 12:50:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 12:50:02] Production.INFO: ==19877== Releasing lock...
[2026-09-11 12:50:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 12:50:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 16:50:02] Production.INFO: ==19879== Lock acquired, processing the job...
[2026-09-11 16:50:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 16:50:02] Production.INFO: ==19879== Releasing lock...
[2026-09-11 16:50:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 16:50:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 12:50:03] Production.INFO: ==19881== Lock acquired, processing the job...
[2026-09-11 12:50:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 12:50:03] Production.INFO: ==19883== Lock acquired, processing the job...
[2026-09-11 12:50:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 12:50:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 12:50:03] Production.INFO: ==19885== Lock acquired, processing the job...
[2026-09-11 12:50:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 12:50:03] Production.INFO: ==19887== Lock acquired, processing the job...
[2026-09-11 12:50:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 12:50:03] Production.INFO: ==19889== Lock acquired, processing the job...
[2026-09-11 12:50:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 12:50:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 12:50:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 12:50:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 12:50:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 12:50:03] Production.INFO: Account Balance Start.
[2026-09-11 12:50:03] Production.INFO: CreateAllLog Start
[2026-09-11 12:50:03] Production.INFO: 117
[2026-09-11 12:50:03] Production.INFO: Date 2026-09-08
[2026-09-11 12:50:03] Production.INFO: Reseller ==> 0
[2026-09-11 12:50:03] Production.INFO: Date 2026-09-09
[2026-09-11 12:50:03] Production.INFO: Reseller ==> 0
[2026-09-11 12:50:03] Production.INFO: Date 2026-09-10
[2026-09-11 12:50:03] Production.INFO: Reseller ==> 0
[2026-09-11 12:50:03] Production.INFO: Date 2026-09-11
[2026-09-11 12:50:03] Production.INFO: Reseller ==> 0
[2026-09-11 12:50:03] Production.INFO: Total Charge 0
[2026-09-11 12:50:03] Production.INFO: CreateAllLog End
[2026-09-11 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-09-11 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-09-11 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-09-11 12:50:03] Production.INFO: ==19889== Releasing lock...
[2026-09-11 12:50:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 12:50:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 12:50:03] Production.INFO: Account Balance End.
[2026-09-11 12:50:03] Production.ERROR: CronJobId end 12
[2026-09-11 12:50:03] Production.INFO: ==19887== Releasing lock...
[2026-09-11 12:50:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 12:50:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 12:50:04] Production.INFO: ==19883== Releasing lock...
[2026-09-11 12:50:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 12:50:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 12:50:12] Production.ERROR: CronJobId end10
[2026-09-11 12:50:12] Production.INFO: ==19885== Releasing lock...
[2026-09-11 12:50:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 12:50:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 12:50:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 12:50:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 12:50:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 12:50:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 12:50:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 12:50:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 12:50:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 12:50:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 12:50:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 12:50:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 12:50:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 12:50:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 12:50:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 12:50:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 12:50:13] Production.INFO: call_cost start
[2026-09-11 12:50:13] Production.INFO: call_cost end
[2026-09-11 12:50:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 12:50:13] Production.INFO: ============== Report Schedule START===========
[2026-09-11 12:50:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 12:50:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 12:50:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 12:50:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 12:50:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 12:50:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 12:50:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 12:50:14] Production.INFO: ==19881== Releasing lock...
[2026-09-11 12:50:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 12:50:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 17:51:02] Production.INFO: ==19944== Lock acquired, processing the job...
[2026-09-11 17:51:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 17:51:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 17:51:02] Production.INFO: neon service started
[2026-09-11 17:51:02] Production.INFO: neon service started
[2026-09-11 17:51:02] Production.INFO: ==19944== Releasing lock...
[2026-09-11 17:51:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 17:51:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 12:51:02] Production.INFO: ==19947== Lock acquired, processing the job...
[2026-09-11 12:51:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 12:51:02] Production.INFO: ==19947== Releasing lock...
[2026-09-11 12:51:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 12:51:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 16:51:02] Production.INFO: ==19949== Lock acquired, processing the job...
[2026-09-11 16:51:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 16:51:02] Production.INFO: ==19949== Releasing lock...
[2026-09-11 16:51:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 16:51:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 12:51:03] Production.INFO: ==19959== Lock acquired, processing the job...
[2026-09-11 12:51:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 12:51:03] Production.INFO: ==19951== Lock acquired, processing the job...
[2026-09-11 12:51:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 12:51:03] Production.INFO: ==19953== Lock acquired, processing the job...
[2026-09-11 12:51:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 12:51:03] Production.INFO: ==19955== Lock acquired, processing the job...
[2026-09-11 12:51:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 12: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-09-11 12: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-09-11 12:51:03] Production.INFO: ==19957== Lock acquired, processing the job...
[2026-09-11 12:51:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 12: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-09-11 12:51:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 12:51:03] Production.INFO: ==19959== Releasing lock...
[2026-09-11 12:51:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 12:51:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 12:51:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 12:51:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 12:51:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 12:51:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 12:51:03] Production.INFO: Account Balance Start.
[2026-09-11 12:51:03] Production.INFO: CreateAllLog Start
[2026-09-11 12:51:03] Production.INFO: 117
[2026-09-11 12:51:03] Production.INFO: Date 2026-09-08
[2026-09-11 12:51:03] Production.INFO: Reseller ==> 0
[2026-09-11 12:51:03] Production.INFO: Date 2026-09-09
[2026-09-11 12:51:03] Production.INFO: Reseller ==> 0
[2026-09-11 12:51:03] Production.INFO: Date 2026-09-10
[2026-09-11 12:51:03] Production.INFO: Reseller ==> 0
[2026-09-11 12:51:03] Production.INFO: Date 2026-09-11
[2026-09-11 12:51:03] Production.INFO: Reseller ==> 0
[2026-09-11 12:51:03] Production.INFO: Total Charge 0
[2026-09-11 12:51:03] Production.INFO: CreateAllLog End
[2026-09-11 12:51:04] Production.INFO: Account Balance End.
[2026-09-11 12:51:04] Production.ERROR: CronJobId end 12
[2026-09-11 12:51:04] Production.INFO: ==19957== Releasing lock...
[2026-09-11 12:51:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 12:51:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 12:51:04] Production.INFO: ==19953== Releasing lock...
[2026-09-11 12:51:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 12:51:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 12:51:12] Production.ERROR: CronJobId end10
[2026-09-11 12:51:12] Production.INFO: ==19955== Releasing lock...
[2026-09-11 12:51:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 12:51:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 12:51:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 12:51:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 12:51:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 12:51:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 12:51:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 12:51:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 12:51:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 12:51:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 12:51:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 12:51:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 12:51:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 12:51:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 12:51:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 12:51:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 12:51:14] Production.INFO: call_cost start
[2026-09-11 12:51:14] Production.INFO: call_cost end
[2026-09-11 12:51:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 12:51:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 12:51:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 12:51:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 12:51:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 12:51:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 12:51:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 12:51:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 12:51:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 12:51:14] Production.INFO: ==19951== Releasing lock...
[2026-09-11 12:51:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 12:51:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 17:52:01] Production.INFO: ==20017== Lock acquired, processing the job...
[2026-09-11 17:52:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 17:52:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 17:52:01] Production.INFO: neon service started
[2026-09-11 17:52:01] Production.INFO: neon service started
[2026-09-11 17:52:01] Production.INFO: ==20017== Releasing lock...
[2026-09-11 17:52:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 17:52:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 16:52:02] Production.INFO: ==20021== Lock acquired, processing the job...
[2026-09-11 16:52:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 12:52:02] Production.INFO: ==20019== Lock acquired, processing the job...
[2026-09-11 12:52:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 16:52:02] Production.INFO: ==20021== Releasing lock...
[2026-09-11 16:52:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 16:52:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 12:52:02] Production.INFO: ==20019== Releasing lock...
[2026-09-11 12:52:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 12:52:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 12:52:03] Production.INFO: ==20028== Lock acquired, processing the job...
[2026-09-11 12:52:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 12:52:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 12:52:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 12:52:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 12:52:03] Production.INFO: ==20026== Lock acquired, processing the job...
[2026-09-11 12:52:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 12:52:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 12:52:03] Production.INFO: ==20024== Lock acquired, processing the job...
[2026-09-11 12:52:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 12:52:03] Production.INFO: ==20032== Lock acquired, processing the job...
[2026-09-11 12:52:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 12:52:03] Production.INFO: ==20030== Lock acquired, processing the job...
[2026-09-11 12:52:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 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-09-11 12:52:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 12:52:03] Production.INFO: Account Balance Start.
[2026-09-11 12:52:03] Production.INFO: CreateAllLog Start
[2026-09-11 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-09-11 12:52:03] Production.INFO: 117
[2026-09-11 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-09-11 12:52:03] Production.INFO: Date 2026-09-08
[2026-09-11 12:52:03] Production.INFO: ==20032== Releasing lock...
[2026-09-11 12:52:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 12:52:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 12:52:03] Production.INFO: Reseller ==> 0
[2026-09-11 12:52:03] Production.INFO: Date 2026-09-09
[2026-09-11 12:52:03] Production.INFO: Reseller ==> 0
[2026-09-11 12:52:03] Production.INFO: Date 2026-09-10
[2026-09-11 12:52:03] Production.INFO: Reseller ==> 0
[2026-09-11 12:52:03] Production.INFO: Date 2026-09-11
[2026-09-11 12:52:03] Production.INFO: Reseller ==> 0
[2026-09-11 12:52:03] Production.INFO: Total Charge 0
[2026-09-11 12:52:03] Production.INFO: CreateAllLog End
[2026-09-11 12:52:04] Production.INFO: Account Balance End.
[2026-09-11 12:52:04] Production.ERROR: CronJobId end 12
[2026-09-11 12:52:04] Production.INFO: ==20030== Releasing lock...
[2026-09-11 12:52:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 12:52:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 12:52:04] Production.INFO: ==20026== Releasing lock...
[2026-09-11 12:52:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 12:52:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 12:52:12] Production.ERROR: CronJobId end10
[2026-09-11 12:52:12] Production.INFO: ==20028== Releasing lock...
[2026-09-11 12:52:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 12:52:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 12:52:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 12:52:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 12:52:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 12:52:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 12:52:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 12:52:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 12:52:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 12:52:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 12:52:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 12:52:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 12:52:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 12:52:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 12:52:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 12:52:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 12:52:15] Production.INFO: call_cost start
[2026-09-11 12:52:15] Production.INFO: call_cost end
[2026-09-11 12:52:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 12:52:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 12:52:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 12:52:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 12:52:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 12:52:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 12:52:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 12:52:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 12:52:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 12:52:15] Production.INFO: ==20024== Releasing lock...
[2026-09-11 12:52:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 12:52:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 17:53:01] Production.INFO: ==20090== Lock acquired, processing the job...
[2026-09-11 17:53:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 17:53:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 17:53:01] Production.INFO: neon service started
[2026-09-11 17:53:02] Production.INFO: neon service started
[2026-09-11 17:53:02] Production.INFO: ==20090== Releasing lock...
[2026-09-11 17:53:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 17:53:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 12:53:02] Production.INFO: ==20092== Lock acquired, processing the job...
[2026-09-11 12:53:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 16:53:02] Production.INFO: ==20094== Lock acquired, processing the job...
[2026-09-11 16:53:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 12:53:02] Production.INFO: ==20092== Releasing lock...
[2026-09-11 12:53:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 12:53:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 16:53:02] Production.INFO: ==20094== Releasing lock...
[2026-09-11 16:53:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 16:53:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 12:53:03] Production.INFO: ==20096== Lock acquired, processing the job...
[2026-09-11 12:53:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 12:53:03] Production.INFO: ==20102== Lock acquired, processing the job...
[2026-09-11 12:53:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 12:53:03] Production.INFO: ==20098== Lock acquired, processing the job...
[2026-09-11 12:53:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 12:53:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 12:53:03] Production.INFO: Account Balance Start.
[2026-09-11 12:53:03] Production.INFO: CreateAllLog Start
[2026-09-11 12:53:03] Production.INFO: 117
[2026-09-11 12:53:03] Production.INFO: ==20100== Lock acquired, processing the job...
[2026-09-11 12:53:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 12:53:03] Production.INFO: Date 2026-09-08
[2026-09-11 12:53:03] Production.INFO: Reseller ==> 0
[2026-09-11 12:53:03] Production.INFO: ==20104== Lock acquired, processing the job...
[2026-09-11 12:53:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 12:53:03] Production.INFO: Date 2026-09-09
[2026-09-11 12:53:03] Production.INFO: Reseller ==> 0
[2026-09-11 12:53:03] Production.INFO: Date 2026-09-10
[2026-09-11 12:53:03] Production.INFO: Reseller ==> 0
[2026-09-11 12:53:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 12:53:03] Production.INFO: Date 2026-09-11
[2026-09-11 12:53:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 12:53:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 12:53:03] Production.INFO: Reseller ==> 0
[2026-09-11 12:53:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 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-09-11 12:53:03] Production.INFO: Total Charge 0
[2026-09-11 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-09-11 12:53:03] Production.INFO: CreateAllLog End
[2026-09-11 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-09-11 12:53:03] Production.INFO: ==20104== Releasing lock...
[2026-09-11 12:53:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 12:53:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 12:53:03] Production.INFO: Account Balance End.
[2026-09-11 12:53:04] Production.ERROR: CronJobId end 12
[2026-09-11 12:53:04] Production.INFO: ==20102== Releasing lock...
[2026-09-11 12:53:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 12:53:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 12:53:04] Production.INFO: ==20098== Releasing lock...
[2026-09-11 12:53:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 12:53:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 12:53:12] Production.ERROR: CronJobId end10
[2026-09-11 12:53:12] Production.INFO: ==20100== Releasing lock...
[2026-09-11 12:53:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 12:53:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 12:53:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 12:53:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 12:53:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 12:53:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 12:53:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 12:53:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 12:53:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 12:53:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 12:53:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 12:53:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 12:53:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 12:53:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 12:53:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 12:53:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 12:53:15] Production.INFO: call_cost start
[2026-09-11 12:53:15] Production.INFO: call_cost end
[2026-09-11 12:53:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 12:53:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 12:53:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 12:53:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 12:53:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 12:53:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 12:53:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 12:53:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 12:53:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 12:53:15] Production.INFO: ==20096== Releasing lock...
[2026-09-11 12:53:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 12:53:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 17:54:01] Production.INFO: ==20161== Lock acquired, processing the job...
[2026-09-11 17:54:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 17:54:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 17:54:01] Production.INFO: neon service started
[2026-09-11 17:54:01] Production.INFO: neon service started
[2026-09-11 17:54:01] Production.INFO: ==20161== Releasing lock...
[2026-09-11 17:54:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 17:54:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 12:54:01] Production.INFO: ==20163== Lock acquired, processing the job...
[2026-09-11 12:54:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 12:54:01] Production.INFO: ==20163== Releasing lock...
[2026-09-11 12:54:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 12:54:01] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 16:54:02] Production.INFO: ==20165== Lock acquired, processing the job...
[2026-09-11 16:54:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 16:54:02] Production.INFO: ==20165== Releasing lock...
[2026-09-11 16:54:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 16:54:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 12:54:02] Production.INFO: ==20167== Lock acquired, processing the job...
[2026-09-11 12:54:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 12:54:02] Production.INFO: ==20171== Lock acquired, processing the job...
[2026-09-11 12:54:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 12:54:02] Production.INFO: ==20169== Lock acquired, processing the job...
[2026-09-11 12:54:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 12:54:02] Production.INFO: ==20175== Lock acquired, processing the job...
[2026-09-11 12:54:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 12:54:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 12:54:02] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 12:54:02] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 12:54:02] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 12:54:02] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 12:54:03] Production.INFO: ==20173== Lock acquired, processing the job...
[2026-09-11 12:54:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 12:54:03] Production.INFO: Account Balance Start.
[2026-09-11 12:54:03] Production.INFO: CreateAllLog Start
[2026-09-11 12:54:03] Production.INFO: 117
[2026-09-11 12:54:03] Production.INFO: Date 2026-09-08
[2026-09-11 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-09-11 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-09-11 12:54:03] Production.INFO: Reseller ==> 0
[2026-09-11 12: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-09-11 12:54:03] Production.INFO: ==20175== Releasing lock...
[2026-09-11 12:54:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 12:54:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 12:54:03] Production.INFO: Date 2026-09-09
[2026-09-11 12:54:03] Production.INFO: Reseller ==> 0
[2026-09-11 12:54:03] Production.INFO: Date 2026-09-10
[2026-09-11 12:54:03] Production.INFO: Reseller ==> 0
[2026-09-11 12:54:03] Production.INFO: Date 2026-09-11
[2026-09-11 12:54:03] Production.INFO: Reseller ==> 0
[2026-09-11 12:54:03] Production.INFO: Total Charge 0
[2026-09-11 12:54:03] Production.INFO: CreateAllLog End
[2026-09-11 12:54:03] Production.INFO: Account Balance End.
[2026-09-11 12:54:03] Production.ERROR: CronJobId end 12
[2026-09-11 12:54:03] Production.INFO: ==20173== Releasing lock...
[2026-09-11 12:54:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 12:54:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 12:54:04] Production.INFO: ==20169== Releasing lock...
[2026-09-11 12:54:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 12:54:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 12:54:12] Production.ERROR: CronJobId end10
[2026-09-11 12:54:12] Production.INFO: ==20171== Releasing lock...
[2026-09-11 12:54:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 12:54:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 12:54:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 12:54:15] Production.INFO: ============== Balance Warning START===========
[2026-09-11 12:54:15] Production.INFO: ============== Balance Warning END===========
[2026-09-11 12:54:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 12:54:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 12:54:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 12:54:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 12:54:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 12:54:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 12:54:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 12:54:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 12:54:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 12:54:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 12:54:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 12:54:15] Production.INFO: call_cost start
[2026-09-11 12:54:15] Production.INFO: call_cost end
[2026-09-11 12:54:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 12:54:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 12:54:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 12:54:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 12:54:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 12:54:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 12:54:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 12:54:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 12:54:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 12:54:15] Production.INFO: ==20167== Releasing lock...
[2026-09-11 12:54:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 12:54:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 17:55:01] Production.INFO: ==20236== Lock acquired, processing the job...
[2026-09-11 17:55:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 17:55:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 17:55:01] Production.INFO: neon service started
[2026-09-11 17:55:01] Production.INFO: neon service started
[2026-09-11 17:55:01] Production.INFO: ==20236== Releasing lock...
[2026-09-11 17:55:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 17:55:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 16:55:02] Production.INFO: ==20241== Lock acquired, processing the job...
[2026-09-11 16:55:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 16:55:02] Production.INFO: ==20241== Releasing lock...
[2026-09-11 16:55:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 16:55:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 12:55:02] Production.INFO: ==20239== Lock acquired, processing the job...
[2026-09-11 12:55:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 12:55:02] Production.INFO: ==20239== Releasing lock...
[2026-09-11 12:55:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 12:55:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 12:55:03] Production.INFO: ==20245== Lock acquired, processing the job...
[2026-09-11 12:55:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 12:55:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 12:55:03] Production.INFO: ==20247== Lock acquired, processing the job...
[2026-09-11 12:55:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 12:55:03] Production.INFO: ==20251== Lock acquired, processing the job...
[2026-09-11 12:55:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 12:55:03] Production.INFO: ==20243== Lock acquired, processing the job...
[2026-09-11 12:55:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-11 12:55:03] Production.INFO: Account Balance Start.
[2026-09-11 12:55:03] Production.INFO: CreateAllLog Start
[2026-09-11 12:55:03] Production.INFO: 117
[2026-09-11 12:55:03] Production.INFO: Date 2026-09-08
[2026-09-11 12:55:04] Production.INFO: Reseller ==> 0
[2026-09-11 12:55:04] Production.INFO: ==20249== Lock acquired, processing the job...
[2026-09-11 12:55:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 12:55:04] Production.ERROR: ========================== active cronjob start =============================
[2026-09-11 12:55:04] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-11 12:55:04] Production.ERROR: CronJob PID - 20245
[2026-09-11 12:55:04] Production.ERROR: CronJob Title - System Alerts
[2026-09-11 12:55:04] Production.ERROR: CronJob ID - 5
[2026-09-11 12:55:04] Production.ERROR: CronJob Last Run Time 2026-09-11 12:55:00
[2026-09-11 12:55:04] Production.ERROR: CronJob Active Minutes 0
[2026-09-11 12:55:04] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-11 12:55:04] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-11 12:55:04] Production.ERROR: CronJob PID - 20247
[2026-09-11 12:55:04] Production.ERROR: CronJob Title - Account Block
[2026-09-11 12:55:04] Production.ERROR: CronJob ID - 7
[2026-09-11 12:55:04] Production.ERROR: CronJob Last Run Time 2026-09-11 12:55:00
[2026-09-11 12:55:04] Production.ERROR: CronJob Active Minutes 0
[2026-09-11 12:55:04] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-11 12:55:04] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-11 12:55:04] Production.ERROR: CronJob PID - 20251
[2026-09-11 12:55:04] Production.ERROR: CronJob Title - Prepaid Account Balance
[2026-09-11 12:55:04] Production.ERROR: CronJob ID - 12
[2026-09-11 12:55:04] Production.ERROR: CronJob Last Run Time 2026-09-11 12:55:00
[2026-09-11 12:55:04] Production.ERROR: CronJob Active Minutes 0
[2026-09-11 12:55:04] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-11 12:55:04] Production.INFO: Date 2026-09-09
[2026-09-11 12:55:04] Production.INFO: Reseller ==> 0
[2026-09-11 12:55:04] Production.ERROR: ========================== active cronjob end =============================
[2026-09-11 12:55:04] Production.INFO: ==20243== Releasing lock...
[2026-09-11 12:55:04] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-11 12:55:04] Production.INFO: 25.5 MB #Memory Used#
[2026-09-11 12:55:04] Production.INFO: ==20253== Lock acquired, processing the job...
[2026-09-11 12:55:04] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-11 12:55:04] Production.INFO: Date 2026-09-10
[2026-09-11 12:55:04] Production.INFO: Reseller ==> 0
[2026-09-11 12:55:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 12:55:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 12:55:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 12:55:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 12:55:04] Production.ERROR: tblTempUsageDetail_20
[2026-09-11 12:55:04] Production.INFO: Date 2026-09-11
[2026-09-11 12:55:04] Production.INFO: Reseller ==> 0
[2026-09-11 12:55:04] Production.INFO: ==20255== Lock acquired, processing the job...
[2026-09-11 12:55:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 12:55:04] Production.INFO: Total Charge 0
[2026-09-11 12:55:04] Production.INFO: CreateAllLog End
[2026-09-11 12: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-09-11 12: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-09-11 12: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-09-11 12:55:04] Production.INFO: ==20255== Releasing lock...
[2026-09-11 12:55:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 12:55:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 12:55:04] Production.INFO: ==20247== Releasing lock...
[2026-09-11 12:55:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 12:55:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 12:55:04] Production.ERROR: done
[2026-09-11 12:55:04] Production.INFO: Account Balance End.
[2026-09-11 12:55:04] Production.ERROR: CronJobId end 12
[2026-09-11 12:55:04] Production.INFO: ==20251== Releasing lock...
[2026-09-11 12:55:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 12:55:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 12:55:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-11 12:55:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17984538', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) start
[2026-09-11 12:55:11] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17984538', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) end
[2026-09-11 12:55:11] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-11 12:55:11] Production.INFO: ProcessCDR(1,17984538,1,1,2)
[2026-09-11 12:55:11] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17984538,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 12:55:11] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17984538,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 12:55:11] Production.ERROR: pbx prc_insertCDR start
[2026-09-11 12:55:11] Production.ERROR: pbx prc_insertCDR end
[2026-09-11 12:55:11] Production.INFO: ==20253== Releasing lock...
[2026-09-11 12:55:11] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-11 12:55:11] Production.INFO: 26 MB #Memory Used#
[2026-09-11 12:55:15] Production.ERROR: CronJobId end10
[2026-09-11 12:55:15] Production.INFO: ==20249== Releasing lock...
[2026-09-11 12:55:15] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 12:55:15] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 12:55:17] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 12:55:17] Production.INFO: ============== Balance Warning START===========
[2026-09-11 12:55:17] Production.INFO: ============== Balance Warning END===========
[2026-09-11 12:55:17] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 12:55:17] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 12:55:17] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 12:55:17] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 12:55:17] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 12:55:17] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 12:55:17] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 12:55:17] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 12:55:17] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 12:55:17] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 12:55:17] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 12:55:17] Production.INFO: call_cost start
[2026-09-11 12:55:17] Production.INFO: call_cost end
[2026-09-11 12:55:17] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 12:55:17] Production.INFO: ============== Report Schedule START===========
[2026-09-11 12:55:17] Production.INFO: ============== Report Schedule END===========
[2026-09-11 12:55:17] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 12:55:17] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 12:55:17] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 12:55:17] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 12:55:17] Production.INFO: ============== Deal alert START===========
[2026-09-11 12:55:17] Production.INFO: ============== Deal alert END===========
[2026-09-11 12:55:17] Production.INFO: ==20245== Releasing lock...
[2026-09-11 12:55:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 12:55:17] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 17:56:02] Production.INFO: ==20315== Lock acquired, processing the job...
[2026-09-11 17:56:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 17:56:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 17:56:02] Production.INFO: neon service started
[2026-09-11 17:56:02] Production.INFO: neon service started
[2026-09-11 17:56:02] Production.INFO: ==20315== Releasing lock...
[2026-09-11 17:56:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 17:56:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 16:56:02] Production.INFO: ==20319== Lock acquired, processing the job...
[2026-09-11 16:56:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 16:56:02] Production.INFO: ==20319== Releasing lock...
[2026-09-11 16:56:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 16:56:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 12:56:02] Production.INFO: ==20317== Lock acquired, processing the job...
[2026-09-11 12:56:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 12:56:03] Production.INFO: ==20317== Releasing lock...
[2026-09-11 12:56:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 12:56:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 12:56:03] Production.INFO: ==20322== Lock acquired, processing the job...
[2026-09-11 12:56:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 12:56:03] Production.INFO: ==20327== Lock acquired, processing the job...
[2026-09-11 12:56:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 12:56:03] Production.INFO: ==20324== Lock acquired, processing the job...
[2026-09-11 12:56:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 12:56:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 12:56:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 12:56:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 12:56:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 12:56:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 12:56:03] Production.INFO: ==20331== Lock acquired, processing the job...
[2026-09-11 12:56:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 12:56:03] Production.INFO: ==20329== Lock acquired, processing the job...
[2026-09-11 12:56:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 12:56:04] Production.INFO: Account Balance Start.
[2026-09-11 12:56:04] Production.INFO: CreateAllLog Start
[2026-09-11 12:56:04] Production.INFO: 117
[2026-09-11 12: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-09-11 12:56:04] Production.INFO: Date 2026-09-08
[2026-09-11 12: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-09-11 12:56:04] Production.INFO: Reseller ==> 0
[2026-09-11 12: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-09-11 12:56:04] Production.INFO: ==20331== Releasing lock...
[2026-09-11 12:56:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 12:56:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 12:56:04] Production.INFO: Date 2026-09-09
[2026-09-11 12:56:04] Production.INFO: Reseller ==> 0
[2026-09-11 12:56:04] Production.INFO: Date 2026-09-10
[2026-09-11 12:56:04] Production.INFO: Reseller ==> 0
[2026-09-11 12:56:04] Production.INFO: Date 2026-09-11
[2026-09-11 12:56:04] Production.INFO: Reseller ==> 0
[2026-09-11 12:56:04] Production.INFO: Total Charge 0
[2026-09-11 12:56:04] Production.INFO: CreateAllLog End
[2026-09-11 12:56:04] Production.INFO: ==20324== Releasing lock...
[2026-09-11 12:56:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 12:56:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 12:56:04] Production.INFO: Account Balance End.
[2026-09-11 12:56:04] Production.ERROR: CronJobId end 12
[2026-09-11 12:56:04] Production.INFO: ==20329== Releasing lock...
[2026-09-11 12:56:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 12:56:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 12:56:13] Production.ERROR: CronJobId end10
[2026-09-11 12:56:13] Production.INFO: ==20327== Releasing lock...
[2026-09-11 12:56:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 12:56:13] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 12:56:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 12:56:15] Production.INFO: ============== Balance Warning START===========
[2026-09-11 12:56:15] Production.INFO: ============== Balance Warning END===========
[2026-09-11 12:56:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 12:56:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 12:56:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 12:56:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 12:56:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 12:56:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 12:56:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 12:56:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 12:56:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 12:56:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 12:56:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 12:56:15] Production.INFO: call_cost start
[2026-09-11 12:56:15] Production.INFO: call_cost end
[2026-09-11 12:56:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 12:56:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 12:56:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 12:56:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 12:56:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 12:56:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 12:56:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 12:56:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 12:56:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 12:56:15] Production.INFO: ==20322== Releasing lock...
[2026-09-11 12:56:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 12:56:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 17:57:01] Production.INFO: ==20390== Lock acquired, processing the job...
[2026-09-11 17:57:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 17:57:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 17:57:01] Production.INFO: neon service started
[2026-09-11 17:57:01] Production.INFO: neon service started
[2026-09-11 17:57:01] Production.INFO: ==20390== Releasing lock...
[2026-09-11 17:57:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 17:57:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 16:57:02] Production.INFO: ==20394== Lock acquired, processing the job...
[2026-09-11 16:57:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 16:57:02] Production.INFO: ==20394== Releasing lock...
[2026-09-11 16:57:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 16:57:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 12:57:02] Production.INFO: ==20392== Lock acquired, processing the job...
[2026-09-11 12:57:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 12:57:02] Production.INFO: ==20392== Releasing lock...
[2026-09-11 12:57:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 12:57:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 12:57:03] Production.INFO: ==20398== Lock acquired, processing the job...
[2026-09-11 12:57:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 12:57:03] Production.INFO: ==20396== Lock acquired, processing the job...
[2026-09-11 12:57:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 12:57:03] Production.INFO: ==20400== Lock acquired, processing the job...
[2026-09-11 12:57:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 12:57:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 12:57:03] Production.INFO: ==20402== Lock acquired, processing the job...
[2026-09-11 12:57:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 12:57:03] Production.INFO: ==20404== Lock acquired, processing the job...
[2026-09-11 12:57:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 12:57:03] Production.INFO: Account Balance Start.
[2026-09-11 12:57:03] Production.INFO: CreateAllLog Start
[2026-09-11 12:57:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 12:57:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 12:57:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 12:57:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 12:57:03] Production.INFO: 117
[2026-09-11 12:57:03] Production.INFO: Date 2026-09-08
[2026-09-11 12:57:03] Production.INFO: Reseller ==> 0
[2026-09-11 12:57:03] Production.INFO: Date 2026-09-09
[2026-09-11 12:57:03] Production.INFO: Reseller ==> 0
[2026-09-11 12:57:03] Production.INFO: ==20398== Releasing lock...
[2026-09-11 12:57:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 12:57:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 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-09-11 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-09-11 12:57:03] Production.INFO: Date 2026-09-10
[2026-09-11 12:57:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 12:57:03] Production.INFO: ==20404== Releasing lock...
[2026-09-11 12:57:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 12:57:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 12:57:03] Production.INFO: Date 2026-09-11
[2026-09-11 12:57:03] Production.INFO: Reseller ==> 0
[2026-09-11 12:57:03] Production.INFO: Total Charge 0
[2026-09-11 12:57:03] Production.INFO: CreateAllLog End
[2026-09-11 12:57:04] Production.INFO: Account Balance End.
[2026-09-11 12:57:04] Production.ERROR: CronJobId end 12
[2026-09-11 12:57:04] Production.INFO: ==20402== Releasing lock...
[2026-09-11 12:57:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 12:57:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 12:57:12] Production.ERROR: CronJobId end10
[2026-09-11 12:57:12] Production.INFO: ==20400== Releasing lock...
[2026-09-11 12:57:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 12:57:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 12:57:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 12:57:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 12:57:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 12:57:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 12:57:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 12:57:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 12:57:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 12:57:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 12:57:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 12:57:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 12:57:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 12:57:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 12:57:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 12:57:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 12:57:15] Production.INFO: call_cost start
[2026-09-11 12:57:15] Production.INFO: call_cost end
[2026-09-11 12:57:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 12:57:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 12:57:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 12:57:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 12:57:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 12:57:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 12:57:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 12:57:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 12:57:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 12:57:15] Production.INFO: ==20396== Releasing lock...
[2026-09-11 12:57:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 12:57:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 17:58:02] Production.INFO: ==20460== Lock acquired, processing the job...
[2026-09-11 17:58:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 17:58:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 17:58:02] Production.INFO: neon service started
[2026-09-11 17:58:02] Production.INFO: neon service started
[2026-09-11 17:58:02] Production.INFO: ==20460== Releasing lock...
[2026-09-11 17:58:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 17:58:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 16:58:02] Production.INFO: ==20464== Lock acquired, processing the job...
[2026-09-11 16:58:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 16:58:02] Production.INFO: ==20464== Releasing lock...
[2026-09-11 16:58:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 16:58:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 12:58:02] Production.INFO: ==20462== Lock acquired, processing the job...
[2026-09-11 12:58:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 12:58:02] Production.INFO: ==20462== Releasing lock...
[2026-09-11 12:58:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 12:58:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 12:58:03] Production.INFO: ==20467== Lock acquired, processing the job...
[2026-09-11 12:58:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 12:58:03] Production.INFO: ==20473== Lock acquired, processing the job...
[2026-09-11 12:58:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 12:58:03] Production.INFO: ==20469== Lock acquired, processing the job...
[2026-09-11 12:58:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 12:58:03] Production.INFO: ==20471== Lock acquired, processing the job...
[2026-09-11 12:58:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 12:58:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 12:58:03] Production.INFO: Account Balance Start.
[2026-09-11 12:58:03] Production.INFO: CreateAllLog Start
[2026-09-11 12:58:03] Production.INFO: 117
[2026-09-11 12:58:03] Production.INFO: Date 2026-09-08
[2026-09-11 12:58:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 12:58:03] Production.INFO: ==20475== Lock acquired, processing the job...
[2026-09-11 12:58:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 12:58:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 12:58:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 12:58:03] Production.INFO: Reseller ==> 0
[2026-09-11 12:58:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 12:58:03] Production.INFO: Date 2026-09-09
[2026-09-11 12:58:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 12:58:03] Production.INFO: Date 2026-09-10
[2026-09-11 12:58:03] Production.INFO: Reseller ==> 0
[2026-09-11 12: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-09-11 12:58:04] Production.INFO: ==20475== Releasing lock...
[2026-09-11 12:58:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 12:58:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 12:58:04] Production.INFO: Date 2026-09-11
[2026-09-11 12:58:04] Production.INFO: Reseller ==> 0
[2026-09-11 12:58:04] Production.INFO: Total Charge 0
[2026-09-11 12:58:04] Production.INFO: CreateAllLog End
[2026-09-11 12:58:04] Production.INFO: Account Balance End.
[2026-09-11 12:58:04] Production.ERROR: CronJobId end 12
[2026-09-11 12:58:04] Production.INFO: ==20473== Releasing lock...
[2026-09-11 12:58:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 12:58:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 12:58:04] Production.INFO: ==20469== Releasing lock...
[2026-09-11 12:58:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 12:58:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 12:58:12] Production.ERROR: CronJobId end10
[2026-09-11 12:58:12] Production.INFO: ==20471== Releasing lock...
[2026-09-11 12:58:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 12:58:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 12:58:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 12:58:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 12:58:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 12:58:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 12:58:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 12:58:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 12:58:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 12:58:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 12:58:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 12:58:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 12:58:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 12:58:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 12:58:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 12:58:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 12:58:14] Production.INFO: call_cost start
[2026-09-11 12:58:14] Production.INFO: call_cost end
[2026-09-11 12:58:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 12:58:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 12:58:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 12:58:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 12:58:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 12:58:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 12:58:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 12:58:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 12:58:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 12:58:14] Production.INFO: ==20467== Releasing lock...
[2026-09-11 12:58:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 12:58:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 17:59:01] Production.INFO: ==20532== Lock acquired, processing the job...
[2026-09-11 17:59:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 17:59:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 17:59:01] Production.INFO: neon service started
[2026-09-11 17:59:01] Production.INFO: neon service started
[2026-09-11 17:59:01] Production.INFO: ==20532== Releasing lock...
[2026-09-11 17:59:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 17:59:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 12:59:02] Production.INFO: ==20534== Lock acquired, processing the job...
[2026-09-11 12:59:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 16:59:02] Production.INFO: ==20536== Lock acquired, processing the job...
[2026-09-11 16:59:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 16:59:02] Production.INFO: ==20536== Releasing lock...
[2026-09-11 16:59:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 16:59:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 12:59:02] Production.INFO: ==20534== Releasing lock...
[2026-09-11 12:59:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 12:59:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 12:59:03] Production.INFO: ==20539== Lock acquired, processing the job...
[2026-09-11 12:59:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 12:59:03] Production.INFO: ==20541== Lock acquired, processing the job...
[2026-09-11 12:59:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 12:59:03] Production.INFO: ==20547== Lock acquired, processing the job...
[2026-09-11 12:59:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 12:59:03] Production.INFO: ==20545== Lock acquired, processing the job...
[2026-09-11 12:59:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 12:59:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 12:59:03] Production.INFO: ==20543== Lock acquired, processing the job...
[2026-09-11 12:59:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 12:59:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 12:59:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 12:59:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 12:59:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 12:59:03] Production.INFO: Account Balance Start.
[2026-09-11 12:59:03] Production.INFO: CreateAllLog Start
[2026-09-11 12:59:03] Production.INFO: 117
[2026-09-11 12:59:03] Production.INFO: Date 2026-09-08
[2026-09-11 12:59:03] Production.INFO: Reseller ==> 0
[2026-09-11 12: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-09-11 12: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-09-11 12: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-09-11 12:59:03] Production.INFO: ==20547== Releasing lock...
[2026-09-11 12:59:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 12:59:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 12:59:03] Production.INFO: Date 2026-09-09
[2026-09-11 12:59:03] Production.INFO: Reseller ==> 0
[2026-09-11 12:59:03] Production.INFO: Date 2026-09-10
[2026-09-11 12:59:03] Production.INFO: Reseller ==> 0
[2026-09-11 12:59:03] Production.INFO: Date 2026-09-11
[2026-09-11 12:59:03] Production.INFO: Reseller ==> 0
[2026-09-11 12:59:03] Production.INFO: Total Charge 0
[2026-09-11 12:59:03] Production.INFO: CreateAllLog End
[2026-09-11 12:59:03] Production.INFO: Account Balance End.
[2026-09-11 12:59:03] Production.ERROR: CronJobId end 12
[2026-09-11 12:59:03] Production.INFO: ==20545== Releasing lock...
[2026-09-11 12:59:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 12:59:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 12:59:04] Production.INFO: ==20541== Releasing lock...
[2026-09-11 12:59:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 12:59:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 12:59:12] Production.ERROR: CronJobId end10
[2026-09-11 12:59:12] Production.INFO: ==20543== Releasing lock...
[2026-09-11 12:59:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 12:59:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 12:59:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 12:59:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 12:59:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 12:59:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 12:59:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 12:59:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 12:59:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 12:59:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 12:59:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 12:59:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 12:59:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 12:59:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 12:59:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 12:59:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 12:59:14] Production.INFO: call_cost start
[2026-09-11 12:59:14] Production.INFO: call_cost end
[2026-09-11 12:59:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 12:59:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 12:59:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 12:59:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 12:59:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 12:59:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 12:59:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 12:59:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 12:59:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 12:59:14] Production.INFO: ==20539== Releasing lock...
[2026-09-11 12:59:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 12:59:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 18:00:02] Production.INFO: ==20605== Lock acquired, processing the job...
[2026-09-11 18:00:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 18:00:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 18:00:02] Production.INFO: neon service started
[2026-09-11 18:00:02] Production.INFO: neon service started
[2026-09-11 18:00:02] Production.INFO: ==20605== Releasing lock...
[2026-09-11 18:00:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 18:00:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 17:00:02] Production.INFO: ==20609== Lock acquired, processing the job...
[2026-09-11 17:00:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 17:00:02] Production.INFO: ==20609== Releasing lock...
[2026-09-11 17:00:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 17:00:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 13:00:02] Production.INFO: ==20607== Lock acquired, processing the job...
[2026-09-11 13:00:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 13:00:02] Production.INFO: ==20607== Releasing lock...
[2026-09-11 13:00:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 13:00:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 13:00:03] Production.INFO: ==20611== Lock acquired, processing the job...
[2026-09-11 13:00:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 13:00:03] Production.INFO: ==20613== Lock acquired, processing the job...
[2026-09-11 13:00:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 13:00:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 13:00:03] Production.INFO: ==20620== Lock acquired, processing the job...
[2026-09-11 13:00:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 13:00:03] Production.INFO: ==20615== Lock acquired, processing the job...
[2026-09-11 13:00:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 13:00:03] Production.INFO: ==20618== Lock acquired, processing the job...
[2026-09-11 13:00:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 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-09-11 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-09-11 13: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-09-11 13:00:04] Production.INFO: ==20620== Releasing lock...
[2026-09-11 13:00:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 13:00:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 13:00:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 13:00:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 13:00:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 13:00:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 13:00:04] Production.INFO: Account Balance Start.
[2026-09-11 13:00:04] Production.INFO: CreateAllLog Start
[2026-09-11 13:00:04] Production.INFO: 117
[2026-09-11 13:00:04] Production.INFO: ==20613== Releasing lock...
[2026-09-11 13:00:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 13:00:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 13:00:04] Production.INFO: Date 2026-09-08
[2026-09-11 13:00:04] Production.INFO: Reseller ==> 0
[2026-09-11 13:00:04] Production.INFO: Date 2026-09-09
[2026-09-11 13:00:04] Production.INFO: Reseller ==> 0
[2026-09-11 13:00:04] Production.INFO: Date 2026-09-10
[2026-09-11 13:00:04] Production.INFO: Reseller ==> 0
[2026-09-11 13:00:04] Production.INFO: Date 2026-09-11
[2026-09-11 13:00:04] Production.INFO: Reseller ==> 0
[2026-09-11 13:00:04] Production.INFO: Total Charge 0
[2026-09-11 13:00:04] Production.INFO: CreateAllLog End
[2026-09-11 13:00:04] Production.INFO: Account Balance End.
[2026-09-11 13:00:04] Production.ERROR: CronJobId end 12
[2026-09-11 13:00:04] Production.INFO: ==20618== Releasing lock...
[2026-09-11 13:00:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 13:00:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 13:00:13] Production.ERROR: CronJobId end10
[2026-09-11 13:00:13] Production.INFO: ==20615== Releasing lock...
[2026-09-11 13:00:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 13:00:13] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 13:00:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 13:00:15] Production.INFO: ============== Balance Warning START===========
[2026-09-11 13:00:15] Production.INFO: ============== Balance Warning END===========
[2026-09-11 13:00:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 13:00:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 13:00:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 13:00:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 13:00:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 13:00:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 13:00:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 13:00:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 13:00:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 13:00:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 13:00:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 13:00:15] Production.INFO: call_cost start
[2026-09-11 13:00:15] Production.INFO: call_cost end
[2026-09-11 13:00:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 13:00:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 13:00:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 13:00:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 13:00:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 13:00:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 13:00:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 13:00:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 13:00:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 13:00:15] Production.INFO: ==20611== Releasing lock...
[2026-09-11 13:00:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 13:00:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 18:01:01] Production.INFO: ==20678== Lock acquired, processing the job...
[2026-09-11 18:01:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 18:01:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 18:01:01] Production.INFO: neon service started
[2026-09-11 18:01:01] Production.INFO: neon service started
[2026-09-11 18:01:01] Production.INFO: ==20678== Releasing lock...
[2026-09-11 18:01:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 18:01:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 13:01:01] Production.INFO: ==20689== Lock acquired, processing the job...
[2026-09-11 13:01:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 13:01:02] Production.INFO: ==20689== Releasing lock...
[2026-09-11 13:01:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 13:01:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 17:01:02] Production.INFO: ==20691== Lock acquired, processing the job...
[2026-09-11 17:01:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 17:01:02] Production.INFO: ==20691== Releasing lock...
[2026-09-11 17:01:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 17:01:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 13:01:03] Production.INFO: ==20697== Lock acquired, processing the job...
[2026-09-11 13:01:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 13:01:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 13:01:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 13:01:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 13:01:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 13:01:03] Production.INFO: ==20693== Lock acquired, processing the job...
[2026-09-11 13:01:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 13:01:03] Production.INFO: ==20699== Lock acquired, processing the job...
[2026-09-11 13:01:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 13:01:03] Production.INFO: ==20695== Lock acquired, processing the job...
[2026-09-11 13:01:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 13:01:03] Production.INFO: Account Balance Start.
[2026-09-11 13:01:03] Production.INFO: CreateAllLog Start
[2026-09-11 13:01:03] Production.INFO: 117
[2026-09-11 13:01:03] Production.INFO: ==20701== Lock acquired, processing the job...
[2026-09-11 13:01:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 13:01:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 13:01:03] Production.INFO: Date 2026-09-08
[2026-09-11 13:01:03] Production.INFO: Reseller ==> 0
[2026-09-11 13: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-09-11 13:01:03] Production.INFO: Date 2026-09-09
[2026-09-11 13:01:03] Production.INFO: Reseller ==> 0
[2026-09-11 13: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-09-11 13: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-09-11 13:01:03] Production.INFO: Date 2026-09-10
[2026-09-11 13:01:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:01:03] Production.INFO: ==20701== Releasing lock...
[2026-09-11 13:01:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 13:01:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 13:01:03] Production.INFO: Date 2026-09-11
[2026-09-11 13:01:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:01:03] Production.INFO: Total Charge 0
[2026-09-11 13:01:03] Production.INFO: CreateAllLog End
[2026-09-11 13:01:03] Production.INFO: Account Balance End.
[2026-09-11 13:01:03] Production.ERROR: CronJobId end 12
[2026-09-11 13:01:03] Production.INFO: ==20699== Releasing lock...
[2026-09-11 13:01:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 13:01:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 13:01:04] Production.INFO: ==20695== Releasing lock...
[2026-09-11 13:01:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 13:01:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 13:01:12] Production.ERROR: CronJobId end10
[2026-09-11 13:01:12] Production.INFO: ==20697== Releasing lock...
[2026-09-11 13:01:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 13:01:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 13:01:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 13:01:15] Production.INFO: ============== Balance Warning START===========
[2026-09-11 13:01:15] Production.INFO: ============== Balance Warning END===========
[2026-09-11 13:01:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 13:01:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 13:01:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 13:01:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 13:01:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 13:01:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 13:01:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 13:01:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 13:01:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 13:01:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 13:01:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 13:01:16] Production.INFO: call_cost start
[2026-09-11 13:01:16] Production.INFO: call_cost end
[2026-09-11 13:01:16] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 13:01:16] Production.INFO: ============== Report Schedule START===========
[2026-09-11 13:01:16] Production.INFO: ============== Report Schedule END===========
[2026-09-11 13:01:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 13:01:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 13:01:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 13:01:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 13:01:16] Production.INFO: ============== Deal alert START===========
[2026-09-11 13:01:16] Production.INFO: ============== Deal alert END===========
[2026-09-11 13:01:16] Production.INFO: ==20693== Releasing lock...
[2026-09-11 13:01:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 13:01:16] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 18:02:02] Production.INFO: ==20758== Lock acquired, processing the job...
[2026-09-11 18:02:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 18:02:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 18:02:02] Production.INFO: neon service started
[2026-09-11 18:02:02] Production.INFO: neon service started
[2026-09-11 18:02:02] Production.INFO: ==20758== Releasing lock...
[2026-09-11 18:02:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 18:02:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 13:02:02] Production.INFO: ==20761== Lock acquired, processing the job...
[2026-09-11 13:02:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 17:02:02] Production.INFO: ==20763== Lock acquired, processing the job...
[2026-09-11 17:02:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 17:02:02] Production.INFO: ==20763== Releasing lock...
[2026-09-11 17:02:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 17:02:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 13:02:03] Production.INFO: ==20761== Releasing lock...
[2026-09-11 13:02:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 13:02:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 13:02:03] Production.INFO: ==20765== Lock acquired, processing the job...
[2026-09-11 13:02:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 13:02:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 13:02:03] Production.INFO: ==20769== Lock acquired, processing the job...
[2026-09-11 13:02:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 13:02:03] Production.INFO: ==20771== Lock acquired, processing the job...
[2026-09-11 13:02:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 13:02:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 13:02:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 13:02:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 13:02:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 13:02:03] Production.INFO: ==20767== Lock acquired, processing the job...
[2026-09-11 13:02:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 13:02:03] Production.INFO: Account Balance Start.
[2026-09-11 13:02:03] Production.INFO: CreateAllLog Start
[2026-09-11 13:02:04] Production.INFO: 117
[2026-09-11 13:02:04] Production.INFO: Date 2026-09-08
[2026-09-11 13:02:04] Production.INFO: Reseller ==> 0
[2026-09-11 13:02:04] Production.INFO: Date 2026-09-09
[2026-09-11 13:02:04] Production.INFO: Reseller ==> 0
[2026-09-11 13:02:04] Production.INFO: Date 2026-09-10
[2026-09-11 13:02:04] Production.INFO: Reseller ==> 0
[2026-09-11 13:02:04] Production.INFO: Date 2026-09-11
[2026-09-11 13:02:04] Production.INFO: Reseller ==> 0
[2026-09-11 13:02:04] Production.INFO: Total Charge 0
[2026-09-11 13:02:04] Production.INFO: CreateAllLog End
[2026-09-11 13:02:04] Production.INFO: ==20773== Lock acquired, processing the job...
[2026-09-11 13:02:04] Production.INFO: pbxaccountusage-command-pbxaccountusage-companyid-1-cronjobid-16 #Starts#
[2026-09-11 13:02:04] Production.INFO: ==20775== Lock acquired, processing the job...
[2026-09-11 13:02:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 13:02:04] Production.ERROR: tblTempUsageDetail_20
[2026-09-11 13: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-09-11 13: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-09-11 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:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-09-11 13:02:04] Production.INFO: Account Balance End.
[2026-09-11 13:02:04] Production.INFO: ==20775== Releasing lock...
[2026-09-11 13:02:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 13:02:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 13:02:04] Production.ERROR: CronJobId end 12
[2026-09-11 13:02:04] Production.INFO: ==20771== Releasing lock...
[2026-09-11 13:02:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 13:02:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 13:02:04] Production.ERROR: done
[2026-09-11 13:02:04] Production.ERROR: tblTempVendorCDR_20
[2026-09-11 13:02:04] Production.ERROR: done
[2026-09-11 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-09-11 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-09-11 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-09-11 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-09-11 13:02:05] Production.INFO: ==20773== Releasing lock...
[2026-09-11 13:02:05] Production.INFO: pbxaccountusage-command-pbxaccountusage-companyid-1-cronjobid-16 #Stops#
[2026-09-11 13:02:05] Production.INFO: 27.25 MB #Memory Used#
[2026-09-11 13:02:05] Production.INFO: ==20767== Releasing lock...
[2026-09-11 13:02:05] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 13:02:05] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 13:02:12] Production.ERROR: CronJobId end10
[2026-09-11 13:02:12] Production.INFO: ==20769== Releasing lock...
[2026-09-11 13:02:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 13:02:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 13:02:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 13:02:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 13:02:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 13:02:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 13:02:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 13:02:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 13:02:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 13:02:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 13:02:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 13:02:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 13:02:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 13:02:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 13:02:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 13:02:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 13:02:15] Production.INFO: call_cost start
[2026-09-11 13:02:15] Production.INFO: call_cost end
[2026-09-11 13:02:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 13:02:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 13:02:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 13:02:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 13:02:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 13:02:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 13:02:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 13:02:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 13:02:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 13:02:15] Production.INFO: ==20765== Releasing lock...
[2026-09-11 13:02:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 13:02:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 18:03:01] Production.INFO: ==20832== Lock acquired, processing the job...
[2026-09-11 18:03:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 18:03:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 18:03:01] Production.INFO: neon service started
[2026-09-11 18:03:01] Production.INFO: neon service started
[2026-09-11 18:03:01] Production.INFO: ==20832== Releasing lock...
[2026-09-11 18:03:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 18:03:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 13:03:01] Production.INFO: ==20834== Lock acquired, processing the job...
[2026-09-11 13:03:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 13:03:02] Production.INFO: ==20834== Releasing lock...
[2026-09-11 13:03:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 13:03:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 17:03:02] Production.INFO: ==20836== Lock acquired, processing the job...
[2026-09-11 17:03:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 17:03:02] Production.INFO: ==20836== Releasing lock...
[2026-09-11 17:03:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 17:03:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 13:03:02] Production.INFO: ==20841== Lock acquired, processing the job...
[2026-09-11 13:03:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 13:03:02] Production.INFO: ==20839== Lock acquired, processing the job...
[2026-09-11 13:03:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 13:03:02] Production.INFO: ==20845== Lock acquired, processing the job...
[2026-09-11 13:03:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 13:03:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 13:03:03] Production.INFO: Account Balance Start.
[2026-09-11 13:03:03] Production.INFO: CreateAllLog Start
[2026-09-11 13:03:03] Production.INFO: 117
[2026-09-11 13:03:03] Production.INFO: Date 2026-09-08
[2026-09-11 13:03:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:03:03] Production.INFO: ==20843== Lock acquired, processing the job...
[2026-09-11 13:03:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 13:03:03] Production.INFO: Date 2026-09-09
[2026-09-11 13:03:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:03:03] Production.INFO: ==20847== Lock acquired, processing the job...
[2026-09-11 13:03:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 13:03:03] Production.INFO: Date 2026-09-10
[2026-09-11 13:03:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:03:03] Production.INFO: Date 2026-09-11
[2026-09-11 13:03:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:03:03] Production.INFO: Total Charge 0
[2026-09-11 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-09-11 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-09-11 13:03:03] Production.INFO: CreateAllLog End
[2026-09-11 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-09-11 13:03:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 13:03:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 13:03:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 13:03:03] Production.INFO: ==20847== Releasing lock...
[2026-09-11 13:03:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 13:03:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 13:03:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 13:03:03] Production.INFO: Account Balance End.
[2026-09-11 13:03:03] Production.ERROR: CronJobId end 12
[2026-09-11 13:03:03] Production.INFO: ==20845== Releasing lock...
[2026-09-11 13:03:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 13:03:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 13:03:03] Production.INFO: ==20841== Releasing lock...
[2026-09-11 13:03:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 13:03:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 13:03:11] Production.ERROR: CronJobId end10
[2026-09-11 13:03:11] Production.INFO: ==20843== Releasing lock...
[2026-09-11 13:03:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 13:03:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 13:03:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 13:03:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 13:03:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 13:03:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 13:03:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 13:03:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 13:03:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 13:03:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 13:03:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 13:03:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 13:03:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 13:03:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 13:03:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 13:03:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 13:03:14] Production.INFO: call_cost start
[2026-09-11 13:03:14] Production.INFO: call_cost end
[2026-09-11 13:03:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 13:03:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 13:03:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 13:03:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 13:03:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 13:03:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 13:03:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 13:03:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 13:03:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 13:03:14] Production.INFO: ==20839== Releasing lock...
[2026-09-11 13:03:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 13:03:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 18:04:01] Production.INFO: ==20903== Lock acquired, processing the job...
[2026-09-11 18:04:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 18:04:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 18:04:01] Production.INFO: neon service started
[2026-09-11 18:04:01] Production.INFO: neon service started
[2026-09-11 18:04:01] Production.INFO: ==20903== Releasing lock...
[2026-09-11 18:04:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 18:04:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 17:04:02] Production.INFO: ==20907== Lock acquired, processing the job...
[2026-09-11 17:04:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 17:04:02] Production.INFO: ==20907== Releasing lock...
[2026-09-11 17:04:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 17:04:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 13:04:02] Production.INFO: ==20905== Lock acquired, processing the job...
[2026-09-11 13:04:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 13:04:02] Production.INFO: ==20905== Releasing lock...
[2026-09-11 13:04:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 13:04:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 13:04:03] Production.INFO: ==20909== Lock acquired, processing the job...
[2026-09-11 13:04:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 13:04:03] Production.INFO: ==20913== Lock acquired, processing the job...
[2026-09-11 13:04:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 13:04:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 13:04:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 13:04:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 13:04:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 13:04:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 13:04:03] Production.INFO: ==20911== Lock acquired, processing the job...
[2026-09-11 13:04:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 13:04:03] Production.INFO: ==20915== Lock acquired, processing the job...
[2026-09-11 13:04:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 13:04:03] Production.INFO: ==20917== Lock acquired, processing the job...
[2026-09-11 13:04:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 13:04:03] Production.INFO: Account Balance Start.
[2026-09-11 13:04:03] Production.INFO: CreateAllLog Start
[2026-09-11 13:04:03] Production.INFO: 117
[2026-09-11 13:04:03] Production.INFO: Date 2026-09-08
[2026-09-11 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-09-11 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-09-11 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-09-11 13:04:03] Production.INFO: ==20917== Releasing lock...
[2026-09-11 13:04:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 13:04:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 13:04:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:04:04] Production.INFO: Date 2026-09-09
[2026-09-11 13:04:04] Production.INFO: Reseller ==> 0
[2026-09-11 13:04:04] Production.INFO: Date 2026-09-10
[2026-09-11 13:04:04] Production.INFO: Reseller ==> 0
[2026-09-11 13:04:04] Production.INFO: Date 2026-09-11
[2026-09-11 13:04:04] Production.INFO: Reseller ==> 0
[2026-09-11 13:04:04] Production.INFO: Total Charge 0
[2026-09-11 13:04:04] Production.INFO: CreateAllLog End
[2026-09-11 13:04:04] Production.INFO: ==20911== Releasing lock...
[2026-09-11 13:04:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 13:04:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 13:04:04] Production.INFO: Account Balance End.
[2026-09-11 13:04:04] Production.ERROR: CronJobId end 12
[2026-09-11 13:04:04] Production.INFO: ==20915== Releasing lock...
[2026-09-11 13:04:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 13:04:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 13:04:11] Production.ERROR: CronJobId end10
[2026-09-11 13:04:11] Production.INFO: ==20913== Releasing lock...
[2026-09-11 13:04:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 13:04:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 13:04:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 13:04:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 13:04:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 13:04:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 13:04:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 13:04:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 13:04:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 13:04:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 13:04:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 13:04:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 13:04:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 13:04:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 13:04:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 13:04:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 13:04:15] Production.INFO: call_cost start
[2026-09-11 13:04:15] Production.INFO: call_cost end
[2026-09-11 13:04:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 13:04:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 13:04:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 13:04:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 13:04:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 13:04:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 13:04:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 13:04:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 13:04:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 13:04:15] Production.INFO: ==20909== Releasing lock...
[2026-09-11 13:04:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 13:04:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 18:05:01] Production.INFO: ==20974== Lock acquired, processing the job...
[2026-09-11 18:05:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 18:05:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 18:05:01] Production.INFO: neon service started
[2026-09-11 18:05:01] Production.INFO: neon service started
[2026-09-11 18:05:01] Production.INFO: ==20974== Releasing lock...
[2026-09-11 18:05:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 18:05:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 13:05:01] Production.INFO: ==20976== Lock acquired, processing the job...
[2026-09-11 13:05:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 13:05:02] Production.INFO: ==20976== Releasing lock...
[2026-09-11 13:05:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 13:05:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 17:05:02] Production.INFO: ==20978== Lock acquired, processing the job...
[2026-09-11 17:05:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 17:05:02] Production.INFO: ==20978== Releasing lock...
[2026-09-11 17:05:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 17:05:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 13:05:03] Production.INFO: ==20982== Lock acquired, processing the job...
[2026-09-11 13:05:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 13:05:03] Production.INFO: ==20984== Lock acquired, processing the job...
[2026-09-11 13:05:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 13:05:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 13:05:03] Production.INFO: ==20986== Lock acquired, processing the job...
[2026-09-11 13:05:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 13:05:03] Production.INFO: ==20990== Lock acquired, processing the job...
[2026-09-11 13:05:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-11 13:05:03] Production.ERROR: tblTempUsageDetail_20
[2026-09-11 13:05:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 13:05:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 13:05:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 13:05:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 13:05:03] Production.INFO: ==20980== Lock acquired, processing the job...
[2026-09-11 13:05:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-11 13:05:03] Production.INFO: ==20988== Lock acquired, processing the job...
[2026-09-11 13:05:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 13:05:03] Production.INFO: ==20992== Lock acquired, processing the job...
[2026-09-11 13:05:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 13:05:03] Production.ERROR: ========================== active cronjob start =============================
[2026-09-11 13:05:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-11 13:05:03] Production.ERROR: CronJob PID - 20982
[2026-09-11 13:05:03] Production.ERROR: CronJob Title - System Alerts
[2026-09-11 13:05:03] Production.ERROR: CronJob ID - 5
[2026-09-11 13:05:03] Production.ERROR: CronJob Last Run Time 2026-09-11 13:05:00
[2026-09-11 13:05:03] Production.ERROR: CronJob Active Minutes 0
[2026-09-11 13:05:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-11 13:05:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-11 13:05:03] Production.ERROR: CronJob PID - 20984
[2026-09-11 13:05:03] Production.ERROR: CronJob Title - Account Block
[2026-09-11 13:05:03] Production.ERROR: CronJob ID - 7
[2026-09-11 13:05:03] Production.ERROR: CronJob Last Run Time 2026-09-11 13:05:00
[2026-09-11 13:05:03] Production.ERROR: CronJob Active Minutes 0
[2026-09-11 13:05:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-11 13:05:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-11 13:05:03] Production.ERROR: CronJob PID - 20986
[2026-09-11 13:05:03] Production.ERROR: CronJob Title - Create Customer Summary Live
[2026-09-11 13:05:03] Production.ERROR: CronJob ID - 10
[2026-09-11 13:05:03] Production.ERROR: CronJob Last Run Time 2026-09-11 13:05:00
[2026-09-11 13:05:03] Production.ERROR: CronJob Active Minutes 0
[2026-09-11 13:05:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-11 13:05:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-11 13:05:03] Production.ERROR: CronJob PID - 20988
[2026-09-11 13:05:03] Production.ERROR: CronJob Title - Prepaid Account Balance
[2026-09-11 13:05:03] Production.ERROR: CronJob ID - 12
[2026-09-11 13:05:03] Production.ERROR: CronJob Last Run Time 2026-09-11 13:05:00
[2026-09-11 13:05:03] Production.ERROR: CronJob Active Minutes 0
[2026-09-11 13:05:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-11 13:05:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-11 13:05:03] Production.ERROR: CronJob PID - 20990
[2026-09-11 13:05:03] Production.ERROR: CronJob Title - PBX - DanielGraystone - 54.39.17.106 Reseller CDR Process
[2026-09-11 13:05:03] Production.ERROR: CronJob ID - 17
[2026-09-11 13:05:03] Production.ERROR: CronJob Last Run Time 2026-09-11 13:05:00
[2026-09-11 13:05:03] Production.ERROR: CronJob Active Minutes 0
[2026-09-11 13:05:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-11 13:05:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-11 13:05:03] Production.ERROR: CronJob PID - 20992
[2026-09-11 13:05:03] Production.ERROR: CronJob Title - Import PBX Extensions and DIDs
[2026-09-11 13:05:03] Production.ERROR: CronJob ID - 19
[2026-09-11 13:05:03] Production.ERROR: CronJob Last Run Time 2026-09-11 13:05:00
[2026-09-11 13:05:03] Production.ERROR: CronJob Active Minutes 0
[2026-09-11 13:05:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-11 13:05:03] Production.INFO: Account Balance Start.
[2026-09-11 13:05:03] Production.INFO: CreateAllLog Start
[2026-09-11 13:05:03] Production.INFO: 117
[2026-09-11 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-09-11 13:05:03] Production.ERROR: ========================== active cronjob end =============================
[2026-09-11 13:05:03] Production.INFO: ==20980== Releasing lock...
[2026-09-11 13:05:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-11 13:05:03] Production.INFO: 25.5 MB #Memory Used#
[2026-09-11 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-09-11 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-09-11 13:05:03] Production.INFO: Date 2026-09-08
[2026-09-11 13:05:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:05:03] Production.INFO: ==20992== Releasing lock...
[2026-09-11 13:05:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 13:05:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 13:05:03] Production.ERROR: done
[2026-09-11 13:05:03] Production.INFO: Date 2026-09-09
[2026-09-11 13:05:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:05:03] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-11 13:05:03] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17984580', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) start
[2026-09-11 13:05:03] Production.INFO: Date 2026-09-10
[2026-09-11 13:05:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:05:03] Production.INFO: Date 2026-09-11
[2026-09-11 13:05:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:05:03] Production.INFO: Total Charge 0
[2026-09-11 13:05:03] Production.INFO: CreateAllLog End
[2026-09-11 13:05:04] Production.INFO: Account Balance End.
[2026-09-11 13:05:04] Production.ERROR: CronJobId end 12
[2026-09-11 13:05:04] Production.INFO: ==20988== Releasing lock...
[2026-09-11 13:05:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 13:05:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 13:05:04] Production.INFO: ==20984== Releasing lock...
[2026-09-11 13:05:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 13:05:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 13:05:09] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17984580', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) end
[2026-09-11 13:05:09] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-11 13:05:09] Production.INFO: ProcessCDR(1,17984580,1,1,2)
[2026-09-11 13:05:09] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17984580,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 13:05:09] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17984580,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 13:05:09] Production.ERROR: pbx prc_insertCDR start
[2026-09-11 13:05:09] Production.ERROR: pbx prc_insertCDR end
[2026-09-11 13:05:10] Production.INFO: ==20990== Releasing lock...
[2026-09-11 13:05:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-11 13:05:10] Production.INFO: 26 MB #Memory Used#
[2026-09-11 13:05:14] Production.ERROR: CronJobId end10
[2026-09-11 13:05:14] Production.INFO: ==20986== Releasing lock...
[2026-09-11 13:05:14] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 13:05:14] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 13:05:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 13:05:16] Production.INFO: ============== Balance Warning START===========
[2026-09-11 13:05:16] Production.INFO: ============== Balance Warning END===========
[2026-09-11 13:05:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 13:05:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 13:05:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 13:05:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 13:05:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 13:05:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 13:05:16] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 13:05:16] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 13:05:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 13:05:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 13:05:16] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 13:05:17] Production.INFO: call_cost start
[2026-09-11 13:05:17] Production.INFO: call_cost end
[2026-09-11 13:05:17] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 13:05:17] Production.INFO: ============== Report Schedule START===========
[2026-09-11 13:05:17] Production.INFO: ============== Report Schedule END===========
[2026-09-11 13:05:17] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 13:05:17] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 13:05:17] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 13:05:17] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 13:05:17] Production.INFO: ============== Deal alert START===========
[2026-09-11 13:05:17] Production.INFO: ============== Deal alert END===========
[2026-09-11 13:05:17] Production.INFO: ==20982== Releasing lock...
[2026-09-11 13:05:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 13:05:17] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 18:06:01] Production.INFO: ==21048== Lock acquired, processing the job...
[2026-09-11 18:06:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 18:06:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 18:06:01] Production.INFO: neon service started
[2026-09-11 18:06:01] Production.INFO: neon service started
[2026-09-11 18:06:01] Production.INFO: ==21048== Releasing lock...
[2026-09-11 18:06:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 18:06:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 13:06:02] Production.INFO: ==21051== Lock acquired, processing the job...
[2026-09-11 13:06:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 17:06:02] Production.INFO: ==21053== Lock acquired, processing the job...
[2026-09-11 17:06:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 17:06:02] Production.INFO: ==21053== Releasing lock...
[2026-09-11 17:06:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 17:06:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 13:06:02] Production.INFO: ==21051== Releasing lock...
[2026-09-11 13:06:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 13:06:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 13:06:03] Production.INFO: ==21061== Lock acquired, processing the job...
[2026-09-11 13:06:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 13:06:03] Production.INFO: ==21055== Lock acquired, processing the job...
[2026-09-11 13:06:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 13:06:03] Production.INFO: Account Balance Start.
[2026-09-11 13:06:03] Production.INFO: CreateAllLog Start
[2026-09-11 13:06:03] Production.INFO: 117
[2026-09-11 13:06:03] Production.INFO: Date 2026-09-08
[2026-09-11 13:06:03] Production.INFO: ==21057== Lock acquired, processing the job...
[2026-09-11 13:06:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 13:06:03] Production.INFO: ==21059== Lock acquired, processing the job...
[2026-09-11 13:06:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 13:06:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:06:03] Production.INFO: Date 2026-09-09
[2026-09-11 13:06:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 13:06:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:06:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 13:06:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 13:06:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 13:06:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 13:06:03] Production.INFO: ==21063== Lock acquired, processing the job...
[2026-09-11 13:06:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 13:06:03] Production.INFO: Date 2026-09-10
[2026-09-11 13:06:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:06:03] Production.INFO: Date 2026-09-11
[2026-09-11 13:06:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:06:03] Production.INFO: Total Charge 0
[2026-09-11 13:06:04] Production.INFO: CreateAllLog End
[2026-09-11 13: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-09-11 13: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-09-11 13: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-09-11 13:06:04] Production.INFO: ==21063== Releasing lock...
[2026-09-11 13:06:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 13:06:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 13:06:04] Production.INFO: Account Balance End.
[2026-09-11 13:06:04] Production.ERROR: CronJobId end 12
[2026-09-11 13:06:04] Production.INFO: ==21061== Releasing lock...
[2026-09-11 13:06:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 13:06:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 13:06:04] Production.INFO: ==21057== Releasing lock...
[2026-09-11 13:06:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 13:06:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 13:06:11] Production.ERROR: CronJobId end10
[2026-09-11 13:06:11] Production.INFO: ==21059== Releasing lock...
[2026-09-11 13:06:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 13:06:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 13:06:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 13:06:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 13:06:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 13:06:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 13:06:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 13:06:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 13:06:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 13:06:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 13:06:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 13:06:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 13:06:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 13:06:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 13:06:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 13:06:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 13:06:14] Production.INFO: call_cost start
[2026-09-11 13:06:14] Production.INFO: call_cost end
[2026-09-11 13:06:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 13:06:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 13:06:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 13:06:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 13:06:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 13:06:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 13:06:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 13:06:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 13:06:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 13:06:14] Production.INFO: ==21055== Releasing lock...
[2026-09-11 13:06:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 13:06:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 18:07:02] Production.INFO: ==21120== Lock acquired, processing the job...
[2026-09-11 18:07:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 18:07:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 18:07:02] Production.INFO: neon service started
[2026-09-11 18:07:02] Production.INFO: neon service started
[2026-09-11 18:07:02] Production.INFO: ==21120== Releasing lock...
[2026-09-11 18:07:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 18:07:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 17:07:02] Production.INFO: ==21124== Lock acquired, processing the job...
[2026-09-11 17:07:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 17:07:02] Production.INFO: ==21124== Releasing lock...
[2026-09-11 17:07:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 17:07:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 13:07:02] Production.INFO: ==21122== Lock acquired, processing the job...
[2026-09-11 13:07:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 13:07:03] Production.INFO: ==21122== Releasing lock...
[2026-09-11 13:07:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 13:07:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 13:07:03] Production.INFO: ==21129== Lock acquired, processing the job...
[2026-09-11 13:07:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 13:07:03] Production.INFO: ==21127== Lock acquired, processing the job...
[2026-09-11 13:07:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 13:07:03] Production.INFO: ==21131== Lock acquired, processing the job...
[2026-09-11 13:07:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 13:07:03] Production.INFO: ==21133== Lock acquired, processing the job...
[2026-09-11 13:07:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 13:07:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 13:07:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 13:07:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 13:07:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 13:07:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 13:07:03] Production.INFO: ==21135== Lock acquired, processing the job...
[2026-09-11 13:07:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 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-09-11 13:07:04] Production.INFO: Account Balance Start.
[2026-09-11 13:07:04] Production.INFO: CreateAllLog Start
[2026-09-11 13:07:04] Production.INFO: 117
[2026-09-11 13: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-09-11 13:07:04] Production.INFO: Date 2026-09-08
[2026-09-11 13:07:04] Production.INFO: Reseller ==> 0
[2026-09-11 13: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-09-11 13:07:04] Production.INFO: ==21135== Releasing lock...
[2026-09-11 13:07:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 13:07:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 13:07:04] Production.INFO: Date 2026-09-09
[2026-09-11 13:07:04] Production.INFO: Reseller ==> 0
[2026-09-11 13:07:04] Production.INFO: Date 2026-09-10
[2026-09-11 13:07:04] Production.INFO: Reseller ==> 0
[2026-09-11 13:07:04] Production.INFO: Date 2026-09-11
[2026-09-11 13:07:04] Production.INFO: Reseller ==> 0
[2026-09-11 13:07:04] Production.INFO: Total Charge 0
[2026-09-11 13:07:04] Production.INFO: CreateAllLog End
[2026-09-11 13:07:04] Production.INFO: Account Balance End.
[2026-09-11 13:07:04] Production.ERROR: CronJobId end 12
[2026-09-11 13:07:04] Production.INFO: ==21133== Releasing lock...
[2026-09-11 13:07:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 13:07:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 13:07:04] Production.INFO: ==21129== Releasing lock...
[2026-09-11 13:07:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 13:07:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 13:07:11] Production.ERROR: CronJobId end10
[2026-09-11 13:07:11] Production.INFO: ==21131== Releasing lock...
[2026-09-11 13:07:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 13:07:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 13:07:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 13:07:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 13:07:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 13:07:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 13:07:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 13:07:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 13:07:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 13:07:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 13:07:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 13:07:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 13:07:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 13:07:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 13:07:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 13:07:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 13:07:14] Production.INFO: call_cost start
[2026-09-11 13:07:14] Production.INFO: call_cost end
[2026-09-11 13:07:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 13:07:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 13:07:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 13:07:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 13:07:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 13:07:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 13:07:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 13:07:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 13:07:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 13:07:14] Production.INFO: ==21127== Releasing lock...
[2026-09-11 13:07:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 13:07:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 18:08:01] Production.INFO: ==21195== Lock acquired, processing the job...
[2026-09-11 18:08:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 18:08:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 18:08:01] Production.INFO: neon service started
[2026-09-11 18:08:01] Production.INFO: neon service started
[2026-09-11 18:08:01] Production.INFO: ==21195== Releasing lock...
[2026-09-11 18:08:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 18:08:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 13:08:02] Production.INFO: ==21197== Lock acquired, processing the job...
[2026-09-11 13:08:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 13:08:02] Production.INFO: ==21197== Releasing lock...
[2026-09-11 13:08:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 13:08:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 17:08:02] Production.INFO: ==21199== Lock acquired, processing the job...
[2026-09-11 17:08:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 17:08:02] Production.INFO: ==21199== Releasing lock...
[2026-09-11 17:08:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 17:08:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 13:08:03] Production.INFO: ==21203== Lock acquired, processing the job...
[2026-09-11 13:08:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 13:08:03] Production.INFO: ==21207== Lock acquired, processing the job...
[2026-09-11 13:08:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 13:08:03] Production.INFO: ==21201== Lock acquired, processing the job...
[2026-09-11 13:08:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 13:08:03] Production.INFO: ==21205== Lock acquired, processing the job...
[2026-09-11 13:08:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 13:08:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 13:08:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 13:08:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 13:08:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 13:08:03] Production.INFO: Account Balance Start.
[2026-09-11 13:08:03] Production.INFO: CreateAllLog Start
[2026-09-11 13:08:03] Production.INFO: 117
[2026-09-11 13:08:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 13:08:03] Production.INFO: ==21209== Lock acquired, processing the job...
[2026-09-11 13:08:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 13:08:03] Production.INFO: Date 2026-09-08
[2026-09-11 13:08:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:08:03] Production.INFO: Date 2026-09-09
[2026-09-11 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-09-11 13:08:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 13:08:03] Production.INFO: ==21209== Releasing lock...
[2026-09-11 13:08:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 13:08:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 13:08:03] Production.INFO: Date 2026-09-10
[2026-09-11 13:08:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:08:03] Production.INFO: Date 2026-09-11
[2026-09-11 13:08:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:08:03] Production.INFO: Total Charge 0
[2026-09-11 13:08:03] Production.INFO: CreateAllLog End
[2026-09-11 13:08:03] Production.INFO: Account Balance End.
[2026-09-11 13:08:03] Production.ERROR: CronJobId end 12
[2026-09-11 13:08:04] Production.INFO: ==21207== Releasing lock...
[2026-09-11 13:08:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 13:08:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 13:08:04] Production.INFO: ==21203== Releasing lock...
[2026-09-11 13:08:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 13:08:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 13:08:12] Production.ERROR: CronJobId end10
[2026-09-11 13:08:12] Production.INFO: ==21205== Releasing lock...
[2026-09-11 13:08:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 13:08:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 13:08:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 13:08:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 13:08:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 13:08:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 13:08:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 13:08:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 13:08:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 13:08:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 13:08:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 13:08:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 13:08:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 13:08:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 13:08:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 13:08:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 13:08:14] Production.INFO: call_cost start
[2026-09-11 13:08:14] Production.INFO: call_cost end
[2026-09-11 13:08:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 13:08:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 13:08:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 13:08:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 13:08:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 13:08:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 13:08:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 13:08:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 13:08:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 13:08:14] Production.INFO: ==21201== Releasing lock...
[2026-09-11 13:08:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 13:08:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 18:09:02] Production.INFO: ==21265== Lock acquired, processing the job...
[2026-09-11 18:09:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 18:09:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 18:09:02] Production.INFO: neon service started
[2026-09-11 18:09:02] Production.INFO: neon service started
[2026-09-11 18:09:02] Production.INFO: ==21265== Releasing lock...
[2026-09-11 18:09:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 18:09:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 17:09:02] Production.INFO: ==21269== Lock acquired, processing the job...
[2026-09-11 17:09:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 17:09:02] Production.INFO: ==21269== Releasing lock...
[2026-09-11 17:09:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 17:09:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 13:09:02] Production.INFO: ==21267== Lock acquired, processing the job...
[2026-09-11 13:09:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 13:09:02] Production.INFO: ==21267== Releasing lock...
[2026-09-11 13:09:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 13:09:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 13:09:03] Production.INFO: ==21271== Lock acquired, processing the job...
[2026-09-11 13:09:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 13:09:03] Production.INFO: ==21273== Lock acquired, processing the job...
[2026-09-11 13:09:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 13:09:03] Production.INFO: ==21275== Lock acquired, processing the job...
[2026-09-11 13:09:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 13:09:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 13:09:03] Production.INFO: ==21277== Lock acquired, processing the job...
[2026-09-11 13:09:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 13:09:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 13:09:03] Production.INFO: ==21279== Lock acquired, processing the job...
[2026-09-11 13:09:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 13:09:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 13:09:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 13:09:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 13:09:03] Production.INFO: Account Balance Start.
[2026-09-11 13:09:03] Production.INFO: CreateAllLog Start
[2026-09-11 13:09:03] Production.INFO: 117
[2026-09-11 13:09:03] Production.INFO: Date 2026-09-08
[2026-09-11 13:09:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 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-09-11 13:09:03] Production.INFO: ==21279== Releasing lock...
[2026-09-11 13:09:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 13:09:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 13:09:03] Production.INFO: Date 2026-09-09
[2026-09-11 13:09:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:09:03] Production.INFO: Date 2026-09-10
[2026-09-11 13:09:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:09:04] Production.INFO: Date 2026-09-11
[2026-09-11 13:09:04] Production.INFO: Reseller ==> 0
[2026-09-11 13:09:04] Production.INFO: Total Charge 0
[2026-09-11 13:09:04] Production.INFO: CreateAllLog End
[2026-09-11 13:09:04] Production.INFO: Account Balance End.
[2026-09-11 13:09:04] Production.ERROR: CronJobId end 12
[2026-09-11 13:09:04] Production.INFO: ==21277== Releasing lock...
[2026-09-11 13:09:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 13:09:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 13:09:04] Production.INFO: ==21273== Releasing lock...
[2026-09-11 13:09:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 13:09:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 13:09:11] Production.ERROR: CronJobId end10
[2026-09-11 13:09:11] Production.INFO: ==21275== Releasing lock...
[2026-09-11 13:09:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 13:09:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 13:09:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 13:09:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 13:09:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 13:09:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 13:09:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 13:09:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 13:09:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 13:09:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 13:09:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 13:09:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 13:09:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 13:09:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 13:09:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 13:09:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 13:09:14] Production.INFO: call_cost start
[2026-09-11 13:09:14] Production.INFO: call_cost end
[2026-09-11 13:09:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 13:09:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 13:09:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 13:09:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 13:09:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 13:09:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 13:09:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 13:09:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 13:09:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 13:09:14] Production.INFO: ==21271== Releasing lock...
[2026-09-11 13:09:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 13:09:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 18:10:01] Production.INFO: ==21339== Lock acquired, processing the job...
[2026-09-11 18:10:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 18:10:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 18:10:01] Production.INFO: neon service started
[2026-09-11 18:10:01] Production.INFO: neon service started
[2026-09-11 18:10:01] Production.INFO: ==21339== Releasing lock...
[2026-09-11 18:10:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 18:10:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 17:10:01] Production.INFO: ==21343== Lock acquired, processing the job...
[2026-09-11 17:10:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 17:10:01] Production.INFO: ==21343== Releasing lock...
[2026-09-11 17:10:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 17:10:01] Production.INFO: 25 MB #Memory Used#
[2026-09-11 13:10:02] Production.INFO: ==21341== Lock acquired, processing the job...
[2026-09-11 13:10:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 13:10:02] Production.INFO: ==21341== Releasing lock...
[2026-09-11 13:10:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 13:10:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 13:10:03] Production.INFO: ==21346== Lock acquired, processing the job...
[2026-09-11 13:10:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 13:10:03] Production.INFO: ==21348== Lock acquired, processing the job...
[2026-09-11 13:10:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 13:10:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 13:10:03] Production.INFO: ==21350== Lock acquired, processing the job...
[2026-09-11 13:10:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 13:10:03] Production.INFO: ==21352== Lock acquired, processing the job...
[2026-09-11 13:10:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 13:10:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 13:10:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 13:10:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 13:10:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 13:10:03] Production.INFO: ==21354== Lock acquired, processing the job...
[2026-09-11 13:10:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 13:10:03] Production.INFO: Account Balance Start.
[2026-09-11 13:10:03] Production.INFO: CreateAllLog Start
[2026-09-11 13:10:03] Production.INFO: 117
[2026-09-11 13:10:03] Production.INFO: Date 2026-09-08
[2026-09-11 13:10:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:10:03] Production.INFO: Date 2026-09-09
[2026-09-11 13:10:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 13:10:03] Production.INFO: Date 2026-09-10
[2026-09-11 13:10:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 13:10:03] Production.INFO: ==21354== Releasing lock...
[2026-09-11 13:10:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 13:10:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 13:10:03] Production.INFO: Date 2026-09-11
[2026-09-11 13:10:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:10:03] Production.INFO: Total Charge 0
[2026-09-11 13:10:03] Production.INFO: CreateAllLog End
[2026-09-11 13:10:03] Production.INFO: Account Balance End.
[2026-09-11 13:10:03] Production.ERROR: CronJobId end 12
[2026-09-11 13:10:03] Production.INFO: ==21352== Releasing lock...
[2026-09-11 13:10:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 13:10:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 13:10:03] Production.INFO: ==21348== Releasing lock...
[2026-09-11 13:10:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 13:10:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 13:10:11] Production.ERROR: CronJobId end10
[2026-09-11 13:10:11] Production.INFO: ==21350== Releasing lock...
[2026-09-11 13:10:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 13:10:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 13:10:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 13:10:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 13:10:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 13:10:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 13:10:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 13:10:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 13:10:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 13:10:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 13:10:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 13:10:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 13:10:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 13:10:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 13:10:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 13:10:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 13:10:13] Production.INFO: call_cost start
[2026-09-11 13:10:14] Production.INFO: call_cost end
[2026-09-11 13:10:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 13:10:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 13:10:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 13:10:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 13:10:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 13:10:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 13:10:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 13:10:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 13:10:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 13:10:14] Production.INFO: ==21346== Releasing lock...
[2026-09-11 13:10:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 13:10:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 18:11:01] Production.INFO: ==21414== Lock acquired, processing the job...
[2026-09-11 18:11:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 18:11:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 18:11:01] Production.INFO: neon service started
[2026-09-11 18:11:01] Production.INFO: neon service started
[2026-09-11 18:11:01] Production.INFO: ==21414== Releasing lock...
[2026-09-11 18:11:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 18:11:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 17:11:02] Production.INFO: ==21418== Lock acquired, processing the job...
[2026-09-11 17:11:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 17:11:02] Production.INFO: ==21418== Releasing lock...
[2026-09-11 17:11:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 17:11:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 13:11:02] Production.INFO: ==21416== Lock acquired, processing the job...
[2026-09-11 13:11:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 13:11:02] Production.INFO: ==21416== Releasing lock...
[2026-09-11 13:11:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 13:11:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 13:11:03] Production.INFO: ==21424== Lock acquired, processing the job...
[2026-09-11 13:11:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 13:11:03] Production.INFO: ==21420== Lock acquired, processing the job...
[2026-09-11 13:11:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 13:11:03] Production.INFO: ==21422== Lock acquired, processing the job...
[2026-09-11 13:11:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 13:11:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 13:11:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 13:11:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 13:11:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 13:11:03] Production.INFO: ==21426== Lock acquired, processing the job...
[2026-09-11 13:11:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 13:11:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 13:11:03] Production.INFO: ==21428== Lock acquired, processing the job...
[2026-09-11 13:11:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 13:11:03] Production.INFO: Account Balance Start.
[2026-09-11 13:11:03] Production.INFO: CreateAllLog Start
[2026-09-11 13:11:03] Production.INFO: 117
[2026-09-11 13: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-09-11 13:11:03] Production.INFO: Date 2026-09-08
[2026-09-11 13: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-09-11 13: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-09-11 13:11:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:11:03] Production.INFO: ==21428== Releasing lock...
[2026-09-11 13:11:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 13:11:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 13:11:03] Production.INFO: Date 2026-09-09
[2026-09-11 13:11:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:11:03] Production.INFO: Date 2026-09-10
[2026-09-11 13:11:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:11:03] Production.INFO: Date 2026-09-11
[2026-09-11 13:11:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:11:03] Production.INFO: Total Charge 0
[2026-09-11 13:11:03] Production.INFO: CreateAllLog End
[2026-09-11 13:11:04] Production.INFO: Account Balance End.
[2026-09-11 13:11:04] Production.ERROR: CronJobId end 12
[2026-09-11 13:11:04] Production.INFO: ==21426== Releasing lock...
[2026-09-11 13:11:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 13:11:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 13:11:04] Production.INFO: ==21422== Releasing lock...
[2026-09-11 13:11:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 13:11:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 13:11:10] Production.ERROR: CronJobId end10
[2026-09-11 13:11:10] Production.INFO: ==21424== Releasing lock...
[2026-09-11 13:11:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 13:11:10] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 13:11:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 13:11:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 13:11:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 13:11:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 13:11:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 13:11:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 13:11:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 13:11:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 13:11:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 13:11:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 13:11:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 13:11:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 13:11:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 13:11:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 13:11:14] Production.INFO: call_cost start
[2026-09-11 13:11:14] Production.INFO: call_cost end
[2026-09-11 13:11:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 13:11:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 13:11:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 13:11:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 13:11:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 13:11:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 13:11:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 13:11:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 13:11:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 13:11:14] Production.INFO: ==21420== Releasing lock...
[2026-09-11 13:11:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 13:11:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 18:12:02] Production.INFO: ==21487== Lock acquired, processing the job...
[2026-09-11 18:12:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 18:12:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 18:12:02] Production.INFO: neon service started
[2026-09-11 18:12:02] Production.INFO: neon service started
[2026-09-11 18:12:02] Production.INFO: ==21487== Releasing lock...
[2026-09-11 18:12:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 18:12:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 13:12:02] Production.INFO: ==21490== Lock acquired, processing the job...
[2026-09-11 13:12:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 13:12:02] Production.INFO: ==21490== Releasing lock...
[2026-09-11 13:12:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 13:12:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 17:12:03] Production.INFO: ==21492== Lock acquired, processing the job...
[2026-09-11 17:12:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 17:12:03] Production.INFO: ==21492== Releasing lock...
[2026-09-11 17:12:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 17:12:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 13:12:03] Production.INFO: ==21496== Lock acquired, processing the job...
[2026-09-11 13:12:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 13:12:03] Production.INFO: ==21500== Lock acquired, processing the job...
[2026-09-11 13:12:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 13:12:03] Production.INFO: ==21498== Lock acquired, processing the job...
[2026-09-11 13:12:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 13:12:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 13:12:03] Production.INFO: ==21494== Lock acquired, processing the job...
[2026-09-11 13:12:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 13:12:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 13:12:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 13:12:03] Production.INFO: Account Balance Start.
[2026-09-11 13:12:03] Production.INFO: CreateAllLog Start
[2026-09-11 13:12:03] Production.INFO: 117
[2026-09-11 13:12:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 13:12:03] Production.INFO: Date 2026-09-08
[2026-09-11 13:12:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:12:04] Production.INFO: ==21502== Lock acquired, processing the job...
[2026-09-11 13:12:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 13:12:04] Production.INFO: Date 2026-09-09
[2026-09-11 13:12:04] Production.INFO: Reseller ==> 0
[2026-09-11 13:12:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 13:12:04] Production.INFO: Date 2026-09-10
[2026-09-11 13:12:04] Production.INFO: Reseller ==> 0
[2026-09-11 13:12:04] Production.INFO: Date 2026-09-11
[2026-09-11 13:12:04] Production.INFO: Reseller ==> 0
[2026-09-11 13:12:04] Production.INFO: Total Charge 0
[2026-09-11 13: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-09-11 13: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-09-11 13:12:04] Production.INFO: CreateAllLog End
[2026-09-11 13: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-09-11 13:12:04] Production.INFO: ==21502== Releasing lock...
[2026-09-11 13:12:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 13:12:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 13:12:04] Production.INFO: Account Balance End.
[2026-09-11 13:12:04] Production.INFO: ==21496== Releasing lock...
[2026-09-11 13:12:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 13:12:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 13:12:04] Production.ERROR: CronJobId end 12
[2026-09-11 13:12:04] Production.INFO: ==21500== Releasing lock...
[2026-09-11 13:12:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 13:12:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 13:12:11] Production.ERROR: CronJobId end10
[2026-09-11 13:12:11] Production.INFO: ==21498== Releasing lock...
[2026-09-11 13:12:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 13:12:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 13:12:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 13:12:15] Production.INFO: ============== Balance Warning START===========
[2026-09-11 13:12:15] Production.INFO: ============== Balance Warning END===========
[2026-09-11 13:12:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 13:12:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 13:12:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 13:12:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 13:12:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 13:12:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 13:12:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 13:12:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 13:12:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 13:12:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 13:12:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 13:12:15] Production.INFO: call_cost start
[2026-09-11 13:12:15] Production.INFO: call_cost end
[2026-09-11 13:12:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 13:12:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 13:12:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 13:12:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 13:12:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 13:12:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 13:12:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 13:12:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 13:12:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 13:12:15] Production.INFO: ==21494== Releasing lock...
[2026-09-11 13:12:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 13:12:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 18:13:01] Production.INFO: ==21557== Lock acquired, processing the job...
[2026-09-11 18:13:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 18:13:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 18:13:01] Production.INFO: neon service started
[2026-09-11 18:13:01] Production.INFO: neon service started
[2026-09-11 18:13:01] Production.INFO: ==21557== Releasing lock...
[2026-09-11 18:13:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 18:13:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 17:13:02] Production.INFO: ==21561== Lock acquired, processing the job...
[2026-09-11 17:13:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 17:13:02] Production.INFO: ==21561== Releasing lock...
[2026-09-11 17:13:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 17:13:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 13:13:02] Production.INFO: ==21559== Lock acquired, processing the job...
[2026-09-11 13:13:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 13:13:02] Production.INFO: ==21559== Releasing lock...
[2026-09-11 13:13:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 13:13:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 13:13:03] Production.INFO: ==21564== Lock acquired, processing the job...
[2026-09-11 13:13:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 13:13:03] Production.INFO: ==21570== Lock acquired, processing the job...
[2026-09-11 13:13:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 13:13:03] Production.INFO: ==21566== Lock acquired, processing the job...
[2026-09-11 13:13:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 13:13:03] Production.INFO: ==21568== Lock acquired, processing the job...
[2026-09-11 13:13:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 13:13:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 13:13:03] Production.INFO: ==21572== Lock acquired, processing the job...
[2026-09-11 13:13:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 13:13:03] Production.INFO: Account Balance Start.
[2026-09-11 13:13:03] Production.INFO: CreateAllLog Start
[2026-09-11 13:13:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 13:13:03] Production.INFO: 117
[2026-09-11 13:13:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 13:13:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 13:13:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 13:13:03] Production.INFO: Date 2026-09-08
[2026-09-11 13:13:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:13:03] Production.INFO: Date 2026-09-09
[2026-09-11 13:13:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:13:03] Production.INFO: Date 2026-09-10
[2026-09-11 13:13:03] Production.INFO: Reseller ==> 0
[2026-09-11 13: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-09-11 13: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-09-11 13: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-09-11 13:13:03] Production.INFO: Date 2026-09-11
[2026-09-11 13:13:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:13:03] Production.INFO: ==21572== Releasing lock...
[2026-09-11 13:13:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 13:13:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 13:13:03] Production.INFO: Total Charge 0
[2026-09-11 13:13:03] Production.INFO: CreateAllLog End
[2026-09-11 13:13:03] Production.INFO: Account Balance End.
[2026-09-11 13:13:04] Production.ERROR: CronJobId end 12
[2026-09-11 13:13:04] Production.INFO: ==21570== Releasing lock...
[2026-09-11 13:13:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 13:13:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 13:13:04] Production.INFO: ==21566== Releasing lock...
[2026-09-11 13:13:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 13:13:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 13:13:11] Production.ERROR: CronJobId end10
[2026-09-11 13:13:11] Production.INFO: ==21568== Releasing lock...
[2026-09-11 13:13:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 13:13:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 13:13:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 13:13:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 13:13:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 13:13:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 13:13:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 13:13:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 13:13:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 13:13:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 13:13:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 13:13:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 13:13:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 13:13:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 13:13:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 13:13:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 13:13:13] Production.INFO: call_cost start
[2026-09-11 13:13:13] Production.INFO: call_cost end
[2026-09-11 13:13:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 13:13:13] Production.INFO: ============== Report Schedule START===========
[2026-09-11 13:13:13] Production.INFO: ============== Report Schedule END===========
[2026-09-11 13:13:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 13:13:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 13:13:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 13:13:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 13:13:13] Production.INFO: ============== Deal alert START===========
[2026-09-11 13:13:13] Production.INFO: ============== Deal alert END===========
[2026-09-11 13:13:13] Production.INFO: ==21564== Releasing lock...
[2026-09-11 13:13:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 13:13:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 18:14:02] Production.INFO: ==21633== Lock acquired, processing the job...
[2026-09-11 18:14:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 18:14:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 18:14:02] Production.INFO: neon service started
[2026-09-11 18:14:02] Production.INFO: neon service started
[2026-09-11 18:14:02] Production.INFO: ==21633== Releasing lock...
[2026-09-11 18:14:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 18:14:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 17:14:02] Production.INFO: ==21637== Lock acquired, processing the job...
[2026-09-11 17:14:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 17:14:02] Production.INFO: ==21637== Releasing lock...
[2026-09-11 17:14:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 17:14:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 13:14:02] Production.INFO: ==21635== Lock acquired, processing the job...
[2026-09-11 13:14:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 13:14:02] Production.INFO: ==21635== Releasing lock...
[2026-09-11 13:14:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 13:14:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 13:14:03] Production.INFO: ==21640== Lock acquired, processing the job...
[2026-09-11 13:14:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 13:14:03] Production.INFO: ==21642== Lock acquired, processing the job...
[2026-09-11 13:14:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 13:14:03] Production.INFO: ==21644== Lock acquired, processing the job...
[2026-09-11 13:14:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 13:14:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 13:14:03] Production.INFO: ==21646== Lock acquired, processing the job...
[2026-09-11 13:14:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 13:14:03] Production.INFO: ==21648== Lock acquired, processing the job...
[2026-09-11 13:14:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 13:14:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 13:14:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 13:14:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 13:14:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 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-09-11 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-09-11 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-09-11 13:14:03] Production.INFO: ==21648== Releasing lock...
[2026-09-11 13:14:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 13:14:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 13:14:04] Production.INFO: Account Balance Start.
[2026-09-11 13:14:04] Production.INFO: CreateAllLog Start
[2026-09-11 13:14:04] Production.INFO: 117
[2026-09-11 13:14:04] Production.INFO: Date 2026-09-08
[2026-09-11 13:14:04] Production.INFO: Reseller ==> 0
[2026-09-11 13:14:04] Production.INFO: Date 2026-09-09
[2026-09-11 13:14:04] Production.INFO: Reseller ==> 0
[2026-09-11 13:14:04] Production.INFO: Date 2026-09-10
[2026-09-11 13:14:04] Production.INFO: Reseller ==> 0
[2026-09-11 13:14:04] Production.INFO: Date 2026-09-11
[2026-09-11 13:14:04] Production.INFO: Reseller ==> 0
[2026-09-11 13:14:04] Production.INFO: Total Charge 0
[2026-09-11 13:14:04] Production.INFO: CreateAllLog End
[2026-09-11 13:14:04] Production.INFO: Account Balance End.
[2026-09-11 13:14:04] Production.ERROR: CronJobId end 12
[2026-09-11 13:14:04] Production.INFO: ==21646== Releasing lock...
[2026-09-11 13:14:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 13:14:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 13:14:04] Production.INFO: ==21642== Releasing lock...
[2026-09-11 13:14:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 13:14:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 13:14:12] Production.ERROR: CronJobId end10
[2026-09-11 13:14:12] Production.INFO: ==21644== Releasing lock...
[2026-09-11 13:14:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 13:14:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 13:14:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 13:14:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 13:14:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 13:14:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 13:14:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 13:14:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 13:14:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 13:14:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 13:14:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 13:14:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 13:14:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 13:14:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 13:14:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 13:14:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 13:14:15] Production.INFO: call_cost start
[2026-09-11 13:14:15] Production.INFO: call_cost end
[2026-09-11 13:14:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 13:14:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 13:14:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 13:14:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 13:14:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 13:14:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 13:14:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 13:14:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 13:14:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 13:14:15] Production.INFO: ==21640== Releasing lock...
[2026-09-11 13:14:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 13:14:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 18:15:01] Production.INFO: ==21703== Lock acquired, processing the job...
[2026-09-11 18:15:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 18:15:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 18:15:01] Production.INFO: neon service started
[2026-09-11 18:15:01] Production.INFO: neon service started
[2026-09-11 18:15:01] Production.INFO: ==21703== Releasing lock...
[2026-09-11 18:15:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 18:15:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 17:15:02] Production.INFO: ==21707== Lock acquired, processing the job...
[2026-09-11 17:15:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 13:15:02] Production.INFO: ==21705== Lock acquired, processing the job...
[2026-09-11 13:15:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 17:15:02] Production.INFO: ==21707== Releasing lock...
[2026-09-11 17:15:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 17:15:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 13:15:02] Production.INFO: ==21705== Releasing lock...
[2026-09-11 13:15:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 13:15:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 13:15:03] Production.INFO: ==21710== Lock acquired, processing the job...
[2026-09-11 13:15:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-11 13:15:03] Production.INFO: ==21712== Lock acquired, processing the job...
[2026-09-11 13:15:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 13:15:03] Production.ERROR: ========================== active cronjob start =============================
[2026-09-11 13:15:03] Production.ERROR: ========================== active cronjob end =============================
[2026-09-11 13:15:03] Production.INFO: ==21710== Releasing lock...
[2026-09-11 13:15:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-11 13:15:03] Production.INFO: 25.5 MB #Memory Used#
[2026-09-11 13:15:03] Production.INFO: ==21718== Lock acquired, processing the job...
[2026-09-11 13:15:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 13:15:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 13:15:03] Production.INFO: Account Balance Start.
[2026-09-11 13:15:03] Production.INFO: CreateAllLog Start
[2026-09-11 13:15:03] Production.INFO: 117
[2026-09-11 13:15:03] Production.INFO: Date 2026-09-08
[2026-09-11 13:15:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:15:03] Production.INFO: Date 2026-09-09
[2026-09-11 13:15:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:15:03] Production.INFO: Date 2026-09-10
[2026-09-11 13:15:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:15:03] Production.INFO: Date 2026-09-11
[2026-09-11 13:15:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:15:03] Production.INFO: Total Charge 0
[2026-09-11 13:15:03] Production.INFO: CreateAllLog End
[2026-09-11 13:15:03] Production.INFO: ==21714== Lock acquired, processing the job...
[2026-09-11 13:15:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 13:15:03] Production.INFO: Account Balance End.
[2026-09-11 13:15:03] Production.ERROR: CronJobId end 12
[2026-09-11 13:15:03] Production.INFO: ==21718== Releasing lock...
[2026-09-11 13:15:03] Production.INFO: ==21716== Lock acquired, processing the job...
[2026-09-11 13:15:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 13:15:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 13:15:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 13:15:04] Production.INFO: ==21722== Lock acquired, processing the job...
[2026-09-11 13:15:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 13:15:04] Production.INFO: ==21720== Lock acquired, processing the job...
[2026-09-11 13:15:04] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-11 13:15:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 13:15:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 13:15:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 13:15:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 13:15:04] Production.ERROR: tblTempUsageDetail_20
[2026-09-11 13: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-09-11 13: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-09-11 13: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-09-11 13:15:04] Production.INFO: ==21722== Releasing lock...
[2026-09-11 13:15:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 13:15:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 13:15:04] Production.ERROR: done
[2026-09-11 13:15:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-11 13:15:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17984621', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) start
[2026-09-11 13:15:04] Production.INFO: ==21714== Releasing lock...
[2026-09-11 13:15:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 13:15:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 13:15:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17984621', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) end
[2026-09-11 13:15:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-11 13:15:10] Production.INFO: ProcessCDR(1,17984621,1,1,2)
[2026-09-11 13:15:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17984621,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 13:15:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17984621,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 13:15:10] Production.ERROR: pbx prc_insertCDR start
[2026-09-11 13:15:10] Production.ERROR: pbx prc_insertCDR end
[2026-09-11 13:15:10] Production.INFO: ==21720== Releasing lock...
[2026-09-11 13:15:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-11 13:15:10] Production.INFO: 26 MB #Memory Used#
[2026-09-11 13:15:14] Production.ERROR: CronJobId end10
[2026-09-11 13:15:14] Production.INFO: ==21716== Releasing lock...
[2026-09-11 13:15:14] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 13:15:14] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 13:15:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 13:15:16] Production.INFO: ============== Balance Warning START===========
[2026-09-11 13:15:16] Production.INFO: ============== Balance Warning END===========
[2026-09-11 13:15:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 13:15:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 13:15:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 13:15:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 13:15:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 13:15:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 13:15:16] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 13:15:16] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 13:15:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 13:15:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 13:15:16] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 13:15:16] Production.INFO: call_cost start
[2026-09-11 13:15:16] Production.INFO: call_cost end
[2026-09-11 13:15:16] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 13:15:16] Production.INFO: ============== Report Schedule START===========
[2026-09-11 13:15:16] Production.INFO: ============== Report Schedule END===========
[2026-09-11 13:15:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 13:15:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 13:15:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 13:15:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 13:15:16] Production.INFO: ============== Deal alert START===========
[2026-09-11 13:15:16] Production.INFO: ============== Deal alert END===========
[2026-09-11 13:15:16] Production.INFO: ==21712== Releasing lock...
[2026-09-11 13:15:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 13:15:16] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 18:16:02] Production.INFO: ==21778== Lock acquired, processing the job...
[2026-09-11 18:16:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 18:16:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 18:16:02] Production.INFO: neon service started
[2026-09-11 18:16:02] Production.INFO: neon service started
[2026-09-11 18:16:02] Production.INFO: ==21778== Releasing lock...
[2026-09-11 18:16:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 18:16:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 13:16:02] Production.INFO: ==21780== Lock acquired, processing the job...
[2026-09-11 13:16:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 13:16:02] Production.INFO: ==21780== Releasing lock...
[2026-09-11 13:16:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 13:16:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 17:16:02] Production.INFO: ==21782== Lock acquired, processing the job...
[2026-09-11 17:16:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 17:16:03] Production.INFO: ==21782== Releasing lock...
[2026-09-11 17:16:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 17:16:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 13:16:03] Production.INFO: ==21784== Lock acquired, processing the job...
[2026-09-11 13:16:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 13:16:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 13:16:03] Production.INFO: ==21788== Lock acquired, processing the job...
[2026-09-11 13:16:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 13:16:03] Production.INFO: ==21791== Lock acquired, processing the job...
[2026-09-11 13:16:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 13:16:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 13:16:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 13:16:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 13:16:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 13:16:03] Production.INFO: ==21786== Lock acquired, processing the job...
[2026-09-11 13:16:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 13:16:03] Production.INFO: Account Balance Start.
[2026-09-11 13:16:03] Production.INFO: CreateAllLog Start
[2026-09-11 13:16:03] Production.INFO: 117
[2026-09-11 13:16:03] Production.INFO: Date 2026-09-08
[2026-09-11 13:16:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:16:03] Production.INFO: ==21793== Lock acquired, processing the job...
[2026-09-11 13:16:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 13:16:03] Production.INFO: Date 2026-09-09
[2026-09-11 13:16:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:16:03] Production.INFO: Date 2026-09-10
[2026-09-11 13:16:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 13:16:03] Production.INFO: Date 2026-09-11
[2026-09-11 13:16:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 13:16:03] Production.INFO: Total Charge 0
[2026-09-11 13:16:03] Production.INFO: ==21793== Releasing lock...
[2026-09-11 13:16:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 13:16:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 13:16:03] Production.INFO: CreateAllLog End
[2026-09-11 13:16:04] Production.INFO: Account Balance End.
[2026-09-11 13:16:04] Production.ERROR: CronJobId end 12
[2026-09-11 13:16:04] Production.INFO: ==21791== Releasing lock...
[2026-09-11 13:16:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 13:16:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 13:16:04] Production.INFO: ==21786== Releasing lock...
[2026-09-11 13:16:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 13:16:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 13:16:11] Production.ERROR: CronJobId end10
[2026-09-11 13:16:11] Production.INFO: ==21788== Releasing lock...
[2026-09-11 13:16:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 13:16:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 13:16:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 13:16:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 13:16:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 13:16:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 13:16:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 13:16:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 13:16:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 13:16:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 13:16:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 13:16:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 13:16:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 13:16:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 13:16:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 13:16:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 13:16:14] Production.INFO: call_cost start
[2026-09-11 13:16:14] Production.INFO: call_cost end
[2026-09-11 13:16:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 13:16:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 13:16:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 13:16:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 13:16:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 13:16:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 13:16:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 13:16:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 13:16:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 13:16:14] Production.INFO: ==21784== Releasing lock...
[2026-09-11 13:16:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 13:16:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 18:17:01] Production.INFO: ==21849== Lock acquired, processing the job...
[2026-09-11 18:17:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 18:17:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 18:17:01] Production.INFO: neon service started
[2026-09-11 18:17:01] Production.INFO: neon service started
[2026-09-11 18:17:01] Production.INFO: ==21849== Releasing lock...
[2026-09-11 18:17:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 18:17:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 13:17:01] Production.INFO: ==21851== Lock acquired, processing the job...
[2026-09-11 13:17:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 13:17:01] Production.INFO: ==21851== Releasing lock...
[2026-09-11 13:17:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 13:17:01] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 17:17:02] Production.INFO: ==21853== Lock acquired, processing the job...
[2026-09-11 17:17:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 17:17:02] Production.INFO: ==21853== Releasing lock...
[2026-09-11 17:17:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 17:17:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 13:17:02] Production.INFO: ==21856== Lock acquired, processing the job...
[2026-09-11 13:17:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 13:17:02] Production.INFO: ==21860== Lock acquired, processing the job...
[2026-09-11 13:17:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 13:17:02] Production.INFO: ==21858== Lock acquired, processing the job...
[2026-09-11 13:17:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 13:17:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 13:17:02] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 13:17:02] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 13:17:02] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 13:17:02] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 13:17:02] Production.INFO: ==21862== Lock acquired, processing the job...
[2026-09-11 13:17:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 13:17:03] Production.INFO: ==21864== Lock acquired, processing the job...
[2026-09-11 13:17:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 13:17:03] Production.INFO: Account Balance Start.
[2026-09-11 13:17:03] Production.INFO: CreateAllLog Start
[2026-09-11 13:17:03] Production.INFO: 117
[2026-09-11 13:17:03] Production.INFO: Date 2026-09-08
[2026-09-11 13:17:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:17:03] Production.INFO: Date 2026-09-09
[2026-09-11 13:17:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 13:17:03] Production.INFO: Date 2026-09-10
[2026-09-11 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-09-11 13:17:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 13:17:03] Production.INFO: Date 2026-09-11
[2026-09-11 13:17:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:17:03] Production.INFO: ==21864== Releasing lock...
[2026-09-11 13:17:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 13:17:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 13:17:03] Production.INFO: Total Charge 0
[2026-09-11 13:17:03] Production.INFO: CreateAllLog End
[2026-09-11 13:17:03] Production.INFO: Account Balance End.
[2026-09-11 13:17:03] Production.ERROR: CronJobId end 12
[2026-09-11 13:17:03] Production.INFO: ==21862== Releasing lock...
[2026-09-11 13:17:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 13:17:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 13:17:03] Production.INFO: ==21858== Releasing lock...
[2026-09-11 13:17:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 13:17:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 13:17:11] Production.ERROR: CronJobId end10
[2026-09-11 13:17:11] Production.INFO: ==21860== Releasing lock...
[2026-09-11 13:17:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 13:17:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 13:17:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 13:17:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 13:17:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 13:17:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 13:17:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 13:17:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 13:17:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 13:17:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 13:17:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 13:17:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 13:17:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 13:17:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 13:17:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 13:17:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 13:17:14] Production.INFO: call_cost start
[2026-09-11 13:17:14] Production.INFO: call_cost end
[2026-09-11 13:17:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 13:17:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 13:17:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 13:17:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 13:17:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 13:17:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 13:17:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 13:17:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 13:17:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 13:17:14] Production.INFO: ==21856== Releasing lock...
[2026-09-11 13:17:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 13:17:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 18:18:01] Production.INFO: ==21922== Lock acquired, processing the job...
[2026-09-11 18:18:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 18:18:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 18:18:01] Production.INFO: neon service started
[2026-09-11 18:18:01] Production.INFO: neon service started
[2026-09-11 18:18:01] Production.INFO: ==21922== Releasing lock...
[2026-09-11 18:18:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 18:18:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 17:18:02] Production.INFO: ==21926== Lock acquired, processing the job...
[2026-09-11 17:18:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 17:18:02] Production.INFO: ==21926== Releasing lock...
[2026-09-11 17:18:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 17:18:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 13:18:02] Production.INFO: ==21924== Lock acquired, processing the job...
[2026-09-11 13:18:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 13:18:02] Production.INFO: ==21924== Releasing lock...
[2026-09-11 13:18:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 13:18:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 13:18:03] Production.INFO: ==21932== Lock acquired, processing the job...
[2026-09-11 13:18:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 13:18:03] Production.INFO: ==21928== Lock acquired, processing the job...
[2026-09-11 13:18:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 13:18:03] Production.INFO: ==21930== Lock acquired, processing the job...
[2026-09-11 13:18:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 13:18:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 13:18:03] Production.INFO: ==21937== Lock acquired, processing the job...
[2026-09-11 13:18:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 13:18:03] Production.INFO: ==21934== Lock acquired, processing the job...
[2026-09-11 13:18:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 13:18:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 13:18:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 13:18:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 13: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-09-11 13: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-09-11 13:18:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 13: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-09-11 13:18:03] Production.INFO: ==21937== Releasing lock...
[2026-09-11 13:18:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 13:18:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 13:18:03] Production.INFO: Account Balance Start.
[2026-09-11 13:18:03] Production.INFO: CreateAllLog Start
[2026-09-11 13:18:03] Production.INFO: 117
[2026-09-11 13:18:03] Production.INFO: Date 2026-09-08
[2026-09-11 13:18:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:18:03] Production.INFO: Date 2026-09-09
[2026-09-11 13:18:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:18:03] Production.INFO: Date 2026-09-10
[2026-09-11 13:18:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:18:03] Production.INFO: Date 2026-09-11
[2026-09-11 13:18:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:18:03] Production.INFO: Total Charge 0
[2026-09-11 13:18:03] Production.INFO: CreateAllLog End
[2026-09-11 13:18:04] Production.INFO: ==21930== Releasing lock...
[2026-09-11 13:18:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 13:18:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 13:18:04] Production.INFO: Account Balance End.
[2026-09-11 13:18:04] Production.ERROR: CronJobId end 12
[2026-09-11 13:18:04] Production.INFO: ==21934== Releasing lock...
[2026-09-11 13:18:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 13:18:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 13:18:10] Production.ERROR: CronJobId end10
[2026-09-11 13:18:10] Production.INFO: ==21932== Releasing lock...
[2026-09-11 13:18:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 13:18:10] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 13:18:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 13:18:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 13:18:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 13:18:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 13:18:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 13:18:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 13:18:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 13:18:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 13:18:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 13:18:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 13:18:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 13:18:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 13:18:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 13:18:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 13:18:14] Production.INFO: call_cost start
[2026-09-11 13:18:14] Production.INFO: call_cost end
[2026-09-11 13:18:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 13:18:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 13:18:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 13:18:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 13:18:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 13:18:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 13:18:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 13:18:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 13:18:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 13:18:14] Production.INFO: ==21928== Releasing lock...
[2026-09-11 13:18:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 13:18:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 18:19:02] Production.INFO: ==21998== Lock acquired, processing the job...
[2026-09-11 18:19:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 18:19:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 18:19:02] Production.INFO: neon service started
[2026-09-11 18:19:02] Production.INFO: neon service started
[2026-09-11 18:19:02] Production.INFO: ==21998== Releasing lock...
[2026-09-11 18:19:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 18:19:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 13:19:02] Production.INFO: ==22000== Lock acquired, processing the job...
[2026-09-11 13:19:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 13:19:02] Production.INFO: ==22000== Releasing lock...
[2026-09-11 13:19:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 13:19:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 17:19:03] Production.INFO: ==22002== Lock acquired, processing the job...
[2026-09-11 17:19:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 17:19:03] Production.INFO: ==22002== Releasing lock...
[2026-09-11 17:19:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 17:19:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 13:19:03] Production.INFO: ==22006== Lock acquired, processing the job...
[2026-09-11 13:19:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 13:19:03] Production.INFO: ==22008== Lock acquired, processing the job...
[2026-09-11 13:19:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 13:19:03] Production.INFO: ==22010== Lock acquired, processing the job...
[2026-09-11 13:19:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 13:19:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 13:19:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 13:19:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 13:19:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 13:19:03] Production.INFO: Account Balance Start.
[2026-09-11 13:19:03] Production.INFO: CreateAllLog Start
[2026-09-11 13:19:03] Production.INFO: 117
[2026-09-11 13:19:03] Production.INFO: ==22004== Lock acquired, processing the job...
[2026-09-11 13:19:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 13:19:03] Production.INFO: Date 2026-09-08
[2026-09-11 13:19:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:19:03] Production.INFO: ==22012== Lock acquired, processing the job...
[2026-09-11 13:19:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 13:19:03] Production.INFO: Date 2026-09-09
[2026-09-11 13:19:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:19:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 13:19:03] Production.INFO: Date 2026-09-10
[2026-09-11 13:19:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 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-09-11 13:19:03] Production.INFO: ==22012== Releasing lock...
[2026-09-11 13:19:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 13:19:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 13:19:03] Production.INFO: Date 2026-09-11
[2026-09-11 13:19:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:19:04] Production.INFO: Total Charge 0
[2026-09-11 13:19:04] Production.INFO: CreateAllLog End
[2026-09-11 13:19:04] Production.INFO: ==22006== Releasing lock...
[2026-09-11 13:19:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 13:19:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 13:19:04] Production.INFO: Account Balance End.
[2026-09-11 13:19:04] Production.ERROR: CronJobId end 12
[2026-09-11 13:19:04] Production.INFO: ==22010== Releasing lock...
[2026-09-11 13:19:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 13:19:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 13:19:12] Production.ERROR: CronJobId end10
[2026-09-11 13:19:12] Production.INFO: ==22008== Releasing lock...
[2026-09-11 13:19:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 13:19:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 13:19:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 13:19:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 13:19:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 13:19:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 13:19:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 13:19:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 13:19:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 13:19:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 13:19:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 13:19:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 13:19:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 13:19:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 13:19:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 13:19:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 13:19:15] Production.INFO: call_cost start
[2026-09-11 13:19:15] Production.INFO: call_cost end
[2026-09-11 13:19:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 13:19:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 13:19:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 13:19:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 13:19:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 13:19:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 13:19:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 13:19:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 13:19:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 13:19:15] Production.INFO: ==22004== Releasing lock...
[2026-09-11 13:19:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 13:19:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 18:20:01] Production.INFO: ==22066== Lock acquired, processing the job...
[2026-09-11 18:20:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 18:20:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 18:20:01] Production.INFO: neon service started
[2026-09-11 18:20:01] Production.INFO: neon service started
[2026-09-11 18:20:01] Production.INFO: ==22066== Releasing lock...
[2026-09-11 18:20:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 18:20:01] Production.INFO: 25.5 MB #Memory Used#
[2026-09-11 13:20:02] Production.INFO: ==22068== Lock acquired, processing the job...
[2026-09-11 13:20:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 17:20:02] Production.INFO: ==22070== Lock acquired, processing the job...
[2026-09-11 17:20:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 17:20:02] Production.INFO: ==22070== Releasing lock...
[2026-09-11 17:20:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 17:20:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 13:20:02] Production.INFO: ==22068== Releasing lock...
[2026-09-11 13:20:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 13:20:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 13:20:03] Production.INFO: ==22073== Lock acquired, processing the job...
[2026-09-11 13:20:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 13:20:03] Production.INFO: ==22075== Lock acquired, processing the job...
[2026-09-11 13:20:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 13:20:03] Production.INFO: ==22077== Lock acquired, processing the job...
[2026-09-11 13:20:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 13:20:03] Production.INFO: ==22079== Lock acquired, processing the job...
[2026-09-11 13:20:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 13:20:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 13:20:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 13:20:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 13:20:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 13:20:03] Production.INFO: ==22081== Lock acquired, processing the job...
[2026-09-11 13:20:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 13:20:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 13:20:03] Production.INFO: Account Balance Start.
[2026-09-11 13:20:03] Production.INFO: CreateAllLog Start
[2026-09-11 13:20:03] Production.INFO: 117
[2026-09-11 13:20:03] Production.INFO: Date 2026-09-08
[2026-09-11 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-09-11 13:20:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 13:20:03] Production.INFO: Date 2026-09-09
[2026-09-11 13:20:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:20:03] Production.INFO: ==22081== Releasing lock...
[2026-09-11 13:20:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 13:20:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 13:20:03] Production.INFO: Date 2026-09-10
[2026-09-11 13:20:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:20:03] Production.INFO: Date 2026-09-11
[2026-09-11 13:20:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:20:03] Production.INFO: Total Charge 0
[2026-09-11 13:20:03] Production.INFO: CreateAllLog End
[2026-09-11 13:20:04] Production.INFO: ==22075== Releasing lock...
[2026-09-11 13:20:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 13:20:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 13:20:04] Production.INFO: Account Balance End.
[2026-09-11 13:20:04] Production.ERROR: CronJobId end 12
[2026-09-11 13:20:04] Production.INFO: ==22079== Releasing lock...
[2026-09-11 13:20:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 13:20:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 13:20:12] Production.ERROR: CronJobId end10
[2026-09-11 13:20:12] Production.INFO: ==22077== Releasing lock...
[2026-09-11 13:20:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 13:20:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 13:20:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 13:20:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 13:20:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 13:20:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 13:20:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 13:20:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 13:20:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 13:20:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 13:20:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 13:20:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 13:20:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 13:20:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 13:20:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 13:20:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 13:20:14] Production.INFO: call_cost start
[2026-09-11 13:20:14] Production.INFO: call_cost end
[2026-09-11 13:20:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 13:20:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 13:20:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 13:20:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 13:20:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 13:20:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 13:20:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 13:20:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 13:20:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 13:20:14] Production.INFO: ==22073== Releasing lock...
[2026-09-11 13:20:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 13:20:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 18:21:02] Production.INFO: ==22140== Lock acquired, processing the job...
[2026-09-11 18:21:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 18:21:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 18:21:02] Production.INFO: neon service started
[2026-09-11 18:21:02] Production.INFO: neon service started
[2026-09-11 18:21:02] Production.INFO: ==22140== Releasing lock...
[2026-09-11 18:21:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 18:21:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 13:21:02] Production.INFO: ==22142== Lock acquired, processing the job...
[2026-09-11 13:21:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 13:21:03] Production.INFO: ==22142== Releasing lock...
[2026-09-11 13:21:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 13:21:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 17:21:03] Production.INFO: ==22144== Lock acquired, processing the job...
[2026-09-11 17:21:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 17:21:03] Production.INFO: ==22144== Releasing lock...
[2026-09-11 17:21:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 17:21:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 13:21:03] Production.INFO: ==22153== Lock acquired, processing the job...
[2026-09-11 13:21:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 13:21:04] Production.INFO: Account Balance Start.
[2026-09-11 13:21:04] Production.INFO: CreateAllLog Start
[2026-09-11 13:21:04] Production.INFO: 117
[2026-09-11 13:21:04] Production.INFO: ==22149== Lock acquired, processing the job...
[2026-09-11 13:21:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 13:21:04] Production.INFO: ==22147== Lock acquired, processing the job...
[2026-09-11 13:21:04] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 13:21:04] Production.INFO: Date 2026-09-08
[2026-09-11 13:21:04] Production.INFO: Reseller ==> 0
[2026-09-11 13:21:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 13:21:04] Production.INFO: ==22151== Lock acquired, processing the job...
[2026-09-11 13:21:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 13:21:04] Production.INFO: Date 2026-09-09
[2026-09-11 13:21:04] Production.INFO: Reseller ==> 0
[2026-09-11 13:21:04] Production.INFO: ==22155== Lock acquired, processing the job...
[2026-09-11 13:21:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 13:21:04] Production.INFO: Date 2026-09-10
[2026-09-11 13:21:04] Production.INFO: Reseller ==> 0
[2026-09-11 13:21:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 13:21:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 13:21:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 13:21:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 13:21:04] Production.INFO: Date 2026-09-11
[2026-09-11 13:21:04] Production.INFO: Reseller ==> 0
[2026-09-11 13:21:04] Production.INFO: Total Charge 0
[2026-09-11 13:21:04] Production.INFO: CreateAllLog End
[2026-09-11 13: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-09-11 13:21:04] Production.INFO: Account Balance End.
[2026-09-11 13:21:04] Production.ERROR: CronJobId end 12
[2026-09-11 13:21:04] Production.INFO: ==22153== Releasing lock...
[2026-09-11 13:21:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 13:21:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 13: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-09-11 13: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-09-11 13:21:04] Production.INFO: ==22155== Releasing lock...
[2026-09-11 13:21:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 13:21:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 13:21:04] Production.INFO: ==22149== Releasing lock...
[2026-09-11 13:21:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 13:21:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 13:21:12] Production.ERROR: CronJobId end10
[2026-09-11 13:21:12] Production.INFO: ==22151== Releasing lock...
[2026-09-11 13:21:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 13:21:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 13:21:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 13:21:16] Production.INFO: ============== Balance Warning START===========
[2026-09-11 13:21:16] Production.INFO: ============== Balance Warning END===========
[2026-09-11 13:21:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 13:21:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 13:21:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 13:21:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 13:21:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 13:21:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 13:21:16] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 13:21:16] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 13:21:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 13:21:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 13:21:16] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 13:21:16] Production.INFO: call_cost start
[2026-09-11 13:21:16] Production.INFO: call_cost end
[2026-09-11 13:21:16] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 13:21:16] Production.INFO: ============== Report Schedule START===========
[2026-09-11 13:21:16] Production.INFO: ============== Report Schedule END===========
[2026-09-11 13:21:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 13:21:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 13:21:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 13:21:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 13:21:16] Production.INFO: ============== Deal alert START===========
[2026-09-11 13:21:16] Production.INFO: ============== Deal alert END===========
[2026-09-11 13:21:16] Production.INFO: ==22147== Releasing lock...
[2026-09-11 13:21:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 13:21:16] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 18:22:01] Production.INFO: ==22210== Lock acquired, processing the job...
[2026-09-11 18:22:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 18:22:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 18:22:01] Production.INFO: neon service started
[2026-09-11 18:22:01] Production.INFO: neon service started
[2026-09-11 18:22:01] Production.INFO: ==22210== Releasing lock...
[2026-09-11 18:22:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 18:22:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 17:22:02] Production.INFO: ==22214== Lock acquired, processing the job...
[2026-09-11 17:22:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 17:22:02] Production.INFO: ==22214== Releasing lock...
[2026-09-11 17:22:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 17:22:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 13:22:02] Production.INFO: ==22212== Lock acquired, processing the job...
[2026-09-11 13:22:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 13:22:02] Production.INFO: ==22212== Releasing lock...
[2026-09-11 13:22:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 13:22:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 13:22:03] Production.INFO: ==22217== Lock acquired, processing the job...
[2026-09-11 13:22:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 13:22:03] Production.INFO: ==22219== Lock acquired, processing the job...
[2026-09-11 13:22:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 13:22:03] Production.INFO: ==22221== Lock acquired, processing the job...
[2026-09-11 13:22:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 13:22:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 13:22:03] Production.INFO: ==22223== Lock acquired, processing the job...
[2026-09-11 13:22:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 13:22:03] Production.INFO: ==22225== Lock acquired, processing the job...
[2026-09-11 13:22:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 13:22:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 13:22:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 13:22:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 13:22:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 13:22:03] Production.INFO: Account Balance Start.
[2026-09-11 13:22:03] Production.INFO: CreateAllLog Start
[2026-09-11 13:22:03] Production.INFO: 117
[2026-09-11 13:22:03] Production.INFO: Date 2026-09-08
[2026-09-11 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-09-11 13:22:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 13:22:03] Production.INFO: ==22225== Releasing lock...
[2026-09-11 13:22:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 13:22:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 13:22:03] Production.INFO: Date 2026-09-09
[2026-09-11 13:22:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:22:03] Production.INFO: Date 2026-09-10
[2026-09-11 13:22:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:22:03] Production.INFO: Date 2026-09-11
[2026-09-11 13:22:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:22:03] Production.INFO: Total Charge 0
[2026-09-11 13:22:03] Production.INFO: CreateAllLog End
[2026-09-11 13:22:04] Production.INFO: Account Balance End.
[2026-09-11 13:22:04] Production.ERROR: CronJobId end 12
[2026-09-11 13:22:04] Production.INFO: ==22223== Releasing lock...
[2026-09-11 13:22:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 13:22:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 13:22:04] Production.INFO: ==22219== Releasing lock...
[2026-09-11 13:22:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 13:22:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 13:22:12] Production.ERROR: CronJobId end10
[2026-09-11 13:22:12] Production.INFO: ==22221== Releasing lock...
[2026-09-11 13:22:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 13:22:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 13:22:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 13:22:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 13:22:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 13:22:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 13:22:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 13:22:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 13:22:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 13:22:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 13:22:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 13:22:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 13:22:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 13:22:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 13:22:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 13:22:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 13:22:15] Production.INFO: call_cost start
[2026-09-11 13:22:15] Production.INFO: call_cost end
[2026-09-11 13:22:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 13:22:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 13:22:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 13:22:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 13:22:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 13:22:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 13:22:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 13:22:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 13:22:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 13:22:15] Production.INFO: ==22217== Releasing lock...
[2026-09-11 13:22:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 13:22:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 18:23:02] Production.INFO: ==22282== Lock acquired, processing the job...
[2026-09-11 18:23:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 18:23:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 18:23:02] Production.INFO: neon service started
[2026-09-11 18:23:02] Production.INFO: neon service started
[2026-09-11 18:23:02] Production.INFO: ==22282== Releasing lock...
[2026-09-11 18:23:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 18:23:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 13:23:02] Production.INFO: ==22284== Lock acquired, processing the job...
[2026-09-11 13:23:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 17:23:02] Production.INFO: ==22286== Lock acquired, processing the job...
[2026-09-11 17:23:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 17:23:02] Production.INFO: ==22286== Releasing lock...
[2026-09-11 17:23:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 17:23:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 13:23:03] Production.INFO: ==22284== Releasing lock...
[2026-09-11 13:23:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 13:23:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 13:23:03] Production.INFO: ==22289== Lock acquired, processing the job...
[2026-09-11 13:23:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 13:23:03] Production.INFO: ==22291== Lock acquired, processing the job...
[2026-09-11 13:23:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 13:23:04] Production.INFO: ==22293== Lock acquired, processing the job...
[2026-09-11 13:23:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 13:23:04] Production.INFO: ==22297== Lock acquired, processing the job...
[2026-09-11 13:23:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 13:23:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 13:23:04] Production.INFO: ==22295== Lock acquired, processing the job...
[2026-09-11 13:23:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 13:23:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 13:23:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 13:23:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 13:23:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 13: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-09-11 13: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-09-11 13:23:04] Production.INFO: Account Balance Start.
[2026-09-11 13:23:04] Production.INFO: CreateAllLog Start
[2026-09-11 13:23:04] Production.INFO: 117
[2026-09-11 13:23:04] Production.INFO: Date 2026-09-08
[2026-09-11 13: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-09-11 13:23:04] Production.INFO: ==22297== Releasing lock...
[2026-09-11 13:23:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 13:23:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 13:23:04] Production.INFO: Reseller ==> 0
[2026-09-11 13:23:04] Production.INFO: Date 2026-09-09
[2026-09-11 13:23:04] Production.INFO: Reseller ==> 0
[2026-09-11 13:23:04] Production.INFO: Date 2026-09-10
[2026-09-11 13:23:04] Production.INFO: Reseller ==> 0
[2026-09-11 13:23:04] Production.INFO: Date 2026-09-11
[2026-09-11 13:23:04] Production.INFO: Reseller ==> 0
[2026-09-11 13:23:04] Production.INFO: Total Charge 0
[2026-09-11 13:23:04] Production.INFO: CreateAllLog End
[2026-09-11 13:23:04] Production.INFO: ==22291== Releasing lock...
[2026-09-11 13:23:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 13:23:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 13:23:04] Production.INFO: Account Balance End.
[2026-09-11 13:23:04] Production.ERROR: CronJobId end 12
[2026-09-11 13:23:04] Production.INFO: ==22295== Releasing lock...
[2026-09-11 13:23:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 13:23:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 13:23:11] Production.ERROR: CronJobId end10
[2026-09-11 13:23:11] Production.INFO: ==22293== Releasing lock...
[2026-09-11 13:23:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 13:23:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 13:23:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 13:23:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 13:23:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 13:23:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 13:23:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 13:23:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 13:23:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 13:23:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 13:23:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 13:23:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 13:23:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 13:23:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 13:23:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 13:23:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 13:23:15] Production.INFO: call_cost start
[2026-09-11 13:23:15] Production.INFO: call_cost end
[2026-09-11 13:23:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 13:23:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 13:23:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 13:23:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 13:23:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 13:23:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 13:23:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 13:23:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 13:23:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 13:23:15] Production.INFO: ==22289== Releasing lock...
[2026-09-11 13:23:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 13:23:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 18:24:01] Production.INFO: ==22359== Lock acquired, processing the job...
[2026-09-11 18:24:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 18:24:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 18:24:01] Production.INFO: neon service started
[2026-09-11 18:24:01] Production.INFO: neon service started
[2026-09-11 18:24:01] Production.INFO: ==22359== Releasing lock...
[2026-09-11 18:24:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 18:24:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 13:24:02] Production.INFO: ==22361== Lock acquired, processing the job...
[2026-09-11 13:24:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 13:24:02] Production.INFO: ==22361== Releasing lock...
[2026-09-11 13:24:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 13:24:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 17:24:02] Production.INFO: ==22363== Lock acquired, processing the job...
[2026-09-11 17:24:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 17:24:02] Production.INFO: ==22363== Releasing lock...
[2026-09-11 17:24:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 17:24:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 13:24:02] Production.INFO: ==22365== Lock acquired, processing the job...
[2026-09-11 13:24:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 13:24:02] Production.INFO: ==22369== Lock acquired, processing the job...
[2026-09-11 13:24:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 13:24:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 13:24:02] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 13:24:02] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 13:24:02] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 13:24:02] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 13:24:03] Production.INFO: ==22367== Lock acquired, processing the job...
[2026-09-11 13:24:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 13:24:03] Production.INFO: ==22371== Lock acquired, processing the job...
[2026-09-11 13:24:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 13:24:03] Production.INFO: ==22373== Lock acquired, processing the job...
[2026-09-11 13:24:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 13: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-09-11 13: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-09-11 13:24:03] Production.INFO: Account Balance Start.
[2026-09-11 13:24:03] Production.INFO: CreateAllLog Start
[2026-09-11 13:24:03] Production.INFO: 117
[2026-09-11 13: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-09-11 13:24:03] Production.INFO: ==22373== Releasing lock...
[2026-09-11 13:24:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 13:24:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 13:24:03] Production.INFO: Date 2026-09-08
[2026-09-11 13:24:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:24:03] Production.INFO: Date 2026-09-09
[2026-09-11 13:24:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:24:03] Production.INFO: Date 2026-09-10
[2026-09-11 13:24:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:24:03] Production.INFO: Date 2026-09-11
[2026-09-11 13:24:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:24:03] Production.INFO: Total Charge 0
[2026-09-11 13:24:03] Production.INFO: CreateAllLog End
[2026-09-11 13:24:04] Production.INFO: Account Balance End.
[2026-09-11 13:24:04] Production.ERROR: CronJobId end 12
[2026-09-11 13:24:04] Production.INFO: ==22371== Releasing lock...
[2026-09-11 13:24:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 13:24:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 13:24:04] Production.INFO: ==22367== Releasing lock...
[2026-09-11 13:24:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 13:24:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 13:24:11] Production.ERROR: CronJobId end10
[2026-09-11 13:24:11] Production.INFO: ==22369== Releasing lock...
[2026-09-11 13:24:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 13:24:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 13:24:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 13:24:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 13:24:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 13:24:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 13:24:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 13:24:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 13:24:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 13:24:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 13:24:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 13:24:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 13:24:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 13:24:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 13:24:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 13:24:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 13:24:14] Production.INFO: call_cost start
[2026-09-11 13:24:14] Production.INFO: call_cost end
[2026-09-11 13:24:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 13:24:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 13:24:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 13:24:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 13:24:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 13:24:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 13:24:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 13:24:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 13:24:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 13:24:14] Production.INFO: ==22365== Releasing lock...
[2026-09-11 13:24:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 13:24:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 18:25:02] Production.INFO: ==22433== Lock acquired, processing the job...
[2026-09-11 18:25:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 18:25:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 18:25:02] Production.INFO: neon service started
[2026-09-11 18:25:02] Production.INFO: neon service started
[2026-09-11 18:25:02] Production.INFO: ==22433== Releasing lock...
[2026-09-11 18:25:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 18:25:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 13:25:02] Production.INFO: ==22437== Lock acquired, processing the job...
[2026-09-11 13:25:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 13:25:02] Production.INFO: ==22437== Releasing lock...
[2026-09-11 13:25:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 13:25:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 17:25:02] Production.INFO: ==22439== Lock acquired, processing the job...
[2026-09-11 17:25:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 17:25:02] Production.INFO: ==22439== Releasing lock...
[2026-09-11 17:25:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 17:25:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 13:25:03] Production.INFO: ==22441== Lock acquired, processing the job...
[2026-09-11 13:25:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-11 13:25:03] Production.INFO: ==22443== Lock acquired, processing the job...
[2026-09-11 13:25:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 13:25:03] Production.INFO: ==22445== Lock acquired, processing the job...
[2026-09-11 13:25:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 13:25:03] Production.ERROR: ========================== active cronjob start =============================
[2026-09-11 13:25:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-11 13:25:03] Production.ERROR: CronJob PID - 22443
[2026-09-11 13:25:03] Production.ERROR: CronJob Title - System Alerts
[2026-09-11 13:25:03] Production.ERROR: CronJob ID - 5
[2026-09-11 13:25:03] Production.ERROR: CronJob Last Run Time 2026-09-11 13:25:00
[2026-09-11 13:25:03] Production.ERROR: CronJob Active Minutes 0
[2026-09-11 13:25:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-11 13:25:03] Production.INFO: ==22447== Lock acquired, processing the job...
[2026-09-11 13:25:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 13:25:03] Production.ERROR: ========================== active cronjob end =============================
[2026-09-11 13:25:03] Production.INFO: ==22441== Releasing lock...
[2026-09-11 13:25:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-11 13:25:03] Production.INFO: 25.5 MB #Memory Used#
[2026-09-11 13:25:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 13:25:03] Production.INFO: ==22453== Lock acquired, processing the job...
[2026-09-11 13:25:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 13:25:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 13:25:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 13:25:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 13:25:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 13:25:03] Production.INFO: ==22451== Lock acquired, processing the job...
[2026-09-11 13:25:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-11 13:25:03] Production.INFO: ==22449== Lock acquired, processing the job...
[2026-09-11 13:25:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 13:25:04] Production.ERROR: tblTempUsageDetail_20
[2026-09-11 13: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-09-11 13: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-09-11 13: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-09-11 13:25:04] Production.INFO: ==22453== Releasing lock...
[2026-09-11 13:25:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 13:25:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 13:25:04] Production.INFO: Account Balance Start.
[2026-09-11 13:25:04] Production.INFO: CreateAllLog Start
[2026-09-11 13:25:04] Production.INFO: 117
[2026-09-11 13:25:04] Production.INFO: Date 2026-09-08
[2026-09-11 13:25:04] Production.INFO: Reseller ==> 0
[2026-09-11 13:25:04] Production.ERROR: done
[2026-09-11 13:25:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-11 13:25:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17984662', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) start
[2026-09-11 13:25:04] Production.INFO: Date 2026-09-09
[2026-09-11 13:25:04] Production.INFO: Reseller ==> 0
[2026-09-11 13:25:04] Production.INFO: Date 2026-09-10
[2026-09-11 13:25:04] Production.INFO: Reseller ==> 0
[2026-09-11 13:25:04] Production.INFO: Date 2026-09-11
[2026-09-11 13:25:04] Production.INFO: Reseller ==> 0
[2026-09-11 13:25:04] Production.INFO: Total Charge 0
[2026-09-11 13:25:04] Production.INFO: CreateAllLog End
[2026-09-11 13:25:04] Production.INFO: ==22445== Releasing lock...
[2026-09-11 13:25:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 13:25:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 13:25:04] Production.INFO: Account Balance End.
[2026-09-11 13:25:04] Production.ERROR: CronJobId end 12
[2026-09-11 13:25:04] Production.INFO: ==22449== Releasing lock...
[2026-09-11 13:25:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 13:25:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 13:25:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17984662', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) end
[2026-09-11 13:25:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-11 13:25:10] Production.INFO: ProcessCDR(1,17984662,1,1,2)
[2026-09-11 13:25:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17984662,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 13:25:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17984662,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 13:25:10] Production.ERROR: pbx prc_insertCDR start
[2026-09-11 13:25:10] Production.ERROR: pbx prc_insertCDR end
[2026-09-11 13:25:11] Production.INFO: ==22451== Releasing lock...
[2026-09-11 13:25:11] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-11 13:25:11] Production.INFO: 26 MB #Memory Used#
[2026-09-11 13:25:15] Production.ERROR: CronJobId end10
[2026-09-11 13:25:15] Production.INFO: ==22447== Releasing lock...
[2026-09-11 13:25:15] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 13:25:15] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 13:25:17] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 13:25:17] Production.INFO: ============== Balance Warning START===========
[2026-09-11 13:25:17] Production.INFO: ============== Balance Warning END===========
[2026-09-11 13:25:17] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 13:25:17] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 13:25:17] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 13:25:17] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 13:25:17] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 13:25:17] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 13:25:17] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 13:25:17] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 13:25:17] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 13:25:17] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 13:25:17] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 13:25:17] Production.INFO: call_cost start
[2026-09-11 13:25:17] Production.INFO: call_cost end
[2026-09-11 13:25:17] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 13:25:17] Production.INFO: ============== Report Schedule START===========
[2026-09-11 13:25:17] Production.INFO: ============== Report Schedule END===========
[2026-09-11 13:25:17] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 13:25:17] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 13:25:17] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 13:25:17] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 13:25:17] Production.INFO: ============== Deal alert START===========
[2026-09-11 13:25:17] Production.INFO: ============== Deal alert END===========
[2026-09-11 13:25:17] Production.INFO: ==22443== Releasing lock...
[2026-09-11 13:25:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 13:25:17] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 18:26:01] Production.INFO: ==22509== Lock acquired, processing the job...
[2026-09-11 18:26:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 18:26:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 18:26:01] Production.INFO: neon service started
[2026-09-11 18:26:01] Production.INFO: neon service started
[2026-09-11 18:26:01] Production.INFO: ==22509== Releasing lock...
[2026-09-11 18:26:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 18:26:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 13:26:01] Production.INFO: ==22511== Lock acquired, processing the job...
[2026-09-11 13:26:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 13:26:02] Production.INFO: ==22511== Releasing lock...
[2026-09-11 13:26:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 13:26:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 17:26:02] Production.INFO: ==22513== Lock acquired, processing the job...
[2026-09-11 17:26:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 17:26:02] Production.INFO: ==22513== Releasing lock...
[2026-09-11 17:26:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 17:26:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 13:26:02] Production.INFO: ==22515== Lock acquired, processing the job...
[2026-09-11 13:26:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 13:26:02] Production.INFO: ==22519== Lock acquired, processing the job...
[2026-09-11 13:26:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 13:26:03] Production.INFO: ==22517== Lock acquired, processing the job...
[2026-09-11 13:26:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 13:26:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 13:26:03] Production.INFO: ==22521== Lock acquired, processing the job...
[2026-09-11 13:26:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 13:26:03] Production.INFO: ==22523== Lock acquired, processing the job...
[2026-09-11 13:26:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 13:26:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 13:26:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 13:26:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 13:26:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 13:26:03] Production.INFO: Account Balance Start.
[2026-09-11 13:26:03] Production.INFO: CreateAllLog Start
[2026-09-11 13:26:03] Production.INFO: 117
[2026-09-11 13:26:03] Production.INFO: Date 2026-09-08
[2026-09-11 13:26:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:26:03] Production.INFO: Date 2026-09-09
[2026-09-11 13:26:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:26:03] Production.INFO: Date 2026-09-10
[2026-09-11 13:26:03] Production.INFO: Reseller ==> 0
[2026-09-11 13: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-09-11 13: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-09-11 13: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-09-11 13:26:03] Production.INFO: ==22523== Releasing lock...
[2026-09-11 13:26:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 13:26:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 13:26:03] Production.INFO: Date 2026-09-11
[2026-09-11 13:26:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:26:03] Production.INFO: Total Charge 0
[2026-09-11 13:26:03] Production.INFO: CreateAllLog End
[2026-09-11 13:26:03] Production.INFO: Account Balance End.
[2026-09-11 13:26:03] Production.ERROR: CronJobId end 12
[2026-09-11 13:26:03] Production.INFO: ==22521== Releasing lock...
[2026-09-11 13:26:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 13:26:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 13:26:03] Production.INFO: ==22517== Releasing lock...
[2026-09-11 13:26:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 13:26:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 13:26:10] Production.ERROR: CronJobId end10
[2026-09-11 13:26:10] Production.INFO: ==22519== Releasing lock...
[2026-09-11 13:26:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 13:26:10] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 13:26:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 13:26:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 13:26:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 13:26:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 13:26:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 13:26:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 13:26:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 13:26:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 13:26:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 13:26:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 13:26:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 13:26:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 13:26:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 13:26:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 13:26:14] Production.INFO: call_cost start
[2026-09-11 13:26:14] Production.INFO: call_cost end
[2026-09-11 13:26:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 13:26:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 13:26:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 13:26:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 13:26:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 13:26:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 13:26:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 13:26:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 13:26:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 13:26:14] Production.INFO: ==22515== Releasing lock...
[2026-09-11 13:26:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 13:26:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 18:27:01] Production.INFO: ==22579== Lock acquired, processing the job...
[2026-09-11 18:27:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 18:27:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 18:27:01] Production.INFO: neon service started
[2026-09-11 18:27:01] Production.INFO: neon service started
[2026-09-11 18:27:01] Production.INFO: ==22579== Releasing lock...
[2026-09-11 18:27:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 18:27:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 17:27:02] Production.INFO: ==22583== Lock acquired, processing the job...
[2026-09-11 17:27:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 13:27:02] Production.INFO: ==22581== Lock acquired, processing the job...
[2026-09-11 13:27:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 17:27:02] Production.INFO: ==22583== Releasing lock...
[2026-09-11 17:27:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 17:27:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 13:27:02] Production.INFO: ==22581== Releasing lock...
[2026-09-11 13:27:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 13:27:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 13:27:03] Production.INFO: ==22586== Lock acquired, processing the job...
[2026-09-11 13:27:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 13:27:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 13:27:03] Production.INFO: ==22594== Lock acquired, processing the job...
[2026-09-11 13:27:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 13:27:03] Production.INFO: ==22592== Lock acquired, processing the job...
[2026-09-11 13:27:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 13:27:03] Production.INFO: ==22590== Lock acquired, processing the job...
[2026-09-11 13:27:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 13:27:03] Production.INFO: ==22588== Lock acquired, processing the job...
[2026-09-11 13:27:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 13:27:03] Production.INFO: Account Balance Start.
[2026-09-11 13:27:03] Production.INFO: CreateAllLog Start
[2026-09-11 13:27:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 13:27:03] Production.INFO: 117
[2026-09-11 13:27:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 13:27:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 13:27:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 13:27:03] Production.INFO: Date 2026-09-08
[2026-09-11 13:27:03] Production.INFO: Reseller ==> 0
[2026-09-11 13: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-09-11 13:27:04] Production.INFO: Date 2026-09-09
[2026-09-11 13:27:04] Production.INFO: Reseller ==> 0
[2026-09-11 13: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-09-11 13: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-09-11 13:27:04] Production.INFO: Date 2026-09-10
[2026-09-11 13:27:04] Production.INFO: Reseller ==> 0
[2026-09-11 13:27:04] Production.INFO: ==22594== Releasing lock...
[2026-09-11 13:27:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 13:27:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 13:27:04] Production.INFO: Date 2026-09-11
[2026-09-11 13:27:04] Production.INFO: Reseller ==> 0
[2026-09-11 13:27:04] Production.INFO: Total Charge 0
[2026-09-11 13:27:04] Production.INFO: CreateAllLog End
[2026-09-11 13:27:04] Production.INFO: Account Balance End.
[2026-09-11 13:27:04] Production.ERROR: CronJobId end 12
[2026-09-11 13:27:04] Production.INFO: ==22592== Releasing lock...
[2026-09-11 13:27:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 13:27:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 13:27:04] Production.INFO: ==22588== Releasing lock...
[2026-09-11 13:27:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 13:27:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 13:27:12] Production.ERROR: CronJobId end10
[2026-09-11 13:27:12] Production.INFO: ==22590== Releasing lock...
[2026-09-11 13:27:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 13:27:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 13:27:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 13:27:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 13:27:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 13:27:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 13:27:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 13:27:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 13:27:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 13:27:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 13:27:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 13:27:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 13:27:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 13:27:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 13:27:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 13:27:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 13:27:15] Production.INFO: call_cost start
[2026-09-11 13:27:15] Production.INFO: call_cost end
[2026-09-11 13:27:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 13:27:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 13:27:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 13:27:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 13:27:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 13:27:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 13:27:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 13:27:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 13:27:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 13:27:15] Production.INFO: ==22586== Releasing lock...
[2026-09-11 13:27:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 13:27:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 18:28:01] Production.INFO: ==22654== Lock acquired, processing the job...
[2026-09-11 18:28:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 18:28:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 18:28:01] Production.INFO: neon service started
[2026-09-11 18:28:01] Production.INFO: neon service started
[2026-09-11 18:28:01] Production.INFO: ==22654== Releasing lock...
[2026-09-11 18:28:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 18:28:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 17:28:01] Production.INFO: ==22658== Lock acquired, processing the job...
[2026-09-11 17:28:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 17:28:01] Production.INFO: ==22658== Releasing lock...
[2026-09-11 17:28:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 17:28:01] Production.INFO: 25 MB #Memory Used#
[2026-09-11 13:28:02] Production.INFO: ==22656== Lock acquired, processing the job...
[2026-09-11 13:28:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 13:28:02] Production.INFO: ==22656== Releasing lock...
[2026-09-11 13:28:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 13:28:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 13:28:03] Production.INFO: ==22660== Lock acquired, processing the job...
[2026-09-11 13:28:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 13:28:03] Production.INFO: ==22662== Lock acquired, processing the job...
[2026-09-11 13:28:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 13:28:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 13:28:03] Production.INFO: ==22664== Lock acquired, processing the job...
[2026-09-11 13:28:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 13:28:03] Production.INFO: ==22666== Lock acquired, processing the job...
[2026-09-11 13:28:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 13:28:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 13:28:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 13:28:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 13:28:03] Production.INFO: ==22668== Lock acquired, processing the job...
[2026-09-11 13:28:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 13:28:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 13:28:03] Production.INFO: Account Balance Start.
[2026-09-11 13:28:03] Production.INFO: CreateAllLog Start
[2026-09-11 13:28:03] Production.INFO: 117
[2026-09-11 13:28:03] Production.INFO: Date 2026-09-08
[2026-09-11 13:28:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:28:03] Production.INFO: Date 2026-09-09
[2026-09-11 13:28:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:28:03] Production.INFO: Date 2026-09-10
[2026-09-11 13:28:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 13:28:03] Production.INFO: Date 2026-09-11
[2026-09-11 13:28:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 13:28:03] Production.INFO: ==22668== Releasing lock...
[2026-09-11 13:28:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 13:28:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 13:28:03] Production.INFO: Total Charge 0
[2026-09-11 13:28:03] Production.INFO: CreateAllLog End
[2026-09-11 13:28:04] Production.INFO: Account Balance End.
[2026-09-11 13:28:04] Production.ERROR: CronJobId end 12
[2026-09-11 13:28:04] Production.INFO: ==22666== Releasing lock...
[2026-09-11 13:28:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 13:28:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 13:28:04] Production.INFO: ==22662== Releasing lock...
[2026-09-11 13:28:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 13:28:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 13:28:12] Production.ERROR: CronJobId end10
[2026-09-11 13:28:12] Production.INFO: ==22664== Releasing lock...
[2026-09-11 13:28:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 13:28:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 13:28:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 13:28:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 13:28:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 13:28:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 13:28:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 13:28:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 13:28:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 13:28:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 13:28:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 13:28:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 13:28:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 13:28:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 13:28:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 13:28:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 13:28:14] Production.INFO: call_cost start
[2026-09-11 13:28:14] Production.INFO: call_cost end
[2026-09-11 13:28:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 13:28:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 13:28:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 13:28:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 13:28:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 13:28:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 13:28:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 13:28:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 13:28:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 13:28:14] Production.INFO: ==22660== Releasing lock...
[2026-09-11 13:28:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 13:28:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 18:29:01] Production.INFO: ==22722== Lock acquired, processing the job...
[2026-09-11 18:29:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 18:29:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 18:29:01] Production.INFO: neon service started
[2026-09-11 18:29:01] Production.INFO: neon service started
[2026-09-11 18:29:01] Production.INFO: ==22722== Releasing lock...
[2026-09-11 18:29:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 18:29:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 13:29:02] Production.INFO: ==22725== Lock acquired, processing the job...
[2026-09-11 13:29:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 13:29:02] Production.INFO: ==22725== Releasing lock...
[2026-09-11 13:29:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 13:29:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 17:29:02] Production.INFO: ==22727== Lock acquired, processing the job...
[2026-09-11 17:29:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 17:29:02] Production.INFO: ==22727== Releasing lock...
[2026-09-11 17:29:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 17:29:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 13:29:03] Production.INFO: ==22731== Lock acquired, processing the job...
[2026-09-11 13:29:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 13:29:03] Production.INFO: ==22729== Lock acquired, processing the job...
[2026-09-11 13:29:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 13:29:03] Production.INFO: ==22733== Lock acquired, processing the job...
[2026-09-11 13:29:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 13:29:03] Production.INFO: ==22735== Lock acquired, processing the job...
[2026-09-11 13:29:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 13:29:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 13:29:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 13:29:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 13:29:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 13:29:03] Production.INFO: ==22737== Lock acquired, processing the job...
[2026-09-11 13:29:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 13:29:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 13:29:03] Production.INFO: Account Balance Start.
[2026-09-11 13:29:03] Production.INFO: CreateAllLog Start
[2026-09-11 13:29:03] Production.INFO: 117
[2026-09-11 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-09-11 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-09-11 13:29:03] Production.INFO: Date 2026-09-08
[2026-09-11 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-09-11 13:29:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:29:03] Production.INFO: ==22737== Releasing lock...
[2026-09-11 13:29:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 13:29:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 13:29:03] Production.INFO: Date 2026-09-09
[2026-09-11 13:29:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:29:03] Production.INFO: Date 2026-09-10
[2026-09-11 13:29:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:29:03] Production.INFO: Date 2026-09-11
[2026-09-11 13:29:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:29:03] Production.INFO: Total Charge 0
[2026-09-11 13:29:03] Production.INFO: CreateAllLog End
[2026-09-11 13:29:03] Production.INFO: Account Balance End.
[2026-09-11 13:29:04] Production.ERROR: CronJobId end 12
[2026-09-11 13:29:04] Production.INFO: ==22735== Releasing lock...
[2026-09-11 13:29:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 13:29:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 13:29:04] Production.INFO: ==22731== Releasing lock...
[2026-09-11 13:29:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 13:29:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 13:29:11] Production.ERROR: CronJobId end10
[2026-09-11 13:29:11] Production.INFO: ==22733== Releasing lock...
[2026-09-11 13:29:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 13:29:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 13:29:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 13:29:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 13:29:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 13:29:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 13:29:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 13:29:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 13:29:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 13:29:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 13:29:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 13:29:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 13:29:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 13:29:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 13:29:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 13:29:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 13:29:14] Production.INFO: call_cost start
[2026-09-11 13:29:14] Production.INFO: call_cost end
[2026-09-11 13:29:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 13:29:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 13:29:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 13:29:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 13:29:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 13:29:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 13:29:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 13:29:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 13:29:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 13:29:14] Production.INFO: ==22729== Releasing lock...
[2026-09-11 13:29:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 13:29:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 18:30:02] Production.INFO: ==22798== Lock acquired, processing the job...
[2026-09-11 18:30:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 18:30:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 18:30:02] Production.INFO: neon service started
[2026-09-11 18:30:02] Production.INFO: neon service started
[2026-09-11 18:30:02] Production.INFO: ==22798== Releasing lock...
[2026-09-11 18:30:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 18:30:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 13:30:02] Production.INFO: ==22800== Lock acquired, processing the job...
[2026-09-11 13:30:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 17:30:02] Production.INFO: ==22802== Lock acquired, processing the job...
[2026-09-11 17:30:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 17:30:03] Production.INFO: ==22802== Releasing lock...
[2026-09-11 17:30:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 17:30:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 13:30:03] Production.INFO: ==22800== Releasing lock...
[2026-09-11 13:30:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 13:30:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 13:30:03] Production.INFO: ==22805== Lock acquired, processing the job...
[2026-09-11 13:30:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 13:30:03] Production.INFO: ==22807== Lock acquired, processing the job...
[2026-09-11 13:30:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 13:30:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 13:30:04] Production.INFO: ==22811== Lock acquired, processing the job...
[2026-09-11 13:30:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 13:30:04] Production.INFO: ==22809== Lock acquired, processing the job...
[2026-09-11 13:30:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 13:30:04] Production.INFO: Account Balance Start.
[2026-09-11 13:30:04] Production.INFO: CreateAllLog Start
[2026-09-11 13:30:04] Production.INFO: 117
[2026-09-11 13:30:04] Production.INFO: Date 2026-09-08
[2026-09-11 13:30:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 13:30:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 13:30:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 13:30:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 13:30:04] Production.INFO: Reseller ==> 0
[2026-09-11 13:30:04] Production.INFO: ==22813== Lock acquired, processing the job...
[2026-09-11 13:30:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 13:30:04] Production.INFO: Date 2026-09-09
[2026-09-11 13:30:04] Production.INFO: Reseller ==> 0
[2026-09-11 13:30:04] Production.INFO: Date 2026-09-10
[2026-09-11 13:30:04] Production.INFO: Reseller ==> 0
[2026-09-11 13:30:04] Production.INFO: Date 2026-09-11
[2026-09-11 13:30:04] Production.INFO: Reseller ==> 0
[2026-09-11 13: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-09-11 13: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-09-11 13:30:04] Production.INFO: Total Charge 0
[2026-09-11 13: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-09-11 13:30:04] Production.INFO: ==22813== Releasing lock...
[2026-09-11 13:30:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 13:30:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 13:30:04] Production.INFO: CreateAllLog End
[2026-09-11 13:30:04] Production.INFO: Account Balance End.
[2026-09-11 13:30:04] Production.ERROR: CronJobId end 12
[2026-09-11 13:30:04] Production.INFO: ==22811== Releasing lock...
[2026-09-11 13:30:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 13:30:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 13:30:04] Production.INFO: ==22807== Releasing lock...
[2026-09-11 13:30:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 13:30:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 13:30:13] Production.ERROR: CronJobId end10
[2026-09-11 13:30:13] Production.INFO: ==22809== Releasing lock...
[2026-09-11 13:30:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 13:30:13] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 13:30:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 13:30:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 13:30:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 13:30:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 13:30:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 13:30:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 13:30:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 13:30:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 13:30:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 13:30:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 13:30:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 13:30:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 13:30:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 13:30:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 13:30:15] Production.INFO: call_cost start
[2026-09-11 13:30:15] Production.INFO: call_cost end
[2026-09-11 13:30:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 13:30:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 13:30:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 13:30:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 13:30:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 13:30:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 13:30:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 13:30:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 13:30:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 13:30:15] Production.INFO: ==22805== Releasing lock...
[2026-09-11 13:30:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 13:30:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 18:31:01] Production.INFO: ==22872== Lock acquired, processing the job...
[2026-09-11 18:31:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 18:31:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 18:31:01] Production.INFO: neon service started
[2026-09-11 18:31:01] Production.INFO: neon service started
[2026-09-11 18:31:01] Production.INFO: ==22872== Releasing lock...
[2026-09-11 18:31:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 18:31:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 13:31:02] Production.INFO: ==22874== Lock acquired, processing the job...
[2026-09-11 13:31:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 13:31:02] Production.INFO: ==22874== Releasing lock...
[2026-09-11 13:31:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 13:31:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 17:31:02] Production.INFO: ==22876== Lock acquired, processing the job...
[2026-09-11 17:31:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 17:31:02] Production.INFO: ==22876== Releasing lock...
[2026-09-11 17:31:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 17:31:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 13:31:03] Production.INFO: ==22878== Lock acquired, processing the job...
[2026-09-11 13:31:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 13:31:03] Production.INFO: ==22880== Lock acquired, processing the job...
[2026-09-11 13:31:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 13:31:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 13:31:03] Production.INFO: ==22884== Lock acquired, processing the job...
[2026-09-11 13:31:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 13:31:03] Production.INFO: Account Balance Start.
[2026-09-11 13:31:03] Production.INFO: CreateAllLog Start
[2026-09-11 13:31:03] Production.INFO: 117
[2026-09-11 13:31:03] Production.INFO: Date 2026-09-08
[2026-09-11 13:31:03] Production.INFO: ==22882== Lock acquired, processing the job...
[2026-09-11 13:31:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 13:31:03] Production.INFO: ==22886== Lock acquired, processing the job...
[2026-09-11 13:31:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 13:31:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:31:03] Production.INFO: Date 2026-09-09
[2026-09-11 13:31:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:31:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 13:31:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 13:31:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 13:31:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 13:31:03] Production.INFO: Date 2026-09-10
[2026-09-11 13:31:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 13:31:03] Production.INFO: Date 2026-09-11
[2026-09-11 13:31:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 13:31:03] Production.INFO: ==22886== Releasing lock...
[2026-09-11 13:31:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 13:31:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 13:31:03] Production.INFO: Total Charge 0
[2026-09-11 13:31:03] Production.INFO: CreateAllLog End
[2026-09-11 13:31:03] Production.INFO: Account Balance End.
[2026-09-11 13:31:03] Production.ERROR: CronJobId end 12
[2026-09-11 13:31:03] Production.INFO: ==22884== Releasing lock...
[2026-09-11 13:31:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 13:31:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 13:31:03] Production.INFO: ==22880== Releasing lock...
[2026-09-11 13:31:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 13:31:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 13:31:11] Production.ERROR: CronJobId end10
[2026-09-11 13:31:11] Production.INFO: ==22882== Releasing lock...
[2026-09-11 13:31:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 13:31:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 13:31:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 13:31:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 13:31:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 13:31:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 13:31:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 13:31:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 13:31:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 13:31:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 13:31:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 13:31:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 13:31:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 13:31:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 13:31:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 13:31:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 13:31:15] Production.INFO: call_cost start
[2026-09-11 13:31:15] Production.INFO: call_cost end
[2026-09-11 13:31:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 13:31:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 13:31:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 13:31:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 13:31:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 13:31:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 13:31:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 13:31:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 13:31:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 13:31:15] Production.INFO: ==22878== Releasing lock...
[2026-09-11 13:31:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 13:31:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 18:32:02] Production.INFO: ==22948== Lock acquired, processing the job...
[2026-09-11 18:32:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 18:32:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 18:32:02] Production.INFO: neon service started
[2026-09-11 18:32:02] Production.INFO: neon service started
[2026-09-11 18:32:02] Production.INFO: ==22948== Releasing lock...
[2026-09-11 18:32:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 18:32:02] Production.INFO: 25.5 MB #Memory Used#
[2026-09-11 13:32:02] Production.INFO: ==22950== Lock acquired, processing the job...
[2026-09-11 13:32:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 13:32:02] Production.INFO: ==22950== Releasing lock...
[2026-09-11 13:32:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 13:32:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 17:32:02] Production.INFO: ==22952== Lock acquired, processing the job...
[2026-09-11 17:32:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 17:32:03] Production.INFO: ==22952== Releasing lock...
[2026-09-11 17:32:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 17:32:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 13:32:03] Production.INFO: ==22954== Lock acquired, processing the job...
[2026-09-11 13:32:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 13:32:03] Production.INFO: ==22956== Lock acquired, processing the job...
[2026-09-11 13:32:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 13:32:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 13:32:03] Production.INFO: ==22960== Lock acquired, processing the job...
[2026-09-11 13:32:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 13:32:03] Production.INFO: ==22958== Lock acquired, processing the job...
[2026-09-11 13:32:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 13:32:03] Production.INFO: ==22962== Lock acquired, processing the job...
[2026-09-11 13:32:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 13:32:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 13:32:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 13:32:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 13:32:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 13:32:03] Production.INFO: Account Balance Start.
[2026-09-11 13:32:03] Production.INFO: CreateAllLog Start
[2026-09-11 13:32:03] Production.INFO: 117
[2026-09-11 13:32:03] Production.INFO: Date 2026-09-08
[2026-09-11 13:32:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:32:03] Production.INFO: Date 2026-09-09
[2026-09-11 13:32:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:32:04] Production.INFO: Date 2026-09-10
[2026-09-11 13:32:04] Production.INFO: Reseller ==> 0
[2026-09-11 13: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-09-11 13: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-09-11 13: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-09-11 13:32:04] Production.INFO: ==22962== Releasing lock...
[2026-09-11 13:32:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 13:32:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 13:32:04] Production.INFO: Date 2026-09-11
[2026-09-11 13:32:04] Production.INFO: Reseller ==> 0
[2026-09-11 13:32:04] Production.INFO: Total Charge 0
[2026-09-11 13:32:04] Production.INFO: CreateAllLog End
[2026-09-11 13:32:04] Production.INFO: Account Balance End.
[2026-09-11 13:32:04] Production.ERROR: CronJobId end 12
[2026-09-11 13:32:04] Production.INFO: ==22960== Releasing lock...
[2026-09-11 13:32:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 13:32:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 13:32:04] Production.INFO: ==22956== Releasing lock...
[2026-09-11 13:32:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 13:32:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 13:32:12] Production.ERROR: CronJobId end10
[2026-09-11 13:32:12] Production.INFO: ==22958== Releasing lock...
[2026-09-11 13:32:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 13:32:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 13:32:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 13:32:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 13:32:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 13:32:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 13:32:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 13:32:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 13:32:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 13:32:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 13:32:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 13:32:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 13:32:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 13:32:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 13:32:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 13:32:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 13:32:14] Production.INFO: call_cost start
[2026-09-11 13:32:14] Production.INFO: call_cost end
[2026-09-11 13:32:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 13:32:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 13:32:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 13:32:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 13:32:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 13:32:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 13:32:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 13:32:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 13:32:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 13:32:14] Production.INFO: ==22954== Releasing lock...
[2026-09-11 13:32:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 13:32:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 18:33:01] Production.INFO: ==23021== Lock acquired, processing the job...
[2026-09-11 18:33:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 18:33:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 18:33:01] Production.INFO: neon service started
[2026-09-11 18:33:01] Production.INFO: neon service started
[2026-09-11 18:33:01] Production.INFO: ==23021== Releasing lock...
[2026-09-11 18:33:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 18:33:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 13:33:01] Production.INFO: ==23023== Lock acquired, processing the job...
[2026-09-11 13:33:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 13:33:02] Production.INFO: ==23023== Releasing lock...
[2026-09-11 13:33:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 13:33:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 17:33:02] Production.INFO: ==23025== Lock acquired, processing the job...
[2026-09-11 17:33:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 17:33:02] Production.INFO: ==23025== Releasing lock...
[2026-09-11 17:33:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 17:33:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 13:33:02] Production.INFO: ==23034== Lock acquired, processing the job...
[2026-09-11 13:33:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 13:33:03] Production.INFO: Account Balance Start.
[2026-09-11 13:33:03] Production.INFO: CreateAllLog Start
[2026-09-11 13:33:03] Production.INFO: 117
[2026-09-11 13:33:03] Production.INFO: Date 2026-09-08
[2026-09-11 13:33:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:33:03] Production.INFO: Date 2026-09-09
[2026-09-11 13:33:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:33:03] Production.INFO: Date 2026-09-10
[2026-09-11 13:33:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:33:03] Production.INFO: ==23028== Lock acquired, processing the job...
[2026-09-11 13:33:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 13:33:03] Production.INFO: Date 2026-09-11
[2026-09-11 13:33:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:33:03] Production.INFO: Total Charge 0
[2026-09-11 13:33:03] Production.INFO: CreateAllLog End
[2026-09-11 13:33:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 13:33:03] Production.INFO: ==23030== Lock acquired, processing the job...
[2026-09-11 13:33:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 13:33:03] Production.INFO: ==23032== Lock acquired, processing the job...
[2026-09-11 13:33:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 13:33:03] Production.INFO: ==23036== Lock acquired, processing the job...
[2026-09-11 13:33:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 13:33:03] Production.INFO: Account Balance End.
[2026-09-11 13:33:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 13:33:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 13:33:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 13:33:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 13:33:03] Production.ERROR: CronJobId end 12
[2026-09-11 13:33:03] Production.INFO: ==23034== Releasing lock...
[2026-09-11 13:33:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 13:33:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 13: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-09-11 13: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-09-11 13: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-09-11 13:33:03] Production.INFO: ==23036== Releasing lock...
[2026-09-11 13:33:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 13:33:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 13:33:03] Production.INFO: ==23030== Releasing lock...
[2026-09-11 13:33:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 13:33:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 13:33:11] Production.ERROR: CronJobId end10
[2026-09-11 13:33:11] Production.INFO: ==23032== Releasing lock...
[2026-09-11 13:33:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 13:33:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 13:33:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 13:33:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 13:33:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 13:33:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 13:33:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 13:33:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 13:33:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 13:33:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 13:33:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 13:33:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 13:33:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 13:33:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 13:33:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 13:33:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 13:33:14] Production.INFO: call_cost start
[2026-09-11 13:33:14] Production.INFO: call_cost end
[2026-09-11 13:33:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 13:33:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 13:33:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 13:33:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 13:33:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 13:33:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 13:33:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 13:33:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 13:33:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 13:33:14] Production.INFO: ==23028== Releasing lock...
[2026-09-11 13:33:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 13:33:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 18:34:02] Production.INFO: ==23096== Lock acquired, processing the job...
[2026-09-11 18:34:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 18:34:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 18:34:02] Production.INFO: neon service started
[2026-09-11 18:34:02] Production.INFO: neon service started
[2026-09-11 18:34:02] Production.INFO: ==23096== Releasing lock...
[2026-09-11 18:34:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 18:34:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 13:34:02] Production.INFO: ==23098== Lock acquired, processing the job...
[2026-09-11 13:34:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 13:34:02] Production.INFO: ==23098== Releasing lock...
[2026-09-11 13:34:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 13:34:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 17:34:02] Production.INFO: ==23100== Lock acquired, processing the job...
[2026-09-11 17:34:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 17:34:02] Production.INFO: ==23100== Releasing lock...
[2026-09-11 17:34:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 17:34:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 13:34:03] Production.INFO: ==23104== Lock acquired, processing the job...
[2026-09-11 13:34:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 13:34:03] Production.INFO: ==23102== Lock acquired, processing the job...
[2026-09-11 13:34:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 13:34:03] Production.INFO: ==23106== Lock acquired, processing the job...
[2026-09-11 13:34:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 13:34:03] Production.INFO: ==23108== Lock acquired, processing the job...
[2026-09-11 13:34:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 13:34:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 13:34:03] Production.INFO: ==23110== Lock acquired, processing the job...
[2026-09-11 13:34:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 13:34:03] Production.INFO: Account Balance Start.
[2026-09-11 13:34:03] Production.INFO: CreateAllLog Start
[2026-09-11 13:34:03] Production.INFO: 117
[2026-09-11 13:34:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 13:34:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 13:34:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 13:34:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 13:34:03] Production.INFO: Date 2026-09-08
[2026-09-11 13:34:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:34:03] Production.INFO: Date 2026-09-09
[2026-09-11 13:34:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:34:03] Production.INFO: Date 2026-09-10
[2026-09-11 13:34:03] Production.INFO: Reseller ==> 0
[2026-09-11 13: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-09-11 13: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-09-11 13:34:03] Production.INFO: Date 2026-09-11
[2026-09-11 13:34:03] Production.INFO: Reseller ==> 0
[2026-09-11 13: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-09-11 13:34:03] Production.INFO: ==23110== Releasing lock...
[2026-09-11 13:34:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 13:34:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 13:34:03] Production.INFO: Total Charge 0
[2026-09-11 13:34:03] Production.INFO: CreateAllLog End
[2026-09-11 13:34:04] Production.INFO: Account Balance End.
[2026-09-11 13:34:04] Production.ERROR: CronJobId end 12
[2026-09-11 13:34:04] Production.INFO: ==23108== Releasing lock...
[2026-09-11 13:34:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 13:34:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 13:34:04] Production.INFO: ==23104== Releasing lock...
[2026-09-11 13:34:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 13:34:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 13:34:11] Production.ERROR: CronJobId end10
[2026-09-11 13:34:11] Production.INFO: ==23106== Releasing lock...
[2026-09-11 13:34:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 13:34:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 13:34:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 13:34:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 13:34:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 13:34:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 13:34:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 13:34:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 13:34:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 13:34:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 13:34:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 13:34:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 13:34:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 13:34:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 13:34:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 13:34:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 13:34:14] Production.INFO: call_cost start
[2026-09-11 13:34:14] Production.INFO: call_cost end
[2026-09-11 13:34:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 13:34:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 13:34:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 13:34:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 13:34:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 13:34:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 13:34:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 13:34:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 13:34:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 13:34:14] Production.INFO: ==23102== Releasing lock...
[2026-09-11 13:34:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 13:34:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 18:35:01] Production.INFO: ==23168== Lock acquired, processing the job...
[2026-09-11 18:35:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 18:35:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 18:35:01] Production.INFO: neon service started
[2026-09-11 18:35:01] Production.INFO: neon service started
[2026-09-11 18:35:01] Production.INFO: ==23168== Releasing lock...
[2026-09-11 18:35:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 18:35:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 13:35:01] Production.INFO: ==23170== Lock acquired, processing the job...
[2026-09-11 13:35:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 13:35:02] Production.INFO: ==23170== Releasing lock...
[2026-09-11 13:35:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 13:35:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 17:35:02] Production.INFO: ==23172== Lock acquired, processing the job...
[2026-09-11 17:35:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 17:35:02] Production.INFO: ==23172== Releasing lock...
[2026-09-11 17:35:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 17:35:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 13:35:03] Production.INFO: ==23174== Lock acquired, processing the job...
[2026-09-11 13:35:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-11 13:35:03] Production.INFO: ==23187== Lock acquired, processing the job...
[2026-09-11 13:35:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 13:35:03] Production.ERROR: ========================== active cronjob start =============================
[2026-09-11 13:35:03] Production.ERROR: ========================== active cronjob end =============================
[2026-09-11 13:35:03] Production.INFO: ==23174== Releasing lock...
[2026-09-11 13:35:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-11 13:35:03] Production.INFO: 25.5 MB #Memory Used#
[2026-09-11 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-09-11 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-09-11 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-09-11 13:35:03] Production.INFO: ==23187== Releasing lock...
[2026-09-11 13:35:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 13:35:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 13:35:03] Production.INFO: ==23176== Lock acquired, processing the job...
[2026-09-11 13:35:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 13:35:03] Production.INFO: ==23185== Lock acquired, processing the job...
[2026-09-11 13:35:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-11 13:35:03] Production.INFO: ==23178== Lock acquired, processing the job...
[2026-09-11 13:35:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 13:35:03] Production.ERROR: tblTempUsageDetail_20
[2026-09-11 13:35:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 13:35:03] Production.INFO: ==23180== Lock acquired, processing the job...
[2026-09-11 13:35:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 13:35:03] Production.INFO: ==23183== Lock acquired, processing the job...
[2026-09-11 13:35:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 13:35:03] Production.INFO: Account Balance Start.
[2026-09-11 13:35:03] Production.INFO: CreateAllLog Start
[2026-09-11 13:35:03] Production.INFO: 117
[2026-09-11 13:35:03] Production.INFO: Date 2026-09-08
[2026-09-11 13:35:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:35:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 13:35:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 13:35:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 13:35:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 13:35:03] Production.INFO: Date 2026-09-09
[2026-09-11 13:35:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:35:03] Production.INFO: Date 2026-09-10
[2026-09-11 13:35:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:35:03] Production.INFO: Date 2026-09-11
[2026-09-11 13:35:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:35:03] Production.INFO: Total Charge 0
[2026-09-11 13:35:03] Production.ERROR: done
[2026-09-11 13:35:04] Production.INFO: CreateAllLog End
[2026-09-11 13:35:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-11 13:35:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17984703', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) start
[2026-09-11 13:35:04] Production.INFO: Account Balance End.
[2026-09-11 13:35:04] Production.ERROR: CronJobId end 12
[2026-09-11 13:35:04] Production.INFO: ==23183== Releasing lock...
[2026-09-11 13:35:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 13:35:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 13:35:04] Production.INFO: ==23178== Releasing lock...
[2026-09-11 13:35:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 13:35:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 13:35:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17984703', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) end
[2026-09-11 13:35:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-11 13:35:10] Production.INFO: ProcessCDR(1,17984703,1,1,2)
[2026-09-11 13:35:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17984703,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 13:35:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17984703,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 13:35:10] Production.ERROR: pbx prc_insertCDR start
[2026-09-11 13:35:10] Production.ERROR: pbx prc_insertCDR end
[2026-09-11 13:35:10] Production.INFO: ==23185== Releasing lock...
[2026-09-11 13:35:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-11 13:35:10] Production.INFO: 26 MB #Memory Used#
[2026-09-11 13:35:14] Production.ERROR: CronJobId end10
[2026-09-11 13:35:14] Production.INFO: ==23180== Releasing lock...
[2026-09-11 13:35:14] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 13:35:14] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 13:35:17] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 13:35:17] Production.INFO: ============== Balance Warning START===========
[2026-09-11 13:35:17] Production.INFO: ============== Balance Warning END===========
[2026-09-11 13:35:17] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 13:35:17] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 13:35:17] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 13:35:17] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 13:35:17] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 13:35:17] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 13:35:17] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 13:35:17] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 13:35:17] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 13:35:17] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 13:35:17] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 13:35:17] Production.INFO: call_cost start
[2026-09-11 13:35:17] Production.INFO: call_cost end
[2026-09-11 13:35:17] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 13:35:17] Production.INFO: ============== Report Schedule START===========
[2026-09-11 13:35:17] Production.INFO: ============== Report Schedule END===========
[2026-09-11 13:35:17] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 13:35:17] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 13:35:17] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 13:35:17] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 13:35:17] Production.INFO: ============== Deal alert START===========
[2026-09-11 13:35:17] Production.INFO: ============== Deal alert END===========
[2026-09-11 13:35:17] Production.INFO: ==23176== Releasing lock...
[2026-09-11 13:35:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 13:35:17] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 18:36:01] Production.INFO: ==23245== Lock acquired, processing the job...
[2026-09-11 18:36:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 18:36:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 18:36:01] Production.INFO: neon service started
[2026-09-11 18:36:01] Production.INFO: neon service started
[2026-09-11 18:36:01] Production.INFO: ==23245== Releasing lock...
[2026-09-11 18:36:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 18:36:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 17:36:02] Production.INFO: ==23249== Lock acquired, processing the job...
[2026-09-11 17:36:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 17:36:02] Production.INFO: ==23249== Releasing lock...
[2026-09-11 17:36:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 17:36:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 13:36:02] Production.INFO: ==23247== Lock acquired, processing the job...
[2026-09-11 13:36:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 13:36:02] Production.INFO: ==23247== Releasing lock...
[2026-09-11 13:36:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 13:36:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 13:36:03] Production.INFO: ==23251== Lock acquired, processing the job...
[2026-09-11 13:36:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 13:36:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 13:36:03] Production.INFO: ==23253== Lock acquired, processing the job...
[2026-09-11 13:36:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 13:36:03] Production.INFO: ==23255== Lock acquired, processing the job...
[2026-09-11 13:36:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 13:36:03] Production.INFO: ==23259== Lock acquired, processing the job...
[2026-09-11 13:36:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 13:36:03] Production.INFO: ==23257== Lock acquired, processing the job...
[2026-09-11 13:36:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 13:36:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 13:36:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 13:36:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 13:36:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 13: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-09-11 13:36:03] Production.INFO: Account Balance Start.
[2026-09-11 13:36:03] Production.INFO: CreateAllLog Start
[2026-09-11 13:36:03] Production.INFO: 117
[2026-09-11 13: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-09-11 13:36:03] Production.INFO: Date 2026-09-08
[2026-09-11 13: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-09-11 13:36:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:36:03] Production.INFO: ==23259== Releasing lock...
[2026-09-11 13:36:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 13:36:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 13:36:03] Production.INFO: Date 2026-09-09
[2026-09-11 13:36:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:36:03] Production.INFO: Date 2026-09-10
[2026-09-11 13:36:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:36:03] Production.INFO: Date 2026-09-11
[2026-09-11 13:36:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:36:04] Production.INFO: Total Charge 0
[2026-09-11 13:36:04] Production.INFO: CreateAllLog End
[2026-09-11 13:36:04] Production.INFO: ==23253== Releasing lock...
[2026-09-11 13:36:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 13:36:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 13:36:04] Production.INFO: Account Balance End.
[2026-09-11 13:36:04] Production.ERROR: CronJobId end 12
[2026-09-11 13:36:04] Production.INFO: ==23257== Releasing lock...
[2026-09-11 13:36:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 13:36:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 13:36:11] Production.ERROR: CronJobId end10
[2026-09-11 13:36:11] Production.INFO: ==23255== Releasing lock...
[2026-09-11 13:36:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 13:36:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 13:36:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 13:36:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 13:36:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 13:36:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 13:36:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 13:36:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 13:36:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 13:36:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 13:36:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 13:36:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 13:36:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 13:36:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 13:36:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 13:36:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 13:36:14] Production.INFO: call_cost start
[2026-09-11 13:36:14] Production.INFO: call_cost end
[2026-09-11 13:36:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 13:36:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 13:36:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 13:36:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 13:36:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 13:36:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 13:36:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 13:36:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 13:36:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 13:36:14] Production.INFO: ==23251== Releasing lock...
[2026-09-11 13:36:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 13:36:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 18:37:02] Production.INFO: ==23318== Lock acquired, processing the job...
[2026-09-11 18:37:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 18:37:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 18:37:02] Production.INFO: neon service started
[2026-09-11 18:37:02] Production.INFO: neon service started
[2026-09-11 18:37:02] Production.INFO: ==23318== Releasing lock...
[2026-09-11 18:37:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 18:37:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 13:37:02] Production.INFO: ==23320== Lock acquired, processing the job...
[2026-09-11 13:37:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 13:37:02] Production.INFO: ==23320== Releasing lock...
[2026-09-11 13:37:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 13:37:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 17:37:03] Production.INFO: ==23322== Lock acquired, processing the job...
[2026-09-11 17:37:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 17:37:03] Production.INFO: ==23322== Releasing lock...
[2026-09-11 17:37:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 17:37:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 13:37:03] Production.INFO: ==23332== Lock acquired, processing the job...
[2026-09-11 13:37:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 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-09-11 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-09-11 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-09-11 13:37:03] Production.INFO: ==23332== Releasing lock...
[2026-09-11 13:37:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 13:37:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 13:37:03] Production.INFO: ==23326== Lock acquired, processing the job...
[2026-09-11 13:37:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 13:37:03] Production.INFO: ==23324== Lock acquired, processing the job...
[2026-09-11 13:37:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 13:37:03] Production.INFO: ==23328== Lock acquired, processing the job...
[2026-09-11 13:37:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 13:37:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 13:37:04] Production.INFO: ==23330== Lock acquired, processing the job...
[2026-09-11 13:37:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 13:37:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 13:37:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 13:37:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 13:37:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 13:37:04] Production.INFO: Account Balance Start.
[2026-09-11 13:37:04] Production.INFO: CreateAllLog Start
[2026-09-11 13:37:04] Production.INFO: 117
[2026-09-11 13:37:04] Production.INFO: Date 2026-09-08
[2026-09-11 13:37:04] Production.INFO: Reseller ==> 0
[2026-09-11 13:37:04] Production.INFO: Date 2026-09-09
[2026-09-11 13:37:04] Production.INFO: Reseller ==> 0
[2026-09-11 13:37:04] Production.INFO: Date 2026-09-10
[2026-09-11 13:37:04] Production.INFO: Reseller ==> 0
[2026-09-11 13:37:04] Production.INFO: Date 2026-09-11
[2026-09-11 13:37:04] Production.INFO: Reseller ==> 0
[2026-09-11 13:37:04] Production.INFO: Total Charge 0
[2026-09-11 13:37:04] Production.INFO: CreateAllLog End
[2026-09-11 13:37:04] Production.INFO: Account Balance End.
[2026-09-11 13:37:04] Production.INFO: ==23326== Releasing lock...
[2026-09-11 13:37:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 13:37:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 13:37:04] Production.ERROR: CronJobId end 12
[2026-09-11 13:37:04] Production.INFO: ==23330== Releasing lock...
[2026-09-11 13:37:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 13:37:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 13:37:11] Production.ERROR: CronJobId end10
[2026-09-11 13:37:11] Production.INFO: ==23328== Releasing lock...
[2026-09-11 13:37:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 13:37:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 13:37:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 13:37:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 13:37:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 13:37:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 13:37:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 13:37:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 13:37:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 13:37:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 13:37:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 13:37:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 13:37:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 13:37:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 13:37:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 13:37:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 13:37:14] Production.INFO: call_cost start
[2026-09-11 13:37:14] Production.INFO: call_cost end
[2026-09-11 13:37:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 13:37:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 13:37:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 13:37:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 13:37:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 13:37:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 13:37:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 13:37:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 13:37:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 13:37:14] Production.INFO: ==23324== Releasing lock...
[2026-09-11 13:37:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 13:37:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 18:38:01] Production.INFO: ==23394== Lock acquired, processing the job...
[2026-09-11 18:38:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 18:38:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 18:38:01] Production.INFO: neon service started
[2026-09-11 18:38:01] Production.INFO: neon service started
[2026-09-11 18:38:01] Production.INFO: ==23394== Releasing lock...
[2026-09-11 18:38:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 18:38:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 17:38:02] Production.INFO: ==23398== Lock acquired, processing the job...
[2026-09-11 17:38:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 17:38:02] Production.INFO: ==23398== Releasing lock...
[2026-09-11 17:38:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 17:38:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 13:38:02] Production.INFO: ==23396== Lock acquired, processing the job...
[2026-09-11 13:38:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 13:38:02] Production.INFO: ==23396== Releasing lock...
[2026-09-11 13:38:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 13:38:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 13:38:03] Production.INFO: ==23401== Lock acquired, processing the job...
[2026-09-11 13:38:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 13:38:03] Production.INFO: ==23403== Lock acquired, processing the job...
[2026-09-11 13:38:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 13:38:03] Production.INFO: ==23405== Lock acquired, processing the job...
[2026-09-11 13:38:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 13:38:03] Production.INFO: ==23407== Lock acquired, processing the job...
[2026-09-11 13:38:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 13:38:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 13:38:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 13:38:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 13:38:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 13:38:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 13:38:03] Production.INFO: ==23409== Lock acquired, processing the job...
[2026-09-11 13:38:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 13:38:03] Production.INFO: Account Balance Start.
[2026-09-11 13:38:03] Production.INFO: CreateAllLog Start
[2026-09-11 13:38:03] Production.INFO: 117
[2026-09-11 13:38:03] Production.INFO: Date 2026-09-08
[2026-09-11 13:38:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:38:03] Production.INFO: Date 2026-09-09
[2026-09-11 13:38:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:38:03] Production.INFO: Date 2026-09-10
[2026-09-11 13:38:03] Production.INFO: Reseller ==> 0
[2026-09-11 13: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-09-11 13: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-09-11 13: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-09-11 13:38:03] Production.INFO: ==23409== Releasing lock...
[2026-09-11 13:38:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 13:38:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 13:38:03] Production.INFO: Date 2026-09-11
[2026-09-11 13:38:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:38:03] Production.INFO: Total Charge 0
[2026-09-11 13:38:03] Production.INFO: CreateAllLog End
[2026-09-11 13:38:03] Production.INFO: Account Balance End.
[2026-09-11 13:38:04] Production.ERROR: CronJobId end 12
[2026-09-11 13:38:04] Production.INFO: ==23407== Releasing lock...
[2026-09-11 13:38:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 13:38:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 13:38:04] Production.INFO: ==23403== Releasing lock...
[2026-09-11 13:38:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 13:38:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 13:38:12] Production.ERROR: CronJobId end10
[2026-09-11 13:38:12] Production.INFO: ==23405== Releasing lock...
[2026-09-11 13:38:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 13:38:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 13:38:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 13:38:15] Production.INFO: ============== Balance Warning START===========
[2026-09-11 13:38:15] Production.INFO: ============== Balance Warning END===========
[2026-09-11 13:38:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 13:38:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 13:38:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 13:38:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 13:38:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 13:38:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 13:38:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 13:38:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 13:38:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 13:38:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 13:38:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 13:38:15] Production.INFO: call_cost start
[2026-09-11 13:38:15] Production.INFO: call_cost end
[2026-09-11 13:38:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 13:38:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 13:38:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 13:38:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 13:38:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 13:38:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 13:38:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 13:38:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 13:38:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 13:38:15] Production.INFO: ==23401== Releasing lock...
[2026-09-11 13:38:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 13:38:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 18:39:02] Production.INFO: ==23466== Lock acquired, processing the job...
[2026-09-11 18:39:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 18:39:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 18:39:02] Production.INFO: neon service started
[2026-09-11 18:39:02] Production.INFO: neon service started
[2026-09-11 18:39:02] Production.INFO: ==23466== Releasing lock...
[2026-09-11 18:39:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 18:39:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 17:39:02] Production.INFO: ==23470== Lock acquired, processing the job...
[2026-09-11 17:39:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 17:39:02] Production.INFO: ==23470== Releasing lock...
[2026-09-11 17:39:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 17:39:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 13:39:02] Production.INFO: ==23468== Lock acquired, processing the job...
[2026-09-11 13:39:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 13:39:02] Production.INFO: ==23468== Releasing lock...
[2026-09-11 13:39:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 13:39:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 13:39:03] Production.INFO: ==23477== Lock acquired, processing the job...
[2026-09-11 13:39:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 13:39:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 13:39:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 13:39:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 13:39:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 13:39:04] Production.INFO: ==23473== Lock acquired, processing the job...
[2026-09-11 13:39:04] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 13:39:04] Production.INFO: ==23475== Lock acquired, processing the job...
[2026-09-11 13:39:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 13:39:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 13:39:04] Production.INFO: ==23479== Lock acquired, processing the job...
[2026-09-11 13:39:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 13:39:04] Production.INFO: ==23481== Lock acquired, processing the job...
[2026-09-11 13:39:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 13:39:04] Production.INFO: Account Balance Start.
[2026-09-11 13:39:04] Production.INFO: CreateAllLog Start
[2026-09-11 13:39:04] Production.INFO: 117
[2026-09-11 13:39:04] Production.INFO: Date 2026-09-08
[2026-09-11 13:39:04] Production.INFO: Reseller ==> 0
[2026-09-11 13: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-09-11 13: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-09-11 13: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-09-11 13:39:04] Production.INFO: ==23481== Releasing lock...
[2026-09-11 13:39:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 13:39:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 13:39:04] Production.INFO: Date 2026-09-09
[2026-09-11 13:39:04] Production.INFO: Reseller ==> 0
[2026-09-11 13:39:04] Production.INFO: Date 2026-09-10
[2026-09-11 13:39:04] Production.INFO: Reseller ==> 0
[2026-09-11 13:39:04] Production.INFO: Date 2026-09-11
[2026-09-11 13:39:04] Production.INFO: Reseller ==> 0
[2026-09-11 13:39:04] Production.INFO: Total Charge 0
[2026-09-11 13:39:04] Production.INFO: CreateAllLog End
[2026-09-11 13:39:04] Production.INFO: Account Balance End.
[2026-09-11 13:39:04] Production.ERROR: CronJobId end 12
[2026-09-11 13:39:04] Production.INFO: ==23479== Releasing lock...
[2026-09-11 13:39:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 13:39:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 13:39:04] Production.INFO: ==23475== Releasing lock...
[2026-09-11 13:39:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 13:39:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 13:39:12] Production.ERROR: CronJobId end10
[2026-09-11 13:39:12] Production.INFO: ==23477== Releasing lock...
[2026-09-11 13:39:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 13:39:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 13:39:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 13:39:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 13:39:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 13:39:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 13:39:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 13:39:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 13:39:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 13:39:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 13:39:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 13:39:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 13:39:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 13:39:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 13:39:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 13:39:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 13:39:15] Production.INFO: call_cost start
[2026-09-11 13:39:15] Production.INFO: call_cost end
[2026-09-11 13:39:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 13:39:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 13:39:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 13:39:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 13:39:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 13:39:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 13:39:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 13:39:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 13:39:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 13:39:15] Production.INFO: ==23473== Releasing lock...
[2026-09-11 13:39:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 13:39:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 18:40:01] Production.INFO: ==23541== Lock acquired, processing the job...
[2026-09-11 18:40:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 18:40:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 18:40:01] Production.INFO: neon service started
[2026-09-11 18:40:01] Production.INFO: neon service started
[2026-09-11 18:40:01] Production.INFO: ==23541== Releasing lock...
[2026-09-11 18:40:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 18:40:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 17:40:02] Production.INFO: ==23545== Lock acquired, processing the job...
[2026-09-11 17:40:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 17:40:02] Production.INFO: ==23545== Releasing lock...
[2026-09-11 17:40:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 17:40:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 13:40:02] Production.INFO: ==23543== Lock acquired, processing the job...
[2026-09-11 13:40:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 13:40:02] Production.INFO: ==23543== Releasing lock...
[2026-09-11 13:40:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 13:40:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 13:40:03] Production.INFO: ==23550== Lock acquired, processing the job...
[2026-09-11 13:40:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 13:40:03] Production.INFO: ==23548== Lock acquired, processing the job...
[2026-09-11 13:40:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 13:40:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 13:40:03] Production.INFO: ==23552== Lock acquired, processing the job...
[2026-09-11 13:40:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 13:40:03] Production.INFO: ==23554== Lock acquired, processing the job...
[2026-09-11 13:40:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 13:40:03] Production.INFO: ==23556== Lock acquired, processing the job...
[2026-09-11 13:40:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 13:40:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 13:40:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 13:40:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 13:40:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 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-09-11 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-09-11 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-09-11 13:40:03] Production.INFO: ==23556== Releasing lock...
[2026-09-11 13:40:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 13:40:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 13:40:03] Production.INFO: Account Balance Start.
[2026-09-11 13:40:03] Production.INFO: CreateAllLog Start
[2026-09-11 13:40:03] Production.INFO: 117
[2026-09-11 13:40:03] Production.INFO: Date 2026-09-08
[2026-09-11 13:40:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:40:03] Production.INFO: Date 2026-09-09
[2026-09-11 13:40:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:40:03] Production.INFO: Date 2026-09-10
[2026-09-11 13:40:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:40:03] Production.INFO: Date 2026-09-11
[2026-09-11 13:40:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:40:03] Production.INFO: Total Charge 0
[2026-09-11 13:40:03] Production.INFO: CreateAllLog End
[2026-09-11 13:40:04] Production.INFO: ==23550== Releasing lock...
[2026-09-11 13:40:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 13:40:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 13:40:04] Production.INFO: Account Balance End.
[2026-09-11 13:40:04] Production.ERROR: CronJobId end 12
[2026-09-11 13:40:04] Production.INFO: ==23554== Releasing lock...
[2026-09-11 13:40:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 13:40:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 13:40:11] Production.ERROR: CronJobId end10
[2026-09-11 13:40:11] Production.INFO: ==23552== Releasing lock...
[2026-09-11 13:40:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 13:40:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 13:40:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 13:40:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 13:40:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 13:40:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 13:40:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 13:40:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 13:40:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 13:40:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 13:40:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 13:40:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 13:40:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 13:40:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 13:40:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 13:40:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 13:40:13] Production.INFO: call_cost start
[2026-09-11 13:40:13] Production.INFO: call_cost end
[2026-09-11 13:40:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 13:40:13] Production.INFO: ============== Report Schedule START===========
[2026-09-11 13:40:13] Production.INFO: ============== Report Schedule END===========
[2026-09-11 13:40:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 13:40:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 13:40:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 13:40:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 13:40:13] Production.INFO: ============== Deal alert START===========
[2026-09-11 13:40:13] Production.INFO: ============== Deal alert END===========
[2026-09-11 13:40:13] Production.INFO: ==23548== Releasing lock...
[2026-09-11 13:40:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 13:40:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 18:41:02] Production.INFO: ==23611== Lock acquired, processing the job...
[2026-09-11 18:41:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 18:41:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 18:41:02] Production.INFO: neon service started
[2026-09-11 18:41:02] Production.INFO: neon service started
[2026-09-11 18:41:02] Production.INFO: ==23611== Releasing lock...
[2026-09-11 18:41:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 18:41:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 17:41:02] Production.INFO: ==23616== Lock acquired, processing the job...
[2026-09-11 17:41:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 17:41:02] Production.INFO: ==23616== Releasing lock...
[2026-09-11 17:41:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 17:41:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 13:41:02] Production.INFO: ==23614== Lock acquired, processing the job...
[2026-09-11 13:41:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 13:41:02] Production.INFO: ==23614== Releasing lock...
[2026-09-11 13:41:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 13:41:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 13:41:03] Production.INFO: ==23622== Lock acquired, processing the job...
[2026-09-11 13:41:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 13:41:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 13:41:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 13:41:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 13:41:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 13:41:03] Production.INFO: ==23626== Lock acquired, processing the job...
[2026-09-11 13:41:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 13:41:03] Production.INFO: ==23620== Lock acquired, processing the job...
[2026-09-11 13:41:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 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-09-11 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-09-11 13:41:03] Production.INFO: ==23618== Lock acquired, processing the job...
[2026-09-11 13:41:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 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-09-11 13:41:03] Production.INFO: ==23626== Releasing lock...
[2026-09-11 13:41:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 13:41:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 13:41:03] Production.INFO: ==23624== Lock acquired, processing the job...
[2026-09-11 13:41:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 13:41:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 13:41:04] Production.INFO: Account Balance Start.
[2026-09-11 13:41:04] Production.INFO: CreateAllLog Start
[2026-09-11 13:41:04] Production.INFO: 117
[2026-09-11 13:41:04] Production.INFO: Date 2026-09-08
[2026-09-11 13:41:04] Production.INFO: Reseller ==> 0
[2026-09-11 13:41:04] Production.INFO: Date 2026-09-09
[2026-09-11 13:41:04] Production.INFO: Reseller ==> 0
[2026-09-11 13:41:04] Production.INFO: Date 2026-09-10
[2026-09-11 13:41:04] Production.INFO: Reseller ==> 0
[2026-09-11 13:41:04] Production.INFO: Date 2026-09-11
[2026-09-11 13:41:04] Production.INFO: Reseller ==> 0
[2026-09-11 13:41:04] Production.INFO: Total Charge 0
[2026-09-11 13:41:04] Production.INFO: CreateAllLog End
[2026-09-11 13:41:04] Production.INFO: Account Balance End.
[2026-09-11 13:41:04] Production.INFO: ==23620== Releasing lock...
[2026-09-11 13:41:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 13:41:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 13:41:04] Production.ERROR: CronJobId end 12
[2026-09-11 13:41:04] Production.INFO: ==23624== Releasing lock...
[2026-09-11 13:41:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 13:41:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 13:41:12] Production.ERROR: CronJobId end10
[2026-09-11 13:41:12] Production.INFO: ==23622== Releasing lock...
[2026-09-11 13:41:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 13:41:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 13:41:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 13:41:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 13:41:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 13:41:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 13:41:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 13:41:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 13:41:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 13:41:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 13:41:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 13:41:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 13:41:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 13:41:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 13:41:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 13:41:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 13:41:15] Production.INFO: call_cost start
[2026-09-11 13:41:15] Production.INFO: call_cost end
[2026-09-11 13:41:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 13:41:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 13:41:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 13:41:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 13:41:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 13:41:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 13:41:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 13:41:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 13:41:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 13:41:15] Production.INFO: ==23618== Releasing lock...
[2026-09-11 13:41:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 13:41:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 18:42:01] Production.INFO: ==23684== Lock acquired, processing the job...
[2026-09-11 18:42:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 18:42:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 18:42:01] Production.INFO: neon service started
[2026-09-11 18:42:01] Production.INFO: neon service started
[2026-09-11 18:42:01] Production.INFO: ==23684== Releasing lock...
[2026-09-11 18:42:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 18:42:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 17:42:01] Production.INFO: ==23688== Lock acquired, processing the job...
[2026-09-11 17:42:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 17:42:01] Production.INFO: ==23688== Releasing lock...
[2026-09-11 17:42:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 17:42:01] Production.INFO: 25 MB #Memory Used#
[2026-09-11 13:42:02] Production.INFO: ==23686== Lock acquired, processing the job...
[2026-09-11 13:42:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 13:42:02] Production.INFO: ==23686== Releasing lock...
[2026-09-11 13:42:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 13:42:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 13:42:03] Production.INFO: ==23695== Lock acquired, processing the job...
[2026-09-11 13:42:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 13:42:03] Production.INFO: ==23693== Lock acquired, processing the job...
[2026-09-11 13:42:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 13:42:03] Production.INFO: ==23691== Lock acquired, processing the job...
[2026-09-11 13:42:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 13:42:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 13:42:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 13:42:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 13:42:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 13:42:03] Production.INFO: ==23699== Lock acquired, processing the job...
[2026-09-11 13:42:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 13:42:03] Production.INFO: ==23697== Lock acquired, processing the job...
[2026-09-11 13:42:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 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-09-11 13:42:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 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-09-11 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-09-11 13:42:03] Production.INFO: ==23699== Releasing lock...
[2026-09-11 13:42:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 13:42:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 13:42:03] Production.INFO: Account Balance Start.
[2026-09-11 13:42:03] Production.INFO: CreateAllLog Start
[2026-09-11 13:42:03] Production.INFO: 117
[2026-09-11 13:42:03] Production.INFO: Date 2026-09-08
[2026-09-11 13:42:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:42:03] Production.INFO: Date 2026-09-09
[2026-09-11 13:42:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:42:03] Production.INFO: Date 2026-09-10
[2026-09-11 13:42:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:42:03] Production.INFO: Date 2026-09-11
[2026-09-11 13:42:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:42:03] Production.INFO: Total Charge 0
[2026-09-11 13:42:03] Production.INFO: CreateAllLog End
[2026-09-11 13:42:03] Production.INFO: Account Balance End.
[2026-09-11 13:42:03] Production.ERROR: CronJobId end 12
[2026-09-11 13:42:03] Production.INFO: ==23697== Releasing lock...
[2026-09-11 13:42:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 13:42:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 13:42:04] Production.INFO: ==23693== Releasing lock...
[2026-09-11 13:42:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 13:42:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 13:42:11] Production.ERROR: CronJobId end10
[2026-09-11 13:42:11] Production.INFO: ==23695== Releasing lock...
[2026-09-11 13:42:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 13:42:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 13:42:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 13:42:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 13:42:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 13:42:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 13:42:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 13:42:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 13:42:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 13:42:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 13:42:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 13:42:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 13:42:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 13:42:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 13:42:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 13:42:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 13:42:14] Production.INFO: call_cost start
[2026-09-11 13:42:14] Production.INFO: call_cost end
[2026-09-11 13:42:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 13:42:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 13:42:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 13:42:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 13:42:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 13:42:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 13:42:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 13:42:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 13:42:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 13:42:14] Production.INFO: ==23691== Releasing lock...
[2026-09-11 13:42:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 13:42:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 18:43:01] Production.INFO: ==23757== Lock acquired, processing the job...
[2026-09-11 18:43:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 18:43:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 18:43:01] Production.INFO: neon service started
[2026-09-11 18:43:01] Production.INFO: neon service started
[2026-09-11 18:43:01] Production.INFO: ==23757== Releasing lock...
[2026-09-11 18:43:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 18:43:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 13:43:02] Production.INFO: ==23759== Lock acquired, processing the job...
[2026-09-11 13:43:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 13:43:02] Production.INFO: ==23759== Releasing lock...
[2026-09-11 13:43:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 13:43:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 17:43:02] Production.INFO: ==23761== Lock acquired, processing the job...
[2026-09-11 17:43:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 17:43:02] Production.INFO: ==23761== Releasing lock...
[2026-09-11 17:43:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 17:43:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 13:43:03] Production.INFO: ==23765== Lock acquired, processing the job...
[2026-09-11 13:43:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 13:43:03] Production.INFO: ==23763== Lock acquired, processing the job...
[2026-09-11 13:43:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 13:43:03] Production.INFO: ==23769== Lock acquired, processing the job...
[2026-09-11 13:43:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 13:43:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 13:43:03] Production.INFO: ==23767== Lock acquired, processing the job...
[2026-09-11 13:43:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 13:43:03] Production.INFO: Account Balance Start.
[2026-09-11 13:43:03] Production.INFO: CreateAllLog Start
[2026-09-11 13:43:03] Production.INFO: 117
[2026-09-11 13:43:03] Production.INFO: Date 2026-09-08
[2026-09-11 13:43:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:43:03] Production.INFO: ==23771== Lock acquired, processing the job...
[2026-09-11 13:43:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 13:43:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 13:43:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 13:43:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 13:43:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 13:43:03] Production.INFO: Date 2026-09-09
[2026-09-11 13:43:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:43:03] Production.INFO: Date 2026-09-10
[2026-09-11 13:43:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 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-09-11 13:43:03] Production.INFO: ==23771== Releasing lock...
[2026-09-11 13:43:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 13:43:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 13:43:03] Production.INFO: Date 2026-09-11
[2026-09-11 13:43:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:43:03] Production.INFO: Total Charge 0
[2026-09-11 13:43:03] Production.INFO: CreateAllLog End
[2026-09-11 13:43:03] Production.INFO: ==23765== Releasing lock...
[2026-09-11 13:43:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 13:43:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 13:43:03] Production.INFO: Account Balance End.
[2026-09-11 13:43:04] Production.ERROR: CronJobId end 12
[2026-09-11 13:43:04] Production.INFO: ==23769== Releasing lock...
[2026-09-11 13:43:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 13:43:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 13:43:12] Production.ERROR: CronJobId end10
[2026-09-11 13:43:12] Production.INFO: ==23767== Releasing lock...
[2026-09-11 13:43:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 13:43:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 13:43:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 13:43:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 13:43:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 13:43:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 13:43:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 13:43:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 13:43:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 13:43:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 13:43:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 13:43:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 13:43:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 13:43:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 13:43:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 13:43:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 13:43:14] Production.INFO: call_cost start
[2026-09-11 13:43:14] Production.INFO: call_cost end
[2026-09-11 13:43:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 13:43:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 13:43:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 13:43:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 13:43:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 13:43:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 13:43:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 13:43:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 13:43:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 13:43:14] Production.INFO: ==23763== Releasing lock...
[2026-09-11 13:43:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 13:43:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 18:44:01] Production.INFO: ==23829== Lock acquired, processing the job...
[2026-09-11 18:44:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 18:44:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 18:44:01] Production.INFO: neon service started
[2026-09-11 18:44:01] Production.INFO: neon service started
[2026-09-11 18:44:01] Production.INFO: ==23829== Releasing lock...
[2026-09-11 18:44:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 18:44:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 17:44:01] Production.INFO: ==23833== Lock acquired, processing the job...
[2026-09-11 17:44:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 17:44:01] Production.INFO: ==23833== Releasing lock...
[2026-09-11 17:44:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 17:44:01] Production.INFO: 25 MB #Memory Used#
[2026-09-11 13:44:01] Production.INFO: ==23831== Lock acquired, processing the job...
[2026-09-11 13:44:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 13:44:02] Production.INFO: ==23831== Releasing lock...
[2026-09-11 13:44:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 13:44:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 13:44:02] Production.INFO: ==23836== Lock acquired, processing the job...
[2026-09-11 13:44:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 13:44:02] Production.INFO: ==23838== Lock acquired, processing the job...
[2026-09-11 13:44:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 13:44:02] Production.INFO: ==23840== Lock acquired, processing the job...
[2026-09-11 13:44:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 13:44:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 13:44:03] Production.INFO: ==23844== Lock acquired, processing the job...
[2026-09-11 13:44:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 13:44:03] Production.INFO: ==23842== Lock acquired, processing the job...
[2026-09-11 13:44:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 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-09-11 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-09-11 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-09-11 13:44:03] Production.INFO: ==23844== Releasing lock...
[2026-09-11 13:44:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 13:44:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 13:44:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 13:44:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 13:44:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 13:44:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 13:44:03] Production.INFO: Account Balance Start.
[2026-09-11 13:44:03] Production.INFO: CreateAllLog Start
[2026-09-11 13:44:03] Production.INFO: 117
[2026-09-11 13:44:03] Production.INFO: Date 2026-09-08
[2026-09-11 13:44:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:44:03] Production.INFO: Date 2026-09-09
[2026-09-11 13:44:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:44:03] Production.INFO: Date 2026-09-10
[2026-09-11 13:44:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:44:03] Production.INFO: Date 2026-09-11
[2026-09-11 13:44:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:44:03] Production.INFO: Total Charge 0
[2026-09-11 13:44:03] Production.INFO: CreateAllLog End
[2026-09-11 13:44:03] Production.INFO: Account Balance End.
[2026-09-11 13:44:03] Production.ERROR: CronJobId end 12
[2026-09-11 13:44:03] Production.INFO: ==23842== Releasing lock...
[2026-09-11 13:44:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 13:44:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 13:44:04] Production.INFO: ==23838== Releasing lock...
[2026-09-11 13:44:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 13:44:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 13:44:11] Production.ERROR: CronJobId end10
[2026-09-11 13:44:11] Production.INFO: ==23840== Releasing lock...
[2026-09-11 13:44:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 13:44:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 13:44:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 13:44:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 13:44:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 13:44:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 13:44:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 13:44:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 13:44:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 13:44:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 13:44:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 13:44:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 13:44:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 13:44:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 13:44:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 13:44:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 13:44:14] Production.INFO: call_cost start
[2026-09-11 13:44:14] Production.INFO: call_cost end
[2026-09-11 13:44:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 13:44:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 13:44:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 13:44:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 13:44:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 13:44:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 13:44:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 13:44:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 13:44:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 13:44:14] Production.INFO: ==23836== Releasing lock...
[2026-09-11 13:44:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 13:44:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 18:45:01] Production.INFO: ==23900== Lock acquired, processing the job...
[2026-09-11 18:45:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 18:45:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 18:45:01] Production.INFO: neon service started
[2026-09-11 18:45:01] Production.INFO: neon service started
[2026-09-11 18:45:01] Production.INFO: ==23900== Releasing lock...
[2026-09-11 18:45:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 18:45:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 13:45:02] Production.INFO: ==23902== Lock acquired, processing the job...
[2026-09-11 13:45:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 13:45:02] Production.INFO: ==23902== Releasing lock...
[2026-09-11 13:45:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 13:45:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 17:45:02] Production.INFO: ==23904== Lock acquired, processing the job...
[2026-09-11 17:45:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 17:45:02] Production.INFO: ==23904== Releasing lock...
[2026-09-11 17:45:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 17:45:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 13:45:03] Production.INFO: ==23908== Lock acquired, processing the job...
[2026-09-11 13:45:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-11 13:45:03] Production.ERROR: ========================== active cronjob start =============================
[2026-09-11 13:45:03] Production.ERROR: ========================== active cronjob end =============================
[2026-09-11 13:45:03] Production.INFO: ==23908== Releasing lock...
[2026-09-11 13:45:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-11 13:45:03] Production.INFO: 25.5 MB #Memory Used#
[2026-09-11 13:45:03] Production.INFO: ==23911== Lock acquired, processing the job...
[2026-09-11 13:45:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 13:45:03] Production.INFO: ==23913== Lock acquired, processing the job...
[2026-09-11 13:45:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 13:45:03] Production.INFO: ==23915== Lock acquired, processing the job...
[2026-09-11 13:45:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 13:45:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 13:45:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 13:45:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 13:45:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 13:45:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 13:45:03] Production.INFO: ==23917== Lock acquired, processing the job...
[2026-09-11 13:45:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 13:45:03] Production.INFO: ==23921== Lock acquired, processing the job...
[2026-09-11 13:45:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 13:45:03] Production.INFO: ==23919== Lock acquired, processing the job...
[2026-09-11 13:45:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-11 13:45:03] Production.INFO: Account Balance Start.
[2026-09-11 13:45:03] Production.INFO: CreateAllLog Start
[2026-09-11 13:45:03] Production.INFO: 117
[2026-09-11 13:45:03] Production.INFO: Date 2026-09-08
[2026-09-11 13:45:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:45:03] Production.INFO: Date 2026-09-09
[2026-09-11 13:45:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 13:45:03] Production.ERROR: tblTempUsageDetail_20
[2026-09-11 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-09-11 13:45:03] Production.INFO: Date 2026-09-10
[2026-09-11 13:45:04] Production.INFO: Reseller ==> 0
[2026-09-11 13: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-09-11 13:45:04] Production.INFO: Date 2026-09-11
[2026-09-11 13:45:04] Production.INFO: Reseller ==> 0
[2026-09-11 13:45:04] Production.INFO: ==23921== Releasing lock...
[2026-09-11 13:45:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 13:45:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 13:45:04] Production.INFO: Total Charge 0
[2026-09-11 13:45:04] Production.INFO: CreateAllLog End
[2026-09-11 13:45:04] Production.ERROR: done
[2026-09-11 13:45:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-11 13:45:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17984744', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) start
[2026-09-11 13:45:04] Production.INFO: Account Balance End.
[2026-09-11 13:45:04] Production.ERROR: CronJobId end 12
[2026-09-11 13:45:04] Production.INFO: ==23917== Releasing lock...
[2026-09-11 13:45:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 13:45:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 13:45:04] Production.INFO: ==23913== Releasing lock...
[2026-09-11 13:45:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 13:45:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 13:45:11] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17984744', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) end
[2026-09-11 13:45:11] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-11 13:45:11] Production.INFO: ProcessCDR(1,17984744,1,1,2)
[2026-09-11 13:45:11] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17984744,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 13:45:11] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17984744,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 13:45:11] Production.ERROR: pbx prc_insertCDR start
[2026-09-11 13:45:11] Production.ERROR: pbx prc_insertCDR end
[2026-09-11 13:45:11] Production.INFO: ==23919== Releasing lock...
[2026-09-11 13:45:11] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-11 13:45:11] Production.INFO: 26 MB #Memory Used#
[2026-09-11 13:45:14] Production.ERROR: CronJobId end10
[2026-09-11 13:45:14] Production.INFO: ==23915== Releasing lock...
[2026-09-11 13:45:14] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 13:45:14] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 13:45:17] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 13:45:17] Production.INFO: ============== Balance Warning START===========
[2026-09-11 13:45:17] Production.INFO: ============== Balance Warning END===========
[2026-09-11 13:45:17] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 13:45:17] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 13:45:17] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 13:45:17] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 13:45:17] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 13:45:17] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 13:45:17] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 13:45:17] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 13:45:17] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 13:45:17] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 13:45:17] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 13:45:17] Production.INFO: call_cost start
[2026-09-11 13:45:17] Production.INFO: call_cost end
[2026-09-11 13:45:17] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 13:45:17] Production.INFO: ============== Report Schedule START===========
[2026-09-11 13:45:17] Production.INFO: ============== Report Schedule END===========
[2026-09-11 13:45:17] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 13:45:17] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 13:45:17] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 13:45:17] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 13:45:17] Production.INFO: ============== Deal alert START===========
[2026-09-11 13:45:17] Production.INFO: ============== Deal alert END===========
[2026-09-11 13:45:17] Production.INFO: ==23911== Releasing lock...
[2026-09-11 13:45:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 13:45:17] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 18:46:02] Production.INFO: ==23977== Lock acquired, processing the job...
[2026-09-11 18:46:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 18:46:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 18:46:02] Production.INFO: neon service started
[2026-09-11 18:46:02] Production.INFO: neon service started
[2026-09-11 18:46:02] Production.INFO: ==23977== Releasing lock...
[2026-09-11 18:46:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 18:46:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 13:46:02] Production.INFO: ==23979== Lock acquired, processing the job...
[2026-09-11 13:46:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 13:46:02] Production.INFO: ==23979== Releasing lock...
[2026-09-11 13:46:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 13:46:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 17:46:03] Production.INFO: ==23981== Lock acquired, processing the job...
[2026-09-11 17:46:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 17:46:03] Production.INFO: ==23981== Releasing lock...
[2026-09-11 17:46:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 17:46:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 13:46:03] Production.INFO: ==23983== Lock acquired, processing the job...
[2026-09-11 13:46:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 13:46:03] Production.INFO: ==23987== Lock acquired, processing the job...
[2026-09-11 13:46:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 13:46:03] Production.INFO: ==23989== Lock acquired, processing the job...
[2026-09-11 13:46:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 13:46:03] Production.INFO: ==23985== Lock acquired, processing the job...
[2026-09-11 13:46:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 13:46:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 13:46:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 13:46:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 13:46:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 13:46:03] Production.INFO: Account Balance Start.
[2026-09-11 13:46:03] Production.INFO: CreateAllLog Start
[2026-09-11 13:46:03] Production.INFO: 117
[2026-09-11 13:46:03] Production.INFO: Date 2026-09-08
[2026-09-11 13:46:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:46:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 13:46:03] Production.INFO: Date 2026-09-09
[2026-09-11 13:46:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:46:03] Production.INFO: ==23992== Lock acquired, processing the job...
[2026-09-11 13:46:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 13:46:03] Production.INFO: Date 2026-09-10
[2026-09-11 13:46:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:46:03] Production.INFO: Date 2026-09-11
[2026-09-11 13:46:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 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-09-11 13:46:03] Production.INFO: Total Charge 0
[2026-09-11 13:46:03] Production.INFO: CreateAllLog End
[2026-09-11 13:46:03] Production.INFO: ==23992== Releasing lock...
[2026-09-11 13:46:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 13:46:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 13:46:04] Production.INFO: Account Balance End.
[2026-09-11 13:46:04] Production.ERROR: CronJobId end 12
[2026-09-11 13:46:04] Production.INFO: ==23989== Releasing lock...
[2026-09-11 13:46:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 13:46:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 13:46:04] Production.INFO: ==23985== Releasing lock...
[2026-09-11 13:46:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 13:46:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 13:46:11] Production.ERROR: CronJobId end10
[2026-09-11 13:46:11] Production.INFO: ==23987== Releasing lock...
[2026-09-11 13:46:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 13:46:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 13:46:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 13:46:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 13:46:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 13:46:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 13:46:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 13:46:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 13:46:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 13:46:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 13:46:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 13:46:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 13:46:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 13:46:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 13:46:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 13:46:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 13:46:14] Production.INFO: call_cost start
[2026-09-11 13:46:14] Production.INFO: call_cost end
[2026-09-11 13:46:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 13:46:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 13:46:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 13:46:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 13:46:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 13:46:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 13:46:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 13:46:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 13:46:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 13:46:14] Production.INFO: ==23983== Releasing lock...
[2026-09-11 13:46:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 13:46:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 18:47:01] Production.INFO: ==24049== Lock acquired, processing the job...
[2026-09-11 18:47:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 18:47:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 18:47:01] Production.INFO: neon service started
[2026-09-11 18:47:01] Production.INFO: neon service started
[2026-09-11 18:47:01] Production.INFO: ==24049== Releasing lock...
[2026-09-11 18:47:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 18:47:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 13:47:01] Production.INFO: ==24051== Lock acquired, processing the job...
[2026-09-11 13:47:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 13:47:02] Production.INFO: ==24051== Releasing lock...
[2026-09-11 13:47:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 13:47:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 17:47:02] Production.INFO: ==24053== Lock acquired, processing the job...
[2026-09-11 17:47:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 17:47:02] Production.INFO: ==24053== Releasing lock...
[2026-09-11 17:47:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 17:47:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 13:47:03] Production.INFO: ==24059== Lock acquired, processing the job...
[2026-09-11 13:47:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 13:47:03] Production.INFO: ==24055== Lock acquired, processing the job...
[2026-09-11 13:47:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 13:47:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 13:47:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 13:47:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 13:47:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 13:47:03] Production.INFO: ==24063== Lock acquired, processing the job...
[2026-09-11 13:47:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 13:47:03] Production.INFO: ==24057== Lock acquired, processing the job...
[2026-09-11 13:47:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 13:47:03] Production.INFO: ==24061== Lock acquired, processing the job...
[2026-09-11 13:47:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 13:47:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 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-09-11 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-09-11 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-09-11 13:47:03] Production.INFO: ==24063== Releasing lock...
[2026-09-11 13:47:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 13:47:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 13:47:03] Production.INFO: Account Balance Start.
[2026-09-11 13:47:03] Production.INFO: CreateAllLog Start
[2026-09-11 13:47:03] Production.INFO: 117
[2026-09-11 13:47:03] Production.INFO: Date 2026-09-08
[2026-09-11 13:47:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:47:03] Production.INFO: Date 2026-09-09
[2026-09-11 13:47:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:47:03] Production.INFO: Date 2026-09-10
[2026-09-11 13:47:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:47:03] Production.INFO: Date 2026-09-11
[2026-09-11 13:47:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:47:03] Production.INFO: Total Charge 0
[2026-09-11 13:47:03] Production.INFO: CreateAllLog End
[2026-09-11 13:47:03] Production.INFO: Account Balance End.
[2026-09-11 13:47:03] Production.ERROR: CronJobId end 12
[2026-09-11 13:47:03] Production.INFO: ==24061== Releasing lock...
[2026-09-11 13:47:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 13:47:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 13:47:03] Production.INFO: ==24057== Releasing lock...
[2026-09-11 13:47:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 13:47:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 13:47:11] Production.ERROR: CronJobId end10
[2026-09-11 13:47:11] Production.INFO: ==24059== Releasing lock...
[2026-09-11 13:47:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 13:47:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 13:47:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 13:47:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 13:47:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 13:47:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 13:47:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 13:47:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 13:47:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 13:47:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 13:47:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 13:47:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 13:47:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 13:47:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 13:47:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 13:47:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 13:47:14] Production.INFO: call_cost start
[2026-09-11 13:47:14] Production.INFO: call_cost end
[2026-09-11 13:47:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 13:47:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 13:47:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 13:47:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 13:47:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 13:47:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 13:47:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 13:47:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 13:47:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 13:47:14] Production.INFO: ==24055== Releasing lock...
[2026-09-11 13:47:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 13:47:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 18:48:02] Production.INFO: ==24119== Lock acquired, processing the job...
[2026-09-11 18:48:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 18:48:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 18:48:02] Production.INFO: neon service started
[2026-09-11 18:48:02] Production.INFO: neon service started
[2026-09-11 18:48:02] Production.INFO: ==24119== Releasing lock...
[2026-09-11 18:48:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 18:48:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 17:48:02] Production.INFO: ==24123== Lock acquired, processing the job...
[2026-09-11 17:48:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 17:48:02] Production.INFO: ==24123== Releasing lock...
[2026-09-11 17:48:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 17:48:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 13:48:02] Production.INFO: ==24121== Lock acquired, processing the job...
[2026-09-11 13:48:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 13:48:02] Production.INFO: ==24121== Releasing lock...
[2026-09-11 13:48:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 13:48:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 13:48:03] Production.INFO: ==24126== Lock acquired, processing the job...
[2026-09-11 13:48:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 13:48:03] Production.INFO: ==24130== Lock acquired, processing the job...
[2026-09-11 13:48:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 13:48:03] Production.INFO: ==24128== Lock acquired, processing the job...
[2026-09-11 13:48:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 13:48:03] Production.INFO: ==24135== Lock acquired, processing the job...
[2026-09-11 13:48:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 13:48:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 13:48:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 13:48:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 13:48:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 13:48:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 13:48:03] Production.INFO: ==24132== Lock acquired, processing the job...
[2026-09-11 13:48:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 13:48:03] Production.INFO: Account Balance Start.
[2026-09-11 13:48:03] Production.INFO: CreateAllLog Start
[2026-09-11 13:48:03] Production.INFO: 117
[2026-09-11 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-09-11 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-09-11 13:48:03] Production.INFO: Date 2026-09-08
[2026-09-11 13:48:03] Production.INFO: Reseller ==> 0
[2026-09-11 13: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-09-11 13:48:03] Production.INFO: ==24135== Releasing lock...
[2026-09-11 13:48:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 13:48:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 13:48:03] Production.INFO: Date 2026-09-09
[2026-09-11 13:48:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:48:04] Production.INFO: Date 2026-09-10
[2026-09-11 13:48:04] Production.INFO: Reseller ==> 0
[2026-09-11 13:48:04] Production.INFO: Date 2026-09-11
[2026-09-11 13:48:04] Production.INFO: Reseller ==> 0
[2026-09-11 13:48:04] Production.INFO: Total Charge 0
[2026-09-11 13:48:04] Production.INFO: CreateAllLog End
[2026-09-11 13:48:04] Production.INFO: Account Balance End.
[2026-09-11 13:48:04] Production.ERROR: CronJobId end 12
[2026-09-11 13:48:04] Production.INFO: ==24132== Releasing lock...
[2026-09-11 13:48:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 13:48:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 13:48:04] Production.INFO: ==24128== Releasing lock...
[2026-09-11 13:48:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 13:48:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 13:48:13] Production.ERROR: CronJobId end10
[2026-09-11 13:48:13] Production.INFO: ==24130== Releasing lock...
[2026-09-11 13:48:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 13:48:13] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 13:48:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 13:48:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 13:48:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 13:48:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 13:48:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 13:48:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 13:48:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 13:48:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 13:48:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 13:48:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 13:48:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 13:48:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 13:48:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 13:48:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 13:48:15] Production.INFO: call_cost start
[2026-09-11 13:48:15] Production.INFO: call_cost end
[2026-09-11 13:48:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 13:48:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 13:48:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 13:48:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 13:48:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 13:48:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 13:48:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 13:48:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 13:48:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 13:48:15] Production.INFO: ==24126== Releasing lock...
[2026-09-11 13:48:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 13:48:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 18:49:01] Production.INFO: ==24191== Lock acquired, processing the job...
[2026-09-11 18:49:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 18:49:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 18:49:01] Production.INFO: neon service started
[2026-09-11 18:49:01] Production.INFO: neon service started
[2026-09-11 18:49:01] Production.INFO: ==24191== Releasing lock...
[2026-09-11 18:49:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 18:49:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 13:49:01] Production.INFO: ==24193== Lock acquired, processing the job...
[2026-09-11 13:49:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 13:49:02] Production.INFO: ==24193== Releasing lock...
[2026-09-11 13:49:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 13:49:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 17:49:02] Production.INFO: ==24195== Lock acquired, processing the job...
[2026-09-11 17:49:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 17:49:02] Production.INFO: ==24195== Releasing lock...
[2026-09-11 17:49:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 17:49:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 13:49:02] Production.INFO: ==24197== Lock acquired, processing the job...
[2026-09-11 13:49:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 13:49:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 13:49:02] Production.INFO: ==24199== Lock acquired, processing the job...
[2026-09-11 13:49:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 13:49:03] Production.INFO: ==24201== Lock acquired, processing the job...
[2026-09-11 13:49:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 13:49:03] Production.INFO: ==24204== Lock acquired, processing the job...
[2026-09-11 13:49:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 13:49:03] Production.INFO: ==24206== Lock acquired, processing the job...
[2026-09-11 13:49:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 13:49:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 13:49:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 13:49:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 13:49:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 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-09-11 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-09-11 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-09-11 13:49:03] Production.INFO: ==24206== Releasing lock...
[2026-09-11 13:49:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 13:49:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 13:49:03] Production.INFO: Account Balance Start.
[2026-09-11 13:49:03] Production.INFO: CreateAllLog Start
[2026-09-11 13:49:03] Production.INFO: 117
[2026-09-11 13:49:03] Production.INFO: Date 2026-09-08
[2026-09-11 13:49:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:49:03] Production.INFO: Date 2026-09-09
[2026-09-11 13:49:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:49:03] Production.INFO: Date 2026-09-10
[2026-09-11 13:49:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:49:03] Production.INFO: Date 2026-09-11
[2026-09-11 13:49:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:49:03] Production.INFO: Total Charge 0
[2026-09-11 13:49:03] Production.INFO: CreateAllLog End
[2026-09-11 13:49:03] Production.INFO: Account Balance End.
[2026-09-11 13:49:03] Production.ERROR: CronJobId end 12
[2026-09-11 13:49:03] Production.INFO: ==24204== Releasing lock...
[2026-09-11 13:49:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 13:49:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 13:49:03] Production.INFO: ==24199== Releasing lock...
[2026-09-11 13:49:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 13:49:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 13:49:11] Production.ERROR: CronJobId end10
[2026-09-11 13:49:11] Production.INFO: ==24201== Releasing lock...
[2026-09-11 13:49:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 13:49:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 13:49:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 13:49:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 13:49:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 13:49:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 13:49:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 13:49:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 13:49:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 13:49:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 13:49:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 13:49:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 13:49:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 13:49:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 13:49:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 13:49:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 13:49:14] Production.INFO: call_cost start
[2026-09-11 13:49:14] Production.INFO: call_cost end
[2026-09-11 13:49:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 13:49:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 13:49:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 13:49:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 13:49:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 13:49:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 13:49:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 13:49:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 13:49:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 13:49:14] Production.INFO: ==24197== Releasing lock...
[2026-09-11 13:49:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 13:49:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 18:50:01] Production.INFO: ==24261== Lock acquired, processing the job...
[2026-09-11 18:50:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 18:50:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 18:50:01] Production.INFO: neon service started
[2026-09-11 18:50:01] Production.INFO: neon service started
[2026-09-11 18:50:01] Production.INFO: ==24261== Releasing lock...
[2026-09-11 18:50:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 18:50:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 13:50:02] Production.INFO: ==24263== Lock acquired, processing the job...
[2026-09-11 13:50:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 13:50:02] Production.INFO: ==24263== Releasing lock...
[2026-09-11 13:50:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 13:50:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 17:50:02] Production.INFO: ==24265== Lock acquired, processing the job...
[2026-09-11 17:50:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 17:50:02] Production.INFO: ==24265== Releasing lock...
[2026-09-11 17:50:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 17:50:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 13:50:03] Production.INFO: ==24268== Lock acquired, processing the job...
[2026-09-11 13:50:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 13:50:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 13:50:03] Production.INFO: ==24272== Lock acquired, processing the job...
[2026-09-11 13:50:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 13:50:03] Production.INFO: ==24270== Lock acquired, processing the job...
[2026-09-11 13:50:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 13:50:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 13:50:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 13:50:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 13:50:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 13:50:03] Production.INFO: ==24274== Lock acquired, processing the job...
[2026-09-11 13:50:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 13:50:03] Production.INFO: ==24276== Lock acquired, processing the job...
[2026-09-11 13:50:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 13:50:03] Production.INFO: Account Balance Start.
[2026-09-11 13:50:03] Production.INFO: CreateAllLog Start
[2026-09-11 13:50:03] Production.INFO: 117
[2026-09-11 13:50:03] Production.INFO: Date 2026-09-08
[2026-09-11 13:50:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 13:50:03] Production.INFO: Date 2026-09-09
[2026-09-11 13:50:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 13:50:03] Production.INFO: Date 2026-09-10
[2026-09-11 13:50:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:50:03] Production.INFO: ==24276== Releasing lock...
[2026-09-11 13:50:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 13:50:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 13:50:03] Production.INFO: Date 2026-09-11
[2026-09-11 13:50:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:50:03] Production.INFO: Total Charge 0
[2026-09-11 13:50:03] Production.INFO: CreateAllLog End
[2026-09-11 13:50:03] Production.INFO: Account Balance End.
[2026-09-11 13:50:04] Production.ERROR: CronJobId end 12
[2026-09-11 13:50:04] Production.INFO: ==24274== Releasing lock...
[2026-09-11 13:50:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 13:50:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 13:50:04] Production.INFO: ==24270== Releasing lock...
[2026-09-11 13:50:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 13:50:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 13:50:11] Production.ERROR: CronJobId end10
[2026-09-11 13:50:11] Production.INFO: ==24272== Releasing lock...
[2026-09-11 13:50:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 13:50:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 13:50:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 13:50:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 13:50:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 13:50:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 13:50:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 13:50:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 13:50:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 13:50:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 13:50:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 13:50:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 13:50:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 13:50:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 13:50:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 13:50:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 13:50:14] Production.INFO: call_cost start
[2026-09-11 13:50:14] Production.INFO: call_cost end
[2026-09-11 13:50:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 13:50:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 13:50:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 13:50:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 13:50:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 13:50:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 13:50:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 13:50:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 13:50:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 13:50:14] Production.INFO: ==24268== Releasing lock...
[2026-09-11 13:50:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 13:50:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 18:51:01] Production.INFO: ==24332== Lock acquired, processing the job...
[2026-09-11 18:51:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 18:51:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 18:51:01] Production.INFO: neon service started
[2026-09-11 18:51:01] Production.INFO: neon service started
[2026-09-11 18:51:01] Production.INFO: ==24332== Releasing lock...
[2026-09-11 18:51:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 18:51:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 13:51:01] Production.INFO: ==24334== Lock acquired, processing the job...
[2026-09-11 13:51:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 13:51:02] Production.INFO: ==24334== Releasing lock...
[2026-09-11 13:51:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 13:51:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 17:51:02] Production.INFO: ==24336== Lock acquired, processing the job...
[2026-09-11 17:51:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 17:51:02] Production.INFO: ==24336== Releasing lock...
[2026-09-11 17:51:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 17:51:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 13:51:02] Production.INFO: ==24338== Lock acquired, processing the job...
[2026-09-11 13:51:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 13:51:02] Production.INFO: ==24340== Lock acquired, processing the job...
[2026-09-11 13:51:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 13:51:02] Production.INFO: ==24342== Lock acquired, processing the job...
[2026-09-11 13:51:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 13:51:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 13:51:02] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 13:51:02] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 13:51:02] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 13:51:02] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 13:51:03] Production.INFO: ==24344== Lock acquired, processing the job...
[2026-09-11 13:51:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 13:51:03] Production.INFO: ==24347== Lock acquired, processing the job...
[2026-09-11 13:51:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 13:51:03] Production.INFO: Account Balance Start.
[2026-09-11 13:51:03] Production.INFO: CreateAllLog Start
[2026-09-11 13:51:03] Production.INFO: 117
[2026-09-11 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-09-11 13:51:03] Production.INFO: Date 2026-09-08
[2026-09-11 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-09-11 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-09-11 13:51:03] Production.INFO: ==24347== Releasing lock...
[2026-09-11 13:51:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 13:51:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 13:51:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:51:03] Production.INFO: Date 2026-09-09
[2026-09-11 13:51:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:51:03] Production.INFO: Date 2026-09-10
[2026-09-11 13:51:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:51:03] Production.INFO: Date 2026-09-11
[2026-09-11 13:51:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:51:03] Production.INFO: Total Charge 0
[2026-09-11 13:51:03] Production.INFO: ==24340== Releasing lock...
[2026-09-11 13:51:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 13:51:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 13:51:03] Production.INFO: CreateAllLog End
[2026-09-11 13:51:03] Production.INFO: Account Balance End.
[2026-09-11 13:51:03] Production.ERROR: CronJobId end 12
[2026-09-11 13:51:03] Production.INFO: ==24344== Releasing lock...
[2026-09-11 13:51:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 13:51:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 13:51:10] Production.ERROR: CronJobId end10
[2026-09-11 13:51:10] Production.INFO: ==24342== Releasing lock...
[2026-09-11 13:51:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 13:51:10] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 13:51:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 13:51:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 13:51:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 13:51:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 13:51:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 13:51:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 13:51:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 13:51:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 13:51:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 13:51:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 13:51:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 13:51:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 13:51:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 13:51:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 13:51:14] Production.INFO: call_cost start
[2026-09-11 13:51:14] Production.INFO: call_cost end
[2026-09-11 13:51:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 13:51:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 13:51:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 13:51:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 13:51:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 13:51:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 13:51:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 13:51:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 13:51:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 13:51:14] Production.INFO: ==24338== Releasing lock...
[2026-09-11 13:51:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 13:51:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 18:52:01] Production.INFO: ==24414== Lock acquired, processing the job...
[2026-09-11 18:52:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 18:52:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 18:52:01] Production.INFO: neon service started
[2026-09-11 18:52:01] Production.INFO: neon service started
[2026-09-11 18:52:01] Production.INFO: ==24414== Releasing lock...
[2026-09-11 18:52:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 18:52:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 13:52:02] Production.INFO: ==24416== Lock acquired, processing the job...
[2026-09-11 13:52:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 13:52:02] Production.INFO: ==24416== Releasing lock...
[2026-09-11 13:52:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 13:52:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 17:52:02] Production.INFO: ==24418== Lock acquired, processing the job...
[2026-09-11 17:52:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 17:52:02] Production.INFO: ==24418== Releasing lock...
[2026-09-11 17:52:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 17:52:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 13:52:03] Production.INFO: ==24428== Lock acquired, processing the job...
[2026-09-11 13:52:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 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-09-11 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-09-11 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-09-11 13:52:03] Production.INFO: ==24428== Releasing lock...
[2026-09-11 13:52:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 13:52:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 13:52:03] Production.INFO: ==24422== Lock acquired, processing the job...
[2026-09-11 13:52:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 13:52:03] Production.INFO: ==24420== Lock acquired, processing the job...
[2026-09-11 13:52:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 13:52:03] Production.INFO: ==24424== Lock acquired, processing the job...
[2026-09-11 13:52:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 13:52:03] Production.INFO: ==24426== Lock acquired, processing the job...
[2026-09-11 13:52:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 13:52:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 13:52:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 13:52:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 13:52:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 13:52:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 13:52:03] Production.INFO: Account Balance Start.
[2026-09-11 13:52:03] Production.INFO: CreateAllLog Start
[2026-09-11 13:52:03] Production.INFO: 117
[2026-09-11 13:52:03] Production.INFO: Date 2026-09-08
[2026-09-11 13:52:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:52:03] Production.INFO: Date 2026-09-09
[2026-09-11 13:52:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:52:03] Production.INFO: Date 2026-09-10
[2026-09-11 13:52:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:52:03] Production.INFO: Date 2026-09-11
[2026-09-11 13:52:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:52:04] Production.INFO: Total Charge 0
[2026-09-11 13:52:04] Production.INFO: CreateAllLog End
[2026-09-11 13:52:04] Production.INFO: Account Balance End.
[2026-09-11 13:52:04] Production.ERROR: CronJobId end 12
[2026-09-11 13:52:04] Production.INFO: ==24426== Releasing lock...
[2026-09-11 13:52:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 13:52:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 13:52:04] Production.INFO: ==24422== Releasing lock...
[2026-09-11 13:52:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 13:52:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 13:52:11] Production.ERROR: CronJobId end10
[2026-09-11 13:52:11] Production.INFO: ==24424== Releasing lock...
[2026-09-11 13:52:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 13:52:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 13:52:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 13:52:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 13:52:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 13:52:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 13:52:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 13:52:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 13:52:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 13:52:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 13:52:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 13:52:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 13:52:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 13:52:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 13:52:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 13:52:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 13:52:14] Production.INFO: call_cost start
[2026-09-11 13:52:14] Production.INFO: call_cost end
[2026-09-11 13:52:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 13:52:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 13:52:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 13:52:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 13:52:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 13:52:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 13:52:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 13:52:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 13:52:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 13:52:14] Production.INFO: ==24420== Releasing lock...
[2026-09-11 13:52:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 13:52:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 18:53:01] Production.INFO: ==24485== Lock acquired, processing the job...
[2026-09-11 18:53:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 18:53:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 18:53:01] Production.INFO: neon service started
[2026-09-11 18:53:01] Production.INFO: neon service started
[2026-09-11 18:53:01] Production.INFO: ==24485== Releasing lock...
[2026-09-11 18:53:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 18:53:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 13:53:01] Production.INFO: ==24487== Lock acquired, processing the job...
[2026-09-11 13:53:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 13:53:01] Production.INFO: ==24487== Releasing lock...
[2026-09-11 13:53:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 13:53:01] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 17:53:02] Production.INFO: ==24489== Lock acquired, processing the job...
[2026-09-11 17:53:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 17:53:02] Production.INFO: ==24489== Releasing lock...
[2026-09-11 17:53:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 17:53:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 13:53:02] Production.INFO: ==24491== Lock acquired, processing the job...
[2026-09-11 13:53:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 13:53:02] Production.INFO: ==24495== Lock acquired, processing the job...
[2026-09-11 13:53:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 13:53:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 13:53:02] Production.INFO: ==24493== Lock acquired, processing the job...
[2026-09-11 13:53:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 13:53:02] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 13:53:02] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 13:53:02] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 13:53:02] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 13:53:02] Production.INFO: ==24497== Lock acquired, processing the job...
[2026-09-11 13:53:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 13:53:02] Production.INFO: ==24499== Lock acquired, processing the job...
[2026-09-11 13:53:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 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-09-11 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-09-11 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-09-11 13:53:03] Production.INFO: ==24499== Releasing lock...
[2026-09-11 13:53:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 13:53:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 13:53:03] Production.INFO: Account Balance Start.
[2026-09-11 13:53:03] Production.INFO: CreateAllLog Start
[2026-09-11 13:53:03] Production.INFO: 117
[2026-09-11 13:53:03] Production.INFO: Date 2026-09-08
[2026-09-11 13:53:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:53:03] Production.INFO: Date 2026-09-09
[2026-09-11 13:53:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:53:03] Production.INFO: Date 2026-09-10
[2026-09-11 13:53:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:53:03] Production.INFO: Date 2026-09-11
[2026-09-11 13:53:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:53:03] Production.INFO: Total Charge 0
[2026-09-11 13:53:03] Production.INFO: CreateAllLog End
[2026-09-11 13:53:03] Production.INFO: Account Balance End.
[2026-09-11 13:53:03] Production.ERROR: CronJobId end 12
[2026-09-11 13:53:03] Production.INFO: ==24497== Releasing lock...
[2026-09-11 13:53:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 13:53:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 13:53:03] Production.INFO: ==24493== Releasing lock...
[2026-09-11 13:53:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 13:53:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 13:53:11] Production.ERROR: CronJobId end10
[2026-09-11 13:53:11] Production.INFO: ==24495== Releasing lock...
[2026-09-11 13:53:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 13:53:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 13:53:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 13:53:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 13:53:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 13:53:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 13:53:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 13:53:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 13:53:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 13:53:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 13:53:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 13:53:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 13:53:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 13:53:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 13:53:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 13:53:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 13:53:14] Production.INFO: call_cost start
[2026-09-11 13:53:14] Production.INFO: call_cost end
[2026-09-11 13:53:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 13:53:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 13:53:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 13:53:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 13:53:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 13:53:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 13:53:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 13:53:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 13:53:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 13:53:14] Production.INFO: ==24491== Releasing lock...
[2026-09-11 13:53:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 13:53:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 18:54:01] Production.INFO: ==24558== Lock acquired, processing the job...
[2026-09-11 18:54:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 18:54:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 18:54:01] Production.INFO: neon service started
[2026-09-11 18:54:01] Production.INFO: neon service started
[2026-09-11 18:54:01] Production.INFO: ==24558== Releasing lock...
[2026-09-11 18:54:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 18:54:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 13:54:02] Production.INFO: ==24560== Lock acquired, processing the job...
[2026-09-11 13:54:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 13:54:02] Production.INFO: ==24560== Releasing lock...
[2026-09-11 13:54:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 13:54:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 17:54:02] Production.INFO: ==24562== Lock acquired, processing the job...
[2026-09-11 17:54:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 17:54:02] Production.INFO: ==24562== Releasing lock...
[2026-09-11 17:54:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 17:54:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 13:54:03] Production.INFO: ==24564== Lock acquired, processing the job...
[2026-09-11 13:54:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 13:54:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 13:54:03] Production.INFO: ==24566== Lock acquired, processing the job...
[2026-09-11 13:54:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 13:54:03] Production.INFO: ==24568== Lock acquired, processing the job...
[2026-09-11 13:54:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 13:54:03] Production.INFO: ==24573== Lock acquired, processing the job...
[2026-09-11 13:54:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 13:54:03] Production.INFO: ==24571== Lock acquired, processing the job...
[2026-09-11 13:54:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 13:54:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 13:54:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 13:54:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 13:54:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 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-09-11 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-09-11 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-09-11 13:54:03] Production.INFO: Account Balance Start.
[2026-09-11 13:54:03] Production.INFO: CreateAllLog Start
[2026-09-11 13:54:03] Production.INFO: 117
[2026-09-11 13:54:03] Production.INFO: Date 2026-09-08
[2026-09-11 13:54:03] Production.INFO: ==24573== Releasing lock...
[2026-09-11 13:54:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 13:54:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 13:54:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:54:03] Production.INFO: Date 2026-09-09
[2026-09-11 13:54:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:54:03] Production.INFO: Date 2026-09-10
[2026-09-11 13:54:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:54:03] Production.INFO: Date 2026-09-11
[2026-09-11 13:54:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:54:03] Production.INFO: Total Charge 0
[2026-09-11 13:54:03] Production.INFO: CreateAllLog End
[2026-09-11 13:54:04] Production.INFO: Account Balance End.
[2026-09-11 13:54:04] Production.ERROR: CronJobId end 12
[2026-09-11 13:54:04] Production.INFO: ==24571== Releasing lock...
[2026-09-11 13:54:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 13:54:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 13:54:04] Production.INFO: ==24566== Releasing lock...
[2026-09-11 13:54:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 13:54:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 13:54:10] Production.ERROR: CronJobId end10
[2026-09-11 13:54:10] Production.INFO: ==24568== Releasing lock...
[2026-09-11 13:54:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 13:54:10] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 13:54:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 13:54:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 13:54:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 13:54:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 13:54:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 13:54:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 13:54:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 13:54:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 13:54:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 13:54:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 13:54:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 13:54:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 13:54:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 13:54:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 13:54:14] Production.INFO: call_cost start
[2026-09-11 13:54:14] Production.INFO: call_cost end
[2026-09-11 13:54:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 13:54:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 13:54:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 13:54:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 13:54:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 13:54:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 13:54:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 13:54:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 13:54:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 13:54:14] Production.INFO: ==24564== Releasing lock...
[2026-09-11 13:54:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 13:54:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 18:55:02] Production.INFO: ==24627== Lock acquired, processing the job...
[2026-09-11 18:55:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 18:55:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 18:55:02] Production.INFO: neon service started
[2026-09-11 18:55:02] Production.INFO: neon service started
[2026-09-11 18:55:02] Production.INFO: ==24627== Releasing lock...
[2026-09-11 18:55:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 18:55:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 13:55:02] Production.INFO: ==24629== Lock acquired, processing the job...
[2026-09-11 13:55:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 17:55:02] Production.INFO: ==24631== Lock acquired, processing the job...
[2026-09-11 17:55:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 17:55:02] Production.INFO: ==24631== Releasing lock...
[2026-09-11 17:55:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 17:55:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 13:55:03] Production.INFO: ==24629== Releasing lock...
[2026-09-11 13:55:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 13:55:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 13:55:04] Production.INFO: ==24636== Lock acquired, processing the job...
[2026-09-11 13:55:04] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 13:55:04] Production.INFO: ==24633== Lock acquired, processing the job...
[2026-09-11 13:55:04] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-11 13:55:04] Production.INFO: ==24638== Lock acquired, processing the job...
[2026-09-11 13:55:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 13:55:04] Production.INFO: ==24640== Lock acquired, processing the job...
[2026-09-11 13:55:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 13:55:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 13:55:04] Production.INFO: ==24642== Lock acquired, processing the job...
[2026-09-11 13:55:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 13:55:04] Production.ERROR: ========================== active cronjob start =============================
[2026-09-11 13:55:04] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-11 13:55:04] Production.ERROR: CronJob PID - 24636
[2026-09-11 13:55:04] Production.ERROR: CronJob Title - System Alerts
[2026-09-11 13:55:04] Production.ERROR: CronJob ID - 5
[2026-09-11 13:55:04] Production.ERROR: CronJob Last Run Time 2026-09-11 13:55:00
[2026-09-11 13:55:04] Production.ERROR: CronJob Active Minutes 0
[2026-09-11 13:55:04] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-11 13:55:04] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-11 13:55:04] Production.ERROR: CronJob PID - 24638
[2026-09-11 13:55:04] Production.ERROR: CronJob Title - Account Block
[2026-09-11 13:55:04] Production.ERROR: CronJob ID - 7
[2026-09-11 13:55:04] Production.ERROR: CronJob Last Run Time 2026-09-11 13:55:00
[2026-09-11 13:55:04] Production.ERROR: CronJob Active Minutes 0
[2026-09-11 13:55:04] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-11 13:55:04] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-11 13:55:04] Production.ERROR: CronJob PID - 24640
[2026-09-11 13:55:04] Production.ERROR: CronJob Title - Create Customer Summary Live
[2026-09-11 13:55:04] Production.ERROR: CronJob ID - 10
[2026-09-11 13:55:04] Production.ERROR: CronJob Last Run Time 2026-09-11 13:55:00
[2026-09-11 13:55:04] Production.ERROR: CronJob Active Minutes 0
[2026-09-11 13:55:04] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-11 13:55:04] Production.ERROR: ========================== active cronjob end =============================
[2026-09-11 13:55:04] Production.INFO: ==24633== Releasing lock...
[2026-09-11 13:55:04] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-11 13:55:04] Production.INFO: 25.5 MB #Memory Used#
[2026-09-11 13:55:04] Production.INFO: ==24644== Lock acquired, processing the job...
[2026-09-11 13:55:04] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-11 13:55:04] Production.INFO: Account Balance Start.
[2026-09-11 13:55:04] Production.INFO: CreateAllLog Start
[2026-09-11 13:55:04] Production.INFO: 117
[2026-09-11 13:55:04] Production.INFO: Date 2026-09-08
[2026-09-11 13:55:04] Production.INFO: ==24646== Lock acquired, processing the job...
[2026-09-11 13:55:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 13:55:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 13:55:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 13:55:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 13:55:04] Production.ERROR: tblTempUsageDetail_20
[2026-09-11 13:55:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 13:55:04] Production.INFO: Reseller ==> 0
[2026-09-11 13:55:04] Production.INFO: Date 2026-09-09
[2026-09-11 13:55:04] Production.INFO: Reseller ==> 0
[2026-09-11 13:55:04] Production.INFO: Date 2026-09-10
[2026-09-11 13:55:04] Production.INFO: Reseller ==> 0
[2026-09-11 13: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-09-11 13: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-09-11 13: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-09-11 13:55:04] Production.INFO: ==24646== Releasing lock...
[2026-09-11 13:55:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 13:55:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 13:55:04] Production.INFO: Date 2026-09-11
[2026-09-11 13:55:04] Production.INFO: Reseller ==> 0
[2026-09-11 13:55:04] Production.INFO: Total Charge 0
[2026-09-11 13:55:04] Production.INFO: CreateAllLog End
[2026-09-11 13:55:05] Production.ERROR: done
[2026-09-11 13:55:05] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-11 13:55:05] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17984785', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) start
[2026-09-11 13:55:05] Production.INFO: Account Balance End.
[2026-09-11 13:55:05] Production.ERROR: CronJobId end 12
[2026-09-11 13:55:05] Production.INFO: ==24642== Releasing lock...
[2026-09-11 13:55:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 13:55:05] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 13:55:05] Production.INFO: ==24638== Releasing lock...
[2026-09-11 13:55:05] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 13:55:05] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 13:55:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17984785', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) end
[2026-09-11 13:55:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-11 13:55:10] Production.INFO: ProcessCDR(1,17984785,1,1,2)
[2026-09-11 13:55:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17984785,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 13:55:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17984785,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 13:55:10] Production.ERROR: pbx prc_insertCDR start
[2026-09-11 13:55:10] Production.ERROR: pbx prc_insertCDR end
[2026-09-11 13:55:10] Production.INFO: ==24644== Releasing lock...
[2026-09-11 13:55:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-11 13:55:10] Production.INFO: 26 MB #Memory Used#
[2026-09-11 13:55:15] Production.ERROR: CronJobId end10
[2026-09-11 13:55:15] Production.INFO: ==24640== Releasing lock...
[2026-09-11 13:55:15] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 13:55:15] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 13:55:17] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 13:55:17] Production.INFO: ============== Balance Warning START===========
[2026-09-11 13:55:17] Production.INFO: ============== Balance Warning END===========
[2026-09-11 13:55:17] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 13:55:17] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 13:55:17] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 13:55:17] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 13:55:17] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 13:55:17] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 13:55:17] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 13:55:17] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 13:55:17] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 13:55:17] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 13:55:17] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 13:55:18] Production.INFO: call_cost start
[2026-09-11 13:55:18] Production.INFO: call_cost end
[2026-09-11 13:55:18] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 13:55:18] Production.INFO: ============== Report Schedule START===========
[2026-09-11 13:55:18] Production.INFO: ============== Report Schedule END===========
[2026-09-11 13:55:18] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 13:55:18] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 13:55:18] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 13:55:18] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 13:55:18] Production.INFO: ============== Deal alert START===========
[2026-09-11 13:55:18] Production.INFO: ============== Deal alert END===========
[2026-09-11 13:55:18] Production.INFO: ==24636== Releasing lock...
[2026-09-11 13:55:18] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 13:55:18] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 18:56:01] Production.INFO: ==24704== Lock acquired, processing the job...
[2026-09-11 18:56:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 18:56:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 18:56:01] Production.INFO: neon service started
[2026-09-11 18:56:01] Production.INFO: neon service started
[2026-09-11 18:56:01] Production.INFO: ==24704== Releasing lock...
[2026-09-11 18:56:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 18:56:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 17:56:02] Production.INFO: ==24708== Lock acquired, processing the job...
[2026-09-11 17:56:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 17:56:02] Production.INFO: ==24708== Releasing lock...
[2026-09-11 17:56:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 17:56:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 13:56:02] Production.INFO: ==24706== Lock acquired, processing the job...
[2026-09-11 13:56:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 13:56:02] Production.INFO: ==24706== Releasing lock...
[2026-09-11 13:56:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 13:56:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 13:56:03] Production.INFO: ==24712== Lock acquired, processing the job...
[2026-09-11 13:56:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 13:56:03] Production.INFO: ==24714== Lock acquired, processing the job...
[2026-09-11 13:56:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 13:56:03] Production.INFO: ==24710== Lock acquired, processing the job...
[2026-09-11 13:56:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 13:56:03] Production.INFO: ==24716== Lock acquired, processing the job...
[2026-09-11 13:56:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 13:56:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 13:56:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 13:56:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 13:56:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 13:56:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 13:56:03] Production.INFO: Account Balance Start.
[2026-09-11 13:56:03] Production.INFO: CreateAllLog Start
[2026-09-11 13:56:03] Production.INFO: 117
[2026-09-11 13:56:03] Production.INFO: ==24718== Lock acquired, processing the job...
[2026-09-11 13:56:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 13:56:03] Production.INFO: Date 2026-09-08
[2026-09-11 13:56:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:56:03] Production.INFO: Date 2026-09-09
[2026-09-11 13:56:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 13:56:03] Production.INFO: Date 2026-09-10
[2026-09-11 13:56:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 13:56:03] Production.INFO: ==24718== Releasing lock...
[2026-09-11 13:56:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 13:56:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 13:56:03] Production.INFO: Date 2026-09-11
[2026-09-11 13:56:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:56:03] Production.INFO: Total Charge 0
[2026-09-11 13:56:03] Production.INFO: CreateAllLog End
[2026-09-11 13:56:03] Production.INFO: ==24712== Releasing lock...
[2026-09-11 13:56:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 13:56:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 13:56:04] Production.INFO: Account Balance End.
[2026-09-11 13:56:04] Production.ERROR: CronJobId end 12
[2026-09-11 13:56:04] Production.INFO: ==24716== Releasing lock...
[2026-09-11 13:56:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 13:56:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 13:56:11] Production.ERROR: CronJobId end10
[2026-09-11 13:56:11] Production.INFO: ==24714== Releasing lock...
[2026-09-11 13:56:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 13:56:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 13:56:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 13:56:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 13:56:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 13:56:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 13:56:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 13:56:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 13:56:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 13:56:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 13:56:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 13:56:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 13:56:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 13:56:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 13:56:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 13:56:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 13:56:14] Production.INFO: call_cost start
[2026-09-11 13:56:15] Production.INFO: call_cost end
[2026-09-11 13:56:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 13:56:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 13:56:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 13:56:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 13:56:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 13:56:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 13:56:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 13:56:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 13:56:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 13:56:15] Production.INFO: ==24710== Releasing lock...
[2026-09-11 13:56:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 13:56:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 18:57:02] Production.INFO: ==24778== Lock acquired, processing the job...
[2026-09-11 18:57:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 18:57:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 18:57:02] Production.INFO: neon service started
[2026-09-11 18:57:02] Production.INFO: neon service started
[2026-09-11 18:57:02] Production.INFO: ==24778== Releasing lock...
[2026-09-11 18:57:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 18:57:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 13:57:02] Production.INFO: ==24781== Lock acquired, processing the job...
[2026-09-11 13:57:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 17:57:02] Production.INFO: ==24783== Lock acquired, processing the job...
[2026-09-11 17:57:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 17:57:02] Production.INFO: ==24783== Releasing lock...
[2026-09-11 17:57:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 17:57:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 13:57:02] Production.INFO: ==24781== Releasing lock...
[2026-09-11 13:57:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 13:57:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 13:57:03] Production.INFO: ==24785== Lock acquired, processing the job...
[2026-09-11 13:57:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 13:57:03] Production.INFO: ==24787== Lock acquired, processing the job...
[2026-09-11 13:57:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 13:57:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 13:57:04] Production.INFO: ==24789== Lock acquired, processing the job...
[2026-09-11 13:57:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 13:57:04] Production.INFO: ==24791== Lock acquired, processing the job...
[2026-09-11 13:57:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 13:57:04] Production.INFO: ==24793== Lock acquired, processing the job...
[2026-09-11 13:57:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 13: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-09-11 13: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-09-11 13: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-09-11 13:57:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 13:57:04] Production.INFO: ==24793== Releasing lock...
[2026-09-11 13:57:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 13:57:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 13:57:04] Production.INFO: Account Balance Start.
[2026-09-11 13:57:04] Production.INFO: CreateAllLog Start
[2026-09-11 13:57:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 13:57:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 13:57:04] Production.INFO: 117
[2026-09-11 13:57:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 13:57:04] Production.INFO: Date 2026-09-08
[2026-09-11 13:57:04] Production.INFO: ==24787== Releasing lock...
[2026-09-11 13:57:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 13:57:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 13:57:04] Production.INFO: Reseller ==> 0
[2026-09-11 13:57:04] Production.INFO: Date 2026-09-09
[2026-09-11 13:57:04] Production.INFO: Reseller ==> 0
[2026-09-11 13:57:04] Production.INFO: Date 2026-09-10
[2026-09-11 13:57:04] Production.INFO: Reseller ==> 0
[2026-09-11 13:57:04] Production.INFO: Date 2026-09-11
[2026-09-11 13:57:04] Production.INFO: Reseller ==> 0
[2026-09-11 13:57:04] Production.INFO: Total Charge 0
[2026-09-11 13:57:04] Production.INFO: CreateAllLog End
[2026-09-11 13:57:04] Production.INFO: Account Balance End.
[2026-09-11 13:57:05] Production.ERROR: CronJobId end 12
[2026-09-11 13:57:05] Production.INFO: ==24791== Releasing lock...
[2026-09-11 13:57:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 13:57:05] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 13:57:11] Production.ERROR: CronJobId end10
[2026-09-11 13:57:11] Production.INFO: ==24789== Releasing lock...
[2026-09-11 13:57:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 13:57:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 13:57:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 13:57:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 13:57:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 13:57:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 13:57:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 13:57:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 13:57:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 13:57:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 13:57:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 13:57:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 13:57:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 13:57:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 13:57:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 13:57:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 13:57:13] Production.INFO: call_cost start
[2026-09-11 13:57:13] Production.INFO: call_cost end
[2026-09-11 13:57:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 13:57:13] Production.INFO: ============== Report Schedule START===========
[2026-09-11 13:57:13] Production.INFO: ============== Report Schedule END===========
[2026-09-11 13:57:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 13:57:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 13:57:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 13:57:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 13:57:13] Production.INFO: ============== Deal alert START===========
[2026-09-11 13:57:13] Production.INFO: ============== Deal alert END===========
[2026-09-11 13:57:13] Production.INFO: ==24785== Releasing lock...
[2026-09-11 13:57:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 13:57:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 18:58:01] Production.INFO: ==24850== Lock acquired, processing the job...
[2026-09-11 18:58:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 18:58:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 18:58:01] Production.INFO: neon service started
[2026-09-11 18:58:01] Production.INFO: neon service started
[2026-09-11 18:58:01] Production.INFO: ==24850== Releasing lock...
[2026-09-11 18:58:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 18:58:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 13:58:02] Production.INFO: ==24852== Lock acquired, processing the job...
[2026-09-11 13:58:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 17:58:02] Production.INFO: ==24854== Lock acquired, processing the job...
[2026-09-11 17:58:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 17:58:02] Production.INFO: ==24854== Releasing lock...
[2026-09-11 17:58:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 17:58:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 13:58:02] Production.INFO: ==24852== Releasing lock...
[2026-09-11 13:58:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 13:58:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 13:58:03] Production.INFO: ==24863== Lock acquired, processing the job...
[2026-09-11 13:58:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 13:58:03] Production.INFO: Account Balance Start.
[2026-09-11 13:58:03] Production.INFO: CreateAllLog Start
[2026-09-11 13:58:03] Production.INFO: 117
[2026-09-11 13:58:03] Production.INFO: Date 2026-09-08
[2026-09-11 13:58:03] Production.INFO: ==24857== Lock acquired, processing the job...
[2026-09-11 13:58:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 13:58:03] Production.INFO: ==24861== Lock acquired, processing the job...
[2026-09-11 13:58:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 13:58:03] Production.INFO: ==24859== Lock acquired, processing the job...
[2026-09-11 13:58:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 13:58:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:58:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 13:58:03] Production.INFO: Date 2026-09-09
[2026-09-11 13:58:03] Production.INFO: ==24865== Lock acquired, processing the job...
[2026-09-11 13:58:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 13:58:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:58:03] Production.INFO: Date 2026-09-10
[2026-09-11 13:58:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:58:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 13:58:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 13:58:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 13:58:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 13: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-09-11 13:58:03] Production.INFO: Date 2026-09-11
[2026-09-11 13:58:03] Production.INFO: Reseller ==> 0
[2026-09-11 13: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-09-11 13: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-09-11 13:58:03] Production.INFO: Total Charge 0
[2026-09-11 13:58:03] Production.INFO: ==24865== Releasing lock...
[2026-09-11 13:58:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 13:58:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 13:58:03] Production.INFO: CreateAllLog End
[2026-09-11 13:58:03] Production.INFO: Account Balance End.
[2026-09-11 13:58:03] Production.ERROR: CronJobId end 12
[2026-09-11 13:58:03] Production.INFO: ==24863== Releasing lock...
[2026-09-11 13:58:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 13:58:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 13:58:04] Production.INFO: ==24859== Releasing lock...
[2026-09-11 13:58:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 13:58:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 13:58:11] Production.ERROR: CronJobId end10
[2026-09-11 13:58:11] Production.INFO: ==24861== Releasing lock...
[2026-09-11 13:58:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 13:58:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 13:58:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 13:58:15] Production.INFO: ============== Balance Warning START===========
[2026-09-11 13:58:15] Production.INFO: ============== Balance Warning END===========
[2026-09-11 13:58:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 13:58:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 13:58:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 13:58:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 13:58:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 13:58:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 13:58:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 13:58:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 13:58:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 13:58:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 13:58:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 13:58:15] Production.INFO: call_cost start
[2026-09-11 13:58:15] Production.INFO: call_cost end
[2026-09-11 13:58:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 13:58:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 13:58:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 13:58:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 13:58:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 13:58:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 13:58:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 13:58:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 13:58:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 13:58:15] Production.INFO: ==24857== Releasing lock...
[2026-09-11 13:58:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 13:58:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 18:59:01] Production.INFO: ==24925== Lock acquired, processing the job...
[2026-09-11 18:59:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 18:59:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 18:59:01] Production.INFO: neon service started
[2026-09-11 18:59:01] Production.INFO: neon service started
[2026-09-11 18:59:01] Production.INFO: ==24925== Releasing lock...
[2026-09-11 18:59:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 18:59:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 13:59:02] Production.INFO: ==24927== Lock acquired, processing the job...
[2026-09-11 13:59:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 13:59:02] Production.INFO: ==24927== Releasing lock...
[2026-09-11 13:59:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 13:59:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 17:59:02] Production.INFO: ==24929== Lock acquired, processing the job...
[2026-09-11 17:59:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 17:59:02] Production.INFO: ==24929== Releasing lock...
[2026-09-11 17:59:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 17:59:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 13:59:03] Production.INFO: ==24931== Lock acquired, processing the job...
[2026-09-11 13:59:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 13:59:03] Production.INFO: ==24937== Lock acquired, processing the job...
[2026-09-11 13:59:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 13:59:03] Production.INFO: ==24933== Lock acquired, processing the job...
[2026-09-11 13:59:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 13:59:03] Production.INFO: ==24935== Lock acquired, processing the job...
[2026-09-11 13:59:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 13:59:03] Production.INFO: Account Balance Start.
[2026-09-11 13:59:03] Production.INFO: CreateAllLog Start
[2026-09-11 13:59:03] Production.INFO: 117
[2026-09-11 13:59:03] Production.INFO: ==24939== Lock acquired, processing the job...
[2026-09-11 13:59:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 13:59:03] Production.INFO: Date 2026-09-08
[2026-09-11 13:59:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:59:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 13:59:03] Production.INFO: Date 2026-09-09
[2026-09-11 13:59:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 13:59:03] Production.INFO: Date 2026-09-10
[2026-09-11 13:59:03] Production.INFO: Reseller ==> 0
[2026-09-11 13:59:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 13:59:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 13:59:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 13:59:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 13:59:03] Production.INFO: Date 2026-09-11
[2026-09-11 13:59:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 13:59:03] Production.INFO: Total Charge 0
[2026-09-11 13:59:03] Production.INFO: ==24939== Releasing lock...
[2026-09-11 13:59:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 13:59:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 13:59:03] Production.INFO: CreateAllLog End
[2026-09-11 13:59:03] Production.INFO: Account Balance End.
[2026-09-11 13:59:03] Production.ERROR: CronJobId end 12
[2026-09-11 13:59:03] Production.INFO: ==24937== Releasing lock...
[2026-09-11 13:59:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 13:59:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 13:59:04] Production.INFO: ==24933== Releasing lock...
[2026-09-11 13:59:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 13:59:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 13:59:11] Production.ERROR: CronJobId end10
[2026-09-11 13:59:11] Production.INFO: ==24935== Releasing lock...
[2026-09-11 13:59:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 13:59:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 13:59:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 13:59:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 13:59:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 13:59:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 13:59:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 13:59:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 13:59:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 13:59:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 13:59:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 13:59:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 13:59:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 13:59:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 13:59:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 13:59:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 13:59:14] Production.INFO: call_cost start
[2026-09-11 13:59:14] Production.INFO: call_cost end
[2026-09-11 13:59:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 13:59:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 13:59:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 13:59:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 13:59:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 13:59:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 13:59:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 13:59:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 13:59:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 13:59:14] Production.INFO: ==24931== Releasing lock...
[2026-09-11 13:59:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 13:59:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 19:00:02] Production.INFO: ==24996== Lock acquired, processing the job...
[2026-09-11 19:00:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 19:00:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 19:00:02] Production.INFO: neon service started
[2026-09-11 19:00:02] Production.INFO: neon service started
[2026-09-11 19:00:02] Production.INFO: ==24996== Releasing lock...
[2026-09-11 19:00:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 19:00:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 18:00:02] Production.INFO: ==25001== Lock acquired, processing the job...
[2026-09-11 18:00:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 18:00:02] Production.INFO: ==25001== Releasing lock...
[2026-09-11 18:00:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 18:00:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 14:00:02] Production.INFO: ==24999== Lock acquired, processing the job...
[2026-09-11 14:00:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 14:00:03] Production.INFO: ==24999== Releasing lock...
[2026-09-11 14:00:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 14:00:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 14:00:03] Production.INFO: ==25005== Lock acquired, processing the job...
[2026-09-11 14:00:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 14:00:03] Production.INFO: ==25003== Lock acquired, processing the job...
[2026-09-11 14:00:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 14:00:03] Production.INFO: ==25009== Lock acquired, processing the job...
[2026-09-11 14:00:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 14:00:03] Production.INFO: ==25007== Lock acquired, processing the job...
[2026-09-11 14:00:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 14:00:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 14:00:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 14:00:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 14:00:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 14:00:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 14:00:04] Production.INFO: ==25011== Lock acquired, processing the job...
[2026-09-11 14:00:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 14:00:04] Production.INFO: Account Balance Start.
[2026-09-11 14:00:04] Production.INFO: CreateAllLog Start
[2026-09-11 14:00:04] Production.INFO: 117
[2026-09-11 14:00:04] Production.INFO: Date 2026-09-08
[2026-09-11 14:00:04] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 14:00:04] Production.INFO: Date 2026-09-09
[2026-09-11 14:00:04] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 14:00:04] Production.INFO: ==25011== Releasing lock...
[2026-09-11 14:00:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 14:00:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 14:00:04] Production.INFO: Date 2026-09-10
[2026-09-11 14:00:04] Production.INFO: Reseller ==> 0
[2026-09-11 14:00:04] Production.INFO: Date 2026-09-11
[2026-09-11 14:00:04] Production.INFO: Reseller ==> 0
[2026-09-11 14:00:04] Production.INFO: Total Charge 0
[2026-09-11 14:00:04] Production.INFO: CreateAllLog End
[2026-09-11 14:00:04] Production.INFO: Account Balance End.
[2026-09-11 14:00:04] Production.INFO: ==25005== Releasing lock...
[2026-09-11 14:00:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 14:00:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 14:00:04] Production.ERROR: CronJobId end 12
[2026-09-11 14:00:04] Production.INFO: ==25009== Releasing lock...
[2026-09-11 14:00:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 14:00:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 14:00:11] Production.ERROR: CronJobId end10
[2026-09-11 14:00:11] Production.INFO: ==25007== Releasing lock...
[2026-09-11 14:00:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 14:00:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 14:00:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 14:00:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 14:00:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 14:00:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 14:00:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 14:00:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 14:00:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 14:00:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 14:00:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 14:00:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 14:00:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 14:00:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 14:00:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 14:00:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 14:00:14] Production.INFO: call_cost start
[2026-09-11 14:00:14] Production.INFO: call_cost end
[2026-09-11 14:00:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 14:00:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 14:00:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 14:00:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 14:00:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 14:00:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 14:00:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 14:00:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 14:00:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 14:00:14] Production.INFO: ==25003== Releasing lock...
[2026-09-11 14:00:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 14:00:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 19:01:01] Production.INFO: ==25067== Lock acquired, processing the job...
[2026-09-11 19:01:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 19:01:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 19:01:01] Production.INFO: neon service started
[2026-09-11 19:01:01] Production.INFO: neon service started
[2026-09-11 19:01:01] Production.INFO: ==25067== Releasing lock...
[2026-09-11 19:01:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 19:01:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 14:01:02] Production.INFO: ==25080== Lock acquired, processing the job...
[2026-09-11 14:01:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 14:01:02] Production.INFO: ==25080== Releasing lock...
[2026-09-11 14:01:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 14:01:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 18:01:02] Production.INFO: ==25082== Lock acquired, processing the job...
[2026-09-11 18:01:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 18:01:02] Production.INFO: ==25082== Releasing lock...
[2026-09-11 18:01:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 18:01:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 14:01:03] Production.INFO: ==25087== Lock acquired, processing the job...
[2026-09-11 14:01:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 14:01:03] Production.INFO: ==25085== Lock acquired, processing the job...
[2026-09-11 14:01:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 14:01:03] Production.INFO: ==25089== Lock acquired, processing the job...
[2026-09-11 14:01:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 14:01:03] Production.INFO: ==25091== Lock acquired, processing the job...
[2026-09-11 14:01:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 14:01:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 14:01:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 14:01:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 14:01:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 14:01:03] Production.INFO: ==25093== Lock acquired, processing the job...
[2026-09-11 14:01:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 14:01:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 14:01:03] Production.INFO: Account Balance Start.
[2026-09-11 14:01:03] Production.INFO: CreateAllLog Start
[2026-09-11 14:01:03] Production.INFO: 117
[2026-09-11 14:01:03] Production.INFO: Date 2026-09-08
[2026-09-11 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-09-11 14:01:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 14:01:03] Production.INFO: Date 2026-09-09
[2026-09-11 14:01:03] Production.INFO: Reseller ==> 0
[2026-09-11 14:01:03] Production.INFO: ==25093== Releasing lock...
[2026-09-11 14:01:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 14:01:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 14:01:03] Production.INFO: Date 2026-09-10
[2026-09-11 14:01:03] Production.INFO: Reseller ==> 0
[2026-09-11 14:01:03] Production.INFO: Date 2026-09-11
[2026-09-11 14:01:03] Production.INFO: Reseller ==> 0
[2026-09-11 14:01:03] Production.INFO: Total Charge 0
[2026-09-11 14:01:03] Production.INFO: CreateAllLog End
[2026-09-11 14:01:03] Production.INFO: Account Balance End.
[2026-09-11 14:01:03] Production.ERROR: CronJobId end 12
[2026-09-11 14:01:03] Production.INFO: ==25091== Releasing lock...
[2026-09-11 14:01:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 14:01:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 14:01:04] Production.INFO: ==25087== Releasing lock...
[2026-09-11 14:01:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 14:01:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 14:01:12] Production.ERROR: CronJobId end10
[2026-09-11 14:01:12] Production.INFO: ==25089== Releasing lock...
[2026-09-11 14:01:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 14:01:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 14:01:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 14:01:15] Production.INFO: ============== Balance Warning START===========
[2026-09-11 14:01:15] Production.INFO: ============== Balance Warning END===========
[2026-09-11 14:01:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 14:01:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 14:01:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 14:01:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 14:01:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 14:01:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 14:01:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 14:01:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 14:01:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 14:01:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 14:01:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 14:01:15] Production.INFO: call_cost start
[2026-09-11 14:01:15] Production.INFO: call_cost end
[2026-09-11 14:01:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 14:01:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 14:01:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 14:01:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 14:01:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 14:01:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 14:01:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 14:01:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 14:01:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 14:01:15] Production.INFO: ==25085== Releasing lock...
[2026-09-11 14:01:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 14:01:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 19:02:02] Production.INFO: ==25154== Lock acquired, processing the job...
[2026-09-11 19:02:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 19:02:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 19:02:02] Production.INFO: neon service started
[2026-09-11 19:02:02] Production.INFO: neon service started
[2026-09-11 19:02:02] Production.INFO: ==25154== Releasing lock...
[2026-09-11 19:02:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 19:02:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 18:02:02] Production.INFO: ==25158== Lock acquired, processing the job...
[2026-09-11 18:02:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 18:02:02] Production.INFO: ==25158== Releasing lock...
[2026-09-11 18:02:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 18:02:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 14:02:02] Production.INFO: ==25156== Lock acquired, processing the job...
[2026-09-11 14:02:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 14:02:03] Production.INFO: ==25156== Releasing lock...
[2026-09-11 14:02:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 14:02:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 14:02:03] Production.INFO: ==25163== Lock acquired, processing the job...
[2026-09-11 14:02:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 14:02:03] Production.INFO: ==25165== Lock acquired, processing the job...
[2026-09-11 14:02:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 14:02:03] Production.INFO: ==25169== Lock acquired, processing the job...
[2026-09-11 14:02:03] Production.INFO: pbxaccountusage-command-pbxaccountusage-companyid-1-cronjobid-16 #Starts#
[2026-09-11 14:02:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 14:02:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 14:02:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 14:02:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 14:02:04] Production.ERROR: tblTempUsageDetail_20
[2026-09-11 14:02:04] Production.INFO: ==25161== Lock acquired, processing the job...
[2026-09-11 14:02:04] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 14:02:04] Production.INFO: ==25167== Lock acquired, processing the job...
[2026-09-11 14:02:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 14:02:04] Production.INFO: ==25171== Lock acquired, processing the job...
[2026-09-11 14:02:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 14:02:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 14:02:04] Production.ERROR: done
[2026-09-11 14:02:04] Production.ERROR: tblTempVendorCDR_20
[2026-09-11 14: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-09-11 14: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-09-11 14:02:04] Production.INFO: Account Balance Start.
[2026-09-11 14:02:04] Production.INFO: CreateAllLog Start
[2026-09-11 14:02:04] Production.INFO: 117
[2026-09-11 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:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-09-11 14:02:04] Production.INFO: Date 2026-09-08
[2026-09-11 14:02:04] Production.ERROR: done
[2026-09-11 14:02:04] Production.INFO: ==25171== Releasing lock...
[2026-09-11 14:02:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 14:02:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 14:02:04] Production.INFO: Reseller ==> 0
[2026-09-11 14:02:04] Production.INFO: ==25163== Releasing lock...
[2026-09-11 14:02:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 14:02:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 14:02:04] Production.INFO: Date 2026-09-09
[2026-09-11 14:02:04] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 14:02:04] Production.INFO: Date 2026-09-10
[2026-09-11 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-09-11 14:02:04] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 14:02:04] Production.INFO: Date 2026-09-11
[2026-09-11 14:02:04] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 14:02:04] Production.INFO: Total Charge 0
[2026-09-11 14:02:04] Production.INFO: ==25169== Releasing lock...
[2026-09-11 14:02:04] Production.INFO: pbxaccountusage-command-pbxaccountusage-companyid-1-cronjobid-16 #Stops#
[2026-09-11 14:02:04] Production.INFO: 27.25 MB #Memory Used#
[2026-09-11 14:02:04] Production.INFO: CreateAllLog End
[2026-09-11 14:02:04] Production.INFO: Account Balance End.
[2026-09-11 14:02:04] Production.ERROR: CronJobId end 12
[2026-09-11 14:02:04] Production.INFO: ==25167== Releasing lock...
[2026-09-11 14:02:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 14:02:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 14:02:12] Production.ERROR: CronJobId end10
[2026-09-11 14:02:12] Production.INFO: ==25165== Releasing lock...
[2026-09-11 14:02:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 14:02:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 14:02:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 14:02:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 14:02:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 14:02:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 14:02:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 14:02:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 14:02:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 14:02:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 14:02:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 14:02:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 14:02:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 14:02:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 14:02:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 14:02:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 14:02:14] Production.INFO: call_cost start
[2026-09-11 14:02:14] Production.INFO: call_cost end
[2026-09-11 14:02:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 14:02:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 14:02:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 14:02:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 14:02:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 14:02:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 14:02:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 14:02:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 14:02:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 14:02:14] Production.INFO: ==25161== Releasing lock...
[2026-09-11 14:02:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 14:02:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 19:03:01] Production.INFO: ==25226== Lock acquired, processing the job...
[2026-09-11 19:03:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 19:03:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 19:03:01] Production.INFO: neon service started
[2026-09-11 19:03:01] Production.INFO: neon service started
[2026-09-11 19:03:01] Production.INFO: ==25226== Releasing lock...
[2026-09-11 19:03:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 19:03:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 14:03:02] Production.INFO: ==25228== Lock acquired, processing the job...
[2026-09-11 14:03:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 18:03:02] Production.INFO: ==25230== Lock acquired, processing the job...
[2026-09-11 18:03:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 18:03:02] Production.INFO: ==25230== Releasing lock...
[2026-09-11 18:03:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 18:03:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 14:03:02] Production.INFO: ==25228== Releasing lock...
[2026-09-11 14:03:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 14:03:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 14:03:03] Production.INFO: ==25233== Lock acquired, processing the job...
[2026-09-11 14:03:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 14:03:03] Production.INFO: ==25235== Lock acquired, processing the job...
[2026-09-11 14:03:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 14:03:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 14:03:03] Production.INFO: ==25237== Lock acquired, processing the job...
[2026-09-11 14:03:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 14:03:03] Production.INFO: ==25239== Lock acquired, processing the job...
[2026-09-11 14:03:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 14:03:03] Production.INFO: Account Balance Start.
[2026-09-11 14:03:03] Production.INFO: CreateAllLog Start
[2026-09-11 14:03:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 14:03:03] Production.INFO: 117
[2026-09-11 14:03:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 14:03:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 14:03:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 14:03:03] Production.INFO: Date 2026-09-08
[2026-09-11 14:03:03] Production.INFO: ==25241== Lock acquired, processing the job...
[2026-09-11 14:03:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 14:03:03] Production.INFO: Reseller ==> 0
[2026-09-11 14:03:03] Production.INFO: Date 2026-09-09
[2026-09-11 14:03:03] Production.INFO: Reseller ==> 0
[2026-09-11 14:03:03] Production.INFO: Date 2026-09-10
[2026-09-11 14:03:03] Production.INFO: Reseller ==> 0
[2026-09-11 14:03:03] Production.INFO: Date 2026-09-11
[2026-09-11 14:03:03] Production.INFO: Reseller ==> 0
[2026-09-11 14: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-09-11 14: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-09-11 14:03:03] Production.INFO: Total Charge 0
[2026-09-11 14: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-09-11 14:03:03] Production.INFO: CreateAllLog End
[2026-09-11 14:03:03] Production.INFO: ==25241== Releasing lock...
[2026-09-11 14:03:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 14:03:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 14:03:03] Production.INFO: Account Balance End.
[2026-09-11 14:03:04] Production.ERROR: CronJobId end 12
[2026-09-11 14:03:04] Production.INFO: ==25239== Releasing lock...
[2026-09-11 14:03:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 14:03:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 14:03:04] Production.INFO: ==25235== Releasing lock...
[2026-09-11 14:03:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 14:03:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 14:03:11] Production.ERROR: CronJobId end10
[2026-09-11 14:03:11] Production.INFO: ==25237== Releasing lock...
[2026-09-11 14:03:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 14:03:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 14:03:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 14:03:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 14:03:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 14:03:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 14:03:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 14:03:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 14:03:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 14:03:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 14:03:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 14:03:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 14:03:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 14:03:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 14:03:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 14:03:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 14:03:13] Production.INFO: call_cost start
[2026-09-11 14:03:13] Production.INFO: call_cost end
[2026-09-11 14:03:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 14:03:13] Production.INFO: ============== Report Schedule START===========
[2026-09-11 14:03:13] Production.INFO: ============== Report Schedule END===========
[2026-09-11 14:03:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 14:03:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 14:03:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 14:03:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 14:03:13] Production.INFO: ============== Deal alert START===========
[2026-09-11 14:03:13] Production.INFO: ============== Deal alert END===========
[2026-09-11 14:03:13] Production.INFO: ==25233== Releasing lock...
[2026-09-11 14:03:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 14:03:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 19:04:02] Production.INFO: ==25297== Lock acquired, processing the job...
[2026-09-11 19:04:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 19:04:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 19:04:02] Production.INFO: neon service started
[2026-09-11 19:04:02] Production.INFO: neon service started
[2026-09-11 19:04:02] Production.INFO: ==25297== Releasing lock...
[2026-09-11 19:04:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 19:04:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 18:04:02] Production.INFO: ==25301== Lock acquired, processing the job...
[2026-09-11 18:04:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 18:04:02] Production.INFO: ==25301== Releasing lock...
[2026-09-11 18:04:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 18:04:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 14:04:02] Production.INFO: ==25299== Lock acquired, processing the job...
[2026-09-11 14:04:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 14:04:02] Production.INFO: ==25299== Releasing lock...
[2026-09-11 14:04:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 14:04:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 14:04:03] Production.INFO: ==25306== Lock acquired, processing the job...
[2026-09-11 14:04:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 14:04:03] Production.INFO: ==25304== Lock acquired, processing the job...
[2026-09-11 14:04:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 14:04:03] Production.INFO: ==25308== Lock acquired, processing the job...
[2026-09-11 14:04:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 14:04:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 14:04:03] Production.INFO: ==25310== Lock acquired, processing the job...
[2026-09-11 14:04:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 14:04:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 14:04:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 14:04:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 14:04:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 14:04:03] Production.INFO: ==25312== Lock acquired, processing the job...
[2026-09-11 14:04:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 14:04:03] Production.INFO: Account Balance Start.
[2026-09-11 14:04:03] Production.INFO: CreateAllLog Start
[2026-09-11 14:04:03] Production.INFO: 117
[2026-09-11 14:04:03] Production.INFO: Date 2026-09-08
[2026-09-11 14:04:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 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-09-11 14:04:03] Production.INFO: ==25312== Releasing lock...
[2026-09-11 14:04:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 14:04:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 14:04:03] Production.INFO: Date 2026-09-09
[2026-09-11 14:04:03] Production.INFO: Reseller ==> 0
[2026-09-11 14:04:03] Production.INFO: Date 2026-09-10
[2026-09-11 14:04:03] Production.INFO: Reseller ==> 0
[2026-09-11 14:04:04] Production.INFO: Date 2026-09-11
[2026-09-11 14:04:04] Production.INFO: Reseller ==> 0
[2026-09-11 14:04:04] Production.INFO: Total Charge 0
[2026-09-11 14:04:04] Production.INFO: CreateAllLog End
[2026-09-11 14:04:04] Production.INFO: Account Balance End.
[2026-09-11 14:04:04] Production.ERROR: CronJobId end 12
[2026-09-11 14:04:04] Production.INFO: ==25310== Releasing lock...
[2026-09-11 14:04:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 14:04:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 14:04:04] Production.INFO: ==25306== Releasing lock...
[2026-09-11 14:04:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 14:04:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 14:04:11] Production.ERROR: CronJobId end10
[2026-09-11 14:04:11] Production.INFO: ==25308== Releasing lock...
[2026-09-11 14:04:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 14:04:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 14:04:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 14:04:15] Production.INFO: ============== Balance Warning START===========
[2026-09-11 14:04:15] Production.INFO: ============== Balance Warning END===========
[2026-09-11 14:04:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 14:04:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 14:04:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 14:04:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 14:04:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 14:04:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 14:04:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 14:04:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 14:04:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 14:04:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 14:04:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 14:04:15] Production.INFO: call_cost start
[2026-09-11 14:04:15] Production.INFO: call_cost end
[2026-09-11 14:04:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 14:04:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 14:04:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 14:04:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 14:04:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 14:04:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 14:04:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 14:04:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 14:04:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 14:04:15] Production.INFO: ==25304== Releasing lock...
[2026-09-11 14:04:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 14:04:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 19:05:01] Production.INFO: ==25372== Lock acquired, processing the job...
[2026-09-11 19:05:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 19:05:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 19:05:01] Production.INFO: neon service started
[2026-09-11 19:05:01] Production.INFO: neon service started
[2026-09-11 19:05:01] Production.INFO: ==25372== Releasing lock...
[2026-09-11 19:05:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 19:05:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 14:05:01] Production.INFO: ==25374== Lock acquired, processing the job...
[2026-09-11 14:05:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 14:05:02] Production.INFO: ==25374== Releasing lock...
[2026-09-11 14:05:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 14:05:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 18:05:02] Production.INFO: ==25376== Lock acquired, processing the job...
[2026-09-11 18:05:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 18:05:02] Production.INFO: ==25376== Releasing lock...
[2026-09-11 18:05:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 18:05:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 14:05:03] Production.INFO: ==25380== Lock acquired, processing the job...
[2026-09-11 14:05:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 14:05:03] Production.INFO: ==25378== Lock acquired, processing the job...
[2026-09-11 14:05:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-11 14:05:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 14:05:03] Production.ERROR: ========================== active cronjob start =============================
[2026-09-11 14:05:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-11 14:05:03] Production.ERROR: CronJob PID - 25380
[2026-09-11 14:05:03] Production.ERROR: CronJob Title - System Alerts
[2026-09-11 14:05:03] Production.ERROR: CronJob ID - 5
[2026-09-11 14:05:03] Production.ERROR: CronJob Last Run Time 2026-09-11 14:05:00
[2026-09-11 14:05:03] Production.ERROR: CronJob Active Minutes 0
[2026-09-11 14:05:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-11 14:05:03] Production.ERROR: ========================== active cronjob end =============================
[2026-09-11 14:05:03] Production.INFO: ==25378== Releasing lock...
[2026-09-11 14:05:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-11 14:05:03] Production.INFO: ==25386== Lock acquired, processing the job...
[2026-09-11 14:05:03] Production.INFO: 25.5 MB #Memory Used#
[2026-09-11 14:05:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 14:05:03] Production.INFO: ==25382== Lock acquired, processing the job...
[2026-09-11 14:05:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 14:05:03] Production.INFO: Account Balance Start.
[2026-09-11 14:05:03] Production.INFO: CreateAllLog Start
[2026-09-11 14:05:03] Production.INFO: 117
[2026-09-11 14:05:03] Production.INFO: Date 2026-09-08
[2026-09-11 14:05:03] Production.INFO: Reseller ==> 0
[2026-09-11 14:05:03] Production.INFO: ==25384== Lock acquired, processing the job...
[2026-09-11 14:05:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 14:05:03] Production.INFO: ==25388== Lock acquired, processing the job...
[2026-09-11 14:05:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-11 14:05:03] Production.INFO: ==25390== Lock acquired, processing the job...
[2026-09-11 14:05:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 14:05:03] Production.INFO: Date 2026-09-09
[2026-09-11 14:05:03] Production.INFO: Reseller ==> 0
[2026-09-11 14:05:03] Production.ERROR: tblTempUsageDetail_20
[2026-09-11 14:05:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 14:05:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 14:05:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 14:05:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 14:05:03] Production.INFO: Date 2026-09-10
[2026-09-11 14:05:03] Production.INFO: Reseller ==> 0
[2026-09-11 14:05:03] Production.INFO: Date 2026-09-11
[2026-09-11 14:05:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 14:05:03] Production.INFO: Total Charge 0
[2026-09-11 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-09-11 14:05:03] Production.INFO: ==25390== Releasing lock...
[2026-09-11 14:05:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 14:05:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 14:05:03] Production.INFO: CreateAllLog End
[2026-09-11 14:05:03] Production.INFO: Account Balance End.
[2026-09-11 14:05:03] Production.ERROR: done
[2026-09-11 14:05:03] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-11 14:05:03] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17984827', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) start
[2026-09-11 14:05:03] Production.ERROR: CronJobId end 12
[2026-09-11 14:05:03] Production.INFO: ==25386== Releasing lock...
[2026-09-11 14:05:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 14:05:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 14:05:04] Production.INFO: ==25382== Releasing lock...
[2026-09-11 14:05:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 14:05:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 14:05:08] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17984827', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) end
[2026-09-11 14:05:08] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-11 14:05:08] Production.INFO: ProcessCDR(1,17984827,1,1,2)
[2026-09-11 14:05:08] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17984827,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 14:05:08] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17984827,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 14:05:08] Production.ERROR: pbx prc_insertCDR start
[2026-09-11 14:05:08] Production.ERROR: pbx prc_insertCDR end
[2026-09-11 14:05:08] Production.INFO: ==25388== Releasing lock...
[2026-09-11 14:05:08] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-11 14:05:08] Production.INFO: 26 MB #Memory Used#
[2026-09-11 14:05:13] Production.ERROR: CronJobId end10
[2026-09-11 14:05:13] Production.INFO: ==25384== Releasing lock...
[2026-09-11 14:05:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 14:05:13] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 14:05:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 14:05:15] Production.INFO: ============== Balance Warning START===========
[2026-09-11 14:05:15] Production.INFO: ============== Balance Warning END===========
[2026-09-11 14:05:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 14:05:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 14:05:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 14:05:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 14:05:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 14:05:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 14:05:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 14:05:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 14:05:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 14:05:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 14:05:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 14:05:16] Production.INFO: call_cost start
[2026-09-11 14:05:16] Production.INFO: call_cost end
[2026-09-11 14:05:16] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 14:05:16] Production.INFO: ============== Report Schedule START===========
[2026-09-11 14:05:16] Production.INFO: ============== Report Schedule END===========
[2026-09-11 14:05:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 14:05:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 14:05:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 14:05:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 14:05:16] Production.INFO: ============== Deal alert START===========
[2026-09-11 14:05:16] Production.INFO: ============== Deal alert END===========
[2026-09-11 14:05:16] Production.INFO: ==25380== Releasing lock...
[2026-09-11 14:05:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 14:05:16] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 19:06:01] Production.INFO: ==25519== Lock acquired, processing the job...
[2026-09-11 19:06:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 19:06:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 19:06:01] Production.INFO: neon service started
[2026-09-11 19:06:01] Production.INFO: neon service started
[2026-09-11 19:06:01] Production.INFO: ==25519== Releasing lock...
[2026-09-11 19:06:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 19:06:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 18:06:02] Production.INFO: ==25523== Lock acquired, processing the job...
[2026-09-11 18:06:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 18:06:02] Production.INFO: ==25523== Releasing lock...
[2026-09-11 18:06:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 18:06:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 14:06:02] Production.INFO: ==25521== Lock acquired, processing the job...
[2026-09-11 14:06:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 14:06:02] Production.INFO: ==25521== Releasing lock...
[2026-09-11 14:06:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 14:06:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 14:06:03] Production.INFO: ==25526== Lock acquired, processing the job...
[2026-09-11 14:06:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 14:06:03] Production.INFO: ==25532== Lock acquired, processing the job...
[2026-09-11 14:06:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 14:06:03] Production.INFO: ==25528== Lock acquired, processing the job...
[2026-09-11 14:06:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 14:06:03] Production.INFO: ==25530== Lock acquired, processing the job...
[2026-09-11 14:06:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 14:06:03] Production.INFO: Account Balance Start.
[2026-09-11 14:06:03] Production.INFO: CreateAllLog Start
[2026-09-11 14:06:03] Production.INFO: 117
[2026-09-11 14:06:03] Production.INFO: ==25534== Lock acquired, processing the job...
[2026-09-11 14:06:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 14:06:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 14:06:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 14:06:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 14:06:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 14:06:03] Production.INFO: Date 2026-09-08
[2026-09-11 14:06:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 14:06:03] Production.INFO: Reseller ==> 0
[2026-09-11 14:06:03] Production.INFO: Date 2026-09-09
[2026-09-11 14:06:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 14:06:03] Production.INFO: Date 2026-09-10
[2026-09-11 14:06:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 14:06:03] Production.INFO: Date 2026-09-11
[2026-09-11 14:06:03] Production.INFO: Reseller ==> 0
[2026-09-11 14:06:03] Production.INFO: ==25534== Releasing lock...
[2026-09-11 14:06:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 14:06:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 14:06:03] Production.INFO: Total Charge 0
[2026-09-11 14:06:03] Production.INFO: CreateAllLog End
[2026-09-11 14:06:04] Production.INFO: Account Balance End.
[2026-09-11 14:06:04] Production.ERROR: CronJobId end 12
[2026-09-11 14:06:04] Production.INFO: ==25532== Releasing lock...
[2026-09-11 14:06:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 14:06:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 14:06:04] Production.INFO: ==25528== Releasing lock...
[2026-09-11 14:06:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 14:06:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 14:06:12] Production.ERROR: CronJobId end10
[2026-09-11 14:06:12] Production.INFO: ==25530== Releasing lock...
[2026-09-11 14:06:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 14:06:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 14:06:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 14:06:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 14:06:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 14:06:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 14:06:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 14:06:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 14:06:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 14:06:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 14:06:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 14:06:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 14:06:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 14:06:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 14:06:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 14:06:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 14:06:15] Production.INFO: call_cost start
[2026-09-11 14:06:15] Production.INFO: call_cost end
[2026-09-11 14:06:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 14:06:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 14:06:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 14:06:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 14:06:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 14:06:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 14:06:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 14:06:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 14:06:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 14:06:15] Production.INFO: ==25526== Releasing lock...
[2026-09-11 14:06:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 14:06:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 19:07:01] Production.INFO: ==25588== Lock acquired, processing the job...
[2026-09-11 19:07:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 19:07:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 19:07:01] Production.INFO: neon service started
[2026-09-11 19:07:01] Production.INFO: neon service started
[2026-09-11 19:07:01] Production.INFO: ==25588== Releasing lock...
[2026-09-11 19:07:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 19:07:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 14:07:01] Production.INFO: ==25590== Lock acquired, processing the job...
[2026-09-11 14:07:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 14:07:01] Production.INFO: ==25590== Releasing lock...
[2026-09-11 14:07:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 14:07:01] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 18:07:02] Production.INFO: ==25592== Lock acquired, processing the job...
[2026-09-11 18:07:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 18:07:02] Production.INFO: ==25592== Releasing lock...
[2026-09-11 18:07:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 18:07:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 14:07:02] Production.INFO: ==25596== Lock acquired, processing the job...
[2026-09-11 14:07:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 14:07:02] Production.INFO: ==25594== Lock acquired, processing the job...
[2026-09-11 14:07:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 14:07:02] Production.INFO: ==25598== Lock acquired, processing the job...
[2026-09-11 14:07:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 14:07:02] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 14:07:02] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 14:07:02] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 14:07:02] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 14:07:02] Production.INFO: ==25600== Lock acquired, processing the job...
[2026-09-11 14:07:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 14:07:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 14:07:02] Production.INFO: ==25602== Lock acquired, processing the job...
[2026-09-11 14:07:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 14:07:03] Production.INFO: Account Balance Start.
[2026-09-11 14:07:03] Production.INFO: CreateAllLog Start
[2026-09-11 14:07:03] Production.INFO: 117
[2026-09-11 14:07:03] Production.INFO: Date 2026-09-08
[2026-09-11 14:07:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 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-09-11 14:07:03] Production.INFO: Date 2026-09-09
[2026-09-11 14:07:03] Production.INFO: Reseller ==> 0
[2026-09-11 14:07:03] Production.INFO: ==25602== Releasing lock...
[2026-09-11 14:07:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 14:07:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 14:07:03] Production.INFO: Date 2026-09-10
[2026-09-11 14:07:03] Production.INFO: Reseller ==> 0
[2026-09-11 14:07:03] Production.INFO: Date 2026-09-11
[2026-09-11 14:07:03] Production.INFO: Reseller ==> 0
[2026-09-11 14:07:03] Production.INFO: Total Charge 0
[2026-09-11 14:07:03] Production.INFO: CreateAllLog End
[2026-09-11 14:07:03] Production.INFO: Account Balance End.
[2026-09-11 14:07:03] Production.ERROR: CronJobId end 12
[2026-09-11 14:07:03] Production.INFO: ==25600== Releasing lock...
[2026-09-11 14:07:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 14:07:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 14:07:03] Production.INFO: ==25596== Releasing lock...
[2026-09-11 14:07:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 14:07:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 14:07:10] Production.ERROR: CronJobId end10
[2026-09-11 14:07:10] Production.INFO: ==25598== Releasing lock...
[2026-09-11 14:07:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 14:07:10] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 14:07:12] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 14:07:12] Production.INFO: ============== Balance Warning START===========
[2026-09-11 14:07:12] Production.INFO: ============== Balance Warning END===========
[2026-09-11 14:07:12] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 14:07:12] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 14:07:12] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 14:07:12] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 14:07:12] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 14:07:12] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 14:07:12] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 14:07:12] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 14:07:12] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 14:07:12] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 14:07:12] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 14:07:13] Production.INFO: call_cost start
[2026-09-11 14:07:13] Production.INFO: call_cost end
[2026-09-11 14:07:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 14:07:13] Production.INFO: ============== Report Schedule START===========
[2026-09-11 14:07:13] Production.INFO: ============== Report Schedule END===========
[2026-09-11 14:07:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 14:07:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 14:07:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 14:07:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 14:07:13] Production.INFO: ============== Deal alert START===========
[2026-09-11 14:07:13] Production.INFO: ============== Deal alert END===========
[2026-09-11 14:07:13] Production.INFO: ==25594== Releasing lock...
[2026-09-11 14:07:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 14:07:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 19:08:01] Production.INFO: ==25657== Lock acquired, processing the job...
[2026-09-11 19:08:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 19:08:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 19:08:01] Production.INFO: neon service started
[2026-09-11 19:08:01] Production.INFO: neon service started
[2026-09-11 19:08:01] Production.INFO: ==25657== Releasing lock...
[2026-09-11 19:08:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 19:08:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 14:08:02] Production.INFO: ==25659== Lock acquired, processing the job...
[2026-09-11 14:08:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 14:08:02] Production.INFO: ==25659== Releasing lock...
[2026-09-11 14:08:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 14:08:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 18:08:02] Production.INFO: ==25661== Lock acquired, processing the job...
[2026-09-11 18:08:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 18:08:02] Production.INFO: ==25661== Releasing lock...
[2026-09-11 18:08:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 18:08:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 14:08:03] Production.INFO: ==25663== Lock acquired, processing the job...
[2026-09-11 14:08:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 14:08:03] Production.INFO: ==25665== Lock acquired, processing the job...
[2026-09-11 14:08:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 14:08:03] Production.INFO: ==25667== Lock acquired, processing the job...
[2026-09-11 14:08:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 14:08:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 14:08:03] Production.INFO: ==25669== Lock acquired, processing the job...
[2026-09-11 14:08:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 14:08:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 14:08:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 14:08:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 14:08:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 14:08:03] Production.INFO: ==25671== Lock acquired, processing the job...
[2026-09-11 14:08:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 14:08:03] Production.INFO: Account Balance Start.
[2026-09-11 14:08:03] Production.INFO: CreateAllLog Start
[2026-09-11 14:08:03] Production.INFO: 117
[2026-09-11 14:08:03] Production.INFO: Date 2026-09-08
[2026-09-11 14:08:03] Production.INFO: Reseller ==> 0
[2026-09-11 14:08:03] Production.INFO: Date 2026-09-09
[2026-09-11 14:08:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 14:08:03] Production.INFO: Date 2026-09-10
[2026-09-11 14:08:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 14:08:03] Production.INFO: ==25671== Releasing lock...
[2026-09-11 14:08:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 14:08:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 14:08:03] Production.INFO: Date 2026-09-11
[2026-09-11 14:08:03] Production.INFO: Reseller ==> 0
[2026-09-11 14:08:03] Production.INFO: Total Charge 0
[2026-09-11 14:08:03] Production.INFO: CreateAllLog End
[2026-09-11 14:08:03] Production.INFO: ==25665== Releasing lock...
[2026-09-11 14:08:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 14:08:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 14:08:03] Production.INFO: Account Balance End.
[2026-09-11 14:08:03] Production.ERROR: CronJobId end 12
[2026-09-11 14:08:03] Production.INFO: ==25669== Releasing lock...
[2026-09-11 14:08:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 14:08:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 14:08:11] Production.ERROR: CronJobId end10
[2026-09-11 14:08:11] Production.INFO: ==25667== Releasing lock...
[2026-09-11 14:08:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 14:08:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 14:08:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 14:08:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 14:08:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 14:08:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 14:08:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 14:08:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 14:08:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 14:08:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 14:08:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 14:08:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 14:08:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 14:08:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 14:08:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 14:08:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 14:08:14] Production.INFO: call_cost start
[2026-09-11 14:08:14] Production.INFO: call_cost end
[2026-09-11 14:08:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 14:08:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 14:08:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 14:08:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 14:08:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 14:08:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 14:08:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 14:08:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 14:08:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 14:08:14] Production.INFO: ==25663== Releasing lock...
[2026-09-11 14:08:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 14:08:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 19:09:02] Production.INFO: ==25730== Lock acquired, processing the job...
[2026-09-11 19:09:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 19:09:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 19:09:02] Production.INFO: neon service started
[2026-09-11 19:09:02] Production.INFO: neon service started
[2026-09-11 19:09:02] Production.INFO: ==25730== Releasing lock...
[2026-09-11 19:09:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 19:09:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 14:09:02] Production.INFO: ==25732== Lock acquired, processing the job...
[2026-09-11 14:09:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 14:09:02] Production.INFO: ==25732== Releasing lock...
[2026-09-11 14:09:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 14:09:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 18:09:02] Production.INFO: ==25734== Lock acquired, processing the job...
[2026-09-11 18:09:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 18:09:03] Production.INFO: ==25734== Releasing lock...
[2026-09-11 18:09:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 18:09:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 14:09:03] Production.INFO: ==25736== Lock acquired, processing the job...
[2026-09-11 14:09:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 14:09:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 14:09:03] Production.INFO: ==25738== Lock acquired, processing the job...
[2026-09-11 14:09:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 14:09:03] Production.INFO: ==25740== Lock acquired, processing the job...
[2026-09-11 14:09:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 14:09:03] Production.INFO: ==25742== Lock acquired, processing the job...
[2026-09-11 14:09:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 14:09:03] Production.INFO: ==25744== Lock acquired, processing the job...
[2026-09-11 14:09:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 14:09:03] Production.INFO: Account Balance Start.
[2026-09-11 14:09:03] Production.INFO: CreateAllLog Start
[2026-09-11 14:09:03] Production.INFO: 117
[2026-09-11 14:09:03] Production.INFO: Date 2026-09-08
[2026-09-11 14:09:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 14:09:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 14:09:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 14:09:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 14:09:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 14:09:03] Production.INFO: Date 2026-09-09
[2026-09-11 14:09:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 14:09:03] Production.INFO: ==25744== Releasing lock...
[2026-09-11 14:09:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 14:09:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 14:09:03] Production.INFO: Date 2026-09-10
[2026-09-11 14:09:03] Production.INFO: Reseller ==> 0
[2026-09-11 14:09:03] Production.INFO: Date 2026-09-11
[2026-09-11 14:09:03] Production.INFO: Reseller ==> 0
[2026-09-11 14:09:04] Production.INFO: Total Charge 0
[2026-09-11 14:09:04] Production.INFO: CreateAllLog End
[2026-09-11 14:09:04] Production.INFO: Account Balance End.
[2026-09-11 14:09:04] Production.ERROR: CronJobId end 12
[2026-09-11 14:09:04] Production.INFO: ==25742== Releasing lock...
[2026-09-11 14:09:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 14:09:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 14:09:04] Production.INFO: ==25738== Releasing lock...
[2026-09-11 14:09:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 14:09:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 14:09:12] Production.ERROR: CronJobId end10
[2026-09-11 14:09:12] Production.INFO: ==25740== Releasing lock...
[2026-09-11 14:09:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 14:09:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 14:09:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 14:09:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 14:09:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 14:09:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 14:09:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 14:09:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 14:09:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 14:09:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 14:09:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 14:09:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 14:09:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 14:09:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 14:09:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 14:09:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 14:09:14] Production.INFO: call_cost start
[2026-09-11 14:09:14] Production.INFO: call_cost end
[2026-09-11 14:09:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 14:09:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 14:09:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 14:09:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 14:09:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 14:09:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 14:09:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 14:09:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 14:09:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 14:09:14] Production.INFO: ==25736== Releasing lock...
[2026-09-11 14:09:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 14:09:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 19:10:01] Production.INFO: ==25802== Lock acquired, processing the job...
[2026-09-11 19:10:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 19:10:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 19:10:01] Production.INFO: neon service started
[2026-09-11 19:10:01] Production.INFO: neon service started
[2026-09-11 19:10:01] Production.INFO: ==25802== Releasing lock...
[2026-09-11 19:10:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 19:10:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 14:10:02] Production.INFO: ==25804== Lock acquired, processing the job...
[2026-09-11 14:10:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 18:10:02] Production.INFO: ==25806== Lock acquired, processing the job...
[2026-09-11 18:10:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 18:10:02] Production.INFO: ==25806== Releasing lock...
[2026-09-11 18:10:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 18:10:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 14:10:02] Production.INFO: ==25804== Releasing lock...
[2026-09-11 14:10:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 14:10:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 14:10:03] Production.INFO: ==25809== Lock acquired, processing the job...
[2026-09-11 14:10:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 14:10:03] Production.INFO: ==25813== Lock acquired, processing the job...
[2026-09-11 14:10:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 14:10:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 14:10:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 14:10:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 14:10:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 14:10:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 14:10:03] Production.INFO: ==25811== Lock acquired, processing the job...
[2026-09-11 14:10:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 14:10:03] Production.INFO: ==25815== Lock acquired, processing the job...
[2026-09-11 14:10:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 14:10:03] Production.INFO: ==25817== Lock acquired, processing the job...
[2026-09-11 14:10:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 14:10:03] Production.INFO: Account Balance Start.
[2026-09-11 14:10:03] Production.INFO: CreateAllLog Start
[2026-09-11 14:10:03] Production.INFO: 117
[2026-09-11 14:10:03] Production.INFO: Date 2026-09-08
[2026-09-11 14:10:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 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-09-11 14:10:03] Production.INFO: ==25817== Releasing lock...
[2026-09-11 14:10:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 14:10:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 14:10:03] Production.INFO: Date 2026-09-09
[2026-09-11 14:10:03] Production.INFO: Reseller ==> 0
[2026-09-11 14:10:04] Production.INFO: Date 2026-09-10
[2026-09-11 14:10:04] Production.INFO: Reseller ==> 0
[2026-09-11 14:10:04] Production.INFO: Date 2026-09-11
[2026-09-11 14:10:04] Production.INFO: Reseller ==> 0
[2026-09-11 14:10:04] Production.INFO: Total Charge 0
[2026-09-11 14:10:04] Production.INFO: CreateAllLog End
[2026-09-11 14:10:04] Production.INFO: Account Balance End.
[2026-09-11 14:10:04] Production.ERROR: CronJobId end 12
[2026-09-11 14:10:04] Production.INFO: ==25815== Releasing lock...
[2026-09-11 14:10:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 14:10:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 14:10:04] Production.INFO: ==25811== Releasing lock...
[2026-09-11 14:10:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 14:10:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 14:10:11] Production.ERROR: CronJobId end10
[2026-09-11 14:10:11] Production.INFO: ==25813== Releasing lock...
[2026-09-11 14:10:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 14:10:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 14:10:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 14:10:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 14:10:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 14:10:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 14:10:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 14:10:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 14:10:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 14:10:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 14:10:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 14:10:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 14:10:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 14:10:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 14:10:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 14:10:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 14:10:14] Production.INFO: call_cost start
[2026-09-11 14:10:14] Production.INFO: call_cost end
[2026-09-11 14:10:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 14:10:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 14:10:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 14:10:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 14:10:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 14:10:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 14:10:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 14:10:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 14:10:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 14:10:14] Production.INFO: ==25809== Releasing lock...
[2026-09-11 14:10:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 14:10:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 19:11:02] Production.INFO: ==25875== Lock acquired, processing the job...
[2026-09-11 19:11:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 19:11:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 19:11:02] Production.INFO: neon service started
[2026-09-11 19:11:02] Production.INFO: neon service started
[2026-09-11 19:11:02] Production.INFO: ==25875== Releasing lock...
[2026-09-11 19:11:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 19:11:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 14:11:02] Production.INFO: ==25877== Lock acquired, processing the job...
[2026-09-11 14:11:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 14:11:02] Production.INFO: ==25877== Releasing lock...
[2026-09-11 14:11:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 14:11:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 18:11:02] Production.INFO: ==25879== Lock acquired, processing the job...
[2026-09-11 18:11:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 18:11:02] Production.INFO: ==25879== Releasing lock...
[2026-09-11 18:11:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 18:11:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 14:11:03] Production.INFO: ==25881== Lock acquired, processing the job...
[2026-09-11 14:11:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 14:11:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 14:11:03] Production.INFO: ==25883== Lock acquired, processing the job...
[2026-09-11 14:11:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 14:11:03] Production.INFO: ==25885== Lock acquired, processing the job...
[2026-09-11 14:11:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 14:11:03] Production.INFO: ==25887== Lock acquired, processing the job...
[2026-09-11 14:11:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 14:11:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 14:11:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 14:11:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 14:11:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 14:11:03] Production.INFO: ==25889== Lock acquired, processing the job...
[2026-09-11 14:11:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 14:11:03] Production.INFO: Account Balance Start.
[2026-09-11 14:11:03] Production.INFO: CreateAllLog Start
[2026-09-11 14:11:03] Production.INFO: 117
[2026-09-11 14: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-09-11 14: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-09-11 14:11:03] Production.INFO: Date 2026-09-08
[2026-09-11 14:11:03] Production.INFO: Reseller ==> 0
[2026-09-11 14: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-09-11 14:11:03] Production.INFO: ==25889== Releasing lock...
[2026-09-11 14:11:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 14:11:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 14:11:03] Production.INFO: Date 2026-09-09
[2026-09-11 14:11:03] Production.INFO: Reseller ==> 0
[2026-09-11 14:11:03] Production.INFO: Date 2026-09-10
[2026-09-11 14:11:03] Production.INFO: Reseller ==> 0
[2026-09-11 14:11:03] Production.INFO: Date 2026-09-11
[2026-09-11 14:11:03] Production.INFO: Reseller ==> 0
[2026-09-11 14:11:03] Production.INFO: Total Charge 0
[2026-09-11 14:11:03] Production.INFO: CreateAllLog End
[2026-09-11 14:11:04] Production.INFO: Account Balance End.
[2026-09-11 14:11:04] Production.ERROR: CronJobId end 12
[2026-09-11 14:11:04] Production.INFO: ==25887== Releasing lock...
[2026-09-11 14:11:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 14:11:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 14:11:04] Production.INFO: ==25883== Releasing lock...
[2026-09-11 14:11:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 14:11:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 14:11:12] Production.ERROR: CronJobId end10
[2026-09-11 14:11:12] Production.INFO: ==25885== Releasing lock...
[2026-09-11 14:11:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 14:11:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 14:11:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 14:11:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 14:11:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 14:11:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 14:11:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 14:11:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 14:11:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 14:11:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 14:11:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 14:11:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 14:11:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 14:11:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 14:11:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 14:11:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 14:11:15] Production.INFO: call_cost start
[2026-09-11 14:11:15] Production.INFO: call_cost end
[2026-09-11 14:11:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 14:11:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 14:11:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 14:11:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 14:11:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 14:11:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 14:11:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 14:11:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 14:11:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 14:11:15] Production.INFO: ==25881== Releasing lock...
[2026-09-11 14:11:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 14:11:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 19:12:01] Production.INFO: ==25944== Lock acquired, processing the job...
[2026-09-11 19:12:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 19:12:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 19:12:01] Production.INFO: neon service started
[2026-09-11 19:12:01] Production.INFO: neon service started
[2026-09-11 19:12:01] Production.INFO: ==25944== Releasing lock...
[2026-09-11 19:12:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 19:12:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 18:12:01] Production.INFO: ==25948== Lock acquired, processing the job...
[2026-09-11 18:12:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 18:12:01] Production.INFO: ==25948== Releasing lock...
[2026-09-11 18:12:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 18:12:01] Production.INFO: 25 MB #Memory Used#
[2026-09-11 14:12:01] Production.INFO: ==25946== Lock acquired, processing the job...
[2026-09-11 14:12:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 14:12:02] Production.INFO: ==25946== Releasing lock...
[2026-09-11 14:12:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 14:12:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 14:12:02] Production.INFO: ==25954== Lock acquired, processing the job...
[2026-09-11 14:12:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 14:12:02] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 14:12:02] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 14:12:02] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 14:12:02] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 14:12:03] Production.INFO: ==25950== Lock acquired, processing the job...
[2026-09-11 14:12:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 14:12:03] Production.INFO: ==25952== Lock acquired, processing the job...
[2026-09-11 14:12:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 14:12:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 14:12:03] Production.INFO: ==25956== Lock acquired, processing the job...
[2026-09-11 14:12:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 14:12:03] Production.INFO: ==25958== Lock acquired, processing the job...
[2026-09-11 14:12:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 14:12:03] Production.INFO: Account Balance Start.
[2026-09-11 14:12:03] Production.INFO: CreateAllLog Start
[2026-09-11 14:12:03] Production.INFO: 117
[2026-09-11 14:12:03] Production.INFO: Date 2026-09-08
[2026-09-11 14:12:03] Production.INFO: Reseller ==> 0
[2026-09-11 14: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-09-11 14: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-09-11 14:12:03] Production.INFO: Date 2026-09-09
[2026-09-11 14:12:03] Production.INFO: Reseller ==> 0
[2026-09-11 14: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-09-11 14:12:03] Production.INFO: ==25958== Releasing lock...
[2026-09-11 14:12:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 14:12:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 14:12:03] Production.INFO: Date 2026-09-10
[2026-09-11 14:12:03] Production.INFO: Reseller ==> 0
[2026-09-11 14:12:03] Production.INFO: Date 2026-09-11
[2026-09-11 14:12:03] Production.INFO: Reseller ==> 0
[2026-09-11 14:12:03] Production.INFO: Total Charge 0
[2026-09-11 14:12:03] Production.INFO: CreateAllLog End
[2026-09-11 14:12:03] Production.INFO: Account Balance End.
[2026-09-11 14:12:04] Production.ERROR: CronJobId end 12
[2026-09-11 14:12:04] Production.INFO: ==25956== Releasing lock...
[2026-09-11 14:12:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 14:12:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 14:12:04] Production.INFO: ==25952== Releasing lock...
[2026-09-11 14:12:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 14:12:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 14:12:11] Production.ERROR: CronJobId end10
[2026-09-11 14:12:11] Production.INFO: ==25954== Releasing lock...
[2026-09-11 14:12:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 14:12:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 14:12:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 14:12:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 14:12:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 14:12:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 14:12:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 14:12:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 14:12:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 14:12:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 14:12:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 14:12:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 14:12:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 14:12:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 14:12:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 14:12:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 14:12:13] Production.INFO: call_cost start
[2026-09-11 14:12:13] Production.INFO: call_cost end
[2026-09-11 14:12:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 14:12:13] Production.INFO: ============== Report Schedule START===========
[2026-09-11 14:12:13] Production.INFO: ============== Report Schedule END===========
[2026-09-11 14:12:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 14:12:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 14:12:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 14:12:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 14:12:13] Production.INFO: ============== Deal alert START===========
[2026-09-11 14:12:13] Production.INFO: ============== Deal alert END===========
[2026-09-11 14:12:13] Production.INFO: ==25950== Releasing lock...
[2026-09-11 14:12:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 14:12:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 19:13:01] Production.INFO: ==26017== Lock acquired, processing the job...
[2026-09-11 19:13:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 19:13:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 19:13:01] Production.INFO: neon service started
[2026-09-11 19:13:01] Production.INFO: neon service started
[2026-09-11 19:13:01] Production.INFO: ==26017== Releasing lock...
[2026-09-11 19:13:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 19:13:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 14:13:02] Production.INFO: ==26019== Lock acquired, processing the job...
[2026-09-11 14:13:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 14:13:02] Production.INFO: ==26019== Releasing lock...
[2026-09-11 14:13:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 14:13:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 18:13:02] Production.INFO: ==26021== Lock acquired, processing the job...
[2026-09-11 18:13:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 18:13:02] Production.INFO: ==26021== Releasing lock...
[2026-09-11 18:13:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 18:13:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 14:13:03] Production.INFO: ==26031== Lock acquired, processing the job...
[2026-09-11 14:13:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 14:13:03] Production.INFO: ==26029== Lock acquired, processing the job...
[2026-09-11 14:13:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 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-09-11 14:13:03] Production.INFO: ==26025== Lock acquired, processing the job...
[2026-09-11 14:13:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 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-09-11 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-09-11 14:13:03] Production.INFO: ==26031== Releasing lock...
[2026-09-11 14:13:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 14:13:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 14:13:03] Production.INFO: ==26023== Lock acquired, processing the job...
[2026-09-11 14:13:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 14:13:03] Production.INFO: Account Balance Start.
[2026-09-11 14:13:03] Production.INFO: CreateAllLog Start
[2026-09-11 14:13:03] Production.INFO: 117
[2026-09-11 14:13:03] Production.INFO: ==26027== Lock acquired, processing the job...
[2026-09-11 14:13:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 14:13:03] Production.INFO: Date 2026-09-08
[2026-09-11 14:13:03] Production.INFO: Reseller ==> 0
[2026-09-11 14:13:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 14:13:03] Production.INFO: Date 2026-09-09
[2026-09-11 14:13:03] Production.INFO: Reseller ==> 0
[2026-09-11 14:13:03] Production.INFO: Date 2026-09-10
[2026-09-11 14:13:03] Production.INFO: Reseller ==> 0
[2026-09-11 14:13:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 14:13:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 14:13:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 14:13:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 14:13:03] Production.INFO: Date 2026-09-11
[2026-09-11 14:13:03] Production.INFO: Reseller ==> 0
[2026-09-11 14:13:03] Production.INFO: Total Charge 0
[2026-09-11 14:13:03] Production.INFO: CreateAllLog End
[2026-09-11 14:13:03] Production.INFO: Account Balance End.
[2026-09-11 14:13:03] Production.ERROR: CronJobId end 12
[2026-09-11 14:13:03] Production.INFO: ==26029== Releasing lock...
[2026-09-11 14:13:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 14:13:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 14:13:04] Production.INFO: ==26025== Releasing lock...
[2026-09-11 14:13:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 14:13:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 14:13:11] Production.ERROR: CronJobId end10
[2026-09-11 14:13:11] Production.INFO: ==26027== Releasing lock...
[2026-09-11 14:13:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 14:13:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 14:13:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 14:13:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 14:13:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 14:13:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 14:13:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 14:13:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 14:13:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 14:13:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 14:13:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 14:13:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 14:13:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 14:13:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 14:13:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 14:13:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 14:13:14] Production.INFO: call_cost start
[2026-09-11 14:13:14] Production.INFO: call_cost end
[2026-09-11 14:13:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 14:13:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 14:13:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 14:13:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 14:13:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 14:13:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 14:13:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 14:13:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 14:13:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 14:13:14] Production.INFO: ==26023== Releasing lock...
[2026-09-11 14:13:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 14:13:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 19:14:02] Production.INFO: ==26088== Lock acquired, processing the job...
[2026-09-11 19:14:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 19:14:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 19:14:02] Production.INFO: neon service started
[2026-09-11 19:14:02] Production.INFO: neon service started
[2026-09-11 19:14:02] Production.INFO: ==26088== Releasing lock...
[2026-09-11 19:14:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 19:14:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 14:14:02] Production.INFO: ==26090== Lock acquired, processing the job...
[2026-09-11 14:14:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 14:14:02] Production.INFO: ==26090== Releasing lock...
[2026-09-11 14:14:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 14:14:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 18:14:03] Production.INFO: ==26092== Lock acquired, processing the job...
[2026-09-11 18:14:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 18:14:03] Production.INFO: ==26092== Releasing lock...
[2026-09-11 18:14:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 18:14:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 14:14:03] Production.INFO: ==26095== Lock acquired, processing the job...
[2026-09-11 14:14:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 14:14:03] Production.INFO: ==26099== Lock acquired, processing the job...
[2026-09-11 14:14:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 14:14:03] Production.INFO: ==26097== Lock acquired, processing the job...
[2026-09-11 14:14:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 14:14:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 14:14:03] Production.INFO: ==26101== Lock acquired, processing the job...
[2026-09-11 14:14:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 14:14:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 14:14:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 14:14:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 14:14:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 14:14:04] Production.INFO: ==26103== Lock acquired, processing the job...
[2026-09-11 14:14:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 14:14:04] Production.INFO: Account Balance Start.
[2026-09-11 14:14:04] Production.INFO: CreateAllLog Start
[2026-09-11 14:14:04] Production.INFO: 117
[2026-09-11 14:14:04] Production.INFO: Date 2026-09-08
[2026-09-11 14:14:04] Production.INFO: Reseller ==> 0
[2026-09-11 14:14:04] Production.INFO: Date 2026-09-09
[2026-09-11 14:14:04] Production.INFO: Reseller ==> 0
[2026-09-11 14:14:04] Production.INFO: Date 2026-09-10
[2026-09-11 14:14:04] Production.INFO: Reseller ==> 0
[2026-09-11 14:14:04] Production.INFO: Date 2026-09-11
[2026-09-11 14:14:04] Production.INFO: Reseller ==> 0
[2026-09-11 14:14:04] Production.INFO: Total Charge 0
[2026-09-11 14:14:04] Production.INFO: CreateAllLog End
[2026-09-11 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-09-11 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-09-11 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-09-11 14:14:04] Production.INFO: ==26103== Releasing lock...
[2026-09-11 14:14:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 14:14:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 14:14:04] Production.INFO: Account Balance End.
[2026-09-11 14:14:04] Production.ERROR: CronJobId end 12
[2026-09-11 14:14:04] Production.INFO: ==26101== Releasing lock...
[2026-09-11 14:14:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 14:14:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 14:14:04] Production.INFO: ==26097== Releasing lock...
[2026-09-11 14:14:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 14:14:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 14:14:12] Production.ERROR: CronJobId end10
[2026-09-11 14:14:12] Production.INFO: ==26099== Releasing lock...
[2026-09-11 14:14:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 14:14:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 14:14:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 14:14:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 14:14:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 14:14:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 14:14:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 14:14:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 14:14:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 14:14:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 14:14:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 14:14:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 14:14:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 14:14:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 14:14:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 14:14:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 14:14:14] Production.INFO: call_cost start
[2026-09-11 14:14:14] Production.INFO: call_cost end
[2026-09-11 14:14:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 14:14:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 14:14:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 14:14:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 14:14:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 14:14:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 14:14:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 14:14:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 14:14:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 14:14:14] Production.INFO: ==26095== Releasing lock...
[2026-09-11 14:14:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 14:14:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 19:15:01] Production.INFO: ==26156== Lock acquired, processing the job...
[2026-09-11 19:15:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 19:15:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 19:15:01] Production.INFO: neon service started
[2026-09-11 19:15:01] Production.INFO: neon service started
[2026-09-11 19:15:01] Production.INFO: ==26156== Releasing lock...
[2026-09-11 19:15:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 19:15:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 14:15:02] Production.INFO: ==26158== Lock acquired, processing the job...
[2026-09-11 14:15:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 18:15:02] Production.INFO: ==26160== Lock acquired, processing the job...
[2026-09-11 18:15:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 18:15:02] Production.INFO: ==26160== Releasing lock...
[2026-09-11 18:15:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 18:15:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 14:15:02] Production.INFO: ==26158== Releasing lock...
[2026-09-11 14:15:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 14:15:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 14:15:03] Production.INFO: ==26163== Lock acquired, processing the job...
[2026-09-11 14:15:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-11 14:15:03] Production.INFO: ==26165== Lock acquired, processing the job...
[2026-09-11 14:15:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 14:15:03] Production.ERROR: ========================== active cronjob start =============================
[2026-09-11 14:15:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-11 14:15:03] Production.ERROR: CronJob PID - 26165
[2026-09-11 14:15:03] Production.ERROR: CronJob Title - System Alerts
[2026-09-11 14:15:03] Production.ERROR: CronJob ID - 5
[2026-09-11 14:15:03] Production.ERROR: CronJob Last Run Time 2026-09-11 14:15:00
[2026-09-11 14:15:03] Production.ERROR: CronJob Active Minutes 0
[2026-09-11 14:15:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-11 14:15:03] Production.INFO: ==26167== Lock acquired, processing the job...
[2026-09-11 14:15:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 14:15:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 14:15:03] Production.INFO: ==26169== Lock acquired, processing the job...
[2026-09-11 14:15:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 14:15:03] Production.ERROR: ========================== active cronjob end =============================
[2026-09-11 14:15:03] Production.INFO: ==26163== Releasing lock...
[2026-09-11 14:15:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-11 14:15:03] Production.INFO: 25.5 MB #Memory Used#
[2026-09-11 14:15:03] Production.INFO: ==26173== Lock acquired, processing the job...
[2026-09-11 14:15:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-11 14:15:03] Production.INFO: ==26171== Lock acquired, processing the job...
[2026-09-11 14:15:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 14:15:03] Production.INFO: ==26175== Lock acquired, processing the job...
[2026-09-11 14:15:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 14:15:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 14:15:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 14:15:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 14:15:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 14:15:03] Production.ERROR: tblTempUsageDetail_20
[2026-09-11 14:15:04] Production.INFO: Account Balance Start.
[2026-09-11 14:15:04] Production.INFO: CreateAllLog Start
[2026-09-11 14:15:04] Production.INFO: 117
[2026-09-11 14:15:04] Production.INFO: Date 2026-09-08
[2026-09-11 14:15:04] Production.INFO: Reseller ==> 0
[2026-09-11 14: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-09-11 14: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-09-11 14: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-09-11 14:15:04] Production.INFO: Date 2026-09-09
[2026-09-11 14:15:04] Production.INFO: Reseller ==> 0
[2026-09-11 14:15:04] Production.INFO: Date 2026-09-10
[2026-09-11 14:15:04] Production.INFO: Reseller ==> 0
[2026-09-11 14:15:04] Production.INFO: ==26175== Releasing lock...
[2026-09-11 14:15:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 14:15:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 14:15:04] Production.ERROR: done
[2026-09-11 14:15:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-11 14:15:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17984868', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) start
[2026-09-11 14:15:04] Production.INFO: Date 2026-09-11
[2026-09-11 14:15:04] Production.INFO: Reseller ==> 0
[2026-09-11 14:15:04] Production.INFO: Total Charge 0
[2026-09-11 14:15:04] Production.INFO: CreateAllLog End
[2026-09-11 14:15:04] Production.INFO: Account Balance End.
[2026-09-11 14:15:04] Production.ERROR: CronJobId end 12
[2026-09-11 14:15:04] Production.INFO: ==26171== Releasing lock...
[2026-09-11 14:15:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 14:15:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 14:15:04] Production.INFO: ==26167== Releasing lock...
[2026-09-11 14:15:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 14:15:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 14:15:09] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17984868', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) end
[2026-09-11 14:15:09] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-11 14:15:09] Production.INFO: ProcessCDR(1,17984868,1,1,2)
[2026-09-11 14:15:09] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17984868,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 14:15:09] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17984868,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 14:15:09] Production.ERROR: pbx prc_insertCDR start
[2026-09-11 14:15:09] Production.ERROR: pbx prc_insertCDR end
[2026-09-11 14:15:09] Production.INFO: ==26173== Releasing lock...
[2026-09-11 14:15:09] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-11 14:15:09] Production.INFO: 26 MB #Memory Used#
[2026-09-11 14:15:14] Production.ERROR: CronJobId end10
[2026-09-11 14:15:14] Production.INFO: ==26169== Releasing lock...
[2026-09-11 14:15:14] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 14:15:14] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 14:15:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 14:15:16] Production.INFO: ============== Balance Warning START===========
[2026-09-11 14:15:16] Production.INFO: ============== Balance Warning END===========
[2026-09-11 14:15:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 14:15:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 14:15:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 14:15:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 14:15:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 14:15:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 14:15:16] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 14:15:16] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 14:15:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 14:15:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 14:15:16] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 14:15:17] Production.INFO: call_cost start
[2026-09-11 14:15:17] Production.INFO: call_cost end
[2026-09-11 14:15:17] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 14:15:17] Production.INFO: ============== Report Schedule START===========
[2026-09-11 14:15:17] Production.INFO: ============== Report Schedule END===========
[2026-09-11 14:15:17] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 14:15:17] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 14:15:17] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 14:15:17] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 14:15:17] Production.INFO: ============== Deal alert START===========
[2026-09-11 14:15:17] Production.INFO: ============== Deal alert END===========
[2026-09-11 14:15:17] Production.INFO: ==26165== Releasing lock...
[2026-09-11 14:15:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 14:15:17] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 19:16:02] Production.INFO: ==26232== Lock acquired, processing the job...
[2026-09-11 19:16:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 19:16:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 19:16:02] Production.INFO: neon service started
[2026-09-11 19:16:02] Production.INFO: neon service started
[2026-09-11 19:16:02] Production.INFO: ==26232== Releasing lock...
[2026-09-11 19:16:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 19:16:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 18:16:02] Production.INFO: ==26236== Lock acquired, processing the job...
[2026-09-11 18:16:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 18:16:02] Production.INFO: ==26236== Releasing lock...
[2026-09-11 18:16:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 18:16:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 14:16:02] Production.INFO: ==26234== Lock acquired, processing the job...
[2026-09-11 14:16:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 14:16:03] Production.INFO: ==26234== Releasing lock...
[2026-09-11 14:16:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 14:16:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 14:16:03] Production.INFO: ==26239== Lock acquired, processing the job...
[2026-09-11 14:16:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 14:16:03] Production.INFO: ==26241== Lock acquired, processing the job...
[2026-09-11 14:16:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 14:16:03] Production.INFO: ==26243== Lock acquired, processing the job...
[2026-09-11 14:16:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 14:16:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 14:16:03] Production.INFO: ==26245== Lock acquired, processing the job...
[2026-09-11 14:16:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 14:16:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 14:16:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 14:16:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 14:16:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 14:16:03] Production.INFO: ==26247== Lock acquired, processing the job...
[2026-09-11 14:16:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 14: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-09-11 14:16:04] Production.INFO: Account Balance Start.
[2026-09-11 14:16:04] Production.INFO: CreateAllLog Start
[2026-09-11 14:16:04] Production.INFO: 117
[2026-09-11 14: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-09-11 14:16:04] Production.INFO: Date 2026-09-08
[2026-09-11 14: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-09-11 14:16:04] Production.INFO: Reseller ==> 0
[2026-09-11 14:16:04] Production.INFO: ==26247== Releasing lock...
[2026-09-11 14:16:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 14:16:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 14:16:04] Production.INFO: Date 2026-09-09
[2026-09-11 14:16:04] Production.INFO: Reseller ==> 0
[2026-09-11 14:16:04] Production.INFO: Date 2026-09-10
[2026-09-11 14:16:04] Production.INFO: Reseller ==> 0
[2026-09-11 14:16:04] Production.INFO: Date 2026-09-11
[2026-09-11 14:16:04] Production.INFO: Reseller ==> 0
[2026-09-11 14:16:04] Production.INFO: Total Charge 0
[2026-09-11 14:16:04] Production.INFO: CreateAllLog End
[2026-09-11 14:16:04] Production.INFO: Account Balance End.
[2026-09-11 14:16:04] Production.ERROR: CronJobId end 12
[2026-09-11 14:16:04] Production.INFO: ==26245== Releasing lock...
[2026-09-11 14:16:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 14:16:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 14:16:04] Production.INFO: ==26241== Releasing lock...
[2026-09-11 14:16:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 14:16:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 14:16:11] Production.ERROR: CronJobId end10
[2026-09-11 14:16:11] Production.INFO: ==26243== Releasing lock...
[2026-09-11 14:16:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 14:16:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 14:16:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 14:16:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 14:16:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 14:16:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 14:16:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 14:16:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 14:16:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 14:16:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 14:16:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 14:16:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 14:16:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 14:16:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 14:16:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 14:16:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 14:16:15] Production.INFO: call_cost start
[2026-09-11 14:16:15] Production.INFO: call_cost end
[2026-09-11 14:16:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 14:16:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 14:16:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 14:16:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 14:16:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 14:16:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 14:16:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 14:16:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 14:16:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 14:16:15] Production.INFO: ==26239== Releasing lock...
[2026-09-11 14:16:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 14:16:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 19:17:01] Production.INFO: ==26303== Lock acquired, processing the job...
[2026-09-11 19:17:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 19:17:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 19:17:01] Production.INFO: neon service started
[2026-09-11 19:17:01] Production.INFO: neon service started
[2026-09-11 19:17:01] Production.INFO: ==26303== Releasing lock...
[2026-09-11 19:17:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 19:17:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 18:17:02] Production.INFO: ==26307== Lock acquired, processing the job...
[2026-09-11 18:17:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 18:17:02] Production.INFO: ==26307== Releasing lock...
[2026-09-11 18:17:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 18:17:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 14:17:02] Production.INFO: ==26305== Lock acquired, processing the job...
[2026-09-11 14:17:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 14:17:02] Production.INFO: ==26305== Releasing lock...
[2026-09-11 14:17:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 14:17:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 14:17:03] Production.INFO: ==26314== Lock acquired, processing the job...
[2026-09-11 14:17:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 14:17:03] Production.INFO: ==26310== Lock acquired, processing the job...
[2026-09-11 14:17:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 14:17:03] Production.INFO: ==26312== Lock acquired, processing the job...
[2026-09-11 14:17:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 14:17:03] Production.INFO: ==26316== Lock acquired, processing the job...
[2026-09-11 14:17:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 14:17:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 14:17:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 14:17:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 14:17:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 14:17:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 14:17:03] Production.INFO: ==26318== Lock acquired, processing the job...
[2026-09-11 14:17:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 14:17:03] Production.INFO: Account Balance Start.
[2026-09-11 14:17:03] Production.INFO: CreateAllLog Start
[2026-09-11 14:17:03] Production.INFO: 117
[2026-09-11 14:17:03] Production.INFO: Date 2026-09-08
[2026-09-11 14:17:03] Production.INFO: Reseller ==> 0
[2026-09-11 14:17:03] Production.INFO: Date 2026-09-09
[2026-09-11 14:17:03] Production.INFO: Reseller ==> 0
[2026-09-11 14: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-09-11 14:17:03] Production.INFO: Date 2026-09-10
[2026-09-11 14:17:03] Production.INFO: Reseller ==> 0
[2026-09-11 14: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-09-11 14: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-09-11 14:17:03] Production.INFO: ==26318== Releasing lock...
[2026-09-11 14:17:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 14:17:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 14:17:03] Production.INFO: Date 2026-09-11
[2026-09-11 14:17:03] Production.INFO: Reseller ==> 0
[2026-09-11 14:17:03] Production.INFO: Total Charge 0
[2026-09-11 14:17:03] Production.INFO: CreateAllLog End
[2026-09-11 14:17:03] Production.INFO: Account Balance End.
[2026-09-11 14:17:03] Production.ERROR: CronJobId end 12
[2026-09-11 14:17:03] Production.INFO: ==26316== Releasing lock...
[2026-09-11 14:17:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 14:17:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 14:17:04] Production.INFO: ==26312== Releasing lock...
[2026-09-11 14:17:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 14:17:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 14:17:11] Production.ERROR: CronJobId end10
[2026-09-11 14:17:11] Production.INFO: ==26314== Releasing lock...
[2026-09-11 14:17:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 14:17:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 14:17:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 14:17:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 14:17:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 14:17:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 14:17:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 14:17:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 14:17:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 14:17:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 14:17:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 14:17:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 14:17:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 14:17:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 14:17:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 14:17:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 14:17:14] Production.INFO: call_cost start
[2026-09-11 14:17:14] Production.INFO: call_cost end
[2026-09-11 14:17:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 14:17:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 14:17:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 14:17:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 14:17:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 14:17:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 14:17:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 14:17:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 14:17:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 14:17:14] Production.INFO: ==26310== Releasing lock...
[2026-09-11 14:17:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 14:17:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 19:18:02] Production.INFO: ==26371== Lock acquired, processing the job...
[2026-09-11 19:18:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 19:18:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 19:18:02] Production.INFO: neon service started
[2026-09-11 19:18:02] Production.INFO: neon service started
[2026-09-11 19:18:02] Production.INFO: ==26371== Releasing lock...
[2026-09-11 19:18:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 19:18:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 14:18:02] Production.INFO: ==26373== Lock acquired, processing the job...
[2026-09-11 14:18:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 14:18:02] Production.INFO: ==26373== Releasing lock...
[2026-09-11 14:18:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 14:18:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 18:18:03] Production.INFO: ==26375== Lock acquired, processing the job...
[2026-09-11 18:18:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 18:18:03] Production.INFO: ==26375== Releasing lock...
[2026-09-11 18:18:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 18:18:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 14:18:03] Production.INFO: ==26377== Lock acquired, processing the job...
[2026-09-11 14:18:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 14:18:03] Production.INFO: ==26379== Lock acquired, processing the job...
[2026-09-11 14:18:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 14:18:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 14:18:03] Production.INFO: ==26383== Lock acquired, processing the job...
[2026-09-11 14:18:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 14:18:03] Production.INFO: Account Balance Start.
[2026-09-11 14:18:03] Production.INFO: CreateAllLog Start
[2026-09-11 14:18:03] Production.INFO: 117
[2026-09-11 14:18:03] Production.INFO: ==26381== Lock acquired, processing the job...
[2026-09-11 14:18:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 14:18:03] Production.INFO: Date 2026-09-08
[2026-09-11 14:18:03] Production.INFO: Reseller ==> 0
[2026-09-11 14:18:03] Production.INFO: ==26385== Lock acquired, processing the job...
[2026-09-11 14:18:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 14:18:03] Production.INFO: Date 2026-09-09
[2026-09-11 14:18:03] Production.INFO: Reseller ==> 0
[2026-09-11 14:18:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 14:18:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 14:18:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 14:18:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 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-09-11 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-09-11 14:18:03] Production.INFO: Date 2026-09-10
[2026-09-11 14:18:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 14:18:03] Production.INFO: ==26385== Releasing lock...
[2026-09-11 14:18:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 14:18:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 14:18:03] Production.INFO: Date 2026-09-11
[2026-09-11 14:18:03] Production.INFO: Reseller ==> 0
[2026-09-11 14:18:04] Production.INFO: Total Charge 0
[2026-09-11 14:18:04] Production.INFO: CreateAllLog End
[2026-09-11 14:18:04] Production.INFO: Account Balance End.
[2026-09-11 14:18:04] Production.ERROR: CronJobId end 12
[2026-09-11 14:18:04] Production.INFO: ==26383== Releasing lock...
[2026-09-11 14:18:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 14:18:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 14:18:04] Production.INFO: ==26379== Releasing lock...
[2026-09-11 14:18:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 14:18:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 14:18:12] Production.ERROR: CronJobId end10
[2026-09-11 14:18:12] Production.INFO: ==26381== Releasing lock...
[2026-09-11 14:18:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 14:18:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 14:18:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 14:18:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 14:18:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 14:18:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 14:18:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 14:18:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 14:18:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 14:18:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 14:18:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 14:18:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 14:18:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 14:18:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 14:18:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 14:18:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 14:18:15] Production.INFO: call_cost start
[2026-09-11 14:18:15] Production.INFO: call_cost end
[2026-09-11 14:18:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 14:18:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 14:18:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 14:18:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 14:18:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 14:18:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 14:18:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 14:18:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 14:18:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 14:18:15] Production.INFO: ==26377== Releasing lock...
[2026-09-11 14:18:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 14:18:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 19:19:01] Production.INFO: ==26447== Lock acquired, processing the job...
[2026-09-11 19:19:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 19:19:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 19:19:01] Production.INFO: neon service started
[2026-09-11 19:19:01] Production.INFO: neon service started
[2026-09-11 19:19:01] Production.INFO: ==26447== Releasing lock...
[2026-09-11 19:19:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 19:19:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 18:19:01] Production.INFO: ==26451== Lock acquired, processing the job...
[2026-09-11 18:19:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 18:19:01] Production.INFO: ==26451== Releasing lock...
[2026-09-11 18:19:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 18:19:01] Production.INFO: 25 MB #Memory Used#
[2026-09-11 14:19:02] Production.INFO: ==26449== Lock acquired, processing the job...
[2026-09-11 14:19:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 14:19:02] Production.INFO: ==26449== Releasing lock...
[2026-09-11 14:19:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 14:19:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 14:19:02] Production.INFO: ==26453== Lock acquired, processing the job...
[2026-09-11 14:19:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 14:19:03] Production.INFO: ==26455== Lock acquired, processing the job...
[2026-09-11 14:19:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 14:19:03] Production.INFO: ==26457== Lock acquired, processing the job...
[2026-09-11 14:19:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 14:19:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 14:19:03] Production.INFO: ==26461== Lock acquired, processing the job...
[2026-09-11 14:19:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 14:19:03] Production.INFO: ==26459== Lock acquired, processing the job...
[2026-09-11 14:19:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 14:19:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 14:19:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 14:19:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 14:19:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 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-09-11 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-09-11 14:19:03] Production.INFO: Account Balance Start.
[2026-09-11 14:19:03] Production.INFO: CreateAllLog Start
[2026-09-11 14:19:03] Production.INFO: 117
[2026-09-11 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-09-11 14:19:03] Production.INFO: ==26461== Releasing lock...
[2026-09-11 14:19:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 14:19:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 14:19:03] Production.INFO: Date 2026-09-08
[2026-09-11 14:19:03] Production.INFO: Reseller ==> 0
[2026-09-11 14:19:03] Production.INFO: Date 2026-09-09
[2026-09-11 14:19:03] Production.INFO: Reseller ==> 0
[2026-09-11 14:19:03] Production.INFO: Date 2026-09-10
[2026-09-11 14:19:03] Production.INFO: Reseller ==> 0
[2026-09-11 14:19:03] Production.INFO: Date 2026-09-11
[2026-09-11 14:19:03] Production.INFO: Reseller ==> 0
[2026-09-11 14:19:03] Production.INFO: Total Charge 0
[2026-09-11 14:19:03] Production.INFO: CreateAllLog End
[2026-09-11 14:19:03] Production.INFO: Account Balance End.
[2026-09-11 14:19:03] Production.ERROR: CronJobId end 12
[2026-09-11 14:19:03] Production.INFO: ==26459== Releasing lock...
[2026-09-11 14:19:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 14:19:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 14:19:03] Production.INFO: ==26455== Releasing lock...
[2026-09-11 14:19:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 14:19:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 14:19:11] Production.ERROR: CronJobId end10
[2026-09-11 14:19:11] Production.INFO: ==26457== Releasing lock...
[2026-09-11 14:19:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 14:19:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 14:19:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 14:19:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 14:19:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 14:19:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 14:19:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 14:19:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 14:19:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 14:19:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 14:19:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 14:19:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 14:19:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 14:19:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 14:19:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 14:19:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 14:19:13] Production.INFO: call_cost start
[2026-09-11 14:19:13] Production.INFO: call_cost end
[2026-09-11 14:19:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 14:19:13] Production.INFO: ============== Report Schedule START===========
[2026-09-11 14:19:13] Production.INFO: ============== Report Schedule END===========
[2026-09-11 14:19:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 14:19:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 14:19:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 14:19:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 14:19:13] Production.INFO: ============== Deal alert START===========
[2026-09-11 14:19:13] Production.INFO: ============== Deal alert END===========
[2026-09-11 14:19:13] Production.INFO: ==26453== Releasing lock...
[2026-09-11 14:19:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 14:19:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 19:20:01] Production.INFO: ==26516== Lock acquired, processing the job...
[2026-09-11 19:20:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 19:20:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 19:20:02] Production.INFO: neon service started
[2026-09-11 19:20:02] Production.INFO: neon service started
[2026-09-11 19:20:02] Production.INFO: ==26516== Releasing lock...
[2026-09-11 19:20:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 19:20:02] Production.INFO: 25.5 MB #Memory Used#
[2026-09-11 14:20:02] Production.INFO: ==26518== Lock acquired, processing the job...
[2026-09-11 14:20:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 18:20:02] Production.INFO: ==26520== Lock acquired, processing the job...
[2026-09-11 18:20:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 18:20:02] Production.INFO: ==26520== Releasing lock...
[2026-09-11 18:20:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 18:20:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 14:20:02] Production.INFO: ==26518== Releasing lock...
[2026-09-11 14:20:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 14:20:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 14:20:03] Production.INFO: ==26523== Lock acquired, processing the job...
[2026-09-11 14:20:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 14:20:03] Production.INFO: ==26525== Lock acquired, processing the job...
[2026-09-11 14:20:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 14:20:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 14:20:03] Production.INFO: ==26527== Lock acquired, processing the job...
[2026-09-11 14:20:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 14:20:03] Production.INFO: ==26529== Lock acquired, processing the job...
[2026-09-11 14:20:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 14:20:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 14:20:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 14:20:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 14:20:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 14:20:03] Production.INFO: ==26531== Lock acquired, processing the job...
[2026-09-11 14:20:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 14:20:03] Production.INFO: Account Balance Start.
[2026-09-11 14:20:03] Production.INFO: CreateAllLog Start
[2026-09-11 14:20:03] Production.INFO: 117
[2026-09-11 14:20:03] Production.INFO: Date 2026-09-08
[2026-09-11 14:20:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 14: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-09-11 14: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-09-11 14:20:04] Production.INFO: ==26531== Releasing lock...
[2026-09-11 14:20:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 14:20:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 14:20:04] Production.INFO: Date 2026-09-09
[2026-09-11 14:20:04] Production.INFO: Reseller ==> 0
[2026-09-11 14:20:04] Production.INFO: Date 2026-09-10
[2026-09-11 14:20:04] Production.INFO: Reseller ==> 0
[2026-09-11 14:20:04] Production.INFO: Date 2026-09-11
[2026-09-11 14:20:04] Production.INFO: Reseller ==> 0
[2026-09-11 14:20:04] Production.INFO: Total Charge 0
[2026-09-11 14:20:04] Production.INFO: CreateAllLog End
[2026-09-11 14:20:04] Production.INFO: Account Balance End.
[2026-09-11 14:20:04] Production.ERROR: CronJobId end 12
[2026-09-11 14:20:04] Production.INFO: ==26529== Releasing lock...
[2026-09-11 14:20:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 14:20:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 14:20:04] Production.INFO: ==26525== Releasing lock...
[2026-09-11 14:20:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 14:20:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 14:20:12] Production.ERROR: CronJobId end10
[2026-09-11 14:20:12] Production.INFO: ==26527== Releasing lock...
[2026-09-11 14:20:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 14:20:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 14:20:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 14:20:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 14:20:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 14:20:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 14:20:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 14:20:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 14:20:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 14:20:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 14:20:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 14:20:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 14:20:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 14:20:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 14:20:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 14:20:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 14:20:14] Production.INFO: call_cost start
[2026-09-11 14:20:14] Production.INFO: call_cost end
[2026-09-11 14:20:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 14:20:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 14:20:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 14:20:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 14:20:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 14:20:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 14:20:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 14:20:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 14:20:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 14:20:14] Production.INFO: ==26523== Releasing lock...
[2026-09-11 14:20:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 14:20:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 19:21:01] Production.INFO: ==26589== Lock acquired, processing the job...
[2026-09-11 19:21:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 19:21:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 19:21:01] Production.INFO: neon service started
[2026-09-11 19:21:01] Production.INFO: neon service started
[2026-09-11 19:21:01] Production.INFO: ==26589== Releasing lock...
[2026-09-11 19:21:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 19:21:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 14:21:02] Production.INFO: ==26591== Lock acquired, processing the job...
[2026-09-11 14:21:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 18:21:02] Production.INFO: ==26593== Lock acquired, processing the job...
[2026-09-11 18:21:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 18:21:02] Production.INFO: ==26593== Releasing lock...
[2026-09-11 18:21:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 18:21:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 14:21:02] Production.INFO: ==26591== Releasing lock...
[2026-09-11 14:21:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 14:21:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 14:21:02] Production.INFO: ==26602== Lock acquired, processing the job...
[2026-09-11 14:21:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 14:21:03] Production.INFO: Account Balance Start.
[2026-09-11 14:21:03] Production.INFO: CreateAllLog Start
[2026-09-11 14:21:03] Production.INFO: 117
[2026-09-11 14:21:03] Production.INFO: Date 2026-09-08
[2026-09-11 14:21:03] Production.INFO: Reseller ==> 0
[2026-09-11 14:21:03] Production.INFO: Date 2026-09-09
[2026-09-11 14:21:03] Production.INFO: Reseller ==> 0
[2026-09-11 14:21:03] Production.INFO: Date 2026-09-10
[2026-09-11 14:21:03] Production.INFO: Reseller ==> 0
[2026-09-11 14:21:03] Production.INFO: Date 2026-09-11
[2026-09-11 14:21:03] Production.INFO: Reseller ==> 0
[2026-09-11 14:21:03] Production.INFO: Total Charge 0
[2026-09-11 14:21:03] Production.INFO: CreateAllLog End
[2026-09-11 14:21:03] Production.INFO: Account Balance End.
[2026-09-11 14:21:03] Production.ERROR: CronJobId end 12
[2026-09-11 14:21:03] Production.INFO: ==26602== Releasing lock...
[2026-09-11 14:21:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 14:21:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 14:21:03] Production.INFO: ==26596== Lock acquired, processing the job...
[2026-09-11 14:21:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 14:21:03] Production.INFO: ==26598== Lock acquired, processing the job...
[2026-09-11 14:21:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 14:21:03] Production.INFO: ==26600== Lock acquired, processing the job...
[2026-09-11 14:21:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 14:21:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 14:21:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 14:21:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 14:21:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 14:21:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 14:21:03] Production.INFO: ==26604== Lock acquired, processing the job...
[2026-09-11 14:21:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 14: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-09-11 14: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-09-11 14: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-09-11 14:21:03] Production.INFO: ==26604== Releasing lock...
[2026-09-11 14:21:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 14:21:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 14:21:04] Production.INFO: ==26598== Releasing lock...
[2026-09-11 14:21:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 14:21:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 14:21:11] Production.ERROR: CronJobId end10
[2026-09-11 14:21:11] Production.INFO: ==26600== Releasing lock...
[2026-09-11 14:21:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 14:21:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 14:21:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 14:21:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 14:21:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 14:21:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 14:21:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 14:21:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 14:21:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 14:21:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 14:21:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 14:21:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 14:21:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 14:21:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 14:21:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 14:21:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 14:21:14] Production.INFO: call_cost start
[2026-09-11 14:21:14] Production.INFO: call_cost end
[2026-09-11 14:21:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 14:21:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 14:21:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 14:21:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 14:21:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 14:21:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 14:21:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 14:21:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 14:21:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 14:21:14] Production.INFO: ==26596== Releasing lock...
[2026-09-11 14:21:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 14:21:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 19:22:01] Production.INFO: ==26657== Lock acquired, processing the job...
[2026-09-11 19:22:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 19:22:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 19:22:01] Production.INFO: neon service started
[2026-09-11 19:22:02] Production.INFO: neon service started
[2026-09-11 19:22:02] Production.INFO: ==26657== Releasing lock...
[2026-09-11 19:22:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 19:22:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 14:22:02] Production.INFO: ==26659== Lock acquired, processing the job...
[2026-09-11 14:22:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 18:22:02] Production.INFO: ==26661== Lock acquired, processing the job...
[2026-09-11 18:22:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 18:22:02] Production.INFO: ==26661== Releasing lock...
[2026-09-11 18:22:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 18:22:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 14:22:02] Production.INFO: ==26659== Releasing lock...
[2026-09-11 14:22:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 14:22:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 14:22:03] Production.INFO: ==26664== Lock acquired, processing the job...
[2026-09-11 14:22:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 14:22:03] Production.INFO: ==26666== Lock acquired, processing the job...
[2026-09-11 14:22:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 14:22:03] Production.INFO: ==26668== Lock acquired, processing the job...
[2026-09-11 14:22:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 14:22:03] Production.INFO: ==26670== Lock acquired, processing the job...
[2026-09-11 14:22:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 14:22:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 14:22:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 14:22:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 14:22:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 14:22:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 14:22:03] Production.INFO: Account Balance Start.
[2026-09-11 14:22:03] Production.INFO: CreateAllLog Start
[2026-09-11 14:22:03] Production.INFO: 117
[2026-09-11 14:22:03] Production.INFO: Date 2026-09-08
[2026-09-11 14:22:03] Production.INFO: ==26672== Lock acquired, processing the job...
[2026-09-11 14:22:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 14:22:04] Production.INFO: Reseller ==> 0
[2026-09-11 14:22:04] Production.INFO: Date 2026-09-09
[2026-09-11 14:22:04] Production.INFO: Reseller ==> 0
[2026-09-11 14:22:04] Production.INFO: Date 2026-09-10
[2026-09-11 14:22:04] Production.INFO: Reseller ==> 0
[2026-09-11 14: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-09-11 14: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-09-11 14: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-09-11 14:22:04] Production.INFO: ==26672== Releasing lock...
[2026-09-11 14:22:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 14:22:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 14:22:04] Production.INFO: Date 2026-09-11
[2026-09-11 14:22:04] Production.INFO: Reseller ==> 0
[2026-09-11 14:22:04] Production.INFO: Total Charge 0
[2026-09-11 14:22:04] Production.INFO: CreateAllLog End
[2026-09-11 14:22:04] Production.INFO: Account Balance End.
[2026-09-11 14:22:04] Production.ERROR: CronJobId end 12
[2026-09-11 14:22:04] Production.INFO: ==26670== Releasing lock...
[2026-09-11 14:22:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 14:22:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 14:22:04] Production.INFO: ==26666== Releasing lock...
[2026-09-11 14:22:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 14:22:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 14:22:11] Production.ERROR: CronJobId end10
[2026-09-11 14:22:11] Production.INFO: ==26668== Releasing lock...
[2026-09-11 14:22:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 14:22:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 14:22:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 14:22:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 14:22:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 14:22:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 14:22:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 14:22:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 14:22:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 14:22:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 14:22:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 14:22:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 14:22:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 14:22:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 14:22:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 14:22:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 14:22:14] Production.INFO: call_cost start
[2026-09-11 14:22:14] Production.INFO: call_cost end
[2026-09-11 14:22:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 14:22:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 14:22:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 14:22:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 14:22:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 14:22:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 14:22:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 14:22:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 14:22:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 14:22:14] Production.INFO: ==26664== Releasing lock...
[2026-09-11 14:22:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 14:22:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 19:23:01] Production.INFO: ==26727== Lock acquired, processing the job...
[2026-09-11 19:23:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 19:23:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 19:23:01] Production.INFO: neon service started
[2026-09-11 19:23:01] Production.INFO: neon service started
[2026-09-11 19:23:01] Production.INFO: ==26727== Releasing lock...
[2026-09-11 19:23:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 19:23:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 14:23:01] Production.INFO: ==26729== Lock acquired, processing the job...
[2026-09-11 14:23:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 14:23:02] Production.INFO: ==26729== Releasing lock...
[2026-09-11 14:23:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 14:23:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 18:23:02] Production.INFO: ==26731== Lock acquired, processing the job...
[2026-09-11 18:23:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 18:23:02] Production.INFO: ==26731== Releasing lock...
[2026-09-11 18:23:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 18:23:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 14:23:02] Production.INFO: ==26734== Lock acquired, processing the job...
[2026-09-11 14:23:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 14:23:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 14:23:03] Production.INFO: ==26738== Lock acquired, processing the job...
[2026-09-11 14:23:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 14:23:03] Production.INFO: ==26740== Lock acquired, processing the job...
[2026-09-11 14:23:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 14:23:03] Production.INFO: ==26736== Lock acquired, processing the job...
[2026-09-11 14:23:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 14:23:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 14:23:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 14:23:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 14:23:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 14:23:03] Production.INFO: Account Balance Start.
[2026-09-11 14:23:03] Production.INFO: CreateAllLog Start
[2026-09-11 14:23:03] Production.INFO: 117
[2026-09-11 14:23:03] Production.INFO: ==26742== Lock acquired, processing the job...
[2026-09-11 14:23:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 14:23:03] Production.INFO: Date 2026-09-08
[2026-09-11 14:23:03] Production.INFO: Reseller ==> 0
[2026-09-11 14:23:03] Production.INFO: Date 2026-09-09
[2026-09-11 14:23:03] Production.INFO: Reseller ==> 0
[2026-09-11 14:23:03] Production.INFO: Date 2026-09-10
[2026-09-11 14:23:03] Production.INFO: Reseller ==> 0
[2026-09-11 14:23:03] Production.INFO: Date 2026-09-11
[2026-09-11 14:23:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 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-09-11 14:23:03] Production.INFO: ==26742== Releasing lock...
[2026-09-11 14:23:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 14:23:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 14:23:03] Production.INFO: Total Charge 0
[2026-09-11 14:23:03] Production.INFO: CreateAllLog End
[2026-09-11 14:23:03] Production.INFO: Account Balance End.
[2026-09-11 14:23:03] Production.ERROR: CronJobId end 12
[2026-09-11 14:23:03] Production.INFO: ==26740== Releasing lock...
[2026-09-11 14:23:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 14:23:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 14:23:04] Production.INFO: ==26736== Releasing lock...
[2026-09-11 14:23:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 14:23:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 14:23:11] Production.ERROR: CronJobId end10
[2026-09-11 14:23:11] Production.INFO: ==26738== Releasing lock...
[2026-09-11 14:23:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 14:23:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 14:23:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 14:23:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 14:23:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 14:23:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 14:23:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 14:23:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 14:23:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 14:23:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 14:23:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 14:23:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 14:23:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 14:23:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 14:23:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 14:23:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 14:23:14] Production.INFO: call_cost start
[2026-09-11 14:23:14] Production.INFO: call_cost end
[2026-09-11 14:23:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 14:23:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 14:23:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 14:23:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 14:23:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 14:23:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 14:23:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 14:23:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 14:23:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 14:23:14] Production.INFO: ==26734== Releasing lock...
[2026-09-11 14:23:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 14:23:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 19:24:01] Production.INFO: ==26800== Lock acquired, processing the job...
[2026-09-11 19:24:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 19:24:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 19:24:01] Production.INFO: neon service started
[2026-09-11 19:24:01] Production.INFO: neon service started
[2026-09-11 19:24:01] Production.INFO: ==26800== Releasing lock...
[2026-09-11 19:24:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 19:24:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 14:24:02] Production.INFO: ==26802== Lock acquired, processing the job...
[2026-09-11 14:24:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 14:24:02] Production.INFO: ==26802== Releasing lock...
[2026-09-11 14:24:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 14:24:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 18:24:02] Production.INFO: ==26804== Lock acquired, processing the job...
[2026-09-11 18:24:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 18:24:02] Production.INFO: ==26804== Releasing lock...
[2026-09-11 18:24:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 18:24:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 14:24:03] Production.INFO: ==26806== Lock acquired, processing the job...
[2026-09-11 14:24:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 14:24:03] Production.INFO: ==26808== Lock acquired, processing the job...
[2026-09-11 14:24:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 14:24:03] Production.INFO: ==26810== Lock acquired, processing the job...
[2026-09-11 14:24:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 14:24:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 14:24:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 14:24:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 14:24:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 14:24:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 14:24:03] Production.INFO: ==26812== Lock acquired, processing the job...
[2026-09-11 14:24:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 14:24:03] Production.INFO: ==26815== Lock acquired, processing the job...
[2026-09-11 14:24:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 14:24:03] Production.INFO: Account Balance Start.
[2026-09-11 14:24:03] Production.INFO: CreateAllLog Start
[2026-09-11 14:24:03] Production.INFO: 117
[2026-09-11 14:24:03] Production.INFO: Date 2026-09-08
[2026-09-11 14:24:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 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-09-11 14:24:03] Production.INFO: ==26815== Releasing lock...
[2026-09-11 14:24:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 14:24:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 14:24:03] Production.INFO: Date 2026-09-09
[2026-09-11 14:24:03] Production.INFO: Reseller ==> 0
[2026-09-11 14:24:03] Production.INFO: Date 2026-09-10
[2026-09-11 14:24:03] Production.INFO: Reseller ==> 0
[2026-09-11 14:24:03] Production.INFO: Date 2026-09-11
[2026-09-11 14:24:03] Production.INFO: Reseller ==> 0
[2026-09-11 14:24:03] Production.INFO: Total Charge 0
[2026-09-11 14:24:03] Production.INFO: CreateAllLog End
[2026-09-11 14:24:03] Production.INFO: Account Balance End.
[2026-09-11 14:24:03] Production.ERROR: CronJobId end 12
[2026-09-11 14:24:03] Production.INFO: ==26812== Releasing lock...
[2026-09-11 14:24:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 14:24:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 14:24:04] Production.INFO: ==26808== Releasing lock...
[2026-09-11 14:24:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 14:24:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 14:24:12] Production.ERROR: CronJobId end10
[2026-09-11 14:24:12] Production.INFO: ==26810== Releasing lock...
[2026-09-11 14:24:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 14:24:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 14:24:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 14:24:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 14:24:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 14:24:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 14:24:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 14:24:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 14:24:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 14:24:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 14:24:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 14:24:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 14:24:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 14:24:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 14:24:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 14:24:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 14:24:14] Production.INFO: call_cost start
[2026-09-11 14:24:14] Production.INFO: call_cost end
[2026-09-11 14:24:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 14:24:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 14:24:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 14:24:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 14:24:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 14:24:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 14:24:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 14:24:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 14:24:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 14:24:14] Production.INFO: ==26806== Releasing lock...
[2026-09-11 14:24:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 14:24:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 19:25:01] Production.INFO: ==26867== Lock acquired, processing the job...
[2026-09-11 19:25:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 19:25:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 19:25:01] Production.INFO: neon service started
[2026-09-11 19:25:01] Production.INFO: neon service started
[2026-09-11 19:25:01] Production.INFO: ==26867== Releasing lock...
[2026-09-11 19:25:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 19:25:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 14:25:01] Production.INFO: ==26869== Lock acquired, processing the job...
[2026-09-11 14:25:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 18:25:02] Production.INFO: ==26871== Lock acquired, processing the job...
[2026-09-11 18:25:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 14:25:02] Production.INFO: ==26869== Releasing lock...
[2026-09-11 14:25:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 14:25:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 18:25:02] Production.INFO: ==26871== Releasing lock...
[2026-09-11 18:25:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 18:25:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 14:25:02] Production.INFO: ==26876== Lock acquired, processing the job...
[2026-09-11 14:25:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 14:25:02] Production.INFO: ==26884== Lock acquired, processing the job...
[2026-09-11 14:25:02] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-11 14:25:02] Production.ERROR: tblTempUsageDetail_20
[2026-09-11 14:25:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 14:25:02] Production.INFO: ==26886== Lock acquired, processing the job...
[2026-09-11 14:25:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 14:25:03] Production.INFO: ==26878== Lock acquired, processing the job...
[2026-09-11 14:25:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 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-09-11 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-09-11 14:25:03] Production.INFO: ==26873== Lock acquired, processing the job...
[2026-09-11 14:25:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-11 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-09-11 14:25:03] Production.ERROR: done
[2026-09-11 14:25:03] Production.INFO: ==26886== Releasing lock...
[2026-09-11 14:25:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 14:25:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 14:25:03] Production.INFO: ==26880== Lock acquired, processing the job...
[2026-09-11 14:25:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 14:25:03] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-11 14:25:03] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17984907', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) start
[2026-09-11 14:25:03] Production.INFO: ==26882== Lock acquired, processing the job...
[2026-09-11 14:25:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 14:25:03] Production.ERROR: ========================== active cronjob start =============================
[2026-09-11 14:25:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-11 14:25:03] Production.ERROR: CronJob PID - 26876
[2026-09-11 14:25:03] Production.ERROR: CronJob Title - System Alerts
[2026-09-11 14:25:03] Production.ERROR: CronJob ID - 5
[2026-09-11 14:25:03] Production.ERROR: CronJob Last Run Time 2026-09-11 14:25:00
[2026-09-11 14:25:03] Production.ERROR: CronJob Active Minutes 0
[2026-09-11 14:25:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-11 14:25:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-11 14:25:03] Production.ERROR: CronJob PID - 26878
[2026-09-11 14:25:03] Production.ERROR: CronJob Title - Account Block
[2026-09-11 14:25:03] Production.ERROR: CronJob ID - 7
[2026-09-11 14:25:03] Production.ERROR: CronJob Last Run Time 2026-09-11 14:25:00
[2026-09-11 14:25:03] Production.ERROR: CronJob Active Minutes 0
[2026-09-11 14:25:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-11 14:25:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-11 14:25:03] Production.ERROR: CronJob PID - 26880
[2026-09-11 14:25:03] Production.ERROR: CronJob Title - Create Customer Summary Live
[2026-09-11 14:25:03] Production.ERROR: CronJob ID - 10
[2026-09-11 14:25:03] Production.ERROR: CronJob Last Run Time 2026-09-11 14:25:00
[2026-09-11 14:25:03] Production.ERROR: CronJob Active Minutes 0
[2026-09-11 14:25:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-11 14:25:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-11 14:25:03] Production.ERROR: CronJob PID - 26884
[2026-09-11 14:25:03] Production.ERROR: CronJob Title - PBX - DanielGraystone - 54.39.17.106 Reseller CDR Process
[2026-09-11 14:25:03] Production.ERROR: CronJob ID - 17
[2026-09-11 14:25:03] Production.ERROR: CronJob Last Run Time 2026-09-11 14:25:00
[2026-09-11 14:25:03] Production.ERROR: CronJob Active Minutes 0
[2026-09-11 14:25:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-11 14:25:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 14:25:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 14:25:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 14:25:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 14:25:03] Production.ERROR: ========================== active cronjob end =============================
[2026-09-11 14:25:03] Production.INFO: ==26873== Releasing lock...
[2026-09-11 14:25:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-11 14:25:03] Production.INFO: 25.5 MB #Memory Used#
[2026-09-11 14:25:03] Production.INFO: Account Balance Start.
[2026-09-11 14:25:03] Production.INFO: CreateAllLog Start
[2026-09-11 14:25:03] Production.INFO: 117
[2026-09-11 14:25:03] Production.INFO: Date 2026-09-08
[2026-09-11 14:25:03] Production.INFO: Reseller ==> 0
[2026-09-11 14:25:03] Production.INFO: Date 2026-09-09
[2026-09-11 14:25:03] Production.INFO: Reseller ==> 0
[2026-09-11 14:25:03] Production.INFO: Date 2026-09-10
[2026-09-11 14:25:03] Production.INFO: Reseller ==> 0
[2026-09-11 14:25:03] Production.INFO: Date 2026-09-11
[2026-09-11 14:25:03] Production.INFO: Reseller ==> 0
[2026-09-11 14:25:03] Production.INFO: Total Charge 0
[2026-09-11 14:25:03] Production.INFO: CreateAllLog End
[2026-09-11 14:25:03] Production.INFO: Account Balance End.
[2026-09-11 14:25:03] Production.ERROR: CronJobId end 12
[2026-09-11 14:25:03] Production.INFO: ==26882== Releasing lock...
[2026-09-11 14:25:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 14:25:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 14:25:04] Production.INFO: ==26878== Releasing lock...
[2026-09-11 14:25:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 14:25:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 14:25:08] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17984907', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) end
[2026-09-11 14:25:08] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-11 14:25:08] Production.INFO: ProcessCDR(1,17984907,1,1,2)
[2026-09-11 14:25:08] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17984907,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 14:25:08] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17984907,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 14:25:08] Production.ERROR: pbx prc_insertCDR start
[2026-09-11 14:25:08] Production.ERROR: pbx prc_insertCDR end
[2026-09-11 14:25:08] Production.INFO: ==26884== Releasing lock...
[2026-09-11 14:25:08] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-11 14:25:08] Production.INFO: 26 MB #Memory Used#
[2026-09-11 14:25:13] Production.ERROR: CronJobId end10
[2026-09-11 14:25:13] Production.INFO: ==26880== Releasing lock...
[2026-09-11 14:25:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 14:25:13] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 14:25:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 14:25:15] Production.INFO: ============== Balance Warning START===========
[2026-09-11 14:25:15] Production.INFO: ============== Balance Warning END===========
[2026-09-11 14:25:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 14:25:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 14:25:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 14:25:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 14:25:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 14:25:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 14:25:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 14:25:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 14:25:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 14:25:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 14:25:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 14:25:16] Production.INFO: call_cost start
[2026-09-11 14:25:16] Production.INFO: call_cost end
[2026-09-11 14:25:16] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 14:25:16] Production.INFO: ============== Report Schedule START===========
[2026-09-11 14:25:16] Production.INFO: ============== Report Schedule END===========
[2026-09-11 14:25:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 14:25:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 14:25:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 14:25:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 14:25:16] Production.INFO: ============== Deal alert START===========
[2026-09-11 14:25:16] Production.INFO: ============== Deal alert END===========
[2026-09-11 14:25:16] Production.INFO: ==26876== Releasing lock...
[2026-09-11 14:25:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 14:25:16] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 19:26:01] Production.INFO: ==26942== Lock acquired, processing the job...
[2026-09-11 19:26:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 19:26:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 19:26:01] Production.INFO: neon service started
[2026-09-11 19:26:01] Production.INFO: neon service started
[2026-09-11 19:26:01] Production.INFO: ==26942== Releasing lock...
[2026-09-11 19:26:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 19:26:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 14:26:02] Production.INFO: ==26944== Lock acquired, processing the job...
[2026-09-11 14:26:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 14:26:02] Production.INFO: ==26944== Releasing lock...
[2026-09-11 14:26:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 14:26:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 18:26:02] Production.INFO: ==26946== Lock acquired, processing the job...
[2026-09-11 18:26:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 18:26:02] Production.INFO: ==26946== Releasing lock...
[2026-09-11 18:26:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 18:26:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 14:26:03] Production.INFO: ==26948== Lock acquired, processing the job...
[2026-09-11 14:26:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 14:26:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 14:26:03] Production.INFO: ==26950== Lock acquired, processing the job...
[2026-09-11 14:26:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 14:26:03] Production.INFO: ==26956== Lock acquired, processing the job...
[2026-09-11 14:26:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 14:26:03] Production.INFO: ==26952== Lock acquired, processing the job...
[2026-09-11 14:26:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 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-09-11 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-09-11 14:26:03] Production.INFO: ==26954== Lock acquired, processing the job...
[2026-09-11 14:26:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 14:26:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 14:26:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 14:26:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 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-09-11 14:26:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 14:26:03] Production.INFO: ==26956== Releasing lock...
[2026-09-11 14:26:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 14:26:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 14:26:03] Production.INFO: Account Balance Start.
[2026-09-11 14:26:03] Production.INFO: CreateAllLog Start
[2026-09-11 14:26:03] Production.INFO: 117
[2026-09-11 14:26:03] Production.INFO: Date 2026-09-08
[2026-09-11 14:26:03] Production.INFO: Reseller ==> 0
[2026-09-11 14:26:03] Production.INFO: Date 2026-09-09
[2026-09-11 14:26:03] Production.INFO: Reseller ==> 0
[2026-09-11 14:26:03] Production.INFO: Date 2026-09-10
[2026-09-11 14:26:03] Production.INFO: Reseller ==> 0
[2026-09-11 14:26:03] Production.INFO: Date 2026-09-11
[2026-09-11 14:26:03] Production.INFO: Reseller ==> 0
[2026-09-11 14:26:03] Production.INFO: Total Charge 0
[2026-09-11 14:26:03] Production.INFO: CreateAllLog End
[2026-09-11 14:26:03] Production.INFO: ==26950== Releasing lock...
[2026-09-11 14:26:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 14:26:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 14:26:04] Production.INFO: Account Balance End.
[2026-09-11 14:26:04] Production.ERROR: CronJobId end 12
[2026-09-11 14:26:04] Production.INFO: ==26954== Releasing lock...
[2026-09-11 14:26:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 14:26:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 14:26:11] Production.ERROR: CronJobId end10
[2026-09-11 14:26:11] Production.INFO: ==26952== Releasing lock...
[2026-09-11 14:26:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 14:26:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 14:26:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 14:26:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 14:26:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 14:26:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 14:26:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 14:26:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 14:26:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 14:26:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 14:26:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 14:26:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 14:26:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 14:26:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 14:26:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 14:26:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 14:26:14] Production.INFO: call_cost start
[2026-09-11 14:26:14] Production.INFO: call_cost end
[2026-09-11 14:26:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 14:26:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 14:26:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 14:26:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 14:26:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 14:26:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 14:26:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 14:26:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 14:26:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 14:26:14] Production.INFO: ==26948== Releasing lock...
[2026-09-11 14:26:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 14:26:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 19:27:02] Production.INFO: ==27016== Lock acquired, processing the job...
[2026-09-11 19:27:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 19:27:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 19:27:02] Production.INFO: neon service started
[2026-09-11 19:27:02] Production.INFO: neon service started
[2026-09-11 19:27:02] Production.INFO: ==27016== Releasing lock...
[2026-09-11 19:27:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 19:27:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 18:27:02] Production.INFO: ==27020== Lock acquired, processing the job...
[2026-09-11 18:27:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 18:27:02] Production.INFO: ==27020== Releasing lock...
[2026-09-11 18:27:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 18:27:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 14:27:02] Production.INFO: ==27018== Lock acquired, processing the job...
[2026-09-11 14:27:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 14:27:02] Production.INFO: ==27018== Releasing lock...
[2026-09-11 14:27:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 14:27:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 14:27:03] Production.INFO: ==27024== Lock acquired, processing the job...
[2026-09-11 14:27:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 14:27:03] Production.INFO: ==27022== Lock acquired, processing the job...
[2026-09-11 14:27:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 14:27:03] Production.INFO: ==27026== Lock acquired, processing the job...
[2026-09-11 14:27:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 14:27:03] Production.INFO: ==27028== Lock acquired, processing the job...
[2026-09-11 14:27:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 14:27:03] Production.INFO: ==27030== Lock acquired, processing the job...
[2026-09-11 14:27:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 14:27:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 14:27:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 14:27:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 14:27:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 14:27:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 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-09-11 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-09-11 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-09-11 14:27:03] Production.INFO: ==27030== Releasing lock...
[2026-09-11 14:27:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 14:27:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 14:27:04] Production.INFO: Account Balance Start.
[2026-09-11 14:27:04] Production.INFO: CreateAllLog Start
[2026-09-11 14:27:04] Production.INFO: 117
[2026-09-11 14:27:04] Production.INFO: Date 2026-09-08
[2026-09-11 14:27:04] Production.INFO: Reseller ==> 0
[2026-09-11 14:27:04] Production.INFO: Date 2026-09-09
[2026-09-11 14:27:04] Production.INFO: Reseller ==> 0
[2026-09-11 14:27:04] Production.INFO: Date 2026-09-10
[2026-09-11 14:27:04] Production.INFO: Reseller ==> 0
[2026-09-11 14:27:04] Production.INFO: Date 2026-09-11
[2026-09-11 14:27:04] Production.INFO: Reseller ==> 0
[2026-09-11 14:27:04] Production.INFO: Total Charge 0
[2026-09-11 14:27:04] Production.INFO: CreateAllLog End
[2026-09-11 14:27:04] Production.INFO: Account Balance End.
[2026-09-11 14:27:04] Production.ERROR: CronJobId end 12
[2026-09-11 14:27:04] Production.INFO: ==27028== Releasing lock...
[2026-09-11 14:27:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 14:27:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 14:27:04] Production.INFO: ==27024== Releasing lock...
[2026-09-11 14:27:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 14:27:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 14:27:11] Production.ERROR: CronJobId end10
[2026-09-11 14:27:11] Production.INFO: ==27026== Releasing lock...
[2026-09-11 14:27:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 14:27:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 14:27:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 14:27:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 14:27:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 14:27:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 14:27:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 14:27:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 14:27:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 14:27:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 14:27:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 14:27:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 14:27:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 14:27:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 14:27:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 14:27:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 14:27:14] Production.INFO: call_cost start
[2026-09-11 14:27:14] Production.INFO: call_cost end
[2026-09-11 14:27:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 14:27:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 14:27:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 14:27:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 14:27:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 14:27:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 14:27:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 14:27:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 14:27:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 14:27:14] Production.INFO: ==27022== Releasing lock...
[2026-09-11 14:27:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 14:27:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 19:28:01] Production.INFO: ==27084== Lock acquired, processing the job...
[2026-09-11 19:28:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 19:28:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 19:28:01] Production.INFO: neon service started
[2026-09-11 19:28:01] Production.INFO: neon service started
[2026-09-11 19:28:01] Production.INFO: ==27084== Releasing lock...
[2026-09-11 19:28:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 19:28:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 14:28:02] Production.INFO: ==27086== Lock acquired, processing the job...
[2026-09-11 14:28:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 18:28:02] Production.INFO: ==27088== Lock acquired, processing the job...
[2026-09-11 18:28:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 18:28:02] Production.INFO: ==27088== Releasing lock...
[2026-09-11 18:28:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 18:28:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 14:28:02] Production.INFO: ==27086== Releasing lock...
[2026-09-11 14:28:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 14:28:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 14:28:03] Production.INFO: ==27091== Lock acquired, processing the job...
[2026-09-11 14:28:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 14:28:03] Production.INFO: ==27097== Lock acquired, processing the job...
[2026-09-11 14:28:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 14:28:03] Production.INFO: ==27093== Lock acquired, processing the job...
[2026-09-11 14:28:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 14:28:03] Production.INFO: ==27095== Lock acquired, processing the job...
[2026-09-11 14:28:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 14:28:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 14:28:03] Production.INFO: Account Balance Start.
[2026-09-11 14:28:03] Production.INFO: CreateAllLog Start
[2026-09-11 14:28:03] Production.INFO: 117
[2026-09-11 14:28:03] Production.INFO: Date 2026-09-08
[2026-09-11 14:28:03] Production.INFO: ==27099== Lock acquired, processing the job...
[2026-09-11 14:28:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 14:28:03] Production.INFO: Reseller ==> 0
[2026-09-11 14:28:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 14:28:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 14:28:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 14:28:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 14:28:03] Production.INFO: Date 2026-09-09
[2026-09-11 14:28:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 14:28:03] Production.INFO: Date 2026-09-10
[2026-09-11 14:28:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 14:28:03] Production.INFO: ==27099== Releasing lock...
[2026-09-11 14:28:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 14:28:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 14:28:03] Production.INFO: Date 2026-09-11
[2026-09-11 14:28:03] Production.INFO: Reseller ==> 0
[2026-09-11 14:28:03] Production.INFO: Total Charge 0
[2026-09-11 14:28:03] Production.INFO: CreateAllLog End
[2026-09-11 14:28:04] Production.INFO: Account Balance End.
[2026-09-11 14:28:04] Production.ERROR: CronJobId end 12
[2026-09-11 14:28:04] Production.INFO: ==27097== Releasing lock...
[2026-09-11 14:28:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 14:28:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 14:28:04] Production.INFO: ==27093== Releasing lock...
[2026-09-11 14:28:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 14:28:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 14:28:10] Production.ERROR: CronJobId end10
[2026-09-11 14:28:10] Production.INFO: ==27095== Releasing lock...
[2026-09-11 14:28:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 14:28:10] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 14:28:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 14:28:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 14:28:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 14:28:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 14:28:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 14:28:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 14:28:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 14:28:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 14:28:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 14:28:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 14:28:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 14:28:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 14:28:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 14:28:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 14:28:14] Production.INFO: call_cost start
[2026-09-11 14:28:14] Production.INFO: call_cost end
[2026-09-11 14:28:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 14:28:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 14:28:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 14:28:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 14:28:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 14:28:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 14:28:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 14:28:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 14:28:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 14:28:14] Production.INFO: ==27091== Releasing lock...
[2026-09-11 14:28:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 14:28:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 19:29:02] Production.INFO: ==27153== Lock acquired, processing the job...
[2026-09-11 19:29:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 19:29:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 19:29:02] Production.INFO: neon service started
[2026-09-11 19:29:02] Production.INFO: neon service started
[2026-09-11 19:29:02] Production.INFO: ==27153== Releasing lock...
[2026-09-11 19:29:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 19:29:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 14:29:02] Production.INFO: ==27155== Lock acquired, processing the job...
[2026-09-11 14:29:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 18:29:02] Production.INFO: ==27157== Lock acquired, processing the job...
[2026-09-11 18:29:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 18:29:02] Production.INFO: ==27157== Releasing lock...
[2026-09-11 18:29:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 18:29:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 14:29:03] Production.INFO: ==27155== Releasing lock...
[2026-09-11 14:29:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 14:29:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 14:29:03] Production.INFO: ==27162== Lock acquired, processing the job...
[2026-09-11 14:29:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 14:29:03] Production.INFO: ==27160== Lock acquired, processing the job...
[2026-09-11 14:29:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 14:29:03] Production.INFO: ==27166== Lock acquired, processing the job...
[2026-09-11 14:29:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 14:29:03] Production.INFO: ==27164== Lock acquired, processing the job...
[2026-09-11 14:29:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 14:29:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 14:29:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 14:29:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 14:29:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 14:29:03] Production.INFO: ==27168== Lock acquired, processing the job...
[2026-09-11 14:29:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 14:29:04] Production.INFO: Account Balance Start.
[2026-09-11 14:29:04] Production.INFO: CreateAllLog Start
[2026-09-11 14:29:04] Production.INFO: 117
[2026-09-11 14:29:04] Production.INFO: Date 2026-09-08
[2026-09-11 14:29:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 14:29:04] Production.INFO: Reseller ==> 0
[2026-09-11 14: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-09-11 14: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-09-11 14: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-09-11 14:29:04] Production.INFO: Date 2026-09-09
[2026-09-11 14:29:04] Production.INFO: Reseller ==> 0
[2026-09-11 14:29:04] Production.INFO: ==27168== Releasing lock...
[2026-09-11 14:29:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 14:29:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 14:29:04] Production.INFO: Date 2026-09-10
[2026-09-11 14:29:04] Production.INFO: Reseller ==> 0
[2026-09-11 14:29:04] Production.INFO: Date 2026-09-11
[2026-09-11 14:29:04] Production.INFO: Reseller ==> 0
[2026-09-11 14:29:04] Production.INFO: Total Charge 0
[2026-09-11 14:29:04] Production.INFO: CreateAllLog End
[2026-09-11 14:29:04] Production.INFO: Account Balance End.
[2026-09-11 14:29:04] Production.ERROR: CronJobId end 12
[2026-09-11 14:29:04] Production.INFO: ==27166== Releasing lock...
[2026-09-11 14:29:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 14:29:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 14:29:04] Production.INFO: ==27162== Releasing lock...
[2026-09-11 14:29:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 14:29:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 14:29:11] Production.ERROR: CronJobId end10
[2026-09-11 14:29:11] Production.INFO: ==27164== Releasing lock...
[2026-09-11 14:29:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 14:29:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 14:29:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 14:29:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 14:29:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 14:29:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 14:29:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 14:29:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 14:29:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 14:29:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 14:29:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 14:29:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 14:29:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 14:29:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 14:29:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 14:29:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 14:29:15] Production.INFO: call_cost start
[2026-09-11 14:29:15] Production.INFO: call_cost end
[2026-09-11 14:29:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 14:29:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 14:29:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 14:29:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 14:29:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 14:29:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 14:29:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 14:29:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 14:29:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 14:29:15] Production.INFO: ==27160== Releasing lock...
[2026-09-11 14:29:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 14:29:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 19:30:01] Production.INFO: ==27221== Lock acquired, processing the job...
[2026-09-11 19:30:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 19:30:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 19:30:01] Production.INFO: neon service started
[2026-09-11 19:30:01] Production.INFO: neon service started
[2026-09-11 19:30:01] Production.INFO: ==27221== Releasing lock...
[2026-09-11 19:30:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 19:30:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 18:30:01] Production.INFO: ==27225== Lock acquired, processing the job...
[2026-09-11 18:30:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 18:30:01] Production.INFO: ==27225== Releasing lock...
[2026-09-11 18:30:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 18:30:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 14:30:02] Production.INFO: ==27223== Lock acquired, processing the job...
[2026-09-11 14:30:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 14:30:02] Production.INFO: ==27223== Releasing lock...
[2026-09-11 14:30:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 14:30:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 14:30:03] Production.INFO: ==27229== Lock acquired, processing the job...
[2026-09-11 14:30:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 14:30:03] Production.INFO: ==27231== Lock acquired, processing the job...
[2026-09-11 14:30:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 14:30:03] Production.INFO: ==27234== Lock acquired, processing the job...
[2026-09-11 14:30:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 14:30:03] Production.INFO: ==27227== Lock acquired, processing the job...
[2026-09-11 14:30:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 14:30:03] Production.INFO: ==27236== Lock acquired, processing the job...
[2026-09-11 14:30:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 14:30:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 14:30:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 14:30:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 14:30:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 14:30:03] Production.INFO: Account Balance Start.
[2026-09-11 14:30:03] Production.INFO: CreateAllLog Start
[2026-09-11 14:30:03] Production.INFO: 117
[2026-09-11 14:30:03] Production.INFO: Date 2026-09-08
[2026-09-11 14:30:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 14:30:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 14:30:03] Production.INFO: Date 2026-09-09
[2026-09-11 14:30:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 14:30:03] Production.INFO: ==27236== Releasing lock...
[2026-09-11 14:30:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 14:30:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 14:30:03] Production.INFO: Date 2026-09-10
[2026-09-11 14:30:03] Production.INFO: Reseller ==> 0
[2026-09-11 14:30:03] Production.INFO: Date 2026-09-11
[2026-09-11 14:30:03] Production.INFO: Reseller ==> 0
[2026-09-11 14:30:03] Production.INFO: Total Charge 0
[2026-09-11 14:30:03] Production.INFO: CreateAllLog End
[2026-09-11 14:30:03] Production.INFO: Account Balance End.
[2026-09-11 14:30:03] Production.ERROR: CronJobId end 12
[2026-09-11 14:30:03] Production.INFO: ==27234== Releasing lock...
[2026-09-11 14:30:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 14:30:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 14:30:04] Production.INFO: ==27229== Releasing lock...
[2026-09-11 14:30:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 14:30:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 14:30:11] Production.ERROR: CronJobId end10
[2026-09-11 14:30:11] Production.INFO: ==27231== Releasing lock...
[2026-09-11 14:30:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 14:30:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 14:30:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 14:30:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 14:30:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 14:30:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 14:30:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 14:30:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 14:30:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 14:30:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 14:30:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 14:30:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 14:30:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 14:30:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 14:30:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 14:30:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 14:30:15] Production.INFO: call_cost start
[2026-09-11 14:30:15] Production.INFO: call_cost end
[2026-09-11 14:30:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 14:30:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 14:30:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 14:30:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 14:30:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 14:30:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 14:30:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 14:30:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 14:30:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 14:30:15] Production.INFO: ==27227== Releasing lock...
[2026-09-11 14:30:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 14:30:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 19:31:01] Production.INFO: ==27295== Lock acquired, processing the job...
[2026-09-11 19:31:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 19:31:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 19:31:01] Production.INFO: neon service started
[2026-09-11 19:31:01] Production.INFO: neon service started
[2026-09-11 19:31:01] Production.INFO: ==27295== Releasing lock...
[2026-09-11 19:31:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 19:31:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 14:31:02] Production.INFO: ==27297== Lock acquired, processing the job...
[2026-09-11 14:31:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 14:31:02] Production.INFO: ==27297== Releasing lock...
[2026-09-11 14:31:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 14:31:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 18:31:02] Production.INFO: ==27299== Lock acquired, processing the job...
[2026-09-11 18:31:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 18:31:02] Production.INFO: ==27299== Releasing lock...
[2026-09-11 18:31:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 18:31:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 14:31:03] Production.INFO: ==27302== Lock acquired, processing the job...
[2026-09-11 14:31:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 14:31:03] Production.INFO: ==27308== Lock acquired, processing the job...
[2026-09-11 14:31:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 14:31:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 14:31:03] Production.INFO: ==27304== Lock acquired, processing the job...
[2026-09-11 14:31:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 14:31:03] Production.INFO: Account Balance Start.
[2026-09-11 14:31:03] Production.INFO: CreateAllLog Start
[2026-09-11 14:31:03] Production.INFO: 117
[2026-09-11 14:31:03] Production.INFO: Date 2026-09-08
[2026-09-11 14:31:03] Production.INFO: Reseller ==> 0
[2026-09-11 14:31:03] Production.INFO: ==27306== Lock acquired, processing the job...
[2026-09-11 14:31:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 14:31:03] Production.INFO: Date 2026-09-09
[2026-09-11 14:31:03] Production.INFO: Reseller ==> 0
[2026-09-11 14:31:03] Production.INFO: ==27310== Lock acquired, processing the job...
[2026-09-11 14:31:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 14:31:03] Production.INFO: Date 2026-09-10
[2026-09-11 14:31:03] Production.INFO: Reseller ==> 0
[2026-09-11 14:31:03] Production.INFO: Date 2026-09-11
[2026-09-11 14:31:03] Production.INFO: Reseller ==> 0
[2026-09-11 14:31:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 14:31:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 14:31:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 14:31:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 14:31:03] Production.INFO: Total Charge 0
[2026-09-11 14:31:03] Production.INFO: CreateAllLog End
[2026-09-11 14: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-09-11 14: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-09-11 14: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-09-11 14:31:03] Production.INFO: ==27310== Releasing lock...
[2026-09-11 14:31:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 14:31:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 14:31:03] Production.INFO: Account Balance End.
[2026-09-11 14:31:03] Production.ERROR: CronJobId end 12
[2026-09-11 14:31:03] Production.INFO: ==27308== Releasing lock...
[2026-09-11 14:31:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 14:31:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 14:31:04] Production.INFO: ==27304== Releasing lock...
[2026-09-11 14:31:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 14:31:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 14:31:11] Production.ERROR: CronJobId end10
[2026-09-11 14:31:11] Production.INFO: ==27306== Releasing lock...
[2026-09-11 14:31:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 14:31:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 14:31:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 14:31:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 14:31:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 14:31:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 14:31:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 14:31:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 14:31:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 14:31:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 14:31:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 14:31:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 14:31:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 14:31:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 14:31:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 14:31:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 14:31:14] Production.INFO: call_cost start
[2026-09-11 14:31:14] Production.INFO: call_cost end
[2026-09-11 14:31:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 14:31:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 14:31:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 14:31:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 14:31:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 14:31:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 14:31:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 14:31:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 14:31:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 14:31:14] Production.INFO: ==27302== Releasing lock...
[2026-09-11 14:31:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 14:31:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 19:32:01] Production.INFO: ==27365== Lock acquired, processing the job...
[2026-09-11 19:32:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 19:32:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 19:32:01] Production.INFO: neon service started
[2026-09-11 19:32:01] Production.INFO: neon service started
[2026-09-11 19:32:01] Production.INFO: ==27365== Releasing lock...
[2026-09-11 19:32:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 19:32:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 14:32:02] Production.INFO: ==27367== Lock acquired, processing the job...
[2026-09-11 14:32:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 18:32:02] Production.INFO: ==27369== Lock acquired, processing the job...
[2026-09-11 18:32:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 18:32:02] Production.INFO: ==27369== Releasing lock...
[2026-09-11 18:32:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 18:32:02] Production.INFO: 26 MB #Memory Used#
[2026-09-11 14:32:02] Production.INFO: ==27367== Releasing lock...
[2026-09-11 14:32:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 14:32:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 14:32:02] Production.INFO: ==27376== Lock acquired, processing the job...
[2026-09-11 14:32:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 14:32:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 14:32:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 14:32:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 14:32:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 14:32:03] Production.INFO: ==27372== Lock acquired, processing the job...
[2026-09-11 14:32:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 14:32:03] Production.INFO: ==27378== Lock acquired, processing the job...
[2026-09-11 14:32:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 14:32:03] Production.INFO: ==27374== Lock acquired, processing the job...
[2026-09-11 14:32:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 14:32:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 14:32:03] Production.INFO: Account Balance Start.
[2026-09-11 14:32:03] Production.INFO: CreateAllLog Start
[2026-09-11 14:32:03] Production.INFO: 117
[2026-09-11 14:32:03] Production.INFO: Date 2026-09-08
[2026-09-11 14:32:03] Production.INFO: Reseller ==> 0
[2026-09-11 14:32:03] Production.INFO: Date 2026-09-09
[2026-09-11 14:32:03] Production.INFO: Reseller ==> 0
[2026-09-11 14:32:03] Production.INFO: ==27380== Lock acquired, processing the job...
[2026-09-11 14:32:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 14:32:03] Production.INFO: Date 2026-09-10
[2026-09-11 14:32:03] Production.INFO: Reseller ==> 0
[2026-09-11 14:32:03] Production.INFO: Date 2026-09-11
[2026-09-11 14:32:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 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-09-11 14:32:03] Production.INFO: ==27380== Releasing lock...
[2026-09-11 14:32:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 14:32:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 14:32:03] Production.INFO: Total Charge 0
[2026-09-11 14:32:03] Production.INFO: CreateAllLog End
[2026-09-11 14:32:04] Production.INFO: Account Balance End.
[2026-09-11 14:32:04] Production.ERROR: CronJobId end 12
[2026-09-11 14:32:04] Production.INFO: ==27378== Releasing lock...
[2026-09-11 14:32:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 14:32:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 14:32:04] Production.INFO: ==27374== Releasing lock...
[2026-09-11 14:32:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 14:32:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 14:32:11] Production.ERROR: CronJobId end10
[2026-09-11 14:32:11] Production.INFO: ==27376== Releasing lock...
[2026-09-11 14:32:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 14:32:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 14:32:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 14:32:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 14:32:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 14:32:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 14:32:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 14:32:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 14:32:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 14:32:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 14:32:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 14:32:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 14:32:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 14:32:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 14:32:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 14:32:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 14:32:14] Production.INFO: call_cost start
[2026-09-11 14:32:14] Production.INFO: call_cost end
[2026-09-11 14:32:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 14:32:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 14:32:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 14:32:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 14:32:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 14:32:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 14:32:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 14:32:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 14:32:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 14:32:14] Production.INFO: ==27372== Releasing lock...
[2026-09-11 14:32:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 14:32:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 19:33:01] Production.INFO: ==27439== Lock acquired, processing the job...
[2026-09-11 19:33:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 19:33:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 19:33:01] Production.INFO: neon service started
[2026-09-11 19:33:01] Production.INFO: neon service started
[2026-09-11 19:33:01] Production.INFO: ==27439== Releasing lock...
[2026-09-11 19:33:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 19:33:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 18:33:02] Production.INFO: ==27443== Lock acquired, processing the job...
[2026-09-11 18:33:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 18:33:02] Production.INFO: ==27443== Releasing lock...
[2026-09-11 18:33:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 18:33:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 14:33:02] Production.INFO: ==27441== Lock acquired, processing the job...
[2026-09-11 14:33:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 14:33:02] Production.INFO: ==27441== Releasing lock...
[2026-09-11 14:33:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 14:33:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 14:33:03] Production.INFO: ==27446== Lock acquired, processing the job...
[2026-09-11 14:33:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 14:33:03] Production.INFO: ==27448== Lock acquired, processing the job...
[2026-09-11 14:33:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 14:33:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 14:33:03] Production.INFO: ==27450== Lock acquired, processing the job...
[2026-09-11 14:33:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 14:33:03] Production.INFO: ==27452== Lock acquired, processing the job...
[2026-09-11 14:33:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 14:33:03] Production.INFO: ==27454== Lock acquired, processing the job...
[2026-09-11 14:33:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 14:33:03] Production.INFO: Account Balance Start.
[2026-09-11 14:33:03] Production.INFO: CreateAllLog Start
[2026-09-11 14:33:03] Production.INFO: 117
[2026-09-11 14:33:03] Production.INFO: Date 2026-09-08
[2026-09-11 14:33:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 14:33:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 14:33:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 14:33:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 14:33:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 14:33:03] Production.INFO: Date 2026-09-09
[2026-09-11 14:33:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 14:33:03] Production.INFO: ==27454== Releasing lock...
[2026-09-11 14:33:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 14:33:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 14:33:03] Production.INFO: Date 2026-09-10
[2026-09-11 14:33:03] Production.INFO: Reseller ==> 0
[2026-09-11 14:33:03] Production.INFO: Date 2026-09-11
[2026-09-11 14:33:03] Production.INFO: Reseller ==> 0
[2026-09-11 14:33:03] Production.INFO: Total Charge 0
[2026-09-11 14:33:03] Production.INFO: CreateAllLog End
[2026-09-11 14:33:04] Production.INFO: Account Balance End.
[2026-09-11 14:33:04] Production.ERROR: CronJobId end 12
[2026-09-11 14:33:04] Production.INFO: ==27452== Releasing lock...
[2026-09-11 14:33:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 14:33:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 14:33:04] Production.INFO: ==27448== Releasing lock...
[2026-09-11 14:33:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 14:33:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 14:33:11] Production.ERROR: CronJobId end10
[2026-09-11 14:33:11] Production.INFO: ==27450== Releasing lock...
[2026-09-11 14:33:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 14:33:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 14:33:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 14:33:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 14:33:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 14:33:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 14:33:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 14:33:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 14:33:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 14:33:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 14:33:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 14:33:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 14:33:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 14:33:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 14:33:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 14:33:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 14:33:14] Production.INFO: call_cost start
[2026-09-11 14:33:14] Production.INFO: call_cost end
[2026-09-11 14:33:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 14:33:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 14:33:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 14:33:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 14:33:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 14:33:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 14:33:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 14:33:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 14:33:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 14:33:14] Production.INFO: ==27446== Releasing lock...
[2026-09-11 14:33:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 14:33:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 19:34:02] Production.INFO: ==27514== Lock acquired, processing the job...
[2026-09-11 19:34:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 19:34:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 19:34:02] Production.INFO: neon service started
[2026-09-11 19:34:02] Production.INFO: neon service started
[2026-09-11 19:34:02] Production.INFO: ==27514== Releasing lock...
[2026-09-11 19:34:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 19:34:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 14:34:02] Production.INFO: ==27516== Lock acquired, processing the job...
[2026-09-11 14:34:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 18:34:02] Production.INFO: ==27518== Lock acquired, processing the job...
[2026-09-11 18:34:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 18:34:02] Production.INFO: ==27518== Releasing lock...
[2026-09-11 18:34:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 18:34:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 14:34:03] Production.INFO: ==27516== Releasing lock...
[2026-09-11 14:34:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 14:34:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 14:34:03] Production.INFO: ==27521== Lock acquired, processing the job...
[2026-09-11 14:34:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 14:34:03] Production.INFO: ==27523== Lock acquired, processing the job...
[2026-09-11 14:34:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 14:34:03] Production.INFO: ==27527== Lock acquired, processing the job...
[2026-09-11 14:34:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 14:34:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 14:34:04] Production.INFO: ==27525== Lock acquired, processing the job...
[2026-09-11 14:34:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 14:34:04] Production.INFO: Account Balance Start.
[2026-09-11 14:34:04] Production.INFO: CreateAllLog Start
[2026-09-11 14:34:04] Production.INFO: 117
[2026-09-11 14:34:04] Production.INFO: Date 2026-09-08
[2026-09-11 14:34:04] Production.INFO: Reseller ==> 0
[2026-09-11 14:34:04] Production.INFO: ==27529== Lock acquired, processing the job...
[2026-09-11 14:34:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 14:34:04] Production.INFO: Date 2026-09-09
[2026-09-11 14:34:04] Production.INFO: Reseller ==> 0
[2026-09-11 14:34:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 14:34:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 14:34:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 14:34:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 14:34:04] Production.INFO: Date 2026-09-10
[2026-09-11 14:34:04] Production.INFO: Reseller ==> 0
[2026-09-11 14:34:04] Production.INFO: Date 2026-09-11
[2026-09-11 14:34:04] Production.INFO: Reseller ==> 0
[2026-09-11 14:34:04] Production.INFO: Total Charge 0
[2026-09-11 14:34:04] Production.INFO: CreateAllLog End
[2026-09-11 14: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-09-11 14: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-09-11 14: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-09-11 14:34:04] Production.INFO: ==27529== Releasing lock...
[2026-09-11 14:34:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 14:34:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 14:34:04] Production.INFO: Account Balance End.
[2026-09-11 14:34:04] Production.ERROR: CronJobId end 12
[2026-09-11 14:34:04] Production.INFO: ==27527== Releasing lock...
[2026-09-11 14:34:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 14:34:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 14:34:04] Production.INFO: ==27523== Releasing lock...
[2026-09-11 14:34:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 14:34:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 14:34:11] Production.ERROR: CronJobId end10
[2026-09-11 14:34:11] Production.INFO: ==27525== Releasing lock...
[2026-09-11 14:34:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 14:34:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 14:34:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 14:34:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 14:34:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 14:34:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 14:34:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 14:34:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 14:34:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 14:34:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 14:34:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 14:34:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 14:34:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 14:34:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 14:34:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 14:34:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 14:34:14] Production.INFO: call_cost start
[2026-09-11 14:34:14] Production.INFO: call_cost end
[2026-09-11 14:34:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 14:34:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 14:34:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 14:34:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 14:34:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 14:34:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 14:34:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 14:34:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 14:34:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 14:34:14] Production.INFO: ==27521== Releasing lock...
[2026-09-11 14:34:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 14:34:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 19:35:01] Production.INFO: ==27583== Lock acquired, processing the job...
[2026-09-11 19:35:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 19:35:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 19:35:01] Production.INFO: neon service started
[2026-09-11 19:35:01] Production.INFO: neon service started
[2026-09-11 19:35:01] Production.INFO: ==27583== Releasing lock...
[2026-09-11 19:35:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 19:35:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 18:35:02] Production.INFO: ==27587== Lock acquired, processing the job...
[2026-09-11 18:35:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 18:35:02] Production.INFO: ==27587== Releasing lock...
[2026-09-11 18:35:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 18:35:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 14:35:02] Production.INFO: ==27585== Lock acquired, processing the job...
[2026-09-11 14:35:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 14:35:02] Production.INFO: ==27585== Releasing lock...
[2026-09-11 14:35:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 14:35:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 14:35:03] Production.INFO: ==27589== Lock acquired, processing the job...
[2026-09-11 14:35:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-11 14:35:03] Production.INFO: ==27591== Lock acquired, processing the job...
[2026-09-11 14:35:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 14:35:03] Production.ERROR: ========================== active cronjob start =============================
[2026-09-11 14:35:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-11 14:35:03] Production.ERROR: CronJob PID - 27591
[2026-09-11 14:35:03] Production.ERROR: CronJob Title - System Alerts
[2026-09-11 14:35:03] Production.ERROR: CronJob ID - 5
[2026-09-11 14:35:03] Production.ERROR: CronJob Last Run Time 2026-09-11 14:35:00
[2026-09-11 14:35:03] Production.ERROR: CronJob Active Minutes 0
[2026-09-11 14:35:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-11 14:35:03] Production.INFO: ==27599== Lock acquired, processing the job...
[2026-09-11 14:35:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-11 14:35:03] Production.ERROR: ========================== active cronjob end =============================
[2026-09-11 14:35:03] Production.INFO: ==27589== Releasing lock...
[2026-09-11 14:35:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-11 14:35:03] Production.INFO: 25.5 MB #Memory Used#
[2026-09-11 14:35:03] Production.INFO: ==27593== Lock acquired, processing the job...
[2026-09-11 14:35:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 14:35:03] Production.INFO: ==27595== Lock acquired, processing the job...
[2026-09-11 14:35:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 14:35:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 14:35:03] Production.ERROR: tblTempUsageDetail_20
[2026-09-11 14:35:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 14:35:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 14:35:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 14:35:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 14:35:03] Production.INFO: ==27601== Lock acquired, processing the job...
[2026-09-11 14:35:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 14:35:03] Production.INFO: ==27597== Lock acquired, processing the job...
[2026-09-11 14:35:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 14:35:03] Production.INFO: Account Balance Start.
[2026-09-11 14:35:03] Production.INFO: CreateAllLog Start
[2026-09-11 14:35:03] Production.INFO: 117
[2026-09-11 14:35:03] Production.INFO: Date 2026-09-08
[2026-09-11 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-09-11 14:35:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 14:35:04] Production.INFO: ==27601== Releasing lock...
[2026-09-11 14:35:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 14:35:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 14:35:04] Production.ERROR: done
[2026-09-11 14:35:04] Production.INFO: Date 2026-09-09
[2026-09-11 14:35:04] Production.INFO: Reseller ==> 0
[2026-09-11 14:35:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-11 14:35:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17984950', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) start
[2026-09-11 14:35:04] Production.INFO: Date 2026-09-10
[2026-09-11 14:35:04] Production.INFO: Reseller ==> 0
[2026-09-11 14:35:04] Production.INFO: Date 2026-09-11
[2026-09-11 14:35:04] Production.INFO: Reseller ==> 0
[2026-09-11 14:35:04] Production.INFO: Total Charge 0
[2026-09-11 14:35:04] Production.INFO: CreateAllLog End
[2026-09-11 14:35:04] Production.INFO: Account Balance End.
[2026-09-11 14:35:04] Production.ERROR: CronJobId end 12
[2026-09-11 14:35:04] Production.INFO: ==27597== Releasing lock...
[2026-09-11 14:35:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 14:35:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 14:35:04] Production.INFO: ==27593== Releasing lock...
[2026-09-11 14:35:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 14:35:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 14:35:09] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17984950', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) end
[2026-09-11 14:35:09] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-11 14:35:09] Production.INFO: ProcessCDR(1,17984950,1,1,2)
[2026-09-11 14:35:09] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17984950,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 14:35:09] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17984950,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 14:35:09] Production.ERROR: pbx prc_insertCDR start
[2026-09-11 14:35:10] Production.ERROR: pbx prc_insertCDR end
[2026-09-11 14:35:10] Production.INFO: ==27599== Releasing lock...
[2026-09-11 14:35:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-11 14:35:10] Production.INFO: 26 MB #Memory Used#
[2026-09-11 14:35:14] Production.ERROR: CronJobId end10
[2026-09-11 14:35:14] Production.INFO: ==27595== Releasing lock...
[2026-09-11 14:35:14] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 14:35:14] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 14:35:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 14:35:16] Production.INFO: ============== Balance Warning START===========
[2026-09-11 14:35:16] Production.INFO: ============== Balance Warning END===========
[2026-09-11 14:35:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 14:35:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 14:35:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 14:35:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 14:35:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 14:35:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 14:35:16] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 14:35:16] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 14:35:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 14:35:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 14:35:16] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 14:35:16] Production.INFO: call_cost start
[2026-09-11 14:35:16] Production.INFO: call_cost end
[2026-09-11 14:35:16] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 14:35:16] Production.INFO: ============== Report Schedule START===========
[2026-09-11 14:35:16] Production.INFO: ============== Report Schedule END===========
[2026-09-11 14:35:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 14:35:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 14:35:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 14:35:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 14:35:16] Production.INFO: ============== Deal alert START===========
[2026-09-11 14:35:16] Production.INFO: ============== Deal alert END===========
[2026-09-11 14:35:16] Production.INFO: ==27591== Releasing lock...
[2026-09-11 14:35:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 14:35:16] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 19:36:02] Production.INFO: ==27657== Lock acquired, processing the job...
[2026-09-11 19:36:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 19:36:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 19:36:02] Production.INFO: neon service started
[2026-09-11 19:36:02] Production.INFO: neon service started
[2026-09-11 19:36:02] Production.INFO: ==27657== Releasing lock...
[2026-09-11 19:36:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 19:36:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 14:36:02] Production.INFO: ==27659== Lock acquired, processing the job...
[2026-09-11 14:36:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 14:36:02] Production.INFO: ==27659== Releasing lock...
[2026-09-11 14:36:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 14:36:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 18:36:03] Production.INFO: ==27661== Lock acquired, processing the job...
[2026-09-11 18:36:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 18:36:03] Production.INFO: ==27661== Releasing lock...
[2026-09-11 18:36:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 18:36:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 14:36:03] Production.INFO: ==27670== Lock acquired, processing the job...
[2026-09-11 14:36:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 14:36:03] Production.INFO: ==27663== Lock acquired, processing the job...
[2026-09-11 14:36:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 14:36:03] Production.INFO: Account Balance Start.
[2026-09-11 14:36:03] Production.INFO: CreateAllLog Start
[2026-09-11 14:36:03] Production.INFO: ==27668== Lock acquired, processing the job...
[2026-09-11 14:36:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 14:36:03] Production.INFO: 117
[2026-09-11 14:36:03] Production.INFO: ==27672== Lock acquired, processing the job...
[2026-09-11 14:36:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 14:36:03] Production.INFO: ==27665== Lock acquired, processing the job...
[2026-09-11 14:36:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 14:36:03] Production.INFO: Date 2026-09-08
[2026-09-11 14:36:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 14:36:03] Production.INFO: Reseller ==> 0
[2026-09-11 14:36:03] Production.INFO: Date 2026-09-09
[2026-09-11 14:36:03] Production.INFO: Reseller ==> 0
[2026-09-11 14:36:04] Production.INFO: Date 2026-09-10
[2026-09-11 14:36:04] Production.INFO: Reseller ==> 0
[2026-09-11 14:36:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 14:36:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 14:36:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 14:36:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 14:36:04] Production.INFO: Date 2026-09-11
[2026-09-11 14:36:04] Production.INFO: Reseller ==> 0
[2026-09-11 14:36:04] Production.INFO: Total Charge 0
[2026-09-11 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-09-11 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-09-11 14:36:04] Production.INFO: CreateAllLog End
[2026-09-11 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-09-11 14:36:04] Production.INFO: ==27672== Releasing lock...
[2026-09-11 14:36:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 14:36:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 14:36:04] Production.INFO: Account Balance End.
[2026-09-11 14:36:04] Production.ERROR: CronJobId end 12
[2026-09-11 14:36:04] Production.INFO: ==27670== Releasing lock...
[2026-09-11 14:36:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 14:36:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 14:36:04] Production.INFO: ==27665== Releasing lock...
[2026-09-11 14:36:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 14:36:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 14:36:11] Production.ERROR: CronJobId end10
[2026-09-11 14:36:11] Production.INFO: ==27668== Releasing lock...
[2026-09-11 14:36:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 14:36:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 14:36:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 14:36:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 14:36:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 14:36:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 14:36:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 14:36:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 14:36:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 14:36:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 14:36:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 14:36:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 14:36:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 14:36:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 14:36:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 14:36:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 14:36:15] Production.INFO: call_cost start
[2026-09-11 14:36:15] Production.INFO: call_cost end
[2026-09-11 14:36:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 14:36:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 14:36:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 14:36:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 14:36:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 14:36:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 14:36:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 14:36:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 14:36:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 14:36:15] Production.INFO: ==27663== Releasing lock...
[2026-09-11 14:36:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 14:36:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 19:37:01] Production.INFO: ==27731== Lock acquired, processing the job...
[2026-09-11 19:37:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 19:37:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 19:37:01] Production.INFO: neon service started
[2026-09-11 19:37:01] Production.INFO: neon service started
[2026-09-11 19:37:01] Production.INFO: ==27731== Releasing lock...
[2026-09-11 19:37:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 19:37:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 14:37:02] Production.INFO: ==27733== Lock acquired, processing the job...
[2026-09-11 14:37:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 14:37:02] Production.INFO: ==27733== Releasing lock...
[2026-09-11 14:37:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 14:37:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 18:37:02] Production.INFO: ==27735== Lock acquired, processing the job...
[2026-09-11 18:37:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 18:37:02] Production.INFO: ==27735== Releasing lock...
[2026-09-11 18:37:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 18:37:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 14:37:03] Production.INFO: ==27737== Lock acquired, processing the job...
[2026-09-11 14:37:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 14:37:03] Production.INFO: ==27739== Lock acquired, processing the job...
[2026-09-11 14:37:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 14:37:03] Production.INFO: ==27743== Lock acquired, processing the job...
[2026-09-11 14:37:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 14:37:03] Production.INFO: ==27741== Lock acquired, processing the job...
[2026-09-11 14:37:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 14:37:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 14:37:03] Production.INFO: Account Balance Start.
[2026-09-11 14:37:03] Production.INFO: CreateAllLog Start
[2026-09-11 14:37:03] Production.INFO: 117
[2026-09-11 14:37:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 14:37:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 14:37:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 14:37:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 14:37:03] Production.INFO: Date 2026-09-08
[2026-09-11 14:37:03] Production.INFO: ==27745== Lock acquired, processing the job...
[2026-09-11 14:37:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 14:37:03] Production.INFO: Reseller ==> 0
[2026-09-11 14:37:03] Production.INFO: Date 2026-09-09
[2026-09-11 14:37:03] Production.INFO: Reseller ==> 0
[2026-09-11 14:37:03] Production.INFO: Date 2026-09-10
[2026-09-11 14:37:03] Production.INFO: Reseller ==> 0
[2026-09-11 14:37:03] Production.INFO: Date 2026-09-11
[2026-09-11 14:37:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 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-09-11 14:37:03] Production.INFO: Total Charge 0
[2026-09-11 14:37:03] Production.INFO: ==27745== Releasing lock...
[2026-09-11 14:37:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 14:37:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 14:37:03] Production.INFO: CreateAllLog End
[2026-09-11 14:37:03] Production.INFO: Account Balance End.
[2026-09-11 14:37:03] Production.ERROR: CronJobId end 12
[2026-09-11 14:37:03] Production.INFO: ==27743== Releasing lock...
[2026-09-11 14:37:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 14:37:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 14:37:04] Production.INFO: ==27739== Releasing lock...
[2026-09-11 14:37:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 14:37:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 14:37:11] Production.ERROR: CronJobId end10
[2026-09-11 14:37:11] Production.INFO: ==27741== Releasing lock...
[2026-09-11 14:37:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 14:37:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 14:37:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 14:37:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 14:37:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 14:37:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 14:37:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 14:37:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 14:37:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 14:37:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 14:37:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 14:37:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 14:37:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 14:37:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 14:37:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 14:37:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 14:37:14] Production.INFO: call_cost start
[2026-09-11 14:37:14] Production.INFO: call_cost end
[2026-09-11 14:37:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 14:37:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 14:37:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 14:37:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 14:37:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 14:37:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 14:37:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 14:37:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 14:37:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 14:37:14] Production.INFO: ==27737== Releasing lock...
[2026-09-11 14:37:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 14:37:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 19:38:02] Production.INFO: ==27814== Lock acquired, processing the job...
[2026-09-11 19:38:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 19:38:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 19:38:02] Production.INFO: neon service started
[2026-09-11 19:38:02] Production.INFO: neon service started
[2026-09-11 19:38:02] Production.INFO: ==27814== Releasing lock...
[2026-09-11 19:38:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 19:38:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 18:38:02] Production.INFO: ==27818== Lock acquired, processing the job...
[2026-09-11 18:38:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 14:38:02] Production.INFO: ==27816== Lock acquired, processing the job...
[2026-09-11 14:38:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 18:38:02] Production.INFO: ==27818== Releasing lock...
[2026-09-11 18:38:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 18:38:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 14:38:03] Production.INFO: ==27816== Releasing lock...
[2026-09-11 14:38:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 14:38:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 14:38:03] Production.INFO: ==27821== Lock acquired, processing the job...
[2026-09-11 14:38:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 14:38:03] Production.INFO: ==27827== Lock acquired, processing the job...
[2026-09-11 14:38:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 14:38:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 14:38:03] Production.INFO: ==27823== Lock acquired, processing the job...
[2026-09-11 14:38:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 14:38:03] Production.INFO: ==27829== Lock acquired, processing the job...
[2026-09-11 14:38:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 14:38:03] Production.INFO: ==27825== Lock acquired, processing the job...
[2026-09-11 14:38:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 14:38:04] Production.INFO: Account Balance Start.
[2026-09-11 14:38:04] Production.INFO: CreateAllLog Start
[2026-09-11 14:38:04] Production.INFO: 117
[2026-09-11 14:38:04] Production.INFO: Date 2026-09-08
[2026-09-11 14:38:04] Production.INFO: Reseller ==> 0
[2026-09-11 14:38:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 14:38:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 14:38:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 14:38:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 14:38:04] Production.INFO: Date 2026-09-09
[2026-09-11 14:38:04] Production.INFO: Reseller ==> 0
[2026-09-11 14: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-09-11 14:38:04] Production.INFO: Date 2026-09-10
[2026-09-11 14:38:04] Production.INFO: Reseller ==> 0
[2026-09-11 14: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-09-11 14: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-09-11 14:38:04] Production.INFO: Date 2026-09-11
[2026-09-11 14:38:04] Production.INFO: Reseller ==> 0
[2026-09-11 14:38:04] Production.INFO: ==27829== Releasing lock...
[2026-09-11 14:38:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 14:38:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 14:38:04] Production.INFO: Total Charge 0
[2026-09-11 14:38:04] Production.INFO: CreateAllLog End
[2026-09-11 14:38:04] Production.INFO: Account Balance End.
[2026-09-11 14:38:04] Production.ERROR: CronJobId end 12
[2026-09-11 14:38:04] Production.INFO: ==27827== Releasing lock...
[2026-09-11 14:38:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 14:38:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 14:38:04] Production.INFO: ==27823== Releasing lock...
[2026-09-11 14:38:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 14:38:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 14:38:11] Production.ERROR: CronJobId end10
[2026-09-11 14:38:11] Production.INFO: ==27825== Releasing lock...
[2026-09-11 14:38:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 14:38:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 14:38:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 14:38:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 14:38:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 14:38:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 14:38:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 14:38:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 14:38:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 14:38:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 14:38:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 14:38:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 14:38:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 14:38:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 14:38:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 14:38:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 14:38:13] Production.INFO: call_cost start
[2026-09-11 14:38:13] Production.INFO: call_cost end
[2026-09-11 14:38:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 14:38:13] Production.INFO: ============== Report Schedule START===========
[2026-09-11 14:38:13] Production.INFO: ============== Report Schedule END===========
[2026-09-11 14:38:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 14:38:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 14:38:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 14:38:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 14:38:13] Production.INFO: ============== Deal alert START===========
[2026-09-11 14:38:13] Production.INFO: ============== Deal alert END===========
[2026-09-11 14:38:13] Production.INFO: ==27821== Releasing lock...
[2026-09-11 14:38:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 14:38:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 19:39:01] Production.INFO: ==27884== Lock acquired, processing the job...
[2026-09-11 19:39:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 19:39:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 19:39:01] Production.INFO: neon service started
[2026-09-11 19:39:01] Production.INFO: neon service started
[2026-09-11 19:39:01] Production.INFO: ==27884== Releasing lock...
[2026-09-11 19:39:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 19:39:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 14:39:02] Production.INFO: ==27886== Lock acquired, processing the job...
[2026-09-11 14:39:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 14:39:02] Production.INFO: ==27886== Releasing lock...
[2026-09-11 14:39:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 14:39:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 18:39:02] Production.INFO: ==27888== Lock acquired, processing the job...
[2026-09-11 18:39:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 18:39:02] Production.INFO: ==27888== Releasing lock...
[2026-09-11 18:39:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 18:39:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 14:39:03] Production.INFO: ==27890== Lock acquired, processing the job...
[2026-09-11 14:39:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 14:39:03] Production.INFO: ==27892== Lock acquired, processing the job...
[2026-09-11 14:39:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 14:39:03] Production.INFO: ==27898== Lock acquired, processing the job...
[2026-09-11 14:39:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 14:39:03] Production.INFO: ==27896== Lock acquired, processing the job...
[2026-09-11 14:39:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 14:39:03] Production.INFO: ==27894== Lock acquired, processing the job...
[2026-09-11 14:39:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 14:39:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 14:39:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 14:39:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 14:39:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 14:39:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 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-09-11 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-09-11 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-09-11 14:39:03] Production.INFO: Account Balance Start.
[2026-09-11 14:39:03] Production.INFO: CreateAllLog Start
[2026-09-11 14:39:03] Production.INFO: ==27898== Releasing lock...
[2026-09-11 14:39:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 14:39:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 14:39:03] Production.INFO: 117
[2026-09-11 14:39:03] Production.INFO: Date 2026-09-08
[2026-09-11 14:39:03] Production.INFO: Reseller ==> 0
[2026-09-11 14:39:03] Production.INFO: Date 2026-09-09
[2026-09-11 14:39:03] Production.INFO: Reseller ==> 0
[2026-09-11 14:39:03] Production.INFO: Date 2026-09-10
[2026-09-11 14:39:03] Production.INFO: Reseller ==> 0
[2026-09-11 14:39:03] Production.INFO: Date 2026-09-11
[2026-09-11 14:39:03] Production.INFO: Reseller ==> 0
[2026-09-11 14:39:03] Production.INFO: Total Charge 0
[2026-09-11 14:39:03] Production.INFO: CreateAllLog End
[2026-09-11 14:39:03] Production.INFO: ==27892== Releasing lock...
[2026-09-11 14:39:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 14:39:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 14:39:03] Production.INFO: Account Balance End.
[2026-09-11 14:39:03] Production.ERROR: CronJobId end 12
[2026-09-11 14:39:03] Production.INFO: ==27896== Releasing lock...
[2026-09-11 14:39:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 14:39:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 14:39:11] Production.ERROR: CronJobId end10
[2026-09-11 14:39:11] Production.INFO: ==27894== Releasing lock...
[2026-09-11 14:39:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 14:39:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 14:39:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 14:39:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 14:39:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 14:39:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 14:39:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 14:39:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 14:39:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 14:39:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 14:39:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 14:39:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 14:39:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 14:39:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 14:39:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 14:39:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 14:39:14] Production.INFO: call_cost start
[2026-09-11 14:39:14] Production.INFO: call_cost end
[2026-09-11 14:39:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 14:39:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 14:39:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 14:39:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 14:39:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 14:39:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 14:39:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 14:39:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 14:39:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 14:39:14] Production.INFO: ==27890== Releasing lock...
[2026-09-11 14:39:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 14:39:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 19:40:02] Production.INFO: ==27952== Lock acquired, processing the job...
[2026-09-11 19:40:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 19:40:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 19:40:02] Production.INFO: neon service started
[2026-09-11 19:40:02] Production.INFO: neon service started
[2026-09-11 19:40:02] Production.INFO: ==27952== Releasing lock...
[2026-09-11 19:40:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 19:40:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 14:40:02] Production.INFO: ==27954== Lock acquired, processing the job...
[2026-09-11 14:40:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 14:40:02] Production.INFO: ==27954== Releasing lock...
[2026-09-11 14:40:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 14:40:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 18:40:02] Production.INFO: ==27956== Lock acquired, processing the job...
[2026-09-11 18:40:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 18:40:03] Production.INFO: ==27956== Releasing lock...
[2026-09-11 18:40:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 18:40:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 14:40:03] Production.INFO: ==27962== Lock acquired, processing the job...
[2026-09-11 14:40:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 14:40:03] Production.INFO: ==27960== Lock acquired, processing the job...
[2026-09-11 14:40:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 14:40:03] Production.INFO: ==27964== Lock acquired, processing the job...
[2026-09-11 14:40:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 14:40:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 14:40:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 14:40:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 14:40:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 14:40:03] Production.INFO: ==27958== Lock acquired, processing the job...
[2026-09-11 14:40:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 14:40:03] Production.INFO: ==27966== Lock acquired, processing the job...
[2026-09-11 14:40:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 14:40:03] Production.INFO: Account Balance Start.
[2026-09-11 14:40:03] Production.INFO: CreateAllLog Start
[2026-09-11 14:40:03] Production.INFO: 117
[2026-09-11 14:40:03] Production.INFO: Date 2026-09-08
[2026-09-11 14:40:03] Production.INFO: Reseller ==> 0
[2026-09-11 14:40:03] Production.INFO: Date 2026-09-09
[2026-09-11 14:40:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 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-09-11 14:40:03] Production.INFO: ==27966== Releasing lock...
[2026-09-11 14:40:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 14:40:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 14:40:03] Production.INFO: Date 2026-09-10
[2026-09-11 14:40:03] Production.INFO: Reseller ==> 0
[2026-09-11 14:40:03] Production.INFO: Date 2026-09-11
[2026-09-11 14:40:03] Production.INFO: Reseller ==> 0
[2026-09-11 14:40:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 14:40:03] Production.INFO: Total Charge 0
[2026-09-11 14:40:03] Production.INFO: CreateAllLog End
[2026-09-11 14:40:04] Production.INFO: Account Balance End.
[2026-09-11 14:40:04] Production.ERROR: CronJobId end 12
[2026-09-11 14:40:04] Production.INFO: ==27964== Releasing lock...
[2026-09-11 14:40:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 14:40:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 14:40:04] Production.INFO: ==27960== Releasing lock...
[2026-09-11 14:40:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 14:40:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 14:40:11] Production.ERROR: CronJobId end10
[2026-09-11 14:40:11] Production.INFO: ==27962== Releasing lock...
[2026-09-11 14:40:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 14:40:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 14:40:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 14:40:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 14:40:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 14:40:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 14:40:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 14:40:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 14:40:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 14:40:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 14:40:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 14:40:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 14:40:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 14:40:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 14:40:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 14:40:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 14:40:14] Production.INFO: call_cost start
[2026-09-11 14:40:14] Production.INFO: call_cost end
[2026-09-11 14:40:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 14:40:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 14:40:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 14:40:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 14:40:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 14:40:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 14:40:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 14:40:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 14:40:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 14:40:14] Production.INFO: ==27958== Releasing lock...
[2026-09-11 14:40:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 14:40:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 19:41:01] Production.INFO: ==28023== Lock acquired, processing the job...
[2026-09-11 19:41:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 19:41:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 19:41:01] Production.INFO: neon service started
[2026-09-11 19:41:01] Production.INFO: neon service started
[2026-09-11 19:41:01] Production.INFO: ==28023== Releasing lock...
[2026-09-11 19:41:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 19:41:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 14:41:01] Production.INFO: ==28025== Lock acquired, processing the job...
[2026-09-11 14:41:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 14:41:02] Production.INFO: ==28025== Releasing lock...
[2026-09-11 14:41:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 14:41:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 18:41:02] Production.INFO: ==28027== Lock acquired, processing the job...
[2026-09-11 18:41:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 18:41:02] Production.INFO: ==28027== Releasing lock...
[2026-09-11 18:41:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 18:41:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 14:41:02] Production.INFO: ==28031== Lock acquired, processing the job...
[2026-09-11 14:41:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 14:41:02] Production.INFO: ==28029== Lock acquired, processing the job...
[2026-09-11 14:41:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 14:41:02] Production.INFO: ==28033== Lock acquired, processing the job...
[2026-09-11 14:41:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 14:41:02] Production.INFO: ==28035== Lock acquired, processing the job...
[2026-09-11 14:41:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 14:41:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 14:41:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 14:41:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 14:41:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 14:41:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 14:41:03] Production.INFO: ==28038== Lock acquired, processing the job...
[2026-09-11 14:41:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 14:41:03] Production.INFO: Account Balance Start.
[2026-09-11 14:41:03] Production.INFO: CreateAllLog Start
[2026-09-11 14:41:03] Production.INFO: 117
[2026-09-11 14:41:03] Production.INFO: Date 2026-09-08
[2026-09-11 14:41:03] Production.INFO: Reseller ==> 0
[2026-09-11 14:41:03] Production.INFO: Date 2026-09-09
[2026-09-11 14:41:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 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-09-11 14:41:03] Production.INFO: ==28038== Releasing lock...
[2026-09-11 14:41:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 14:41:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 14:41:03] Production.INFO: Date 2026-09-10
[2026-09-11 14:41:03] Production.INFO: Reseller ==> 0
[2026-09-11 14:41:03] Production.INFO: Date 2026-09-11
[2026-09-11 14:41:03] Production.INFO: Reseller ==> 0
[2026-09-11 14:41:03] Production.INFO: Total Charge 0
[2026-09-11 14:41:03] Production.INFO: CreateAllLog End
[2026-09-11 14:41:03] Production.INFO: Account Balance End.
[2026-09-11 14:41:03] Production.ERROR: CronJobId end 12
[2026-09-11 14:41:03] Production.INFO: ==28035== Releasing lock...
[2026-09-11 14:41:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 14:41:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 14:41:03] Production.INFO: ==28031== Releasing lock...
[2026-09-11 14:41:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 14:41:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 14:41:10] Production.ERROR: CronJobId end10
[2026-09-11 14:41:10] Production.INFO: ==28033== Releasing lock...
[2026-09-11 14:41:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 14:41:10] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 14:41:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 14:41:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 14:41:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 14:41:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 14:41:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 14:41:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 14:41:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 14:41:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 14:41:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 14:41:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 14:41:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 14:41:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 14:41:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 14:41:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 14:41:14] Production.INFO: call_cost start
[2026-09-11 14:41:14] Production.INFO: call_cost end
[2026-09-11 14:41:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 14:41:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 14:41:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 14:41:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 14:41:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 14:41:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 14:41:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 14:41:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 14:41:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 14:41:14] Production.INFO: ==28029== Releasing lock...
[2026-09-11 14:41:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 14:41:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 19:42:01] Production.INFO: ==28093== Lock acquired, processing the job...
[2026-09-11 19:42:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 19:42:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 19:42:01] Production.INFO: neon service started
[2026-09-11 19:42:01] Production.INFO: neon service started
[2026-09-11 19:42:01] Production.INFO: ==28093== Releasing lock...
[2026-09-11 19:42:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 19:42:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 14:42:02] Production.INFO: ==28095== Lock acquired, processing the job...
[2026-09-11 14:42:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 14:42:02] Production.INFO: ==28095== Releasing lock...
[2026-09-11 14:42:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 14:42:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 18:42:02] Production.INFO: ==28097== Lock acquired, processing the job...
[2026-09-11 18:42:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 18:42:02] Production.INFO: ==28097== Releasing lock...
[2026-09-11 18:42:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 18:42:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 14:42:03] Production.INFO: ==28099== Lock acquired, processing the job...
[2026-09-11 14:42:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 14:42:03] Production.INFO: ==28101== Lock acquired, processing the job...
[2026-09-11 14:42:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 14:42:03] Production.INFO: ==28103== Lock acquired, processing the job...
[2026-09-11 14:42:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 14:42:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 14:42:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 14:42:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 14:42:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 14:42:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 14:42:03] Production.INFO: ==28106== Lock acquired, processing the job...
[2026-09-11 14:42:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 14:42:03] Production.INFO: ==28108== Lock acquired, processing the job...
[2026-09-11 14:42:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 14:42:03] Production.INFO: Account Balance Start.
[2026-09-11 14:42:03] Production.INFO: CreateAllLog Start
[2026-09-11 14:42:03] Production.INFO: 117
[2026-09-11 14:42:03] Production.INFO: Date 2026-09-08
[2026-09-11 14:42:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 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-09-11 14:42:03] Production.INFO: Date 2026-09-09
[2026-09-11 14:42:03] Production.INFO: Reseller ==> 0
[2026-09-11 14:42:03] Production.INFO: Date 2026-09-10
[2026-09-11 14:42:03] Production.INFO: Reseller ==> 0
[2026-09-11 14:42:03] Production.INFO: ==28108== Releasing lock...
[2026-09-11 14:42:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 14:42:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 14:42:03] Production.INFO: Date 2026-09-11
[2026-09-11 14:42:03] Production.INFO: Reseller ==> 0
[2026-09-11 14:42:03] Production.INFO: Total Charge 0
[2026-09-11 14:42:03] Production.INFO: CreateAllLog End
[2026-09-11 14:42:04] Production.INFO: ==28101== Releasing lock...
[2026-09-11 14:42:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 14:42:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 14:42:04] Production.INFO: Account Balance End.
[2026-09-11 14:42:04] Production.ERROR: CronJobId end 12
[2026-09-11 14:42:04] Production.INFO: ==28106== Releasing lock...
[2026-09-11 14:42:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 14:42:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 14:42:11] Production.ERROR: CronJobId end10
[2026-09-11 14:42:11] Production.INFO: ==28103== Releasing lock...
[2026-09-11 14:42:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 14:42:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 14:42:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 14:42:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 14:42:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 14:42:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 14:42:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 14:42:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 14:42:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 14:42:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 14:42:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 14:42:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 14:42:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 14:42:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 14:42:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 14:42:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 14:42:13] Production.INFO: call_cost start
[2026-09-11 14:42:13] Production.INFO: call_cost end
[2026-09-11 14:42:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 14:42:13] Production.INFO: ============== Report Schedule START===========
[2026-09-11 14:42:13] Production.INFO: ============== Report Schedule END===========
[2026-09-11 14:42:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 14:42:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 14:42:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 14:42:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 14:42:13] Production.INFO: ============== Deal alert START===========
[2026-09-11 14:42:13] Production.INFO: ============== Deal alert END===========
[2026-09-11 14:42:13] Production.INFO: ==28099== Releasing lock...
[2026-09-11 14:42:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 14:42:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 19:43:01] Production.INFO: ==28161== Lock acquired, processing the job...
[2026-09-11 19:43:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 19:43:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 19:43:01] Production.INFO: neon service started
[2026-09-11 19:43:01] Production.INFO: neon service started
[2026-09-11 19:43:01] Production.INFO: ==28161== Releasing lock...
[2026-09-11 19:43:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 19:43:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 14:43:01] Production.INFO: ==28163== Lock acquired, processing the job...
[2026-09-11 14:43:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 18:43:01] Production.INFO: ==28165== Lock acquired, processing the job...
[2026-09-11 18:43:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 14:43:01] Production.INFO: ==28163== Releasing lock...
[2026-09-11 14:43:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 14:43:01] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 18:43:02] Production.INFO: ==28165== Releasing lock...
[2026-09-11 18:43:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 18:43:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 14:43:02] Production.INFO: ==28167== Lock acquired, processing the job...
[2026-09-11 14:43:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 14:43:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 14:43:02] Production.INFO: ==28173== Lock acquired, processing the job...
[2026-09-11 14:43:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 14:43:02] Production.INFO: ==28171== Lock acquired, processing the job...
[2026-09-11 14:43:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 14:43:03] Production.INFO: ==28169== Lock acquired, processing the job...
[2026-09-11 14:43:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 14:43:03] Production.INFO: Account Balance Start.
[2026-09-11 14:43:03] Production.INFO: CreateAllLog Start
[2026-09-11 14:43:03] Production.INFO: 117
[2026-09-11 14:43:03] Production.INFO: ==28175== Lock acquired, processing the job...
[2026-09-11 14:43:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 14:43:03] Production.INFO: Date 2026-09-08
[2026-09-11 14:43:03] Production.INFO: Reseller ==> 0
[2026-09-11 14:43:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 14:43:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 14:43:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 14:43:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 14: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-09-11 14: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-09-11 14:43:03] Production.INFO: Date 2026-09-09
[2026-09-11 14:43:03] Production.INFO: Reseller ==> 0
[2026-09-11 14: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-09-11 14:43:03] Production.INFO: ==28175== Releasing lock...
[2026-09-11 14:43:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 14:43:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 14:43:03] Production.INFO: Date 2026-09-10
[2026-09-11 14:43:03] Production.INFO: Reseller ==> 0
[2026-09-11 14:43:03] Production.INFO: Date 2026-09-11
[2026-09-11 14:43:03] Production.INFO: Reseller ==> 0
[2026-09-11 14:43:03] Production.INFO: Total Charge 0
[2026-09-11 14:43:03] Production.INFO: CreateAllLog End
[2026-09-11 14:43:03] Production.INFO: Account Balance End.
[2026-09-11 14:43:03] Production.ERROR: CronJobId end 12
[2026-09-11 14:43:03] Production.INFO: ==28173== Releasing lock...
[2026-09-11 14:43:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 14:43:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 14:43:04] Production.INFO: ==28169== Releasing lock...
[2026-09-11 14:43:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 14:43:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 14:43:11] Production.ERROR: CronJobId end10
[2026-09-11 14:43:11] Production.INFO: ==28171== Releasing lock...
[2026-09-11 14:43:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 14:43:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 14:43:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 14:43:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 14:43:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 14:43:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 14:43:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 14:43:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 14:43:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 14:43:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 14:43:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 14:43:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 14:43:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 14:43:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 14:43:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 14:43:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 14:43:13] Production.INFO: call_cost start
[2026-09-11 14:43:13] Production.INFO: call_cost end
[2026-09-11 14:43:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 14:43:13] Production.INFO: ============== Report Schedule START===========
[2026-09-11 14:43:13] Production.INFO: ============== Report Schedule END===========
[2026-09-11 14:43:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 14:43:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 14:43:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 14:43:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 14:43:13] Production.INFO: ============== Deal alert START===========
[2026-09-11 14:43:13] Production.INFO: ============== Deal alert END===========
[2026-09-11 14:43:13] Production.INFO: ==28167== Releasing lock...
[2026-09-11 14:43:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 14:43:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 19:44:01] Production.INFO: ==28237== Lock acquired, processing the job...
[2026-09-11 19:44:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 19:44:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 19:44:01] Production.INFO: neon service started
[2026-09-11 19:44:01] Production.INFO: neon service started
[2026-09-11 19:44:01] Production.INFO: ==28237== Releasing lock...
[2026-09-11 19:44:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 19:44:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 18:44:02] Production.INFO: ==28241== Lock acquired, processing the job...
[2026-09-11 18:44:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 18:44:02] Production.INFO: ==28241== Releasing lock...
[2026-09-11 18:44:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 18:44:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 14:44:02] Production.INFO: ==28239== Lock acquired, processing the job...
[2026-09-11 14:44:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 14:44:02] Production.INFO: ==28239== Releasing lock...
[2026-09-11 14:44:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 14:44:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 14:44:03] Production.INFO: ==28251== Lock acquired, processing the job...
[2026-09-11 14:44:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 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-09-11 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-09-11 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-09-11 14:44:03] Production.INFO: ==28243== Lock acquired, processing the job...
[2026-09-11 14:44:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 14:44:03] Production.INFO: ==28251== Releasing lock...
[2026-09-11 14:44:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 14:44:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 14:44:03] Production.INFO: ==28247== Lock acquired, processing the job...
[2026-09-11 14:44:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 14:44:03] Production.INFO: ==28245== Lock acquired, processing the job...
[2026-09-11 14:44:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 14:44:03] Production.INFO: ==28249== Lock acquired, processing the job...
[2026-09-11 14:44:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 14:44:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 14:44:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 14:44:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 14:44:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 14:44:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 14:44:03] Production.INFO: Account Balance Start.
[2026-09-11 14:44:03] Production.INFO: CreateAllLog Start
[2026-09-11 14:44:03] Production.INFO: 117
[2026-09-11 14:44:03] Production.INFO: Date 2026-09-08
[2026-09-11 14:44:03] Production.INFO: Reseller ==> 0
[2026-09-11 14:44:03] Production.INFO: Date 2026-09-09
[2026-09-11 14:44:03] Production.INFO: Reseller ==> 0
[2026-09-11 14:44:03] Production.INFO: Date 2026-09-10
[2026-09-11 14:44:03] Production.INFO: Reseller ==> 0
[2026-09-11 14:44:03] Production.INFO: Date 2026-09-11
[2026-09-11 14:44:03] Production.INFO: Reseller ==> 0
[2026-09-11 14:44:03] Production.INFO: Total Charge 0
[2026-09-11 14:44:03] Production.INFO: CreateAllLog End
[2026-09-11 14:44:04] Production.INFO: Account Balance End.
[2026-09-11 14:44:04] Production.ERROR: CronJobId end 12
[2026-09-11 14:44:04] Production.INFO: ==28249== Releasing lock...
[2026-09-11 14:44:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 14:44:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 14:44:04] Production.INFO: ==28245== Releasing lock...
[2026-09-11 14:44:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 14:44:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 14:44:12] Production.ERROR: CronJobId end10
[2026-09-11 14:44:12] Production.INFO: ==28247== Releasing lock...
[2026-09-11 14:44:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 14:44:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 14:44:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 14:44:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 14:44:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 14:44:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 14:44:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 14:44:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 14:44:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 14:44:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 14:44:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 14:44:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 14:44:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 14:44:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 14:44:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 14:44:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 14:44:15] Production.INFO: call_cost start
[2026-09-11 14:44:15] Production.INFO: call_cost end
[2026-09-11 14:44:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 14:44:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 14:44:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 14:44:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 14:44:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 14:44:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 14:44:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 14:44:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 14:44:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 14:44:15] Production.INFO: ==28243== Releasing lock...
[2026-09-11 14:44:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 14:44:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 19:45:02] Production.INFO: ==28305== Lock acquired, processing the job...
[2026-09-11 19:45:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 19:45:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 19:45:02] Production.INFO: neon service started
[2026-09-11 19:45:02] Production.INFO: neon service started
[2026-09-11 19:45:02] Production.INFO: ==28305== Releasing lock...
[2026-09-11 19:45:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 19:45:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 18:45:02] Production.INFO: ==28309== Lock acquired, processing the job...
[2026-09-11 18:45:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 18:45:02] Production.INFO: ==28309== Releasing lock...
[2026-09-11 18:45:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 18:45:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 14:45:02] Production.INFO: ==28307== Lock acquired, processing the job...
[2026-09-11 14:45:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 14:45:03] Production.INFO: ==28307== Releasing lock...
[2026-09-11 14:45:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 14:45:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 14:45:03] Production.INFO: ==28314== Lock acquired, processing the job...
[2026-09-11 14:45:03] Production.INFO: ==28316== Lock acquired, processing the job...
[2026-09-11 14:45:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 14:45:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 14:45:04] Production.INFO: ==28320== Lock acquired, processing the job...
[2026-09-11 14:45:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 14:45:04] Production.INFO: ==28312== Lock acquired, processing the job...
[2026-09-11 14:45:04] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-11 14:45:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 14:45:04] Production.INFO: ==28318== Lock acquired, processing the job...
[2026-09-11 14:45:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 14:45:04] Production.ERROR: ========================== active cronjob start =============================
[2026-09-11 14:45:04] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-11 14:45:04] Production.ERROR: CronJob PID - 28314
[2026-09-11 14:45:04] Production.ERROR: CronJob Title - System Alerts
[2026-09-11 14:45:04] Production.ERROR: CronJob ID - 5
[2026-09-11 14:45:04] Production.ERROR: CronJob Last Run Time 2026-09-11 14:45:00
[2026-09-11 14:45:04] Production.ERROR: CronJob Active Minutes 0
[2026-09-11 14:45:04] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-11 14:45:04] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-11 14:45:04] Production.ERROR: CronJob PID - 28316
[2026-09-11 14:45:04] Production.ERROR: CronJob Title - Account Block
[2026-09-11 14:45:04] Production.ERROR: CronJob ID - 7
[2026-09-11 14:45:04] Production.ERROR: CronJob Last Run Time 2026-09-11 14:45:00
[2026-09-11 14:45:04] Production.ERROR: CronJob Active Minutes 0
[2026-09-11 14:45:04] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-11 14:45:04] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-11 14:45:04] Production.ERROR: CronJob PID - 28320
[2026-09-11 14:45:04] Production.ERROR: CronJob Title - Prepaid Account Balance
[2026-09-11 14:45:04] Production.ERROR: CronJob ID - 12
[2026-09-11 14:45:04] Production.ERROR: CronJob Last Run Time 2026-09-11 14:45:00
[2026-09-11 14:45:04] Production.ERROR: CronJob Active Minutes 0
[2026-09-11 14:45:04] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-11 14:45:04] Production.INFO: Account Balance Start.
[2026-09-11 14:45:04] Production.INFO: CreateAllLog Start
[2026-09-11 14:45:04] Production.INFO: 117
[2026-09-11 14:45:04] Production.INFO: ==28322== Lock acquired, processing the job...
[2026-09-11 14:45:04] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-11 14:45:04] Production.ERROR: ========================== active cronjob end =============================
[2026-09-11 14:45:04] Production.INFO: ==28312== Releasing lock...
[2026-09-11 14:45:04] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-11 14:45:04] Production.INFO: 25.5 MB #Memory Used#
[2026-09-11 14:45:04] Production.INFO: Date 2026-09-08
[2026-09-11 14:45:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 14:45:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 14:45:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 14:45:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 14:45:04] Production.INFO: ==28324== Lock acquired, processing the job...
[2026-09-11 14:45:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 14:45:04] Production.INFO: Reseller ==> 0
[2026-09-11 14:45:04] Production.ERROR: tblTempUsageDetail_20
[2026-09-11 14:45:04] Production.INFO: Date 2026-09-09
[2026-09-11 14:45:04] Production.INFO: Reseller ==> 0
[2026-09-11 14:45:04] Production.INFO: Date 2026-09-10
[2026-09-11 14:45:04] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 14:45:04] Production.INFO: Date 2026-09-11
[2026-09-11 14:45:04] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 14:45:04] Production.INFO: Total Charge 0
[2026-09-11 14:45:04] Production.INFO: CreateAllLog End
[2026-09-11 14:45:04] Production.INFO: ==28324== Releasing lock...
[2026-09-11 14:45:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 14:45:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 14:45:04] Production.ERROR: done
[2026-09-11 14:45:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-11 14:45:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17984991', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) start
[2026-09-11 14:45:04] Production.INFO: Account Balance End.
[2026-09-11 14:45:04] Production.ERROR: CronJobId end 12
[2026-09-11 14:45:04] Production.INFO: ==28320== Releasing lock...
[2026-09-11 14:45:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 14:45:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 14:45:04] Production.INFO: ==28316== Releasing lock...
[2026-09-11 14:45:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 14:45:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 14:45:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17984991', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) end
[2026-09-11 14:45:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-11 14:45:10] Production.INFO: ProcessCDR(1,17984991,1,1,2)
[2026-09-11 14:45:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17984991,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 14:45:11] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17984991,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 14:45:11] Production.ERROR: pbx prc_insertCDR start
[2026-09-11 14:45:11] Production.ERROR: pbx prc_insertCDR end
[2026-09-11 14:45:11] Production.INFO: ==28322== Releasing lock...
[2026-09-11 14:45:11] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-11 14:45:11] Production.INFO: 26 MB #Memory Used#
[2026-09-11 14:45:14] Production.ERROR: CronJobId end10
[2026-09-11 14:45:14] Production.INFO: ==28318== Releasing lock...
[2026-09-11 14:45:14] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 14:45:14] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 14:45:17] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 14:45:17] Production.INFO: ============== Balance Warning START===========
[2026-09-11 14:45:17] Production.INFO: ============== Balance Warning END===========
[2026-09-11 14:45:17] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 14:45:17] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 14:45:17] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 14:45:17] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 14:45:17] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 14:45:17] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 14:45:17] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 14:45:17] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 14:45:17] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 14:45:17] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 14:45:17] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 14:45:17] Production.INFO: call_cost start
[2026-09-11 14:45:17] Production.INFO: call_cost end
[2026-09-11 14:45:17] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 14:45:17] Production.INFO: ============== Report Schedule START===========
[2026-09-11 14:45:17] Production.INFO: ============== Report Schedule END===========
[2026-09-11 14:45:17] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 14:45:17] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 14:45:17] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 14:45:17] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 14:45:17] Production.INFO: ============== Deal alert START===========
[2026-09-11 14:45:17] Production.INFO: ============== Deal alert END===========
[2026-09-11 14:45:17] Production.INFO: ==28314== Releasing lock...
[2026-09-11 14:45:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 14:45:17] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 19:46:01] Production.INFO: ==28381== Lock acquired, processing the job...
[2026-09-11 19:46:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 19:46:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 19:46:01] Production.INFO: neon service started
[2026-09-11 19:46:01] Production.INFO: neon service started
[2026-09-11 19:46:01] Production.INFO: ==28381== Releasing lock...
[2026-09-11 19:46:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 19:46:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 14:46:01] Production.INFO: ==28383== Lock acquired, processing the job...
[2026-09-11 14:46:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 14:46:02] Production.INFO: ==28383== Releasing lock...
[2026-09-11 14:46:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 14:46:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 18:46:02] Production.INFO: ==28385== Lock acquired, processing the job...
[2026-09-11 18:46:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 18:46:02] Production.INFO: ==28385== Releasing lock...
[2026-09-11 18:46:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 18:46:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 14:46:02] Production.INFO: ==28387== Lock acquired, processing the job...
[2026-09-11 14:46:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 14:46:02] Production.INFO: ==28391== Lock acquired, processing the job...
[2026-09-11 14:46:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 14:46:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 14:46:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 14:46:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 14:46:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 14:46:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 14:46:03] Production.INFO: ==28389== Lock acquired, processing the job...
[2026-09-11 14:46:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 14:46:03] Production.INFO: ==28393== Lock acquired, processing the job...
[2026-09-11 14:46:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 14:46:03] Production.INFO: Account Balance Start.
[2026-09-11 14:46:03] Production.INFO: CreateAllLog Start
[2026-09-11 14:46:03] Production.INFO: 117
[2026-09-11 14:46:03] Production.INFO: Date 2026-09-08
[2026-09-11 14:46:03] Production.INFO: Reseller ==> 0
[2026-09-11 14:46:03] Production.INFO: ==28395== Lock acquired, processing the job...
[2026-09-11 14:46:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 14:46:03] Production.INFO: Date 2026-09-09
[2026-09-11 14:46:03] Production.INFO: Reseller ==> 0
[2026-09-11 14:46:03] Production.INFO: Date 2026-09-10
[2026-09-11 14:46:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 14:46:03] Production.INFO: Date 2026-09-11
[2026-09-11 14:46:03] Production.INFO: Reseller ==> 0
[2026-09-11 14:46:03] Production.INFO: Total Charge 0
[2026-09-11 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-09-11 14:46:03] Production.INFO: CreateAllLog End
[2026-09-11 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-09-11 14:46:03] Production.INFO: ==28395== Releasing lock...
[2026-09-11 14:46:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 14:46:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 14:46:03] Production.INFO: Account Balance End.
[2026-09-11 14:46:03] Production.ERROR: CronJobId end 12
[2026-09-11 14:46:03] Production.INFO: ==28393== Releasing lock...
[2026-09-11 14:46:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 14:46:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 14:46:04] Production.INFO: ==28389== Releasing lock...
[2026-09-11 14:46:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 14:46:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 14:46:11] Production.ERROR: CronJobId end10
[2026-09-11 14:46:11] Production.INFO: ==28391== Releasing lock...
[2026-09-11 14:46:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 14:46:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 14:46:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 14:46:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 14:46:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 14:46:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 14:46:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 14:46:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 14:46:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 14:46:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 14:46:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 14:46:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 14:46:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 14:46:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 14:46:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 14:46:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 14:46:15] Production.INFO: call_cost start
[2026-09-11 14:46:15] Production.INFO: call_cost end
[2026-09-11 14:46:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 14:46:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 14:46:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 14:46:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 14:46:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 14:46:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 14:46:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 14:46:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 14:46:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 14:46:15] Production.INFO: ==28387== Releasing lock...
[2026-09-11 14:46:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 14:46:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 19:47:02] Production.INFO: ==28455== Lock acquired, processing the job...
[2026-09-11 19:47:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 19:47:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 19:47:02] Production.INFO: neon service started
[2026-09-11 19:47:02] Production.INFO: neon service started
[2026-09-11 19:47:02] Production.INFO: ==28455== Releasing lock...
[2026-09-11 19:47:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 19:47:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 14:47:02] Production.INFO: ==28458== Lock acquired, processing the job...
[2026-09-11 14:47:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 14:47:02] Production.INFO: ==28458== Releasing lock...
[2026-09-11 14:47:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 14:47:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 18:47:02] Production.INFO: ==28460== Lock acquired, processing the job...
[2026-09-11 18:47:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 18:47:02] Production.INFO: ==28460== Releasing lock...
[2026-09-11 18:47:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 18:47:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 14:47:03] Production.INFO: ==28462== Lock acquired, processing the job...
[2026-09-11 14:47:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 14:47:03] Production.INFO: ==28464== Lock acquired, processing the job...
[2026-09-11 14:47:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 14:47:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 14:47:03] Production.INFO: ==28468== Lock acquired, processing the job...
[2026-09-11 14:47:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 14:47:03] Production.INFO: ==28466== Lock acquired, processing the job...
[2026-09-11 14:47:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 14:47:03] Production.INFO: Account Balance Start.
[2026-09-11 14:47:03] Production.INFO: CreateAllLog Start
[2026-09-11 14:47:03] Production.INFO: 117
[2026-09-11 14:47:03] Production.INFO: ==28470== Lock acquired, processing the job...
[2026-09-11 14:47:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 14:47:03] Production.INFO: Date 2026-09-08
[2026-09-11 14:47:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 14:47:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 14:47:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 14:47:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 14:47:03] Production.INFO: Reseller ==> 0
[2026-09-11 14:47:03] Production.INFO: Date 2026-09-09
[2026-09-11 14:47:03] Production.INFO: Reseller ==> 0
[2026-09-11 14:47:03] Production.INFO: Date 2026-09-10
[2026-09-11 14:47:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 14:47:03] Production.INFO: Date 2026-09-11
[2026-09-11 14:47:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 14:47:03] Production.INFO: ==28470== Releasing lock...
[2026-09-11 14:47:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 14:47:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 14:47:03] Production.INFO: Total Charge 0
[2026-09-11 14:47:03] Production.INFO: CreateAllLog End
[2026-09-11 14:47:04] Production.INFO: Account Balance End.
[2026-09-11 14:47:04] Production.ERROR: CronJobId end 12
[2026-09-11 14:47:04] Production.INFO: ==28468== Releasing lock...
[2026-09-11 14:47:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 14:47:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 14:47:04] Production.INFO: ==28464== Releasing lock...
[2026-09-11 14:47:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 14:47:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 14:47:12] Production.ERROR: CronJobId end10
[2026-09-11 14:47:12] Production.INFO: ==28466== Releasing lock...
[2026-09-11 14:47:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 14:47:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 14:47:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 14:47:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 14:47:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 14:47:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 14:47:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 14:47:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 14:47:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 14:47:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 14:47:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 14:47:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 14:47:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 14:47:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 14:47:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 14:47:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 14:47:15] Production.INFO: call_cost start
[2026-09-11 14:47:15] Production.INFO: call_cost end
[2026-09-11 14:47:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 14:47:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 14:47:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 14:47:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 14:47:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 14:47:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 14:47:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 14:47:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 14:47:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 14:47:15] Production.INFO: ==28462== Releasing lock...
[2026-09-11 14:47:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 14:47:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 19:48:01] Production.INFO: ==28530== Lock acquired, processing the job...
[2026-09-11 19:48:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 19:48:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 19:48:01] Production.INFO: neon service started
[2026-09-11 19:48:01] Production.INFO: neon service started
[2026-09-11 19:48:01] Production.INFO: ==28530== Releasing lock...
[2026-09-11 19:48:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 19:48:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 18:48:01] Production.INFO: ==28534== Lock acquired, processing the job...
[2026-09-11 18:48:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 18:48:02] Production.INFO: ==28534== Releasing lock...
[2026-09-11 18:48:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 18:48:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 14:48:02] Production.INFO: ==28532== Lock acquired, processing the job...
[2026-09-11 14:48:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 14:48:02] Production.INFO: ==28532== Releasing lock...
[2026-09-11 14:48:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 14:48:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 14:48:03] Production.INFO: ==28537== Lock acquired, processing the job...
[2026-09-11 14:48:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 14:48:03] Production.INFO: ==28539== Lock acquired, processing the job...
[2026-09-11 14:48:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 14:48:03] Production.INFO: ==28543== Lock acquired, processing the job...
[2026-09-11 14:48:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 14:48:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 14:48:03] Production.INFO: ==28541== Lock acquired, processing the job...
[2026-09-11 14:48:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 14:48:03] Production.INFO: ==28545== Lock acquired, processing the job...
[2026-09-11 14:48:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 14:48:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 14:48:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 14:48:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 14:48:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 14:48:03] Production.INFO: Account Balance Start.
[2026-09-11 14:48:03] Production.INFO: CreateAllLog Start
[2026-09-11 14:48:03] Production.INFO: 117
[2026-09-11 14:48:03] Production.INFO: Date 2026-09-08
[2026-09-11 14:48:03] Production.INFO: Reseller ==> 0
[2026-09-11 14:48:03] Production.INFO: Date 2026-09-09
[2026-09-11 14:48:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 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-09-11 14:48:03] Production.INFO: ==28545== Releasing lock...
[2026-09-11 14:48:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 14:48:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 14:48:03] Production.INFO: Date 2026-09-10
[2026-09-11 14:48:03] Production.INFO: Reseller ==> 0
[2026-09-11 14:48:03] Production.INFO: Date 2026-09-11
[2026-09-11 14:48:03] Production.INFO: Reseller ==> 0
[2026-09-11 14:48:03] Production.INFO: Total Charge 0
[2026-09-11 14:48:03] Production.INFO: CreateAllLog End
[2026-09-11 14:48:03] Production.INFO: Account Balance End.
[2026-09-11 14:48:03] Production.ERROR: CronJobId end 12
[2026-09-11 14:48:03] Production.INFO: ==28543== Releasing lock...
[2026-09-11 14:48:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 14:48:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 14:48:04] Production.INFO: ==28539== Releasing lock...
[2026-09-11 14:48:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 14:48:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 14:48:11] Production.ERROR: CronJobId end10
[2026-09-11 14:48:11] Production.INFO: ==28541== Releasing lock...
[2026-09-11 14:48:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 14:48:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 14:48:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 14:48:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 14:48:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 14:48:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 14:48:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 14:48:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 14:48:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 14:48:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 14:48:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 14:48:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 14:48:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 14:48:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 14:48:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 14:48:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 14:48:13] Production.INFO: call_cost start
[2026-09-11 14:48:13] Production.INFO: call_cost end
[2026-09-11 14:48:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 14:48:13] Production.INFO: ============== Report Schedule START===========
[2026-09-11 14:48:13] Production.INFO: ============== Report Schedule END===========
[2026-09-11 14:48:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 14:48:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 14:48:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 14:48:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 14:48:13] Production.INFO: ============== Deal alert START===========
[2026-09-11 14:48:13] Production.INFO: ============== Deal alert END===========
[2026-09-11 14:48:13] Production.INFO: ==28537== Releasing lock...
[2026-09-11 14:48:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 14:48:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 19:49:02] Production.INFO: ==28601== Lock acquired, processing the job...
[2026-09-11 19:49:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 19:49:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 19:49:02] Production.INFO: neon service started
[2026-09-11 19:49:02] Production.INFO: neon service started
[2026-09-11 19:49:02] Production.INFO: ==28601== Releasing lock...
[2026-09-11 19:49:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 19:49:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 14:49:02] Production.INFO: ==28604== Lock acquired, processing the job...
[2026-09-11 14:49:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 14:49:02] Production.INFO: ==28604== Releasing lock...
[2026-09-11 14:49:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 14:49:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 18:49:02] Production.INFO: ==28606== Lock acquired, processing the job...
[2026-09-11 18:49:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 18:49:02] Production.INFO: ==28606== Releasing lock...
[2026-09-11 18:49:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 18:49:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 14:49:03] Production.INFO: ==28610== Lock acquired, processing the job...
[2026-09-11 14:49:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 14:49:03] Production.INFO: ==28612== Lock acquired, processing the job...
[2026-09-11 14:49:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 14:49:03] Production.INFO: ==28608== Lock acquired, processing the job...
[2026-09-11 14:49:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 14:49:03] Production.INFO: ==28614== Lock acquired, processing the job...
[2026-09-11 14:49:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 14:49:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 14:49:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 14:49:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 14:49:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 14:49:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 14:49:03] Production.INFO: ==28616== Lock acquired, processing the job...
[2026-09-11 14:49:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 14:49:03] Production.INFO: Account Balance Start.
[2026-09-11 14:49:03] Production.INFO: CreateAllLog Start
[2026-09-11 14:49:03] Production.INFO: 117
[2026-09-11 14:49:03] Production.INFO: Date 2026-09-08
[2026-09-11 14:49:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 14:49:03] Production.INFO: Date 2026-09-09
[2026-09-11 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-09-11 14:49:03] Production.INFO: Reseller ==> 0
[2026-09-11 14:49:03] Production.INFO: ==28616== Releasing lock...
[2026-09-11 14:49:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 14:49:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 14:49:03] Production.INFO: Date 2026-09-10
[2026-09-11 14:49:03] Production.INFO: Reseller ==> 0
[2026-09-11 14:49:03] Production.INFO: Date 2026-09-11
[2026-09-11 14:49:03] Production.INFO: Reseller ==> 0
[2026-09-11 14:49:03] Production.INFO: Total Charge 0
[2026-09-11 14:49:03] Production.INFO: CreateAllLog End
[2026-09-11 14:49:04] Production.INFO: Account Balance End.
[2026-09-11 14:49:04] Production.ERROR: CronJobId end 12
[2026-09-11 14:49:04] Production.INFO: ==28614== Releasing lock...
[2026-09-11 14:49:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 14:49:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 14:49:04] Production.INFO: ==28610== Releasing lock...
[2026-09-11 14:49:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 14:49:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 14:49:12] Production.ERROR: CronJobId end10
[2026-09-11 14:49:12] Production.INFO: ==28612== Releasing lock...
[2026-09-11 14:49:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 14:49:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 14:49:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 14:49:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 14:49:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 14:49:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 14:49:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 14:49:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 14:49:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 14:49:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 14:49:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 14:49:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 14:49:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 14:49:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 14:49:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 14:49:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 14:49:14] Production.INFO: call_cost start
[2026-09-11 14:49:14] Production.INFO: call_cost end
[2026-09-11 14:49:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 14:49:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 14:49:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 14:49:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 14:49:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 14:49:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 14:49:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 14:49:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 14:49:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 14:49:14] Production.INFO: ==28608== Releasing lock...
[2026-09-11 14:49:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 14:49:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 19:50:01] Production.INFO: ==28670== Lock acquired, processing the job...
[2026-09-11 19:50:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 19:50:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 19:50:01] Production.INFO: neon service started
[2026-09-11 19:50:01] Production.INFO: neon service started
[2026-09-11 19:50:01] Production.INFO: ==28670== Releasing lock...
[2026-09-11 19:50:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 19:50:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 18:50:01] Production.INFO: ==28674== Lock acquired, processing the job...
[2026-09-11 18:50:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 18:50:01] Production.INFO: ==28674== Releasing lock...
[2026-09-11 18:50:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 18:50:01] Production.INFO: 25 MB #Memory Used#
[2026-09-11 14:50:02] Production.INFO: ==28672== Lock acquired, processing the job...
[2026-09-11 14:50:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 14:50:02] Production.INFO: ==28672== Releasing lock...
[2026-09-11 14:50:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 14:50:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 14:50:02] Production.INFO: ==28685== Lock acquired, processing the job...
[2026-09-11 14:50:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 14: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-09-11 14: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-09-11 14: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-09-11 14:50:03] Production.INFO: ==28685== Releasing lock...
[2026-09-11 14:50:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 14:50:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 14:50:03] Production.INFO: ==28677== Lock acquired, processing the job...
[2026-09-11 14:50:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 14:50:03] Production.INFO: ==28683== Lock acquired, processing the job...
[2026-09-11 14:50:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 14:50:03] Production.INFO: ==28679== Lock acquired, processing the job...
[2026-09-11 14:50:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 14:50:03] Production.INFO: ==28681== Lock acquired, processing the job...
[2026-09-11 14:50:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 14:50:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 14:50:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 14:50:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 14:50:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 14:50:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 14:50:03] Production.INFO: Account Balance Start.
[2026-09-11 14:50:03] Production.INFO: CreateAllLog Start
[2026-09-11 14:50:03] Production.INFO: 117
[2026-09-11 14:50:03] Production.INFO: Date 2026-09-08
[2026-09-11 14:50:03] Production.INFO: Reseller ==> 0
[2026-09-11 14:50:03] Production.INFO: Date 2026-09-09
[2026-09-11 14:50:03] Production.INFO: Reseller ==> 0
[2026-09-11 14:50:03] Production.INFO: Date 2026-09-10
[2026-09-11 14:50:03] Production.INFO: Reseller ==> 0
[2026-09-11 14:50:03] Production.INFO: Date 2026-09-11
[2026-09-11 14:50:03] Production.INFO: Reseller ==> 0
[2026-09-11 14:50:03] Production.INFO: Total Charge 0
[2026-09-11 14:50:03] Production.INFO: CreateAllLog End
[2026-09-11 14:50:03] Production.INFO: Account Balance End.
[2026-09-11 14:50:03] Production.ERROR: CronJobId end 12
[2026-09-11 14:50:03] Production.INFO: ==28683== Releasing lock...
[2026-09-11 14:50:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 14:50:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 14:50:04] Production.INFO: ==28679== Releasing lock...
[2026-09-11 14:50:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 14:50:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 14:50:11] Production.ERROR: CronJobId end10
[2026-09-11 14:50:11] Production.INFO: ==28681== Releasing lock...
[2026-09-11 14:50:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 14:50:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 14:50:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 14:50:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 14:50:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 14:50:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 14:50:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 14:50:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 14:50:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 14:50:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 14:50:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 14:50:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 14:50:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 14:50:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 14:50:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 14:50:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 14:50:13] Production.INFO: call_cost start
[2026-09-11 14:50:13] Production.INFO: call_cost end
[2026-09-11 14:50:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 14:50:13] Production.INFO: ============== Report Schedule START===========
[2026-09-11 14:50:13] Production.INFO: ============== Report Schedule END===========
[2026-09-11 14:50:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 14:50:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 14:50:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 14:50:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 14:50:13] Production.INFO: ============== Deal alert START===========
[2026-09-11 14:50:13] Production.INFO: ============== Deal alert END===========
[2026-09-11 14:50:13] Production.INFO: ==28677== Releasing lock...
[2026-09-11 14:50:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 14:50:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 19:51:01] Production.INFO: ==28746== Lock acquired, processing the job...
[2026-09-11 19:51:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 19:51:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 19:51:01] Production.INFO: neon service started
[2026-09-11 19:51:01] Production.INFO: neon service started
[2026-09-11 19:51:01] Production.INFO: ==28746== Releasing lock...
[2026-09-11 19:51:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 19:51:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 18:51:02] Production.INFO: ==28750== Lock acquired, processing the job...
[2026-09-11 18:51:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 18:51:02] Production.INFO: ==28750== Releasing lock...
[2026-09-11 18:51:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 18:51:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 14:51:02] Production.INFO: ==28748== Lock acquired, processing the job...
[2026-09-11 14:51:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 14:51:02] Production.INFO: ==28748== Releasing lock...
[2026-09-11 14:51:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 14:51:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 14:51:03] Production.INFO: ==28752== Lock acquired, processing the job...
[2026-09-11 14:51:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 14:51:03] Production.INFO: ==28756== Lock acquired, processing the job...
[2026-09-11 14:51:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 14:51:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 14:51:03] Production.INFO: ==28758== Lock acquired, processing the job...
[2026-09-11 14:51:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 14:51:03] Production.INFO: ==28754== Lock acquired, processing the job...
[2026-09-11 14:51:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 14:51:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 14:51:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 14:51:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 14:51:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 14:51:03] Production.INFO: ==28761== Lock acquired, processing the job...
[2026-09-11 14:51:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 14:51:03] Production.INFO: Account Balance Start.
[2026-09-11 14:51:03] Production.INFO: CreateAllLog Start
[2026-09-11 14:51:03] Production.INFO: 117
[2026-09-11 14:51:03] Production.INFO: Date 2026-09-08
[2026-09-11 14:51:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 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-09-11 14:51:03] Production.INFO: ==28761== Releasing lock...
[2026-09-11 14:51:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 14:51:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 14:51:03] Production.INFO: Date 2026-09-09
[2026-09-11 14:51:03] Production.INFO: Reseller ==> 0
[2026-09-11 14:51:03] Production.INFO: Date 2026-09-10
[2026-09-11 14:51:03] Production.INFO: Reseller ==> 0
[2026-09-11 14:51:04] Production.INFO: Date 2026-09-11
[2026-09-11 14:51:04] Production.INFO: Reseller ==> 0
[2026-09-11 14:51:04] Production.INFO: Total Charge 0
[2026-09-11 14:51:04] Production.INFO: CreateAllLog End
[2026-09-11 14:51:04] Production.INFO: ==28754== Releasing lock...
[2026-09-11 14:51:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 14:51:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 14:51:04] Production.INFO: Account Balance End.
[2026-09-11 14:51:04] Production.ERROR: CronJobId end 12
[2026-09-11 14:51:04] Production.INFO: ==28758== Releasing lock...
[2026-09-11 14:51:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 14:51:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 14:51:12] Production.ERROR: CronJobId end10
[2026-09-11 14:51:12] Production.INFO: ==28756== Releasing lock...
[2026-09-11 14:51:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 14:51:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 14:51:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 14:51:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 14:51:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 14:51:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 14:51:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 14:51:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 14:51:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 14:51:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 14:51:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 14:51:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 14:51:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 14:51:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 14:51:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 14:51:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 14:51:14] Production.INFO: call_cost start
[2026-09-11 14:51:14] Production.INFO: call_cost end
[2026-09-11 14:51:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 14:51:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 14:51:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 14:51:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 14:51:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 14:51:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 14:51:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 14:51:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 14:51:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 14:51:14] Production.INFO: ==28752== Releasing lock...
[2026-09-11 14:51:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 14:51:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 19:52:02] Production.INFO: ==28814== Lock acquired, processing the job...
[2026-09-11 19:52:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 19:52:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 19:52:02] Production.INFO: neon service started
[2026-09-11 19:52:02] Production.INFO: neon service started
[2026-09-11 19:52:02] Production.INFO: ==28814== Releasing lock...
[2026-09-11 19:52:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 19:52:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 14:52:02] Production.INFO: ==28817== Lock acquired, processing the job...
[2026-09-11 14:52:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 14:52:03] Production.INFO: ==28817== Releasing lock...
[2026-09-11 14:52:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 14:52:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 18:52:03] Production.INFO: ==28819== Lock acquired, processing the job...
[2026-09-11 18:52:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 18:52:03] Production.INFO: ==28819== Releasing lock...
[2026-09-11 18:52:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 18:52:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 14:52:03] Production.INFO: ==28821== Lock acquired, processing the job...
[2026-09-11 14:52:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 14:52:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 14:52:03] Production.INFO: ==28827== Lock acquired, processing the job...
[2026-09-11 14:52:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 14:52:03] Production.INFO: ==28823== Lock acquired, processing the job...
[2026-09-11 14:52:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 14:52:04] Production.INFO: ==28825== Lock acquired, processing the job...
[2026-09-11 14:52:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 14:52:04] Production.INFO: Account Balance Start.
[2026-09-11 14:52:04] Production.INFO: CreateAllLog Start
[2026-09-11 14:52:04] Production.INFO: 117
[2026-09-11 14:52:04] Production.INFO: Date 2026-09-08
[2026-09-11 14:52:04] Production.INFO: Reseller ==> 0
[2026-09-11 14:52:04] Production.INFO: Date 2026-09-09
[2026-09-11 14:52:04] Production.INFO: Reseller ==> 0
[2026-09-11 14:52:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 14:52:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 14:52:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 14:52:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 14:52:04] Production.INFO: Date 2026-09-10
[2026-09-11 14:52:04] Production.INFO: Reseller ==> 0
[2026-09-11 14:52:04] Production.INFO: ==28829== Lock acquired, processing the job...
[2026-09-11 14:52:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 14:52:04] Production.INFO: Date 2026-09-11
[2026-09-11 14:52:04] Production.INFO: Reseller ==> 0
[2026-09-11 14:52:04] Production.INFO: Total Charge 0
[2026-09-11 14:52:04] Production.INFO: CreateAllLog End
[2026-09-11 14:52:04] Production.INFO: Account Balance End.
[2026-09-11 14: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-09-11 14: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-09-11 14: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-09-11 14:52:04] Production.INFO: ==28829== Releasing lock...
[2026-09-11 14:52:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 14:52:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 14:52:04] Production.ERROR: CronJobId end 12
[2026-09-11 14:52:04] Production.INFO: ==28827== Releasing lock...
[2026-09-11 14:52:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 14:52:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 14:52:04] Production.INFO: ==28823== Releasing lock...
[2026-09-11 14:52:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 14:52:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 14:52:11] Production.ERROR: CronJobId end10
[2026-09-11 14:52:11] Production.INFO: ==28825== Releasing lock...
[2026-09-11 14:52:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 14:52:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 14:52:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 14:52:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 14:52:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 14:52:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 14:52:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 14:52:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 14:52:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 14:52:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 14:52:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 14:52:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 14:52:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 14:52:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 14:52:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 14:52:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 14:52:15] Production.INFO: call_cost start
[2026-09-11 14:52:15] Production.INFO: call_cost end
[2026-09-11 14:52:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 14:52:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 14:52:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 14:52:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 14:52:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 14:52:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 14:52:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 14:52:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 14:52:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 14:52:15] Production.INFO: ==28821== Releasing lock...
[2026-09-11 14:52:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 14:52:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 19:53:01] Production.INFO: ==28884== Lock acquired, processing the job...
[2026-09-11 19:53:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 19:53:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 19:53:01] Production.INFO: neon service started
[2026-09-11 19:53:01] Production.INFO: neon service started
[2026-09-11 19:53:01] Production.INFO: ==28884== Releasing lock...
[2026-09-11 19:53:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 19:53:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 14:53:02] Production.INFO: ==28886== Lock acquired, processing the job...
[2026-09-11 14:53:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 18:53:02] Production.INFO: ==28888== Lock acquired, processing the job...
[2026-09-11 18:53:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 18:53:02] Production.INFO: ==28888== Releasing lock...
[2026-09-11 18:53:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 18:53:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 14:53:02] Production.INFO: ==28886== Releasing lock...
[2026-09-11 14:53:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 14:53:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 14:53:03] Production.INFO: ==28891== Lock acquired, processing the job...
[2026-09-11 14:53:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 14:53:03] Production.INFO: ==28893== Lock acquired, processing the job...
[2026-09-11 14:53:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 14:53:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 14:53:03] Production.INFO: ==28895== Lock acquired, processing the job...
[2026-09-11 14:53:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 14:53:03] Production.INFO: ==28897== Lock acquired, processing the job...
[2026-09-11 14:53:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 14:53:03] Production.INFO: ==28899== Lock acquired, processing the job...
[2026-09-11 14:53:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 14:53:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 14:53:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 14:53:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 14:53:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 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-09-11 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-09-11 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-09-11 14:53:03] Production.INFO: ==28899== Releasing lock...
[2026-09-11 14:53:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 14:53:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 14:53:03] Production.INFO: Account Balance Start.
[2026-09-11 14:53:03] Production.INFO: CreateAllLog Start
[2026-09-11 14:53:03] Production.INFO: 117
[2026-09-11 14:53:04] Production.INFO: Date 2026-09-08
[2026-09-11 14:53:04] Production.INFO: Reseller ==> 0
[2026-09-11 14:53:04] Production.INFO: Date 2026-09-09
[2026-09-11 14:53:04] Production.INFO: Reseller ==> 0
[2026-09-11 14:53:04] Production.INFO: Date 2026-09-10
[2026-09-11 14:53:04] Production.INFO: Reseller ==> 0
[2026-09-11 14:53:04] Production.INFO: Date 2026-09-11
[2026-09-11 14:53:04] Production.INFO: Reseller ==> 0
[2026-09-11 14:53:04] Production.INFO: Total Charge 0
[2026-09-11 14:53:04] Production.INFO: CreateAllLog End
[2026-09-11 14:53:04] Production.INFO: Account Balance End.
[2026-09-11 14:53:04] Production.ERROR: CronJobId end 12
[2026-09-11 14:53:04] Production.INFO: ==28897== Releasing lock...
[2026-09-11 14:53:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 14:53:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 14:53:04] Production.INFO: ==28893== Releasing lock...
[2026-09-11 14:53:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 14:53:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 14:53:12] Production.ERROR: CronJobId end10
[2026-09-11 14:53:12] Production.INFO: ==28895== Releasing lock...
[2026-09-11 14:53:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 14:53:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 14:53:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 14:53:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 14:53:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 14:53:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 14:53:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 14:53:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 14:53:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 14:53:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 14:53:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 14:53:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 14:53:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 14:53:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 14:53:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 14:53:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 14:53:15] Production.INFO: call_cost start
[2026-09-11 14:53:15] Production.INFO: call_cost end
[2026-09-11 14:53:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 14:53:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 14:53:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 14:53:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 14:53:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 14:53:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 14:53:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 14:53:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 14:53:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 14:53:15] Production.INFO: ==28891== Releasing lock...
[2026-09-11 14:53:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 14:53:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 19:54:02] Production.INFO: ==28959== Lock acquired, processing the job...
[2026-09-11 19:54:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 19:54:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 19:54:02] Production.INFO: neon service started
[2026-09-11 19:54:02] Production.INFO: neon service started
[2026-09-11 19:54:02] Production.INFO: ==28959== Releasing lock...
[2026-09-11 19:54:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 19:54:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 18:54:02] Production.INFO: ==28963== Lock acquired, processing the job...
[2026-09-11 18:54:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 18:54:02] Production.INFO: ==28963== Releasing lock...
[2026-09-11 18:54:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 18:54:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 14:54:02] Production.INFO: ==28961== Lock acquired, processing the job...
[2026-09-11 14:54:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 14:54:03] Production.INFO: ==28961== Releasing lock...
[2026-09-11 14:54:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 14:54:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 14:54:03] Production.INFO: ==28966== Lock acquired, processing the job...
[2026-09-11 14:54:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 14:54:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 14:54:03] Production.INFO: ==28968== Lock acquired, processing the job...
[2026-09-11 14:54:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 14:54:04] Production.INFO: ==28974== Lock acquired, processing the job...
[2026-09-11 14:54:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 14:54:04] Production.INFO: ==28970== Lock acquired, processing the job...
[2026-09-11 14:54:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 14:54:04] Production.INFO: ==28972== Lock acquired, processing the job...
[2026-09-11 14:54:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 14: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-09-11 14: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-09-11 14: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-09-11 14:54:04] Production.INFO: ==28974== Releasing lock...
[2026-09-11 14:54:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 14:54:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 14:54:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 14:54:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 14:54:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 14:54:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 14:54:04] Production.INFO: Account Balance Start.
[2026-09-11 14:54:04] Production.INFO: CreateAllLog Start
[2026-09-11 14:54:04] Production.INFO: 117
[2026-09-11 14:54:04] Production.INFO: Date 2026-09-08
[2026-09-11 14:54:04] Production.INFO: Reseller ==> 0
[2026-09-11 14:54:04] Production.INFO: Date 2026-09-09
[2026-09-11 14:54:04] Production.INFO: Reseller ==> 0
[2026-09-11 14:54:04] Production.INFO: Date 2026-09-10
[2026-09-11 14:54:04] Production.INFO: Reseller ==> 0
[2026-09-11 14:54:04] Production.INFO: Date 2026-09-11
[2026-09-11 14:54:04] Production.INFO: Reseller ==> 0
[2026-09-11 14:54:04] Production.INFO: Total Charge 0
[2026-09-11 14:54:04] Production.INFO: CreateAllLog End
[2026-09-11 14:54:04] Production.INFO: Account Balance End.
[2026-09-11 14:54:04] Production.ERROR: CronJobId end 12
[2026-09-11 14:54:04] Production.INFO: ==28972== Releasing lock...
[2026-09-11 14:54:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 14:54:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 14:54:04] Production.INFO: ==28968== Releasing lock...
[2026-09-11 14:54:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 14:54:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 14:54:11] Production.ERROR: CronJobId end10
[2026-09-11 14:54:11] Production.INFO: ==28970== Releasing lock...
[2026-09-11 14:54:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 14:54:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 14:54:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 14:54:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 14:54:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 14:54:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 14:54:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 14:54:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 14:54:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 14:54:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 14:54:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 14:54:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 14:54:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 14:54:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 14:54:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 14:54:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 14:54:14] Production.INFO: call_cost start
[2026-09-11 14:54:14] Production.INFO: call_cost end
[2026-09-11 14:54:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 14:54:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 14:54:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 14:54:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 14:54:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 14:54:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 14:54:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 14:54:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 14:54:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 14:54:14] Production.INFO: ==28966== Releasing lock...
[2026-09-11 14:54:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 14:54:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 19:55:01] Production.INFO: ==29030== Lock acquired, processing the job...
[2026-09-11 19:55:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 19:55:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 19:55:01] Production.INFO: neon service started
[2026-09-11 19:55:01] Production.INFO: neon service started
[2026-09-11 19:55:01] Production.INFO: ==29030== Releasing lock...
[2026-09-11 19:55:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 19:55:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 14:55:02] Production.INFO: ==29032== Lock acquired, processing the job...
[2026-09-11 14:55:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 14:55:02] Production.INFO: ==29032== Releasing lock...
[2026-09-11 14:55:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 14:55:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 18:55:02] Production.INFO: ==29034== Lock acquired, processing the job...
[2026-09-11 18:55:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 18:55:02] Production.INFO: ==29034== Releasing lock...
[2026-09-11 18:55:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 18:55:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 14:55:03] Production.INFO: ==29036== Lock acquired, processing the job...
[2026-09-11 14:55:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-11 14:55:03] Production.INFO: ==29038== Lock acquired, processing the job...
[2026-09-11 14:55:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 14:55:03] Production.ERROR: ========================== active cronjob start =============================
[2026-09-11 14:55:03] Production.INFO: ==29040== Lock acquired, processing the job...
[2026-09-11 14:55:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 14:55:03] Production.ERROR: ========================== active cronjob end =============================
[2026-09-11 14:55:03] Production.INFO: ==29036== Releasing lock...
[2026-09-11 14:55:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-11 14:55:03] Production.INFO: 25.5 MB #Memory Used#
[2026-09-11 14:55:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 14:55:03] Production.INFO: ==29042== Lock acquired, processing the job...
[2026-09-11 14:55:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 14:55:03] Production.INFO: ==29044== Lock acquired, processing the job...
[2026-09-11 14:55:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 14:55:03] Production.INFO: ==29048== Lock acquired, processing the job...
[2026-09-11 14:55:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 14:55:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 14:55:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 14:55:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 14:55:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 14: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-09-11 14: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-09-11 14: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-09-11 14:55:03] Production.INFO: ==29046== Lock acquired, processing the job...
[2026-09-11 14:55:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-11 14:55:03] Production.INFO: ==29048== Releasing lock...
[2026-09-11 14:55:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 14:55:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 14:55:03] Production.INFO: Account Balance Start.
[2026-09-11 14:55:04] Production.INFO: CreateAllLog Start
[2026-09-11 14:55:04] Production.INFO: 117
[2026-09-11 14:55:04] Production.INFO: Date 2026-09-08
[2026-09-11 14:55:04] Production.ERROR: tblTempUsageDetail_20
[2026-09-11 14:55:04] Production.INFO: Reseller ==> 0
[2026-09-11 14:55:04] Production.INFO: Date 2026-09-09
[2026-09-11 14:55:04] Production.INFO: Reseller ==> 0
[2026-09-11 14:55:04] Production.INFO: Date 2026-09-10
[2026-09-11 14:55:04] Production.INFO: Reseller ==> 0
[2026-09-11 14:55:04] Production.INFO: Date 2026-09-11
[2026-09-11 14:55:04] Production.INFO: Reseller ==> 0
[2026-09-11 14:55:04] Production.INFO: Total Charge 0
[2026-09-11 14:55:04] Production.INFO: CreateAllLog End
[2026-09-11 14:55:04] Production.ERROR: done
[2026-09-11 14:55:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-11 14:55:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17985032', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) start
[2026-09-11 14:55:04] Production.INFO: Account Balance End.
[2026-09-11 14:55:04] Production.ERROR: CronJobId end 12
[2026-09-11 14:55:04] Production.INFO: ==29044== Releasing lock...
[2026-09-11 14:55:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 14:55:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 14:55:04] Production.INFO: ==29040== Releasing lock...
[2026-09-11 14:55:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 14:55:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 14:55:11] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17985032', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) end
[2026-09-11 14:55:11] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-11 14:55:11] Production.INFO: ProcessCDR(1,17985032,1,1,2)
[2026-09-11 14:55:11] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17985032,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 14:55:11] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17985032,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 14:55:11] Production.ERROR: pbx prc_insertCDR start
[2026-09-11 14:55:11] Production.ERROR: pbx prc_insertCDR end
[2026-09-11 14:55:11] Production.INFO: ==29046== Releasing lock...
[2026-09-11 14:55:11] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-11 14:55:11] Production.INFO: 26 MB #Memory Used#
[2026-09-11 14:55:15] Production.ERROR: CronJobId end10
[2026-09-11 14:55:15] Production.INFO: ==29042== Releasing lock...
[2026-09-11 14:55:15] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 14:55:15] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 14:55:17] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 14:55:17] Production.INFO: ============== Balance Warning START===========
[2026-09-11 14:55:17] Production.INFO: ============== Balance Warning END===========
[2026-09-11 14:55:17] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 14:55:17] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 14:55:17] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 14:55:17] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 14:55:17] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 14:55:17] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 14:55:17] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 14:55:17] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 14:55:17] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 14:55:17] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 14:55:17] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 14:55:17] Production.INFO: call_cost start
[2026-09-11 14:55:17] Production.INFO: call_cost end
[2026-09-11 14:55:17] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 14:55:17] Production.INFO: ============== Report Schedule START===========
[2026-09-11 14:55:17] Production.INFO: ============== Report Schedule END===========
[2026-09-11 14:55:17] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 14:55:17] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 14:55:17] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 14:55:17] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 14:55:17] Production.INFO: ============== Deal alert START===========
[2026-09-11 14:55:17] Production.INFO: ============== Deal alert END===========
[2026-09-11 14:55:17] Production.INFO: ==29038== Releasing lock...
[2026-09-11 14:55:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 14:55:17] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 19:56:02] Production.INFO: ==29102== Lock acquired, processing the job...
[2026-09-11 19:56:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 19:56:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 19:56:02] Production.INFO: neon service started
[2026-09-11 19:56:02] Production.INFO: neon service started
[2026-09-11 19:56:02] Production.INFO: ==29102== Releasing lock...
[2026-09-11 19:56:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 19:56:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 14:56:02] Production.INFO: ==29104== Lock acquired, processing the job...
[2026-09-11 14:56:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 18:56:02] Production.INFO: ==29106== Lock acquired, processing the job...
[2026-09-11 18:56:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 18:56:02] Production.INFO: ==29106== Releasing lock...
[2026-09-11 18:56:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 18:56:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 14:56:03] Production.INFO: ==29104== Releasing lock...
[2026-09-11 14:56:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 14:56:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 14:56:03] Production.INFO: ==29109== Lock acquired, processing the job...
[2026-09-11 14:56:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 14:56:03] Production.INFO: ==29111== Lock acquired, processing the job...
[2026-09-11 14:56:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 14:56:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 14:56:04] Production.INFO: ==29117== Lock acquired, processing the job...
[2026-09-11 14:56:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 14: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-09-11 14: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-09-11 14: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-09-11 14:56:04] Production.INFO: ==29113== Lock acquired, processing the job...
[2026-09-11 14:56:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 14:56:04] Production.INFO: ==29117== Releasing lock...
[2026-09-11 14:56:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 14:56:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 14:56:04] Production.INFO: ==29115== Lock acquired, processing the job...
[2026-09-11 14:56:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 14:56:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 14:56:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 14:56:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 14:56:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 14:56:04] Production.INFO: Account Balance Start.
[2026-09-11 14:56:04] Production.INFO: CreateAllLog Start
[2026-09-11 14:56:04] Production.INFO: 117
[2026-09-11 14:56:04] Production.INFO: Date 2026-09-08
[2026-09-11 14:56:04] Production.INFO: Reseller ==> 0
[2026-09-11 14:56:04] Production.INFO: Date 2026-09-09
[2026-09-11 14:56:04] Production.INFO: Reseller ==> 0
[2026-09-11 14:56:04] Production.INFO: Date 2026-09-10
[2026-09-11 14:56:04] Production.INFO: Reseller ==> 0
[2026-09-11 14:56:04] Production.INFO: Date 2026-09-11
[2026-09-11 14:56:04] Production.INFO: Reseller ==> 0
[2026-09-11 14:56:04] Production.INFO: ==29111== Releasing lock...
[2026-09-11 14:56:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 14:56:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 14:56:04] Production.INFO: Total Charge 0
[2026-09-11 14:56:04] Production.INFO: CreateAllLog End
[2026-09-11 14:56:04] Production.INFO: Account Balance End.
[2026-09-11 14:56:04] Production.ERROR: CronJobId end 12
[2026-09-11 14:56:04] Production.INFO: ==29115== Releasing lock...
[2026-09-11 14:56:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 14:56:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 14:56:12] Production.ERROR: CronJobId end10
[2026-09-11 14:56:12] Production.INFO: ==29113== Releasing lock...
[2026-09-11 14:56:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 14:56:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 14:56:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 14:56:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 14:56:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 14:56:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 14:56:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 14:56:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 14:56:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 14:56:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 14:56:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 14:56:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 14:56:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 14:56:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 14:56:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 14:56:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 14:56:15] Production.INFO: call_cost start
[2026-09-11 14:56:15] Production.INFO: call_cost end
[2026-09-11 14:56:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 14:56:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 14:56:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 14:56:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 14:56:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 14:56:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 14:56:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 14:56:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 14:56:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 14:56:15] Production.INFO: ==29109== Releasing lock...
[2026-09-11 14:56:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 14:56:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 19:57:01] Production.INFO: ==29173== Lock acquired, processing the job...
[2026-09-11 19:57:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 19:57:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 19:57:01] Production.INFO: neon service started
[2026-09-11 19:57:01] Production.INFO: neon service started
[2026-09-11 19:57:01] Production.INFO: ==29173== Releasing lock...
[2026-09-11 19:57:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 19:57:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 14:57:02] Production.INFO: ==29175== Lock acquired, processing the job...
[2026-09-11 14:57:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 14:57:02] Production.INFO: ==29175== Releasing lock...
[2026-09-11 14:57:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 14:57:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 18:57:02] Production.INFO: ==29177== Lock acquired, processing the job...
[2026-09-11 18:57:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 18:57:02] Production.INFO: ==29177== Releasing lock...
[2026-09-11 18:57:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 18:57:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 14:57:03] Production.INFO: ==29180== Lock acquired, processing the job...
[2026-09-11 14:57:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 14:57:03] Production.INFO: ==29184== Lock acquired, processing the job...
[2026-09-11 14:57:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 14:57:03] Production.INFO: ==29182== Lock acquired, processing the job...
[2026-09-11 14:57:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 14:57:03] Production.INFO: ==29186== Lock acquired, processing the job...
[2026-09-11 14:57:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 14:57:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 14:57:03] Production.INFO: Account Balance Start.
[2026-09-11 14:57:03] Production.INFO: CreateAllLog Start
[2026-09-11 14:57:03] Production.INFO: ==29188== Lock acquired, processing the job...
[2026-09-11 14:57:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 14:57:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 14:57:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 14:57:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 14:57:03] Production.INFO: 117
[2026-09-11 14:57:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 14:57:03] Production.INFO: Date 2026-09-08
[2026-09-11 14:57:03] Production.INFO: Reseller ==> 0
[2026-09-11 14:57:03] Production.INFO: Date 2026-09-09
[2026-09-11 14:57:03] Production.INFO: Reseller ==> 0
[2026-09-11 14:57:03] Production.INFO: Date 2026-09-10
[2026-09-11 14:57:03] Production.INFO: Reseller ==> 0
[2026-09-11 14: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-09-11 14: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-09-11 14: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-09-11 14:57:03] Production.INFO: Date 2026-09-11
[2026-09-11 14:57:03] Production.INFO: ==29188== Releasing lock...
[2026-09-11 14:57:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 14:57:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 14:57:03] Production.INFO: Reseller ==> 0
[2026-09-11 14:57:03] Production.INFO: Total Charge 0
[2026-09-11 14:57:03] Production.INFO: CreateAllLog End
[2026-09-11 14:57:03] Production.INFO: Account Balance End.
[2026-09-11 14:57:03] Production.ERROR: CronJobId end 12
[2026-09-11 14:57:03] Production.INFO: ==29186== Releasing lock...
[2026-09-11 14:57:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 14:57:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 14:57:04] Production.INFO: ==29182== Releasing lock...
[2026-09-11 14:57:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 14:57:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 14:57:12] Production.ERROR: CronJobId end10
[2026-09-11 14:57:12] Production.INFO: ==29184== Releasing lock...
[2026-09-11 14:57:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 14:57:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 14:57:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 14:57:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 14:57:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 14:57:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 14:57:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 14:57:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 14:57:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 14:57:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 14:57:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 14:57:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 14:57:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 14:57:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 14:57:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 14:57:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 14:57:15] Production.INFO: call_cost start
[2026-09-11 14:57:15] Production.INFO: call_cost end
[2026-09-11 14:57:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 14:57:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 14:57:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 14:57:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 14:57:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 14:57:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 14:57:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 14:57:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 14:57:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 14:57:15] Production.INFO: ==29180== Releasing lock...
[2026-09-11 14:57:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 14:57:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 19:58:02] Production.INFO: ==29247== Lock acquired, processing the job...
[2026-09-11 19:58:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 19:58:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 19:58:02] Production.INFO: neon service started
[2026-09-11 19:58:02] Production.INFO: neon service started
[2026-09-11 19:58:02] Production.INFO: ==29247== Releasing lock...
[2026-09-11 19:58:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 19:58:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 14:58:02] Production.INFO: ==29250== Lock acquired, processing the job...
[2026-09-11 14:58:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 18:58:02] Production.INFO: ==29252== Lock acquired, processing the job...
[2026-09-11 18:58:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 18:58:02] Production.INFO: ==29252== Releasing lock...
[2026-09-11 18:58:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 18:58:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 14:58:02] Production.INFO: ==29250== Releasing lock...
[2026-09-11 14:58:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 14:58:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 14:58:03] Production.INFO: ==29254== Lock acquired, processing the job...
[2026-09-11 14:58:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 14:58:03] Production.INFO: ==29258== Lock acquired, processing the job...
[2026-09-11 14:58:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 14:58:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 14:58:03] Production.INFO: ==29256== Lock acquired, processing the job...
[2026-09-11 14:58:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 14:58:03] Production.INFO: ==29260== Lock acquired, processing the job...
[2026-09-11 14:58:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 14:58:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 14:58:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 14:58:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 14:58:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 14:58:04] Production.INFO: ==29262== Lock acquired, processing the job...
[2026-09-11 14:58:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 14:58:04] Production.INFO: Account Balance Start.
[2026-09-11 14:58:04] Production.INFO: CreateAllLog Start
[2026-09-11 14:58:04] Production.INFO: 117
[2026-09-11 14:58:04] Production.INFO: Date 2026-09-08
[2026-09-11 14:58:04] Production.INFO: Reseller ==> 0
[2026-09-11 14:58:04] Production.INFO: Date 2026-09-09
[2026-09-11 14:58:04] Production.INFO: Reseller ==> 0
[2026-09-11 14: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-09-11 14: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-09-11 14: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-09-11 14:58:04] Production.INFO: Date 2026-09-10
[2026-09-11 14:58:04] Production.INFO: Reseller ==> 0
[2026-09-11 14:58:04] Production.INFO: ==29262== Releasing lock...
[2026-09-11 14:58:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 14:58:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 14:58:04] Production.INFO: Date 2026-09-11
[2026-09-11 14:58:04] Production.INFO: Reseller ==> 0
[2026-09-11 14:58:04] Production.INFO: Total Charge 0
[2026-09-11 14:58:04] Production.INFO: CreateAllLog End
[2026-09-11 14:58:04] Production.INFO: Account Balance End.
[2026-09-11 14:58:04] Production.ERROR: CronJobId end 12
[2026-09-11 14:58:04] Production.INFO: ==29260== Releasing lock...
[2026-09-11 14:58:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 14:58:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 14:58:04] Production.INFO: ==29256== Releasing lock...
[2026-09-11 14:58:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 14:58:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 14:58:11] Production.ERROR: CronJobId end10
[2026-09-11 14:58:11] Production.INFO: ==29258== Releasing lock...
[2026-09-11 14:58:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 14:58:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 14:58:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 14:58:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 14:58:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 14:58:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 14:58:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 14:58:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 14:58:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 14:58:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 14:58:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 14:58:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 14:58:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 14:58:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 14:58:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 14:58:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 14:58:15] Production.INFO: call_cost start
[2026-09-11 14:58:15] Production.INFO: call_cost end
[2026-09-11 14:58:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 14:58:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 14:58:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 14:58:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 14:58:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 14:58:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 14:58:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 14:58:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 14:58:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 14:58:15] Production.INFO: ==29254== Releasing lock...
[2026-09-11 14:58:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 14:58:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 19:59:01] Production.INFO: ==29317== Lock acquired, processing the job...
[2026-09-11 19:59:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 19:59:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 19:59:01] Production.INFO: neon service started
[2026-09-11 19:59:01] Production.INFO: neon service started
[2026-09-11 19:59:01] Production.INFO: ==29317== Releasing lock...
[2026-09-11 19:59:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 19:59:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 18:59:01] Production.INFO: ==29321== Lock acquired, processing the job...
[2026-09-11 18:59:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 18:59:01] Production.INFO: ==29321== Releasing lock...
[2026-09-11 18:59:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 18:59:01] Production.INFO: 25 MB #Memory Used#
[2026-09-11 14:59:02] Production.INFO: ==29319== Lock acquired, processing the job...
[2026-09-11 14:59:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 14:59:02] Production.INFO: ==29319== Releasing lock...
[2026-09-11 14:59:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 14:59:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 14:59:02] Production.INFO: ==29324== Lock acquired, processing the job...
[2026-09-11 14:59:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 14:59:03] Production.INFO: ==29328== Lock acquired, processing the job...
[2026-09-11 14:59:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 14:59:03] Production.INFO: ==29326== Lock acquired, processing the job...
[2026-09-11 14:59:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 14:59:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 14:59:03] Production.INFO: ==29330== Lock acquired, processing the job...
[2026-09-11 14:59:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 14:59:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 14:59:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 14:59:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 14:59:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 14:59:03] Production.INFO: Account Balance Start.
[2026-09-11 14:59:03] Production.INFO: CreateAllLog Start
[2026-09-11 14:59:03] Production.INFO: 117
[2026-09-11 14:59:03] Production.INFO: Date 2026-09-08
[2026-09-11 14:59:03] Production.INFO: Reseller ==> 0
[2026-09-11 14:59:03] Production.INFO: ==29332== Lock acquired, processing the job...
[2026-09-11 14:59:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 14:59:03] Production.INFO: Date 2026-09-09
[2026-09-11 14:59:03] Production.INFO: Reseller ==> 0
[2026-09-11 14:59:03] Production.INFO: Date 2026-09-10
[2026-09-11 14:59:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 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-09-11 14:59:03] Production.INFO: Date 2026-09-11
[2026-09-11 14:59:03] Production.INFO: ==29332== Releasing lock...
[2026-09-11 14:59:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 14:59:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 14:59:03] Production.INFO: Reseller ==> 0
[2026-09-11 14:59:03] Production.INFO: Total Charge 0
[2026-09-11 14:59:03] Production.INFO: CreateAllLog End
[2026-09-11 14:59:03] Production.INFO: Account Balance End.
[2026-09-11 14:59:03] Production.ERROR: CronJobId end 12
[2026-09-11 14:59:03] Production.INFO: ==29330== Releasing lock...
[2026-09-11 14:59:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 14:59:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 14:59:03] Production.INFO: ==29326== Releasing lock...
[2026-09-11 14:59:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 14:59:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 14:59:10] Production.ERROR: CronJobId end10
[2026-09-11 14:59:10] Production.INFO: ==29328== Releasing lock...
[2026-09-11 14:59:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 14:59:10] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 14:59:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 14:59:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 14:59:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 14:59:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 14:59:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 14:59:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 14:59:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 14:59:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 14:59:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 14:59:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 14:59:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 14:59:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 14:59:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 14:59:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 14:59:13] Production.INFO: call_cost start
[2026-09-11 14:59:13] Production.INFO: call_cost end
[2026-09-11 14:59:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 14:59:13] Production.INFO: ============== Report Schedule START===========
[2026-09-11 14:59:13] Production.INFO: ============== Report Schedule END===========
[2026-09-11 14:59:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 14:59:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 14:59:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 14:59:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 14:59:13] Production.INFO: ============== Deal alert START===========
[2026-09-11 14:59:13] Production.INFO: ============== Deal alert END===========
[2026-09-11 14:59:13] Production.INFO: ==29324== Releasing lock...
[2026-09-11 14:59:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 14:59:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 20:00:02] Production.INFO: ==29386== Lock acquired, processing the job...
[2026-09-11 20:00:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 20:00:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 20:00:02] Production.INFO: neon service started
[2026-09-11 20:00:02] Production.INFO: neon service started
[2026-09-11 20:00:02] Production.INFO: ==29386== Releasing lock...
[2026-09-11 20:00:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 20:00:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 15:00:02] Production.INFO: ==29388== Lock acquired, processing the job...
[2026-09-11 15:00:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 15:00:02] Production.INFO: ==29388== Releasing lock...
[2026-09-11 15:00:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 15:00:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 19:00:02] Production.INFO: ==29390== Lock acquired, processing the job...
[2026-09-11 19:00:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 19:00:03] Production.INFO: ==29390== Releasing lock...
[2026-09-11 19:00:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 19:00:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 15:00:03] Production.INFO: ==29397== Lock acquired, processing the job...
[2026-09-11 15:00:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 15:00:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 15:00:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 15:00:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 15:00:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 15:00:03] Production.INFO: ==29393== Lock acquired, processing the job...
[2026-09-11 15:00:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 15:00:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 15:00:03] Production.INFO: ==29395== Lock acquired, processing the job...
[2026-09-11 15:00:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 15:00:03] Production.INFO: ==29399== Lock acquired, processing the job...
[2026-09-11 15:00:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 15:00:03] Production.INFO: ==29401== Lock acquired, processing the job...
[2026-09-11 15:00:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 15:00:03] Production.INFO: Account Balance Start.
[2026-09-11 15:00:03] Production.INFO: CreateAllLog Start
[2026-09-11 15:00:03] Production.INFO: 117
[2026-09-11 15:00:04] Production.INFO: Date 2026-09-08
[2026-09-11 15:00:04] Production.INFO: Reseller ==> 0
[2026-09-11 15: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-09-11 15: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-09-11 15: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-09-11 15:00:04] Production.INFO: ==29401== Releasing lock...
[2026-09-11 15:00:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 15:00:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 15:00:04] Production.INFO: Date 2026-09-09
[2026-09-11 15:00:04] Production.INFO: Reseller ==> 0
[2026-09-11 15:00:04] Production.INFO: Date 2026-09-10
[2026-09-11 15:00:04] Production.INFO: Reseller ==> 0
[2026-09-11 15:00:04] Production.INFO: Date 2026-09-11
[2026-09-11 15:00:04] Production.INFO: Reseller ==> 0
[2026-09-11 15:00:04] Production.INFO: Total Charge 0
[2026-09-11 15:00:04] Production.INFO: CreateAllLog End
[2026-09-11 15:00:04] Production.INFO: Account Balance End.
[2026-09-11 15:00:04] Production.ERROR: CronJobId end 12
[2026-09-11 15:00:04] Production.INFO: ==29399== Releasing lock...
[2026-09-11 15:00:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 15:00:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 15:00:04] Production.INFO: ==29395== Releasing lock...
[2026-09-11 15:00:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 15:00:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 15:00:11] Production.ERROR: CronJobId end10
[2026-09-11 15:00:11] Production.INFO: ==29397== Releasing lock...
[2026-09-11 15:00:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 15:00:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 15:00:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 15:00:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 15:00:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 15:00:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 15:00:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 15:00:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 15:00:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 15:00:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 15:00:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 15:00:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 15:00:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 15:00:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 15:00:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 15:00:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 15:00:14] Production.INFO: call_cost start
[2026-09-11 15:00:14] Production.INFO: call_cost end
[2026-09-11 15:00:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 15:00:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 15:00:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 15:00:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 15:00:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 15:00:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 15:00:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 15:00:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 15:00:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 15:00:14] Production.INFO: ==29393== Releasing lock...
[2026-09-11 15:00:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 15:00:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 20:01:01] Production.INFO: ==29464== Lock acquired, processing the job...
[2026-09-11 20:01:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 20:01:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 20:01:01] Production.INFO: neon service started
[2026-09-11 20:01:01] Production.INFO: neon service started
[2026-09-11 20:01:01] Production.INFO: ==29464== Releasing lock...
[2026-09-11 20:01:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 20:01:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 15:01:02] Production.INFO: ==29475== Lock acquired, processing the job...
[2026-09-11 15:01:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 19:01:02] Production.INFO: ==29477== Lock acquired, processing the job...
[2026-09-11 19:01:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 19:01:02] Production.INFO: ==29477== Releasing lock...
[2026-09-11 19:01:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 19:01:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 15:01:02] Production.INFO: ==29475== Releasing lock...
[2026-09-11 15:01:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 15:01:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 15:01:03] Production.INFO: ==29480== Lock acquired, processing the job...
[2026-09-11 15:01:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 15:01:03] Production.INFO: ==29482== Lock acquired, processing the job...
[2026-09-11 15:01:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 15:01:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 15:01:03] Production.INFO: ==29484== Lock acquired, processing the job...
[2026-09-11 15:01:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 15:01:03] Production.INFO: ==29486== Lock acquired, processing the job...
[2026-09-11 15:01:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 15:01:03] Production.INFO: ==29488== Lock acquired, processing the job...
[2026-09-11 15:01:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 15:01:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 15:01:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 15:01:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 15:01:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 15: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-09-11 15: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-09-11 15:01:03] Production.INFO: Account Balance Start.
[2026-09-11 15:01:03] Production.INFO: CreateAllLog Start
[2026-09-11 15:01:03] Production.INFO: 117
[2026-09-11 15:01:03] Production.INFO: Date 2026-09-08
[2026-09-11 15: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-09-11 15:01:03] Production.INFO: ==29488== Releasing lock...
[2026-09-11 15:01:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 15:01:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 15:01:03] Production.INFO: Reseller ==> 0
[2026-09-11 15:01:03] Production.INFO: Date 2026-09-09
[2026-09-11 15:01:03] Production.INFO: Reseller ==> 0
[2026-09-11 15:01:03] Production.INFO: Date 2026-09-10
[2026-09-11 15:01:03] Production.INFO: Reseller ==> 0
[2026-09-11 15:01:03] Production.INFO: Date 2026-09-11
[2026-09-11 15:01:03] Production.INFO: Reseller ==> 0
[2026-09-11 15:01:03] Production.INFO: Total Charge 0
[2026-09-11 15:01:03] Production.INFO: CreateAllLog End
[2026-09-11 15:01:03] Production.INFO: Account Balance End.
[2026-09-11 15:01:03] Production.INFO: ==29482== Releasing lock...
[2026-09-11 15:01:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 15:01:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 15:01:03] Production.ERROR: CronJobId end 12
[2026-09-11 15:01:03] Production.INFO: ==29486== Releasing lock...
[2026-09-11 15:01:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 15:01:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 15:01:12] Production.ERROR: CronJobId end10
[2026-09-11 15:01:12] Production.INFO: ==29484== Releasing lock...
[2026-09-11 15:01:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 15:01:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 15:01:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 15:01:15] Production.INFO: ============== Balance Warning START===========
[2026-09-11 15:01:15] Production.INFO: ============== Balance Warning END===========
[2026-09-11 15:01:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 15:01:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 15:01:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 15:01:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 15:01:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 15:01:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 15:01:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 15:01:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 15:01:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 15:01:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 15:01:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 15:01:15] Production.INFO: call_cost start
[2026-09-11 15:01:15] Production.INFO: call_cost end
[2026-09-11 15:01:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 15:01:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 15:01:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 15:01:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 15:01:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 15:01:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 15:01:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 15:01:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 15:01:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 15:01:15] Production.INFO: ==29480== Releasing lock...
[2026-09-11 15:01:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 15:01:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 20:02:01] Production.INFO: ==29550== Lock acquired, processing the job...
[2026-09-11 20:02:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 20:02:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 20:02:01] Production.INFO: neon service started
[2026-09-11 20:02:01] Production.INFO: neon service started
[2026-09-11 20:02:01] Production.INFO: ==29550== Releasing lock...
[2026-09-11 20:02:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 20:02:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 15:02:02] Production.INFO: ==29552== Lock acquired, processing the job...
[2026-09-11 15:02:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 15:02:02] Production.INFO: ==29552== Releasing lock...
[2026-09-11 15:02:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 15:02:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 19:02:02] Production.INFO: ==29554== Lock acquired, processing the job...
[2026-09-11 19:02:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 19:02:02] Production.INFO: ==29554== Releasing lock...
[2026-09-11 19:02:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 19:02:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 15:02:03] Production.INFO: ==29567== Lock acquired, processing the job...
[2026-09-11 15:02:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 15:02:03] Production.INFO: ==29556== Lock acquired, processing the job...
[2026-09-11 15:02:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 15:02:03] Production.INFO: ==29565== Lock acquired, processing the job...
[2026-09-11 15:02:03] Production.INFO: pbxaccountusage-command-pbxaccountusage-companyid-1-cronjobid-16 #Starts#
[2026-09-11 15:02:03] Production.ERROR: tblTempUsageDetail_20
[2026-09-11 15:02:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 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-09-11 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-09-11 15:02:03] Production.INFO: ==29558== Lock acquired, processing the job...
[2026-09-11 15:02:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 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-09-11 15:02:03] Production.INFO: ==29567== Releasing lock...
[2026-09-11 15:02:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 15:02:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 15:02:03] Production.INFO: ==29560== Lock acquired, processing the job...
[2026-09-11 15:02:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 15:02:03] Production.INFO: ==29563== Lock acquired, processing the job...
[2026-09-11 15:02:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 15:02:04] Production.ERROR: done
[2026-09-11 15:02:04] Production.ERROR: tblTempVendorCDR_20
[2026-09-11 15:02:04] Production.INFO: Account Balance Start.
[2026-09-11 15:02:04] Production.INFO: CreateAllLog Start
[2026-09-11 15:02:04] Production.INFO: 117
[2026-09-11 15:02:04] Production.INFO: Date 2026-09-08
[2026-09-11 15:02:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 15:02:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 15:02:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 15:02:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 15:02:04] Production.INFO: Reseller ==> 0
[2026-09-11 15:02:04] Production.INFO: Date 2026-09-09
[2026-09-11 15:02:04] Production.INFO: Reseller ==> 0
[2026-09-11 15:02:04] Production.INFO: Date 2026-09-10
[2026-09-11 15:02:04] Production.INFO: Reseller ==> 0
[2026-09-11 15:02:04] Production.INFO: Date 2026-09-11
[2026-09-11 15:02:04] Production.INFO: Reseller ==> 0
[2026-09-11 15:02:04] Production.ERROR: done
[2026-09-11 15:02:04] Production.INFO: Total Charge 0
[2026-09-11 15:02:04] Production.INFO: CreateAllLog End
[2026-09-11 15:02:04] Production.INFO: Account Balance End.
[2026-09-11 15:02:04] Production.ERROR: CronJobId end 12
[2026-09-11 15:02:04] Production.INFO: ==29563== Releasing lock...
[2026-09-11 15:02:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 15:02:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 15: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-09-11 15: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-09-11 15: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-09-11 15: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-09-11 15:02:04] Production.INFO: ==29565== Releasing lock...
[2026-09-11 15:02:04] Production.INFO: pbxaccountusage-command-pbxaccountusage-companyid-1-cronjobid-16 #Stops#
[2026-09-11 15:02:04] Production.INFO: 27.25 MB #Memory Used#
[2026-09-11 15:02:04] Production.INFO: ==29558== Releasing lock...
[2026-09-11 15:02:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 15:02:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 15:02:13] Production.ERROR: CronJobId end10
[2026-09-11 15:02:13] Production.INFO: ==29560== Releasing lock...
[2026-09-11 15:02:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 15:02:13] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 15:02:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 15:02:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 15:02:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 15:02:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 15:02:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 15:02:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 15:02:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 15:02:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 15:02:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 15:02:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 15:02:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 15:02:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 15:02:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 15:02:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 15:02:14] Production.INFO: call_cost start
[2026-09-11 15:02:14] Production.INFO: call_cost end
[2026-09-11 15:02:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 15:02:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 15:02:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 15:02:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 15:02:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 15:02:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 15:02:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 15:02:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 15:02:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 15:02:14] Production.INFO: ==29556== Releasing lock...
[2026-09-11 15:02:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 15:02:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 20:03:01] Production.INFO: ==29620== Lock acquired, processing the job...
[2026-09-11 20:03:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 20:03:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 20:03:01] Production.INFO: neon service started
[2026-09-11 20:03:01] Production.INFO: neon service started
[2026-09-11 20:03:01] Production.INFO: ==29620== Releasing lock...
[2026-09-11 20:03:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 20:03:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 15:03:01] Production.INFO: ==29622== Lock acquired, processing the job...
[2026-09-11 15:03:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 15:03:02] Production.INFO: ==29622== Releasing lock...
[2026-09-11 15:03:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 15:03:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 19:03:02] Production.INFO: ==29624== Lock acquired, processing the job...
[2026-09-11 19:03:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 19:03:02] Production.INFO: ==29624== Releasing lock...
[2026-09-11 19:03:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 19:03:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 15:03:02] Production.INFO: ==29632== Lock acquired, processing the job...
[2026-09-11 15:03:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 15:03:02] Production.INFO: Account Balance Start.
[2026-09-11 15:03:02] Production.INFO: CreateAllLog Start
[2026-09-11 15:03:02] Production.INFO: 117
[2026-09-11 15:03:02] Production.INFO: Date 2026-09-08
[2026-09-11 15:03:02] Production.INFO: Reseller ==> 0
[2026-09-11 15:03:02] Production.INFO: Date 2026-09-09
[2026-09-11 15:03:02] Production.INFO: Reseller ==> 0
[2026-09-11 15:03:02] Production.INFO: Date 2026-09-10
[2026-09-11 15:03:02] Production.INFO: Reseller ==> 0
[2026-09-11 15:03:03] Production.INFO: ==29626== Lock acquired, processing the job...
[2026-09-11 15:03:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 15:03:03] Production.INFO: Date 2026-09-11
[2026-09-11 15:03:03] Production.INFO: Reseller ==> 0
[2026-09-11 15:03:03] Production.INFO: ==29628== Lock acquired, processing the job...
[2026-09-11 15:03:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 15:03:03] Production.INFO: ==29630== Lock acquired, processing the job...
[2026-09-11 15:03:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 15:03:03] Production.INFO: Total Charge 0
[2026-09-11 15:03:03] Production.INFO: CreateAllLog End
[2026-09-11 15:03:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 15:03:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 15:03:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 15:03:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 15:03:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 15:03:03] Production.INFO: ==29634== Lock acquired, processing the job...
[2026-09-11 15:03:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 15:03:03] Production.INFO: Account Balance End.
[2026-09-11 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-09-11 15:03:03] Production.ERROR: CronJobId end 12
[2026-09-11 15:03:03] Production.INFO: ==29632== Releasing lock...
[2026-09-11 15:03:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 15:03:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 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-09-11 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-09-11 15:03:03] Production.INFO: ==29634== Releasing lock...
[2026-09-11 15:03:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 15:03:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 15:03:03] Production.INFO: ==29628== Releasing lock...
[2026-09-11 15:03:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 15:03:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 15:03:10] Production.ERROR: CronJobId end10
[2026-09-11 15:03:10] Production.INFO: ==29630== Releasing lock...
[2026-09-11 15:03:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 15:03:10] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 15:03:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 15:03:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 15:03:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 15:03:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 15:03:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 15:03:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 15:03:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 15:03:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 15:03:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 15:03:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 15:03:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 15:03:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 15:03:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 15:03:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 15:03:14] Production.INFO: call_cost start
[2026-09-11 15:03:14] Production.INFO: call_cost end
[2026-09-11 15:03:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 15:03:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 15:03:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 15:03:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 15:03:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 15:03:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 15:03:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 15:03:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 15:03:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 15:03:14] Production.INFO: ==29626== Releasing lock...
[2026-09-11 15:03:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 15:03:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 20:04:01] Production.INFO: ==29691== Lock acquired, processing the job...
[2026-09-11 20:04:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 20:04:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 20:04:01] Production.INFO: neon service started
[2026-09-11 20:04:01] Production.INFO: neon service started
[2026-09-11 20:04:01] Production.INFO: ==29691== Releasing lock...
[2026-09-11 20:04:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 20:04:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 15:04:02] Production.INFO: ==29693== Lock acquired, processing the job...
[2026-09-11 15:04:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 15:04:02] Production.INFO: ==29693== Releasing lock...
[2026-09-11 15:04:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 15:04:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 19:04:02] Production.INFO: ==29695== Lock acquired, processing the job...
[2026-09-11 19:04:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 19:04:02] Production.INFO: ==29695== Releasing lock...
[2026-09-11 19:04:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 19:04:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 15:04:03] Production.INFO: ==29699== Lock acquired, processing the job...
[2026-09-11 15:04:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 15:04:03] Production.INFO: ==29701== Lock acquired, processing the job...
[2026-09-11 15:04:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 15:04:03] Production.INFO: ==29705== Lock acquired, processing the job...
[2026-09-11 15:04:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 15:04:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 15:04:03] Production.INFO: ==29703== Lock acquired, processing the job...
[2026-09-11 15:04:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 15:04:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 15:04:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 15:04:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 15:04:03] Production.INFO: ==29697== Lock acquired, processing the job...
[2026-09-11 15:04:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 15:04:03] Production.INFO: Account Balance Start.
[2026-09-11 15:04:03] Production.INFO: CreateAllLog Start
[2026-09-11 15:04:03] Production.INFO: 117
[2026-09-11 15:04:03] Production.INFO: Date 2026-09-08
[2026-09-11 15:04:03] Production.INFO: Reseller ==> 0
[2026-09-11 15:04:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 15:04:03] Production.INFO: Date 2026-09-09
[2026-09-11 15:04:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 15:04:03] Production.INFO: Date 2026-09-10
[2026-09-11 15:04:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 15:04:03] Production.INFO: Date 2026-09-11
[2026-09-11 15:04:03] Production.INFO: Reseller ==> 0
[2026-09-11 15:04:03] Production.INFO: ==29705== Releasing lock...
[2026-09-11 15:04:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 15:04:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 15:04:03] Production.INFO: Total Charge 0
[2026-09-11 15:04:03] Production.INFO: CreateAllLog End
[2026-09-11 15:04:03] Production.INFO: Account Balance End.
[2026-09-11 15:04:04] Production.ERROR: CronJobId end 12
[2026-09-11 15:04:04] Production.INFO: ==29703== Releasing lock...
[2026-09-11 15:04:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 15:04:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 15:04:04] Production.INFO: ==29699== Releasing lock...
[2026-09-11 15:04:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 15:04:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 15:04:12] Production.ERROR: CronJobId end10
[2026-09-11 15:04:12] Production.INFO: ==29701== Releasing lock...
[2026-09-11 15:04:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 15:04:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 15:04:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 15:04:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 15:04:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 15:04:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 15:04:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 15:04:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 15:04:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 15:04:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 15:04:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 15:04:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 15:04:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 15:04:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 15:04:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 15:04:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 15:04:14] Production.INFO: call_cost start
[2026-09-11 15:04:14] Production.INFO: call_cost end
[2026-09-11 15:04:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 15:04:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 15:04:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 15:04:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 15:04:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 15:04:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 15:04:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 15:04:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 15:04:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 15:04:14] Production.INFO: ==29697== Releasing lock...
[2026-09-11 15:04:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 15:04:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 20:05:02] Production.INFO: ==29763== Lock acquired, processing the job...
[2026-09-11 20:05:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 20:05:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 20:05:02] Production.INFO: neon service started
[2026-09-11 20:05:02] Production.INFO: neon service started
[2026-09-11 20:05:02] Production.INFO: ==29763== Releasing lock...
[2026-09-11 20:05:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 20:05:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 19:05:02] Production.INFO: ==29767== Lock acquired, processing the job...
[2026-09-11 19:05:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 19:05:02] Production.INFO: ==29767== Releasing lock...
[2026-09-11 19:05:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 19:05:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 15:05:02] Production.INFO: ==29765== Lock acquired, processing the job...
[2026-09-11 15:05:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 15:05:03] Production.INFO: ==29765== Releasing lock...
[2026-09-11 15:05:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 15:05:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 15:05:03] Production.INFO: ==29771== Lock acquired, processing the job...
[2026-09-11 15:05:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 15:05:03] Production.INFO: ==29769== Lock acquired, processing the job...
[2026-09-11 15:05:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-11 15:05:04] Production.INFO: ==29773== Lock acquired, processing the job...
[2026-09-11 15:05:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 15:05:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 15:05:04] Production.ERROR: ========================== active cronjob start =============================
[2026-09-11 15:05:04] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-11 15:05:04] Production.ERROR: CronJob PID - 29771
[2026-09-11 15:05:04] Production.ERROR: CronJob Title - System Alerts
[2026-09-11 15:05:04] Production.ERROR: CronJob ID - 5
[2026-09-11 15:05:04] Production.ERROR: CronJob Last Run Time 2026-09-11 15:05:00
[2026-09-11 15:05:04] Production.ERROR: CronJob Active Minutes 0
[2026-09-11 15:05:04] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-11 15:05:04] Production.ERROR: ========================== active cronjob end =============================
[2026-09-11 15:05:04] Production.INFO: ==29769== Releasing lock...
[2026-09-11 15:05:04] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-11 15:05:04] Production.INFO: 25.5 MB #Memory Used#
[2026-09-11 15:05:04] Production.INFO: ==29775== Lock acquired, processing the job...
[2026-09-11 15:05:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 15:05:04] Production.INFO: ==29779== Lock acquired, processing the job...
[2026-09-11 15:05:04] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-11 15:05:04] Production.INFO: ==29777== Lock acquired, processing the job...
[2026-09-11 15:05:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 15:05:04] Production.ERROR: tblTempUsageDetail_20
[2026-09-11 15:05:04] Production.INFO: ==29782== Lock acquired, processing the job...
[2026-09-11 15:05:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 15:05:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 15:05:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 15:05:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 15:05:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 15:05:04] Production.INFO: Account Balance Start.
[2026-09-11 15:05:04] Production.INFO: CreateAllLog Start
[2026-09-11 15:05:04] Production.INFO: 117
[2026-09-11 15:05:04] Production.INFO: Date 2026-09-08
[2026-09-11 15:05:04] Production.INFO: Reseller ==> 0
[2026-09-11 15: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-09-11 15: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-09-11 15: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-09-11 15:05:04] Production.INFO: ==29782== Releasing lock...
[2026-09-11 15:05:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 15:05:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 15:05:04] Production.ERROR: done
[2026-09-11 15:05:04] Production.INFO: Date 2026-09-09
[2026-09-11 15:05:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-11 15:05:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17985074', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) start
[2026-09-11 15:05:04] Production.INFO: Reseller ==> 0
[2026-09-11 15:05:04] Production.INFO: Date 2026-09-10
[2026-09-11 15:05:04] Production.INFO: Reseller ==> 0
[2026-09-11 15:05:04] Production.INFO: Date 2026-09-11
[2026-09-11 15:05:04] Production.INFO: Reseller ==> 0
[2026-09-11 15:05:05] Production.INFO: Total Charge 0
[2026-09-11 15:05:05] Production.INFO: CreateAllLog End
[2026-09-11 15:05:05] Production.INFO: ==29773== Releasing lock...
[2026-09-11 15:05:05] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 15:05:05] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 15:05:05] Production.INFO: Account Balance End.
[2026-09-11 15:05:05] Production.ERROR: CronJobId end 12
[2026-09-11 15:05:05] Production.INFO: ==29777== Releasing lock...
[2026-09-11 15:05:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 15:05:05] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 15:05:11] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17985074', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) end
[2026-09-11 15:05:11] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-11 15:05:11] Production.INFO: ProcessCDR(1,17985074,1,1,2)
[2026-09-11 15:05:11] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17985074,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 15:05:11] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17985074,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 15:05:11] Production.ERROR: pbx prc_insertCDR start
[2026-09-11 15:05:11] Production.ERROR: pbx prc_insertCDR end
[2026-09-11 15:05:11] Production.INFO: ==29779== Releasing lock...
[2026-09-11 15:05:11] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-11 15:05:11] Production.INFO: 26 MB #Memory Used#
[2026-09-11 15:05:14] Production.ERROR: CronJobId end10
[2026-09-11 15:05:14] Production.INFO: ==29775== Releasing lock...
[2026-09-11 15:05:14] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 15:05:14] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 15:05:17] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 15:05:17] Production.INFO: ============== Balance Warning START===========
[2026-09-11 15:05:17] Production.INFO: ============== Balance Warning END===========
[2026-09-11 15:05:17] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 15:05:17] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 15:05:17] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 15:05:17] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 15:05:17] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 15:05:17] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 15:05:17] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 15:05:17] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 15:05:17] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 15:05:17] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 15:05:17] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 15:05:17] Production.INFO: call_cost start
[2026-09-11 15:05:17] Production.INFO: call_cost end
[2026-09-11 15:05:17] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 15:05:17] Production.INFO: ============== Report Schedule START===========
[2026-09-11 15:05:17] Production.INFO: ============== Report Schedule END===========
[2026-09-11 15:05:17] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 15:05:17] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 15:05:17] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 15:05:17] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 15:05:17] Production.INFO: ============== Deal alert START===========
[2026-09-11 15:05:17] Production.INFO: ============== Deal alert END===========
[2026-09-11 15:05:17] Production.INFO: ==29771== Releasing lock...
[2026-09-11 15:05:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 15:05:17] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 20:06:01] Production.INFO: ==29837== Lock acquired, processing the job...
[2026-09-11 20:06:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 20:06:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 20:06:01] Production.INFO: neon service started
[2026-09-11 20:06:01] Production.INFO: neon service started
[2026-09-11 20:06:01] Production.INFO: ==29837== Releasing lock...
[2026-09-11 20:06:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 20:06:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 15:06:02] Production.INFO: ==29839== Lock acquired, processing the job...
[2026-09-11 15:06:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 15:06:02] Production.INFO: ==29839== Releasing lock...
[2026-09-11 15:06:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 15:06:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 19:06:02] Production.INFO: ==29841== Lock acquired, processing the job...
[2026-09-11 19:06:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 19:06:02] Production.INFO: ==29841== Releasing lock...
[2026-09-11 19:06:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 19:06:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 15:06:03] Production.INFO: ==29843== Lock acquired, processing the job...
[2026-09-11 15:06:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 15:06:03] Production.INFO: ==29850== Lock acquired, processing the job...
[2026-09-11 15:06:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 15:06:03] Production.INFO: ==29852== Lock acquired, processing the job...
[2026-09-11 15:06:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 15:06:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 15:06:03] Production.INFO: ==29848== Lock acquired, processing the job...
[2026-09-11 15:06:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 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-09-11 15:06:03] Production.INFO: Account Balance Start.
[2026-09-11 15:06:03] Production.INFO: ==29846== Lock acquired, processing the job...
[2026-09-11 15:06:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 15:06:03] Production.INFO: CreateAllLog Start
[2026-09-11 15:06:03] Production.INFO: 117
[2026-09-11 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-09-11 15:06:03] Production.INFO: Date 2026-09-08
[2026-09-11 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-09-11 15:06:03] Production.INFO: Reseller ==> 0
[2026-09-11 15:06:03] Production.INFO: ==29852== Releasing lock...
[2026-09-11 15:06:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 15:06:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 15:06:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 15:06:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 15:06:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 15:06:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 15:06:03] Production.INFO: Date 2026-09-09
[2026-09-11 15:06:03] Production.INFO: Reseller ==> 0
[2026-09-11 15:06:03] Production.INFO: Date 2026-09-10
[2026-09-11 15:06:03] Production.INFO: Reseller ==> 0
[2026-09-11 15:06:03] Production.INFO: Date 2026-09-11
[2026-09-11 15:06:03] Production.INFO: Reseller ==> 0
[2026-09-11 15:06:03] Production.INFO: Total Charge 0
[2026-09-11 15:06:03] Production.INFO: CreateAllLog End
[2026-09-11 15:06:03] Production.INFO: Account Balance End.
[2026-09-11 15:06:03] Production.ERROR: CronJobId end 12
[2026-09-11 15:06:03] Production.INFO: ==29850== Releasing lock...
[2026-09-11 15:06:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 15:06:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 15:06:04] Production.INFO: ==29846== Releasing lock...
[2026-09-11 15:06:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 15:06:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 15:06:11] Production.ERROR: CronJobId end10
[2026-09-11 15:06:11] Production.INFO: ==29848== Releasing lock...
[2026-09-11 15:06:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 15:06:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 15:06:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 15:06:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 15:06:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 15:06:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 15:06:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 15:06:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 15:06:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 15:06:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 15:06:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 15:06:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 15:06:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 15:06:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 15:06:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 15:06:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 15:06:13] Production.INFO: call_cost start
[2026-09-11 15:06:13] Production.INFO: call_cost end
[2026-09-11 15:06:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 15:06:13] Production.INFO: ============== Report Schedule START===========
[2026-09-11 15:06:13] Production.INFO: ============== Report Schedule END===========
[2026-09-11 15:06:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 15:06:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 15:06:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 15:06:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 15:06:13] Production.INFO: ============== Deal alert START===========
[2026-09-11 15:06:13] Production.INFO: ============== Deal alert END===========
[2026-09-11 15:06:13] Production.INFO: ==29843== Releasing lock...
[2026-09-11 15:06:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 15:06:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 20:07:02] Production.INFO: ==29910== Lock acquired, processing the job...
[2026-09-11 20:07:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 20:07:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 20:07:02] Production.INFO: neon service started
[2026-09-11 20:07:02] Production.INFO: neon service started
[2026-09-11 20:07:02] Production.INFO: ==29910== Releasing lock...
[2026-09-11 20:07:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 20:07:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 15:07:02] Production.INFO: ==29912== Lock acquired, processing the job...
[2026-09-11 15:07:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 19:07:02] Production.INFO: ==29914== Lock acquired, processing the job...
[2026-09-11 19:07:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 19:07:02] Production.INFO: ==29914== Releasing lock...
[2026-09-11 19:07:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 19:07:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 15:07:03] Production.INFO: ==29912== Releasing lock...
[2026-09-11 15:07:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 15:07:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 15:07:03] Production.INFO: ==29917== Lock acquired, processing the job...
[2026-09-11 15:07:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 15:07:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 15:07:04] Production.INFO: ==29919== Lock acquired, processing the job...
[2026-09-11 15:07:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 15:07:04] Production.INFO: ==29921== Lock acquired, processing the job...
[2026-09-11 15:07:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 15:07:04] Production.INFO: ==29925== Lock acquired, processing the job...
[2026-09-11 15:07:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 15:07:04] Production.INFO: ==29923== Lock acquired, processing the job...
[2026-09-11 15:07:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 15:07:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 15:07:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 15:07:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 15: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-09-11 15:07:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 15: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-09-11 15: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-09-11 15:07:04] Production.INFO: ==29925== Releasing lock...
[2026-09-11 15:07:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 15:07:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 15:07:04] Production.INFO: Account Balance Start.
[2026-09-11 15:07:04] Production.INFO: CreateAllLog Start
[2026-09-11 15:07:04] Production.INFO: 117
[2026-09-11 15:07:04] Production.INFO: Date 2026-09-08
[2026-09-11 15:07:04] Production.INFO: Reseller ==> 0
[2026-09-11 15:07:04] Production.INFO: Date 2026-09-09
[2026-09-11 15:07:04] Production.INFO: Reseller ==> 0
[2026-09-11 15:07:04] Production.INFO: Date 2026-09-10
[2026-09-11 15:07:04] Production.INFO: Reseller ==> 0
[2026-09-11 15:07:04] Production.INFO: Date 2026-09-11
[2026-09-11 15:07:04] Production.INFO: Reseller ==> 0
[2026-09-11 15:07:04] Production.INFO: Total Charge 0
[2026-09-11 15:07:04] Production.INFO: CreateAllLog End
[2026-09-11 15:07:04] Production.INFO: Account Balance End.
[2026-09-11 15:07:04] Production.ERROR: CronJobId end 12
[2026-09-11 15:07:04] Production.INFO: ==29923== Releasing lock...
[2026-09-11 15:07:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 15:07:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 15:07:04] Production.INFO: ==29919== Releasing lock...
[2026-09-11 15:07:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 15:07:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 15:07:11] Production.ERROR: CronJobId end10
[2026-09-11 15:07:11] Production.INFO: ==29921== Releasing lock...
[2026-09-11 15:07:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 15:07:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 15:07:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 15:07:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 15:07:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 15:07:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 15:07:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 15:07:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 15:07:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 15:07:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 15:07:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 15:07:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 15:07:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 15:07:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 15:07:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 15:07:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 15:07:14] Production.INFO: call_cost start
[2026-09-11 15:07:14] Production.INFO: call_cost end
[2026-09-11 15:07:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 15:07:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 15:07:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 15:07:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 15:07:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 15:07:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 15:07:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 15:07:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 15:07:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 15:07:14] Production.INFO: ==29917== Releasing lock...
[2026-09-11 15:07:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 15:07:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 20:08:01] Production.INFO: ==29981== Lock acquired, processing the job...
[2026-09-11 20:08:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 20:08:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 20:08:01] Production.INFO: neon service started
[2026-09-11 20:08:01] Production.INFO: neon service started
[2026-09-11 20:08:01] Production.INFO: ==29981== Releasing lock...
[2026-09-11 20:08:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 20:08:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 15:08:02] Production.INFO: ==29983== Lock acquired, processing the job...
[2026-09-11 15:08:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 15:08:02] Production.INFO: ==29983== Releasing lock...
[2026-09-11 15:08:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 15:08:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 19:08:02] Production.INFO: ==29985== Lock acquired, processing the job...
[2026-09-11 19:08:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 19:08:02] Production.INFO: ==29985== Releasing lock...
[2026-09-11 19:08:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 19:08:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 15:08:03] Production.INFO: ==29996== Lock acquired, processing the job...
[2026-09-11 15:08:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 15:08:03] Production.INFO: ==29994== Lock acquired, processing the job...
[2026-09-11 15:08:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 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-09-11 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-09-11 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-09-11 15:08:03] Production.INFO: ==29990== Lock acquired, processing the job...
[2026-09-11 15:08:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 15:08:03] Production.INFO: ==29988== Lock acquired, processing the job...
[2026-09-11 15:08:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 15:08:03] Production.INFO: Account Balance Start.
[2026-09-11 15:08:03] Production.INFO: CreateAllLog Start
[2026-09-11 15:08:03] Production.INFO: ==29996== Releasing lock...
[2026-09-11 15:08:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 15:08:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 15:08:03] Production.INFO: 117
[2026-09-11 15:08:03] Production.INFO: Date 2026-09-08
[2026-09-11 15:08:03] Production.INFO: Reseller ==> 0
[2026-09-11 15:08:03] Production.INFO: ==29992== Lock acquired, processing the job...
[2026-09-11 15:08:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 15:08:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 15:08:03] Production.INFO: Date 2026-09-09
[2026-09-11 15:08:03] Production.INFO: Reseller ==> 0
[2026-09-11 15:08:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 15:08:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 15:08:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 15:08:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 15:08:03] Production.INFO: Date 2026-09-10
[2026-09-11 15:08:03] Production.INFO: Reseller ==> 0
[2026-09-11 15:08:03] Production.INFO: Date 2026-09-11
[2026-09-11 15:08:03] Production.INFO: Reseller ==> 0
[2026-09-11 15:08:03] Production.INFO: Total Charge 0
[2026-09-11 15:08:03] Production.INFO: CreateAllLog End
[2026-09-11 15:08:03] Production.INFO: Account Balance End.
[2026-09-11 15:08:03] Production.ERROR: CronJobId end 12
[2026-09-11 15:08:03] Production.INFO: ==29994== Releasing lock...
[2026-09-11 15:08:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 15:08:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 15:08:04] Production.INFO: ==29990== Releasing lock...
[2026-09-11 15:08:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 15:08:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 15:08:11] Production.ERROR: CronJobId end10
[2026-09-11 15:08:11] Production.INFO: ==29992== Releasing lock...
[2026-09-11 15:08:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 15:08:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 15:08:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 15:08:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 15:08:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 15:08:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 15:08:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 15:08:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 15:08:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 15:08:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 15:08:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 15:08:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 15:08:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 15:08:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 15:08:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 15:08:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 15:08:14] Production.INFO: call_cost start
[2026-09-11 15:08:14] Production.INFO: call_cost end
[2026-09-11 15:08:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 15:08:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 15:08:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 15:08:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 15:08:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 15:08:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 15:08:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 15:08:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 15:08:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 15:08:14] Production.INFO: ==29988== Releasing lock...
[2026-09-11 15:08:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 15:08:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 20:09:02] Production.INFO: ==30055== Lock acquired, processing the job...
[2026-09-11 20:09:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 20:09:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 20:09:02] Production.INFO: neon service started
[2026-09-11 20:09:02] Production.INFO: neon service started
[2026-09-11 20:09:02] Production.INFO: ==30055== Releasing lock...
[2026-09-11 20:09:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 20:09:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 15:09:02] Production.INFO: ==30057== Lock acquired, processing the job...
[2026-09-11 15:09:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 15:09:02] Production.INFO: ==30057== Releasing lock...
[2026-09-11 15:09:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 15:09:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 19:09:03] Production.INFO: ==30059== Lock acquired, processing the job...
[2026-09-11 19:09:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 19:09:03] Production.INFO: ==30059== Releasing lock...
[2026-09-11 19:09:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 19:09:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 15:09:03] Production.INFO: ==30067== Lock acquired, processing the job...
[2026-09-11 15:09:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 15:09:03] Production.INFO: ==30061== Lock acquired, processing the job...
[2026-09-11 15:09:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 15:09:03] Production.INFO: ==30063== Lock acquired, processing the job...
[2026-09-11 15:09:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 15:09:03] Production.INFO: Account Balance Start.
[2026-09-11 15:09:03] Production.INFO: CreateAllLog Start
[2026-09-11 15:09:03] Production.INFO: 117
[2026-09-11 15:09:03] Production.INFO: Date 2026-09-08
[2026-09-11 15:09:03] Production.INFO: ==30065== Lock acquired, processing the job...
[2026-09-11 15:09:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 15:09:03] Production.INFO: Reseller ==> 0
[2026-09-11 15:09:03] Production.INFO: Date 2026-09-09
[2026-09-11 15:09:03] Production.INFO: Reseller ==> 0
[2026-09-11 15:09:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 15:09:03] Production.INFO: Date 2026-09-10
[2026-09-11 15:09:03] Production.INFO: Reseller ==> 0
[2026-09-11 15:09:03] Production.INFO: ==30069== Lock acquired, processing the job...
[2026-09-11 15:09:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 15:09:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 15:09:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 15:09:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 15:09:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 15:09:03] Production.INFO: Date 2026-09-11
[2026-09-11 15:09:03] Production.INFO: Reseller ==> 0
[2026-09-11 15:09:03] Production.INFO: Total Charge 0
[2026-09-11 15:09:03] Production.INFO: CreateAllLog End
[2026-09-11 15: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-09-11 15: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-09-11 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-09-11 15:09:04] Production.INFO: ==30069== Releasing lock...
[2026-09-11 15:09:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 15:09:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 15:09:04] Production.INFO: Account Balance End.
[2026-09-11 15:09:04] Production.ERROR: CronJobId end 12
[2026-09-11 15:09:04] Production.INFO: ==30067== Releasing lock...
[2026-09-11 15:09:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 15:09:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 15:09:04] Production.INFO: ==30063== Releasing lock...
[2026-09-11 15:09:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 15:09:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 15:09:11] Production.ERROR: CronJobId end10
[2026-09-11 15:09:11] Production.INFO: ==30065== Releasing lock...
[2026-09-11 15:09:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 15:09:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 15:09:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 15:09:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 15:09:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 15:09:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 15:09:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 15:09:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 15:09:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 15:09:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 15:09:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 15:09:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 15:09:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 15:09:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 15:09:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 15:09:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 15:09:14] Production.INFO: call_cost start
[2026-09-11 15:09:14] Production.INFO: call_cost end
[2026-09-11 15:09:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 15:09:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 15:09:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 15:09:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 15:09:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 15:09:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 15:09:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 15:09:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 15:09:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 15:09:14] Production.INFO: ==30061== Releasing lock...
[2026-09-11 15:09:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 15:09:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 20:10:01] Production.INFO: ==30123== Lock acquired, processing the job...
[2026-09-11 20:10:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 20:10:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 20:10:01] Production.INFO: neon service started
[2026-09-11 20:10:01] Production.INFO: neon service started
[2026-09-11 20:10:01] Production.INFO: ==30123== Releasing lock...
[2026-09-11 20:10:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 20:10:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 15:10:01] Production.INFO: ==30126== Lock acquired, processing the job...
[2026-09-11 15:10:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 15:10:02] Production.INFO: ==30126== Releasing lock...
[2026-09-11 15:10:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 15:10:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 19:10:02] Production.INFO: ==30128== Lock acquired, processing the job...
[2026-09-11 19:10:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 19:10:02] Production.INFO: ==30128== Releasing lock...
[2026-09-11 19:10:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 19:10:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 15:10:02] Production.INFO: ==30130== Lock acquired, processing the job...
[2026-09-11 15:10:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 15:10:03] Production.INFO: ==30132== Lock acquired, processing the job...
[2026-09-11 15:10:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 15:10:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 15:10:03] Production.INFO: ==30134== Lock acquired, processing the job...
[2026-09-11 15:10:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 15:10:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 15:10:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 15:10:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 15:10:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 15:10:03] Production.INFO: ==30136== Lock acquired, processing the job...
[2026-09-11 15:10:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 15:10:03] Production.INFO: ==30138== Lock acquired, processing the job...
[2026-09-11 15:10:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 15:10:03] Production.INFO: Account Balance Start.
[2026-09-11 15:10:03] Production.INFO: CreateAllLog Start
[2026-09-11 15:10:03] Production.INFO: 117
[2026-09-11 15:10:03] Production.INFO: Date 2026-09-08
[2026-09-11 15:10:03] Production.INFO: Reseller ==> 0
[2026-09-11 15:10:03] Production.INFO: Date 2026-09-09
[2026-09-11 15:10:03] Production.INFO: Reseller ==> 0
[2026-09-11 15:10:03] Production.INFO: Date 2026-09-10
[2026-09-11 15:10:03] Production.INFO: Reseller ==> 0
[2026-09-11 15:10:03] Production.INFO: Date 2026-09-11
[2026-09-11 15:10:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 15:10:03] Production.INFO: Total Charge 0
[2026-09-11 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-09-11 15:10:03] Production.INFO: ==30138== Releasing lock...
[2026-09-11 15:10:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 15:10:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 15:10:03] Production.INFO: CreateAllLog End
[2026-09-11 15:10:03] Production.INFO: Account Balance End.
[2026-09-11 15:10:04] Production.ERROR: CronJobId end 12
[2026-09-11 15:10:04] Production.INFO: ==30136== Releasing lock...
[2026-09-11 15:10:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 15:10:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 15:10:04] Production.INFO: ==30132== Releasing lock...
[2026-09-11 15:10:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 15:10:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 15:10:11] Production.ERROR: CronJobId end10
[2026-09-11 15:10:11] Production.INFO: ==30134== Releasing lock...
[2026-09-11 15:10:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 15:10:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 15:10:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 15:10:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 15:10:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 15:10:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 15:10:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 15:10:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 15:10:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 15:10:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 15:10:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 15:10:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 15:10:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 15:10:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 15:10:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 15:10:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 15:10:14] Production.INFO: call_cost start
[2026-09-11 15:10:14] Production.INFO: call_cost end
[2026-09-11 15:10:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 15:10:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 15:10:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 15:10:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 15:10:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 15:10:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 15:10:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 15:10:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 15:10:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 15:10:14] Production.INFO: ==30130== Releasing lock...
[2026-09-11 15:10:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 15:10:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 20:11:01] Production.INFO: ==30194== Lock acquired, processing the job...
[2026-09-11 20:11:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 20:11:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 20:11:02] Production.INFO: neon service started
[2026-09-11 20:11:02] Production.INFO: neon service started
[2026-09-11 20:11:02] Production.INFO: ==30194== Releasing lock...
[2026-09-11 20:11:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 20:11:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 15:11:02] Production.INFO: ==30196== Lock acquired, processing the job...
[2026-09-11 15:11:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 15:11:02] Production.INFO: ==30196== Releasing lock...
[2026-09-11 15:11:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 15:11:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 19:11:02] Production.INFO: ==30198== Lock acquired, processing the job...
[2026-09-11 19:11:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 19:11:02] Production.INFO: ==30198== Releasing lock...
[2026-09-11 19:11:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 19:11:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 15:11:03] Production.INFO: ==30201== Lock acquired, processing the job...
[2026-09-11 15:11:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 15:11:03] Production.INFO: ==30203== Lock acquired, processing the job...
[2026-09-11 15:11:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 15:11:03] Production.INFO: ==30207== Lock acquired, processing the job...
[2026-09-11 15:11:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 15:11:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 15:11:03] Production.INFO: Account Balance Start.
[2026-09-11 15:11:03] Production.INFO: CreateAllLog Start
[2026-09-11 15:11:03] Production.INFO: 117
[2026-09-11 15:11:03] Production.INFO: Date 2026-09-08
[2026-09-11 15:11:03] Production.INFO: ==30205== Lock acquired, processing the job...
[2026-09-11 15:11:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 15:11:03] Production.INFO: Reseller ==> 0
[2026-09-11 15:11:03] Production.INFO: Date 2026-09-09
[2026-09-11 15:11:03] Production.INFO: Reseller ==> 0
[2026-09-11 15:11:03] Production.INFO: Date 2026-09-10
[2026-09-11 15:11:03] Production.INFO: Reseller ==> 0
[2026-09-11 15:11:03] Production.INFO: ==30209== Lock acquired, processing the job...
[2026-09-11 15:11:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 15:11:03] Production.INFO: Date 2026-09-11
[2026-09-11 15:11:03] Production.INFO: Reseller ==> 0
[2026-09-11 15:11:03] Production.INFO: Total Charge 0
[2026-09-11 15:11:03] Production.INFO: CreateAllLog End
[2026-09-11 15:11:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 15:11:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 15:11:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 15:11:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 15:11:04] Production.INFO: Account Balance End.
[2026-09-11 15: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-09-11 15: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-09-11 15:11:04] Production.INFO: ==30203== Releasing lock...
[2026-09-11 15:11:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 15:11:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 15: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-09-11 15:11:04] Production.ERROR: CronJobId end 12
[2026-09-11 15:11:04] Production.INFO: ==30207== Releasing lock...
[2026-09-11 15:11:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 15:11:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 15:11:04] Production.INFO: ==30209== Releasing lock...
[2026-09-11 15:11:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 15:11:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 15:11:11] Production.ERROR: CronJobId end10
[2026-09-11 15:11:11] Production.INFO: ==30205== Releasing lock...
[2026-09-11 15:11:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 15:11:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 15:11:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 15:11:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 15:11:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 15:11:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 15:11:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 15:11:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 15:11:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 15:11:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 15:11:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 15:11:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 15:11:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 15:11:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 15:11:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 15:11:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 15:11:14] Production.INFO: call_cost start
[2026-09-11 15:11:14] Production.INFO: call_cost end
[2026-09-11 15:11:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 15:11:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 15:11:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 15:11:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 15:11:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 15:11:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 15:11:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 15:11:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 15:11:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 15:11:14] Production.INFO: ==30201== Releasing lock...
[2026-09-11 15:11:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 15:11:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 20:12:01] Production.INFO: ==30265== Lock acquired, processing the job...
[2026-09-11 20:12:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 20:12:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 20:12:01] Production.INFO: neon service started
[2026-09-11 20:12:01] Production.INFO: neon service started
[2026-09-11 20:12:01] Production.INFO: ==30265== Releasing lock...
[2026-09-11 20:12:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 20:12:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 15:12:01] Production.INFO: ==30267== Lock acquired, processing the job...
[2026-09-11 15:12:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 15:12:01] Production.INFO: ==30267== Releasing lock...
[2026-09-11 15:12:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 15:12:01] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 19:12:02] Production.INFO: ==30269== Lock acquired, processing the job...
[2026-09-11 19:12:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 19:12:02] Production.INFO: ==30269== Releasing lock...
[2026-09-11 19:12:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 19:12:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 15:12:02] Production.INFO: ==30273== Lock acquired, processing the job...
[2026-09-11 15:12:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 15:12:02] Production.INFO: ==30271== Lock acquired, processing the job...
[2026-09-11 15:12:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 15:12:02] Production.INFO: ==30275== Lock acquired, processing the job...
[2026-09-11 15:12:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 15:12:02] Production.INFO: ==30277== Lock acquired, processing the job...
[2026-09-11 15:12:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 15:12:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 15:12:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 15:12:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 15:12:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 15:12:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 15:12:03] Production.INFO: ==30279== Lock acquired, processing the job...
[2026-09-11 15:12:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 15:12:03] Production.INFO: Account Balance Start.
[2026-09-11 15:12:03] Production.INFO: CreateAllLog Start
[2026-09-11 15:12:03] Production.INFO: 117
[2026-09-11 15:12:03] Production.INFO: Date 2026-09-08
[2026-09-11 15:12:03] Production.INFO: Reseller ==> 0
[2026-09-11 15:12:03] Production.INFO: Date 2026-09-09
[2026-09-11 15:12:03] Production.INFO: Reseller ==> 0
[2026-09-11 15:12:03] Production.INFO: Date 2026-09-10
[2026-09-11 15:12:03] Production.INFO: Reseller ==> 0
[2026-09-11 15:12:03] Production.INFO: Date 2026-09-11
[2026-09-11 15:12:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 15:12:03] Production.INFO: Total Charge 0
[2026-09-11 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-09-11 15:12:03] Production.INFO: CreateAllLog End
[2026-09-11 15:12:03] Production.INFO: ==30279== Releasing lock...
[2026-09-11 15:12:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 15:12:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 15:12:03] Production.INFO: Account Balance End.
[2026-09-11 15:12:03] Production.ERROR: CronJobId end 12
[2026-09-11 15:12:03] Production.INFO: ==30277== Releasing lock...
[2026-09-11 15:12:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 15:12:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 15:12:03] Production.INFO: ==30273== Releasing lock...
[2026-09-11 15:12:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 15:12:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 15:12:11] Production.ERROR: CronJobId end10
[2026-09-11 15:12:11] Production.INFO: ==30275== Releasing lock...
[2026-09-11 15:12:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 15:12:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 15:12:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 15:12:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 15:12:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 15:12:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 15:12:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 15:12:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 15:12:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 15:12:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 15:12:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 15:12:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 15:12:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 15:12:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 15:12:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 15:12:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 15:12:14] Production.INFO: call_cost start
[2026-09-11 15:12:14] Production.INFO: call_cost end
[2026-09-11 15:12:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 15:12:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 15:12:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 15:12:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 15:12:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 15:12:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 15:12:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 15:12:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 15:12:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 15:12:14] Production.INFO: ==30271== Releasing lock...
[2026-09-11 15:12:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 15:12:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 20:13:01] Production.INFO: ==30334== Lock acquired, processing the job...
[2026-09-11 20:13:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 20:13:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 20:13:01] Production.INFO: neon service started
[2026-09-11 20:13:01] Production.INFO: neon service started
[2026-09-11 20:13:01] Production.INFO: ==30334== Releasing lock...
[2026-09-11 20:13:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 20:13:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 19:13:02] Production.INFO: ==30338== Lock acquired, processing the job...
[2026-09-11 19:13:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 19:13:02] Production.INFO: ==30338== Releasing lock...
[2026-09-11 19:13:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 19:13:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 15:13:02] Production.INFO: ==30336== Lock acquired, processing the job...
[2026-09-11 15:13:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 15:13:02] Production.INFO: ==30336== Releasing lock...
[2026-09-11 15:13:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 15:13:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 15:13:03] Production.INFO: ==30344== Lock acquired, processing the job...
[2026-09-11 15:13:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 15:13:03] Production.INFO: ==30340== Lock acquired, processing the job...
[2026-09-11 15:13:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 15:13:03] Production.INFO: ==30346== Lock acquired, processing the job...
[2026-09-11 15:13:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 15:13:03] Production.INFO: ==30342== Lock acquired, processing the job...
[2026-09-11 15:13:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 15:13:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 15:13:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 15:13:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 15:13:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 15:13:03] Production.INFO: ==30348== Lock acquired, processing the job...
[2026-09-11 15:13:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 15:13:03] Production.INFO: Account Balance Start.
[2026-09-11 15:13:03] Production.INFO: CreateAllLog Start
[2026-09-11 15:13:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 15:13:03] Production.INFO: 117
[2026-09-11 15:13:03] Production.INFO: Date 2026-09-08
[2026-09-11 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-09-11 15:13:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 15:13:03] Production.INFO: Date 2026-09-09
[2026-09-11 15:13:03] Production.INFO: Reseller ==> 0
[2026-09-11 15:13:03] Production.INFO: ==30348== Releasing lock...
[2026-09-11 15:13:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 15:13:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 15:13:03] Production.INFO: Date 2026-09-10
[2026-09-11 15:13:03] Production.INFO: Reseller ==> 0
[2026-09-11 15:13:03] Production.INFO: Date 2026-09-11
[2026-09-11 15:13:03] Production.INFO: Reseller ==> 0
[2026-09-11 15:13:03] Production.INFO: Total Charge 0
[2026-09-11 15:13:03] Production.INFO: CreateAllLog End
[2026-09-11 15:13:04] Production.INFO: Account Balance End.
[2026-09-11 15:13:04] Production.INFO: ==30342== Releasing lock...
[2026-09-11 15:13:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 15:13:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 15:13:04] Production.ERROR: CronJobId end 12
[2026-09-11 15:13:04] Production.INFO: ==30346== Releasing lock...
[2026-09-11 15:13:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 15:13:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 15:13:12] Production.ERROR: CronJobId end10
[2026-09-11 15:13:12] Production.INFO: ==30344== Releasing lock...
[2026-09-11 15:13:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 15:13:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 15:13:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 15:13:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 15:13:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 15:13:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 15:13:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 15:13:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 15:13:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 15:13:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 15:13:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 15:13:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 15:13:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 15:13:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 15:13:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 15:13:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 15:13:15] Production.INFO: call_cost start
[2026-09-11 15:13:15] Production.INFO: call_cost end
[2026-09-11 15:13:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 15:13:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 15:13:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 15:13:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 15:13:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 15:13:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 15:13:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 15:13:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 15:13:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 15:13:15] Production.INFO: ==30340== Releasing lock...
[2026-09-11 15:13:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 15:13:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 20:14:01] Production.INFO: ==30401== Lock acquired, processing the job...
[2026-09-11 20:14:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 20:14:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 20:14:01] Production.INFO: neon service started
[2026-09-11 20:14:01] Production.INFO: neon service started
[2026-09-11 20:14:01] Production.INFO: ==30401== Releasing lock...
[2026-09-11 20:14:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 20:14:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 19:14:01] Production.INFO: ==30405== Lock acquired, processing the job...
[2026-09-11 19:14:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 19:14:01] Production.INFO: ==30405== Releasing lock...
[2026-09-11 19:14:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 19:14:01] Production.INFO: 25 MB #Memory Used#
[2026-09-11 15:14:01] Production.INFO: ==30403== Lock acquired, processing the job...
[2026-09-11 15:14:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 15:14:02] Production.INFO: ==30403== Releasing lock...
[2026-09-11 15:14:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 15:14:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 15:14:02] Production.INFO: ==30407== Lock acquired, processing the job...
[2026-09-11 15:14:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 15:14:03] Production.INFO: ==30411== Lock acquired, processing the job...
[2026-09-11 15:14:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 15:14:03] Production.INFO: ==30409== Lock acquired, processing the job...
[2026-09-11 15:14:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 15:14:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 15:14:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 15:14:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 15:14:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 15:14:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 15:14:03] Production.INFO: ==30413== Lock acquired, processing the job...
[2026-09-11 15:14:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 15:14:03] Production.INFO: ==30415== Lock acquired, processing the job...
[2026-09-11 15:14:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 15: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-09-11 15: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-09-11 15:14:03] Production.INFO: Account Balance Start.
[2026-09-11 15:14:03] Production.INFO: CreateAllLog Start
[2026-09-11 15:14:03] Production.INFO: 117
[2026-09-11 15: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-09-11 15:14:03] Production.INFO: ==30415== Releasing lock...
[2026-09-11 15:14:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 15:14:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 15:14:03] Production.INFO: Date 2026-09-08
[2026-09-11 15:14:03] Production.INFO: Reseller ==> 0
[2026-09-11 15:14:03] Production.INFO: Date 2026-09-09
[2026-09-11 15:14:03] Production.INFO: Reseller ==> 0
[2026-09-11 15:14:03] Production.INFO: Date 2026-09-10
[2026-09-11 15:14:03] Production.INFO: Reseller ==> 0
[2026-09-11 15:14:03] Production.INFO: Date 2026-09-11
[2026-09-11 15:14:03] Production.INFO: Reseller ==> 0
[2026-09-11 15:14:03] Production.INFO: Total Charge 0
[2026-09-11 15:14:03] Production.INFO: CreateAllLog End
[2026-09-11 15:14:03] Production.INFO: Account Balance End.
[2026-09-11 15:14:03] Production.INFO: ==30409== Releasing lock...
[2026-09-11 15:14:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 15:14:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 15:14:03] Production.ERROR: CronJobId end 12
[2026-09-11 15:14:03] Production.INFO: ==30413== Releasing lock...
[2026-09-11 15:14:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 15:14:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 15:14:11] Production.ERROR: CronJobId end10
[2026-09-11 15:14:11] Production.INFO: ==30411== Releasing lock...
[2026-09-11 15:14:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 15:14:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 15:14:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 15:14:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 15:14:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 15:14:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 15:14:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 15:14:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 15:14:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 15:14:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 15:14:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 15:14:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 15:14:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 15:14:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 15:14:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 15:14:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 15:14:14] Production.INFO: call_cost start
[2026-09-11 15:14:14] Production.INFO: call_cost end
[2026-09-11 15:14:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 15:14:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 15:14:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 15:14:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 15:14:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 15:14:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 15:14:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 15:14:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 15:14:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 15:14:14] Production.INFO: ==30407== Releasing lock...
[2026-09-11 15:14:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 15:14:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 20:15:01] Production.INFO: ==30476== Lock acquired, processing the job...
[2026-09-11 20:15:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 20:15:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 20:15:01] Production.INFO: neon service started
[2026-09-11 20:15:01] Production.INFO: neon service started
[2026-09-11 20:15:01] Production.INFO: ==30476== Releasing lock...
[2026-09-11 20:15:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 20:15:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 19:15:02] Production.INFO: ==30480== Lock acquired, processing the job...
[2026-09-11 19:15:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 19:15:02] Production.INFO: ==30480== Releasing lock...
[2026-09-11 19:15:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 19:15:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 15:15:02] Production.INFO: ==30478== Lock acquired, processing the job...
[2026-09-11 15:15:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 15:15:02] Production.INFO: ==30478== Releasing lock...
[2026-09-11 15:15:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 15:15:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 15:15:03] Production.INFO: ==30483== Lock acquired, processing the job...
[2026-09-11 15:15:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-11 15:15:03] Production.INFO: ==30485== Lock acquired, processing the job...
[2026-09-11 15:15:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 15:15:03] Production.ERROR: ========================== active cronjob start =============================
[2026-09-11 15:15:03] Production.INFO: ==30487== Lock acquired, processing the job...
[2026-09-11 15:15:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 15:15:03] Production.INFO: ==30491== Lock acquired, processing the job...
[2026-09-11 15:15:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 15:15:03] Production.ERROR: ========================== active cronjob end =============================
[2026-09-11 15:15:03] Production.INFO: ==30483== Releasing lock...
[2026-09-11 15:15:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-11 15:15:03] Production.INFO: 25.5 MB #Memory Used#
[2026-09-11 15:15:03] Production.INFO: ==30495== Lock acquired, processing the job...
[2026-09-11 15:15:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 15:15:03] Production.INFO: ==30489== Lock acquired, processing the job...
[2026-09-11 15:15:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 15:15:03] Production.INFO: Account Balance Start.
[2026-09-11 15:15:03] Production.INFO: CreateAllLog Start
[2026-09-11 15:15:03] Production.INFO: 117
[2026-09-11 15:15:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 15:15:03] Production.INFO: Date 2026-09-08
[2026-09-11 15:15:03] Production.INFO: Reseller ==> 0
[2026-09-11 15:15:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 15:15:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 15:15:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 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-09-11 15:15:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 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-09-11 15:15:03] Production.INFO: ==30493== Lock acquired, processing the job...
[2026-09-11 15:15:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-11 15:15:03] Production.INFO: Date 2026-09-09
[2026-09-11 15:15:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 15:15:03] Production.INFO: ==30495== Releasing lock...
[2026-09-11 15:15:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 15:15:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 15:15:04] Production.INFO: Date 2026-09-10
[2026-09-11 15:15:04] Production.INFO: Reseller ==> 0
[2026-09-11 15:15:04] Production.ERROR: tblTempUsageDetail_20
[2026-09-11 15:15:04] Production.INFO: Date 2026-09-11
[2026-09-11 15:15:04] Production.INFO: Reseller ==> 0
[2026-09-11 15:15:04] Production.INFO: Total Charge 0
[2026-09-11 15:15:04] Production.INFO: CreateAllLog End
[2026-09-11 15:15:04] Production.ERROR: done
[2026-09-11 15:15:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-11 15:15:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17985115', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) start
[2026-09-11 15:15:04] Production.INFO: Account Balance End.
[2026-09-11 15:15:04] Production.ERROR: CronJobId end 12
[2026-09-11 15:15:04] Production.INFO: ==30491== Releasing lock...
[2026-09-11 15:15:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 15:15:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 15:15:04] Production.INFO: ==30487== Releasing lock...
[2026-09-11 15:15:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 15:15:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 15:15:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17985115', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) end
[2026-09-11 15:15:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-11 15:15:10] Production.INFO: ProcessCDR(1,17985115,1,1,2)
[2026-09-11 15:15:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17985115,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 15:15:11] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17985115,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 15:15:11] Production.ERROR: pbx prc_insertCDR start
[2026-09-11 15:15:11] Production.ERROR: pbx prc_insertCDR end
[2026-09-11 15:15:11] Production.INFO: ==30493== Releasing lock...
[2026-09-11 15:15:11] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-11 15:15:11] Production.INFO: 26 MB #Memory Used#
[2026-09-11 15:15:15] Production.ERROR: CronJobId end10
[2026-09-11 15:15:15] Production.INFO: ==30489== Releasing lock...
[2026-09-11 15:15:15] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 15:15:15] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 15:15:17] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 15:15:17] Production.INFO: ============== Balance Warning START===========
[2026-09-11 15:15:17] Production.INFO: ============== Balance Warning END===========
[2026-09-11 15:15:17] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 15:15:17] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 15:15:17] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 15:15:17] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 15:15:17] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 15:15:17] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 15:15:17] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 15:15:17] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 15:15:17] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 15:15:17] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 15:15:17] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 15:15:17] Production.INFO: call_cost start
[2026-09-11 15:15:17] Production.INFO: call_cost end
[2026-09-11 15:15:17] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 15:15:17] Production.INFO: ============== Report Schedule START===========
[2026-09-11 15:15:17] Production.INFO: ============== Report Schedule END===========
[2026-09-11 15:15:17] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 15:15:17] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 15:15:17] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 15:15:17] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 15:15:17] Production.INFO: ============== Deal alert START===========
[2026-09-11 15:15:17] Production.INFO: ============== Deal alert END===========
[2026-09-11 15:15:17] Production.INFO: ==30485== Releasing lock...
[2026-09-11 15:15:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 15:15:17] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 20:16:02] Production.INFO: ==30551== Lock acquired, processing the job...
[2026-09-11 20:16:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 20:16:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 20:16:02] Production.INFO: neon service started
[2026-09-11 20:16:02] Production.INFO: neon service started
[2026-09-11 20:16:02] Production.INFO: ==30551== Releasing lock...
[2026-09-11 20:16:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 20:16:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 19:16:02] Production.INFO: ==30555== Lock acquired, processing the job...
[2026-09-11 19:16:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 15:16:02] Production.INFO: ==30553== Lock acquired, processing the job...
[2026-09-11 15:16:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 19:16:02] Production.INFO: ==30555== Releasing lock...
[2026-09-11 19:16:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 19:16:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 15:16:03] Production.INFO: ==30553== Releasing lock...
[2026-09-11 15:16:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 15:16:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 15:16:03] Production.INFO: ==30560== Lock acquired, processing the job...
[2026-09-11 15:16:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 15:16:03] Production.INFO: ==30558== Lock acquired, processing the job...
[2026-09-11 15:16:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 15:16:04] Production.INFO: ==30562== Lock acquired, processing the job...
[2026-09-11 15:16:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 15:16:04] Production.INFO: ==30564== Lock acquired, processing the job...
[2026-09-11 15:16:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 15:16:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 15:16:04] Production.INFO: ==30566== Lock acquired, processing the job...
[2026-09-11 15:16:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 15:16:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 15:16:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 15:16:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 15:16:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 15:16:04] Production.INFO: Account Balance Start.
[2026-09-11 15:16:04] Production.INFO: CreateAllLog Start
[2026-09-11 15:16:04] Production.INFO: 117
[2026-09-11 15:16:04] Production.INFO: Date 2026-09-08
[2026-09-11 15:16:04] Production.INFO: Reseller ==> 0
[2026-09-11 15:16:04] Production.INFO: Date 2026-09-09
[2026-09-11 15:16:04] Production.INFO: Reseller ==> 0
[2026-09-11 15:16:04] Production.INFO: Date 2026-09-10
[2026-09-11 15:16:04] Production.INFO: Reseller ==> 0
[2026-09-11 15: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-09-11 15: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-09-11 15: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-09-11 15:16:04] Production.INFO: Date 2026-09-11
[2026-09-11 15:16:04] Production.INFO: Reseller ==> 0
[2026-09-11 15:16:04] Production.INFO: ==30566== Releasing lock...
[2026-09-11 15:16:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 15:16:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 15:16:04] Production.INFO: Total Charge 0
[2026-09-11 15:16:04] Production.INFO: CreateAllLog End
[2026-09-11 15:16:04] Production.INFO: Account Balance End.
[2026-09-11 15:16:04] Production.ERROR: CronJobId end 12
[2026-09-11 15:16:04] Production.INFO: ==30564== Releasing lock...
[2026-09-11 15:16:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 15:16:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 15:16:04] Production.INFO: ==30560== Releasing lock...
[2026-09-11 15:16:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 15:16:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 15:16:12] Production.ERROR: CronJobId end10
[2026-09-11 15:16:12] Production.INFO: ==30562== Releasing lock...
[2026-09-11 15:16:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 15:16:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 15:16:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 15:16:15] Production.INFO: ============== Balance Warning START===========
[2026-09-11 15:16:15] Production.INFO: ============== Balance Warning END===========
[2026-09-11 15:16:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 15:16:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 15:16:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 15:16:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 15:16:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 15:16:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 15:16:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 15:16:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 15:16:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 15:16:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 15:16:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 15:16:15] Production.INFO: call_cost start
[2026-09-11 15:16:15] Production.INFO: call_cost end
[2026-09-11 15:16:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 15:16:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 15:16:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 15:16:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 15:16:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 15:16:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 15:16:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 15:16:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 15:16:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 15:16:15] Production.INFO: ==30558== Releasing lock...
[2026-09-11 15:16:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 15:16:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 20:17:01] Production.INFO: ==30619== Lock acquired, processing the job...
[2026-09-11 20:17:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 20:17:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 20:17:01] Production.INFO: neon service started
[2026-09-11 20:17:01] Production.INFO: neon service started
[2026-09-11 20:17:01] Production.INFO: ==30619== Releasing lock...
[2026-09-11 20:17:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 20:17:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 15:17:02] Production.INFO: ==30621== Lock acquired, processing the job...
[2026-09-11 15:17:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 15:17:02] Production.INFO: ==30621== Releasing lock...
[2026-09-11 15:17:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 15:17:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 19:17:02] Production.INFO: ==30623== Lock acquired, processing the job...
[2026-09-11 19:17:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 19:17:02] Production.INFO: ==30623== Releasing lock...
[2026-09-11 19:17:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 19:17:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 15:17:03] Production.INFO: ==30626== Lock acquired, processing the job...
[2026-09-11 15:17:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 15:17:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 15:17:03] Production.INFO: ==30630== Lock acquired, processing the job...
[2026-09-11 15:17:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 15:17:03] Production.INFO: ==30628== Lock acquired, processing the job...
[2026-09-11 15:17:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 15:17:03] Production.INFO: ==30634== Lock acquired, processing the job...
[2026-09-11 15:17:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 15:17:03] Production.INFO: ==30632== Lock acquired, processing the job...
[2026-09-11 15:17:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 15:17:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 15:17:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 15:17:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 15:17:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 15:17:03] Production.INFO: Account Balance Start.
[2026-09-11 15:17:03] Production.INFO: CreateAllLog Start
[2026-09-11 15:17:03] Production.INFO: 117
[2026-09-11 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-09-11 15:17:03] Production.INFO: Date 2026-09-08
[2026-09-11 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-09-11 15:17:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 15:17:03] Production.INFO: ==30634== Releasing lock...
[2026-09-11 15:17:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 15:17:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 15:17:03] Production.INFO: Date 2026-09-09
[2026-09-11 15:17:03] Production.INFO: Reseller ==> 0
[2026-09-11 15:17:03] Production.INFO: Date 2026-09-10
[2026-09-11 15:17:03] Production.INFO: Reseller ==> 0
[2026-09-11 15:17:03] Production.INFO: Date 2026-09-11
[2026-09-11 15:17:03] Production.INFO: Reseller ==> 0
[2026-09-11 15:17:03] Production.INFO: Total Charge 0
[2026-09-11 15:17:03] Production.INFO: CreateAllLog End
[2026-09-11 15:17:03] Production.INFO: Account Balance End.
[2026-09-11 15:17:04] Production.ERROR: CronJobId end 12
[2026-09-11 15:17:04] Production.INFO: ==30632== Releasing lock...
[2026-09-11 15:17:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 15:17:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 15:17:04] Production.INFO: ==30628== Releasing lock...
[2026-09-11 15:17:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 15:17:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 15:17:12] Production.ERROR: CronJobId end10
[2026-09-11 15:17:12] Production.INFO: ==30630== Releasing lock...
[2026-09-11 15:17:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 15:17:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 15:17:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 15:17:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 15:17:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 15:17:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 15:17:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 15:17:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 15:17:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 15:17:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 15:17:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 15:17:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 15:17:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 15:17:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 15:17:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 15:17:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 15:17:14] Production.INFO: call_cost start
[2026-09-11 15:17:14] Production.INFO: call_cost end
[2026-09-11 15:17:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 15:17:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 15:17:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 15:17:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 15:17:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 15:17:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 15:17:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 15:17:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 15:17:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 15:17:14] Production.INFO: ==30626== Releasing lock...
[2026-09-11 15:17:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 15:17:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 20:18:02] Production.INFO: ==30691== Lock acquired, processing the job...
[2026-09-11 20:18:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 20:18:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 20:18:02] Production.INFO: neon service started
[2026-09-11 20:18:02] Production.INFO: neon service started
[2026-09-11 20:18:02] Production.INFO: ==30691== Releasing lock...
[2026-09-11 20:18:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 20:18:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 15:18:02] Production.INFO: ==30693== Lock acquired, processing the job...
[2026-09-11 15:18:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 15:18:02] Production.INFO: ==30693== Releasing lock...
[2026-09-11 15:18:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 15:18:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 19:18:03] Production.INFO: ==30695== Lock acquired, processing the job...
[2026-09-11 19:18:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 19:18:03] Production.INFO: ==30695== Releasing lock...
[2026-09-11 19:18:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 19:18:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 15:18:03] Production.INFO: ==30701== Lock acquired, processing the job...
[2026-09-11 15:18:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 15:18:03] Production.INFO: ==30699== Lock acquired, processing the job...
[2026-09-11 15:18:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 15:18:03] Production.INFO: ==30697== Lock acquired, processing the job...
[2026-09-11 15:18:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 15:18:03] Production.INFO: ==30705== Lock acquired, processing the job...
[2026-09-11 15:18:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 15:18:03] Production.INFO: ==30703== Lock acquired, processing the job...
[2026-09-11 15:18:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 15:18:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 15:18:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 15:18:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 15:18:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 15:18:03] Production.INFO: Account Balance Start.
[2026-09-11 15:18:03] Production.INFO: CreateAllLog Start
[2026-09-11 15:18:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 15:18:03] Production.INFO: 117
[2026-09-11 15:18:03] Production.INFO: Date 2026-09-08
[2026-09-11 15:18:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 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-09-11 15:18:03] Production.INFO: Date 2026-09-09
[2026-09-11 15:18:03] Production.INFO: Reseller ==> 0
[2026-09-11 15:18:03] Production.INFO: ==30705== Releasing lock...
[2026-09-11 15:18:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 15:18:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 15:18:03] Production.INFO: Date 2026-09-10
[2026-09-11 15:18:03] Production.INFO: Reseller ==> 0
[2026-09-11 15:18:04] Production.INFO: Date 2026-09-11
[2026-09-11 15:18:04] Production.INFO: Reseller ==> 0
[2026-09-11 15:18:04] Production.INFO: Total Charge 0
[2026-09-11 15:18:04] Production.INFO: CreateAllLog End
[2026-09-11 15:18:04] Production.INFO: Account Balance End.
[2026-09-11 15:18:04] Production.ERROR: CronJobId end 12
[2026-09-11 15:18:04] Production.INFO: ==30703== Releasing lock...
[2026-09-11 15:18:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 15:18:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 15:18:04] Production.INFO: ==30699== Releasing lock...
[2026-09-11 15:18:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 15:18:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 15:18:12] Production.ERROR: CronJobId end10
[2026-09-11 15:18:12] Production.INFO: ==30701== Releasing lock...
[2026-09-11 15:18:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 15:18:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 15:18:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 15:18:15] Production.INFO: ============== Balance Warning START===========
[2026-09-11 15:18:15] Production.INFO: ============== Balance Warning END===========
[2026-09-11 15:18:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 15:18:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 15:18:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 15:18:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 15:18:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 15:18:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 15:18:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 15:18:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 15:18:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 15:18:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 15:18:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 15:18:16] Production.INFO: call_cost start
[2026-09-11 15:18:16] Production.INFO: call_cost end
[2026-09-11 15:18:16] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 15:18:16] Production.INFO: ============== Report Schedule START===========
[2026-09-11 15:18:16] Production.INFO: ============== Report Schedule END===========
[2026-09-11 15:18:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 15:18:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 15:18:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 15:18:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 15:18:16] Production.INFO: ============== Deal alert START===========
[2026-09-11 15:18:16] Production.INFO: ============== Deal alert END===========
[2026-09-11 15:18:16] Production.INFO: ==30697== Releasing lock...
[2026-09-11 15:18:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 15:18:16] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 20:19:01] Production.INFO: ==30761== Lock acquired, processing the job...
[2026-09-11 20:19:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 20:19:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 20:19:01] Production.INFO: neon service started
[2026-09-11 20:19:01] Production.INFO: neon service started
[2026-09-11 20:19:01] Production.INFO: ==30761== Releasing lock...
[2026-09-11 20:19:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 20:19:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 15:19:02] Production.INFO: ==30763== Lock acquired, processing the job...
[2026-09-11 15:19:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 15:19:02] Production.INFO: ==30763== Releasing lock...
[2026-09-11 15:19:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 15:19:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 19:19:02] Production.INFO: ==30765== Lock acquired, processing the job...
[2026-09-11 19:19:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 19:19:02] Production.INFO: ==30765== Releasing lock...
[2026-09-11 19:19:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 19:19:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 15:19:03] Production.INFO: ==30769== Lock acquired, processing the job...
[2026-09-11 15:19:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 15:19:03] Production.INFO: ==30767== Lock acquired, processing the job...
[2026-09-11 15:19:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 15:19:03] Production.INFO: ==30773== Lock acquired, processing the job...
[2026-09-11 15:19:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 15:19:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 15:19:03] Production.INFO: ==30771== Lock acquired, processing the job...
[2026-09-11 15:19:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 15:19:03] Production.INFO: ==30776== Lock acquired, processing the job...
[2026-09-11 15:19:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 15:19:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 15:19:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 15:19:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 15:19:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 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-09-11 15:19:03] Production.INFO: Account Balance Start.
[2026-09-11 15:19:03] Production.INFO: CreateAllLog Start
[2026-09-11 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-09-11 15:19:03] Production.INFO: 117
[2026-09-11 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-09-11 15:19:03] Production.INFO: ==30776== Releasing lock...
[2026-09-11 15:19:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 15:19:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 15:19:03] Production.INFO: Date 2026-09-08
[2026-09-11 15:19:03] Production.INFO: Reseller ==> 0
[2026-09-11 15:19:03] Production.INFO: Date 2026-09-09
[2026-09-11 15:19:03] Production.INFO: Reseller ==> 0
[2026-09-11 15:19:03] Production.INFO: Date 2026-09-10
[2026-09-11 15:19:03] Production.INFO: Reseller ==> 0
[2026-09-11 15:19:03] Production.INFO: Date 2026-09-11
[2026-09-11 15:19:03] Production.INFO: Reseller ==> 0
[2026-09-11 15:19:03] Production.INFO: Total Charge 0
[2026-09-11 15:19:03] Production.INFO: CreateAllLog End
[2026-09-11 15:19:03] Production.INFO: ==30769== Releasing lock...
[2026-09-11 15:19:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 15:19:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 15:19:04] Production.INFO: Account Balance End.
[2026-09-11 15:19:04] Production.ERROR: CronJobId end 12
[2026-09-11 15:19:04] Production.INFO: ==30773== Releasing lock...
[2026-09-11 15:19:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 15:19:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 15:19:12] Production.ERROR: CronJobId end10
[2026-09-11 15:19:12] Production.INFO: ==30771== Releasing lock...
[2026-09-11 15:19:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 15:19:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 15:19:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 15:19:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 15:19:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 15:19:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 15:19:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 15:19:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 15:19:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 15:19:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 15:19:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 15:19:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 15:19:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 15:19:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 15:19:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 15:19:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 15:19:14] Production.INFO: call_cost start
[2026-09-11 15:19:14] Production.INFO: call_cost end
[2026-09-11 15:19:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 15:19:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 15:19:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 15:19:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 15:19:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 15:19:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 15:19:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 15:19:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 15:19:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 15:19:14] Production.INFO: ==30767== Releasing lock...
[2026-09-11 15:19:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 15:19:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 20:20:02] Production.INFO: ==30832== Lock acquired, processing the job...
[2026-09-11 20:20:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 20:20:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 20:20:02] Production.INFO: neon service started
[2026-09-11 20:20:02] Production.INFO: neon service started
[2026-09-11 20:20:02] Production.INFO: ==30832== Releasing lock...
[2026-09-11 20:20:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 20:20:02] Production.INFO: 25.5 MB #Memory Used#
[2026-09-11 15:20:02] Production.INFO: ==30834== Lock acquired, processing the job...
[2026-09-11 15:20:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 15:20:02] Production.INFO: ==30834== Releasing lock...
[2026-09-11 15:20:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 15:20:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 19:20:03] Production.INFO: ==30836== Lock acquired, processing the job...
[2026-09-11 19:20:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 19:20:03] Production.INFO: ==30836== Releasing lock...
[2026-09-11 19:20:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 19:20:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 15:20:03] Production.INFO: ==30846== Lock acquired, processing the job...
[2026-09-11 15:20:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 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-09-11 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-09-11 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-09-11 15:20:04] Production.INFO: ==30842== Lock acquired, processing the job...
[2026-09-11 15:20:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 15:20:04] Production.INFO: ==30846== Releasing lock...
[2026-09-11 15:20:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 15:20:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 15:20:04] Production.INFO: ==30838== Lock acquired, processing the job...
[2026-09-11 15:20:04] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 15:20:04] Production.INFO: ==30840== Lock acquired, processing the job...
[2026-09-11 15:20:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 15:20:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 15:20:04] Production.INFO: ==30844== Lock acquired, processing the job...
[2026-09-11 15:20:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 15:20:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 15:20:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 15:20:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 15:20:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 15:20:04] Production.INFO: Account Balance Start.
[2026-09-11 15:20:04] Production.INFO: CreateAllLog Start
[2026-09-11 15:20:04] Production.INFO: 117
[2026-09-11 15:20:04] Production.INFO: Date 2026-09-08
[2026-09-11 15:20:04] Production.INFO: Reseller ==> 0
[2026-09-11 15:20:04] Production.INFO: Date 2026-09-09
[2026-09-11 15:20:04] Production.INFO: Reseller ==> 0
[2026-09-11 15:20:04] Production.INFO: Date 2026-09-10
[2026-09-11 15:20:04] Production.INFO: Reseller ==> 0
[2026-09-11 15:20:04] Production.INFO: Date 2026-09-11
[2026-09-11 15:20:04] Production.INFO: Reseller ==> 0
[2026-09-11 15:20:04] Production.INFO: Total Charge 0
[2026-09-11 15:20:04] Production.INFO: CreateAllLog End
[2026-09-11 15:20:04] Production.INFO: Account Balance End.
[2026-09-11 15:20:04] Production.ERROR: CronJobId end 12
[2026-09-11 15:20:04] Production.INFO: ==30844== Releasing lock...
[2026-09-11 15:20:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 15:20:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 15:20:05] Production.INFO: ==30840== Releasing lock...
[2026-09-11 15:20:05] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 15:20:05] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 15:20:13] Production.ERROR: CronJobId end10
[2026-09-11 15:20:13] Production.INFO: ==30842== Releasing lock...
[2026-09-11 15:20:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 15:20:13] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 15:20:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 15:20:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 15:20:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 15:20:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 15:20:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 15:20:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 15:20:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 15:20:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 15:20:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 15:20:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 15:20:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 15:20:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 15:20:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 15:20:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 15:20:15] Production.INFO: call_cost start
[2026-09-11 15:20:15] Production.INFO: call_cost end
[2026-09-11 15:20:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 15:20:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 15:20:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 15:20:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 15:20:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 15:20:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 15:20:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 15:20:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 15:20:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 15:20:15] Production.INFO: ==30838== Releasing lock...
[2026-09-11 15:20:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 15:20:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 20:21:01] Production.INFO: ==30905== Lock acquired, processing the job...
[2026-09-11 20:21:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 20:21:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 20:21:01] Production.INFO: neon service started
[2026-09-11 20:21:01] Production.INFO: neon service started
[2026-09-11 20:21:01] Production.INFO: ==30905== Releasing lock...
[2026-09-11 20:21:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 20:21:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 15:21:02] Production.INFO: ==30907== Lock acquired, processing the job...
[2026-09-11 15:21:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 15:21:02] Production.INFO: ==30907== Releasing lock...
[2026-09-11 15:21:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 15:21:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 19:21:02] Production.INFO: ==30909== Lock acquired, processing the job...
[2026-09-11 19:21:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 19:21:02] Production.INFO: ==30909== Releasing lock...
[2026-09-11 19:21:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 19:21:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 15:21:03] Production.INFO: ==30914== Lock acquired, processing the job...
[2026-09-11 15:21:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 15:21:03] Production.INFO: ==30912== Lock acquired, processing the job...
[2026-09-11 15:21:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 15:21:03] Production.INFO: ==30918== Lock acquired, processing the job...
[2026-09-11 15:21:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 15:21:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 15:21:03] Production.INFO: Account Balance Start.
[2026-09-11 15:21:03] Production.INFO: CreateAllLog Start
[2026-09-11 15:21:03] Production.INFO: 117
[2026-09-11 15:21:03] Production.INFO: Date 2026-09-08
[2026-09-11 15:21:03] Production.INFO: Reseller ==> 0
[2026-09-11 15:21:03] Production.INFO: Date 2026-09-09
[2026-09-11 15:21:03] Production.INFO: Reseller ==> 0
[2026-09-11 15:21:03] Production.INFO: ==30920== Lock acquired, processing the job...
[2026-09-11 15:21:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 15:21:03] Production.INFO: ==30916== Lock acquired, processing the job...
[2026-09-11 15:21:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 15:21:03] Production.INFO: Date 2026-09-10
[2026-09-11 15:21:03] Production.INFO: Reseller ==> 0
[2026-09-11 15:21:03] Production.INFO: Date 2026-09-11
[2026-09-11 15:21:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 15:21:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 15:21:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 15:21:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 15:21:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 15:21:03] Production.INFO: Total Charge 0
[2026-09-11 15: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-09-11 15:21:03] Production.INFO: CreateAllLog End
[2026-09-11 15:21:03] Production.INFO: ==30920== Releasing lock...
[2026-09-11 15:21:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 15:21:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 15:21:03] Production.INFO: Account Balance End.
[2026-09-11 15:21:03] Production.ERROR: CronJobId end 12
[2026-09-11 15:21:03] Production.INFO: ==30918== Releasing lock...
[2026-09-11 15:21:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 15:21:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 15:21:04] Production.INFO: ==30914== Releasing lock...
[2026-09-11 15:21:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 15:21:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 15:21:12] Production.ERROR: CronJobId end10
[2026-09-11 15:21:12] Production.INFO: ==30916== Releasing lock...
[2026-09-11 15:21:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 15:21:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 15:21:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 15:21:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 15:21:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 15:21:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 15:21:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 15:21:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 15:21:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 15:21:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 15:21:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 15:21:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 15:21:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 15:21:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 15:21:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 15:21:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 15:21:15] Production.INFO: call_cost start
[2026-09-11 15:21:15] Production.INFO: call_cost end
[2026-09-11 15:21:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 15:21:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 15:21:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 15:21:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 15:21:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 15:21:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 15:21:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 15:21:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 15:21:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 15:21:15] Production.INFO: ==30912== Releasing lock...
[2026-09-11 15:21:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 15:21:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 20:22:02] Production.INFO: ==30973== Lock acquired, processing the job...
[2026-09-11 20:22:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 20:22:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 20:22:02] Production.INFO: neon service started
[2026-09-11 20:22:02] Production.INFO: neon service started
[2026-09-11 20:22:02] Production.INFO: ==30973== Releasing lock...
[2026-09-11 20:22:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 20:22:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 15:22:02] Production.INFO: ==30976== Lock acquired, processing the job...
[2026-09-11 15:22:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 15:22:02] Production.INFO: ==30976== Releasing lock...
[2026-09-11 15:22:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 15:22:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 19:22:03] Production.INFO: ==30978== Lock acquired, processing the job...
[2026-09-11 19:22:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 19:22:03] Production.INFO: ==30978== Releasing lock...
[2026-09-11 19:22:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 19:22:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 15:22:03] Production.INFO: ==30980== Lock acquired, processing the job...
[2026-09-11 15:22:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 15:22:03] Production.INFO: ==30984== Lock acquired, processing the job...
[2026-09-11 15:22:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 15:22:03] Production.INFO: ==30982== Lock acquired, processing the job...
[2026-09-11 15:22:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 15:22:03] Production.INFO: ==30986== Lock acquired, processing the job...
[2026-09-11 15:22:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 15:22:03] Production.INFO: ==30988== Lock acquired, processing the job...
[2026-09-11 15:22:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 15:22:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 15:22:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 15:22:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 15:22:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 15:22:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 15:22:03] Production.INFO: Account Balance Start.
[2026-09-11 15:22:03] Production.INFO: CreateAllLog Start
[2026-09-11 15:22:03] Production.INFO: 117
[2026-09-11 15:22:03] Production.INFO: Date 2026-09-08
[2026-09-11 15:22:04] Production.INFO: Reseller ==> 0
[2026-09-11 15: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-09-11 15: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-09-11 15: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-09-11 15:22:04] Production.INFO: ==30988== Releasing lock...
[2026-09-11 15:22:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 15:22:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 15:22:04] Production.INFO: Date 2026-09-09
[2026-09-11 15:22:04] Production.INFO: Reseller ==> 0
[2026-09-11 15:22:04] Production.INFO: Date 2026-09-10
[2026-09-11 15:22:04] Production.INFO: Reseller ==> 0
[2026-09-11 15:22:04] Production.INFO: Date 2026-09-11
[2026-09-11 15:22:04] Production.INFO: Reseller ==> 0
[2026-09-11 15:22:04] Production.INFO: Total Charge 0
[2026-09-11 15:22:04] Production.INFO: CreateAllLog End
[2026-09-11 15:22:04] Production.INFO: Account Balance End.
[2026-09-11 15:22:04] Production.ERROR: CronJobId end 12
[2026-09-11 15:22:04] Production.INFO: ==30986== Releasing lock...
[2026-09-11 15:22:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 15:22:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 15:22:04] Production.INFO: ==30982== Releasing lock...
[2026-09-11 15:22:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 15:22:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 15:22:12] Production.ERROR: CronJobId end10
[2026-09-11 15:22:12] Production.INFO: ==30984== Releasing lock...
[2026-09-11 15:22:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 15:22:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 15:22:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 15:22:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 15:22:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 15:22:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 15:22:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 15:22:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 15:22:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 15:22:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 15:22:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 15:22:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 15:22:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 15:22:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 15:22:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 15:22:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 15:22:14] Production.INFO: call_cost start
[2026-09-11 15:22:14] Production.INFO: call_cost end
[2026-09-11 15:22:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 15:22:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 15:22:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 15:22:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 15:22:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 15:22:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 15:22:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 15:22:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 15:22:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 15:22:14] Production.INFO: ==30980== Releasing lock...
[2026-09-11 15:22:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 15:22:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 20:23:01] Production.INFO: ==31044== Lock acquired, processing the job...
[2026-09-11 20:23:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 20:23:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 20:23:01] Production.INFO: neon service started
[2026-09-11 20:23:01] Production.INFO: neon service started
[2026-09-11 20:23:01] Production.INFO: ==31044== Releasing lock...
[2026-09-11 20:23:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 20:23:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 15:23:02] Production.INFO: ==31046== Lock acquired, processing the job...
[2026-09-11 15:23:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 19:23:02] Production.INFO: ==31048== Lock acquired, processing the job...
[2026-09-11 19:23:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 19:23:02] Production.INFO: ==31048== Releasing lock...
[2026-09-11 19:23:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 19:23:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 15:23:02] Production.INFO: ==31046== Releasing lock...
[2026-09-11 15:23:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 15:23:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 15:23:03] Production.INFO: ==31051== Lock acquired, processing the job...
[2026-09-11 15:23:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 15:23:03] Production.INFO: ==31055== Lock acquired, processing the job...
[2026-09-11 15:23:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 15:23:03] Production.INFO: ==31053== Lock acquired, processing the job...
[2026-09-11 15:23:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 15:23:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 15:23:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 15:23:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 15:23:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 15:23:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 15:23:03] Production.INFO: ==31059== Lock acquired, processing the job...
[2026-09-11 15:23:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 15:23:03] Production.INFO: ==31057== Lock acquired, processing the job...
[2026-09-11 15:23:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 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-09-11 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-09-11 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-09-11 15:23:03] Production.INFO: ==31059== Releasing lock...
[2026-09-11 15:23:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 15:23:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 15:23:03] Production.INFO: Account Balance Start.
[2026-09-11 15:23:03] Production.INFO: CreateAllLog Start
[2026-09-11 15:23:03] Production.INFO: 117
[2026-09-11 15:23:03] Production.INFO: Date 2026-09-08
[2026-09-11 15:23:03] Production.INFO: Reseller ==> 0
[2026-09-11 15:23:04] Production.INFO: Date 2026-09-09
[2026-09-11 15:23:04] Production.INFO: Reseller ==> 0
[2026-09-11 15:23:04] Production.INFO: Date 2026-09-10
[2026-09-11 15:23:04] Production.INFO: Reseller ==> 0
[2026-09-11 15:23:04] Production.INFO: Date 2026-09-11
[2026-09-11 15:23:04] Production.INFO: Reseller ==> 0
[2026-09-11 15:23:04] Production.INFO: Total Charge 0
[2026-09-11 15:23:04] Production.INFO: CreateAllLog End
[2026-09-11 15:23:04] Production.INFO: Account Balance End.
[2026-09-11 15:23:04] Production.ERROR: CronJobId end 12
[2026-09-11 15:23:04] Production.INFO: ==31057== Releasing lock...
[2026-09-11 15:23:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 15:23:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 15:23:04] Production.INFO: ==31053== Releasing lock...
[2026-09-11 15:23:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 15:23:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 15:23:11] Production.ERROR: CronJobId end10
[2026-09-11 15:23:11] Production.INFO: ==31055== Releasing lock...
[2026-09-11 15:23:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 15:23:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 15:23:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 15:23:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 15:23:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 15:23:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 15:23:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 15:23:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 15:23:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 15:23:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 15:23:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 15:23:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 15:23:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 15:23:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 15:23:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 15:23:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 15:23:15] Production.INFO: call_cost start
[2026-09-11 15:23:15] Production.INFO: call_cost end
[2026-09-11 15:23:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 15:23:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 15:23:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 15:23:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 15:23:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 15:23:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 15:23:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 15:23:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 15:23:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 15:23:15] Production.INFO: ==31051== Releasing lock...
[2026-09-11 15:23:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 15:23:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 20:24:02] Production.INFO: ==31116== Lock acquired, processing the job...
[2026-09-11 20:24:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 20:24:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 20:24:02] Production.INFO: neon service started
[2026-09-11 20:24:02] Production.INFO: neon service started
[2026-09-11 20:24:02] Production.INFO: ==31116== Releasing lock...
[2026-09-11 20:24:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 20:24:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 15:24:02] Production.INFO: ==31118== Lock acquired, processing the job...
[2026-09-11 15:24:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 19:24:02] Production.INFO: ==31120== Lock acquired, processing the job...
[2026-09-11 19:24:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 19:24:02] Production.INFO: ==31120== Releasing lock...
[2026-09-11 19:24:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 19:24:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 15:24:03] Production.INFO: ==31118== Releasing lock...
[2026-09-11 15:24:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 15:24:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 15:24:03] Production.INFO: ==31123== Lock acquired, processing the job...
[2026-09-11 15:24:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 15:24:03] Production.INFO: ==31125== Lock acquired, processing the job...
[2026-09-11 15:24:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 15:24:03] Production.INFO: ==31127== Lock acquired, processing the job...
[2026-09-11 15:24:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 15:24:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 15:24:04] Production.INFO: ==31129== Lock acquired, processing the job...
[2026-09-11 15:24:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 15:24:04] Production.INFO: ==31131== Lock acquired, processing the job...
[2026-09-11 15:24:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 15:24:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 15:24:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 15:24:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 15:24:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 15:24:04] Production.INFO: Account Balance Start.
[2026-09-11 15:24:04] Production.INFO: CreateAllLog Start
[2026-09-11 15:24:04] Production.INFO: 117
[2026-09-11 15: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-09-11 15:24:04] Production.INFO: Date 2026-09-08
[2026-09-11 15: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-09-11 15:24:04] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 15:24:04] Production.INFO: ==31131== Releasing lock...
[2026-09-11 15:24:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 15:24:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 15:24:04] Production.INFO: Date 2026-09-09
[2026-09-11 15:24:04] Production.INFO: Reseller ==> 0
[2026-09-11 15:24:04] Production.INFO: Date 2026-09-10
[2026-09-11 15:24:04] Production.INFO: Reseller ==> 0
[2026-09-11 15:24:04] Production.INFO: Date 2026-09-11
[2026-09-11 15:24:04] Production.INFO: Reseller ==> 0
[2026-09-11 15:24:04] Production.INFO: Total Charge 0
[2026-09-11 15:24:04] Production.INFO: CreateAllLog End
[2026-09-11 15:24:04] Production.INFO: ==31125== Releasing lock...
[2026-09-11 15:24:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 15:24:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 15:24:04] Production.INFO: Account Balance End.
[2026-09-11 15:24:04] Production.ERROR: CronJobId end 12
[2026-09-11 15:24:04] Production.INFO: ==31129== Releasing lock...
[2026-09-11 15:24:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 15:24:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 15:24:11] Production.ERROR: CronJobId end10
[2026-09-11 15:24:11] Production.INFO: ==31127== Releasing lock...
[2026-09-11 15:24:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 15:24:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 15:24:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 15:24:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 15:24:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 15:24:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 15:24:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 15:24:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 15:24:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 15:24:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 15:24:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 15:24:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 15:24:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 15:24:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 15:24:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 15:24:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 15:24:15] Production.INFO: call_cost start
[2026-09-11 15:24:15] Production.INFO: call_cost end
[2026-09-11 15:24:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 15:24:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 15:24:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 15:24:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 15:24:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 15:24:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 15:24:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 15:24:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 15:24:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 15:24:15] Production.INFO: ==31123== Releasing lock...
[2026-09-11 15:24:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 15:24:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 20:25:01] Production.INFO: ==31192== Lock acquired, processing the job...
[2026-09-11 20:25:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 20:25:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 20:25:01] Production.INFO: neon service started
[2026-09-11 20:25:01] Production.INFO: neon service started
[2026-09-11 20:25:01] Production.INFO: ==31192== Releasing lock...
[2026-09-11 20:25:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 20:25:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 15:25:01] Production.INFO: ==31194== Lock acquired, processing the job...
[2026-09-11 15:25:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 15:25:02] Production.INFO: ==31194== Releasing lock...
[2026-09-11 15:25:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 15:25:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 19:25:02] Production.INFO: ==31196== Lock acquired, processing the job...
[2026-09-11 19:25:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 19:25:02] Production.INFO: ==31196== Releasing lock...
[2026-09-11 19:25:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 19:25:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 15:25:03] Production.INFO: ==31202== Lock acquired, processing the job...
[2026-09-11 15:25:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 15:25:03] Production.INFO: ==31198== Lock acquired, processing the job...
[2026-09-11 15:25:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-11 15:25:03] Production.INFO: ==31200== Lock acquired, processing the job...
[2026-09-11 15:25:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 15:25:03] Production.INFO: ==31205== Lock acquired, processing the job...
[2026-09-11 15:25:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 15:25:03] Production.ERROR: ========================== active cronjob start =============================
[2026-09-11 15:25:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-11 15:25:03] Production.ERROR: CronJob PID - 31200
[2026-09-11 15:25:03] Production.ERROR: CronJob Title - System Alerts
[2026-09-11 15:25:03] Production.ERROR: CronJob ID - 5
[2026-09-11 15:25:03] Production.ERROR: CronJob Last Run Time 2026-09-11 15:25:00
[2026-09-11 15:25:03] Production.ERROR: CronJob Active Minutes 0
[2026-09-11 15:25:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-11 15:25:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-11 15:25:03] Production.ERROR: CronJob PID - 31202
[2026-09-11 15:25:03] Production.ERROR: CronJob Title - Account Block
[2026-09-11 15:25:03] Production.ERROR: CronJob ID - 7
[2026-09-11 15:25:03] Production.ERROR: CronJob Last Run Time 2026-09-11 15:25:00
[2026-09-11 15:25:03] Production.ERROR: CronJob Active Minutes 0
[2026-09-11 15:25:03] Production.INFO: ==31207== Lock acquired, processing the job...
[2026-09-11 15:25:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-11 15:25:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 15:25:03] Production.ERROR: ========================== active cronjob end =============================
[2026-09-11 15:25:03] Production.INFO: ==31198== Releasing lock...
[2026-09-11 15:25:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-11 15:25:03] Production.INFO: 25.5 MB #Memory Used#
[2026-09-11 15:25:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 15:25:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 15:25:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 15:25:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 15:25:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 15:25:03] Production.INFO: Account Balance Start.
[2026-09-11 15:25:03] Production.INFO: CreateAllLog Start
[2026-09-11 15:25:03] Production.INFO: ==31209== Lock acquired, processing the job...
[2026-09-11 15:25:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-11 15:25:03] Production.INFO: 117
[2026-09-11 15:25:03] Production.INFO: Date 2026-09-08
[2026-09-11 15:25:03] Production.ERROR: tblTempUsageDetail_20
[2026-09-11 15:25:03] Production.INFO: Reseller ==> 0
[2026-09-11 15:25:03] Production.INFO: ==31211== Lock acquired, processing the job...
[2026-09-11 15:25:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 15:25:03] Production.INFO: Date 2026-09-09
[2026-09-11 15:25:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 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-09-11 15:25:03] Production.INFO: Date 2026-09-10
[2026-09-11 15:25:03] Production.INFO: Reseller ==> 0
[2026-09-11 15:25:03] Production.INFO: ==31211== Releasing lock...
[2026-09-11 15:25:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 15:25:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 15:25:03] Production.ERROR: done
[2026-09-11 15:25:03] Production.INFO: Date 2026-09-11
[2026-09-11 15:25:03] Production.INFO: Reseller ==> 0
[2026-09-11 15:25:03] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-11 15:25:03] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17985156', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) start
[2026-09-11 15:25:03] Production.INFO: Total Charge 0
[2026-09-11 15:25:03] Production.INFO: CreateAllLog End
[2026-09-11 15:25:04] Production.INFO: Account Balance End.
[2026-09-11 15:25:04] Production.ERROR: CronJobId end 12
[2026-09-11 15:25:04] Production.INFO: ==31207== Releasing lock...
[2026-09-11 15:25:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 15:25:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 15:25:04] Production.INFO: ==31202== Releasing lock...
[2026-09-11 15:25:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 15:25:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 15:25:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17985156', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) end
[2026-09-11 15:25:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-11 15:25:10] Production.INFO: ProcessCDR(1,17985156,1,1,2)
[2026-09-11 15:25:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17985156,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 15:25:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17985156,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 15:25:10] Production.ERROR: pbx prc_insertCDR start
[2026-09-11 15:25:10] Production.ERROR: pbx prc_insertCDR end
[2026-09-11 15:25:10] Production.INFO: ==31209== Releasing lock...
[2026-09-11 15:25:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-11 15:25:10] Production.INFO: 26 MB #Memory Used#
[2026-09-11 15:25:14] Production.ERROR: CronJobId end10
[2026-09-11 15:25:14] Production.INFO: ==31205== Releasing lock...
[2026-09-11 15:25:14] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 15:25:14] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 15:25:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 15:25:16] Production.INFO: ============== Balance Warning START===========
[2026-09-11 15:25:16] Production.INFO: ============== Balance Warning END===========
[2026-09-11 15:25:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 15:25:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 15:25:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 15:25:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 15:25:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 15:25:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 15:25:16] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 15:25:16] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 15:25:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 15:25:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 15:25:16] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 15:25:17] Production.INFO: call_cost start
[2026-09-11 15:25:17] Production.INFO: call_cost end
[2026-09-11 15:25:17] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 15:25:17] Production.INFO: ============== Report Schedule START===========
[2026-09-11 15:25:17] Production.INFO: ============== Report Schedule END===========
[2026-09-11 15:25:17] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 15:25:17] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 15:25:17] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 15:25:17] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 15:25:17] Production.INFO: ============== Deal alert START===========
[2026-09-11 15:25:17] Production.INFO: ============== Deal alert END===========
[2026-09-11 15:25:17] Production.INFO: ==31200== Releasing lock...
[2026-09-11 15:25:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 15:25:17] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 20:26:01] Production.INFO: ==31269== Lock acquired, processing the job...
[2026-09-11 20:26:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 20:26:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 20:26:02] Production.INFO: neon service started
[2026-09-11 20:26:02] Production.INFO: neon service started
[2026-09-11 20:26:02] Production.INFO: ==31269== Releasing lock...
[2026-09-11 20:26:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 20:26:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 19:26:02] Production.INFO: ==31273== Lock acquired, processing the job...
[2026-09-11 19:26:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 15:26:02] Production.INFO: ==31271== Lock acquired, processing the job...
[2026-09-11 15:26:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 19:26:02] Production.INFO: ==31273== Releasing lock...
[2026-09-11 19:26:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 19:26:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 15:26:02] Production.INFO: ==31271== Releasing lock...
[2026-09-11 15:26:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 15:26:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 15:26:03] Production.INFO: ==31278== Lock acquired, processing the job...
[2026-09-11 15:26:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 15:26:03] Production.INFO: ==31276== Lock acquired, processing the job...
[2026-09-11 15:26:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 15:26:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 15:26:03] Production.INFO: ==31280== Lock acquired, processing the job...
[2026-09-11 15:26:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 15:26:03] Production.INFO: ==31284== Lock acquired, processing the job...
[2026-09-11 15:26:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 15:26:03] Production.INFO: ==31282== Lock acquired, processing the job...
[2026-09-11 15:26:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 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-09-11 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-09-11 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-09-11 15:26:03] Production.INFO: Account Balance Start.
[2026-09-11 15:26:03] Production.INFO: ==31284== Releasing lock...
[2026-09-11 15:26:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 15:26:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 15:26:03] Production.INFO: CreateAllLog Start
[2026-09-11 15:26:03] Production.INFO: 117
[2026-09-11 15:26:03] Production.INFO: Date 2026-09-08
[2026-09-11 15:26:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 15:26:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 15:26:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 15:26:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 15:26:03] Production.INFO: Reseller ==> 0
[2026-09-11 15:26:03] Production.INFO: Date 2026-09-09
[2026-09-11 15:26:04] Production.INFO: Reseller ==> 0
[2026-09-11 15:26:04] Production.INFO: Date 2026-09-10
[2026-09-11 15:26:04] Production.INFO: Reseller ==> 0
[2026-09-11 15:26:04] Production.INFO: Date 2026-09-11
[2026-09-11 15:26:04] Production.INFO: Reseller ==> 0
[2026-09-11 15:26:04] Production.INFO: Total Charge 0
[2026-09-11 15:26:04] Production.INFO: CreateAllLog End
[2026-09-11 15:26:04] Production.INFO: Account Balance End.
[2026-09-11 15:26:04] Production.ERROR: CronJobId end 12
[2026-09-11 15:26:04] Production.INFO: ==31282== Releasing lock...
[2026-09-11 15:26:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 15:26:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 15:26:04] Production.INFO: ==31278== Releasing lock...
[2026-09-11 15:26:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 15:26:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 15:26:11] Production.ERROR: CronJobId end10
[2026-09-11 15:26:11] Production.INFO: ==31280== Releasing lock...
[2026-09-11 15:26:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 15:26:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 15:26:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 15:26:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 15:26:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 15:26:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 15:26:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 15:26:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 15:26:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 15:26:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 15:26:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 15:26:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 15:26:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 15:26:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 15:26:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 15:26:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 15:26:15] Production.INFO: call_cost start
[2026-09-11 15:26:15] Production.INFO: call_cost end
[2026-09-11 15:26:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 15:26:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 15:26:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 15:26:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 15:26:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 15:26:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 15:26:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 15:26:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 15:26:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 15:26:15] Production.INFO: ==31276== Releasing lock...
[2026-09-11 15:26:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 15:26:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 20:27:01] Production.INFO: ==31339== Lock acquired, processing the job...
[2026-09-11 20:27:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 20:27:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 20:27:01] Production.INFO: neon service started
[2026-09-11 20:27:01] Production.INFO: neon service started
[2026-09-11 20:27:01] Production.INFO: ==31339== Releasing lock...
[2026-09-11 20:27:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 20:27:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 19:27:01] Production.INFO: ==31343== Lock acquired, processing the job...
[2026-09-11 19:27:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 19:27:01] Production.INFO: ==31343== Releasing lock...
[2026-09-11 19:27:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 19:27:01] Production.INFO: 25 MB #Memory Used#
[2026-09-11 15:27:01] Production.INFO: ==31341== Lock acquired, processing the job...
[2026-09-11 15:27:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 15:27:02] Production.INFO: ==31341== Releasing lock...
[2026-09-11 15:27:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 15:27:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 15:27:02] Production.INFO: ==31347== Lock acquired, processing the job...
[2026-09-11 15:27:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 15:27:02] Production.INFO: ==31351== Lock acquired, processing the job...
[2026-09-11 15:27:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 15:27:02] Production.INFO: ==31345== Lock acquired, processing the job...
[2026-09-11 15:27:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 15:27:02] Production.INFO: Account Balance Start.
[2026-09-11 15:27:02] Production.INFO: CreateAllLog Start
[2026-09-11 15:27:02] Production.INFO: 117
[2026-09-11 15:27:02] Production.INFO: Date 2026-09-08
[2026-09-11 15:27:02] Production.INFO: ==31349== Lock acquired, processing the job...
[2026-09-11 15:27:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 15:27:02] Production.INFO: Reseller ==> 0
[2026-09-11 15:27:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 15:27:03] Production.INFO: Date 2026-09-09
[2026-09-11 15:27:03] Production.INFO: Reseller ==> 0
[2026-09-11 15:27:03] Production.INFO: ==31353== Lock acquired, processing the job...
[2026-09-11 15:27:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 15:27:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 15:27:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 15:27:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 15:27:03] Production.INFO: Date 2026-09-10
[2026-09-11 15:27:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 15:27:03] Production.INFO: Reseller ==> 0
[2026-09-11 15:27:03] Production.INFO: Date 2026-09-11
[2026-09-11 15:27:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 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-09-11 15:27:03] Production.INFO: ==31353== Releasing lock...
[2026-09-11 15:27:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 15:27:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 15:27:03] Production.INFO: Total Charge 0
[2026-09-11 15:27:03] Production.INFO: CreateAllLog End
[2026-09-11 15:27:03] Production.INFO: Account Balance End.
[2026-09-11 15:27:03] Production.ERROR: CronJobId end 12
[2026-09-11 15:27:03] Production.INFO: ==31351== Releasing lock...
[2026-09-11 15:27:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 15:27:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 15:27:03] Production.INFO: ==31347== Releasing lock...
[2026-09-11 15:27:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 15:27:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 15:27:11] Production.ERROR: CronJobId end10
[2026-09-11 15:27:11] Production.INFO: ==31349== Releasing lock...
[2026-09-11 15:27:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 15:27:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 15:27:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 15:27:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 15:27:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 15:27:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 15:27:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 15:27:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 15:27:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 15:27:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 15:27:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 15:27:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 15:27:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 15:27:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 15:27:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 15:27:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 15:27:13] Production.INFO: call_cost start
[2026-09-11 15:27:13] Production.INFO: call_cost end
[2026-09-11 15:27:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 15:27:13] Production.INFO: ============== Report Schedule START===========
[2026-09-11 15:27:13] Production.INFO: ============== Report Schedule END===========
[2026-09-11 15:27:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 15:27:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 15:27:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 15:27:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 15:27:13] Production.INFO: ============== Deal alert START===========
[2026-09-11 15:27:13] Production.INFO: ============== Deal alert END===========
[2026-09-11 15:27:13] Production.INFO: ==31345== Releasing lock...
[2026-09-11 15:27:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 15:27:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 20:28:01] Production.INFO: ==31410== Lock acquired, processing the job...
[2026-09-11 20:28:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 20:28:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 20:28:01] Production.INFO: neon service started
[2026-09-11 20:28:01] Production.INFO: neon service started
[2026-09-11 20:28:01] Production.INFO: ==31410== Releasing lock...
[2026-09-11 20:28:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 20:28:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 15:28:02] Production.INFO: ==31412== Lock acquired, processing the job...
[2026-09-11 15:28:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 15:28:02] Production.INFO: ==31412== Releasing lock...
[2026-09-11 15:28:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 15:28:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 19:28:02] Production.INFO: ==31414== Lock acquired, processing the job...
[2026-09-11 19:28:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 19:28:02] Production.INFO: ==31414== Releasing lock...
[2026-09-11 19:28:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 19:28:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 15:28:03] Production.INFO: ==31416== Lock acquired, processing the job...
[2026-09-11 15:28:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 15:28:03] Production.INFO: ==31418== Lock acquired, processing the job...
[2026-09-11 15:28:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 15:28:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 15:28:03] Production.INFO: ==31420== Lock acquired, processing the job...
[2026-09-11 15:28:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 15:28:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 15:28:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 15:28:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 15:28:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 15:28:03] Production.INFO: ==31422== Lock acquired, processing the job...
[2026-09-11 15:28:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 15:28:03] Production.INFO: Account Balance Start.
[2026-09-11 15:28:03] Production.INFO: CreateAllLog Start
[2026-09-11 15:28:03] Production.INFO: 117
[2026-09-11 15:28:03] Production.INFO: Date 2026-09-08
[2026-09-11 15:28:03] Production.INFO: Reseller ==> 0
[2026-09-11 15:28:03] Production.INFO: ==31424== Lock acquired, processing the job...
[2026-09-11 15:28:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 15:28:03] Production.INFO: Date 2026-09-09
[2026-09-11 15:28:03] Production.INFO: Reseller ==> 0
[2026-09-11 15:28:03] Production.INFO: Date 2026-09-10
[2026-09-11 15:28:03] Production.INFO: Reseller ==> 0
[2026-09-11 15:28:03] Production.INFO: Date 2026-09-11
[2026-09-11 15:28:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 15:28:03] Production.INFO: Total Charge 0
[2026-09-11 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-09-11 15:28:03] Production.INFO: CreateAllLog End
[2026-09-11 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-09-11 15:28:03] Production.INFO: ==31424== Releasing lock...
[2026-09-11 15:28:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 15:28:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 15:28:03] Production.INFO: ==31418== Releasing lock...
[2026-09-11 15:28:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 15:28:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 15:28:03] Production.INFO: Account Balance End.
[2026-09-11 15:28:04] Production.ERROR: CronJobId end 12
[2026-09-11 15:28:04] Production.INFO: ==31422== Releasing lock...
[2026-09-11 15:28:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 15:28:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 15:28:11] Production.ERROR: CronJobId end10
[2026-09-11 15:28:11] Production.INFO: ==31420== Releasing lock...
[2026-09-11 15:28:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 15:28:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 15:28:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 15:28:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 15:28:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 15:28:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 15:28:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 15:28:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 15:28:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 15:28:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 15:28:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 15:28:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 15:28:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 15:28:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 15:28:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 15:28:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 15:28:13] Production.INFO: call_cost start
[2026-09-11 15:28:13] Production.INFO: call_cost end
[2026-09-11 15:28:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 15:28:13] Production.INFO: ============== Report Schedule START===========
[2026-09-11 15:28:13] Production.INFO: ============== Report Schedule END===========
[2026-09-11 15:28:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 15:28:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 15:28:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 15:28:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 15:28:13] Production.INFO: ============== Deal alert START===========
[2026-09-11 15:28:13] Production.INFO: ============== Deal alert END===========
[2026-09-11 15:28:13] Production.INFO: ==31416== Releasing lock...
[2026-09-11 15:28:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 15:28:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 20:29:02] Production.INFO: ==31483== Lock acquired, processing the job...
[2026-09-11 20:29:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 20:29:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 20:29:02] Production.INFO: neon service started
[2026-09-11 20:29:02] Production.INFO: neon service started
[2026-09-11 20:29:02] Production.INFO: ==31483== Releasing lock...
[2026-09-11 20:29:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 20:29:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 15:29:02] Production.INFO: ==31485== Lock acquired, processing the job...
[2026-09-11 15:29:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 15:29:02] Production.INFO: ==31485== Releasing lock...
[2026-09-11 15:29:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 15:29:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 19:29:02] Production.INFO: ==31487== Lock acquired, processing the job...
[2026-09-11 19:29:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 19:29:02] Production.INFO: ==31487== Releasing lock...
[2026-09-11 19:29:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 19:29:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 15:29:03] Production.INFO: ==31498== Lock acquired, processing the job...
[2026-09-11 15:29:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 15:29:03] Production.INFO: ==31490== Lock acquired, processing the job...
[2026-09-11 15:29:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 15:29:03] Production.INFO: ==31492== Lock acquired, processing the job...
[2026-09-11 15:29:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 15: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-09-11 15: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-09-11 15:29:03] Production.INFO: ==31494== Lock acquired, processing the job...
[2026-09-11 15:29:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 15: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-09-11 15:29:03] Production.INFO: ==31498== Releasing lock...
[2026-09-11 15:29:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 15:29:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 15:29:03] Production.INFO: ==31496== Lock acquired, processing the job...
[2026-09-11 15:29:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 15:29:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 15:29:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 15:29:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 15:29:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 15:29:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 15:29:03] Production.INFO: Account Balance Start.
[2026-09-11 15:29:03] Production.INFO: CreateAllLog Start
[2026-09-11 15:29:03] Production.INFO: 117
[2026-09-11 15:29:03] Production.INFO: Date 2026-09-08
[2026-09-11 15:29:03] Production.INFO: Reseller ==> 0
[2026-09-11 15:29:04] Production.INFO: Date 2026-09-09
[2026-09-11 15:29:04] Production.INFO: Reseller ==> 0
[2026-09-11 15:29:04] Production.INFO: Date 2026-09-10
[2026-09-11 15:29:04] Production.INFO: Reseller ==> 0
[2026-09-11 15:29:04] Production.INFO: Date 2026-09-11
[2026-09-11 15:29:04] Production.INFO: Reseller ==> 0
[2026-09-11 15:29:04] Production.INFO: Total Charge 0
[2026-09-11 15:29:04] Production.INFO: CreateAllLog End
[2026-09-11 15:29:04] Production.INFO: Account Balance End.
[2026-09-11 15:29:04] Production.ERROR: CronJobId end 12
[2026-09-11 15:29:04] Production.INFO: ==31496== Releasing lock...
[2026-09-11 15:29:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 15:29:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 15:29:04] Production.INFO: ==31492== Releasing lock...
[2026-09-11 15:29:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 15:29:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 15:29:11] Production.ERROR: CronJobId end10
[2026-09-11 15:29:11] Production.INFO: ==31494== Releasing lock...
[2026-09-11 15:29:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 15:29:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 15:29:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 15:29:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 15:29:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 15:29:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 15:29:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 15:29:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 15:29:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 15:29:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 15:29:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 15:29:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 15:29:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 15:29:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 15:29:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 15:29:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 15:29:15] Production.INFO: call_cost start
[2026-09-11 15:29:15] Production.INFO: call_cost end
[2026-09-11 15:29:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 15:29:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 15:29:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 15:29:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 15:29:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 15:29:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 15:29:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 15:29:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 15:29:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 15:29:15] Production.INFO: ==31490== Releasing lock...
[2026-09-11 15:29:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 15:29:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 20:30:01] Production.INFO: ==31556== Lock acquired, processing the job...
[2026-09-11 20:30:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 20:30:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 20:30:01] Production.INFO: neon service started
[2026-09-11 20:30:01] Production.INFO: neon service started
[2026-09-11 20:30:01] Production.INFO: ==31556== Releasing lock...
[2026-09-11 20:30:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 20:30:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 15:30:01] Production.INFO: ==31558== Lock acquired, processing the job...
[2026-09-11 15:30:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 15:30:02] Production.INFO: ==31558== Releasing lock...
[2026-09-11 15:30:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 15:30:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 19:30:02] Production.INFO: ==31560== Lock acquired, processing the job...
[2026-09-11 19:30:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 19:30:02] Production.INFO: ==31560== Releasing lock...
[2026-09-11 19:30:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 19:30:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 15:30:03] Production.INFO: ==31563== Lock acquired, processing the job...
[2026-09-11 15:30:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 15:30:03] Production.INFO: ==31565== Lock acquired, processing the job...
[2026-09-11 15:30:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 15:30:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 15:30:03] Production.INFO: ==31567== Lock acquired, processing the job...
[2026-09-11 15:30:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 15:30:03] Production.INFO: ==31571== Lock acquired, processing the job...
[2026-09-11 15:30:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 15:30:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 15:30:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 15:30:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 15:30:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 15:30:03] Production.INFO: ==31569== Lock acquired, processing the job...
[2026-09-11 15:30:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 15:30:03] Production.INFO: Account Balance Start.
[2026-09-11 15:30:03] Production.INFO: CreateAllLog Start
[2026-09-11 15:30:03] Production.INFO: 117
[2026-09-11 15:30:03] Production.INFO: Date 2026-09-08
[2026-09-11 15:30:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 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-09-11 15:30:03] Production.INFO: Date 2026-09-09
[2026-09-11 15:30:03] Production.INFO: ==31571== Releasing lock...
[2026-09-11 15:30:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 15:30:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 15:30:03] Production.INFO: Reseller ==> 0
[2026-09-11 15:30:03] Production.INFO: Date 2026-09-10
[2026-09-11 15:30:03] Production.INFO: Reseller ==> 0
[2026-09-11 15:30:03] Production.INFO: Date 2026-09-11
[2026-09-11 15:30:03] Production.INFO: Reseller ==> 0
[2026-09-11 15:30:03] Production.INFO: Total Charge 0
[2026-09-11 15:30:03] Production.INFO: CreateAllLog End
[2026-09-11 15:30:03] Production.INFO: Account Balance End.
[2026-09-11 15:30:03] Production.ERROR: CronJobId end 12
[2026-09-11 15:30:03] Production.INFO: ==31569== Releasing lock...
[2026-09-11 15:30:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 15:30:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 15:30:04] Production.INFO: ==31565== Releasing lock...
[2026-09-11 15:30:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 15:30:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 15:30:12] Production.ERROR: CronJobId end10
[2026-09-11 15:30:12] Production.INFO: ==31567== Releasing lock...
[2026-09-11 15:30:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 15:30:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 15:30:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 15:30:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 15:30:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 15:30:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 15:30:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 15:30:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 15:30:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 15:30:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 15:30:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 15:30:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 15:30:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 15:30:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 15:30:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 15:30:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 15:30:14] Production.INFO: call_cost start
[2026-09-11 15:30:14] Production.INFO: call_cost end
[2026-09-11 15:30:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 15:30:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 15:30:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 15:30:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 15:30:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 15:30:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 15:30:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 15:30:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 15:30:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 15:30:14] Production.INFO: ==31563== Releasing lock...
[2026-09-11 15:30:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 15:30:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 20:31:02] Production.INFO: ==31626== Lock acquired, processing the job...
[2026-09-11 20:31:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 20:31:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 20:31:02] Production.INFO: neon service started
[2026-09-11 20:31:02] Production.INFO: neon service started
[2026-09-11 20:31:02] Production.INFO: ==31626== Releasing lock...
[2026-09-11 20:31:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 20:31:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 15:31:02] Production.INFO: ==31629== Lock acquired, processing the job...
[2026-09-11 15:31:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 15:31:02] Production.INFO: ==31629== Releasing lock...
[2026-09-11 15:31:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 15:31:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 19:31:02] Production.INFO: ==31631== Lock acquired, processing the job...
[2026-09-11 19:31:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 19:31:02] Production.INFO: ==31631== Releasing lock...
[2026-09-11 19:31:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 19:31:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 15:31:03] Production.INFO: ==31633== Lock acquired, processing the job...
[2026-09-11 15:31:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 15:31:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 15:31:03] Production.INFO: ==31639== Lock acquired, processing the job...
[2026-09-11 15:31:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 15:31:03] Production.INFO: Account Balance Start.
[2026-09-11 15:31:03] Production.INFO: CreateAllLog Start
[2026-09-11 15:31:03] Production.INFO: 117
[2026-09-11 15:31:03] Production.INFO: Date 2026-09-08
[2026-09-11 15:31:03] Production.INFO: Reseller ==> 0
[2026-09-11 15:31:03] Production.INFO: Date 2026-09-09
[2026-09-11 15:31:03] Production.INFO: Reseller ==> 0
[2026-09-11 15:31:03] Production.INFO: ==31635== Lock acquired, processing the job...
[2026-09-11 15:31:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 15:31:03] Production.INFO: Date 2026-09-10
[2026-09-11 15:31:03] Production.INFO: Reseller ==> 0
[2026-09-11 15:31:03] Production.INFO: ==31637== Lock acquired, processing the job...
[2026-09-11 15:31:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 15:31:03] Production.INFO: ==31641== Lock acquired, processing the job...
[2026-09-11 15:31:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 15:31:03] Production.INFO: Date 2026-09-11
[2026-09-11 15:31:03] Production.INFO: Reseller ==> 0
[2026-09-11 15:31:03] Production.INFO: Total Charge 0
[2026-09-11 15:31:03] Production.INFO: CreateAllLog End
[2026-09-11 15:31:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 15:31:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 15:31:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 15:31:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 15: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-09-11 15: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-09-11 15: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-09-11 15:31:03] Production.INFO: ==31641== Releasing lock...
[2026-09-11 15:31:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 15:31:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 15:31:04] Production.INFO: Account Balance End.
[2026-09-11 15:31:04] Production.ERROR: CronJobId end 12
[2026-09-11 15:31:04] Production.INFO: ==31639== Releasing lock...
[2026-09-11 15:31:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 15:31:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 15:31:04] Production.INFO: ==31635== Releasing lock...
[2026-09-11 15:31:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 15:31:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 15:31:11] Production.ERROR: CronJobId end10
[2026-09-11 15:31:11] Production.INFO: ==31637== Releasing lock...
[2026-09-11 15:31:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 15:31:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 15:31:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 15:31:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 15:31:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 15:31:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 15:31:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 15:31:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 15:31:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 15:31:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 15:31:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 15:31:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 15:31:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 15:31:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 15:31:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 15:31:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 15:31:14] Production.INFO: call_cost start
[2026-09-11 15:31:14] Production.INFO: call_cost end
[2026-09-11 15:31:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 15:31:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 15:31:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 15:31:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 15:31:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 15:31:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 15:31:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 15:31:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 15:31:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 15:31:14] Production.INFO: ==31633== Releasing lock...
[2026-09-11 15:31:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 15:31:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 20:32:01] Production.INFO: ==31694== Lock acquired, processing the job...
[2026-09-11 20:32:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 20:32:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 20:32:01] Production.INFO: neon service started
[2026-09-11 20:32:01] Production.INFO: neon service started
[2026-09-11 20:32:01] Production.INFO: ==31694== Releasing lock...
[2026-09-11 20:32:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 20:32:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 19:32:02] Production.INFO: ==31699== Lock acquired, processing the job...
[2026-09-11 19:32:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 19:32:02] Production.INFO: ==31699== Releasing lock...
[2026-09-11 19:32:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 19:32:02] Production.INFO: 26 MB #Memory Used#
[2026-09-11 15:32:02] Production.INFO: ==31697== Lock acquired, processing the job...
[2026-09-11 15:32:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 15:32:02] Production.INFO: ==31697== Releasing lock...
[2026-09-11 15:32:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 15:32:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 15:32:03] Production.INFO: ==31701== Lock acquired, processing the job...
[2026-09-11 15:32:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 15:32:03] Production.INFO: ==31703== Lock acquired, processing the job...
[2026-09-11 15:32:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 15:32:03] Production.INFO: ==31705== Lock acquired, processing the job...
[2026-09-11 15:32:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 15:32:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 15:32:03] Production.INFO: ==31707== Lock acquired, processing the job...
[2026-09-11 15:32:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 15:32:03] Production.INFO: ==31709== Lock acquired, processing the job...
[2026-09-11 15:32:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 15:32:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 15:32:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 15:32:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 15:32:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 15:32:03] Production.INFO: Account Balance Start.
[2026-09-11 15:32:03] Production.INFO: CreateAllLog Start
[2026-09-11 15:32:03] Production.INFO: 117
[2026-09-11 15:32:03] Production.INFO: Date 2026-09-08
[2026-09-11 15:32:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 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-09-11 15:32:03] Production.INFO: Date 2026-09-09
[2026-09-11 15:32:03] Production.INFO: Reseller ==> 0
[2026-09-11 15:32:03] Production.INFO: ==31709== Releasing lock...
[2026-09-11 15:32:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 15:32:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 15:32:03] Production.INFO: Date 2026-09-10
[2026-09-11 15:32:03] Production.INFO: Reseller ==> 0
[2026-09-11 15:32:03] Production.INFO: Date 2026-09-11
[2026-09-11 15:32:03] Production.INFO: Reseller ==> 0
[2026-09-11 15:32:03] Production.INFO: Total Charge 0
[2026-09-11 15:32:03] Production.INFO: CreateAllLog End
[2026-09-11 15:32:03] Production.INFO: Account Balance End.
[2026-09-11 15:32:03] Production.ERROR: CronJobId end 12
[2026-09-11 15:32:03] Production.INFO: ==31707== Releasing lock...
[2026-09-11 15:32:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 15:32:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 15:32:03] Production.INFO: ==31703== Releasing lock...
[2026-09-11 15:32:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 15:32:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 15:32:11] Production.ERROR: CronJobId end10
[2026-09-11 15:32:11] Production.INFO: ==31705== Releasing lock...
[2026-09-11 15:32:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 15:32:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 15:32:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 15:32:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 15:32:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 15:32:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 15:32:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 15:32:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 15:32:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 15:32:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 15:32:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 15:32:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 15:32:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 15:32:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 15:32:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 15:32:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 15:32:13] Production.INFO: call_cost start
[2026-09-11 15:32:13] Production.INFO: call_cost end
[2026-09-11 15:32:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 15:32:13] Production.INFO: ============== Report Schedule START===========
[2026-09-11 15:32:13] Production.INFO: ============== Report Schedule END===========
[2026-09-11 15:32:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 15:32:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 15:32:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 15:32:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 15:32:13] Production.INFO: ============== Deal alert START===========
[2026-09-11 15:32:13] Production.INFO: ============== Deal alert END===========
[2026-09-11 15:32:13] Production.INFO: ==31701== Releasing lock...
[2026-09-11 15:32:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 15:32:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 20:33:02] Production.INFO: ==31767== Lock acquired, processing the job...
[2026-09-11 20:33:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 20:33:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 20:33:02] Production.INFO: neon service started
[2026-09-11 20:33:02] Production.INFO: neon service started
[2026-09-11 20:33:02] Production.INFO: ==31767== Releasing lock...
[2026-09-11 20:33:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 20:33:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 19:33:02] Production.INFO: ==31771== Lock acquired, processing the job...
[2026-09-11 19:33:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 15:33:02] Production.INFO: ==31769== Lock acquired, processing the job...
[2026-09-11 15:33:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 19:33:02] Production.INFO: ==31771== Releasing lock...
[2026-09-11 19:33:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 19:33:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 15:33:02] Production.INFO: ==31769== Releasing lock...
[2026-09-11 15:33:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 15:33:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 15:33:03] Production.INFO: ==31778== Lock acquired, processing the job...
[2026-09-11 15:33:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 15:33:03] Production.INFO: ==31776== Lock acquired, processing the job...
[2026-09-11 15:33:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 15:33:03] Production.INFO: ==31774== Lock acquired, processing the job...
[2026-09-11 15:33:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 15:33:03] Production.INFO: ==31780== Lock acquired, processing the job...
[2026-09-11 15:33:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 15:33:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 15:33:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 15:33:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 15:33:03] Production.INFO: ==31782== Lock acquired, processing the job...
[2026-09-11 15:33:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 15:33:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 15:33:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 15: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-09-11 15:33:04] Production.INFO: Account Balance Start.
[2026-09-11 15: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-09-11 15:33:04] Production.INFO: CreateAllLog Start
[2026-09-11 15:33:04] Production.INFO: 117
[2026-09-11 15:33:04] Production.INFO: Date 2026-09-08
[2026-09-11 15: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-09-11 15:33:04] Production.INFO: Reseller ==> 0
[2026-09-11 15:33:04] Production.INFO: ==31782== Releasing lock...
[2026-09-11 15:33:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 15:33:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 15:33:04] Production.INFO: Date 2026-09-09
[2026-09-11 15:33:04] Production.INFO: Reseller ==> 0
[2026-09-11 15:33:04] Production.INFO: Date 2026-09-10
[2026-09-11 15:33:04] Production.INFO: Reseller ==> 0
[2026-09-11 15:33:04] Production.INFO: Date 2026-09-11
[2026-09-11 15:33:04] Production.INFO: Reseller ==> 0
[2026-09-11 15:33:04] Production.INFO: Total Charge 0
[2026-09-11 15:33:04] Production.INFO: CreateAllLog End
[2026-09-11 15:33:04] Production.INFO: Account Balance End.
[2026-09-11 15:33:04] Production.ERROR: CronJobId end 12
[2026-09-11 15:33:04] Production.INFO: ==31780== Releasing lock...
[2026-09-11 15:33:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 15:33:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 15:33:04] Production.INFO: ==31776== Releasing lock...
[2026-09-11 15:33:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 15:33:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 15:33:12] Production.ERROR: CronJobId end10
[2026-09-11 15:33:12] Production.INFO: ==31778== Releasing lock...
[2026-09-11 15:33:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 15:33:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 15:33:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 15:33:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 15:33:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 15:33:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 15:33:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 15:33:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 15:33:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 15:33:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 15:33:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 15:33:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 15:33:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 15:33:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 15:33:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 15:33:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 15:33:14] Production.INFO: call_cost start
[2026-09-11 15:33:14] Production.INFO: call_cost end
[2026-09-11 15:33:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 15:33:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 15:33:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 15:33:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 15:33:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 15:33:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 15:33:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 15:33:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 15:33:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 15:33:14] Production.INFO: ==31774== Releasing lock...
[2026-09-11 15:33:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 15:33:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 20:34:01] Production.INFO: ==31834== Lock acquired, processing the job...
[2026-09-11 20:34:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 20:34:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 20:34:01] Production.INFO: neon service started
[2026-09-11 20:34:01] Production.INFO: neon service started
[2026-09-11 20:34:01] Production.INFO: ==31834== Releasing lock...
[2026-09-11 20:34:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 20:34:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 15:34:01] Production.INFO: ==31836== Lock acquired, processing the job...
[2026-09-11 15:34:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 15:34:02] Production.INFO: ==31836== Releasing lock...
[2026-09-11 15:34:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 15:34:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 19:34:02] Production.INFO: ==31838== Lock acquired, processing the job...
[2026-09-11 19:34:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 19:34:02] Production.INFO: ==31838== Releasing lock...
[2026-09-11 19:34:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 19:34:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 15:34:02] Production.INFO: ==31840== Lock acquired, processing the job...
[2026-09-11 15:34:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 15:34:02] Production.INFO: ==31842== Lock acquired, processing the job...
[2026-09-11 15:34:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 15:34:02] Production.INFO: ==31845== Lock acquired, processing the job...
[2026-09-11 15:34:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 15:34:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 15:34:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 15:34:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 15:34:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 15:34:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 15:34:03] Production.INFO: ==31847== Lock acquired, processing the job...
[2026-09-11 15:34:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 15:34:03] Production.INFO: ==31849== Lock acquired, processing the job...
[2026-09-11 15:34:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 15:34:03] Production.INFO: Account Balance Start.
[2026-09-11 15:34:03] Production.INFO: CreateAllLog Start
[2026-09-11 15:34:03] Production.INFO: 117
[2026-09-11 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-09-11 15:34:03] Production.INFO: Date 2026-09-08
[2026-09-11 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-09-11 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-09-11 15:34:03] Production.INFO: ==31849== Releasing lock...
[2026-09-11 15:34:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 15:34:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 15:34:03] Production.INFO: Reseller ==> 0
[2026-09-11 15:34:03] Production.INFO: Date 2026-09-09
[2026-09-11 15:34:03] Production.INFO: Reseller ==> 0
[2026-09-11 15:34:03] Production.INFO: Date 2026-09-10
[2026-09-11 15:34:03] Production.INFO: Reseller ==> 0
[2026-09-11 15:34:03] Production.INFO: Date 2026-09-11
[2026-09-11 15:34:03] Production.INFO: Reseller ==> 0
[2026-09-11 15:34:03] Production.INFO: Total Charge 0
[2026-09-11 15:34:03] Production.INFO: CreateAllLog End
[2026-09-11 15:34:03] Production.INFO: Account Balance End.
[2026-09-11 15:34:03] Production.ERROR: CronJobId end 12
[2026-09-11 15:34:03] Production.INFO: ==31847== Releasing lock...
[2026-09-11 15:34:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 15:34:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 15:34:03] Production.INFO: ==31842== Releasing lock...
[2026-09-11 15:34:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 15:34:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 15:34: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-09-11 15:34:11] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 15:34:11] Production.INFO: ============== Balance Warning START===========
[2026-09-11 15:34:11] Production.INFO: ============== Balance Warning END===========
[2026-09-11 15:34:11] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 15:34:11] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 15:34:11] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 15:34:11] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 15:34:11] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 15:34:11] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 15:34:11] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 15:34:11] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 15:34:11] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 15:34:11] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 15:34:11] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 15:34:11] Production.ERROR: CronJobId end10
[2026-09-11 15:34:11] Production.INFO: ==31845== Releasing lock...
[2026-09-11 15:34:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 15:34:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 15:34:12] Production.INFO: call_cost start
[2026-09-11 15:34:12] Production.INFO: call_cost end
[2026-09-11 15:34:12] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 15:34:12] Production.INFO: ============== Report Schedule START===========
[2026-09-11 15:34:12] Production.INFO: ============== Report Schedule END===========
[2026-09-11 15:34:12] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 15:34:12] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 15:34:12] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 15:34:12] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 15:34:12] Production.INFO: ============== Deal alert START===========
[2026-09-11 15:34:12] Production.INFO: ============== Deal alert END===========
[2026-09-11 15:34:12] Production.INFO: ==31840== Releasing lock...
[2026-09-11 15:34:12] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 15:34:12] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 20:35:01] Production.INFO: ==31903== Lock acquired, processing the job...
[2026-09-11 20:35:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 20:35:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 20:35:01] Production.INFO: neon service started
[2026-09-11 20:35:01] Production.INFO: neon service started
[2026-09-11 20:35:01] Production.INFO: ==31903== Releasing lock...
[2026-09-11 20:35:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 20:35:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 15:35:02] Production.INFO: ==31905== Lock acquired, processing the job...
[2026-09-11 15:35:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 15:35:02] Production.INFO: ==31905== Releasing lock...
[2026-09-11 15:35:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 15:35:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 19:35:02] Production.INFO: ==31907== Lock acquired, processing the job...
[2026-09-11 19:35:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 19:35:02] Production.INFO: ==31907== Releasing lock...
[2026-09-11 19:35:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 19:35:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 15:35:03] Production.INFO: ==31909== Lock acquired, processing the job...
[2026-09-11 15:35:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-11 15:35:03] Production.ERROR: ========================== active cronjob start =============================
[2026-09-11 15:35:03] Production.ERROR: ========================== active cronjob end =============================
[2026-09-11 15:35:03] Production.INFO: ==31909== Releasing lock...
[2026-09-11 15:35:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-11 15:35:03] Production.INFO: 25.5 MB #Memory Used#
[2026-09-11 15:35:03] Production.INFO: ==31913== Lock acquired, processing the job...
[2026-09-11 15:35:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 15:35:03] Production.INFO: ==31911== Lock acquired, processing the job...
[2026-09-11 15:35:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 15:35:03] Production.INFO: ==31915== Lock acquired, processing the job...
[2026-09-11 15:35:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 15:35:03] Production.INFO: ==31921== Lock acquired, processing the job...
[2026-09-11 15:35:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 15:35:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 15:35:03] Production.INFO: ==31917== Lock acquired, processing the job...
[2026-09-11 15:35:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 15:35:03] Production.INFO: ==31919== Lock acquired, processing the job...
[2026-09-11 15:35:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-11 15:35:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 15:35:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 15:35:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 15:35:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 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-09-11 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-09-11 15:35:03] Production.INFO: Account Balance Start.
[2026-09-11 15:35:03] Production.INFO: CreateAllLog Start
[2026-09-11 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-09-11 15:35:03] Production.INFO: 117
[2026-09-11 15:35:03] Production.INFO: ==31921== Releasing lock...
[2026-09-11 15:35:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 15:35:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 15:35:03] Production.ERROR: tblTempUsageDetail_20
[2026-09-11 15:35:03] Production.INFO: Date 2026-09-08
[2026-09-11 15:35:03] Production.INFO: Reseller ==> 0
[2026-09-11 15:35:03] Production.INFO: Date 2026-09-09
[2026-09-11 15:35:03] Production.INFO: Reseller ==> 0
[2026-09-11 15:35:04] Production.INFO: Date 2026-09-10
[2026-09-11 15:35:04] Production.INFO: Reseller ==> 0
[2026-09-11 15:35:04] Production.INFO: Date 2026-09-11
[2026-09-11 15:35:04] Production.INFO: Reseller ==> 0
[2026-09-11 15:35:04] Production.INFO: Total Charge 0
[2026-09-11 15:35:04] Production.INFO: CreateAllLog End
[2026-09-11 15:35:04] Production.ERROR: done
[2026-09-11 15:35:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-11 15:35:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17985197', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) start
[2026-09-11 15:35:04] Production.INFO: Account Balance End.
[2026-09-11 15:35:04] Production.ERROR: CronJobId end 12
[2026-09-11 15:35:04] Production.INFO: ==31917== Releasing lock...
[2026-09-11 15:35:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 15:35:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 15:35:04] Production.INFO: ==31913== Releasing lock...
[2026-09-11 15:35:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 15:35:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 15:35:09] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17985197', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) end
[2026-09-11 15:35:09] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-11 15:35:09] Production.INFO: ProcessCDR(1,17985197,1,1,2)
[2026-09-11 15:35:09] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17985197,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 15:35:09] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17985197,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 15:35:09] Production.ERROR: pbx prc_insertCDR start
[2026-09-11 15:35:09] Production.ERROR: pbx prc_insertCDR end
[2026-09-11 15:35:09] Production.INFO: ==31919== Releasing lock...
[2026-09-11 15:35:09] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-11 15:35:09] Production.INFO: 26 MB #Memory Used#
[2026-09-11 15:35:13] Production.ERROR: CronJobId end10
[2026-09-11 15:35:13] Production.INFO: ==31915== Releasing lock...
[2026-09-11 15:35:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 15:35:13] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 15:35:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 15:35:16] Production.INFO: ============== Balance Warning START===========
[2026-09-11 15:35:16] Production.INFO: ============== Balance Warning END===========
[2026-09-11 15:35:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 15:35:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 15:35:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 15:35:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 15:35:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 15:35:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 15:35:16] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 15:35:16] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 15:35:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 15:35:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 15:35:16] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 15:35:16] Production.INFO: call_cost start
[2026-09-11 15:35:16] Production.INFO: call_cost end
[2026-09-11 15:35:16] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 15:35:16] Production.INFO: ============== Report Schedule START===========
[2026-09-11 15:35:16] Production.INFO: ============== Report Schedule END===========
[2026-09-11 15:35:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 15:35:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 15:35:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 15:35:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 15:35:16] Production.INFO: ============== Deal alert START===========
[2026-09-11 15:35:17] Production.INFO: ============== Deal alert END===========
[2026-09-11 15:35:17] Production.INFO: ==31911== Releasing lock...
[2026-09-11 15:35:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 15:35:17] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 20:36:01] Production.INFO: ==31977== Lock acquired, processing the job...
[2026-09-11 20:36:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 20:36:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 20:36:01] Production.INFO: neon service started
[2026-09-11 20:36:01] Production.INFO: neon service started
[2026-09-11 20:36:01] Production.INFO: ==31977== Releasing lock...
[2026-09-11 20:36:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 20:36:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 15:36:02] Production.INFO: ==31979== Lock acquired, processing the job...
[2026-09-11 15:36:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 19:36:02] Production.INFO: ==31981== Lock acquired, processing the job...
[2026-09-11 19:36:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 19:36:02] Production.INFO: ==31981== Releasing lock...
[2026-09-11 19:36:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 19:36:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 15:36:02] Production.INFO: ==31979== Releasing lock...
[2026-09-11 15:36:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 15:36:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 15:36:03] Production.INFO: ==31986== Lock acquired, processing the job...
[2026-09-11 15:36:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 15:36:03] Production.INFO: ==31988== Lock acquired, processing the job...
[2026-09-11 15:36:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 15:36:03] Production.INFO: ==31990== Lock acquired, processing the job...
[2026-09-11 15:36:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 15:36:03] Production.INFO: ==31992== Lock acquired, processing the job...
[2026-09-11 15:36:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 15:36:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 15:36:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 15:36:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 15:36:03] Production.INFO: Account Balance Start.
[2026-09-11 15:36:03] Production.INFO: CreateAllLog Start
[2026-09-11 15:36:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 15:36:03] Production.INFO: 117
[2026-09-11 15:36:03] Production.INFO: ==31994== Lock acquired, processing the job...
[2026-09-11 15:36:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 15:36:03] Production.INFO: Date 2026-09-08
[2026-09-11 15:36:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 15:36:03] Production.INFO: Reseller ==> 0
[2026-09-11 15:36:03] Production.INFO: Date 2026-09-09
[2026-09-11 15:36:03] Production.INFO: Reseller ==> 0
[2026-09-11 15:36:03] Production.INFO: Date 2026-09-10
[2026-09-11 15:36:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 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-09-11 15:36:03] Production.INFO: Date 2026-09-11
[2026-09-11 15:36:03] Production.INFO: Reseller ==> 0
[2026-09-11 15:36:03] Production.INFO: ==31994== Releasing lock...
[2026-09-11 15:36:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 15:36:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 15:36:03] Production.INFO: Total Charge 0
[2026-09-11 15:36:03] Production.INFO: CreateAllLog End
[2026-09-11 15:36:03] Production.INFO: Account Balance End.
[2026-09-11 15:36:03] Production.ERROR: CronJobId end 12
[2026-09-11 15:36:03] Production.INFO: ==31992== Releasing lock...
[2026-09-11 15:36:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 15:36:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 15:36:04] Production.INFO: ==31988== Releasing lock...
[2026-09-11 15:36:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 15:36:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 15:36:11] Production.ERROR: CronJobId end10
[2026-09-11 15:36:11] Production.INFO: ==31990== Releasing lock...
[2026-09-11 15:36:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 15:36:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 15:36:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 15:36:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 15:36:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 15:36:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 15:36:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 15:36:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 15:36:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 15:36:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 15:36:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 15:36:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 15:36:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 15:36:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 15:36:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 15:36:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 15:36:13] Production.INFO: call_cost start
[2026-09-11 15:36:13] Production.INFO: call_cost end
[2026-09-11 15:36:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 15:36:13] Production.INFO: ============== Report Schedule START===========
[2026-09-11 15:36:13] Production.INFO: ============== Report Schedule END===========
[2026-09-11 15:36:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 15:36:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 15:36:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 15:36:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 15:36:13] Production.INFO: ============== Deal alert START===========
[2026-09-11 15:36:13] Production.INFO: ============== Deal alert END===========
[2026-09-11 15:36:13] Production.INFO: ==31986== Releasing lock...
[2026-09-11 15:36:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 15:36:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 20:37:01] Production.INFO: ==32048== Lock acquired, processing the job...
[2026-09-11 20:37:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 20:37:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 20:37:01] Production.INFO: neon service started
[2026-09-11 20:37:01] Production.INFO: neon service started
[2026-09-11 20:37:01] Production.INFO: ==32048== Releasing lock...
[2026-09-11 20:37:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 20:37:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 15:37:02] Production.INFO: ==32050== Lock acquired, processing the job...
[2026-09-11 15:37:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 15:37:02] Production.INFO: ==32050== Releasing lock...
[2026-09-11 15:37:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 15:37:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 19:37:02] Production.INFO: ==32052== Lock acquired, processing the job...
[2026-09-11 19:37:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 19:37:02] Production.INFO: ==32052== Releasing lock...
[2026-09-11 19:37:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 19:37:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 15:37:03] Production.INFO: ==32054== Lock acquired, processing the job...
[2026-09-11 15:37:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 15:37:03] Production.INFO: ==32056== Lock acquired, processing the job...
[2026-09-11 15:37:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 15:37:03] Production.INFO: ==32058== Lock acquired, processing the job...
[2026-09-11 15:37:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 15:37:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 15:37:03] Production.INFO: ==32062== Lock acquired, processing the job...
[2026-09-11 15:37:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 15:37:03] Production.INFO: ==32060== Lock acquired, processing the job...
[2026-09-11 15:37:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 15:37:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 15:37:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 15:37:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 15:37:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 15:37:03] Production.INFO: Account Balance Start.
[2026-09-11 15:37:03] Production.INFO: CreateAllLog Start
[2026-09-11 15:37:03] Production.INFO: 117
[2026-09-11 15:37:03] Production.INFO: Date 2026-09-08
[2026-09-11 15:37:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 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-09-11 15:37:03] Production.INFO: ==32062== Releasing lock...
[2026-09-11 15:37:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 15:37:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 15:37:03] Production.INFO: Date 2026-09-09
[2026-09-11 15:37:03] Production.INFO: Reseller ==> 0
[2026-09-11 15:37:03] Production.INFO: Date 2026-09-10
[2026-09-11 15:37:03] Production.INFO: Reseller ==> 0
[2026-09-11 15:37:03] Production.INFO: Date 2026-09-11
[2026-09-11 15:37:03] Production.INFO: Reseller ==> 0
[2026-09-11 15:37:03] Production.INFO: Total Charge 0
[2026-09-11 15:37:03] Production.INFO: CreateAllLog End
[2026-09-11 15:37:03] Production.INFO: Account Balance End.
[2026-09-11 15:37:03] Production.ERROR: CronJobId end 12
[2026-09-11 15:37:03] Production.INFO: ==32060== Releasing lock...
[2026-09-11 15:37:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 15:37:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 15:37:04] Production.INFO: ==32056== Releasing lock...
[2026-09-11 15:37:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 15:37:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 15:37:11] Production.ERROR: CronJobId end10
[2026-09-11 15:37:11] Production.INFO: ==32058== Releasing lock...
[2026-09-11 15:37:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 15:37:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 15:37:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 15:37:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 15:37:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 15:37:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 15:37:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 15:37:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 15:37:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 15:37:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 15:37:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 15:37:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 15:37:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 15:37:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 15:37:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 15:37:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 15:37:15] Production.INFO: call_cost start
[2026-09-11 15:37:15] Production.INFO: call_cost end
[2026-09-11 15:37:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 15:37:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 15:37:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 15:37:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 15:37:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 15:37:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 15:37:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 15:37:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 15:37:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 15:37:15] Production.INFO: ==32054== Releasing lock...
[2026-09-11 15:37:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 15:37:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 20:38:02] Production.INFO: ==32120== Lock acquired, processing the job...
[2026-09-11 20:38:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 20:38:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 20:38:02] Production.INFO: neon service started
[2026-09-11 20:38:02] Production.INFO: neon service started
[2026-09-11 20:38:02] Production.INFO: ==32120== Releasing lock...
[2026-09-11 20:38:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 20:38:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 15:38:02] Production.INFO: ==32122== Lock acquired, processing the job...
[2026-09-11 15:38:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 15:38:02] Production.INFO: ==32122== Releasing lock...
[2026-09-11 15:38:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 15:38:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 19:38:03] Production.INFO: ==32124== Lock acquired, processing the job...
[2026-09-11 19:38:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 19:38:03] Production.INFO: ==32124== Releasing lock...
[2026-09-11 19:38:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 19:38:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 15:38:03] Production.INFO: ==32126== Lock acquired, processing the job...
[2026-09-11 15:38:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 15:38:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 15:38:03] Production.INFO: ==32130== Lock acquired, processing the job...
[2026-09-11 15:38:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 15:38:03] Production.INFO: ==32128== Lock acquired, processing the job...
[2026-09-11 15:38:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 15:38:03] Production.INFO: ==32133== Lock acquired, processing the job...
[2026-09-11 15:38:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 15:38:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 15:38:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 15:38:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 15:38:03] Production.INFO: ==32135== Lock acquired, processing the job...
[2026-09-11 15:38:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 15:38:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 15:38:03] Production.INFO: Account Balance Start.
[2026-09-11 15:38:03] Production.INFO: CreateAllLog Start
[2026-09-11 15:38:03] Production.INFO: 117
[2026-09-11 15:38:03] Production.INFO: Date 2026-09-08
[2026-09-11 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-09-11 15:38:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 15:38:04] Production.INFO: Date 2026-09-09
[2026-09-11 15:38:04] Production.INFO: Reseller ==> 0
[2026-09-11 15:38:04] Production.INFO: ==32135== Releasing lock...
[2026-09-11 15:38:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 15:38:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 15:38:04] Production.INFO: Date 2026-09-10
[2026-09-11 15:38:04] Production.INFO: Reseller ==> 0
[2026-09-11 15:38:04] Production.INFO: Date 2026-09-11
[2026-09-11 15:38:04] Production.INFO: Reseller ==> 0
[2026-09-11 15:38:04] Production.INFO: Total Charge 0
[2026-09-11 15:38:04] Production.INFO: CreateAllLog End
[2026-09-11 15:38:04] Production.INFO: Account Balance End.
[2026-09-11 15:38:04] Production.INFO: ==32128== Releasing lock...
[2026-09-11 15:38:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 15:38:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 15:38:04] Production.ERROR: CronJobId end 12
[2026-09-11 15:38:04] Production.INFO: ==32133== Releasing lock...
[2026-09-11 15:38:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 15:38:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 15:38:11] Production.ERROR: CronJobId end10
[2026-09-11 15:38:11] Production.INFO: ==32130== Releasing lock...
[2026-09-11 15:38:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 15:38:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 15:38:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 15:38:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 15:38:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 15:38:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 15:38:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 15:38:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 15:38:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 15:38:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 15:38:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 15:38:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 15:38:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 15:38:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 15:38:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 15:38:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 15:38:14] Production.INFO: call_cost start
[2026-09-11 15:38:14] Production.INFO: call_cost end
[2026-09-11 15:38:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 15:38:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 15:38:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 15:38:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 15:38:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 15:38:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 15:38:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 15:38:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 15:38:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 15:38:14] Production.INFO: ==32126== Releasing lock...
[2026-09-11 15:38:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 15:38:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 20:39:01] Production.INFO: ==32189== Lock acquired, processing the job...
[2026-09-11 20:39:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 20:39:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 20:39:01] Production.INFO: neon service started
[2026-09-11 20:39:01] Production.INFO: neon service started
[2026-09-11 20:39:01] Production.INFO: ==32189== Releasing lock...
[2026-09-11 20:39:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 20:39:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 15:39:02] Production.INFO: ==32191== Lock acquired, processing the job...
[2026-09-11 15:39:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 15:39:02] Production.INFO: ==32191== Releasing lock...
[2026-09-11 15:39:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 15:39:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 19:39:02] Production.INFO: ==32193== Lock acquired, processing the job...
[2026-09-11 19:39:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 19:39:02] Production.INFO: ==32193== Releasing lock...
[2026-09-11 19:39:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 19:39:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 15:39:03] Production.INFO: ==32195== Lock acquired, processing the job...
[2026-09-11 15:39:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 15:39:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 15:39:03] Production.INFO: ==32197== Lock acquired, processing the job...
[2026-09-11 15:39:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 15:39:03] Production.INFO: ==32199== Lock acquired, processing the job...
[2026-09-11 15:39:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 15:39:03] Production.INFO: ==32201== Lock acquired, processing the job...
[2026-09-11 15:39:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 15:39:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 15:39:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 15:39:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 15:39:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 15:39:03] Production.INFO: ==32203== Lock acquired, processing the job...
[2026-09-11 15:39:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 15:39:03] Production.INFO: Account Balance Start.
[2026-09-11 15:39:03] Production.INFO: CreateAllLog Start
[2026-09-11 15:39:03] Production.INFO: 117
[2026-09-11 15:39:03] Production.INFO: Date 2026-09-08
[2026-09-11 15:39:03] Production.INFO: Reseller ==> 0
[2026-09-11 15:39:03] Production.INFO: Date 2026-09-09
[2026-09-11 15:39:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 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-09-11 15:39:03] Production.INFO: Date 2026-09-10
[2026-09-11 15:39:03] Production.INFO: Reseller ==> 0
[2026-09-11 15:39:03] Production.INFO: ==32203== Releasing lock...
[2026-09-11 15:39:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 15:39:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 15:39:03] Production.INFO: Date 2026-09-11
[2026-09-11 15:39:03] Production.INFO: Reseller ==> 0
[2026-09-11 15:39:03] Production.INFO: Total Charge 0
[2026-09-11 15:39:03] Production.INFO: CreateAllLog End
[2026-09-11 15:39:03] Production.INFO: Account Balance End.
[2026-09-11 15:39:03] Production.ERROR: CronJobId end 12
[2026-09-11 15:39:03] Production.INFO: ==32201== Releasing lock...
[2026-09-11 15:39:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 15:39:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 15:39:04] Production.INFO: ==32197== Releasing lock...
[2026-09-11 15:39:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 15:39:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 15:39:12] Production.ERROR: CronJobId end10
[2026-09-11 15:39:12] Production.INFO: ==32199== Releasing lock...
[2026-09-11 15:39:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 15:39:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 15:39:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 15:39:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 15:39:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 15:39:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 15:39:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 15:39:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 15:39:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 15:39:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 15:39:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 15:39:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 15:39:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 15:39:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 15:39:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 15:39:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 15:39:14] Production.INFO: call_cost start
[2026-09-11 15:39:14] Production.INFO: call_cost end
[2026-09-11 15:39:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 15:39:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 15:39:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 15:39:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 15:39:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 15:39:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 15:39:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 15:39:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 15:39:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 15:39:14] Production.INFO: ==32195== Releasing lock...
[2026-09-11 15:39:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 15:39:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 20:40:02] Production.INFO: ==32260== Lock acquired, processing the job...
[2026-09-11 20:40:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 20:40:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 20:40:02] Production.INFO: neon service started
[2026-09-11 20:40:02] Production.INFO: neon service started
[2026-09-11 20:40:02] Production.INFO: ==32260== Releasing lock...
[2026-09-11 20:40:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 20:40:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 19:40:02] Production.INFO: ==32264== Lock acquired, processing the job...
[2026-09-11 19:40:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 19:40:02] Production.INFO: ==32264== Releasing lock...
[2026-09-11 19:40:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 19:40:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 15:40:02] Production.INFO: ==32262== Lock acquired, processing the job...
[2026-09-11 15:40:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 15:40:02] Production.INFO: ==32262== Releasing lock...
[2026-09-11 15:40:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 15:40:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 15:40:03] Production.INFO: ==32270== Lock acquired, processing the job...
[2026-09-11 15:40:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 15:40:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 15:40:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 15:40:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 15:40:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 15:40:03] Production.INFO: ==32268== Lock acquired, processing the job...
[2026-09-11 15:40:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 15:40:03] Production.INFO: ==32266== Lock acquired, processing the job...
[2026-09-11 15:40:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 15:40:03] Production.INFO: ==32272== Lock acquired, processing the job...
[2026-09-11 15:40:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 15:40:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 15:40:03] Production.INFO: Account Balance Start.
[2026-09-11 15:40:03] Production.INFO: CreateAllLog Start
[2026-09-11 15:40:03] Production.INFO: 117
[2026-09-11 15:40:03] Production.INFO: Date 2026-09-08
[2026-09-11 15:40:03] Production.INFO: ==32274== Lock acquired, processing the job...
[2026-09-11 15:40:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 15:40:04] Production.INFO: Reseller ==> 0
[2026-09-11 15:40:04] Production.INFO: Date 2026-09-09
[2026-09-11 15:40:04] Production.INFO: Reseller ==> 0
[2026-09-11 15:40:04] Production.INFO: Date 2026-09-10
[2026-09-11 15:40:04] Production.INFO: Reseller ==> 0
[2026-09-11 15: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-09-11 15:40:04] Production.INFO: Date 2026-09-11
[2026-09-11 15:40:04] Production.INFO: Reseller ==> 0
[2026-09-11 15: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-09-11 15: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-09-11 15:40:04] Production.INFO: Total Charge 0
[2026-09-11 15:40:04] Production.INFO: ==32274== Releasing lock...
[2026-09-11 15:40:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 15:40:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 15:40:04] Production.INFO: CreateAllLog End
[2026-09-11 15:40:04] Production.INFO: Account Balance End.
[2026-09-11 15:40:04] Production.ERROR: CronJobId end 12
[2026-09-11 15:40:04] Production.INFO: ==32272== Releasing lock...
[2026-09-11 15:40:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 15:40:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 15:40:04] Production.INFO: ==32268== Releasing lock...
[2026-09-11 15:40:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 15:40:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 15:40:12] Production.ERROR: CronJobId end10
[2026-09-11 15:40:12] Production.INFO: ==32270== Releasing lock...
[2026-09-11 15:40:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 15:40:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 15:40:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 15:40:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 15:40:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 15:40:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 15:40:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 15:40:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 15:40:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 15:40:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 15:40:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 15:40:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 15:40:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 15:40:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 15:40:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 15:40:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 15:40:14] Production.INFO: call_cost start
[2026-09-11 15:40:14] Production.INFO: call_cost end
[2026-09-11 15:40:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 15:40:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 15:40:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 15:40:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 15:40:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 15:40:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 15:40:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 15:40:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 15:40:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 15:40:14] Production.INFO: ==32266== Releasing lock...
[2026-09-11 15:40:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 15:40:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 20:41:01] Production.INFO: ==32330== Lock acquired, processing the job...
[2026-09-11 20:41:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 20:41:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 20:41:01] Production.INFO: neon service started
[2026-09-11 20:41:01] Production.INFO: neon service started
[2026-09-11 20:41:01] Production.INFO: ==32330== Releasing lock...
[2026-09-11 20:41:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 20:41:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 19:41:01] Production.INFO: ==32334== Lock acquired, processing the job...
[2026-09-11 19:41:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 19:41:01] Production.INFO: ==32334== Releasing lock...
[2026-09-11 19:41:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 19:41:01] Production.INFO: 25 MB #Memory Used#
[2026-09-11 15:41:01] Production.INFO: ==32332== Lock acquired, processing the job...
[2026-09-11 15:41:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 15:41:02] Production.INFO: ==32332== Releasing lock...
[2026-09-11 15:41:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 15:41:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 15:41:02] Production.INFO: ==32336== Lock acquired, processing the job...
[2026-09-11 15:41:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 15:41:02] Production.INFO: ==32338== Lock acquired, processing the job...
[2026-09-11 15:41:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 15:41:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 15:41:03] Production.INFO: ==32340== Lock acquired, processing the job...
[2026-09-11 15:41:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 15:41:03] Production.INFO: ==32342== Lock acquired, processing the job...
[2026-09-11 15:41:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 15:41:03] Production.INFO: ==32344== Lock acquired, processing the job...
[2026-09-11 15:41:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 15:41:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 15:41:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 15:41:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 15:41:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 15:41:03] Production.INFO: Account Balance Start.
[2026-09-11 15:41:03] Production.INFO: CreateAllLog Start
[2026-09-11 15:41:03] Production.INFO: 117
[2026-09-11 15:41:03] Production.INFO: Date 2026-09-08
[2026-09-11 15: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-09-11 15:41:03] Production.INFO: Reseller ==> 0
[2026-09-11 15: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-09-11 15: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-09-11 15:41:03] Production.INFO: ==32344== Releasing lock...
[2026-09-11 15:41:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 15:41:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 15:41:03] Production.INFO: Date 2026-09-09
[2026-09-11 15:41:03] Production.INFO: Reseller ==> 0
[2026-09-11 15:41:03] Production.INFO: Date 2026-09-10
[2026-09-11 15:41:03] Production.INFO: Reseller ==> 0
[2026-09-11 15:41:03] Production.INFO: Date 2026-09-11
[2026-09-11 15:41:03] Production.INFO: Reseller ==> 0
[2026-09-11 15:41:03] Production.INFO: Total Charge 0
[2026-09-11 15:41:03] Production.INFO: CreateAllLog End
[2026-09-11 15:41:03] Production.INFO: Account Balance End.
[2026-09-11 15:41:03] Production.ERROR: CronJobId end 12
[2026-09-11 15:41:03] Production.INFO: ==32342== Releasing lock...
[2026-09-11 15:41:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 15:41:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 15:41:03] Production.INFO: ==32338== Releasing lock...
[2026-09-11 15:41:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 15:41:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 15:41:10] Production.ERROR: CronJobId end10
[2026-09-11 15:41:10] Production.INFO: ==32340== Releasing lock...
[2026-09-11 15:41:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 15:41:10] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 15:41:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 15:41:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 15:41:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 15:41:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 15:41:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 15:41:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 15:41:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 15:41:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 15:41:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 15:41:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 15:41:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 15:41:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 15:41:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 15:41:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 15:41:13] Production.INFO: call_cost start
[2026-09-11 15:41:13] Production.INFO: call_cost end
[2026-09-11 15:41:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 15:41:13] Production.INFO: ============== Report Schedule START===========
[2026-09-11 15:41:13] Production.INFO: ============== Report Schedule END===========
[2026-09-11 15:41:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 15:41:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 15:41:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 15:41:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 15:41:13] Production.INFO: ============== Deal alert START===========
[2026-09-11 15:41:13] Production.INFO: ============== Deal alert END===========
[2026-09-11 15:41:13] Production.INFO: ==32336== Releasing lock...
[2026-09-11 15:41:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 15:41:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 20:42:02] Production.INFO: ==32400== Lock acquired, processing the job...
[2026-09-11 20:42:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 20:42:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 20:42:02] Production.INFO: neon service started
[2026-09-11 20:42:02] Production.INFO: neon service started
[2026-09-11 20:42:02] Production.INFO: ==32400== Releasing lock...
[2026-09-11 20:42:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 20:42:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 15:42:02] Production.INFO: ==32402== Lock acquired, processing the job...
[2026-09-11 15:42:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 19:42:02] Production.INFO: ==32405== Lock acquired, processing the job...
[2026-09-11 19:42:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 19:42:02] Production.INFO: ==32405== Releasing lock...
[2026-09-11 19:42:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 19:42:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 15:42:02] Production.INFO: ==32402== Releasing lock...
[2026-09-11 15:42:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 15:42:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 15:42:03] Production.INFO: ==32409== Lock acquired, processing the job...
[2026-09-11 15:42:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 15:42:03] Production.INFO: ==32411== Lock acquired, processing the job...
[2026-09-11 15:42:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 15:42:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 15:42:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 15:42:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 15:42:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 15:42:03] Production.INFO: ==32415== Lock acquired, processing the job...
[2026-09-11 15:42:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 15:42:03] Production.INFO: ==32407== Lock acquired, processing the job...
[2026-09-11 15:42:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 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-09-11 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-09-11 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-09-11 15:42:03] Production.INFO: ==32415== Releasing lock...
[2026-09-11 15:42:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 15:42:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 15:42:03] Production.INFO: ==32413== Lock acquired, processing the job...
[2026-09-11 15:42:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 15:42:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 15:42:04] Production.INFO: Account Balance Start.
[2026-09-11 15:42:04] Production.INFO: CreateAllLog Start
[2026-09-11 15:42:04] Production.INFO: 117
[2026-09-11 15:42:04] Production.INFO: Date 2026-09-08
[2026-09-11 15:42:04] Production.INFO: Reseller ==> 0
[2026-09-11 15:42:04] Production.INFO: Date 2026-09-09
[2026-09-11 15:42:04] Production.INFO: Reseller ==> 0
[2026-09-11 15:42:04] Production.INFO: Date 2026-09-10
[2026-09-11 15:42:04] Production.INFO: Reseller ==> 0
[2026-09-11 15:42:04] Production.INFO: Date 2026-09-11
[2026-09-11 15:42:04] Production.INFO: Reseller ==> 0
[2026-09-11 15:42:04] Production.INFO: Total Charge 0
[2026-09-11 15:42:04] Production.INFO: CreateAllLog End
[2026-09-11 15:42:04] Production.INFO: ==32409== Releasing lock...
[2026-09-11 15:42:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 15:42:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 15:42:04] Production.INFO: Account Balance End.
[2026-09-11 15:42:04] Production.ERROR: CronJobId end 12
[2026-09-11 15:42:04] Production.INFO: ==32413== Releasing lock...
[2026-09-11 15:42:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 15:42:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 15:42:11] Production.ERROR: CronJobId end10
[2026-09-11 15:42:11] Production.INFO: ==32411== Releasing lock...
[2026-09-11 15:42:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 15:42:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 15:42:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 15:42:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 15:42:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 15:42:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 15:42:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 15:42:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 15:42:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 15:42:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 15:42:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 15:42:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 15:42:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 15:42:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 15:42:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 15:42:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 15:42:14] Production.INFO: call_cost start
[2026-09-11 15:42:14] Production.INFO: call_cost end
[2026-09-11 15:42:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 15:42:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 15:42:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 15:42:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 15:42:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 15:42:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 15:42:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 15:42:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 15:42:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 15:42:14] Production.INFO: ==32407== Releasing lock...
[2026-09-11 15:42:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 15:42:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 20:43:01] Production.INFO: ==32478== Lock acquired, processing the job...
[2026-09-11 20:43:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 20:43:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 20:43:01] Production.INFO: neon service started
[2026-09-11 20:43:01] Production.INFO: neon service started
[2026-09-11 20:43:01] Production.INFO: ==32478== Releasing lock...
[2026-09-11 20:43:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 20:43:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 19:43:01] Production.INFO: ==32482== Lock acquired, processing the job...
[2026-09-11 19:43:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 19:43:01] Production.INFO: ==32482== Releasing lock...
[2026-09-11 19:43:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 19:43:01] Production.INFO: 25 MB #Memory Used#
[2026-09-11 15:43:01] Production.INFO: ==32480== Lock acquired, processing the job...
[2026-09-11 15:43:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 15:43:02] Production.INFO: ==32480== Releasing lock...
[2026-09-11 15:43:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 15:43:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 15:43:02] Production.INFO: ==32485== Lock acquired, processing the job...
[2026-09-11 15:43:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 15:43:02] Production.INFO: ==32489== Lock acquired, processing the job...
[2026-09-11 15:43:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 15:43:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 15:43:03] Production.INFO: ==32487== Lock acquired, processing the job...
[2026-09-11 15:43:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 15:43:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 15:43:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 15:43:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 15:43:03] Production.INFO: ==32493== Lock acquired, processing the job...
[2026-09-11 15:43:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 15:43:03] Production.INFO: ==32491== Lock acquired, processing the job...
[2026-09-11 15:43:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 15:43:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 15: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-09-11 15: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-09-11 15: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-09-11 15:43:03] Production.INFO: Account Balance Start.
[2026-09-11 15:43:03] Production.INFO: CreateAllLog Start
[2026-09-11 15:43:03] Production.INFO: 117
[2026-09-11 15:43:03] Production.INFO: Date 2026-09-08
[2026-09-11 15:43:03] Production.INFO: ==32493== Releasing lock...
[2026-09-11 15:43:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 15:43:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 15:43:03] Production.INFO: Reseller ==> 0
[2026-09-11 15:43:03] Production.INFO: Date 2026-09-09
[2026-09-11 15:43:03] Production.INFO: Reseller ==> 0
[2026-09-11 15:43:03] Production.INFO: Date 2026-09-10
[2026-09-11 15:43:03] Production.INFO: Reseller ==> 0
[2026-09-11 15:43:03] Production.INFO: Date 2026-09-11
[2026-09-11 15:43:03] Production.INFO: Reseller ==> 0
[2026-09-11 15:43:03] Production.INFO: Total Charge 0
[2026-09-11 15:43:03] Production.INFO: CreateAllLog End
[2026-09-11 15:43:03] Production.INFO: Account Balance End.
[2026-09-11 15:43:03] Production.ERROR: CronJobId end 12
[2026-09-11 15:43:03] Production.INFO: ==32491== Releasing lock...
[2026-09-11 15:43:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 15:43:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 15:43:03] Production.INFO: ==32487== Releasing lock...
[2026-09-11 15:43:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 15:43:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 15:43:10] Production.ERROR: CronJobId end10
[2026-09-11 15:43:10] Production.INFO: ==32489== Releasing lock...
[2026-09-11 15:43:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 15:43:10] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 15:43:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 15:43:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 15:43:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 15:43:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 15:43:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 15:43:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 15:43:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 15:43:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 15:43:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 15:43:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 15:43:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 15:43:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 15:43:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 15:43:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 15:43:13] Production.INFO: call_cost start
[2026-09-11 15:43:13] Production.INFO: call_cost end
[2026-09-11 15:43:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 15:43:13] Production.INFO: ============== Report Schedule START===========
[2026-09-11 15:43:13] Production.INFO: ============== Report Schedule END===========
[2026-09-11 15:43:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 15:43:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 15:43:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 15:43:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 15:43:13] Production.INFO: ============== Deal alert START===========
[2026-09-11 15:43:13] Production.INFO: ============== Deal alert END===========
[2026-09-11 15:43:13] Production.INFO: ==32485== Releasing lock...
[2026-09-11 15:43:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 15:43:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 20:44:01] Production.INFO: ==32547== Lock acquired, processing the job...
[2026-09-11 20:44:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 20:44:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 20:44:01] Production.INFO: neon service started
[2026-09-11 20:44:01] Production.INFO: neon service started
[2026-09-11 20:44:01] Production.INFO: ==32547== Releasing lock...
[2026-09-11 20:44:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 20:44:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 15:44:02] Production.INFO: ==32549== Lock acquired, processing the job...
[2026-09-11 15:44:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 15:44:02] Production.INFO: ==32549== Releasing lock...
[2026-09-11 15:44:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 15:44:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 19:44:02] Production.INFO: ==32551== Lock acquired, processing the job...
[2026-09-11 19:44:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 19:44:02] Production.INFO: ==32551== Releasing lock...
[2026-09-11 19:44:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 19:44:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 15:44:03] Production.INFO: ==32555== Lock acquired, processing the job...
[2026-09-11 15:44:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 15:44:03] Production.INFO: ==32559== Lock acquired, processing the job...
[2026-09-11 15:44:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 15:44:03] Production.INFO: Account Balance Start.
[2026-09-11 15:44:03] Production.INFO: CreateAllLog Start
[2026-09-11 15:44:03] Production.INFO: 117
[2026-09-11 15:44:03] Production.INFO: Date 2026-09-08
[2026-09-11 15:44:03] Production.INFO: Reseller ==> 0
[2026-09-11 15:44:03] Production.INFO: Date 2026-09-09
[2026-09-11 15:44:03] Production.INFO: Reseller ==> 0
[2026-09-11 15:44:03] Production.INFO: Date 2026-09-10
[2026-09-11 15:44:03] Production.INFO: Reseller ==> 0
[2026-09-11 15:44:03] Production.INFO: ==32553== Lock acquired, processing the job...
[2026-09-11 15:44:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 15:44:03] Production.INFO: Date 2026-09-11
[2026-09-11 15:44:03] Production.INFO: Reseller ==> 0
[2026-09-11 15:44:03] Production.INFO: Total Charge 0
[2026-09-11 15:44:03] Production.INFO: ==32557== Lock acquired, processing the job...
[2026-09-11 15:44:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 15:44:03] Production.INFO: CreateAllLog End
[2026-09-11 15:44:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 15:44:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 15:44:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 15:44:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 15:44:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 15:44:03] Production.INFO: ==32562== Lock acquired, processing the job...
[2026-09-11 15:44:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 15:44:03] Production.INFO: Account Balance End.
[2026-09-11 15:44:03] Production.ERROR: CronJobId end 12
[2026-09-11 15:44:03] Production.INFO: ==32559== Releasing lock...
[2026-09-11 15:44:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 15:44:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 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-09-11 15: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-09-11 15: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-09-11 15:44:04] Production.INFO: ==32562== Releasing lock...
[2026-09-11 15:44:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 15:44:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 15:44:04] Production.INFO: ==32555== Releasing lock...
[2026-09-11 15:44:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 15:44:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 15:44:12] Production.ERROR: CronJobId end10
[2026-09-11 15:44:12] Production.INFO: ==32557== Releasing lock...
[2026-09-11 15:44:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 15:44:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 15:44:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 15:44:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 15:44:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 15:44:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 15:44:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 15:44:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 15:44:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 15:44:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 15:44:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 15:44:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 15:44:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 15:44:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 15:44:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 15:44:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 15:44:15] Production.INFO: call_cost start
[2026-09-11 15:44:15] Production.INFO: call_cost end
[2026-09-11 15:44:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 15:44:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 15:44:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 15:44:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 15:44:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 15:44:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 15:44:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 15:44:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 15:44:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 15:44:15] Production.INFO: ==32553== Releasing lock...
[2026-09-11 15:44:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 15:44:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 20:45:02] Production.INFO: ==32616== Lock acquired, processing the job...
[2026-09-11 20:45:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 20:45:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 20:45:02] Production.INFO: neon service started
[2026-09-11 20:45:02] Production.INFO: neon service started
[2026-09-11 20:45:02] Production.INFO: ==32616== Releasing lock...
[2026-09-11 20:45:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 20:45:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 15:45:02] Production.INFO: ==32619== Lock acquired, processing the job...
[2026-09-11 15:45:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 19:45:02] Production.INFO: ==32621== Lock acquired, processing the job...
[2026-09-11 19:45:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 19:45:03] Production.INFO: ==32621== Releasing lock...
[2026-09-11 19:45:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 19:45:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 15:45:03] Production.INFO: ==32619== Releasing lock...
[2026-09-11 15:45:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 15:45:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 15:45:04] Production.INFO: ==32623== Lock acquired, processing the job...
[2026-09-11 15:45:04] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-11 15:45:04] Production.INFO: ==32625== Lock acquired, processing the job...
[2026-09-11 15:45:04] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 15:45:04] Production.INFO: ==32627== Lock acquired, processing the job...
[2026-09-11 15:45:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 15:45:04] Production.INFO: ==32629== Lock acquired, processing the job...
[2026-09-11 15:45:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 15:45:04] Production.ERROR: ========================== active cronjob start =============================
[2026-09-11 15:45:04] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-11 15:45:04] Production.ERROR: CronJob PID - 32625
[2026-09-11 15:45:04] Production.ERROR: CronJob Title - System Alerts
[2026-09-11 15:45:04] Production.ERROR: CronJob ID - 5
[2026-09-11 15:45:04] Production.ERROR: CronJob Last Run Time 2026-09-11 15:45:00
[2026-09-11 15:45:04] Production.ERROR: CronJob Active Minutes 0
[2026-09-11 15:45:04] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-11 15:45:04] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-11 15:45:04] Production.ERROR: CronJob PID - 32627
[2026-09-11 15:45:04] Production.ERROR: CronJob Title - Account Block
[2026-09-11 15:45:04] Production.ERROR: CronJob ID - 7
[2026-09-11 15:45:04] Production.ERROR: CronJob Last Run Time 2026-09-11 15:45:00
[2026-09-11 15:45:04] Production.ERROR: CronJob Active Minutes 0
[2026-09-11 15:45:04] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-11 15:45:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 15:45:04] Production.ERROR: ========================== active cronjob end =============================
[2026-09-11 15:45:04] Production.INFO: ==32623== Releasing lock...
[2026-09-11 15:45:04] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-11 15:45:04] Production.INFO: 25.5 MB #Memory Used#
[2026-09-11 15:45:04] Production.INFO: ==32631== Lock acquired, processing the job...
[2026-09-11 15:45:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 15:45:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 15:45:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 15:45:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 15:45:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 15:45:04] Production.INFO: ==32633== Lock acquired, processing the job...
[2026-09-11 15:45:04] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-11 15:45:04] Production.ERROR: tblTempUsageDetail_20
[2026-09-11 15:45:04] Production.INFO: ==32635== Lock acquired, processing the job...
[2026-09-11 15:45:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 15:45:04] Production.INFO: Account Balance Start.
[2026-09-11 15:45:04] Production.INFO: CreateAllLog Start
[2026-09-11 15:45:04] Production.INFO: 117
[2026-09-11 15:45:04] Production.INFO: Date 2026-09-08
[2026-09-11 15: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-09-11 15: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-09-11 15:45:04] Production.INFO: Reseller ==> 0
[2026-09-11 15: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-09-11 15:45:04] Production.INFO: ==32635== Releasing lock...
[2026-09-11 15:45:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 15:45:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 15:45:04] Production.INFO: Date 2026-09-09
[2026-09-11 15:45:04] Production.INFO: Reseller ==> 0
[2026-09-11 15:45:04] Production.ERROR: done
[2026-09-11 15:45:04] Production.INFO: Date 2026-09-10
[2026-09-11 15:45:04] Production.INFO: Reseller ==> 0
[2026-09-11 15:45:04] Production.INFO: Date 2026-09-11
[2026-09-11 15:45:04] Production.INFO: Reseller ==> 0
[2026-09-11 15:45:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-11 15:45:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17985238', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) start
[2026-09-11 15:45:04] Production.INFO: Total Charge 0
[2026-09-11 15:45:04] Production.INFO: CreateAllLog End
[2026-09-11 15:45:05] Production.INFO: Account Balance End.
[2026-09-11 15:45:05] Production.ERROR: CronJobId end 12
[2026-09-11 15:45:05] Production.INFO: ==32631== Releasing lock...
[2026-09-11 15:45:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 15:45:05] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 15:45:05] Production.INFO: ==32627== Releasing lock...
[2026-09-11 15:45:05] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 15:45:05] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 15:45:11] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17985238', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) end
[2026-09-11 15:45:11] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-11 15:45:11] Production.INFO: ProcessCDR(1,17985238,1,1,2)
[2026-09-11 15:45:11] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17985238,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 15:45:11] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17985238,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 15:45:11] Production.ERROR: pbx prc_insertCDR start
[2026-09-11 15:45:11] Production.ERROR: pbx prc_insertCDR end
[2026-09-11 15:45:11] Production.INFO: ==32633== Releasing lock...
[2026-09-11 15:45:11] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-11 15:45:11] Production.INFO: 26 MB #Memory Used#
[2026-09-11 15:45:14] Production.ERROR: CronJobId end10
[2026-09-11 15:45:14] Production.INFO: ==32629== Releasing lock...
[2026-09-11 15:45:14] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 15:45:14] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 15:45:17] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 15:45:17] Production.INFO: ============== Balance Warning START===========
[2026-09-11 15:45:17] Production.INFO: ============== Balance Warning END===========
[2026-09-11 15:45:17] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 15:45:17] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 15:45:17] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 15:45:17] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 15:45:17] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 15:45:17] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 15:45:17] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 15:45:17] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 15:45:17] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 15:45:17] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 15:45:17] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 15:45:18] Production.INFO: call_cost start
[2026-09-11 15:45:18] Production.INFO: call_cost end
[2026-09-11 15:45:18] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 15:45:18] Production.INFO: ============== Report Schedule START===========
[2026-09-11 15:45:18] Production.INFO: ============== Report Schedule END===========
[2026-09-11 15:45:18] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 15:45:18] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 15:45:18] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 15:45:18] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 15:45:18] Production.INFO: ============== Deal alert START===========
[2026-09-11 15:45:18] Production.INFO: ============== Deal alert END===========
[2026-09-11 15:45:18] Production.INFO: ==32625== Releasing lock...
[2026-09-11 15:45:18] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 15:45:18] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 20:46:01] Production.INFO: ==32690== Lock acquired, processing the job...
[2026-09-11 20:46:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 20:46:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 20:46:01] Production.INFO: neon service started
[2026-09-11 20:46:01] Production.INFO: neon service started
[2026-09-11 20:46:01] Production.INFO: ==32690== Releasing lock...
[2026-09-11 20:46:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 20:46:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 19:46:02] Production.INFO: ==32694== Lock acquired, processing the job...
[2026-09-11 19:46:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 19:46:02] Production.INFO: ==32694== Releasing lock...
[2026-09-11 19:46:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 19:46:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 15:46:02] Production.INFO: ==32692== Lock acquired, processing the job...
[2026-09-11 15:46:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 15:46:02] Production.INFO: ==32692== Releasing lock...
[2026-09-11 15:46:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 15:46:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 15:46:03] Production.INFO: ==32698== Lock acquired, processing the job...
[2026-09-11 15:46:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 15:46:03] Production.INFO: ==32696== Lock acquired, processing the job...
[2026-09-11 15:46:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 15:46:03] Production.INFO: ==32702== Lock acquired, processing the job...
[2026-09-11 15:46:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 15:46:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 15:46:03] Production.INFO: ==32700== Lock acquired, processing the job...
[2026-09-11 15:46:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 15:46:03] Production.INFO: ==32704== Lock acquired, processing the job...
[2026-09-11 15:46:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 15:46:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 15:46:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 15:46:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 15:46:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 15:46:03] Production.INFO: Account Balance Start.
[2026-09-11 15:46:03] Production.INFO: CreateAllLog Start
[2026-09-11 15:46:03] Production.INFO: 117
[2026-09-11 15:46:03] Production.INFO: Date 2026-09-08
[2026-09-11 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-09-11 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-09-11 15:46:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 15:46:03] Production.INFO: ==32704== Releasing lock...
[2026-09-11 15:46:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 15:46:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 15:46:03] Production.INFO: Date 2026-09-09
[2026-09-11 15:46:03] Production.INFO: Reseller ==> 0
[2026-09-11 15:46:03] Production.INFO: Date 2026-09-10
[2026-09-11 15:46:03] Production.INFO: Reseller ==> 0
[2026-09-11 15:46:03] Production.INFO: Date 2026-09-11
[2026-09-11 15:46:03] Production.INFO: Reseller ==> 0
[2026-09-11 15:46:03] Production.INFO: Total Charge 0
[2026-09-11 15:46:03] Production.INFO: CreateAllLog End
[2026-09-11 15:46:03] Production.INFO: Account Balance End.
[2026-09-11 15:46:04] Production.ERROR: CronJobId end 12
[2026-09-11 15:46:04] Production.INFO: ==32702== Releasing lock...
[2026-09-11 15:46:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 15:46:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 15:46:04] Production.INFO: ==32698== Releasing lock...
[2026-09-11 15:46:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 15:46:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 15:46:12] Production.ERROR: CronJobId end10
[2026-09-11 15:46:12] Production.INFO: ==32700== Releasing lock...
[2026-09-11 15:46:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 15:46:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 15:46:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 15:46:15] Production.INFO: ============== Balance Warning START===========
[2026-09-11 15:46:15] Production.INFO: ============== Balance Warning END===========
[2026-09-11 15:46:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 15:46:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 15:46:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 15:46:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 15:46:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 15:46:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 15:46:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 15:46:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 15:46:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 15:46:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 15:46:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 15:46:15] Production.INFO: call_cost start
[2026-09-11 15:46:15] Production.INFO: call_cost end
[2026-09-11 15:46:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 15:46:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 15:46:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 15:46:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 15:46:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 15:46:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 15:46:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 15:46:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 15:46:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 15:46:15] Production.INFO: ==32696== Releasing lock...
[2026-09-11 15:46:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 15:46:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 20:47:02] Production.INFO: ==32763== Lock acquired, processing the job...
[2026-09-11 20:47:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 20:47:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 20:47:02] Production.INFO: neon service started
[2026-09-11 20:47:02] Production.INFO: neon service started
[2026-09-11 20:47:02] Production.INFO: ==32763== Releasing lock...
[2026-09-11 20:47:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 20:47:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 15:47:02] Production.INFO: ==32765== Lock acquired, processing the job...
[2026-09-11 15:47:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 15:47:02] Production.INFO: ==32765== Releasing lock...
[2026-09-11 15:47:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 15:47:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 19:47:02] Production.INFO: ==32767== Lock acquired, processing the job...
[2026-09-11 19:47:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 19:47:02] Production.INFO: ==32767== Releasing lock...
[2026-09-11 19:47:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 19:47:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 15:47:03] Production.INFO: ==311== Lock acquired, processing the job...
[2026-09-11 15:47:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 15:47:03] Production.INFO: ==302== Lock acquired, processing the job...
[2026-09-11 15:47:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 15:47:03] Production.INFO: Account Balance Start.
[2026-09-11 15:47:03] Production.INFO: CreateAllLog Start
[2026-09-11 15:47:03] Production.INFO: 117
[2026-09-11 15:47:03] Production.INFO: Date 2026-09-08
[2026-09-11 15:47:03] Production.INFO: Reseller ==> 0
[2026-09-11 15:47:03] Production.INFO: Date 2026-09-09
[2026-09-11 15:47:03] Production.INFO: Reseller ==> 0
[2026-09-11 15:47:03] Production.INFO: Date 2026-09-10
[2026-09-11 15:47:03] Production.INFO: Reseller ==> 0
[2026-09-11 15:47:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 15:47:03] Production.INFO: ==304== Lock acquired, processing the job...
[2026-09-11 15:47:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 15:47:03] Production.INFO: Date 2026-09-11
[2026-09-11 15:47:03] Production.INFO: Reseller ==> 0
[2026-09-11 15:47:03] Production.INFO: ==306== Lock acquired, processing the job...
[2026-09-11 15:47:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 15:47:03] Production.INFO: Total Charge 0
[2026-09-11 15:47:03] Production.INFO: CreateAllLog End
[2026-09-11 15:47:03] Production.INFO: ==313== Lock acquired, processing the job...
[2026-09-11 15:47:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 15:47:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 15:47:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 15:47:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 15:47:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 15: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-09-11 15: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-09-11 15:47:04] Production.INFO: Account Balance End.
[2026-09-11 15: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-09-11 15:47:04] Production.ERROR: CronJobId end 12
[2026-09-11 15:47:04] Production.INFO: ==311== Releasing lock...
[2026-09-11 15:47:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 15:47:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 15:47:04] Production.INFO: ==313== Releasing lock...
[2026-09-11 15:47:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 15:47:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 15:47:04] Production.INFO: ==304== Releasing lock...
[2026-09-11 15:47:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 15:47:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 15:47:11] Production.ERROR: CronJobId end10
[2026-09-11 15:47:11] Production.INFO: ==306== Releasing lock...
[2026-09-11 15:47:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 15:47:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 15:47:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 15:47:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 15:47:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 15:47:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 15:47:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 15:47:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 15:47:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 15:47:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 15:47:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 15:47:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 15:47:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 15:47:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 15:47:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 15:47:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 15:47:15] Production.INFO: call_cost start
[2026-09-11 15:47:15] Production.INFO: call_cost end
[2026-09-11 15:47:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 15:47:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 15:47:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 15:47:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 15:47:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 15:47:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 15:47:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 15:47:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 15:47:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 15:47:15] Production.INFO: ==302== Releasing lock...
[2026-09-11 15:47:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 15:47:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 20:48:01] Production.INFO: ==384== Lock acquired, processing the job...
[2026-09-11 20:48:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 20:48:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 20:48:01] Production.INFO: neon service started
[2026-09-11 20:48:01] Production.INFO: neon service started
[2026-09-11 20:48:01] Production.INFO: ==384== Releasing lock...
[2026-09-11 20:48:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 20:48:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 19:48:01] Production.INFO: ==388== Lock acquired, processing the job...
[2026-09-11 19:48:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 19:48:01] Production.INFO: ==388== Releasing lock...
[2026-09-11 19:48:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 19:48:01] Production.INFO: 25 MB #Memory Used#
[2026-09-11 15:48:02] Production.INFO: ==386== Lock acquired, processing the job...
[2026-09-11 15:48:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 15:48:02] Production.INFO: ==386== Releasing lock...
[2026-09-11 15:48:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 15:48:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 15:48:03] Production.INFO: ==394== Lock acquired, processing the job...
[2026-09-11 15:48:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 15:48:03] Production.INFO: ==390== Lock acquired, processing the job...
[2026-09-11 15:48:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 15:48:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 15:48:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 15:48:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 15:48:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 15:48:03] Production.INFO: ==392== Lock acquired, processing the job...
[2026-09-11 15:48:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 15:48:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 15:48:03] Production.INFO: ==397== Lock acquired, processing the job...
[2026-09-11 15:48:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 15:48:03] Production.INFO: ==399== Lock acquired, processing the job...
[2026-09-11 15:48:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 15:48:03] Production.INFO: Account Balance Start.
[2026-09-11 15:48:03] Production.INFO: CreateAllLog Start
[2026-09-11 15:48:03] Production.INFO: 117
[2026-09-11 15:48:03] Production.INFO: Date 2026-09-08
[2026-09-11 15:48:03] Production.INFO: Reseller ==> 0
[2026-09-11 15:48:03] Production.INFO: Date 2026-09-09
[2026-09-11 15:48:03] Production.INFO: Reseller ==> 0
[2026-09-11 15:48:03] Production.INFO: Date 2026-09-10
[2026-09-11 15:48:03] Production.INFO: Reseller ==> 0
[2026-09-11 15:48:03] Production.INFO: Date 2026-09-11
[2026-09-11 15:48:03] Production.INFO: Reseller ==> 0
[2026-09-11 15: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-09-11 15: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-09-11 15:48:03] Production.INFO: Total Charge 0
[2026-09-11 15: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-09-11 15:48:03] Production.INFO: CreateAllLog End
[2026-09-11 15:48:03] Production.INFO: ==399== Releasing lock...
[2026-09-11 15:48:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 15:48:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 15:48:04] Production.INFO: Account Balance End.
[2026-09-11 15:48:04] Production.ERROR: CronJobId end 12
[2026-09-11 15:48:04] Production.INFO: ==397== Releasing lock...
[2026-09-11 15:48:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 15:48:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 15:48:04] Production.INFO: ==392== Releasing lock...
[2026-09-11 15:48:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 15:48:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 15:48:11] Production.ERROR: CronJobId end10
[2026-09-11 15:48:11] Production.INFO: ==394== Releasing lock...
[2026-09-11 15:48:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 15:48:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 15:48:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 15:48:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 15:48:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 15:48:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 15:48:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 15:48:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 15:48:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 15:48:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 15:48:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 15:48:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 15:48:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 15:48:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 15:48:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 15:48:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 15:48:14] Production.INFO: call_cost start
[2026-09-11 15:48:14] Production.INFO: call_cost end
[2026-09-11 15:48:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 15:48:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 15:48:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 15:48:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 15:48:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 15:48:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 15:48:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 15:48:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 15:48:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 15:48:14] Production.INFO: ==390== Releasing lock...
[2026-09-11 15:48:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 15:48:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 20:49:01] Production.INFO: ==455== Lock acquired, processing the job...
[2026-09-11 20:49:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 20:49:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 20:49:02] Production.INFO: neon service started
[2026-09-11 20:49:02] Production.INFO: neon service started
[2026-09-11 20:49:02] Production.INFO: ==455== Releasing lock...
[2026-09-11 20:49:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 20:49:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 15:49:02] Production.INFO: ==457== Lock acquired, processing the job...
[2026-09-11 15:49:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 15:49:02] Production.INFO: ==457== Releasing lock...
[2026-09-11 15:49:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 15:49:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 19:49:02] Production.INFO: ==459== Lock acquired, processing the job...
[2026-09-11 19:49:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 19:49:02] Production.INFO: ==459== Releasing lock...
[2026-09-11 19:49:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 19:49:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 15:49:03] Production.INFO: ==463== Lock acquired, processing the job...
[2026-09-11 15:49:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 15:49:03] Production.INFO: ==461== Lock acquired, processing the job...
[2026-09-11 15:49:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 15:49:03] Production.INFO: ==465== Lock acquired, processing the job...
[2026-09-11 15:49:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 15:49:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 15:49:03] Production.INFO: ==467== Lock acquired, processing the job...
[2026-09-11 15:49:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 15:49:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 15:49:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 15:49:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 15:49:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 15:49:03] Production.INFO: ==470== Lock acquired, processing the job...
[2026-09-11 15:49:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 15:49:03] Production.INFO: Account Balance Start.
[2026-09-11 15:49:03] Production.INFO: CreateAllLog Start
[2026-09-11 15:49:03] Production.INFO: 117
[2026-09-11 15:49:03] Production.INFO: Date 2026-09-08
[2026-09-11 15:49:03] Production.INFO: Reseller ==> 0
[2026-09-11 15:49:03] Production.INFO: Date 2026-09-09
[2026-09-11 15:49:03] Production.INFO: Reseller ==> 0
[2026-09-11 15:49:03] Production.INFO: Date 2026-09-10
[2026-09-11 15:49:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 15:49:03] Production.INFO: Date 2026-09-11
[2026-09-11 15:49:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 15:49:03] Production.INFO: Total Charge 0
[2026-09-11 15:49:03] Production.INFO: ==470== Releasing lock...
[2026-09-11 15:49:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 15:49:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 15:49:04] Production.INFO: CreateAllLog End
[2026-09-11 15:49:04] Production.INFO: Account Balance End.
[2026-09-11 15:49:04] Production.ERROR: CronJobId end 12
[2026-09-11 15:49:04] Production.INFO: ==467== Releasing lock...
[2026-09-11 15:49:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 15:49:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 15:49:04] Production.INFO: ==463== Releasing lock...
[2026-09-11 15:49:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 15:49:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 15:49:13] Production.ERROR: CronJobId end10
[2026-09-11 15:49:13] Production.INFO: ==465== Releasing lock...
[2026-09-11 15:49:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 15:49:13] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 15:49:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 15:49:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 15:49:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 15:49:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 15:49:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 15:49:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 15:49:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 15:49:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 15:49:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 15:49:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 15:49:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 15:49:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 15:49:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 15:49:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 15:49:15] Production.INFO: call_cost start
[2026-09-11 15:49:15] Production.INFO: call_cost end
[2026-09-11 15:49:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 15:49:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 15:49:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 15:49:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 15:49:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 15:49:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 15:49:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 15:49:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 15:49:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 15:49:15] Production.INFO: ==461== Releasing lock...
[2026-09-11 15:49:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 15:49:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 20:50:01] Production.INFO: ==531== Lock acquired, processing the job...
[2026-09-11 20:50:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 20:50:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 20:50:01] Production.INFO: neon service started
[2026-09-11 20:50:01] Production.INFO: neon service started
[2026-09-11 20:50:01] Production.INFO: ==531== Releasing lock...
[2026-09-11 20:50:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 20:50:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 15:50:01] Production.INFO: ==533== Lock acquired, processing the job...
[2026-09-11 15:50:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 15:50:02] Production.INFO: ==533== Releasing lock...
[2026-09-11 15:50:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 15:50:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 19:50:02] Production.INFO: ==535== Lock acquired, processing the job...
[2026-09-11 19:50:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 19:50:02] Production.INFO: ==535== Releasing lock...
[2026-09-11 19:50:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 19:50:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 15:50:02] Production.INFO: ==540== Lock acquired, processing the job...
[2026-09-11 15:50:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 15:50:02] Production.INFO: ==538== Lock acquired, processing the job...
[2026-09-11 15:50:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 15:50:02] Production.INFO: ==542== Lock acquired, processing the job...
[2026-09-11 15:50:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 15:50:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 15:50:02] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 15:50:02] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 15:50:02] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 15:50:02] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 15:50:03] Production.INFO: ==544== Lock acquired, processing the job...
[2026-09-11 15:50:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 15:50:03] Production.INFO: ==546== Lock acquired, processing the job...
[2026-09-11 15:50:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 15:50:03] Production.INFO: Account Balance Start.
[2026-09-11 15:50:03] Production.INFO: CreateAllLog Start
[2026-09-11 15:50:03] Production.INFO: 117
[2026-09-11 15:50:03] Production.INFO: Date 2026-09-08
[2026-09-11 15:50:03] Production.INFO: Reseller ==> 0
[2026-09-11 15:50:03] Production.INFO: Date 2026-09-09
[2026-09-11 15:50:03] Production.INFO: Reseller ==> 0
[2026-09-11 15:50:03] Production.INFO: Date 2026-09-10
[2026-09-11 15: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-09-11 15:50:03] Production.INFO: Reseller ==> 0
[2026-09-11 15: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-09-11 15: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-09-11 15:50:03] Production.INFO: ==546== Releasing lock...
[2026-09-11 15:50:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 15:50:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 15:50:03] Production.INFO: Date 2026-09-11
[2026-09-11 15:50:03] Production.INFO: Reseller ==> 0
[2026-09-11 15:50:03] Production.INFO: Total Charge 0
[2026-09-11 15:50:03] Production.INFO: CreateAllLog End
[2026-09-11 15:50:03] Production.INFO: Account Balance End.
[2026-09-11 15:50:03] Production.ERROR: CronJobId end 12
[2026-09-11 15:50:03] Production.INFO: ==544== Releasing lock...
[2026-09-11 15:50:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 15:50:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 15:50:03] Production.INFO: ==540== Releasing lock...
[2026-09-11 15:50:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 15:50:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 15:50:11] Production.ERROR: CronJobId end10
[2026-09-11 15:50:11] Production.INFO: ==542== Releasing lock...
[2026-09-11 15:50:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 15:50:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 15:50:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 15:50:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 15:50:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 15:50:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 15:50:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 15:50:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 15:50:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 15:50:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 15:50:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 15:50:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 15:50:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 15:50:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 15:50:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 15:50:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 15:50:13] Production.INFO: call_cost start
[2026-09-11 15:50:13] Production.INFO: call_cost end
[2026-09-11 15:50:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 15:50:13] Production.INFO: ============== Report Schedule START===========
[2026-09-11 15:50:13] Production.INFO: ============== Report Schedule END===========
[2026-09-11 15:50:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 15:50:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 15:50:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 15:50:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 15:50:13] Production.INFO: ============== Deal alert START===========
[2026-09-11 15:50:13] Production.INFO: ============== Deal alert END===========
[2026-09-11 15:50:13] Production.INFO: ==538== Releasing lock...
[2026-09-11 15:50:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 15:50:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 20:51:01] Production.INFO: ==603== Lock acquired, processing the job...
[2026-09-11 20:51:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 20:51:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 20:51:02] Production.INFO: neon service started
[2026-09-11 20:51:02] Production.INFO: neon service started
[2026-09-11 20:51:02] Production.INFO: ==603== Releasing lock...
[2026-09-11 20:51:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 20:51:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 19:51:02] Production.INFO: ==610== Lock acquired, processing the job...
[2026-09-11 19:51:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 19:51:02] Production.INFO: ==610== Releasing lock...
[2026-09-11 19:51:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 19:51:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 15:51:02] Production.INFO: ==606== Lock acquired, processing the job...
[2026-09-11 15:51:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 15:51:02] Production.INFO: ==606== Releasing lock...
[2026-09-11 15:51:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 15:51:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 15:51:03] Production.INFO: ==613== Lock acquired, processing the job...
[2026-09-11 15:51:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 15:51:03] Production.INFO: ==616== Lock acquired, processing the job...
[2026-09-11 15:51:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 15:51:03] Production.INFO: ==618== Lock acquired, processing the job...
[2026-09-11 15:51:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 15:51:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 15:51:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 15:51:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 15:51:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 15:51:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 15:51:03] Production.INFO: ==621== Lock acquired, processing the job...
[2026-09-11 15:51:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 15:51:03] Production.INFO: ==623== Lock acquired, processing the job...
[2026-09-11 15:51:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 15:51:03] Production.INFO: Account Balance Start.
[2026-09-11 15:51:03] Production.INFO: CreateAllLog Start
[2026-09-11 15:51:03] Production.INFO: 117
[2026-09-11 15: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-09-11 15:51:03] Production.INFO: Date 2026-09-08
[2026-09-11 15: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-09-11 15:51:03] Production.INFO: Reseller ==> 0
[2026-09-11 15: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-09-11 15:51:03] Production.INFO: ==623== Releasing lock...
[2026-09-11 15:51:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 15:51:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 15:51:03] Production.INFO: Date 2026-09-09
[2026-09-11 15:51:03] Production.INFO: Reseller ==> 0
[2026-09-11 15:51:03] Production.INFO: Date 2026-09-10
[2026-09-11 15:51:03] Production.INFO: Reseller ==> 0
[2026-09-11 15:51:04] Production.INFO: Date 2026-09-11
[2026-09-11 15:51:04] Production.INFO: Reseller ==> 0
[2026-09-11 15:51:04] Production.INFO: Total Charge 0
[2026-09-11 15:51:04] Production.INFO: CreateAllLog End
[2026-09-11 15:51:04] Production.INFO: Account Balance End.
[2026-09-11 15:51:04] Production.ERROR: CronJobId end 12
[2026-09-11 15:51:04] Production.INFO: ==621== Releasing lock...
[2026-09-11 15:51:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 15:51:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 15:51:04] Production.INFO: ==616== Releasing lock...
[2026-09-11 15:51:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 15:51:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 15:51:12] Production.ERROR: CronJobId end10
[2026-09-11 15:51:12] Production.INFO: ==618== Releasing lock...
[2026-09-11 15:51:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 15:51:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 15:51:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 15:51:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 15:51:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 15:51:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 15:51:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 15:51:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 15:51:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 15:51:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 15:51:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 15:51:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 15:51:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 15:51:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 15:51:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 15:51:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 15:51:14] Production.INFO: call_cost start
[2026-09-11 15:51:14] Production.INFO: call_cost end
[2026-09-11 15:51:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 15:51:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 15:51:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 15:51:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 15:51:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 15:51:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 15:51:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 15:51:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 15:51:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 15:51:14] Production.INFO: ==613== Releasing lock...
[2026-09-11 15:51:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 15:51:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 20:52:01] Production.INFO: ==690== Lock acquired, processing the job...
[2026-09-11 20:52:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 20:52:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 20:52:01] Production.INFO: neon service started
[2026-09-11 20:52:01] Production.INFO: neon service started
[2026-09-11 20:52:01] Production.INFO: ==690== Releasing lock...
[2026-09-11 20:52:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 20:52:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 15:52:01] Production.INFO: ==699== Lock acquired, processing the job...
[2026-09-11 15:52:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 15:52:01] Production.INFO: ==699== Releasing lock...
[2026-09-11 15:52:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 15:52:01] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 19:52:02] Production.INFO: ==702== Lock acquired, processing the job...
[2026-09-11 19:52:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 19:52:02] Production.INFO: ==702== Releasing lock...
[2026-09-11 19:52:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 19:52:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 15:52:02] Production.INFO: ==710== Lock acquired, processing the job...
[2026-09-11 15:52:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 15:52:02] Production.INFO: ==713== Lock acquired, processing the job...
[2026-09-11 15:52:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 15:52:02] Production.INFO: ==715== Lock acquired, processing the job...
[2026-09-11 15:52:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 15:52:02] Production.INFO: Account Balance Start.
[2026-09-11 15:52:02] Production.INFO: CreateAllLog Start
[2026-09-11 15:52:02] Production.INFO: 117
[2026-09-11 15:52:02] Production.INFO: Date 2026-09-08
[2026-09-11 15:52:02] Production.INFO: Reseller ==> 0
[2026-09-11 15:52:02] Production.INFO: ==705== Lock acquired, processing the job...
[2026-09-11 15:52:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 15:52:02] Production.INFO: Date 2026-09-09
[2026-09-11 15:52:02] Production.INFO: Reseller ==> 0
[2026-09-11 15:52:02] Production.INFO: Date 2026-09-10
[2026-09-11 15:52:02] Production.INFO: Reseller ==> 0
[2026-09-11 15:52:02] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 15:52:02] Production.INFO: ==722== Lock acquired, processing the job...
[2026-09-11 15:52:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 15:52:02] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 15:52:02] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 15:52:02] Production.INFO: Date 2026-09-11
[2026-09-11 15:52:02] Production.INFO: Reseller ==> 0
[2026-09-11 15:52:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 15:52:02] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 15:52:03] Production.INFO: Total Charge 0
[2026-09-11 15:52:03] Production.INFO: CreateAllLog End
[2026-09-11 15: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-09-11 15: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-09-11 15: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-09-11 15:52:03] Production.INFO: ==722== Releasing lock...
[2026-09-11 15:52:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 15:52:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 15:52:03] Production.INFO: Account Balance End.
[2026-09-11 15:52:03] Production.ERROR: CronJobId end 12
[2026-09-11 15:52:03] Production.INFO: ==715== Releasing lock...
[2026-09-11 15:52:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 15:52:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 15:52:03] Production.INFO: ==710== Releasing lock...
[2026-09-11 15:52:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 15:52:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 15:52:11] Production.ERROR: CronJobId end10
[2026-09-11 15:52:11] Production.INFO: ==713== Releasing lock...
[2026-09-11 15:52:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 15:52:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 15:52:12] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 15:52:12] Production.INFO: ============== Balance Warning START===========
[2026-09-11 15:52:12] Production.INFO: ============== Balance Warning END===========
[2026-09-11 15:52:12] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 15:52:12] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 15:52:12] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 15:52:12] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 15:52:12] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 15:52:12] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 15:52:12] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 15:52:12] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 15:52:12] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 15:52:12] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 15:52:12] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 15:52:13] Production.INFO: call_cost start
[2026-09-11 15:52:13] Production.INFO: call_cost end
[2026-09-11 15:52:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 15:52:13] Production.INFO: ============== Report Schedule START===========
[2026-09-11 15:52:13] Production.INFO: ============== Report Schedule END===========
[2026-09-11 15:52:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 15:52:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 15:52:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 15:52:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 15:52:13] Production.INFO: ============== Deal alert START===========
[2026-09-11 15:52:13] Production.INFO: ============== Deal alert END===========
[2026-09-11 15:52:13] Production.INFO: ==705== Releasing lock...
[2026-09-11 15:52:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 15:52:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 20:53:01] Production.INFO: ==782== Lock acquired, processing the job...
[2026-09-11 20:53:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 20:53:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 20:53:01] Production.INFO: neon service started
[2026-09-11 20:53:01] Production.INFO: neon service started
[2026-09-11 20:53:01] Production.INFO: ==782== Releasing lock...
[2026-09-11 20:53:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 20:53:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 19:53:02] Production.INFO: ==787== Lock acquired, processing the job...
[2026-09-11 19:53:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 19:53:02] Production.INFO: ==787== Releasing lock...
[2026-09-11 19:53:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 19:53:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 15:53:02] Production.INFO: ==785== Lock acquired, processing the job...
[2026-09-11 15:53:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 15:53:02] Production.INFO: ==785== Releasing lock...
[2026-09-11 15:53:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 15:53:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 15:53:03] Production.INFO: ==789== Lock acquired, processing the job...
[2026-09-11 15:53:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 15:53:03] Production.INFO: ==791== Lock acquired, processing the job...
[2026-09-11 15:53:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 15:53:03] Production.INFO: ==797== Lock acquired, processing the job...
[2026-09-11 15:53:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 15:53:03] Production.INFO: ==793== Lock acquired, processing the job...
[2026-09-11 15:53:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 15:53:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 15:53:03] Production.INFO: ==795== Lock acquired, processing the job...
[2026-09-11 15:53:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 15:53:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 15:53:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 15:53:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 15:53:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 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-09-11 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-09-11 15:53:03] Production.INFO: Account Balance Start.
[2026-09-11 15:53:03] Production.INFO: CreateAllLog Start
[2026-09-11 15:53:03] Production.INFO: 117
[2026-09-11 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-09-11 15:53:03] Production.INFO: Date 2026-09-08
[2026-09-11 15:53:03] Production.INFO: ==797== Releasing lock...
[2026-09-11 15:53:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 15:53:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 15:53:03] Production.INFO: Reseller ==> 0
[2026-09-11 15:53:03] Production.INFO: Date 2026-09-09
[2026-09-11 15:53:03] Production.INFO: Reseller ==> 0
[2026-09-11 15:53:03] Production.INFO: Date 2026-09-10
[2026-09-11 15:53:03] Production.INFO: Reseller ==> 0
[2026-09-11 15:53:03] Production.INFO: Date 2026-09-11
[2026-09-11 15:53:03] Production.INFO: Reseller ==> 0
[2026-09-11 15:53:03] Production.INFO: Total Charge 0
[2026-09-11 15:53:03] Production.INFO: CreateAllLog End
[2026-09-11 15:53:03] Production.INFO: ==791== Releasing lock...
[2026-09-11 15:53:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 15:53:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 15:53:03] Production.INFO: Account Balance End.
[2026-09-11 15:53:04] Production.ERROR: CronJobId end 12
[2026-09-11 15:53:04] Production.INFO: ==795== Releasing lock...
[2026-09-11 15:53:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 15:53:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 15:53:12] Production.ERROR: CronJobId end10
[2026-09-11 15:53:12] Production.INFO: ==793== Releasing lock...
[2026-09-11 15:53:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 15:53:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 15:53:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 15:53:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 15:53:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 15:53:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 15:53:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 15:53:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 15:53:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 15:53:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 15:53:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 15:53:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 15:53:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 15:53:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 15:53:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 15:53:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 15:53:15] Production.INFO: call_cost start
[2026-09-11 15:53:15] Production.INFO: call_cost end
[2026-09-11 15:53:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 15:53:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 15:53:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 15:53:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 15:53:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 15:53:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 15:53:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 15:53:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 15:53:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 15:53:15] Production.INFO: ==789== Releasing lock...
[2026-09-11 15:53:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 15:53:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 20:54:02] Production.INFO: ==856== Lock acquired, processing the job...
[2026-09-11 20:54:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 20:54:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 20:54:02] Production.INFO: neon service started
[2026-09-11 20:54:02] Production.INFO: neon service started
[2026-09-11 20:54:02] Production.INFO: ==856== Releasing lock...
[2026-09-11 20:54:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 20:54:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 19:54:02] Production.INFO: ==860== Lock acquired, processing the job...
[2026-09-11 19:54:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 19:54:02] Production.INFO: ==860== Releasing lock...
[2026-09-11 19:54:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 19:54:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 15:54:02] Production.INFO: ==858== Lock acquired, processing the job...
[2026-09-11 15:54:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 15:54:02] Production.INFO: ==858== Releasing lock...
[2026-09-11 15:54:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 15:54:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 15:54:03] Production.INFO: ==863== Lock acquired, processing the job...
[2026-09-11 15:54:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 15:54:03] Production.INFO: ==867== Lock acquired, processing the job...
[2026-09-11 15:54:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 15:54:03] Production.INFO: ==865== Lock acquired, processing the job...
[2026-09-11 15:54:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 15:54:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 15:54:03] Production.INFO: ==869== Lock acquired, processing the job...
[2026-09-11 15:54:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 15:54:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 15:54:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 15:54:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 15:54:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 15:54:03] Production.INFO: ==871== Lock acquired, processing the job...
[2026-09-11 15:54:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 15:54:04] Production.INFO: Account Balance Start.
[2026-09-11 15:54:04] Production.INFO: CreateAllLog Start
[2026-09-11 15:54:04] Production.INFO: 117
[2026-09-11 15:54:04] Production.INFO: Date 2026-09-08
[2026-09-11 15:54:04] Production.INFO: Reseller ==> 0
[2026-09-11 15: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-09-11 15:54:04] Production.INFO: Date 2026-09-09
[2026-09-11 15: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-09-11 15:54:04] Production.INFO: Reseller ==> 0
[2026-09-11 15: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-09-11 15:54:04] Production.INFO: ==871== Releasing lock...
[2026-09-11 15:54:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 15:54:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 15:54:04] Production.INFO: Date 2026-09-10
[2026-09-11 15:54:04] Production.INFO: Reseller ==> 0
[2026-09-11 15:54:04] Production.INFO: Date 2026-09-11
[2026-09-11 15:54:04] Production.INFO: Reseller ==> 0
[2026-09-11 15:54:04] Production.INFO: Total Charge 0
[2026-09-11 15:54:04] Production.INFO: CreateAllLog End
[2026-09-11 15:54:04] Production.INFO: Account Balance End.
[2026-09-11 15:54:04] Production.ERROR: CronJobId end 12
[2026-09-11 15:54:04] Production.INFO: ==869== Releasing lock...
[2026-09-11 15:54:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 15:54:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 15:54:04] Production.INFO: ==865== Releasing lock...
[2026-09-11 15:54:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 15:54:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 15:54:12] Production.ERROR: CronJobId end10
[2026-09-11 15:54:12] Production.INFO: ==867== Releasing lock...
[2026-09-11 15:54:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 15:54:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 15:54:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 15:54:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 15:54:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 15:54:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 15:54:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 15:54:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 15:54:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 15:54:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 15:54:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 15:54:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 15:54:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 15:54:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 15:54:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 15:54:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 15:54:14] Production.INFO: call_cost start
[2026-09-11 15:54:14] Production.INFO: call_cost end
[2026-09-11 15:54:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 15:54:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 15:54:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 15:54:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 15:54:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 15:54:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 15:54:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 15:54:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 15:54:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 15:54:14] Production.INFO: ==863== Releasing lock...
[2026-09-11 15:54:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 15:54:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 20:55:01] Production.INFO: ==928== Lock acquired, processing the job...
[2026-09-11 20:55:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 20:55:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 20:55:01] Production.INFO: neon service started
[2026-09-11 20:55:01] Production.INFO: neon service started
[2026-09-11 20:55:01] Production.INFO: ==928== Releasing lock...
[2026-09-11 20:55:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 20:55:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 15:55:02] Production.INFO: ==930== Lock acquired, processing the job...
[2026-09-11 15:55:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 19:55:02] Production.INFO: ==932== Lock acquired, processing the job...
[2026-09-11 19:55:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 19:55:02] Production.INFO: ==932== Releasing lock...
[2026-09-11 19:55:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 19:55:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 15:55:02] Production.INFO: ==930== Releasing lock...
[2026-09-11 15:55:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 15:55:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 15:55:03] Production.INFO: ==935== Lock acquired, processing the job...
[2026-09-11 15:55:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-11 15:55:03] Production.INFO: ==937== Lock acquired, processing the job...
[2026-09-11 15:55:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 15:55:03] Production.ERROR: ========================== active cronjob start =============================
[2026-09-11 15:55:03] Production.INFO: ==945== Lock acquired, processing the job...
[2026-09-11 15:55:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-11 15:55:03] Production.ERROR: CronJob PID - 937
[2026-09-11 15:55:03] Production.ERROR: CronJob Title - System Alerts
[2026-09-11 15:55:03] Production.ERROR: CronJob ID - 5
[2026-09-11 15:55:03] Production.ERROR: CronJob Last Run Time 2026-09-11 15:55:00
[2026-09-11 15:55:03] Production.ERROR: CronJob Active Minutes 0
[2026-09-11 15:55:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-11 15:55:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 15:55:03] Production.INFO: ==939== Lock acquired, processing the job...
[2026-09-11 15:55:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 15:55:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-11 15:55:03] Production.INFO: ==943== Lock acquired, processing the job...
[2026-09-11 15:55:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 15:55:03] Production.ERROR: ========================== active cronjob end =============================
[2026-09-11 15:55:03] Production.INFO: ==935== Releasing lock...
[2026-09-11 15:55:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-11 15:55:03] Production.INFO: 25.5 MB #Memory Used#
[2026-09-11 15:55:03] Production.INFO: ==941== Lock acquired, processing the job...
[2026-09-11 15:55:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 15:55:03] Production.ERROR: tblTempUsageDetail_20
[2026-09-11 15:55:03] Production.INFO: ==947== Lock acquired, processing the job...
[2026-09-11 15:55:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 15:55:03] Production.INFO: Account Balance Start.
[2026-09-11 15:55:03] Production.INFO: CreateAllLog Start
[2026-09-11 15:55:03] Production.INFO: 117
[2026-09-11 15:55:03] Production.INFO: Date 2026-09-08
[2026-09-11 15:55:04] Production.INFO: Reseller ==> 0
[2026-09-11 15:55:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 15:55:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 15:55:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 15:55:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 15: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-09-11 15: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-09-11 15:55:04] Production.INFO: Date 2026-09-09
[2026-09-11 15:55:04] Production.INFO: Reseller ==> 0
[2026-09-11 15: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-09-11 15:55:04] Production.INFO: ==947== Releasing lock...
[2026-09-11 15:55:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 15:55:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 15:55:04] Production.ERROR: done
[2026-09-11 15:55:04] Production.INFO: Date 2026-09-10
[2026-09-11 15:55:04] Production.INFO: Reseller ==> 0
[2026-09-11 15:55:04] Production.INFO: Date 2026-09-11
[2026-09-11 15:55:04] Production.INFO: Reseller ==> 0
[2026-09-11 15:55:04] Production.INFO: Total Charge 0
[2026-09-11 15:55:04] Production.INFO: CreateAllLog End
[2026-09-11 15:55:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-11 15:55:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17985279', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) start
[2026-09-11 15:55:04] Production.INFO: Account Balance End.
[2026-09-11 15:55:04] Production.ERROR: CronJobId end 12
[2026-09-11 15:55:04] Production.INFO: ==943== Releasing lock...
[2026-09-11 15:55:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 15:55:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 15:55:04] Production.INFO: ==939== Releasing lock...
[2026-09-11 15:55:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 15:55:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 15:55:09] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17985279', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) end
[2026-09-11 15:55:09] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-11 15:55:09] Production.INFO: ProcessCDR(1,17985279,1,1,2)
[2026-09-11 15:55:09] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17985279,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 15:55:09] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17985279,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 15:55:09] Production.ERROR: pbx prc_insertCDR start
[2026-09-11 15:55:09] Production.ERROR: pbx prc_insertCDR end
[2026-09-11 15:55:09] Production.INFO: ==945== Releasing lock...
[2026-09-11 15:55:09] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-11 15:55:09] Production.INFO: 26 MB #Memory Used#
[2026-09-11 15:55:14] Production.ERROR: CronJobId end10
[2026-09-11 15:55:14] Production.INFO: ==941== Releasing lock...
[2026-09-11 15:55:14] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 15:55:14] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 15:55:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 15:55:16] Production.INFO: ============== Balance Warning START===========
[2026-09-11 15:55:16] Production.INFO: ============== Balance Warning END===========
[2026-09-11 15:55:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 15:55:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 15:55:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 15:55:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 15:55:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 15:55:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 15:55:16] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 15:55:16] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 15:55:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 15:55:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 15:55:16] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 15:55:16] Production.INFO: call_cost start
[2026-09-11 15:55:16] Production.INFO: call_cost end
[2026-09-11 15:55:16] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 15:55:16] Production.INFO: ============== Report Schedule START===========
[2026-09-11 15:55:16] Production.INFO: ============== Report Schedule END===========
[2026-09-11 15:55:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 15:55:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 15:55:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 15:55:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 15:55:16] Production.INFO: ============== Deal alert START===========
[2026-09-11 15:55:16] Production.INFO: ============== Deal alert END===========
[2026-09-11 15:55:16] Production.INFO: ==937== Releasing lock...
[2026-09-11 15:55:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 15:55:16] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 20:56:02] Production.INFO: ==1004== Lock acquired, processing the job...
[2026-09-11 20:56:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 20:56:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 20:56:02] Production.INFO: neon service started
[2026-09-11 20:56:02] Production.INFO: neon service started
[2026-09-11 20:56:02] Production.INFO: ==1004== Releasing lock...
[2026-09-11 20:56:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 20:56:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 19:56:02] Production.INFO: ==1008== Lock acquired, processing the job...
[2026-09-11 19:56:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 19:56:02] Production.INFO: ==1008== Releasing lock...
[2026-09-11 19:56:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 19:56:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 15:56:02] Production.INFO: ==1006== Lock acquired, processing the job...
[2026-09-11 15:56:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 15:56:02] Production.INFO: ==1006== Releasing lock...
[2026-09-11 15:56:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 15:56:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 15:56:03] Production.INFO: ==1011== Lock acquired, processing the job...
[2026-09-11 15:56:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 15:56:03] Production.INFO: ==1013== Lock acquired, processing the job...
[2026-09-11 15:56:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 15:56:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 15:56:03] Production.INFO: ==1015== Lock acquired, processing the job...
[2026-09-11 15:56:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 15:56:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 15:56:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 15:56:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 15:56:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 15:56:04] Production.INFO: ==1017== Lock acquired, processing the job...
[2026-09-11 15:56:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 15:56:04] Production.INFO: ==1019== Lock acquired, processing the job...
[2026-09-11 15:56:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 15:56:04] Production.INFO: Account Balance Start.
[2026-09-11 15:56:04] Production.INFO: CreateAllLog Start
[2026-09-11 15:56:04] Production.INFO: 117
[2026-09-11 15:56:04] Production.INFO: Date 2026-09-08
[2026-09-11 15:56:04] Production.INFO: ==1013== Releasing lock...
[2026-09-11 15:56:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 15:56:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 15:56:04] Production.INFO: Reseller ==> 0
[2026-09-11 15: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-09-11 15: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-09-11 15: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-09-11 15:56:04] Production.INFO: ==1019== Releasing lock...
[2026-09-11 15:56:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 15:56:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 15:56:04] Production.INFO: Date 2026-09-09
[2026-09-11 15:56:04] Production.INFO: Reseller ==> 0
[2026-09-11 15:56:04] Production.INFO: Date 2026-09-10
[2026-09-11 15:56:04] Production.INFO: Reseller ==> 0
[2026-09-11 15:56:04] Production.INFO: Date 2026-09-11
[2026-09-11 15:56:04] Production.INFO: Reseller ==> 0
[2026-09-11 15:56:04] Production.INFO: Total Charge 0
[2026-09-11 15:56:04] Production.INFO: CreateAllLog End
[2026-09-11 15:56:04] Production.INFO: Account Balance End.
[2026-09-11 15:56:04] Production.ERROR: CronJobId end 12
[2026-09-11 15:56:04] Production.INFO: ==1017== Releasing lock...
[2026-09-11 15:56:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 15:56:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 15:56:11] Production.ERROR: CronJobId end10
[2026-09-11 15:56:11] Production.INFO: ==1015== Releasing lock...
[2026-09-11 15:56:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 15:56:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 15:56:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 15:56:15] Production.INFO: ============== Balance Warning START===========
[2026-09-11 15:56:15] Production.INFO: ============== Balance Warning END===========
[2026-09-11 15:56:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 15:56:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 15:56:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 15:56:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 15:56:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 15:56:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 15:56:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 15:56:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 15:56:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 15:56:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 15:56:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 15:56:15] Production.INFO: call_cost start
[2026-09-11 15:56:15] Production.INFO: call_cost end
[2026-09-11 15:56:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 15:56:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 15:56:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 15:56:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 15:56:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 15:56:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 15:56:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 15:56:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 15:56:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 15:56:15] Production.INFO: ==1011== Releasing lock...
[2026-09-11 15:56:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 15:56:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 20:57:01] Production.INFO: ==1078== Lock acquired, processing the job...
[2026-09-11 20:57:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 20:57:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 20:57:01] Production.INFO: neon service started
[2026-09-11 20:57:01] Production.INFO: neon service started
[2026-09-11 20:57:01] Production.INFO: ==1078== Releasing lock...
[2026-09-11 20:57:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 20:57:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 15:57:02] Production.INFO: ==1080== Lock acquired, processing the job...
[2026-09-11 15:57:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 15:57:02] Production.INFO: ==1080== Releasing lock...
[2026-09-11 15:57:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 15:57:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 19:57:02] Production.INFO: ==1082== Lock acquired, processing the job...
[2026-09-11 19:57:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 19:57:02] Production.INFO: ==1082== Releasing lock...
[2026-09-11 19:57:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 19:57:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 15:57:02] Production.INFO: ==1090== Lock acquired, processing the job...
[2026-09-11 15:57:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 15:57:03] Production.INFO: Account Balance Start.
[2026-09-11 15:57:03] Production.INFO: CreateAllLog Start
[2026-09-11 15:57:03] Production.INFO: 117
[2026-09-11 15:57:03] Production.INFO: Date 2026-09-08
[2026-09-11 15:57:03] Production.INFO: Reseller ==> 0
[2026-09-11 15:57:03] Production.INFO: Date 2026-09-09
[2026-09-11 15:57:03] Production.INFO: Reseller ==> 0
[2026-09-11 15:57:03] Production.INFO: Date 2026-09-10
[2026-09-11 15:57:03] Production.INFO: Reseller ==> 0
[2026-09-11 15:57:03] Production.INFO: Date 2026-09-11
[2026-09-11 15:57:03] Production.INFO: Reseller ==> 0
[2026-09-11 15:57:03] Production.INFO: ==1084== Lock acquired, processing the job...
[2026-09-11 15:57:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 15:57:03] Production.INFO: Total Charge 0
[2026-09-11 15:57:03] Production.INFO: CreateAllLog End
[2026-09-11 15:57:03] Production.INFO: Account Balance End.
[2026-09-11 15:57:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 15:57:03] Production.INFO: ==1086== Lock acquired, processing the job...
[2026-09-11 15:57:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 15:57:03] Production.INFO: ==1088== Lock acquired, processing the job...
[2026-09-11 15:57:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 15:57:03] Production.ERROR: CronJobId end 12
[2026-09-11 15:57:03] Production.INFO: ==1090== Releasing lock...
[2026-09-11 15:57:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 15:57:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 15:57:03] Production.INFO: ==1094== Lock acquired, processing the job...
[2026-09-11 15:57:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 15:57:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 15:57:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 15:57:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 15:57:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 15: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-09-11 15: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-09-11 15: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-09-11 15:57:03] Production.INFO: ==1094== Releasing lock...
[2026-09-11 15:57:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 15:57:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 15:57:04] Production.INFO: ==1086== Releasing lock...
[2026-09-11 15:57:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 15:57:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 15:57:10] Production.ERROR: CronJobId end10
[2026-09-11 15:57:10] Production.INFO: ==1088== Releasing lock...
[2026-09-11 15:57:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 15:57:10] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 15:57:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 15:57:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 15:57:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 15:57:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 15:57:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 15:57:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 15:57:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 15:57:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 15:57:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 15:57:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 15:57:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 15:57:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 15:57:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 15:57:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 15:57:14] Production.INFO: call_cost start
[2026-09-11 15:57:14] Production.INFO: call_cost end
[2026-09-11 15:57:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 15:57:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 15:57:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 15:57:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 15:57:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 15:57:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 15:57:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 15:57:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 15:57:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 15:57:14] Production.INFO: ==1084== Releasing lock...
[2026-09-11 15:57:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 15:57:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 20:58:02] Production.INFO: ==1149== Lock acquired, processing the job...
[2026-09-11 20:58:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 20:58:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 20:58:02] Production.INFO: neon service started
[2026-09-11 20:58:02] Production.INFO: neon service started
[2026-09-11 20:58:02] Production.INFO: ==1149== Releasing lock...
[2026-09-11 20:58:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 20:58:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 19:58:02] Production.INFO: ==1153== Lock acquired, processing the job...
[2026-09-11 19:58:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 19:58:02] Production.INFO: ==1153== Releasing lock...
[2026-09-11 19:58:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 19:58:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 15:58:02] Production.INFO: ==1151== Lock acquired, processing the job...
[2026-09-11 15:58:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 15:58:02] Production.INFO: ==1151== Releasing lock...
[2026-09-11 15:58:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 15:58:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 15:58:03] Production.INFO: ==1164== Lock acquired, processing the job...
[2026-09-11 15:58:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 15:58:03] Production.INFO: Account Balance Start.
[2026-09-11 15:58:03] Production.INFO: CreateAllLog Start
[2026-09-11 15:58:03] Production.INFO: 117
[2026-09-11 15:58:03] Production.INFO: Date 2026-09-08
[2026-09-11 15:58:03] Production.INFO: Reseller ==> 0
[2026-09-11 15:58:03] Production.INFO: Date 2026-09-09
[2026-09-11 15:58:03] Production.INFO: Reseller ==> 0
[2026-09-11 15:58:03] Production.INFO: Date 2026-09-10
[2026-09-11 15:58:03] Production.INFO: Reseller ==> 0
[2026-09-11 15:58:03] Production.INFO: Date 2026-09-11
[2026-09-11 15:58:03] Production.INFO: Reseller ==> 0
[2026-09-11 15:58:03] Production.INFO: Total Charge 0
[2026-09-11 15:58:03] Production.INFO: CreateAllLog End
[2026-09-11 15:58:03] Production.INFO: ==1155== Lock acquired, processing the job...
[2026-09-11 15:58:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 15:58:03] Production.INFO: ==1159== Lock acquired, processing the job...
[2026-09-11 15:58:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 15:58:03] Production.INFO: ==1162== Lock acquired, processing the job...
[2026-09-11 15:58:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 15:58:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 15:58:03] Production.INFO: Account Balance End.
[2026-09-11 15:58:03] Production.ERROR: CronJobId end 12
[2026-09-11 15:58:03] Production.INFO: ==1164== Releasing lock...
[2026-09-11 15:58:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 15:58:03] Production.INFO: ==1167== Lock acquired, processing the job...
[2026-09-11 15:58:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 15:58:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 15:58:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 15:58:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 15:58:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 15:58:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 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-09-11 15: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-09-11 15: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-09-11 15:58:04] Production.INFO: ==1167== Releasing lock...
[2026-09-11 15:58:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 15:58:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 15:58:04] Production.INFO: ==1159== Releasing lock...
[2026-09-11 15:58:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 15:58:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 15:58:12] Production.ERROR: CronJobId end10
[2026-09-11 15:58:12] Production.INFO: ==1162== Releasing lock...
[2026-09-11 15:58:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 15:58:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 15:58:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 15:58:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 15:58:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 15:58:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 15:58:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 15:58:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 15:58:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 15:58:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 15:58:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 15:58:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 15:58:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 15:58:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 15:58:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 15:58:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 15:58:14] Production.INFO: call_cost start
[2026-09-11 15:58:14] Production.INFO: call_cost end
[2026-09-11 15:58:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 15:58:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 15:58:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 15:58:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 15:58:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 15:58:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 15:58:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 15:58:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 15:58:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 15:58:14] Production.INFO: ==1155== Releasing lock...
[2026-09-11 15:58:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 15:58:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 20:59:01] Production.INFO: ==1224== Lock acquired, processing the job...
[2026-09-11 20:59:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 20:59:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 20:59:01] Production.INFO: neon service started
[2026-09-11 20:59:01] Production.INFO: neon service started
[2026-09-11 20:59:01] Production.INFO: ==1224== Releasing lock...
[2026-09-11 20:59:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 20:59:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 19:59:01] Production.INFO: ==1228== Lock acquired, processing the job...
[2026-09-11 19:59:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 19:59:01] Production.INFO: ==1228== Releasing lock...
[2026-09-11 19:59:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 19:59:01] Production.INFO: 25 MB #Memory Used#
[2026-09-11 15:59:01] Production.INFO: ==1226== Lock acquired, processing the job...
[2026-09-11 15:59:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 15:59:02] Production.INFO: ==1226== Releasing lock...
[2026-09-11 15:59:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 15:59:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 15:59:02] Production.INFO: ==1236== Lock acquired, processing the job...
[2026-09-11 15:59:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 15:59:02] Production.INFO: Account Balance Start.
[2026-09-11 15:59:02] Production.INFO: CreateAllLog Start
[2026-09-11 15:59:02] Production.INFO: 117
[2026-09-11 15:59:02] Production.INFO: Date 2026-09-08
[2026-09-11 15:59:02] Production.INFO: Reseller ==> 0
[2026-09-11 15:59:03] Production.INFO: Date 2026-09-09
[2026-09-11 15:59:03] Production.INFO: Reseller ==> 0
[2026-09-11 15:59:03] Production.INFO: ==1238== Lock acquired, processing the job...
[2026-09-11 15:59:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 15:59:03] Production.INFO: Date 2026-09-10
[2026-09-11 15:59:03] Production.INFO: Reseller ==> 0
[2026-09-11 15:59:03] Production.INFO: Date 2026-09-11
[2026-09-11 15:59:03] Production.INFO: Reseller ==> 0
[2026-09-11 15:59:03] Production.INFO: Total Charge 0
[2026-09-11 15:59:03] Production.INFO: CreateAllLog End
[2026-09-11 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-09-11 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-09-11 15:59:03] Production.INFO: ==1230== Lock acquired, processing the job...
[2026-09-11 15:59:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 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-09-11 15:59:03] Production.INFO: ==1238== Releasing lock...
[2026-09-11 15:59:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 15:59:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 15:59:03] Production.INFO: ==1232== Lock acquired, processing the job...
[2026-09-11 15:59:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 15:59:03] Production.INFO: ==1234== Lock acquired, processing the job...
[2026-09-11 15:59:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 15:59:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 15:59:03] Production.INFO: Account Balance End.
[2026-09-11 15:59:03] Production.ERROR: CronJobId end 12
[2026-09-11 15:59:03] Production.INFO: ==1236== Releasing lock...
[2026-09-11 15:59:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 15:59:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 15:59:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 15:59:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 15:59:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 15:59:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 15:59:04] Production.INFO: ==1232== Releasing lock...
[2026-09-11 15:59:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 15:59:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 15:59:11] Production.ERROR: CronJobId end10
[2026-09-11 15:59:11] Production.INFO: ==1234== Releasing lock...
[2026-09-11 15:59:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 15:59:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 15:59:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 15:59:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 15:59:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 15:59:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 15:59:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 15:59:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 15:59:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 15:59:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 15:59:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 15:59:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 15:59:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 15:59:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 15:59:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 15:59:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 15:59:13] Production.INFO: call_cost start
[2026-09-11 15:59:13] Production.INFO: call_cost end
[2026-09-11 15:59:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 15:59:13] Production.INFO: ============== Report Schedule START===========
[2026-09-11 15:59:13] Production.INFO: ============== Report Schedule END===========
[2026-09-11 15:59:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 15:59:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 15:59:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 15:59:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 15:59:13] Production.INFO: ============== Deal alert START===========
[2026-09-11 15:59:13] Production.INFO: ============== Deal alert END===========
[2026-09-11 15:59:13] Production.INFO: ==1230== Releasing lock...
[2026-09-11 15:59:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 15:59:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 21:00:01] Production.INFO: ==1312== Lock acquired, processing the job...
[2026-09-11 21:00:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 21:00:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 21:00:01] Production.INFO: neon service started
[2026-09-11 21:00:01] Production.INFO: neon service started
[2026-09-11 21:00:01] Production.INFO: ==1312== Releasing lock...
[2026-09-11 21:00:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 21:00:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 20:00:02] Production.INFO: ==1316== Lock acquired, processing the job...
[2026-09-11 20:00:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 16:00:02] Production.INFO: ==1314== Lock acquired, processing the job...
[2026-09-11 16:00:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 20:00:02] Production.INFO: ==1316== Releasing lock...
[2026-09-11 20:00:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 20:00:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 16:00:02] Production.INFO: ==1314== Releasing lock...
[2026-09-11 16:00:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 16:00:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 16:00:03] Production.INFO: ==1319== Lock acquired, processing the job...
[2026-09-11 16:00:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 16:00:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 16:00:03] Production.INFO: ==1321== Lock acquired, processing the job...
[2026-09-11 16:00:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 16:00:03] Production.INFO: ==1323== Lock acquired, processing the job...
[2026-09-11 16:00:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 16:00:03] Production.INFO: ==1327== Lock acquired, processing the job...
[2026-09-11 16:00:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 16:00:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 16:00:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 16:00:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 16:00:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 16:00:03] Production.INFO: ==1325== Lock acquired, processing the job...
[2026-09-11 16:00:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 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-09-11 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-09-11 16:00:03] Production.INFO: Account Balance Start.
[2026-09-11 16:00:03] Production.INFO: CreateAllLog Start
[2026-09-11 16:00:03] Production.INFO: 117
[2026-09-11 16:00:03] Production.INFO: Date 2026-09-08
[2026-09-11 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-09-11 16:00:03] Production.INFO: Reseller ==> 0
[2026-09-11 16:00:03] Production.INFO: ==1327== Releasing lock...
[2026-09-11 16:00:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 16:00:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 16:00:03] Production.INFO: Date 2026-09-09
[2026-09-11 16:00:03] Production.INFO: Reseller ==> 0
[2026-09-11 16:00:04] Production.INFO: Date 2026-09-10
[2026-09-11 16:00:04] Production.INFO: Reseller ==> 0
[2026-09-11 16:00:04] Production.INFO: Date 2026-09-11
[2026-09-11 16:00:04] Production.INFO: Reseller ==> 0
[2026-09-11 16:00:04] Production.INFO: Total Charge 0
[2026-09-11 16:00:04] Production.INFO: CreateAllLog End
[2026-09-11 16:00:04] Production.INFO: Account Balance End.
[2026-09-11 16:00:04] Production.ERROR: CronJobId end 12
[2026-09-11 16:00:04] Production.INFO: ==1325== Releasing lock...
[2026-09-11 16:00:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 16:00:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 16:00:04] Production.INFO: ==1321== Releasing lock...
[2026-09-11 16:00:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 16:00:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 16:00:12] Production.ERROR: CronJobId end10
[2026-09-11 16:00:12] Production.INFO: ==1323== Releasing lock...
[2026-09-11 16:00:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 16:00:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 16:00:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 16:00:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 16:00:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 16:00:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 16:00:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 16:00:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 16:00:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 16:00:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 16:00:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 16:00:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 16:00:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 16:00:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 16:00:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 16:00:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 16:00:14] Production.INFO: call_cost start
[2026-09-11 16:00:14] Production.INFO: call_cost end
[2026-09-11 16:00:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 16:00:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 16:00:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 16:00:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 16:00:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 16:00:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 16:00:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 16:00:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 16:00:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 16:00:14] Production.INFO: ==1319== Releasing lock...
[2026-09-11 16:00:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 16:00:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 21:01:02] Production.INFO: ==1384== Lock acquired, processing the job...
[2026-09-11 21:01:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 21:01:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 21:01:02] Production.INFO: neon service started
[2026-09-11 21:01:02] Production.INFO: neon service started
[2026-09-11 21:01:02] Production.INFO: ==1384== Releasing lock...
[2026-09-11 21:01:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 21:01:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 20:01:02] Production.INFO: ==1398== Lock acquired, processing the job...
[2026-09-11 20:01:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 20:01:02] Production.INFO: ==1398== Releasing lock...
[2026-09-11 20:01:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 20:01:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 16:01:02] Production.INFO: ==1396== Lock acquired, processing the job...
[2026-09-11 16:01:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 16:01:03] Production.INFO: ==1396== Releasing lock...
[2026-09-11 16:01:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 16:01:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 16:01:03] Production.INFO: ==1402== Lock acquired, processing the job...
[2026-09-11 16:01:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 16:01:03] Production.INFO: ==1400== Lock acquired, processing the job...
[2026-09-11 16:01:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 16:01:03] Production.INFO: ==1404== Lock acquired, processing the job...
[2026-09-11 16:01:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 16:01:03] Production.INFO: ==1408== Lock acquired, processing the job...
[2026-09-11 16:01:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 16:01:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 16:01:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 16:01:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 16:01:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 16:01:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 16:01:04] Production.INFO: ==1406== Lock acquired, processing the job...
[2026-09-11 16:01:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 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-09-11 16:01:04] Production.INFO: Account Balance Start.
[2026-09-11 16:01:04] Production.INFO: CreateAllLog Start
[2026-09-11 16:01:04] Production.INFO: 117
[2026-09-11 16:01:04] Production.INFO: Date 2026-09-08
[2026-09-11 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-09-11 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-09-11 16:01:04] Production.INFO: Reseller ==> 0
[2026-09-11 16:01:04] Production.INFO: Date 2026-09-09
[2026-09-11 16:01:04] Production.INFO: ==1408== Releasing lock...
[2026-09-11 16:01:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 16:01:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 16:01:04] Production.INFO: Reseller ==> 0
[2026-09-11 16:01:04] Production.INFO: Date 2026-09-10
[2026-09-11 16:01:04] Production.INFO: Reseller ==> 0
[2026-09-11 16:01:04] Production.INFO: Date 2026-09-11
[2026-09-11 16:01:04] Production.INFO: Reseller ==> 0
[2026-09-11 16:01:04] Production.INFO: Total Charge 0
[2026-09-11 16:01:04] Production.INFO: CreateAllLog End
[2026-09-11 16:01:04] Production.INFO: Account Balance End.
[2026-09-11 16:01:04] Production.ERROR: CronJobId end 12
[2026-09-11 16:01:04] Production.INFO: ==1406== Releasing lock...
[2026-09-11 16:01:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 16:01:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 16:01:04] Production.INFO: ==1402== Releasing lock...
[2026-09-11 16:01:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 16:01:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 16:01:12] Production.ERROR: CronJobId end10
[2026-09-11 16:01:12] Production.INFO: ==1404== Releasing lock...
[2026-09-11 16:01:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 16:01:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 16:01:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 16:01:15] Production.INFO: ============== Balance Warning START===========
[2026-09-11 16:01:15] Production.INFO: ============== Balance Warning END===========
[2026-09-11 16:01:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 16:01:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 16:01:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 16:01:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 16:01:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 16:01:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 16:01:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 16:01:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 16:01:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 16:01:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 16:01:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 16:01:15] Production.INFO: call_cost start
[2026-09-11 16:01:15] Production.INFO: call_cost end
[2026-09-11 16:01:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 16:01:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 16:01:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 16:01:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 16:01:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 16:01:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 16:01:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 16:01:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 16:01:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 16:01:15] Production.INFO: ==1400== Releasing lock...
[2026-09-11 16:01:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 16:01:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 21:02:01] Production.INFO: ==1465== Lock acquired, processing the job...
[2026-09-11 21:02:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 21:02:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 21:02:01] Production.INFO: neon service started
[2026-09-11 21:02:01] Production.INFO: neon service started
[2026-09-11 21:02:01] Production.INFO: ==1465== Releasing lock...
[2026-09-11 21:02:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 21:02:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 16:02:02] Production.INFO: ==1467== Lock acquired, processing the job...
[2026-09-11 16:02:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 16:02:02] Production.INFO: ==1467== Releasing lock...
[2026-09-11 16:02:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 16:02:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 20:02:02] Production.INFO: ==1469== Lock acquired, processing the job...
[2026-09-11 20:02:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 20:02:02] Production.INFO: ==1469== Releasing lock...
[2026-09-11 20:02:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 20:02:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 16:02:03] Production.INFO: ==1477== Lock acquired, processing the job...
[2026-09-11 16:02:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 16:02:03] Production.INFO: ==1479== Lock acquired, processing the job...
[2026-09-11 16:02:03] Production.INFO: pbxaccountusage-command-pbxaccountusage-companyid-1-cronjobid-16 #Starts#
[2026-09-11 16:02:03] Production.INFO: Account Balance Start.
[2026-09-11 16:02:03] Production.INFO: CreateAllLog Start
[2026-09-11 16:02:03] Production.INFO: ==1471== Lock acquired, processing the job...
[2026-09-11 16:02:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 16:02:03] Production.INFO: 117
[2026-09-11 16:02:03] Production.INFO: ==1473== Lock acquired, processing the job...
[2026-09-11 16:02:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 16:02:03] Production.INFO: Date 2026-09-08
[2026-09-11 16:02:03] Production.INFO: ==1475== Lock acquired, processing the job...
[2026-09-11 16:02:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 16:02:03] Production.ERROR: tblTempUsageDetail_20
[2026-09-11 16:02:03] Production.INFO: Reseller ==> 0
[2026-09-11 16:02:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 16:02:03] Production.INFO: ==1481== Lock acquired, processing the job...
[2026-09-11 16:02:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 16:02:03] Production.INFO: Date 2026-09-09
[2026-09-11 16:02:03] Production.INFO: Reseller ==> 0
[2026-09-11 16:02:03] Production.INFO: Date 2026-09-10
[2026-09-11 16:02:03] Production.INFO: Reseller ==> 0
[2026-09-11 16:02:03] Production.INFO: Date 2026-09-11
[2026-09-11 16:02:03] Production.INFO: Reseller ==> 0
[2026-09-11 16:02:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 16:02:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 16:02:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 16:02:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 16:02:03] Production.INFO: Total Charge 0
[2026-09-11 16:02:03] Production.INFO: CreateAllLog End
[2026-09-11 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-09-11 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-09-11 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-09-11 16:02:03] Production.INFO: ==1481== Releasing lock...
[2026-09-11 16:02:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 16:02:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 16:02:03] Production.ERROR: done
[2026-09-11 16:02:03] Production.ERROR: tblTempVendorCDR_20
[2026-09-11 16:02:04] Production.ERROR: done
[2026-09-11 16:02:04] Production.INFO: Account Balance End.
[2026-09-11 16:02:04] Production.ERROR: CronJobId end 12
[2026-09-11 16:02:04] Production.INFO: ==1477== Releasing lock...
[2026-09-11 16:02:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 16:02:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 16: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-09-11 16: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-09-11 16: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-09-11 16: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-09-11 16:02:04] Production.INFO: ==1479== Releasing lock...
[2026-09-11 16:02:04] Production.INFO: pbxaccountusage-command-pbxaccountusage-companyid-1-cronjobid-16 #Stops#
[2026-09-11 16:02:04] Production.INFO: 27.25 MB #Memory Used#
[2026-09-11 16:02:04] Production.INFO: ==1473== Releasing lock...
[2026-09-11 16:02:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 16:02:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 16:02:11] Production.ERROR: CronJobId end10
[2026-09-11 16:02:11] Production.INFO: ==1475== Releasing lock...
[2026-09-11 16:02:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 16:02:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 16:02:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 16:02:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 16:02:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 16:02:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 16:02:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 16:02:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 16:02:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 16:02:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 16:02:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 16:02:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 16:02:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 16:02:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 16:02:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 16:02:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 16:02:15] Production.INFO: call_cost start
[2026-09-11 16:02:15] Production.INFO: call_cost end
[2026-09-11 16:02:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 16:02:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 16:02:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 16:02:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 16:02:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 16:02:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 16:02:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 16:02:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 16:02:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 16:02:15] Production.INFO: ==1471== Releasing lock...
[2026-09-11 16:02:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 16:02:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 21:03:02] Production.INFO: ==1537== Lock acquired, processing the job...
[2026-09-11 21:03:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 21:03:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 21:03:02] Production.INFO: neon service started
[2026-09-11 21:03:02] Production.INFO: neon service started
[2026-09-11 21:03:02] Production.INFO: ==1537== Releasing lock...
[2026-09-11 21:03:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 21:03:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 16:03:02] Production.INFO: ==1540== Lock acquired, processing the job...
[2026-09-11 16:03:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 16:03:02] Production.INFO: ==1540== Releasing lock...
[2026-09-11 16:03:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 16:03:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 20:03:03] Production.INFO: ==1542== Lock acquired, processing the job...
[2026-09-11 20:03:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 20:03:03] Production.INFO: ==1542== Releasing lock...
[2026-09-11 20:03:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 20:03:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 16:03:03] Production.INFO: ==1552== Lock acquired, processing the job...
[2026-09-11 16:03:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 16:03:03] Production.INFO: ==1544== Lock acquired, processing the job...
[2026-09-11 16:03:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 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-09-11 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-09-11 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-09-11 16:03:03] Production.INFO: ==1546== Lock acquired, processing the job...
[2026-09-11 16:03:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 16:03:03] Production.INFO: ==1552== Releasing lock...
[2026-09-11 16:03:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 16:03:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 16:03:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 16:03:03] Production.INFO: ==1548== Lock acquired, processing the job...
[2026-09-11 16:03:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 16:03:04] Production.INFO: ==1550== Lock acquired, processing the job...
[2026-09-11 16:03:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 16:03:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 16:03:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 16:03:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 16:03:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 16:03:04] Production.INFO: Account Balance Start.
[2026-09-11 16:03:04] Production.INFO: CreateAllLog Start
[2026-09-11 16:03:04] Production.INFO: 117
[2026-09-11 16:03:04] Production.INFO: Date 2026-09-08
[2026-09-11 16:03:04] Production.INFO: Reseller ==> 0
[2026-09-11 16:03:04] Production.INFO: Date 2026-09-09
[2026-09-11 16:03:04] Production.INFO: Reseller ==> 0
[2026-09-11 16:03:04] Production.INFO: Date 2026-09-10
[2026-09-11 16:03:04] Production.INFO: Reseller ==> 0
[2026-09-11 16:03:04] Production.INFO: Date 2026-09-11
[2026-09-11 16:03:04] Production.INFO: Reseller ==> 0
[2026-09-11 16:03:04] Production.INFO: Total Charge 0
[2026-09-11 16:03:04] Production.INFO: CreateAllLog End
[2026-09-11 16:03:04] Production.INFO: Account Balance End.
[2026-09-11 16:03:04] Production.ERROR: CronJobId end 12
[2026-09-11 16:03:04] Production.INFO: ==1550== Releasing lock...
[2026-09-11 16:03:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 16:03:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 16:03:04] Production.INFO: ==1546== Releasing lock...
[2026-09-11 16:03:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 16:03:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 16:03: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_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-09-11 16:03:12] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 16:03:12] Production.INFO: ============== Balance Warning START===========
[2026-09-11 16:03:12] Production.INFO: ============== Balance Warning END===========
[2026-09-11 16:03:12] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 16:03:12] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 16:03:12] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 16:03:12] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 16:03:12] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 16:03:12] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 16:03:12] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 16:03:12] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 16:03:12] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 16:03:12] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 16:03:12] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 16:03:12] Production.ERROR: CronJobId end10
[2026-09-11 16:03:12] Production.INFO: ==1548== Releasing lock...
[2026-09-11 16:03:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 16:03:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 16:03:13] Production.INFO: call_cost start
[2026-09-11 16:03:13] Production.INFO: call_cost end
[2026-09-11 16:03:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 16:03:13] Production.INFO: ============== Report Schedule START===========
[2026-09-11 16:03:13] Production.INFO: ============== Report Schedule END===========
[2026-09-11 16:03:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 16:03:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 16:03:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 16:03:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 16:03:13] Production.INFO: ============== Deal alert START===========
[2026-09-11 16:03:13] Production.INFO: ============== Deal alert END===========
[2026-09-11 16:03:13] Production.INFO: ==1544== Releasing lock...
[2026-09-11 16:03:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 16:03:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 21:04:01] Production.INFO: ==1609== Lock acquired, processing the job...
[2026-09-11 21:04:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 21:04:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 21:04:01] Production.INFO: neon service started
[2026-09-11 21:04:01] Production.INFO: neon service started
[2026-09-11 21:04:01] Production.INFO: ==1609== Releasing lock...
[2026-09-11 21:04:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 21:04:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 16:04:02] Production.INFO: ==1611== Lock acquired, processing the job...
[2026-09-11 16:04:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 16:04:02] Production.INFO: ==1611== Releasing lock...
[2026-09-11 16:04:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 16:04:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 20:04:02] Production.INFO: ==1613== Lock acquired, processing the job...
[2026-09-11 20:04:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 20:04:02] Production.INFO: ==1613== Releasing lock...
[2026-09-11 20:04:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 20:04:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 16:04:02] Production.INFO: ==1616== Lock acquired, processing the job...
[2026-09-11 16:04:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 16:04:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 16:04:03] Production.INFO: ==1620== Lock acquired, processing the job...
[2026-09-11 16:04:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 16:04:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 16:04:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 16:04:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 16:04:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 16:04:03] Production.INFO: ==1618== Lock acquired, processing the job...
[2026-09-11 16:04:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 16:04:03] Production.INFO: ==1624== Lock acquired, processing the job...
[2026-09-11 16:04:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 16:04:03] Production.INFO: ==1622== Lock acquired, processing the job...
[2026-09-11 16:04:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 16: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-09-11 16: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-09-11 16: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-09-11 16:04:03] Production.INFO: ==1624== Releasing lock...
[2026-09-11 16:04:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 16:04:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 16:04:03] Production.INFO: Account Balance Start.
[2026-09-11 16:04:03] Production.INFO: CreateAllLog Start
[2026-09-11 16:04:03] Production.INFO: 117
[2026-09-11 16:04:03] Production.INFO: Date 2026-09-08
[2026-09-11 16:04:03] Production.INFO: Reseller ==> 0
[2026-09-11 16:04:03] Production.INFO: Date 2026-09-09
[2026-09-11 16:04:03] Production.INFO: Reseller ==> 0
[2026-09-11 16:04:03] Production.INFO: Date 2026-09-10
[2026-09-11 16:04:03] Production.INFO: Reseller ==> 0
[2026-09-11 16:04:03] Production.INFO: Date 2026-09-11
[2026-09-11 16:04:03] Production.INFO: Reseller ==> 0
[2026-09-11 16:04:04] Production.INFO: Total Charge 0
[2026-09-11 16:04:04] Production.INFO: CreateAllLog End
[2026-09-11 16:04:04] Production.INFO: Account Balance End.
[2026-09-11 16:04:04] Production.ERROR: CronJobId end 12
[2026-09-11 16:04:04] Production.INFO: ==1622== Releasing lock...
[2026-09-11 16:04:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 16:04:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 16:04:04] Production.INFO: ==1618== Releasing lock...
[2026-09-11 16:04:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 16:04:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 16:04:11] Production.ERROR: CronJobId end10
[2026-09-11 16:04:11] Production.INFO: ==1620== Releasing lock...
[2026-09-11 16:04:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 16:04:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 16:04:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 16:04:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 16:04:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 16:04:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 16:04:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 16:04:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 16:04:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 16:04:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 16:04:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 16:04:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 16:04:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 16:04:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 16:04:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 16:04:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 16:04:14] Production.INFO: call_cost start
[2026-09-11 16:04:14] Production.INFO: call_cost end
[2026-09-11 16:04:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 16:04:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 16:04:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 16:04:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 16:04:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 16:04:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 16:04:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 16:04:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 16:04:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 16:04:14] Production.INFO: ==1616== Releasing lock...
[2026-09-11 16:04:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 16:04:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 21:05:02] Production.INFO: ==1686== Lock acquired, processing the job...
[2026-09-11 21:05:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 21:05:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 21:05:02] Production.INFO: neon service started
[2026-09-11 21:05:02] Production.INFO: neon service started
[2026-09-11 21:05:02] Production.INFO: ==1686== Releasing lock...
[2026-09-11 21:05:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 21:05:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 16:05:02] Production.INFO: ==1688== Lock acquired, processing the job...
[2026-09-11 16:05:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 16:05:02] Production.INFO: ==1688== Releasing lock...
[2026-09-11 16:05:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 16:05:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 20:05:03] Production.INFO: ==1690== Lock acquired, processing the job...
[2026-09-11 20:05:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 20:05:03] Production.INFO: ==1690== Releasing lock...
[2026-09-11 20:05:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 20:05:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 16:05:03] Production.INFO: ==1693== Lock acquired, processing the job...
[2026-09-11 16:05:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-11 16:05:03] Production.ERROR: ========================== active cronjob start =============================
[2026-09-11 16:05:03] Production.INFO: ==1699== Lock acquired, processing the job...
[2026-09-11 16:05:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 16:05:03] Production.ERROR: ========================== active cronjob end =============================
[2026-09-11 16:05:03] Production.INFO: ==1693== Releasing lock...
[2026-09-11 16:05:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-11 16:05:03] Production.INFO: 25.5 MB #Memory Used#
[2026-09-11 16:05:04] Production.INFO: ==1695== Lock acquired, processing the job...
[2026-09-11 16:05:04] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 16:05:04] Production.INFO: ==1697== Lock acquired, processing the job...
[2026-09-11 16:05:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 16:05:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 16:05:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 16:05:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 16:05:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 16:05:04] Production.INFO: ==1703== Lock acquired, processing the job...
[2026-09-11 16:05:04] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-11 16:05:04] Production.INFO: ==1701== Lock acquired, processing the job...
[2026-09-11 16:05:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 16:05:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 16:05:04] Production.ERROR: tblTempUsageDetail_20
[2026-09-11 16:05:04] Production.INFO: Account Balance Start.
[2026-09-11 16:05:04] Production.INFO: CreateAllLog Start
[2026-09-11 16:05:04] Production.INFO: 117
[2026-09-11 16:05:04] Production.INFO: ==1705== Lock acquired, processing the job...
[2026-09-11 16:05:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 16:05:04] Production.INFO: Date 2026-09-08
[2026-09-11 16:05:04] Production.INFO: Reseller ==> 0
[2026-09-11 16:05:04] Production.INFO: Date 2026-09-09
[2026-09-11 16:05:04] Production.INFO: Reseller ==> 0
[2026-09-11 16: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-09-11 16: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-09-11 16:05:04] Production.ERROR: done
[2026-09-11 16: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-09-11 16:05:04] Production.INFO: ==1705== Releasing lock...
[2026-09-11 16:05:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 16:05:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 16:05:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-11 16:05:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17985321', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) start
[2026-09-11 16:05:04] Production.INFO: Date 2026-09-10
[2026-09-11 16:05:04] Production.INFO: Reseller ==> 0
[2026-09-11 16:05:04] Production.INFO: Date 2026-09-11
[2026-09-11 16:05:04] Production.INFO: Reseller ==> 0
[2026-09-11 16:05:04] Production.INFO: Total Charge 0
[2026-09-11 16:05:04] Production.INFO: CreateAllLog End
[2026-09-11 16:05:04] Production.INFO: Account Balance End.
[2026-09-11 16:05:04] Production.INFO: ==1697== Releasing lock...
[2026-09-11 16:05:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 16:05:04] Production.ERROR: CronJobId end 12
[2026-09-11 16:05:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 16:05:04] Production.INFO: ==1701== Releasing lock...
[2026-09-11 16:05:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 16:05:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 16:05:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17985321', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) end
[2026-09-11 16:05:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-11 16:05:10] Production.INFO: ProcessCDR(1,17985321,1,1,2)
[2026-09-11 16:05:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17985321,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 16:05:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17985321,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 16:05:10] Production.ERROR: pbx prc_insertCDR start
[2026-09-11 16:05:10] Production.ERROR: pbx prc_insertCDR end
[2026-09-11 16:05:10] Production.INFO: ==1703== Releasing lock...
[2026-09-11 16:05:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-11 16:05:10] Production.INFO: 26 MB #Memory Used#
[2026-09-11 16:05:14] Production.ERROR: CronJobId end10
[2026-09-11 16:05:14] Production.INFO: ==1699== Releasing lock...
[2026-09-11 16:05:14] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 16:05:14] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 16:05:17] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 16:05:17] Production.INFO: ============== Balance Warning START===========
[2026-09-11 16:05:17] Production.INFO: ============== Balance Warning END===========
[2026-09-11 16:05:17] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 16:05:17] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 16:05:17] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 16:05:17] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 16:05:17] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 16:05:17] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 16:05:17] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 16:05:17] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 16:05:17] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 16:05:17] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 16:05:17] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 16:05:17] Production.INFO: call_cost start
[2026-09-11 16:05:17] Production.INFO: call_cost end
[2026-09-11 16:05:17] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 16:05:17] Production.INFO: ============== Report Schedule START===========
[2026-09-11 16:05:17] Production.INFO: ============== Report Schedule END===========
[2026-09-11 16:05:17] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 16:05:17] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 16:05:17] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 16:05:17] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 16:05:17] Production.INFO: ============== Deal alert START===========
[2026-09-11 16:05:17] Production.INFO: ============== Deal alert END===========
[2026-09-11 16:05:17] Production.INFO: ==1695== Releasing lock...
[2026-09-11 16:05:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 16:05:17] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 21:06:01] Production.INFO: ==1759== Lock acquired, processing the job...
[2026-09-11 21:06:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 21:06:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 21:06:01] Production.INFO: neon service started
[2026-09-11 21:06:01] Production.INFO: neon service started
[2026-09-11 21:06:01] Production.INFO: ==1759== Releasing lock...
[2026-09-11 21:06:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 21:06:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 16:06:02] Production.INFO: ==1761== Lock acquired, processing the job...
[2026-09-11 16:06:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 16:06:02] Production.INFO: ==1761== Releasing lock...
[2026-09-11 16:06:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 16:06:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 20:06:02] Production.INFO: ==1763== Lock acquired, processing the job...
[2026-09-11 20:06:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 20:06:02] Production.INFO: ==1763== Releasing lock...
[2026-09-11 20:06:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 20:06:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 16:06:03] Production.INFO: ==1766== Lock acquired, processing the job...
[2026-09-11 16:06:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 16:06:03] Production.INFO: ==1768== Lock acquired, processing the job...
[2026-09-11 16:06:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 16:06:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 16:06:03] Production.INFO: ==1770== Lock acquired, processing the job...
[2026-09-11 16:06:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 16:06:03] Production.INFO: ==1772== Lock acquired, processing the job...
[2026-09-11 16:06:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 16:06:03] Production.INFO: ==1774== Lock acquired, processing the job...
[2026-09-11 16:06:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 16:06:03] Production.INFO: Account Balance Start.
[2026-09-11 16:06:03] Production.INFO: CreateAllLog Start
[2026-09-11 16:06:03] Production.INFO: 117
[2026-09-11 16:06:03] Production.INFO: Date 2026-09-08
[2026-09-11 16:06:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 16:06:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 16:06:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 16:06:03] Production.INFO: Reseller ==> 0
[2026-09-11 16:06:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 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-09-11 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-09-11 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-09-11 16:06:03] Production.INFO: Date 2026-09-09
[2026-09-11 16:06:03] Production.INFO: Reseller ==> 0
[2026-09-11 16:06:03] Production.INFO: ==1774== Releasing lock...
[2026-09-11 16:06:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 16:06:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 16:06:03] Production.INFO: Date 2026-09-10
[2026-09-11 16:06:03] Production.INFO: Reseller ==> 0
[2026-09-11 16:06:03] Production.INFO: Date 2026-09-11
[2026-09-11 16:06:03] Production.INFO: Reseller ==> 0
[2026-09-11 16:06:03] Production.INFO: Total Charge 0
[2026-09-11 16:06:03] Production.INFO: CreateAllLog End
[2026-09-11 16:06:03] Production.INFO: Account Balance End.
[2026-09-11 16:06:03] Production.ERROR: CronJobId end 12
[2026-09-11 16:06:03] Production.INFO: ==1772== Releasing lock...
[2026-09-11 16:06:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 16:06:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 16:06:03] Production.INFO: ==1768== Releasing lock...
[2026-09-11 16:06:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 16:06:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 16:06:11] Production.ERROR: CronJobId end10
[2026-09-11 16:06:11] Production.INFO: ==1770== Releasing lock...
[2026-09-11 16:06:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 16:06:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 16:06:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 16:06:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 16:06:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 16:06:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 16:06:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 16:06:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 16:06:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 16:06:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 16:06:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 16:06:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 16:06:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 16:06:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 16:06:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 16:06:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 16:06:13] Production.INFO: call_cost start
[2026-09-11 16:06:13] Production.INFO: call_cost end
[2026-09-11 16:06:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 16:06:13] Production.INFO: ============== Report Schedule START===========
[2026-09-11 16:06:13] Production.INFO: ============== Report Schedule END===========
[2026-09-11 16:06:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 16:06:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 16:06:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 16:06:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 16:06:13] Production.INFO: ============== Deal alert START===========
[2026-09-11 16:06:13] Production.INFO: ============== Deal alert END===========
[2026-09-11 16:06:13] Production.INFO: ==1766== Releasing lock...
[2026-09-11 16:06:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 16:06:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 21:07:02] Production.INFO: ==1860== Lock acquired, processing the job...
[2026-09-11 21:07:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 21:07:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 21:07:02] Production.INFO: neon service started
[2026-09-11 21:07:02] Production.INFO: neon service started
[2026-09-11 21:07:02] Production.INFO: ==1860== Releasing lock...
[2026-09-11 21:07:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 21:07:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 20:07:02] Production.INFO: ==1864== Lock acquired, processing the job...
[2026-09-11 20:07:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 20:07:02] Production.INFO: ==1864== Releasing lock...
[2026-09-11 20:07:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 20:07:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 16:07:02] Production.INFO: ==1862== Lock acquired, processing the job...
[2026-09-11 16:07:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 16:07:02] Production.INFO: ==1862== Releasing lock...
[2026-09-11 16:07:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 16:07:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 16:07:03] Production.INFO: ==1867== Lock acquired, processing the job...
[2026-09-11 16:07:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 16:07:03] Production.INFO: ==1869== Lock acquired, processing the job...
[2026-09-11 16:07:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 16:07:03] Production.INFO: ==1871== Lock acquired, processing the job...
[2026-09-11 16:07:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 16:07:03] Production.INFO: ==1875== Lock acquired, processing the job...
[2026-09-11 16:07:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 16:07:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 16:07:03] Production.INFO: ==1873== Lock acquired, processing the job...
[2026-09-11 16:07:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 16:07:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 16:07:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 16:07:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 16:07:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 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-09-11 16:07:03] Production.INFO: Account Balance Start.
[2026-09-11 16:07:03] Production.INFO: CreateAllLog Start
[2026-09-11 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-09-11 16:07:03] Production.INFO: 117
[2026-09-11 16:07:03] Production.INFO: Date 2026-09-08
[2026-09-11 16:07:04] Production.INFO: Reseller ==> 0
[2026-09-11 16:07:04] Production.INFO: Date 2026-09-09
[2026-09-11 16:07:04] Production.INFO: Reseller ==> 0
[2026-09-11 16: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-09-11 16:07:04] Production.INFO: ==1875== Releasing lock...
[2026-09-11 16:07:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 16:07:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 16:07:04] Production.INFO: Date 2026-09-10
[2026-09-11 16:07:04] Production.INFO: Reseller ==> 0
[2026-09-11 16:07:04] Production.INFO: Date 2026-09-11
[2026-09-11 16:07:04] Production.INFO: Reseller ==> 0
[2026-09-11 16:07:04] Production.INFO: Total Charge 0
[2026-09-11 16:07:04] Production.INFO: CreateAllLog End
[2026-09-11 16:07:04] Production.INFO: Account Balance End.
[2026-09-11 16:07:04] Production.ERROR: CronJobId end 12
[2026-09-11 16:07:04] Production.INFO: ==1873== Releasing lock...
[2026-09-11 16:07:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 16:07:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 16:07:04] Production.INFO: ==1869== Releasing lock...
[2026-09-11 16:07:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 16:07:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 16:07:11] Production.ERROR: CronJobId end10
[2026-09-11 16:07:11] Production.INFO: ==1871== Releasing lock...
[2026-09-11 16:07:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 16:07:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 16:07:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 16:07:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 16:07:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 16:07:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 16:07:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 16:07:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 16:07:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 16:07:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 16:07:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 16:07:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 16:07:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 16:07:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 16:07:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 16:07:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 16:07:15] Production.INFO: call_cost start
[2026-09-11 16:07:15] Production.INFO: call_cost end
[2026-09-11 16:07:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 16:07:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 16:07:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 16:07:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 16:07:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 16:07:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 16:07:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 16:07:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 16:07:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 16:07:15] Production.INFO: ==1867== Releasing lock...
[2026-09-11 16:07:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 16:07:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 21:08:01] Production.INFO: ==1934== Lock acquired, processing the job...
[2026-09-11 21:08:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 21:08:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 21:08:01] Production.INFO: neon service started
[2026-09-11 21:08:01] Production.INFO: neon service started
[2026-09-11 21:08:01] Production.INFO: ==1934== Releasing lock...
[2026-09-11 21:08:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 21:08:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 20:08:01] Production.INFO: ==1938== Lock acquired, processing the job...
[2026-09-11 20:08:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 20:08:01] Production.INFO: ==1938== Releasing lock...
[2026-09-11 20:08:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 20:08:01] Production.INFO: 25 MB #Memory Used#
[2026-09-11 16:08:02] Production.INFO: ==1936== Lock acquired, processing the job...
[2026-09-11 16:08:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 16:08:02] Production.INFO: ==1936== Releasing lock...
[2026-09-11 16:08:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 16:08:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 16:08:03] Production.INFO: ==1943== Lock acquired, processing the job...
[2026-09-11 16:08:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 16:08:03] Production.INFO: ==1941== Lock acquired, processing the job...
[2026-09-11 16:08:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 16:08:03] Production.INFO: ==1945== Lock acquired, processing the job...
[2026-09-11 16:08:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 16:08:03] Production.INFO: ==1947== Lock acquired, processing the job...
[2026-09-11 16:08:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 16:08:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 16:08:03] Production.INFO: Account Balance Start.
[2026-09-11 16:08:03] Production.INFO: CreateAllLog Start
[2026-09-11 16:08:03] Production.INFO: 117
[2026-09-11 16:08:03] Production.INFO: Date 2026-09-08
[2026-09-11 16:08:03] Production.INFO: Reseller ==> 0
[2026-09-11 16:08:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 16:08:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 16:08:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 16:08:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 16:08:03] Production.INFO: ==1949== Lock acquired, processing the job...
[2026-09-11 16:08:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 16:08:03] Production.INFO: Date 2026-09-09
[2026-09-11 16:08:03] Production.INFO: Reseller ==> 0
[2026-09-11 16:08:03] Production.INFO: Date 2026-09-10
[2026-09-11 16:08:03] Production.INFO: Reseller ==> 0
[2026-09-11 16:08:03] Production.INFO: Date 2026-09-11
[2026-09-11 16:08:03] Production.INFO: Reseller ==> 0
[2026-09-11 16:08:03] Production.INFO: Total Charge 0
[2026-09-11 16:08:03] Production.INFO: CreateAllLog End
[2026-09-11 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-09-11 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-09-11 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-09-11 16:08:03] Production.INFO: ==1949== Releasing lock...
[2026-09-11 16:08:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 16:08:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 16:08:03] Production.INFO: Account Balance End.
[2026-09-11 16:08:03] Production.ERROR: CronJobId end 12
[2026-09-11 16:08:03] Production.INFO: ==1947== Releasing lock...
[2026-09-11 16:08:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 16:08:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 16:08:03] Production.INFO: ==1943== Releasing lock...
[2026-09-11 16:08:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 16:08:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 16:08:11] Production.ERROR: CronJobId end10
[2026-09-11 16:08:11] Production.INFO: ==1945== Releasing lock...
[2026-09-11 16:08:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 16:08:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 16:08:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 16:08:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 16:08:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 16:08:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 16:08:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 16:08:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 16:08:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 16:08:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 16:08:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 16:08:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 16:08:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 16:08:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 16:08:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 16:08:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 16:08:13] Production.INFO: call_cost start
[2026-09-11 16:08:13] Production.INFO: call_cost end
[2026-09-11 16:08:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 16:08:13] Production.INFO: ============== Report Schedule START===========
[2026-09-11 16:08:13] Production.INFO: ============== Report Schedule END===========
[2026-09-11 16:08:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 16:08:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 16:08:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 16:08:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 16:08:13] Production.INFO: ============== Deal alert START===========
[2026-09-11 16:08:13] Production.INFO: ============== Deal alert END===========
[2026-09-11 16:08:13] Production.INFO: ==1941== Releasing lock...
[2026-09-11 16:08:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 16:08:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 21:09:02] Production.INFO: ==2003== Lock acquired, processing the job...
[2026-09-11 21:09:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 21:09:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 21:09:02] Production.INFO: neon service started
[2026-09-11 21:09:02] Production.INFO: neon service started
[2026-09-11 21:09:02] Production.INFO: ==2003== Releasing lock...
[2026-09-11 21:09:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 21:09:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 20:09:02] Production.INFO: ==2007== Lock acquired, processing the job...
[2026-09-11 20:09:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 20:09:02] Production.INFO: ==2007== Releasing lock...
[2026-09-11 20:09:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 20:09:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 16:09:02] Production.INFO: ==2005== Lock acquired, processing the job...
[2026-09-11 16:09:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 16:09:02] Production.INFO: ==2005== Releasing lock...
[2026-09-11 16:09:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 16:09:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 16:09:03] Production.INFO: ==2010== Lock acquired, processing the job...
[2026-09-11 16:09:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 16:09:03] Production.INFO: ==2012== Lock acquired, processing the job...
[2026-09-11 16:09:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 16:09:03] Production.INFO: ==2014== Lock acquired, processing the job...
[2026-09-11 16:09:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 16:09:03] Production.INFO: ==2016== Lock acquired, processing the job...
[2026-09-11 16:09:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 16:09:03] Production.INFO: ==2018== Lock acquired, processing the job...
[2026-09-11 16:09:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 16:09:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 16:09:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 16:09:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 16:09:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 16:09:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 16:09:03] Production.INFO: Account Balance Start.
[2026-09-11 16:09:03] Production.INFO: CreateAllLog Start
[2026-09-11 16:09:03] Production.INFO: 117
[2026-09-11 16:09:03] Production.INFO: Date 2026-09-08
[2026-09-11 16:09:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 16:09:03] Production.INFO: Date 2026-09-09
[2026-09-11 16:09:03] Production.INFO: Reseller ==> 0
[2026-09-11 16: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-09-11 16:09:03] Production.INFO: ==2018== Releasing lock...
[2026-09-11 16:09:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 16:09:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 16:09:03] Production.INFO: Date 2026-09-10
[2026-09-11 16:09:03] Production.INFO: Reseller ==> 0
[2026-09-11 16:09:03] Production.INFO: Date 2026-09-11
[2026-09-11 16:09:03] Production.INFO: Reseller ==> 0
[2026-09-11 16:09:03] Production.INFO: Total Charge 0
[2026-09-11 16:09:03] Production.INFO: CreateAllLog End
[2026-09-11 16:09:04] Production.INFO: Account Balance End.
[2026-09-11 16:09:04] Production.ERROR: CronJobId end 12
[2026-09-11 16:09:04] Production.INFO: ==2016== Releasing lock...
[2026-09-11 16:09:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 16:09:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 16:09:04] Production.INFO: ==2012== Releasing lock...
[2026-09-11 16:09:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 16:09:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 16:09:11] Production.ERROR: CronJobId end10
[2026-09-11 16:09:11] Production.INFO: ==2014== Releasing lock...
[2026-09-11 16:09:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 16:09:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 16:09:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 16:09:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 16:09:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 16:09:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 16:09:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 16:09:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 16:09:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 16:09:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 16:09:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 16:09:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 16:09:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 16:09:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 16:09:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 16:09:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 16:09:14] Production.INFO: call_cost start
[2026-09-11 16:09:14] Production.INFO: call_cost end
[2026-09-11 16:09:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 16:09:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 16:09:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 16:09:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 16:09:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 16:09:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 16:09:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 16:09:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 16:09:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 16:09:14] Production.INFO: ==2010== Releasing lock...
[2026-09-11 16:09:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 16:09:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 21:10:01] Production.INFO: ==2073== Lock acquired, processing the job...
[2026-09-11 21:10:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 21:10:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 21:10:01] Production.INFO: neon service started
[2026-09-11 21:10:01] Production.INFO: neon service started
[2026-09-11 21:10:01] Production.INFO: ==2073== Releasing lock...
[2026-09-11 21:10:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 21:10:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 16:10:02] Production.INFO: ==2076== Lock acquired, processing the job...
[2026-09-11 16:10:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 20:10:02] Production.INFO: ==2078== Lock acquired, processing the job...
[2026-09-11 20:10:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 20:10:02] Production.INFO: ==2078== Releasing lock...
[2026-09-11 20:10:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 20:10:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 16:10:02] Production.INFO: ==2076== Releasing lock...
[2026-09-11 16:10:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 16:10:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 16:10:03] Production.INFO: ==2086== Lock acquired, processing the job...
[2026-09-11 16:10:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 16:10:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 16:10:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 16:10:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 16:10:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 16:10:03] Production.INFO: ==2082== Lock acquired, processing the job...
[2026-09-11 16:10:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 16:10:03] Production.INFO: ==2084== Lock acquired, processing the job...
[2026-09-11 16:10:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 16:10:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 16:10:03] Production.INFO: ==2088== Lock acquired, processing the job...
[2026-09-11 16:10:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 16:10:03] Production.INFO: ==2090== Lock acquired, processing the job...
[2026-09-11 16:10:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 16:10:03] Production.INFO: Account Balance Start.
[2026-09-11 16:10:03] Production.INFO: CreateAllLog Start
[2026-09-11 16:10:03] Production.INFO: 117
[2026-09-11 16:10:03] Production.INFO: Date 2026-09-08
[2026-09-11 16:10:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 16:10:03] Production.INFO: Date 2026-09-09
[2026-09-11 16:10:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 16:10:03] Production.INFO: ==2090== Releasing lock...
[2026-09-11 16:10:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 16:10:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 16:10:03] Production.INFO: Date 2026-09-10
[2026-09-11 16:10:03] Production.INFO: Reseller ==> 0
[2026-09-11 16:10:03] Production.INFO: Date 2026-09-11
[2026-09-11 16:10:03] Production.INFO: Reseller ==> 0
[2026-09-11 16:10:03] Production.INFO: Total Charge 0
[2026-09-11 16:10:03] Production.INFO: CreateAllLog End
[2026-09-11 16:10:04] Production.INFO: Account Balance End.
[2026-09-11 16:10:04] Production.ERROR: CronJobId end 12
[2026-09-11 16:10:04] Production.INFO: ==2088== Releasing lock...
[2026-09-11 16:10:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 16:10:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 16:10:04] Production.INFO: ==2084== Releasing lock...
[2026-09-11 16:10:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 16:10:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 16:10:11] Production.ERROR: CronJobId end10
[2026-09-11 16:10:11] Production.INFO: ==2086== Releasing lock...
[2026-09-11 16:10:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 16:10:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 16:10:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 16:10:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 16:10:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 16:10:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 16:10:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 16:10:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 16:10:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 16:10:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 16:10:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 16:10:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 16:10:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 16:10:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 16:10:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 16:10:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 16:10:14] Production.INFO: call_cost start
[2026-09-11 16:10:14] Production.INFO: call_cost end
[2026-09-11 16:10:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 16:10:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 16:10:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 16:10:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 16:10:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 16:10:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 16:10:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 16:10:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 16:10:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 16:10:14] Production.INFO: ==2082== Releasing lock...
[2026-09-11 16:10:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 16:10:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 21:11:01] Production.INFO: ==2164== Lock acquired, processing the job...
[2026-09-11 21:11:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 21:11:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 21:11:01] Production.INFO: neon service started
[2026-09-11 21:11:01] Production.INFO: neon service started
[2026-09-11 21:11:01] Production.INFO: ==2164== Releasing lock...
[2026-09-11 21:11:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 21:11:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 16:11:02] Production.INFO: ==2166== Lock acquired, processing the job...
[2026-09-11 16:11:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 16:11:02] Production.INFO: ==2166== Releasing lock...
[2026-09-11 16:11:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 16:11:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 20:11:02] Production.INFO: ==2168== Lock acquired, processing the job...
[2026-09-11 20:11:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 20:11:02] Production.INFO: ==2168== Releasing lock...
[2026-09-11 20:11:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 20:11:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 16:11:03] Production.INFO: ==2170== Lock acquired, processing the job...
[2026-09-11 16:11:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 16:11:03] Production.INFO: ==2172== Lock acquired, processing the job...
[2026-09-11 16:11:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 16:11:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 16:11:03] Production.INFO: ==2178== Lock acquired, processing the job...
[2026-09-11 16:11:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 16:11:03] Production.INFO: ==2174== Lock acquired, processing the job...
[2026-09-11 16:11:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 16:11:03] Production.INFO: ==2176== Lock acquired, processing the job...
[2026-09-11 16:11:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 16: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-09-11 16: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-09-11 16: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-09-11 16:11:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 16:11:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 16:11:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 16:11:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 16:11:03] Production.INFO: ==2178== Releasing lock...
[2026-09-11 16:11:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 16:11:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 16:11:03] Production.INFO: Account Balance Start.
[2026-09-11 16:11:03] Production.INFO: CreateAllLog Start
[2026-09-11 16:11:03] Production.INFO: 117
[2026-09-11 16:11:03] Production.INFO: Date 2026-09-08
[2026-09-11 16:11:03] Production.INFO: Reseller ==> 0
[2026-09-11 16:11:03] Production.INFO: Date 2026-09-09
[2026-09-11 16:11:03] Production.INFO: Reseller ==> 0
[2026-09-11 16:11:03] Production.INFO: Date 2026-09-10
[2026-09-11 16:11:03] Production.INFO: Reseller ==> 0
[2026-09-11 16:11:03] Production.INFO: Date 2026-09-11
[2026-09-11 16:11:03] Production.INFO: Reseller ==> 0
[2026-09-11 16:11:03] Production.INFO: Total Charge 0
[2026-09-11 16:11:03] Production.INFO: CreateAllLog End
[2026-09-11 16:11:03] Production.INFO: Account Balance End.
[2026-09-11 16:11:03] Production.ERROR: CronJobId end 12
[2026-09-11 16:11:03] Production.INFO: ==2176== Releasing lock...
[2026-09-11 16:11:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 16:11:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 16:11:04] Production.INFO: ==2172== Releasing lock...
[2026-09-11 16:11:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 16:11:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 16:11:11] Production.ERROR: CronJobId end10
[2026-09-11 16:11:11] Production.INFO: ==2174== Releasing lock...
[2026-09-11 16:11:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 16:11:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 16:11:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 16:11:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 16:11:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 16:11:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 16:11:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 16:11:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 16:11:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 16:11:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 16:11:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 16:11:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 16:11:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 16:11:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 16:11:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 16:11:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 16:11:14] Production.INFO: call_cost start
[2026-09-11 16:11:14] Production.INFO: call_cost end
[2026-09-11 16:11:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 16:11:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 16:11:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 16:11:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 16:11:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 16:11:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 16:11:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 16:11:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 16:11:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 16:11:15] Production.INFO: ==2170== Releasing lock...
[2026-09-11 16:11:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 16:11:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 21:12:02] Production.INFO: ==2234== Lock acquired, processing the job...
[2026-09-11 21:12:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 21:12:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 21:12:02] Production.INFO: neon service started
[2026-09-11 21:12:02] Production.INFO: neon service started
[2026-09-11 21:12:02] Production.INFO: ==2234== Releasing lock...
[2026-09-11 21:12:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 21:12:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 16:12:02] Production.INFO: ==2236== Lock acquired, processing the job...
[2026-09-11 16:12:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 16:12:02] Production.INFO: ==2236== Releasing lock...
[2026-09-11 16:12:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 16:12:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 20:12:02] Production.INFO: ==2238== Lock acquired, processing the job...
[2026-09-11 20:12:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 20:12:03] Production.INFO: ==2238== Releasing lock...
[2026-09-11 20:12:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 20:12:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 16:12:03] Production.INFO: ==2248== Lock acquired, processing the job...
[2026-09-11 16:12:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 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-09-11 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-09-11 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-09-11 16:12:03] Production.INFO: ==2248== Releasing lock...
[2026-09-11 16:12:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 16:12:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 16:12:03] Production.INFO: ==2240== Lock acquired, processing the job...
[2026-09-11 16:12:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 16:12:03] Production.INFO: ==2242== Lock acquired, processing the job...
[2026-09-11 16:12:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 16:12:04] Production.INFO: ==2244== Lock acquired, processing the job...
[2026-09-11 16:12:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 16:12:04] Production.INFO: ==2246== Lock acquired, processing the job...
[2026-09-11 16:12:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 16:12:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 16:12:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 16:12:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 16:12:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 16:12:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 16:12:04] Production.INFO: Account Balance Start.
[2026-09-11 16:12:04] Production.INFO: CreateAllLog Start
[2026-09-11 16:12:04] Production.INFO: 117
[2026-09-11 16:12:04] Production.INFO: Date 2026-09-08
[2026-09-11 16:12:04] Production.INFO: Reseller ==> 0
[2026-09-11 16:12:04] Production.INFO: Date 2026-09-09
[2026-09-11 16:12:04] Production.INFO: Reseller ==> 0
[2026-09-11 16:12:04] Production.INFO: Date 2026-09-10
[2026-09-11 16:12:04] Production.INFO: Reseller ==> 0
[2026-09-11 16:12:04] Production.INFO: Date 2026-09-11
[2026-09-11 16:12:04] Production.INFO: Reseller ==> 0
[2026-09-11 16:12:04] Production.INFO: Total Charge 0
[2026-09-11 16:12:04] Production.INFO: CreateAllLog End
[2026-09-11 16:12:04] Production.INFO: Account Balance End.
[2026-09-11 16:12:04] Production.ERROR: CronJobId end 12
[2026-09-11 16:12:04] Production.INFO: ==2246== Releasing lock...
[2026-09-11 16:12:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 16:12:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 16:12:04] Production.INFO: ==2242== Releasing lock...
[2026-09-11 16:12:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 16:12:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 16:12:12] Production.ERROR: CronJobId end10
[2026-09-11 16:12:12] Production.INFO: ==2244== Releasing lock...
[2026-09-11 16:12:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 16:12:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 16:12:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 16:12:15] Production.INFO: ============== Balance Warning START===========
[2026-09-11 16:12:15] Production.INFO: ============== Balance Warning END===========
[2026-09-11 16:12:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 16:12:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 16:12:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 16:12:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 16:12:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 16:12:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 16:12:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 16:12:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 16:12:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 16:12:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 16:12:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 16:12:15] Production.INFO: call_cost start
[2026-09-11 16:12:15] Production.INFO: call_cost end
[2026-09-11 16:12:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 16:12:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 16:12:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 16:12:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 16:12:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 16:12:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 16:12:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 16:12:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 16:12:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 16:12:15] Production.INFO: ==2240== Releasing lock...
[2026-09-11 16:12:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 16:12:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 21:13:01] Production.INFO: ==2305== Lock acquired, processing the job...
[2026-09-11 21:13:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 21:13:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 21:13:01] Production.INFO: neon service started
[2026-09-11 21:13:01] Production.INFO: neon service started
[2026-09-11 21:13:01] Production.INFO: ==2305== Releasing lock...
[2026-09-11 21:13:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 21:13:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 16:13:02] Production.INFO: ==2307== Lock acquired, processing the job...
[2026-09-11 16:13:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 16:13:02] Production.INFO: ==2307== Releasing lock...
[2026-09-11 16:13:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 16:13:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 20:13:02] Production.INFO: ==2309== Lock acquired, processing the job...
[2026-09-11 20:13:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 20:13:02] Production.INFO: ==2309== Releasing lock...
[2026-09-11 20:13:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 20:13:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 16:13:03] Production.INFO: ==2319== Lock acquired, processing the job...
[2026-09-11 16:13:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 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-09-11 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-09-11 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-09-11 16:13:03] Production.INFO: ==2319== Releasing lock...
[2026-09-11 16:13:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 16:13:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 16:13:03] Production.INFO: ==2311== Lock acquired, processing the job...
[2026-09-11 16:13:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 16:13:03] Production.INFO: ==2317== Lock acquired, processing the job...
[2026-09-11 16:13:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 16:13:03] Production.INFO: ==2313== Lock acquired, processing the job...
[2026-09-11 16:13:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 16:13:03] Production.INFO: ==2315== Lock acquired, processing the job...
[2026-09-11 16:13:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 16:13:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 16:13:03] Production.INFO: Account Balance Start.
[2026-09-11 16:13:03] Production.INFO: CreateAllLog Start
[2026-09-11 16:13:03] Production.INFO: 117
[2026-09-11 16:13:03] Production.INFO: Date 2026-09-08
[2026-09-11 16:13:03] Production.INFO: Reseller ==> 0
[2026-09-11 16:13:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 16:13:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 16:13:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 16:13:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 16:13:03] Production.INFO: Date 2026-09-09
[2026-09-11 16:13:03] Production.INFO: Reseller ==> 0
[2026-09-11 16:13:03] Production.INFO: Date 2026-09-10
[2026-09-11 16:13:03] Production.INFO: Reseller ==> 0
[2026-09-11 16:13:03] Production.INFO: Date 2026-09-11
[2026-09-11 16:13:03] Production.INFO: Reseller ==> 0
[2026-09-11 16:13:03] Production.INFO: Total Charge 0
[2026-09-11 16:13:03] Production.INFO: CreateAllLog End
[2026-09-11 16:13:03] Production.INFO: Account Balance End.
[2026-09-11 16:13:03] Production.ERROR: CronJobId end 12
[2026-09-11 16:13:03] Production.INFO: ==2317== Releasing lock...
[2026-09-11 16:13:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 16:13:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 16:13:04] Production.INFO: ==2313== Releasing lock...
[2026-09-11 16:13:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 16:13:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 16:13:11] Production.ERROR: CronJobId end10
[2026-09-11 16:13:11] Production.INFO: ==2315== Releasing lock...
[2026-09-11 16:13:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 16:13:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 16:13:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 16:13:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 16:13:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 16:13:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 16:13:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 16:13:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 16:13:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 16:13:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 16:13:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 16:13:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 16:13:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 16:13:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 16:13:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 16:13:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 16:13:14] Production.INFO: call_cost start
[2026-09-11 16:13:14] Production.INFO: call_cost end
[2026-09-11 16:13:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 16:13:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 16:13:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 16:13:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 16:13:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 16:13:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 16:13:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 16:13:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 16:13:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 16:13:14] Production.INFO: ==2311== Releasing lock...
[2026-09-11 16:13:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 16:13:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 21:14:02] Production.INFO: ==2374== Lock acquired, processing the job...
[2026-09-11 21:14:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 21:14:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 21:14:02] Production.INFO: neon service started
[2026-09-11 21:14:02] Production.INFO: neon service started
[2026-09-11 21:14:02] Production.INFO: ==2374== Releasing lock...
[2026-09-11 21:14:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 21:14:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 20:14:02] Production.INFO: ==2378== Lock acquired, processing the job...
[2026-09-11 20:14:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 20:14:02] Production.INFO: ==2378== Releasing lock...
[2026-09-11 20:14:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 20:14:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 16:14:02] Production.INFO: ==2376== Lock acquired, processing the job...
[2026-09-11 16:14:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 16:14:02] Production.INFO: ==2376== Releasing lock...
[2026-09-11 16:14:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 16:14:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 16:14:03] Production.INFO: ==2383== Lock acquired, processing the job...
[2026-09-11 16:14:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 16:14:03] Production.INFO: ==2385== Lock acquired, processing the job...
[2026-09-11 16:14:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 16:14:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 16:14:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 16:14:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 16:14:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 16:14:03] Production.INFO: ==2387== Lock acquired, processing the job...
[2026-09-11 16:14:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 16:14:03] Production.INFO: ==2381== Lock acquired, processing the job...
[2026-09-11 16:14:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 16:14:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 16:14:03] Production.INFO: Account Balance Start.
[2026-09-11 16:14:03] Production.INFO: CreateAllLog Start
[2026-09-11 16:14:03] Production.INFO: 117
[2026-09-11 16:14:04] Production.INFO: Date 2026-09-08
[2026-09-11 16:14:04] Production.INFO: Reseller ==> 0
[2026-09-11 16:14:04] Production.INFO: ==2389== Lock acquired, processing the job...
[2026-09-11 16:14:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 16:14:04] Production.INFO: Date 2026-09-09
[2026-09-11 16:14:04] Production.INFO: Reseller ==> 0
[2026-09-11 16:14:04] Production.INFO: Date 2026-09-10
[2026-09-11 16:14:04] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 16:14:04] Production.INFO: Date 2026-09-11
[2026-09-11 16:14:04] Production.INFO: Reseller ==> 0
[2026-09-11 16:14:04] Production.INFO: Total Charge 0
[2026-09-11 16:14:04] Production.INFO: ==2383== Releasing lock...
[2026-09-11 16:14:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 16:14:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 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-09-11 16:14:04] Production.INFO: CreateAllLog End
[2026-09-11 16:14:04] Production.INFO: ==2389== Releasing lock...
[2026-09-11 16:14:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 16:14:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 16:14:04] Production.INFO: Account Balance End.
[2026-09-11 16:14:04] Production.ERROR: CronJobId end 12
[2026-09-11 16:14:04] Production.INFO: ==2387== Releasing lock...
[2026-09-11 16:14:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 16:14:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 16:14:11] Production.ERROR: CronJobId end10
[2026-09-11 16:14:11] Production.INFO: ==2385== Releasing lock...
[2026-09-11 16:14:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 16:14:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 16:14:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 16:14:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 16:14:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 16:14:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 16:14:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 16:14:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 16:14:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 16:14:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 16:14:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 16:14:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 16:14:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 16:14:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 16:14:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 16:14:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 16:14:14] Production.INFO: call_cost start
[2026-09-11 16:14:14] Production.INFO: call_cost end
[2026-09-11 16:14:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 16:14:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 16:14:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 16:14:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 16:14:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 16:14:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 16:14:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 16:14:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 16:14:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 16:14:14] Production.INFO: ==2381== Releasing lock...
[2026-09-11 16:14:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 16:14:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 21:15:01] Production.INFO: ==2446== Lock acquired, processing the job...
[2026-09-11 21:15:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 21:15:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 21:15:01] Production.INFO: neon service started
[2026-09-11 21:15:01] Production.INFO: neon service started
[2026-09-11 21:15:01] Production.INFO: ==2446== Releasing lock...
[2026-09-11 21:15:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 21:15:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 16:15:01] Production.INFO: ==2448== Lock acquired, processing the job...
[2026-09-11 16:15:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 16:15:02] Production.INFO: ==2448== Releasing lock...
[2026-09-11 16:15:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 16:15:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 20:15:02] Production.INFO: ==2450== Lock acquired, processing the job...
[2026-09-11 20:15:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 20:15:02] Production.INFO: ==2450== Releasing lock...
[2026-09-11 20:15:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 20:15:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 16:15:03] Production.INFO: ==2452== Lock acquired, processing the job...
[2026-09-11 16:15:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-11 16:15:03] Production.INFO: ==2454== Lock acquired, processing the job...
[2026-09-11 16:15:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 16:15:03] Production.ERROR: ========================== active cronjob start =============================
[2026-09-11 16:15:03] Production.INFO: ==2458== Lock acquired, processing the job...
[2026-09-11 16:15:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 16:15:03] Production.ERROR: ========================== active cronjob end =============================
[2026-09-11 16:15:03] Production.INFO: ==2452== Releasing lock...
[2026-09-11 16:15:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-11 16:15:03] Production.INFO: 25.5 MB #Memory Used#
[2026-09-11 16:15:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 16:15:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 16:15:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 16:15:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 16:15:03] Production.INFO: ==2456== Lock acquired, processing the job...
[2026-09-11 16:15:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 16:15:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 16:15:03] Production.INFO: ==2460== Lock acquired, processing the job...
[2026-09-11 16:15:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 16:15:03] Production.INFO: ==2463== Lock acquired, processing the job...
[2026-09-11 16:15:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-11 16:15:03] Production.INFO: ==2465== Lock acquired, processing the job...
[2026-09-11 16:15:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 16:15:03] Production.ERROR: tblTempUsageDetail_20
[2026-09-11 16:15:03] Production.INFO: Account Balance Start.
[2026-09-11 16:15:03] Production.INFO: CreateAllLog Start
[2026-09-11 16:15:03] Production.INFO: 117
[2026-09-11 16:15:03] Production.INFO: Date 2026-09-08
[2026-09-11 16:15:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 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-09-11 16:15:03] Production.INFO: Date 2026-09-09
[2026-09-11 16:15:03] Production.INFO: Reseller ==> 0
[2026-09-11 16:15:03] Production.INFO: ==2465== Releasing lock...
[2026-09-11 16:15:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 16:15:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 16:15:03] Production.INFO: Date 2026-09-10
[2026-09-11 16:15:03] Production.INFO: Reseller ==> 0
[2026-09-11 16:15:03] Production.INFO: Date 2026-09-11
[2026-09-11 16:15:03] Production.INFO: Reseller ==> 0
[2026-09-11 16:15:04] Production.ERROR: done
[2026-09-11 16:15:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-11 16:15:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17985362', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) start
[2026-09-11 16:15:04] Production.INFO: Total Charge 0
[2026-09-11 16:15:04] Production.INFO: CreateAllLog End
[2026-09-11 16:15:04] Production.INFO: Account Balance End.
[2026-09-11 16:15:04] Production.ERROR: CronJobId end 12
[2026-09-11 16:15:04] Production.INFO: ==2460== Releasing lock...
[2026-09-11 16:15:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 16:15:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 16:15:04] Production.INFO: ==2456== Releasing lock...
[2026-09-11 16:15:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 16:15:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 16:15:11] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17985362', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) end
[2026-09-11 16:15:11] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-11 16:15:11] Production.INFO: ProcessCDR(1,17985362,1,1,2)
[2026-09-11 16:15:11] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17985362,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 16:15:11] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17985362,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 16:15:11] Production.ERROR: pbx prc_insertCDR start
[2026-09-11 16:15:11] Production.ERROR: pbx prc_insertCDR end
[2026-09-11 16:15:11] Production.INFO: ==2463== Releasing lock...
[2026-09-11 16:15:11] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-11 16:15:11] Production.INFO: 26 MB #Memory Used#
[2026-09-11 16:15:14] Production.ERROR: CronJobId end10
[2026-09-11 16:15:14] Production.INFO: ==2458== Releasing lock...
[2026-09-11 16:15:14] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 16:15:14] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 16:15:17] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 16:15:17] Production.INFO: ============== Balance Warning START===========
[2026-09-11 16:15:17] Production.INFO: ============== Balance Warning END===========
[2026-09-11 16:15:17] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 16:15:17] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 16:15:17] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 16:15:17] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 16:15:17] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 16:15:17] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 16:15:17] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 16:15:17] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 16:15:17] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 16:15:17] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 16:15:17] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 16:15:17] Production.INFO: call_cost start
[2026-09-11 16:15:17] Production.INFO: call_cost end
[2026-09-11 16:15:17] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 16:15:17] Production.INFO: ============== Report Schedule START===========
[2026-09-11 16:15:17] Production.INFO: ============== Report Schedule END===========
[2026-09-11 16:15:17] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 16:15:17] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 16:15:17] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 16:15:17] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 16:15:17] Production.INFO: ============== Deal alert START===========
[2026-09-11 16:15:17] Production.INFO: ============== Deal alert END===========
[2026-09-11 16:15:17] Production.INFO: ==2454== Releasing lock...
[2026-09-11 16:15:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 16:15:17] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 21:16:02] Production.INFO: ==2518== Lock acquired, processing the job...
[2026-09-11 21:16:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 21:16:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 21:16:02] Production.INFO: neon service started
[2026-09-11 21:16:02] Production.INFO: neon service started
[2026-09-11 21:16:02] Production.INFO: ==2518== Releasing lock...
[2026-09-11 21:16:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 21:16:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 16:16:02] Production.INFO: ==2520== Lock acquired, processing the job...
[2026-09-11 16:16:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 20:16:02] Production.INFO: ==2523== Lock acquired, processing the job...
[2026-09-11 20:16:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 20:16:02] Production.INFO: ==2523== Releasing lock...
[2026-09-11 20:16:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 20:16:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 16:16:02] Production.INFO: ==2520== Releasing lock...
[2026-09-11 16:16:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 16:16:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 16:16:03] Production.INFO: ==2525== Lock acquired, processing the job...
[2026-09-11 16:16:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 16:16:03] Production.INFO: ==2527== Lock acquired, processing the job...
[2026-09-11 16:16:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 16:16:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 16:16:03] Production.INFO: ==2529== Lock acquired, processing the job...
[2026-09-11 16:16:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 16:16:03] Production.INFO: ==2533== Lock acquired, processing the job...
[2026-09-11 16:16:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 16:16:03] Production.INFO: ==2531== Lock acquired, processing the job...
[2026-09-11 16:16:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 16:16:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 16:16:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 16:16:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 16:16:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 16: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-09-11 16: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-09-11 16: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-09-11 16:16:04] Production.INFO: ==2533== Releasing lock...
[2026-09-11 16:16:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 16:16:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 16:16:04] Production.INFO: Account Balance Start.
[2026-09-11 16:16:04] Production.INFO: CreateAllLog Start
[2026-09-11 16:16:04] Production.INFO: 117
[2026-09-11 16:16:04] Production.INFO: Date 2026-09-08
[2026-09-11 16:16:04] Production.INFO: Reseller ==> 0
[2026-09-11 16:16:04] Production.INFO: Date 2026-09-09
[2026-09-11 16:16:04] Production.INFO: Reseller ==> 0
[2026-09-11 16:16:04] Production.INFO: Date 2026-09-10
[2026-09-11 16:16:04] Production.INFO: Reseller ==> 0
[2026-09-11 16:16:04] Production.INFO: Date 2026-09-11
[2026-09-11 16:16:04] Production.INFO: Reseller ==> 0
[2026-09-11 16:16:04] Production.INFO: Total Charge 0
[2026-09-11 16:16:04] Production.INFO: CreateAllLog End
[2026-09-11 16:16:04] Production.INFO: ==2527== Releasing lock...
[2026-09-11 16:16:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 16:16:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 16:16:04] Production.INFO: Account Balance End.
[2026-09-11 16:16:04] Production.ERROR: CronJobId end 12
[2026-09-11 16:16:04] Production.INFO: ==2531== Releasing lock...
[2026-09-11 16:16:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 16:16:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 16:16:11] Production.ERROR: CronJobId end10
[2026-09-11 16:16:11] Production.INFO: ==2529== Releasing lock...
[2026-09-11 16:16:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 16:16:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 16:16:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 16:16:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 16:16:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 16:16:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 16:16:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 16:16:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 16:16:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 16:16:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 16:16:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 16:16:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 16:16:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 16:16:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 16:16:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 16:16:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 16:16:14] Production.INFO: call_cost start
[2026-09-11 16:16:14] Production.INFO: call_cost end
[2026-09-11 16:16:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 16:16:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 16:16:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 16:16:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 16:16:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 16:16:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 16:16:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 16:16:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 16:16:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 16:16:14] Production.INFO: ==2525== Releasing lock...
[2026-09-11 16:16:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 16:16:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 21:17:01] Production.INFO: ==2586== Lock acquired, processing the job...
[2026-09-11 21:17:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 21:17:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 21:17:01] Production.INFO: neon service started
[2026-09-11 21:17:01] Production.INFO: neon service started
[2026-09-11 21:17:01] Production.INFO: ==2586== Releasing lock...
[2026-09-11 21:17:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 21:17:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 20:17:01] Production.INFO: ==2590== Lock acquired, processing the job...
[2026-09-11 20:17:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 20:17:01] Production.INFO: ==2590== Releasing lock...
[2026-09-11 20:17:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 20:17:01] Production.INFO: 25 MB #Memory Used#
[2026-09-11 16:17:01] Production.INFO: ==2588== Lock acquired, processing the job...
[2026-09-11 16:17:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 16:17:02] Production.INFO: ==2588== Releasing lock...
[2026-09-11 16:17:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 16:17:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 16:17:02] Production.INFO: ==2595== Lock acquired, processing the job...
[2026-09-11 16:17:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 16:17:02] Production.INFO: ==2593== Lock acquired, processing the job...
[2026-09-11 16:17:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 16:17:02] Production.INFO: ==2597== Lock acquired, processing the job...
[2026-09-11 16:17:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 16:17:03] Production.INFO: ==2599== Lock acquired, processing the job...
[2026-09-11 16:17:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 16:17:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 16:17:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 16:17:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 16:17:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 16:17:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 16:17:03] Production.INFO: ==2601== Lock acquired, processing the job...
[2026-09-11 16:17:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 16:17:03] Production.INFO: Account Balance Start.
[2026-09-11 16:17:03] Production.INFO: CreateAllLog Start
[2026-09-11 16:17:03] Production.INFO: 117
[2026-09-11 16:17:03] Production.INFO: Date 2026-09-08
[2026-09-11 16:17:03] Production.INFO: Reseller ==> 0
[2026-09-11 16:17:03] Production.INFO: Date 2026-09-09
[2026-09-11 16:17:03] Production.INFO: Reseller ==> 0
[2026-09-11 16:17:03] Production.INFO: Date 2026-09-10
[2026-09-11 16:17:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 16:17:03] Production.INFO: Date 2026-09-11
[2026-09-11 16:17:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 16:17:03] Production.INFO: Total Charge 0
[2026-09-11 16:17:03] Production.INFO: ==2601== Releasing lock...
[2026-09-11 16:17:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 16:17:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 16:17:03] Production.INFO: CreateAllLog End
[2026-09-11 16:17:03] Production.INFO: Account Balance End.
[2026-09-11 16:17:03] Production.ERROR: CronJobId end 12
[2026-09-11 16:17:03] Production.INFO: ==2599== Releasing lock...
[2026-09-11 16:17:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 16:17:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 16:17:03] Production.INFO: ==2595== Releasing lock...
[2026-09-11 16:17:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 16:17:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 16:17:10] Production.ERROR: CronJobId end10
[2026-09-11 16:17:10] Production.INFO: ==2597== Releasing lock...
[2026-09-11 16:17:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 16:17:10] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 16:17:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 16:17:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 16:17:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 16:17:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 16:17:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 16:17:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 16:17:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 16:17:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 16:17:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 16:17:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 16:17:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 16:17:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 16:17:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 16:17:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 16:17:14] Production.INFO: call_cost start
[2026-09-11 16:17:14] Production.INFO: call_cost end
[2026-09-11 16:17:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 16:17:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 16:17:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 16:17:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 16:17:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 16:17:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 16:17:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 16:17:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 16:17:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 16:17:14] Production.INFO: ==2593== Releasing lock...
[2026-09-11 16:17:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 16:17:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 21:18:01] Production.INFO: ==2661== Lock acquired, processing the job...
[2026-09-11 21:18:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 21:18:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 21:18:01] Production.INFO: neon service started
[2026-09-11 21:18:01] Production.INFO: neon service started
[2026-09-11 21:18:01] Production.INFO: ==2661== Releasing lock...
[2026-09-11 21:18:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 21:18:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 16:18:02] Production.INFO: ==2663== Lock acquired, processing the job...
[2026-09-11 16:18:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 16:18:02] Production.INFO: ==2663== Releasing lock...
[2026-09-11 16:18:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 16:18:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 20:18:02] Production.INFO: ==2665== Lock acquired, processing the job...
[2026-09-11 20:18:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 20:18:02] Production.INFO: ==2665== Releasing lock...
[2026-09-11 20:18:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 20:18:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 16:18:03] Production.INFO: ==2667== Lock acquired, processing the job...
[2026-09-11 16:18:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 16:18:03] Production.INFO: ==2675== Lock acquired, processing the job...
[2026-09-11 16:18:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 16:18:03] Production.INFO: ==2669== Lock acquired, processing the job...
[2026-09-11 16:18:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 16:18:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 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-09-11 16:18:03] Production.INFO: ==2673== Lock acquired, processing the job...
[2026-09-11 16:18:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 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-09-11 16:18:03] Production.INFO: ==2671== Lock acquired, processing the job...
[2026-09-11 16:18:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 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-09-11 16:18:03] Production.INFO: ==2675== Releasing lock...
[2026-09-11 16:18:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 16:18:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 16:18:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 16:18:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 16:18:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 16:18:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 16:18:03] Production.INFO: Account Balance Start.
[2026-09-11 16:18:03] Production.INFO: CreateAllLog Start
[2026-09-11 16:18:03] Production.INFO: 117
[2026-09-11 16:18:03] Production.INFO: Date 2026-09-08
[2026-09-11 16:18:03] Production.INFO: Reseller ==> 0
[2026-09-11 16:18:03] Production.INFO: Date 2026-09-09
[2026-09-11 16:18:03] Production.INFO: Reseller ==> 0
[2026-09-11 16:18:03] Production.INFO: Date 2026-09-10
[2026-09-11 16:18:03] Production.INFO: Reseller ==> 0
[2026-09-11 16:18:04] Production.INFO: Date 2026-09-11
[2026-09-11 16:18:04] Production.INFO: Reseller ==> 0
[2026-09-11 16:18:04] Production.INFO: Total Charge 0
[2026-09-11 16:18:04] Production.INFO: CreateAllLog End
[2026-09-11 16:18:04] Production.INFO: Account Balance End.
[2026-09-11 16:18:04] Production.ERROR: CronJobId end 12
[2026-09-11 16:18:04] Production.INFO: ==2673== Releasing lock...
[2026-09-11 16:18:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 16:18:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 16:18:04] Production.INFO: ==2669== Releasing lock...
[2026-09-11 16:18:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 16:18:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 16: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,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-09-11 16:18:11] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 16:18:11] Production.INFO: ============== Balance Warning START===========
[2026-09-11 16:18:11] Production.INFO: ============== Balance Warning END===========
[2026-09-11 16:18:11] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 16:18:11] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 16:18:11] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 16:18:11] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 16:18:11] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 16:18:11] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 16:18:11] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 16:18:11] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 16:18:11] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 16:18:11] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 16:18:11] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 16:18:12] Production.INFO: call_cost start
[2026-09-11 16:18:12] Production.INFO: call_cost end
[2026-09-11 16:18:12] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 16:18:12] Production.INFO: ============== Report Schedule START===========
[2026-09-11 16:18:12] Production.INFO: ============== Report Schedule END===========
[2026-09-11 16:18:12] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 16:18:12] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 16:18:12] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 16:18:12] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 16:18:12] Production.INFO: ============== Deal alert START===========
[2026-09-11 16:18:12] Production.INFO: ============== Deal alert END===========
[2026-09-11 16:18:12] Production.INFO: ==2667== Releasing lock...
[2026-09-11 16:18:12] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 16:18:12] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 16:18:12] Production.ERROR: CronJobId end10
[2026-09-11 16:18:12] Production.INFO: ==2671== Releasing lock...
[2026-09-11 16:18:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 16:18:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 21:19:02] Production.INFO: ==2732== Lock acquired, processing the job...
[2026-09-11 21:19:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 21:19:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 21:19:02] Production.INFO: neon service started
[2026-09-11 21:19:02] Production.INFO: neon service started
[2026-09-11 21:19:02] Production.INFO: ==2732== Releasing lock...
[2026-09-11 21:19:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 21:19:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 16:19:02] Production.INFO: ==2734== Lock acquired, processing the job...
[2026-09-11 16:19:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 16:19:02] Production.INFO: ==2734== Releasing lock...
[2026-09-11 16:19:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 16:19:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 20:19:03] Production.INFO: ==2736== Lock acquired, processing the job...
[2026-09-11 20:19:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 20:19:03] Production.INFO: ==2736== Releasing lock...
[2026-09-11 20:19:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 20:19:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 16:19:03] Production.INFO: ==2738== Lock acquired, processing the job...
[2026-09-11 16:19:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 16:19:03] Production.INFO: ==2740== Lock acquired, processing the job...
[2026-09-11 16:19:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 16:19:03] Production.INFO: ==2742== Lock acquired, processing the job...
[2026-09-11 16:19:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 16:19:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 16:19:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 16:19:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 16:19:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 16:19:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 16:19:03] Production.INFO: ==2744== Lock acquired, processing the job...
[2026-09-11 16:19:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 16:19:03] Production.INFO: ==2746== Lock acquired, processing the job...
[2026-09-11 16:19:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 16: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-09-11 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-09-11 16:19:04] Production.INFO: Account Balance Start.
[2026-09-11 16:19:04] Production.INFO: CreateAllLog Start
[2026-09-11 16:19:04] Production.INFO: 117
[2026-09-11 16:19:04] Production.INFO: Date 2026-09-08
[2026-09-11 16:19:04] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 16:19:04] Production.INFO: ==2746== Releasing lock...
[2026-09-11 16:19:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 16:19:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 16:19:04] Production.INFO: Date 2026-09-09
[2026-09-11 16:19:04] Production.INFO: Reseller ==> 0
[2026-09-11 16:19:04] Production.INFO: Date 2026-09-10
[2026-09-11 16:19:04] Production.INFO: Reseller ==> 0
[2026-09-11 16:19:04] Production.INFO: Date 2026-09-11
[2026-09-11 16:19:04] Production.INFO: Reseller ==> 0
[2026-09-11 16:19:04] Production.INFO: Total Charge 0
[2026-09-11 16:19:04] Production.INFO: CreateAllLog End
[2026-09-11 16:19:04] Production.INFO: Account Balance End.
[2026-09-11 16:19:04] Production.ERROR: CronJobId end 12
[2026-09-11 16:19:04] Production.INFO: ==2744== Releasing lock...
[2026-09-11 16:19:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 16:19:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 16:19:04] Production.INFO: ==2740== Releasing lock...
[2026-09-11 16:19:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 16:19:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 16:19:12] Production.ERROR: CronJobId end10
[2026-09-11 16:19:12] Production.INFO: ==2742== Releasing lock...
[2026-09-11 16:19:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 16:19:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 16:19:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 16:19:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 16:19:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 16:19:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 16:19:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 16:19:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 16:19:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 16:19:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 16:19:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 16:19:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 16:19:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 16:19:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 16:19:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 16:19:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 16:19:15] Production.INFO: call_cost start
[2026-09-11 16:19:15] Production.INFO: call_cost end
[2026-09-11 16:19:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 16:19:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 16:19:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 16:19:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 16:19:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 16:19:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 16:19:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 16:19:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 16:19:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 16:19:15] Production.INFO: ==2738== Releasing lock...
[2026-09-11 16:19:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 16:19:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 21:20:01] Production.INFO: ==2803== Lock acquired, processing the job...
[2026-09-11 21:20:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 21:20:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 21:20:01] Production.INFO: neon service started
[2026-09-11 21:20:01] Production.INFO: neon service started
[2026-09-11 21:20:01] Production.INFO: ==2803== Releasing lock...
[2026-09-11 21:20:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 21:20:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 16:20:02] Production.INFO: ==2805== Lock acquired, processing the job...
[2026-09-11 16:20:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 16:20:02] Production.INFO: ==2805== Releasing lock...
[2026-09-11 16:20:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 16:20:02] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 20:20:02] Production.INFO: ==2807== Lock acquired, processing the job...
[2026-09-11 20:20:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 20:20:02] Production.INFO: ==2807== Releasing lock...
[2026-09-11 20:20:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 20:20:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 16:20:03] Production.INFO: ==2809== Lock acquired, processing the job...
[2026-09-11 16:20:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 16:20:03] Production.INFO: ==2815== Lock acquired, processing the job...
[2026-09-11 16:20:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 16:20:03] Production.INFO: ==2811== Lock acquired, processing the job...
[2026-09-11 16:20:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 16:20:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 16:20:03] Production.INFO: ==2813== Lock acquired, processing the job...
[2026-09-11 16:20:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 16:20:03] Production.INFO: Account Balance Start.
[2026-09-11 16:20:03] Production.INFO: CreateAllLog Start
[2026-09-11 16:20:03] Production.INFO: ==2817== Lock acquired, processing the job...
[2026-09-11 16:20:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 16:20:03] Production.INFO: 117
[2026-09-11 16:20:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 16:20:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 16:20:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 16:20:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 16:20:03] Production.INFO: Date 2026-09-08
[2026-09-11 16:20:03] Production.INFO: Reseller ==> 0
[2026-09-11 16:20:03] Production.INFO: Date 2026-09-09
[2026-09-11 16:20:03] Production.INFO: Reseller ==> 0
[2026-09-11 16:20:03] Production.INFO: Date 2026-09-10
[2026-09-11 16:20:03] Production.INFO: Reseller ==> 0
[2026-09-11 16:20:03] Production.INFO: Date 2026-09-11
[2026-09-11 16:20:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 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-09-11 16:20:03] Production.INFO: ==2817== Releasing lock...
[2026-09-11 16:20:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 16:20:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 16:20:03] Production.INFO: Total Charge 0
[2026-09-11 16:20:03] Production.INFO: CreateAllLog End
[2026-09-11 16:20:03] Production.INFO: Account Balance End.
[2026-09-11 16:20:04] Production.ERROR: CronJobId end 12
[2026-09-11 16:20:04] Production.INFO: ==2815== Releasing lock...
[2026-09-11 16:20:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 16:20:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 16:20:04] Production.INFO: ==2811== Releasing lock...
[2026-09-11 16:20:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 16:20:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 16:20:11] Production.ERROR: CronJobId end10
[2026-09-11 16:20:11] Production.INFO: ==2813== Releasing lock...
[2026-09-11 16:20:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 16:20:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 16:20:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 16:20:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 16:20:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 16:20:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 16:20:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 16:20:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 16:20:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 16:20:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 16:20:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 16:20:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 16:20:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 16:20:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 16:20:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 16:20:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 16:20:13] Production.INFO: call_cost start
[2026-09-11 16:20:13] Production.INFO: call_cost end
[2026-09-11 16:20:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 16:20:13] Production.INFO: ============== Report Schedule START===========
[2026-09-11 16:20:13] Production.INFO: ============== Report Schedule END===========
[2026-09-11 16:20:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 16:20:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 16:20:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 16:20:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 16:20:13] Production.INFO: ============== Deal alert START===========
[2026-09-11 16:20:13] Production.INFO: ============== Deal alert END===========
[2026-09-11 16:20:13] Production.INFO: ==2809== Releasing lock...
[2026-09-11 16:20:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 16:20:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 21:21:02] Production.INFO: ==2871== Lock acquired, processing the job...
[2026-09-11 21:21:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 21:21:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 21:21:02] Production.INFO: neon service started
[2026-09-11 21:21:02] Production.INFO: neon service started
[2026-09-11 21:21:02] Production.INFO: ==2871== Releasing lock...
[2026-09-11 21:21:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 21:21:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 16:21:02] Production.INFO: ==2874== Lock acquired, processing the job...
[2026-09-11 16:21:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 16:21:02] Production.INFO: ==2874== Releasing lock...
[2026-09-11 16:21:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 16:21:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 20:21:03] Production.INFO: ==2876== Lock acquired, processing the job...
[2026-09-11 20:21:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 20:21:03] Production.INFO: ==2876== Releasing lock...
[2026-09-11 20:21:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 20:21:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 16:21:03] Production.INFO: ==2884== Lock acquired, processing the job...
[2026-09-11 16:21:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 16:21:03] Production.INFO: ==2878== Lock acquired, processing the job...
[2026-09-11 16:21:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 16:21:03] Production.INFO: ==2880== Lock acquired, processing the job...
[2026-09-11 16:21:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 16:21:03] Production.INFO: ==2882== Lock acquired, processing the job...
[2026-09-11 16:21:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 16:21:03] Production.INFO: ==2886== Lock acquired, processing the job...
[2026-09-11 16:21:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 16:21:03] Production.INFO: Account Balance Start.
[2026-09-11 16:21:03] Production.INFO: CreateAllLog Start
[2026-09-11 16:21:03] Production.INFO: 117
[2026-09-11 16:21:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 16:21:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 16:21:03] Production.INFO: Date 2026-09-08
[2026-09-11 16:21:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 16:21:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 16:21:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 16:21:03] Production.INFO: Reseller ==> 0
[2026-09-11 16: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-09-11 16: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-09-11 16: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-09-11 16:21:04] Production.INFO: ==2886== Releasing lock...
[2026-09-11 16:21:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 16:21:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 16:21:04] Production.INFO: Date 2026-09-09
[2026-09-11 16:21:04] Production.INFO: Reseller ==> 0
[2026-09-11 16:21:04] Production.INFO: Date 2026-09-10
[2026-09-11 16:21:04] Production.INFO: Reseller ==> 0
[2026-09-11 16:21:04] Production.INFO: Date 2026-09-11
[2026-09-11 16:21:04] Production.INFO: Reseller ==> 0
[2026-09-11 16:21:04] Production.INFO: Total Charge 0
[2026-09-11 16:21:04] Production.INFO: CreateAllLog End
[2026-09-11 16:21:04] Production.INFO: Account Balance End.
[2026-09-11 16:21:04] Production.ERROR: CronJobId end 12
[2026-09-11 16:21:04] Production.INFO: ==2884== Releasing lock...
[2026-09-11 16:21:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 16:21:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 16:21:04] Production.INFO: ==2880== Releasing lock...
[2026-09-11 16:21:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 16:21:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 16:21:12] Production.ERROR: CronJobId end10
[2026-09-11 16:21:12] Production.INFO: ==2882== Releasing lock...
[2026-09-11 16:21:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 16:21:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 16:21:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 16:21:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 16:21:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 16:21:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 16:21:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 16:21:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 16:21:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 16:21:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 16:21:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 16:21:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 16:21:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 16:21:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 16:21:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 16:21:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 16:21:15] Production.INFO: call_cost start
[2026-09-11 16:21:15] Production.INFO: call_cost end
[2026-09-11 16:21:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 16:21:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 16:21:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 16:21:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 16:21:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 16:21:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 16:21:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 16:21:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 16:21:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 16:21:15] Production.INFO: ==2878== Releasing lock...
[2026-09-11 16:21:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 16:21:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 21:22:01] Production.INFO: ==2941== Lock acquired, processing the job...
[2026-09-11 21:22:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 21:22:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 21:22:01] Production.INFO: neon service started
[2026-09-11 21:22:01] Production.INFO: neon service started
[2026-09-11 21:22:01] Production.INFO: ==2941== Releasing lock...
[2026-09-11 21:22:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 21:22:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 16:22:02] Production.INFO: ==2943== Lock acquired, processing the job...
[2026-09-11 16:22:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 16:22:02] Production.INFO: ==2943== Releasing lock...
[2026-09-11 16:22:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 16:22:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 20:22:02] Production.INFO: ==2945== Lock acquired, processing the job...
[2026-09-11 20:22:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 20:22:02] Production.INFO: ==2945== Releasing lock...
[2026-09-11 20:22:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 20:22:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 16:22:03] Production.INFO: ==2950== Lock acquired, processing the job...
[2026-09-11 16:22:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 16:22:03] Production.INFO: ==2952== Lock acquired, processing the job...
[2026-09-11 16:22:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 16:22:03] Production.INFO: ==2954== Lock acquired, processing the job...
[2026-09-11 16:22:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 16:22:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 16:22:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 16:22:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 16:22:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 16:22:03] Production.INFO: ==2956== Lock acquired, processing the job...
[2026-09-11 16:22:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 16:22:03] Production.INFO: ==2948== Lock acquired, processing the job...
[2026-09-11 16:22:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 16:22:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 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-09-11 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-09-11 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-09-11 16:22:03] Production.INFO: Account Balance Start.
[2026-09-11 16:22:03] Production.INFO: CreateAllLog Start
[2026-09-11 16:22:03] Production.INFO: 117
[2026-09-11 16:22:03] Production.INFO: ==2956== Releasing lock...
[2026-09-11 16:22:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 16:22:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 16:22:03] Production.INFO: Date 2026-09-08
[2026-09-11 16:22:03] Production.INFO: Reseller ==> 0
[2026-09-11 16:22:03] Production.INFO: Date 2026-09-09
[2026-09-11 16:22:03] Production.INFO: Reseller ==> 0
[2026-09-11 16:22:03] Production.INFO: Date 2026-09-10
[2026-09-11 16:22:03] Production.INFO: Reseller ==> 0
[2026-09-11 16:22:03] Production.INFO: Date 2026-09-11
[2026-09-11 16:22:03] Production.INFO: Reseller ==> 0
[2026-09-11 16:22:03] Production.INFO: Total Charge 0
[2026-09-11 16:22:03] Production.INFO: CreateAllLog End
[2026-09-11 16:22:03] Production.INFO: ==2950== Releasing lock...
[2026-09-11 16:22:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 16:22:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 16:22:03] Production.INFO: Account Balance End.
[2026-09-11 16:22:04] Production.ERROR: CronJobId end 12
[2026-09-11 16:22:04] Production.INFO: ==2954== Releasing lock...
[2026-09-11 16:22:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 16:22:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 16:22:11] Production.ERROR: CronJobId end10
[2026-09-11 16:22:11] Production.INFO: ==2952== Releasing lock...
[2026-09-11 16:22:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 16:22:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 16:22:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 16:22:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 16:22:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 16:22:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 16:22:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 16:22:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 16:22:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 16:22:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 16:22:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 16:22:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 16:22:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 16:22:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 16:22:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 16:22:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 16:22:15] Production.INFO: call_cost start
[2026-09-11 16:22:15] Production.INFO: call_cost end
[2026-09-11 16:22:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 16:22:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 16:22:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 16:22:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 16:22:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 16:22:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 16:22:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 16:22:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 16:22:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 16:22:15] Production.INFO: ==2948== Releasing lock...
[2026-09-11 16:22:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 16:22:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 21:23:02] Production.INFO: ==3012== Lock acquired, processing the job...
[2026-09-11 21:23:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 21:23:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 21:23:02] Production.INFO: neon service started
[2026-09-11 21:23:02] Production.INFO: neon service started
[2026-09-11 21:23:02] Production.INFO: ==3012== Releasing lock...
[2026-09-11 21:23:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 21:23:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 20:23:02] Production.INFO: ==3016== Lock acquired, processing the job...
[2026-09-11 20:23:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 20:23:02] Production.INFO: ==3016== Releasing lock...
[2026-09-11 20:23:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 20:23:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 16:23:02] Production.INFO: ==3014== Lock acquired, processing the job...
[2026-09-11 16:23:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 16:23:02] Production.INFO: ==3014== Releasing lock...
[2026-09-11 16:23:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 16:23:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 16:23:03] Production.INFO: ==3019== Lock acquired, processing the job...
[2026-09-11 16:23:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 16:23:03] Production.INFO: ==3021== Lock acquired, processing the job...
[2026-09-11 16:23:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 16:23:03] Production.INFO: ==3023== Lock acquired, processing the job...
[2026-09-11 16:23:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 16:23:03] Production.INFO: ==3027== Lock acquired, processing the job...
[2026-09-11 16:23:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 16:23:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 16:23:03] Production.INFO: ==3025== Lock acquired, processing the job...
[2026-09-11 16:23:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 16:23:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 16:23:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 16:23:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 16:23:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 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-09-11 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-09-11 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-09-11 16:23:03] Production.INFO: Account Balance Start.
[2026-09-11 16:23:03] Production.INFO: CreateAllLog Start
[2026-09-11 16:23:03] Production.INFO: 117
[2026-09-11 16:23:03] Production.INFO: ==3027== Releasing lock...
[2026-09-11 16:23:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 16:23:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 16:23:03] Production.INFO: Date 2026-09-08
[2026-09-11 16:23:03] Production.INFO: Reseller ==> 0
[2026-09-11 16:23:03] Production.INFO: Date 2026-09-09
[2026-09-11 16:23:03] Production.INFO: Reseller ==> 0
[2026-09-11 16:23:03] Production.INFO: Date 2026-09-10
[2026-09-11 16:23:03] Production.INFO: Reseller ==> 0
[2026-09-11 16:23:03] Production.INFO: Date 2026-09-11
[2026-09-11 16:23:03] Production.INFO: Reseller ==> 0
[2026-09-11 16:23:04] Production.INFO: Total Charge 0
[2026-09-11 16:23:04] Production.INFO: CreateAllLog End
[2026-09-11 16:23:04] Production.INFO: Account Balance End.
[2026-09-11 16:23:04] Production.ERROR: CronJobId end 12
[2026-09-11 16:23:04] Production.INFO: ==3025== Releasing lock...
[2026-09-11 16:23:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 16:23:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 16:23:04] Production.INFO: ==3021== Releasing lock...
[2026-09-11 16:23:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 16:23:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 16:23:11] Production.ERROR: CronJobId end10
[2026-09-11 16:23:11] Production.INFO: ==3023== Releasing lock...
[2026-09-11 16:23:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 16:23:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 16:23:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 16:23:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 16:23:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 16:23:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 16:23:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 16:23:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 16:23:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 16:23:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 16:23:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 16:23:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 16:23:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 16:23:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 16:23:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 16:23:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 16:23:14] Production.INFO: call_cost start
[2026-09-11 16:23:14] Production.INFO: call_cost end
[2026-09-11 16:23:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 16:23:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 16:23:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 16:23:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 16:23:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 16:23:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 16:23:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 16:23:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 16:23:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 16:23:14] Production.INFO: ==3019== Releasing lock...
[2026-09-11 16:23:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 16:23:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 21:24:01] Production.INFO: ==3086== Lock acquired, processing the job...
[2026-09-11 21:24:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 21:24:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 21:24:01] Production.INFO: neon service started
[2026-09-11 21:24:01] Production.INFO: neon service started
[2026-09-11 21:24:01] Production.INFO: ==3086== Releasing lock...
[2026-09-11 21:24:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 21:24:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 20:24:01] Production.INFO: ==3090== Lock acquired, processing the job...
[2026-09-11 20:24:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 20:24:01] Production.INFO: ==3090== Releasing lock...
[2026-09-11 20:24:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 20:24:01] Production.INFO: 25 MB #Memory Used#
[2026-09-11 16:24:02] Production.INFO: ==3088== Lock acquired, processing the job...
[2026-09-11 16:24:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 16:24:02] Production.INFO: ==3088== Releasing lock...
[2026-09-11 16:24:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 16:24:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 16:24:02] Production.INFO: ==3093== Lock acquired, processing the job...
[2026-09-11 16:24:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 16:24:02] Production.INFO: ==3095== Lock acquired, processing the job...
[2026-09-11 16:24:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 16:24:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 16:24:03] Production.INFO: ==3097== Lock acquired, processing the job...
[2026-09-11 16:24:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 16:24:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 16:24:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 16:24:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 16:24:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 16:24:03] Production.INFO: ==3099== Lock acquired, processing the job...
[2026-09-11 16:24:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 16:24:03] Production.INFO: ==3101== Lock acquired, processing the job...
[2026-09-11 16:24:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 16: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-09-11 16: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-09-11 16:24:03] Production.INFO: Account Balance Start.
[2026-09-11 16:24:03] Production.INFO: CreateAllLog Start
[2026-09-11 16:24:03] Production.INFO: 117
[2026-09-11 16: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-09-11 16:24:03] Production.INFO: Date 2026-09-08
[2026-09-11 16:24:03] Production.INFO: ==3101== Releasing lock...
[2026-09-11 16:24:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 16:24:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 16:24:03] Production.INFO: Reseller ==> 0
[2026-09-11 16:24:03] Production.INFO: Date 2026-09-09
[2026-09-11 16:24:03] Production.INFO: Reseller ==> 0
[2026-09-11 16:24:03] Production.INFO: Date 2026-09-10
[2026-09-11 16:24:03] Production.INFO: Reseller ==> 0
[2026-09-11 16:24:03] Production.INFO: Date 2026-09-11
[2026-09-11 16:24:03] Production.INFO: Reseller ==> 0
[2026-09-11 16:24:04] Production.INFO: ==3095== Releasing lock...
[2026-09-11 16:24:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 16:24:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 16:24:04] Production.INFO: Total Charge 0
[2026-09-11 16:24:04] Production.INFO: CreateAllLog End
[2026-09-11 16:24:04] Production.INFO: Account Balance End.
[2026-09-11 16:24:04] Production.ERROR: CronJobId end 12
[2026-09-11 16:24:04] Production.INFO: ==3099== Releasing lock...
[2026-09-11 16:24:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 16:24:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 16:24:10] Production.ERROR: CronJobId end10
[2026-09-11 16:24:10] Production.INFO: ==3097== Releasing lock...
[2026-09-11 16:24:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 16:24:10] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 16:24:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 16:24:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 16:24:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 16:24:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 16:24:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 16:24:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 16:24:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 16:24:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 16:24:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 16:24:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 16:24:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 16:24:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 16:24:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 16:24:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 16:24:14] Production.INFO: call_cost start
[2026-09-11 16:24:14] Production.INFO: call_cost end
[2026-09-11 16:24:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 16:24:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 16:24:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 16:24:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 16:24:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 16:24:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 16:24:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 16:24:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 16:24:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 16:24:14] Production.INFO: ==3093== Releasing lock...
[2026-09-11 16:24:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 16:24:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 21:25:01] Production.INFO: ==3157== Lock acquired, processing the job...
[2026-09-11 21:25:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 21:25:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 21:25:01] Production.INFO: neon service started
[2026-09-11 21:25:02] Production.INFO: neon service started
[2026-09-11 21:25:02] Production.INFO: ==3157== Releasing lock...
[2026-09-11 21:25:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 21:25:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 16:25:02] Production.INFO: ==3159== Lock acquired, processing the job...
[2026-09-11 16:25:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 16:25:02] Production.INFO: ==3159== Releasing lock...
[2026-09-11 16:25:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 16:25:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 20:25:02] Production.INFO: ==3161== Lock acquired, processing the job...
[2026-09-11 20:25:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 20:25:02] Production.INFO: ==3161== Releasing lock...
[2026-09-11 20:25:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 20:25:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 16:25:03] Production.INFO: ==3172== Lock acquired, processing the job...
[2026-09-11 16:25:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 16:25:03] Production.INFO: ==3164== Lock acquired, processing the job...
[2026-09-11 16:25:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-11 16:25:03] Production.INFO: ==3176== Lock acquired, processing the job...
[2026-09-11 16:25:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 16:25:03] Production.INFO: Account Balance Start.
[2026-09-11 16:25:03] Production.INFO: CreateAllLog Start
[2026-09-11 16:25:03] Production.INFO: 117
[2026-09-11 16:25:03] Production.INFO: ==3166== Lock acquired, processing the job...
[2026-09-11 16:25:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 16:25:03] Production.INFO: Date 2026-09-08
[2026-09-11 16:25:03] Production.ERROR: ========================== active cronjob start =============================
[2026-09-11 16:25:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-11 16:25:03] Production.ERROR: CronJob PID - 3172
[2026-09-11 16:25:03] Production.ERROR: CronJob Title - Prepaid Account Balance
[2026-09-11 16:25:03] Production.ERROR: CronJob ID - 12
[2026-09-11 16:25:03] Production.ERROR: CronJob Last Run Time 2026-09-11 16:25:00
[2026-09-11 16:25:03] Production.ERROR: CronJob Active Minutes 0
[2026-09-11 16:25:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-11 16:25:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-11 16:25:03] Production.ERROR: CronJob PID - 3176
[2026-09-11 16:25:03] Production.ERROR: CronJob Title - Import PBX Extensions and DIDs
[2026-09-11 16:25:03] Production.ERROR: CronJob ID - 19
[2026-09-11 16:25:03] Production.ERROR: CronJob Last Run Time 2026-09-11 16:25:00
[2026-09-11 16:25:03] Production.ERROR: CronJob Active Minutes 0
[2026-09-11 16:25:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-11 16:25:03] Production.INFO: ==3168== Lock acquired, processing the job...
[2026-09-11 16:25:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 16:25:03] Production.INFO: Reseller ==> 0
[2026-09-11 16:25:03] Production.ERROR: ========================== active cronjob end =============================
[2026-09-11 16:25:03] Production.INFO: ==3164== Releasing lock...
[2026-09-11 16:25:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-11 16:25:03] Production.INFO: 25.5 MB #Memory Used#
[2026-09-11 16:25:03] Production.INFO: ==3170== Lock acquired, processing the job...
[2026-09-11 16:25:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 16:25:03] Production.INFO: ==3174== Lock acquired, processing the job...
[2026-09-11 16:25:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-11 16:25:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 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-09-11 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-09-11 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-09-11 16:25:03] Production.INFO: ==3176== Releasing lock...
[2026-09-11 16:25:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 16:25:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 16:25:03] Production.INFO: Date 2026-09-09
[2026-09-11 16:25:03] Production.INFO: Reseller ==> 0
[2026-09-11 16:25:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 16:25:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 16:25:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 16:25:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 16:25:04] Production.INFO: Date 2026-09-10
[2026-09-11 16:25:04] Production.INFO: Reseller ==> 0
[2026-09-11 16:25:04] Production.ERROR: tblTempUsageDetail_20
[2026-09-11 16:25:04] Production.INFO: Date 2026-09-11
[2026-09-11 16:25:04] Production.INFO: Reseller ==> 0
[2026-09-11 16:25:04] Production.INFO: Total Charge 0
[2026-09-11 16:25:04] Production.INFO: CreateAllLog End
[2026-09-11 16:25:04] Production.ERROR: done
[2026-09-11 16:25:04] Production.INFO: Account Balance End.
[2026-09-11 16:25:04] Production.ERROR: CronJobId end 12
[2026-09-11 16:25:04] Production.INFO: ==3172== Releasing lock...
[2026-09-11 16:25:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 16:25:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 16:25:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-11 16:25:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17985403', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) start
[2026-09-11 16:25:04] Production.INFO: ==3168== Releasing lock...
[2026-09-11 16:25:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 16:25:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 16:25:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17985403', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) end
[2026-09-11 16:25:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-11 16:25:10] Production.INFO: ProcessCDR(1,17985403,1,1,2)
[2026-09-11 16:25:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17985403,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 16:25:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17985403,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 16:25:10] Production.ERROR: pbx prc_insertCDR start
[2026-09-11 16:25:10] Production.ERROR: pbx prc_insertCDR end
[2026-09-11 16:25:10] Production.INFO: ==3174== Releasing lock...
[2026-09-11 16:25:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-11 16:25:10] Production.INFO: 26 MB #Memory Used#
[2026-09-11 16:25:14] Production.ERROR: CronJobId end10
[2026-09-11 16:25:14] Production.INFO: ==3170== Releasing lock...
[2026-09-11 16:25:14] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 16:25:14] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 16:25:17] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 16:25:17] Production.INFO: ============== Balance Warning START===========
[2026-09-11 16:25:17] Production.INFO: ============== Balance Warning END===========
[2026-09-11 16:25:17] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 16:25:17] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 16:25:17] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 16:25:17] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 16:25:17] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 16:25:17] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 16:25:17] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 16:25:17] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 16:25:17] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 16:25:17] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 16:25:17] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 16:25:17] Production.INFO: call_cost start
[2026-09-11 16:25:17] Production.INFO: call_cost end
[2026-09-11 16:25:17] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 16:25:17] Production.INFO: ============== Report Schedule START===========
[2026-09-11 16:25:17] Production.INFO: ============== Report Schedule END===========
[2026-09-11 16:25:17] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 16:25:17] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 16:25:17] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 16:25:17] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 16:25:17] Production.INFO: ============== Deal alert START===========
[2026-09-11 16:25:17] Production.INFO: ============== Deal alert END===========
[2026-09-11 16:25:17] Production.INFO: ==3166== Releasing lock...
[2026-09-11 16:25:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 16:25:17] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 21:26:01] Production.INFO: ==3234== Lock acquired, processing the job...
[2026-09-11 21:26:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 21:26:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 21:26:01] Production.INFO: neon service started
[2026-09-11 21:26:01] Production.INFO: neon service started
[2026-09-11 21:26:01] Production.INFO: ==3234== Releasing lock...
[2026-09-11 21:26:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 21:26:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 20:26:01] Production.INFO: ==3238== Lock acquired, processing the job...
[2026-09-11 20:26:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 20:26:01] Production.INFO: ==3238== Releasing lock...
[2026-09-11 20:26:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 20:26:01] Production.INFO: 25 MB #Memory Used#
[2026-09-11 16:26:01] Production.INFO: ==3236== Lock acquired, processing the job...
[2026-09-11 16:26:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 16:26:02] Production.INFO: ==3236== Releasing lock...
[2026-09-11 16:26:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 16:26:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 16:26:02] Production.INFO: ==3242== Lock acquired, processing the job...
[2026-09-11 16:26:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 16:26:02] Production.INFO: ==3244== Lock acquired, processing the job...
[2026-09-11 16:26:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 16:26:02] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 16:26:02] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 16:26:02] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 16:26:02] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 16:26:03] Production.INFO: ==3240== Lock acquired, processing the job...
[2026-09-11 16:26:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 16:26:03] Production.INFO: ==3246== Lock acquired, processing the job...
[2026-09-11 16:26:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 16:26:03] Production.INFO: ==3248== Lock acquired, processing the job...
[2026-09-11 16:26:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 16:26:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 16:26:03] Production.INFO: Account Balance Start.
[2026-09-11 16:26:03] Production.INFO: CreateAllLog Start
[2026-09-11 16:26:03] Production.INFO: 117
[2026-09-11 16:26:03] Production.INFO: Date 2026-09-08
[2026-09-11 16:26:03] Production.INFO: Reseller ==> 0
[2026-09-11 16:26:03] Production.INFO: Date 2026-09-09
[2026-09-11 16:26:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 16:26:03] Production.INFO: Date 2026-09-10
[2026-09-11 16:26:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 16:26:03] Production.INFO: ==3248== Releasing lock...
[2026-09-11 16:26:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 16:26:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 16:26:03] Production.INFO: ==3242== Releasing lock...
[2026-09-11 16:26:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 16:26:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 16:26:03] Production.INFO: Date 2026-09-11
[2026-09-11 16:26:03] Production.INFO: Reseller ==> 0
[2026-09-11 16:26:03] Production.INFO: Total Charge 0
[2026-09-11 16:26:03] Production.INFO: CreateAllLog End
[2026-09-11 16:26:03] Production.INFO: Account Balance End.
[2026-09-11 16:26:03] Production.ERROR: CronJobId end 12
[2026-09-11 16:26:03] Production.INFO: ==3246== Releasing lock...
[2026-09-11 16:26:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 16:26:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 16:26:11] Production.ERROR: CronJobId end10
[2026-09-11 16:26:11] Production.INFO: ==3244== Releasing lock...
[2026-09-11 16:26:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 16:26:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 16:26:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 16:26:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 16:26:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 16:26:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 16:26:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 16:26:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 16:26:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 16:26:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 16:26:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 16:26:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 16:26:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 16:26:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 16:26:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 16:26:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 16:26:14] Production.INFO: call_cost start
[2026-09-11 16:26:14] Production.INFO: call_cost end
[2026-09-11 16:26:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 16:26:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 16:26:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 16:26:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 16:26:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 16:26:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 16:26:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 16:26:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 16:26:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 16:26:14] Production.INFO: ==3240== Releasing lock...
[2026-09-11 16:26:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 16:26:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 21:27:01] Production.INFO: ==3301== Lock acquired, processing the job...
[2026-09-11 21:27:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 21:27:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 21:27:01] Production.INFO: neon service started
[2026-09-11 21:27:01] Production.INFO: neon service started
[2026-09-11 21:27:01] Production.INFO: ==3301== Releasing lock...
[2026-09-11 21:27:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 21:27:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 20:27:02] Production.INFO: ==3305== Lock acquired, processing the job...
[2026-09-11 20:27:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 20:27:02] Production.INFO: ==3305== Releasing lock...
[2026-09-11 20:27:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 20:27:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 16:27:02] Production.INFO: ==3303== Lock acquired, processing the job...
[2026-09-11 16:27:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 16:27:02] Production.INFO: ==3303== Releasing lock...
[2026-09-11 16:27:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 16:27:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 16:27:03] Production.INFO: ==3308== Lock acquired, processing the job...
[2026-09-11 16:27:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 16:27:03] Production.INFO: ==3312== Lock acquired, processing the job...
[2026-09-11 16:27:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 16:27:03] Production.INFO: ==3310== Lock acquired, processing the job...
[2026-09-11 16:27:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 16:27:03] Production.INFO: ==3314== Lock acquired, processing the job...
[2026-09-11 16:27:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 16:27:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 16:27:03] Production.INFO: ==3316== Lock acquired, processing the job...
[2026-09-11 16:27:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 16:27:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 16:27:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 16:27:03] Production.INFO: Account Balance Start.
[2026-09-11 16:27:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 16:27:03] Production.INFO: CreateAllLog Start
[2026-09-11 16:27:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 16:27:03] Production.INFO: 117
[2026-09-11 16:27:03] Production.INFO: Date 2026-09-08
[2026-09-11 16:27:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 16:27:03] Production.INFO: Date 2026-09-09
[2026-09-11 16:27:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 16:27:03] Production.INFO: Date 2026-09-10
[2026-09-11 16:27:03] Production.INFO: Reseller ==> 0
[2026-09-11 16:27:03] Production.INFO: ==3316== Releasing lock...
[2026-09-11 16:27:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 16:27:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 16:27:03] Production.INFO: Date 2026-09-11
[2026-09-11 16:27:03] Production.INFO: Reseller ==> 0
[2026-09-11 16:27:03] Production.INFO: Total Charge 0
[2026-09-11 16:27:03] Production.INFO: CreateAllLog End
[2026-09-11 16:27:03] Production.INFO: Account Balance End.
[2026-09-11 16:27:03] Production.ERROR: CronJobId end 12
[2026-09-11 16:27:03] Production.INFO: ==3314== Releasing lock...
[2026-09-11 16:27:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 16:27:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 16:27:04] Production.INFO: ==3310== Releasing lock...
[2026-09-11 16:27:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 16:27:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 16:27:11] Production.ERROR: CronJobId end10
[2026-09-11 16:27:11] Production.INFO: ==3312== Releasing lock...
[2026-09-11 16:27:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 16:27:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 16:27:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 16:27:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 16:27:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 16:27:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 16:27:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 16:27:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 16:27:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 16:27:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 16:27:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 16:27:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 16:27:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 16:27:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 16:27:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 16:27:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 16:27:15] Production.INFO: call_cost start
[2026-09-11 16:27:15] Production.INFO: call_cost end
[2026-09-11 16:27:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 16:27:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 16:27:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 16:27:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 16:27:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 16:27:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 16:27:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 16:27:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 16:27:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 16:27:15] Production.INFO: ==3308== Releasing lock...
[2026-09-11 16:27:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 16:27:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 21:28:02] Production.INFO: ==3371== Lock acquired, processing the job...
[2026-09-11 21:28:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 21:28:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 21:28:02] Production.INFO: neon service started
[2026-09-11 21:28:02] Production.INFO: neon service started
[2026-09-11 21:28:02] Production.INFO: ==3371== Releasing lock...
[2026-09-11 21:28:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 21:28:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 20:28:02] Production.INFO: ==3375== Lock acquired, processing the job...
[2026-09-11 20:28:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 20:28:02] Production.INFO: ==3375== Releasing lock...
[2026-09-11 20:28:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 20:28:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 16:28:02] Production.INFO: ==3373== Lock acquired, processing the job...
[2026-09-11 16:28:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 16:28:02] Production.INFO: ==3373== Releasing lock...
[2026-09-11 16:28:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 16:28:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 16:28:03] Production.INFO: ==3380== Lock acquired, processing the job...
[2026-09-11 16:28:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 16:28:03] Production.INFO: ==3382== Lock acquired, processing the job...
[2026-09-11 16:28:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 16:28:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 16:28:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 16:28:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 16:28:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 16:28:03] Production.INFO: ==3378== Lock acquired, processing the job...
[2026-09-11 16:28:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 16:28:03] Production.INFO: ==3384== Lock acquired, processing the job...
[2026-09-11 16:28:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 16:28:03] Production.INFO: ==3386== Lock acquired, processing the job...
[2026-09-11 16:28:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 16:28:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 16:28:03] Production.INFO: Account Balance Start.
[2026-09-11 16:28:03] Production.INFO: CreateAllLog Start
[2026-09-11 16:28:03] Production.INFO: 117
[2026-09-11 16:28:04] Production.INFO: Date 2026-09-08
[2026-09-11 16:28:04] Production.INFO: Reseller ==> 0
[2026-09-11 16: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-09-11 16: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-09-11 16: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-09-11 16:28:04] Production.INFO: ==3386== Releasing lock...
[2026-09-11 16:28:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 16:28:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 16:28:04] Production.INFO: ==3380== Releasing lock...
[2026-09-11 16:28:04] Production.INFO: Date 2026-09-09
[2026-09-11 16:28:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 16:28:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 16:28:04] Production.INFO: Reseller ==> 0
[2026-09-11 16:28:04] Production.INFO: Date 2026-09-10
[2026-09-11 16:28:04] Production.INFO: Reseller ==> 0
[2026-09-11 16:28:04] Production.INFO: Date 2026-09-11
[2026-09-11 16:28:04] Production.INFO: Reseller ==> 0
[2026-09-11 16:28:04] Production.INFO: Total Charge 0
[2026-09-11 16:28:04] Production.INFO: CreateAllLog End
[2026-09-11 16:28:04] Production.INFO: Account Balance End.
[2026-09-11 16:28:04] Production.ERROR: CronJobId end 12
[2026-09-11 16:28:04] Production.INFO: ==3384== Releasing lock...
[2026-09-11 16:28:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 16:28:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 16:28:11] Production.ERROR: CronJobId end10
[2026-09-11 16:28:11] Production.INFO: ==3382== Releasing lock...
[2026-09-11 16:28:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 16:28:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 16:28:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 16:28:15] Production.INFO: ============== Balance Warning START===========
[2026-09-11 16:28:15] Production.INFO: ============== Balance Warning END===========
[2026-09-11 16:28:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 16:28:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 16:28:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 16:28:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 16:28:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 16:28:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 16:28:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 16:28:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 16:28:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 16:28:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 16:28:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 16:28:15] Production.INFO: call_cost start
[2026-09-11 16:28:15] Production.INFO: call_cost end
[2026-09-11 16:28:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 16:28:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 16:28:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 16:28:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 16:28:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 16:28:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 16:28:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 16:28:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 16:28:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 16:28:15] Production.INFO: ==3378== Releasing lock...
[2026-09-11 16:28:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 16:28:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 21:29:01] Production.INFO: ==3442== Lock acquired, processing the job...
[2026-09-11 21:29:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 21:29:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 21:29:01] Production.INFO: neon service started
[2026-09-11 21:29:01] Production.INFO: neon service started
[2026-09-11 21:29:01] Production.INFO: ==3442== Releasing lock...
[2026-09-11 21:29:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 21:29:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 20:29:01] Production.INFO: ==3446== Lock acquired, processing the job...
[2026-09-11 20:29:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 20:29:01] Production.INFO: ==3446== Releasing lock...
[2026-09-11 20:29:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 20:29:01] Production.INFO: 25 MB #Memory Used#
[2026-09-11 16:29:02] Production.INFO: ==3444== Lock acquired, processing the job...
[2026-09-11 16:29:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 16:29:02] Production.INFO: ==3444== Releasing lock...
[2026-09-11 16:29:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 16:29:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 16:29:02] Production.INFO: ==3451== Lock acquired, processing the job...
[2026-09-11 16:29:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 16:29:02] Production.INFO: ==3455== Lock acquired, processing the job...
[2026-09-11 16:29:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 16:29:02] Production.INFO: Account Balance Start.
[2026-09-11 16:29:02] Production.INFO: CreateAllLog Start
[2026-09-11 16:29:02] Production.INFO: 117
[2026-09-11 16:29:02] Production.INFO: Date 2026-09-08
[2026-09-11 16:29:02] Production.INFO: Reseller ==> 0
[2026-09-11 16:29:02] Production.INFO: Date 2026-09-09
[2026-09-11 16:29:02] Production.INFO: Reseller ==> 0
[2026-09-11 16:29:03] Production.INFO: Date 2026-09-10
[2026-09-11 16:29:03] Production.INFO: Reseller ==> 0
[2026-09-11 16:29:03] Production.INFO: Date 2026-09-11
[2026-09-11 16:29:03] Production.INFO: Reseller ==> 0
[2026-09-11 16:29:03] Production.INFO: Total Charge 0
[2026-09-11 16:29:03] Production.INFO: CreateAllLog End
[2026-09-11 16:29:03] Production.INFO: ==3449== Lock acquired, processing the job...
[2026-09-11 16:29:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 16:29:03] Production.INFO: Account Balance End.
[2026-09-11 16:29:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 16:29:03] Production.ERROR: CronJobId end 12
[2026-09-11 16:29:03] Production.INFO: ==3455== Releasing lock...
[2026-09-11 16:29:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 16:29:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 16:29:03] Production.INFO: ==3451== Releasing lock...
[2026-09-11 16:29:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 16:29:03] Production.INFO: ==3453== Lock acquired, processing the job...
[2026-09-11 16:29:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 16:29:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 16:29:03] Production.INFO: ==3457== Lock acquired, processing the job...
[2026-09-11 16:29:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 16:29:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 16:29:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 16:29:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 16:29:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 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-09-11 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-09-11 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-09-11 16:29:03] Production.INFO: ==3457== Releasing lock...
[2026-09-11 16:29:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 16:29:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 16:29:10] Production.ERROR: CronJobId end10
[2026-09-11 16:29:10] Production.INFO: ==3453== Releasing lock...
[2026-09-11 16:29:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 16:29:10] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 16:29:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 16:29:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 16:29:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 16:29:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 16:29:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 16:29:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 16:29:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 16:29:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 16:29:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 16:29:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 16:29:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 16:29:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 16:29:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 16:29:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 16:29:13] Production.INFO: call_cost start
[2026-09-11 16:29:13] Production.INFO: call_cost end
[2026-09-11 16:29:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 16:29:13] Production.INFO: ============== Report Schedule START===========
[2026-09-11 16:29:13] Production.INFO: ============== Report Schedule END===========
[2026-09-11 16:29:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 16:29:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 16:29:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 16:29:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 16:29:13] Production.INFO: ============== Deal alert START===========
[2026-09-11 16:29:13] Production.INFO: ============== Deal alert END===========
[2026-09-11 16:29:13] Production.INFO: ==3449== Releasing lock...
[2026-09-11 16:29:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 16:29:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 21:30:01] Production.INFO: ==3513== Lock acquired, processing the job...
[2026-09-11 21:30:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 21:30:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 21:30:01] Production.INFO: neon service started
[2026-09-11 21:30:02] Production.INFO: neon service started
[2026-09-11 21:30:02] Production.INFO: ==3513== Releasing lock...
[2026-09-11 21:30:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 21:30:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 16:30:02] Production.INFO: ==3515== Lock acquired, processing the job...
[2026-09-11 16:30:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 16:30:02] Production.INFO: ==3515== Releasing lock...
[2026-09-11 16:30:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 16:30:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 20:30:02] Production.INFO: ==3517== Lock acquired, processing the job...
[2026-09-11 20:30:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 20:30:02] Production.INFO: ==3517== Releasing lock...
[2026-09-11 20:30:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 20:30:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 16:30:03] Production.INFO: ==3523== Lock acquired, processing the job...
[2026-09-11 16:30:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 16:30:03] Production.INFO: ==3519== Lock acquired, processing the job...
[2026-09-11 16:30:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 16:30:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 16:30:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 16:30:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 16:30:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 16:30:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 16:30:03] Production.INFO: ==3521== Lock acquired, processing the job...
[2026-09-11 16:30:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 16:30:03] Production.INFO: ==3525== Lock acquired, processing the job...
[2026-09-11 16:30:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 16:30:03] Production.INFO: ==3528== Lock acquired, processing the job...
[2026-09-11 16:30:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 16:30:03] Production.INFO: Account Balance Start.
[2026-09-11 16:30:03] Production.INFO: CreateAllLog Start
[2026-09-11 16:30:03] Production.INFO: 117
[2026-09-11 16:30:03] Production.INFO: Date 2026-09-08
[2026-09-11 16:30:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 16:30:03] Production.INFO: Date 2026-09-09
[2026-09-11 16:30:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 16:30:03] Production.INFO: ==3528== Releasing lock...
[2026-09-11 16:30:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 16:30:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 16:30:03] Production.INFO: Date 2026-09-10
[2026-09-11 16:30:03] Production.INFO: Reseller ==> 0
[2026-09-11 16:30:03] Production.INFO: Date 2026-09-11
[2026-09-11 16:30:03] Production.INFO: Reseller ==> 0
[2026-09-11 16:30:04] Production.INFO: Total Charge 0
[2026-09-11 16:30:04] Production.INFO: CreateAllLog End
[2026-09-11 16:30:04] Production.INFO: Account Balance End.
[2026-09-11 16:30:04] Production.ERROR: CronJobId end 12
[2026-09-11 16:30:04] Production.INFO: ==3521== Releasing lock...
[2026-09-11 16:30:04] Production.INFO: ==3525== Releasing lock...
[2026-09-11 16:30:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 16:30:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 16:30:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 16:30:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 16:30:12] Production.ERROR: CronJobId end10
[2026-09-11 16:30:12] Production.INFO: ==3523== Releasing lock...
[2026-09-11 16:30:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 16:30:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 16:30:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 16:30:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 16:30:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 16:30:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 16:30:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 16:30:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 16:30:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 16:30:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 16:30:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 16:30:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 16:30:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 16:30:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 16:30:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 16:30:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 16:30:15] Production.INFO: call_cost start
[2026-09-11 16:30:15] Production.INFO: call_cost end
[2026-09-11 16:30:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 16:30:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 16:30:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 16:30:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 16:30:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 16:30:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 16:30:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 16:30:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 16:30:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 16:30:15] Production.INFO: ==3519== Releasing lock...
[2026-09-11 16:30:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 16:30:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 21:31:01] Production.INFO: ==3580== Lock acquired, processing the job...
[2026-09-11 21:31:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 21:31:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 21:31:01] Production.INFO: neon service started
[2026-09-11 21:31:01] Production.INFO: neon service started
[2026-09-11 21:31:01] Production.INFO: ==3580== Releasing lock...
[2026-09-11 21:31:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 21:31:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 16:31:01] Production.INFO: ==3582== Lock acquired, processing the job...
[2026-09-11 16:31:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 16:31:01] Production.INFO: ==3582== Releasing lock...
[2026-09-11 16:31:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 16:31:01] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 20:31:02] Production.INFO: ==3584== Lock acquired, processing the job...
[2026-09-11 20:31:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 20:31:02] Production.INFO: ==3584== Releasing lock...
[2026-09-11 20:31:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 20:31:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 16:31:02] Production.INFO: ==3594== Lock acquired, processing the job...
[2026-09-11 16:31:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 16:31:02] Production.INFO: ==3586== Lock acquired, processing the job...
[2026-09-11 16:31:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 16:31: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-09-11 16:31: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-09-11 16:31: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-09-11 16:31:02] Production.INFO: ==3594== Releasing lock...
[2026-09-11 16:31:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 16:31:02] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 16:31:02] Production.INFO: ==3588== Lock acquired, processing the job...
[2026-09-11 16:31:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 16:31:02] Production.INFO: ==3590== Lock acquired, processing the job...
[2026-09-11 16:31:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 16:31:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 16:31:02] Production.INFO: ==3592== Lock acquired, processing the job...
[2026-09-11 16:31:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 16:31:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 16:31:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 16:31:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 16:31:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 16:31:03] Production.INFO: Account Balance Start.
[2026-09-11 16:31:03] Production.INFO: CreateAllLog Start
[2026-09-11 16:31:03] Production.INFO: 117
[2026-09-11 16:31:03] Production.INFO: Date 2026-09-08
[2026-09-11 16:31:03] Production.INFO: Reseller ==> 0
[2026-09-11 16:31:03] Production.INFO: Date 2026-09-09
[2026-09-11 16:31:03] Production.INFO: Reseller ==> 0
[2026-09-11 16:31:03] Production.INFO: Date 2026-09-10
[2026-09-11 16:31:03] Production.INFO: Reseller ==> 0
[2026-09-11 16:31:03] Production.INFO: Date 2026-09-11
[2026-09-11 16:31:03] Production.INFO: Reseller ==> 0
[2026-09-11 16:31:03] Production.INFO: Total Charge 0
[2026-09-11 16:31:03] Production.INFO: CreateAllLog End
[2026-09-11 16:31:03] Production.INFO: Account Balance End.
[2026-09-11 16:31:03] Production.ERROR: CronJobId end 12
[2026-09-11 16:31:03] Production.INFO: ==3592== Releasing lock...
[2026-09-11 16:31:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 16:31:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 16:31:03] Production.INFO: ==3588== Releasing lock...
[2026-09-11 16:31:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 16:31:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 16:31:11] Production.ERROR: CronJobId end10
[2026-09-11 16:31:11] Production.INFO: ==3590== Releasing lock...
[2026-09-11 16:31:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 16:31:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 16:31:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 16:31:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 16:31:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 16:31:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 16:31:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 16:31:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 16:31:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 16:31:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 16:31:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 16:31:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 16:31:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 16:31:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 16:31:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 16:31:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 16:31:13] Production.INFO: call_cost start
[2026-09-11 16:31:13] Production.INFO: call_cost end
[2026-09-11 16:31:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 16:31:13] Production.INFO: ============== Report Schedule START===========
[2026-09-11 16:31:13] Production.INFO: ============== Report Schedule END===========
[2026-09-11 16:31:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 16:31:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 16:31:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 16:31:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 16:31:13] Production.INFO: ============== Deal alert START===========
[2026-09-11 16:31:13] Production.INFO: ============== Deal alert END===========
[2026-09-11 16:31:13] Production.INFO: ==3586== Releasing lock...
[2026-09-11 16:31:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 16:31:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 21:32:02] Production.INFO: ==3652== Lock acquired, processing the job...
[2026-09-11 21:32:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 21:32:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 21:32:02] Production.INFO: neon service started
[2026-09-11 21:32:02] Production.INFO: neon service started
[2026-09-11 21:32:02] Production.INFO: ==3652== Releasing lock...
[2026-09-11 21:32:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 21:32:02] Production.INFO: 25.5 MB #Memory Used#
[2026-09-11 16:32:02] Production.INFO: ==3654== Lock acquired, processing the job...
[2026-09-11 16:32:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 16:32:02] Production.INFO: ==3654== Releasing lock...
[2026-09-11 16:32:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 16:32:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 20:32:02] Production.INFO: ==3656== Lock acquired, processing the job...
[2026-09-11 20:32:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 20:32:02] Production.INFO: ==3656== Releasing lock...
[2026-09-11 20:32:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 20:32:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 16:32:03] Production.INFO: ==3663== Lock acquired, processing the job...
[2026-09-11 16:32:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 16:32:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 16:32:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 16:32:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 16:32:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 16:32:03] Production.INFO: ==3658== Lock acquired, processing the job...
[2026-09-11 16:32:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 16:32:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 16:32:03] Production.INFO: ==3661== Lock acquired, processing the job...
[2026-09-11 16:32:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 16:32:03] Production.INFO: ==3665== Lock acquired, processing the job...
[2026-09-11 16:32:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 16:32:03] Production.INFO: ==3667== Lock acquired, processing the job...
[2026-09-11 16:32:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 16:32:04] Production.INFO: Account Balance Start.
[2026-09-11 16:32:04] Production.INFO: CreateAllLog Start
[2026-09-11 16:32:04] Production.INFO: 117
[2026-09-11 16: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-09-11 16: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-09-11 16:32:04] Production.INFO: Date 2026-09-08
[2026-09-11 16:32:04] Production.INFO: Reseller ==> 0
[2026-09-11 16: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-09-11 16:32:04] Production.INFO: ==3667== Releasing lock...
[2026-09-11 16:32:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 16:32:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 16:32:04] Production.INFO: Date 2026-09-09
[2026-09-11 16:32:04] Production.INFO: Reseller ==> 0
[2026-09-11 16:32:04] Production.INFO: Date 2026-09-10
[2026-09-11 16:32:04] Production.INFO: Reseller ==> 0
[2026-09-11 16:32:04] Production.INFO: Date 2026-09-11
[2026-09-11 16:32:04] Production.INFO: Reseller ==> 0
[2026-09-11 16:32:04] Production.INFO: ==3661== Releasing lock...
[2026-09-11 16:32:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 16:32:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 16:32:04] Production.INFO: Total Charge 0
[2026-09-11 16:32:04] Production.INFO: CreateAllLog End
[2026-09-11 16:32:04] Production.INFO: Account Balance End.
[2026-09-11 16:32:04] Production.ERROR: CronJobId end 12
[2026-09-11 16:32:04] Production.INFO: ==3665== Releasing lock...
[2026-09-11 16:32:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 16:32:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 16:32:12] Production.ERROR: CronJobId end10
[2026-09-11 16:32:12] Production.INFO: ==3663== Releasing lock...
[2026-09-11 16:32:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 16:32:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 16:32:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 16:32:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 16:32:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 16:32:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 16:32:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 16:32:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 16:32:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 16:32:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 16:32:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 16:32:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 16:32:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 16:32:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 16:32:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 16:32:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 16:32:15] Production.INFO: call_cost start
[2026-09-11 16:32:15] Production.INFO: call_cost end
[2026-09-11 16:32:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 16:32:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 16:32:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 16:32:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 16:32:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 16:32:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 16:32:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 16:32:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 16:32:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 16:32:15] Production.INFO: ==3658== Releasing lock...
[2026-09-11 16:32:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 16:32:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 21:33:01] Production.INFO: ==3721== Lock acquired, processing the job...
[2026-09-11 21:33:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 21:33:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 21:33:01] Production.INFO: neon service started
[2026-09-11 21:33:01] Production.INFO: neon service started
[2026-09-11 21:33:01] Production.INFO: ==3721== Releasing lock...
[2026-09-11 21:33:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 21:33:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 20:33:01] Production.INFO: ==3725== Lock acquired, processing the job...
[2026-09-11 20:33:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 20:33:01] Production.INFO: ==3725== Releasing lock...
[2026-09-11 20:33:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 20:33:01] Production.INFO: 25 MB #Memory Used#
[2026-09-11 16:33:01] Production.INFO: ==3723== Lock acquired, processing the job...
[2026-09-11 16:33:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 16:33:02] Production.INFO: ==3723== Releasing lock...
[2026-09-11 16:33:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 16:33:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 16:33:02] Production.INFO: ==3728== Lock acquired, processing the job...
[2026-09-11 16:33:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 16:33:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 16:33:02] Production.INFO: ==3730== Lock acquired, processing the job...
[2026-09-11 16:33:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 16:33:03] Production.INFO: ==3734== Lock acquired, processing the job...
[2026-09-11 16:33:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 16:33:03] Production.INFO: ==3732== Lock acquired, processing the job...
[2026-09-11 16:33:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 16:33:03] Production.INFO: ==3736== Lock acquired, processing the job...
[2026-09-11 16:33:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 16:33:03] Production.INFO: Account Balance Start.
[2026-09-11 16:33:03] Production.INFO: CreateAllLog Start
[2026-09-11 16:33:03] Production.INFO: 117
[2026-09-11 16:33:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 16:33:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 16:33:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 16:33:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 16:33:03] Production.INFO: Date 2026-09-08
[2026-09-11 16:33:03] Production.INFO: Reseller ==> 0
[2026-09-11 16:33:03] Production.INFO: Date 2026-09-09
[2026-09-11 16:33:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 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-09-11 16:33:03] Production.INFO: Date 2026-09-10
[2026-09-11 16:33:03] Production.INFO: Reseller ==> 0
[2026-09-11 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-09-11 16:33:03] Production.INFO: Date 2026-09-11
[2026-09-11 16:33:03] Production.INFO: Reseller ==> 0
[2026-09-11 16:33:03] Production.INFO: ==3736== Releasing lock...
[2026-09-11 16:33:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 16:33:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 16:33:03] Production.INFO: Total Charge 0
[2026-09-11 16:33:03] Production.INFO: CreateAllLog End
[2026-09-11 16:33:03] Production.INFO: Account Balance End.
[2026-09-11 16:33:03] Production.ERROR: CronJobId end 12
[2026-09-11 16:33:03] Production.INFO: ==3734== Releasing lock...
[2026-09-11 16:33:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 16:33:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 16:33:04] Production.INFO: ==3730== Releasing lock...
[2026-09-11 16:33:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 16:33:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 16:33:10] Production.ERROR: CronJobId end10
[2026-09-11 16:33:10] Production.INFO: ==3732== Releasing lock...
[2026-09-11 16:33:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 16:33:10] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 16:33:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 16:33:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 16:33:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 16:33:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 16:33:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 16:33:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 16:33:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 16:33:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 16:33:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 16:33:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 16:33:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 16:33:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 16:33:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 16:33:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 16:33:14] Production.INFO: call_cost start
[2026-09-11 16:33:14] Production.INFO: call_cost end
[2026-09-11 16:33:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 16:33:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 16:33:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 16:33:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 16:33:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 16:33:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 16:33:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 16:33:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 16:33:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 16:33:14] Production.INFO: ==3728== Releasing lock...
[2026-09-11 16:33:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 16:33:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 21:34:01] Production.INFO: ==3790== Lock acquired, processing the job...
[2026-09-11 21:34:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 21:34:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 21:34:01] Production.INFO: neon service started
[2026-09-11 21:34:01] Production.INFO: neon service started
[2026-09-11 21:34:01] Production.INFO: ==3790== Releasing lock...
[2026-09-11 21:34:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 21:34:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 16:34:02] Production.INFO: ==3792== Lock acquired, processing the job...
[2026-09-11 16:34:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 20:34:02] Production.INFO: ==3794== Lock acquired, processing the job...
[2026-09-11 20:34:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 20:34:02] Production.INFO: ==3794== Releasing lock...
[2026-09-11 20:34:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 20:34:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 16:34:02] Production.INFO: ==3792== Releasing lock...
[2026-09-11 16:34:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 16:34:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 16:34:03] Production.INFO: ==3797== Lock acquired, processing the job...
[2026-09-11 16:34:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 16:34:03] Production.INFO: ==3799== Lock acquired, processing the job...
[2026-09-11 16:34:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 16:34:03] Production.INFO: ==3801== Lock acquired, processing the job...
[2026-09-11 16:34:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 16:34:03] Production.INFO: ==3803== Lock acquired, processing the job...
[2026-09-11 16:34:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 16:34:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 16:34:03] Production.INFO: ==3805== Lock acquired, processing the job...
[2026-09-11 16:34:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 16:34:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 16:34:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 16:34:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 16:34:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 16:34:03] Production.INFO: Account Balance Start.
[2026-09-11 16:34:03] Production.INFO: CreateAllLog Start
[2026-09-11 16:34:03] Production.INFO: 117
[2026-09-11 16:34:03] Production.INFO: Date 2026-09-08
[2026-09-11 16: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-09-11 16:34:03] Production.INFO: Reseller ==> 0
[2026-09-11 16: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-09-11 16: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-09-11 16:34:03] Production.INFO: Date 2026-09-09
[2026-09-11 16:34:03] Production.INFO: Reseller ==> 0
[2026-09-11 16:34:03] Production.INFO: ==3805== Releasing lock...
[2026-09-11 16:34:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 16:34:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 16:34:03] Production.INFO: Date 2026-09-10
[2026-09-11 16:34:03] Production.INFO: Reseller ==> 0
[2026-09-11 16:34:03] Production.INFO: Date 2026-09-11
[2026-09-11 16:34:03] Production.INFO: Reseller ==> 0
[2026-09-11 16:34:03] Production.INFO: Total Charge 0
[2026-09-11 16:34:03] Production.INFO: CreateAllLog End
[2026-09-11 16:34:04] Production.INFO: Account Balance End.
[2026-09-11 16:34:04] Production.ERROR: CronJobId end 12
[2026-09-11 16:34:04] Production.INFO: ==3803== Releasing lock...
[2026-09-11 16:34:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 16:34:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 16:34:04] Production.INFO: ==3799== Releasing lock...
[2026-09-11 16:34:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 16:34:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 16:34:11] Production.ERROR: CronJobId end10
[2026-09-11 16:34:11] Production.INFO: ==3801== Releasing lock...
[2026-09-11 16:34:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 16:34:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 16:34:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 16:34:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 16:34:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 16:34:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 16:34:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 16:34:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 16:34:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 16:34:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 16:34:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 16:34:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 16:34:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 16:34:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 16:34:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 16:34:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 16:34:14] Production.INFO: call_cost start
[2026-09-11 16:34:14] Production.INFO: call_cost end
[2026-09-11 16:34:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 16:34:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 16:34:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 16:34:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 16:34:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 16:34:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 16:34:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 16:34:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 16:34:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 16:34:14] Production.INFO: ==3797== Releasing lock...
[2026-09-11 16:34:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 16:34:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 21:35:02] Production.INFO: ==3863== Lock acquired, processing the job...
[2026-09-11 21:35:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 21:35:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 21:35:02] Production.INFO: neon service started
[2026-09-11 21:35:02] Production.INFO: neon service started
[2026-09-11 21:35:02] Production.INFO: ==3863== Releasing lock...
[2026-09-11 21:35:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 21:35:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 20:35:02] Production.INFO: ==3867== Lock acquired, processing the job...
[2026-09-11 20:35:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 20:35:02] Production.INFO: ==3867== Releasing lock...
[2026-09-11 20:35:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 20:35:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 16:35:02] Production.INFO: ==3865== Lock acquired, processing the job...
[2026-09-11 16:35:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 16:35:02] Production.INFO: ==3865== Releasing lock...
[2026-09-11 16:35:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 16:35:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 16:35:04] Production.INFO: ==3869== Lock acquired, processing the job...
[2026-09-11 16:35:04] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-11 16:35:04] Production.INFO: ==3873== Lock acquired, processing the job...
[2026-09-11 16:35:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 16:35:04] Production.INFO: ==3871== Lock acquired, processing the job...
[2026-09-11 16:35:04] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 16:35:04] Production.INFO: ==3875== Lock acquired, processing the job...
[2026-09-11 16:35:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 16:35:04] Production.ERROR: ========================== active cronjob start =============================
[2026-09-11 16:35:04] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-11 16:35:04] Production.ERROR: CronJob PID - 3871
[2026-09-11 16:35:04] Production.ERROR: CronJob Title - System Alerts
[2026-09-11 16:35:04] Production.ERROR: CronJob ID - 5
[2026-09-11 16:35:04] Production.ERROR: CronJob Last Run Time 2026-09-11 16:35:00
[2026-09-11 16:35:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 16:35:04] Production.ERROR: CronJob Active Minutes 0
[2026-09-11 16:35:04] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-11 16:35:04] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-11 16:35:04] Production.ERROR: CronJob PID - 3873
[2026-09-11 16:35:04] Production.ERROR: CronJob Title - Account Block
[2026-09-11 16:35:04] Production.ERROR: CronJob ID - 7
[2026-09-11 16:35:04] Production.ERROR: CronJob Last Run Time 2026-09-11 16:35:00
[2026-09-11 16:35:04] Production.ERROR: CronJob Active Minutes 0
[2026-09-11 16:35:04] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-11 16:35:04] Production.ERROR: ========================== active cronjob end =============================
[2026-09-11 16:35:04] Production.INFO: ==3869== Releasing lock...
[2026-09-11 16:35:04] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-11 16:35:04] Production.INFO: 25.5 MB #Memory Used#
[2026-09-11 16:35:04] Production.INFO: ==3877== Lock acquired, processing the job...
[2026-09-11 16:35:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 16:35:04] Production.INFO: ==3879== Lock acquired, processing the job...
[2026-09-11 16:35:04] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-11 16:35:04] Production.INFO: ==3881== Lock acquired, processing the job...
[2026-09-11 16:35:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 16:35:04] Production.ERROR: tblTempUsageDetail_20
[2026-09-11 16:35:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 16:35:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 16:35:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 16:35:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 16:35:04] Production.INFO: Account Balance Start.
[2026-09-11 16:35:04] Production.INFO: CreateAllLog Start
[2026-09-11 16:35:04] Production.INFO: 117
[2026-09-11 16:35:04] Production.INFO: Date 2026-09-08
[2026-09-11 16:35:04] Production.INFO: Reseller ==> 0
[2026-09-11 16:35:04] Production.INFO: Date 2026-09-09
[2026-09-11 16:35:04] Production.INFO: Reseller ==> 0
[2026-09-11 16: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-09-11 16: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-09-11 16: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-09-11 16:35:04] Production.INFO: ==3881== Releasing lock...
[2026-09-11 16:35:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 16:35:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 16:35:04] Production.INFO: Date 2026-09-10
[2026-09-11 16:35:04] Production.INFO: Reseller ==> 0
[2026-09-11 16:35:04] Production.INFO: Date 2026-09-11
[2026-09-11 16:35:04] Production.INFO: Reseller ==> 0
[2026-09-11 16:35:04] Production.ERROR: done
[2026-09-11 16:35:04] Production.INFO: Total Charge 0
[2026-09-11 16:35:04] Production.INFO: CreateAllLog End
[2026-09-11 16:35:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-11 16:35:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17985444', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) start
[2026-09-11 16:35:04] Production.INFO: Account Balance End.
[2026-09-11 16:35:04] Production.ERROR: CronJobId end 12
[2026-09-11 16:35:04] Production.INFO: ==3877== Releasing lock...
[2026-09-11 16:35:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 16:35:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 16:35:05] Production.INFO: ==3873== Releasing lock...
[2026-09-11 16:35:05] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 16:35:05] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 16:35:09] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17985444', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) end
[2026-09-11 16:35:09] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-11 16:35:09] Production.INFO: ProcessCDR(1,17985444,1,1,2)
[2026-09-11 16:35:09] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17985444,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 16:35:09] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17985444,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 16:35:09] Production.ERROR: pbx prc_insertCDR start
[2026-09-11 16:35:09] Production.ERROR: pbx prc_insertCDR end
[2026-09-11 16:35:09] Production.INFO: ==3879== Releasing lock...
[2026-09-11 16:35:09] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-11 16:35:09] Production.INFO: 26 MB #Memory Used#
[2026-09-11 16:35:13] Production.ERROR: CronJobId end10
[2026-09-11 16:35:13] Production.INFO: ==3875== Releasing lock...
[2026-09-11 16:35:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 16:35:13] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 16:35:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 16:35:16] Production.INFO: ============== Balance Warning START===========
[2026-09-11 16:35:16] Production.INFO: ============== Balance Warning END===========
[2026-09-11 16:35:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 16:35:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 16:35:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 16:35:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 16:35:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 16:35:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 16:35:16] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 16:35:16] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 16:35:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 16:35:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 16:35:16] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 16:35:17] Production.INFO: call_cost start
[2026-09-11 16:35:17] Production.INFO: call_cost end
[2026-09-11 16:35:17] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 16:35:17] Production.INFO: ============== Report Schedule START===========
[2026-09-11 16:35:17] Production.INFO: ============== Report Schedule END===========
[2026-09-11 16:35:17] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 16:35:17] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 16:35:17] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 16:35:17] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 16:35:17] Production.INFO: ============== Deal alert START===========
[2026-09-11 16:35:17] Production.INFO: ============== Deal alert END===========
[2026-09-11 16:35:17] Production.INFO: ==3871== Releasing lock...
[2026-09-11 16:35:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 16:35:17] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 21:36:01] Production.INFO: ==3942== Lock acquired, processing the job...
[2026-09-11 21:36:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 21:36:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 21:36:01] Production.INFO: neon service started
[2026-09-11 21:36:01] Production.INFO: neon service started
[2026-09-11 21:36:01] Production.INFO: ==3942== Releasing lock...
[2026-09-11 21:36:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 21:36:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 20:36:02] Production.INFO: ==3946== Lock acquired, processing the job...
[2026-09-11 20:36:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 20:36:02] Production.INFO: ==3946== Releasing lock...
[2026-09-11 20:36:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 20:36:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 16:36:02] Production.INFO: ==3944== Lock acquired, processing the job...
[2026-09-11 16:36:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 16:36:02] Production.INFO: ==3944== Releasing lock...
[2026-09-11 16:36:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 16:36:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 16:36:03] Production.INFO: ==3949== Lock acquired, processing the job...
[2026-09-11 16:36:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 16:36:03] Production.INFO: ==3951== Lock acquired, processing the job...
[2026-09-11 16:36:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 16:36:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 16:36:03] Production.INFO: ==3953== Lock acquired, processing the job...
[2026-09-11 16:36:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 16:36:03] Production.INFO: ==3955== Lock acquired, processing the job...
[2026-09-11 16:36:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 16:36:03] Production.INFO: ==3957== Lock acquired, processing the job...
[2026-09-11 16:36:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 16: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-09-11 16: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-09-11 16:36:03] Production.INFO: Account Balance Start.
[2026-09-11 16:36:03] Production.INFO: CreateAllLog Start
[2026-09-11 16:36:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 16:36:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 16:36:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 16:36:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 16:36:03] Production.INFO: 117
[2026-09-11 16:36:03] Production.INFO: Date 2026-09-08
[2026-09-11 16: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-09-11 16:36:03] Production.INFO: ==3957== Releasing lock...
[2026-09-11 16:36:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 16:36:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 16:36:03] Production.INFO: Reseller ==> 0
[2026-09-11 16:36:03] Production.INFO: Date 2026-09-09
[2026-09-11 16:36:03] Production.INFO: Reseller ==> 0
[2026-09-11 16:36:03] Production.INFO: Date 2026-09-10
[2026-09-11 16:36:03] Production.INFO: Reseller ==> 0
[2026-09-11 16:36:03] Production.INFO: Date 2026-09-11
[2026-09-11 16:36:03] Production.INFO: Reseller ==> 0
[2026-09-11 16:36:03] Production.INFO: Total Charge 0
[2026-09-11 16:36:03] Production.INFO: CreateAllLog End
[2026-09-11 16:36:04] Production.INFO: Account Balance End.
[2026-09-11 16:36:04] Production.ERROR: CronJobId end 12
[2026-09-11 16:36:04] Production.INFO: ==3955== Releasing lock...
[2026-09-11 16:36:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 16:36:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 16:36:04] Production.INFO: ==3951== Releasing lock...
[2026-09-11 16:36:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 16:36:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 16:36:10] Production.ERROR: CronJobId end10
[2026-09-11 16:36:10] Production.INFO: ==3953== Releasing lock...
[2026-09-11 16:36:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 16:36:10] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 16:36:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 16:36:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 16:36:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 16:36:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 16:36:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 16:36:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 16:36:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 16:36:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 16:36:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 16:36:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 16:36:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 16:36:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 16:36:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 16:36:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 16:36:14] Production.INFO: call_cost start
[2026-09-11 16:36:14] Production.INFO: call_cost end
[2026-09-11 16:36:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 16:36:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 16:36:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 16:36:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 16:36:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 16:36:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 16:36:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 16:36:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 16:36:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 16:36:14] Production.INFO: ==3949== Releasing lock...
[2026-09-11 16:36:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 16:36:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 21:37:02] Production.INFO: ==4011== Lock acquired, processing the job...
[2026-09-11 21:37:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 21:37:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 21:37:02] Production.INFO: neon service started
[2026-09-11 21:37:02] Production.INFO: neon service started
[2026-09-11 21:37:02] Production.INFO: ==4011== Releasing lock...
[2026-09-11 21:37:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 21:37:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 16:37:02] Production.INFO: ==4013== Lock acquired, processing the job...
[2026-09-11 16:37:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 16:37:02] Production.INFO: ==4013== Releasing lock...
[2026-09-11 16:37:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 16:37:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 20:37:02] Production.INFO: ==4015== Lock acquired, processing the job...
[2026-09-11 20:37:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 20:37:02] Production.INFO: ==4015== Releasing lock...
[2026-09-11 20:37:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 20:37:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 16:37:03] Production.INFO: ==4017== Lock acquired, processing the job...
[2026-09-11 16:37:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 16:37:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 16:37:03] Production.INFO: ==4019== Lock acquired, processing the job...
[2026-09-11 16:37:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 16:37:03] Production.INFO: ==4021== Lock acquired, processing the job...
[2026-09-11 16:37:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 16:37:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 16:37:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 16:37:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 16:37:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 16:37:03] Production.INFO: ==4023== Lock acquired, processing the job...
[2026-09-11 16:37:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 16:37:03] Production.INFO: ==4025== Lock acquired, processing the job...
[2026-09-11 16:37:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 16:37:03] Production.INFO: Account Balance Start.
[2026-09-11 16:37:03] Production.INFO: CreateAllLog Start
[2026-09-11 16:37:03] Production.INFO: 117
[2026-09-11 16:37:03] Production.INFO: Date 2026-09-08
[2026-09-11 16:37:03] Production.INFO: Reseller ==> 0
[2026-09-11 16: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-09-11 16: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-09-11 16:37:03] Production.INFO: Date 2026-09-09
[2026-09-11 16:37:03] Production.INFO: Reseller ==> 0
[2026-09-11 16: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-09-11 16:37:03] Production.INFO: ==4025== Releasing lock...
[2026-09-11 16:37:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 16:37:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 16:37:03] Production.INFO: Date 2026-09-10
[2026-09-11 16:37:03] Production.INFO: Reseller ==> 0
[2026-09-11 16:37:03] Production.INFO: Date 2026-09-11
[2026-09-11 16:37:03] Production.INFO: Reseller ==> 0
[2026-09-11 16:37:04] Production.INFO: Total Charge 0
[2026-09-11 16:37:04] Production.INFO: CreateAllLog End
[2026-09-11 16:37:04] Production.INFO: Account Balance End.
[2026-09-11 16:37:04] Production.ERROR: CronJobId end 12
[2026-09-11 16:37:04] Production.INFO: ==4023== Releasing lock...
[2026-09-11 16:37:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 16:37:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 16:37:04] Production.INFO: ==4019== Releasing lock...
[2026-09-11 16:37:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 16:37:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 16:37:11] Production.ERROR: CronJobId end10
[2026-09-11 16:37:12] Production.INFO: ==4021== Releasing lock...
[2026-09-11 16:37:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 16:37:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 16:37:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 16:37:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 16:37:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 16:37:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 16:37:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 16:37:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 16:37:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 16:37:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 16:37:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 16:37:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 16:37:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 16:37:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 16:37:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 16:37:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 16:37:15] Production.INFO: call_cost start
[2026-09-11 16:37:15] Production.INFO: call_cost end
[2026-09-11 16:37:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 16:37:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 16:37:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 16:37:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 16:37:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 16:37:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 16:37:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 16:37:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 16:37:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 16:37:15] Production.INFO: ==4017== Releasing lock...
[2026-09-11 16:37:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 16:37:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 21:38:01] Production.INFO: ==4086== Lock acquired, processing the job...
[2026-09-11 21:38:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 21:38:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 21:38:01] Production.INFO: neon service started
[2026-09-11 21:38:01] Production.INFO: neon service started
[2026-09-11 21:38:01] Production.INFO: ==4086== Releasing lock...
[2026-09-11 21:38:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 21:38:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 16:38:01] Production.INFO: ==4088== Lock acquired, processing the job...
[2026-09-11 16:38:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 16:38:02] Production.INFO: ==4088== Releasing lock...
[2026-09-11 16:38:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 16:38:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 20:38:02] Production.INFO: ==4090== Lock acquired, processing the job...
[2026-09-11 20:38:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 20:38:02] Production.INFO: ==4090== Releasing lock...
[2026-09-11 20:38:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 20:38:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 16:38:02] Production.INFO: ==4092== Lock acquired, processing the job...
[2026-09-11 16:38:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 16:38:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 16:38:03] Production.INFO: ==4094== Lock acquired, processing the job...
[2026-09-11 16:38:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 16:38:03] Production.INFO: ==4096== Lock acquired, processing the job...
[2026-09-11 16:38:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 16:38:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 16:38:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 16:38:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 16:38:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 16:38:03] Production.INFO: ==4100== Lock acquired, processing the job...
[2026-09-11 16:38:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 16:38:03] Production.INFO: ==4098== Lock acquired, processing the job...
[2026-09-11 16:38:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 16:38:03] Production.INFO: Account Balance Start.
[2026-09-11 16:38:03] Production.INFO: CreateAllLog Start
[2026-09-11 16:38:03] Production.INFO: 117
[2026-09-11 16:38:03] Production.INFO: Date 2026-09-08
[2026-09-11 16:38:03] Production.INFO: Reseller ==> 0
[2026-09-11 16: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-09-11 16: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-09-11 16: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-09-11 16:38:03] Production.INFO: Date 2026-09-09
[2026-09-11 16:38:03] Production.INFO: Reseller ==> 0
[2026-09-11 16:38:03] Production.INFO: ==4100== Releasing lock...
[2026-09-11 16:38:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 16:38:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 16:38:04] Production.INFO: ==4094== Releasing lock...
[2026-09-11 16:38:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 16:38:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 16:38:04] Production.INFO: Date 2026-09-10
[2026-09-11 16:38:04] Production.INFO: Reseller ==> 0
[2026-09-11 16:38:04] Production.INFO: Date 2026-09-11
[2026-09-11 16:38:04] Production.INFO: Reseller ==> 0
[2026-09-11 16:38:04] Production.INFO: Total Charge 0
[2026-09-11 16:38:04] Production.INFO: CreateAllLog End
[2026-09-11 16:38:04] Production.INFO: Account Balance End.
[2026-09-11 16:38:04] Production.ERROR: CronJobId end 12
[2026-09-11 16:38:04] Production.INFO: ==4098== Releasing lock...
[2026-09-11 16:38:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 16:38:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 16:38:11] Production.ERROR: CronJobId end10
[2026-09-11 16:38:11] Production.INFO: ==4096== Releasing lock...
[2026-09-11 16:38:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 16:38:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 16:38:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 16:38:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 16:38:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 16:38:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 16:38:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 16:38:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 16:38:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 16:38:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 16:38:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 16:38:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 16:38:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 16:38:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 16:38:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 16:38:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 16:38:14] Production.INFO: call_cost start
[2026-09-11 16:38:14] Production.INFO: call_cost end
[2026-09-11 16:38:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 16:38:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 16:38:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 16:38:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 16:38:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 16:38:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 16:38:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 16:38:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 16:38:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 16:38:14] Production.INFO: ==4092== Releasing lock...
[2026-09-11 16:38:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 16:38:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 21:39:01] Production.INFO: ==4156== Lock acquired, processing the job...
[2026-09-11 21:39:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 21:39:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 21:39:01] Production.INFO: neon service started
[2026-09-11 21:39:01] Production.INFO: neon service started
[2026-09-11 21:39:01] Production.INFO: ==4156== Releasing lock...
[2026-09-11 21:39:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 21:39:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 20:39:02] Production.INFO: ==4160== Lock acquired, processing the job...
[2026-09-11 20:39:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 20:39:02] Production.INFO: ==4160== Releasing lock...
[2026-09-11 20:39:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 20:39:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 16:39:02] Production.INFO: ==4158== Lock acquired, processing the job...
[2026-09-11 16:39:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 16:39:02] Production.INFO: ==4158== Releasing lock...
[2026-09-11 16:39:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 16:39:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 16:39:03] Production.INFO: ==4163== Lock acquired, processing the job...
[2026-09-11 16:39:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 16:39:03] Production.INFO: ==4165== Lock acquired, processing the job...
[2026-09-11 16:39:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 16:39:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 16:39:03] Production.INFO: ==4171== Lock acquired, processing the job...
[2026-09-11 16:39:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 16:39:03] Production.INFO: ==4167== Lock acquired, processing the job...
[2026-09-11 16:39:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 16:39:03] Production.INFO: ==4169== Lock acquired, processing the job...
[2026-09-11 16:39:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 16: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-09-11 16: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-09-11 16: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-09-11 16:39:03] Production.INFO: Account Balance Start.
[2026-09-11 16:39:03] Production.INFO: CreateAllLog Start
[2026-09-11 16:39:03] Production.INFO: 117
[2026-09-11 16:39:03] Production.INFO: ==4171== Releasing lock...
[2026-09-11 16:39:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 16:39:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 16:39:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 16:39:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 16:39:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 16:39:03] Production.INFO: Date 2026-09-08
[2026-09-11 16:39:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 16:39:03] Production.INFO: Reseller ==> 0
[2026-09-11 16:39:03] Production.INFO: Date 2026-09-09
[2026-09-11 16:39:03] Production.INFO: Reseller ==> 0
[2026-09-11 16:39:04] Production.INFO: Date 2026-09-10
[2026-09-11 16:39:04] Production.INFO: Reseller ==> 0
[2026-09-11 16:39:04] Production.INFO: Date 2026-09-11
[2026-09-11 16:39:04] Production.INFO: Reseller ==> 0
[2026-09-11 16:39:04] Production.INFO: Total Charge 0
[2026-09-11 16:39:04] Production.INFO: CreateAllLog End
[2026-09-11 16:39:04] Production.INFO: ==4165== Releasing lock...
[2026-09-11 16:39:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 16:39:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 16:39:04] Production.INFO: Account Balance End.
[2026-09-11 16:39:04] Production.ERROR: CronJobId end 12
[2026-09-11 16:39:04] Production.INFO: ==4169== Releasing lock...
[2026-09-11 16:39:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 16:39:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 16:39:11] Production.ERROR: CronJobId end10
[2026-09-11 16:39:11] Production.INFO: ==4167== Releasing lock...
[2026-09-11 16:39:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 16:39:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 16:39:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 16:39:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 16:39:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 16:39:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 16:39:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 16:39:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 16:39:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 16:39:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 16:39:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 16:39:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 16:39:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 16:39:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 16:39:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 16:39:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 16:39:14] Production.INFO: call_cost start
[2026-09-11 16:39:14] Production.INFO: call_cost end
[2026-09-11 16:39:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 16:39:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 16:39:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 16:39:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 16:39:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 16:39:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 16:39:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 16:39:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 16:39:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 16:39:14] Production.INFO: ==4163== Releasing lock...
[2026-09-11 16:39:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 16:39:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 21:40:01] Production.INFO: ==4224== Lock acquired, processing the job...
[2026-09-11 21:40:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 21:40:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 21:40:01] Production.INFO: neon service started
[2026-09-11 21:40:01] Production.INFO: neon service started
[2026-09-11 21:40:01] Production.INFO: ==4224== Releasing lock...
[2026-09-11 21:40:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 21:40:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 16:40:01] Production.INFO: ==4226== Lock acquired, processing the job...
[2026-09-11 16:40:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 16:40:01] Production.INFO: ==4226== Releasing lock...
[2026-09-11 16:40:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 16:40:01] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 20:40:02] Production.INFO: ==4228== Lock acquired, processing the job...
[2026-09-11 20:40:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 20:40:02] Production.INFO: ==4228== Releasing lock...
[2026-09-11 20:40:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 20:40:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 16:40:02] Production.INFO: ==4231== Lock acquired, processing the job...
[2026-09-11 16:40:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 16:40:02] Production.INFO: ==4233== Lock acquired, processing the job...
[2026-09-11 16:40:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 16:40:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 16:40:02] Production.INFO: ==4237== Lock acquired, processing the job...
[2026-09-11 16:40:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 16:40:02] Production.INFO: ==4235== Lock acquired, processing the job...
[2026-09-11 16:40:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 16:40:03] Production.INFO: Account Balance Start.
[2026-09-11 16:40:03] Production.INFO: CreateAllLog Start
[2026-09-11 16:40:03] Production.INFO: 117
[2026-09-11 16:40:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 16:40:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 16:40:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 16:40:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 16:40:03] Production.INFO: ==4239== Lock acquired, processing the job...
[2026-09-11 16:40:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 16:40:03] Production.INFO: Date 2026-09-08
[2026-09-11 16:40:03] Production.INFO: Reseller ==> 0
[2026-09-11 16:40:03] Production.INFO: Date 2026-09-09
[2026-09-11 16:40:03] Production.INFO: Reseller ==> 0
[2026-09-11 16:40:03] Production.INFO: Date 2026-09-10
[2026-09-11 16:40:03] Production.INFO: Reseller ==> 0
[2026-09-11 16:40:03] Production.INFO: Date 2026-09-11
[2026-09-11 16:40:03] Production.INFO: Reseller ==> 0
[2026-09-11 16:40:03] Production.INFO: Total Charge 0
[2026-09-11 16: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-09-11 16:40:03] Production.INFO: CreateAllLog End
[2026-09-11 16: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-09-11 16: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-09-11 16:40:03] Production.INFO: ==4239== Releasing lock...
[2026-09-11 16:40:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 16:40:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 16:40:03] Production.INFO: Account Balance End.
[2026-09-11 16:40:03] Production.ERROR: CronJobId end 12
[2026-09-11 16:40:03] Production.INFO: ==4237== Releasing lock...
[2026-09-11 16:40:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 16:40:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 16:40:03] Production.INFO: ==4233== Releasing lock...
[2026-09-11 16:40:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 16:40:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 16:40:10] Production.ERROR: CronJobId end10
[2026-09-11 16:40:10] Production.INFO: ==4235== Releasing lock...
[2026-09-11 16:40:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 16:40:10] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 16:40:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 16:40:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 16:40:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 16:40:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 16:40:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 16:40:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 16:40:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 16:40:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 16:40:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 16:40:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 16:40:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 16:40:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 16:40:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 16:40:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 16:40:14] Production.INFO: call_cost start
[2026-09-11 16:40:14] Production.INFO: call_cost end
[2026-09-11 16:40:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 16:40:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 16:40:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 16:40:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 16:40:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 16:40:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 16:40:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 16:40:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 16:40:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 16:40:14] Production.INFO: ==4231== Releasing lock...
[2026-09-11 16:40:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 16:40:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 21:41:01] Production.INFO: ==4299== Lock acquired, processing the job...
[2026-09-11 21:41:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 21:41:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 21:41:01] Production.INFO: neon service started
[2026-09-11 21:41:01] Production.INFO: neon service started
[2026-09-11 21:41:01] Production.INFO: ==4299== Releasing lock...
[2026-09-11 21:41:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 21:41:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 20:41:02] Production.INFO: ==4303== Lock acquired, processing the job...
[2026-09-11 20:41:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 20:41:02] Production.INFO: ==4303== Releasing lock...
[2026-09-11 20:41:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 20:41:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 16:41:02] Production.INFO: ==4301== Lock acquired, processing the job...
[2026-09-11 16:41:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 16:41:02] Production.INFO: ==4301== Releasing lock...
[2026-09-11 16:41:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 16:41:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 16:41:03] Production.INFO: ==4308== Lock acquired, processing the job...
[2026-09-11 16:41:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 16:41:03] Production.INFO: ==4312== Lock acquired, processing the job...
[2026-09-11 16:41:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 16:41:03] Production.INFO: ==4306== Lock acquired, processing the job...
[2026-09-11 16:41:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 16:41:03] Production.INFO: ==4310== Lock acquired, processing the job...
[2026-09-11 16:41:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 16:41:03] Production.INFO: ==4314== Lock acquired, processing the job...
[2026-09-11 16:41:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 16:41:03] Production.INFO: Account Balance Start.
[2026-09-11 16:41:03] Production.INFO: CreateAllLog Start
[2026-09-11 16:41:03] Production.INFO: 117
[2026-09-11 16:41:03] Production.INFO: Date 2026-09-08
[2026-09-11 16:41:03] Production.INFO: Reseller ==> 0
[2026-09-11 16:41:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 16:41:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 16:41:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 16:41:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 16:41:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 16:41:03] Production.INFO: Date 2026-09-09
[2026-09-11 16:41:03] Production.INFO: Reseller ==> 0
[2026-09-11 16:41:03] Production.INFO: Date 2026-09-10
[2026-09-11 16:41:03] Production.INFO: Reseller ==> 0
[2026-09-11 16: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-09-11 16: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-09-11 16: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-09-11 16:41:03] Production.INFO: ==4314== Releasing lock...
[2026-09-11 16:41:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 16:41:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 16:41:03] Production.INFO: Date 2026-09-11
[2026-09-11 16:41:03] Production.INFO: Reseller ==> 0
[2026-09-11 16:41:03] Production.INFO: Total Charge 0
[2026-09-11 16:41:03] Production.INFO: CreateAllLog End
[2026-09-11 16:41:03] Production.INFO: Account Balance End.
[2026-09-11 16:41:03] Production.ERROR: CronJobId end 12
[2026-09-11 16:41:03] Production.INFO: ==4312== Releasing lock...
[2026-09-11 16:41:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 16:41:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 16:41:04] Production.INFO: ==4308== Releasing lock...
[2026-09-11 16:41:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 16:41:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 16:41:11] Production.ERROR: CronJobId end10
[2026-09-11 16:41:11] Production.INFO: ==4310== Releasing lock...
[2026-09-11 16:41:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 16:41:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 16:41:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 16:41:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 16:41:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 16:41:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 16:41:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 16:41:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 16:41:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 16:41:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 16:41:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 16:41:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 16:41:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 16:41:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 16:41:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 16:41:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 16:41:14] Production.INFO: call_cost start
[2026-09-11 16:41:14] Production.INFO: call_cost end
[2026-09-11 16:41:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 16:41:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 16:41:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 16:41:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 16:41:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 16:41:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 16:41:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 16:41:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 16:41:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 16:41:14] Production.INFO: ==4306== Releasing lock...
[2026-09-11 16:41:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 16:41:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 21:42:02] Production.INFO: ==4367== Lock acquired, processing the job...
[2026-09-11 21:42:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 21:42:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 21:42:02] Production.INFO: neon service started
[2026-09-11 21:42:02] Production.INFO: neon service started
[2026-09-11 21:42:02] Production.INFO: ==4367== Releasing lock...
[2026-09-11 21:42:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 21:42:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 20:42:02] Production.INFO: ==4371== Lock acquired, processing the job...
[2026-09-11 20:42:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 20:42:02] Production.INFO: ==4371== Releasing lock...
[2026-09-11 20:42:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 20:42:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 16:42:02] Production.INFO: ==4369== Lock acquired, processing the job...
[2026-09-11 16:42:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 16:42:02] Production.INFO: ==4369== Releasing lock...
[2026-09-11 16:42:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 16:42:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 16:42:03] Production.INFO: ==4374== Lock acquired, processing the job...
[2026-09-11 16:42:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 16:42:03] Production.INFO: ==4380== Lock acquired, processing the job...
[2026-09-11 16:42:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 16:42:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 16:42:03] Production.INFO: Account Balance Start.
[2026-09-11 16:42:03] Production.INFO: ==4378== Lock acquired, processing the job...
[2026-09-11 16:42:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 16:42:03] Production.INFO: CreateAllLog Start
[2026-09-11 16:42:03] Production.INFO: ==4376== Lock acquired, processing the job...
[2026-09-11 16:42:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 16:42:03] Production.INFO: 117
[2026-09-11 16:42:03] Production.INFO: ==4382== Lock acquired, processing the job...
[2026-09-11 16:42:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 16:42:03] Production.INFO: Date 2026-09-08
[2026-09-11 16:42:03] Production.INFO: Reseller ==> 0
[2026-09-11 16:42:03] Production.INFO: Date 2026-09-09
[2026-09-11 16:42:03] Production.INFO: Reseller ==> 0
[2026-09-11 16:42:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 16:42:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 16:42:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 16:42:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 16:42:03] Production.INFO: Date 2026-09-10
[2026-09-11 16:42:03] Production.INFO: Reseller ==> 0
[2026-09-11 16: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-09-11 16: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-09-11 16: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-09-11 16:42:03] Production.INFO: ==4382== Releasing lock...
[2026-09-11 16:42:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 16:42:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 16:42:04] Production.INFO: Date 2026-09-11
[2026-09-11 16:42:04] Production.INFO: Reseller ==> 0
[2026-09-11 16:42:04] Production.INFO: Total Charge 0
[2026-09-11 16:42:04] Production.INFO: CreateAllLog End
[2026-09-11 16:42:04] Production.INFO: Account Balance End.
[2026-09-11 16:42:04] Production.ERROR: CronJobId end 12
[2026-09-11 16:42:04] Production.INFO: ==4380== Releasing lock...
[2026-09-11 16:42:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 16:42:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 16:42:04] Production.INFO: ==4376== Releasing lock...
[2026-09-11 16:42:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 16:42:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 16:42:12] Production.ERROR: CronJobId end10
[2026-09-11 16:42:12] Production.INFO: ==4378== Releasing lock...
[2026-09-11 16:42:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 16:42:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 16:42:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 16:42:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 16:42:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 16:42:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 16:42:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 16:42:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 16:42:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 16:42:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 16:42:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 16:42:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 16:42:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 16:42:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 16:42:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 16:42:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 16:42:15] Production.INFO: call_cost start
[2026-09-11 16:42:15] Production.INFO: call_cost end
[2026-09-11 16:42:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 16:42:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 16:42:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 16:42:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 16:42:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 16:42:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 16:42:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 16:42:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 16:42:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 16:42:15] Production.INFO: ==4374== Releasing lock...
[2026-09-11 16:42:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 16:42:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 21:43:01] Production.INFO: ==4443== Lock acquired, processing the job...
[2026-09-11 21:43:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 21:43:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 21:43:01] Production.INFO: neon service started
[2026-09-11 21:43:01] Production.INFO: neon service started
[2026-09-11 21:43:01] Production.INFO: ==4443== Releasing lock...
[2026-09-11 21:43:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 21:43:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 16:43:01] Production.INFO: ==4445== Lock acquired, processing the job...
[2026-09-11 16:43:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 16:43:02] Production.INFO: ==4445== Releasing lock...
[2026-09-11 16:43:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 16:43:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 20:43:02] Production.INFO: ==4447== Lock acquired, processing the job...
[2026-09-11 20:43:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 20:43:02] Production.INFO: ==4447== Releasing lock...
[2026-09-11 20:43:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 20:43:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 16:43:03] Production.INFO: ==4456== Lock acquired, processing the job...
[2026-09-11 16:43:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 16:43:03] Production.INFO: ==4450== Lock acquired, processing the job...
[2026-09-11 16:43:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 16:43:03] Production.INFO: ==4454== Lock acquired, processing the job...
[2026-09-11 16:43:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 16:43:03] Production.INFO: ==4452== Lock acquired, processing the job...
[2026-09-11 16:43:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 16:43:03] Production.INFO: Account Balance Start.
[2026-09-11 16:43:03] Production.INFO: CreateAllLog Start
[2026-09-11 16:43:03] Production.INFO: 117
[2026-09-11 16:43:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 16:43:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 16:43:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 16:43:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 16:43:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 16:43:03] Production.INFO: ==4458== Lock acquired, processing the job...
[2026-09-11 16:43:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 16:43:03] Production.INFO: Date 2026-09-08
[2026-09-11 16:43:03] Production.INFO: Reseller ==> 0
[2026-09-11 16:43:03] Production.INFO: Date 2026-09-09
[2026-09-11 16:43:03] Production.INFO: Reseller ==> 0
[2026-09-11 16: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-09-11 16: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-09-11 16:43:03] Production.INFO: Date 2026-09-10
[2026-09-11 16: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-09-11 16:43:03] Production.INFO: Reseller ==> 0
[2026-09-11 16:43:03] Production.INFO: ==4458== Releasing lock...
[2026-09-11 16:43:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 16:43:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 16:43:03] Production.INFO: Date 2026-09-11
[2026-09-11 16:43:03] Production.INFO: Reseller ==> 0
[2026-09-11 16:43:03] Production.INFO: Total Charge 0
[2026-09-11 16:43:03] Production.INFO: CreateAllLog End
[2026-09-11 16:43:03] Production.INFO: Account Balance End.
[2026-09-11 16:43:03] Production.ERROR: CronJobId end 12
[2026-09-11 16:43:03] Production.INFO: ==4456== Releasing lock...
[2026-09-11 16:43:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 16:43:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 16:43:04] Production.INFO: ==4452== Releasing lock...
[2026-09-11 16:43:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 16:43:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 16:43:11] Production.ERROR: CronJobId end10
[2026-09-11 16:43:11] Production.INFO: ==4454== Releasing lock...
[2026-09-11 16:43:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 16:43:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 16:43:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 16:43:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 16:43:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 16:43:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 16:43:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 16:43:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 16:43:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 16:43:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 16:43:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 16:43:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 16:43:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 16:43:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 16:43:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 16:43:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 16:43:14] Production.INFO: call_cost start
[2026-09-11 16:43:14] Production.INFO: call_cost end
[2026-09-11 16:43:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 16:43:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 16:43:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 16:43:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 16:43:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 16:43:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 16:43:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 16:43:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 16:43:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 16:43:14] Production.INFO: ==4450== Releasing lock...
[2026-09-11 16:43:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 16:43:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 21:44:02] Production.INFO: ==4513== Lock acquired, processing the job...
[2026-09-11 21:44:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 21:44:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 21:44:02] Production.INFO: neon service started
[2026-09-11 21:44:02] Production.INFO: neon service started
[2026-09-11 21:44:02] Production.INFO: ==4513== Releasing lock...
[2026-09-11 21:44:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 21:44:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 20:44:02] Production.INFO: ==4518== Lock acquired, processing the job...
[2026-09-11 20:44:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 20:44:02] Production.INFO: ==4518== Releasing lock...
[2026-09-11 20:44:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 20:44:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 16:44:02] Production.INFO: ==4516== Lock acquired, processing the job...
[2026-09-11 16:44:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 16:44:02] Production.INFO: ==4516== Releasing lock...
[2026-09-11 16:44:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 16:44:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 16:44:03] Production.INFO: ==4520== Lock acquired, processing the job...
[2026-09-11 16:44:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 16:44:03] Production.INFO: ==4526== Lock acquired, processing the job...
[2026-09-11 16:44:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 16:44:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 16:44:03] Production.INFO: Account Balance Start.
[2026-09-11 16:44:03] Production.INFO: CreateAllLog Start
[2026-09-11 16:44:03] Production.INFO: 117
[2026-09-11 16:44:03] Production.INFO: ==4528== Lock acquired, processing the job...
[2026-09-11 16:44:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 16:44:03] Production.INFO: Date 2026-09-08
[2026-09-11 16:44:03] Production.INFO: Reseller ==> 0
[2026-09-11 16: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-09-11 16: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-09-11 16: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-09-11 16:44:03] Production.INFO: Date 2026-09-09
[2026-09-11 16:44:03] Production.INFO: Reseller ==> 0
[2026-09-11 16:44:03] Production.INFO: ==4528== Releasing lock...
[2026-09-11 16:44:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 16:44:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 16:44:03] Production.INFO: Date 2026-09-10
[2026-09-11 16:44:03] Production.INFO: Reseller ==> 0
[2026-09-11 16:44:03] Production.INFO: ==4522== Lock acquired, processing the job...
[2026-09-11 16:44:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 16:44:03] Production.INFO: Date 2026-09-11
[2026-09-11 16:44:03] Production.INFO: Reseller ==> 0
[2026-09-11 16:44:03] Production.INFO: ==4524== Lock acquired, processing the job...
[2026-09-11 16:44:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 16:44:03] Production.INFO: Total Charge 0
[2026-09-11 16:44:04] Production.INFO: CreateAllLog End
[2026-09-11 16:44:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 16:44:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 16:44:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 16:44:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 16:44:04] Production.INFO: Account Balance End.
[2026-09-11 16:44:04] Production.ERROR: CronJobId end 12
[2026-09-11 16:44:04] Production.INFO: ==4526== Releasing lock...
[2026-09-11 16:44:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 16:44:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 16:44:04] Production.INFO: ==4522== Releasing lock...
[2026-09-11 16:44:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 16:44:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 16:44:12] Production.ERROR: CronJobId end10
[2026-09-11 16:44:12] Production.INFO: ==4524== Releasing lock...
[2026-09-11 16:44:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 16:44:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 16:44:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 16:44:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 16:44:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 16:44:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 16:44:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 16:44:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 16:44:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 16:44:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 16:44:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 16:44:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 16:44:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 16:44:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 16:44:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 16:44:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 16:44:14] Production.INFO: call_cost start
[2026-09-11 16:44:14] Production.INFO: call_cost end
[2026-09-11 16:44:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 16:44:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 16:44:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 16:44:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 16:44:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 16:44:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 16:44:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 16:44:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 16:44:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 16:44:14] Production.INFO: ==4520== Releasing lock...
[2026-09-11 16:44:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 16:44:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 21:45:01] Production.INFO: ==4581== Lock acquired, processing the job...
[2026-09-11 21:45:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 21:45:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 21:45:01] Production.INFO: neon service started
[2026-09-11 21:45:01] Production.INFO: neon service started
[2026-09-11 21:45:01] Production.INFO: ==4581== Releasing lock...
[2026-09-11 21:45:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 21:45:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 16:45:01] Production.INFO: ==4583== Lock acquired, processing the job...
[2026-09-11 16:45:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 16:45:02] Production.INFO: ==4583== Releasing lock...
[2026-09-11 16:45:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 16:45:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 20:45:02] Production.INFO: ==4585== Lock acquired, processing the job...
[2026-09-11 20:45:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 20:45:02] Production.INFO: ==4585== Releasing lock...
[2026-09-11 20:45:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 20:45:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 16:45:03] Production.INFO: ==4587== Lock acquired, processing the job...
[2026-09-11 16:45:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-11 16:45:03] Production.INFO: ==4589== Lock acquired, processing the job...
[2026-09-11 16:45:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 16:45:03] Production.INFO: ==4591== Lock acquired, processing the job...
[2026-09-11 16:45:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 16:45:03] Production.ERROR: ========================== active cronjob start =============================
[2026-09-11 16:45:03] Production.ERROR: ========================== active cronjob end =============================
[2026-09-11 16:45:03] Production.INFO: ==4587== Releasing lock...
[2026-09-11 16:45:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-11 16:45:03] Production.INFO: 25.5 MB #Memory Used#
[2026-09-11 16:45:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 16:45:03] Production.INFO: ==4594== Lock acquired, processing the job...
[2026-09-11 16:45:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 16:45:03] Production.INFO: ==4596== Lock acquired, processing the job...
[2026-09-11 16:45:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 16:45:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 16:45:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 16:45:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 16:45:03] Production.INFO: Account Balance Start.
[2026-09-11 16:45:03] Production.INFO: CreateAllLog Start
[2026-09-11 16:45:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 16:45:03] Production.INFO: ==4598== Lock acquired, processing the job...
[2026-09-11 16:45:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-11 16:45:03] Production.INFO: 117
[2026-09-11 16:45:03] Production.INFO: Date 2026-09-08
[2026-09-11 16:45:03] Production.INFO: ==4600== Lock acquired, processing the job...
[2026-09-11 16:45:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 16:45:03] Production.ERROR: tblTempUsageDetail_20
[2026-09-11 16:45:03] Production.INFO: Reseller ==> 0
[2026-09-11 16:45:03] Production.INFO: Date 2026-09-09
[2026-09-11 16:45:03] Production.INFO: Reseller ==> 0
[2026-09-11 16:45:03] Production.INFO: Date 2026-09-10
[2026-09-11 16:45:03] Production.INFO: Reseller ==> 0
[2026-09-11 16:45:03] Production.INFO: Date 2026-09-11
[2026-09-11 16:45:03] Production.INFO: Reseller ==> 0
[2026-09-11 16: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-09-11 16: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-09-11 16:45:03] Production.ERROR: done
[2026-09-11 16: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-09-11 16:45:03] Production.INFO: ==4600== Releasing lock...
[2026-09-11 16:45:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 16:45:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 16:45:03] Production.INFO: Total Charge 0
[2026-09-11 16:45:03] Production.INFO: CreateAllLog End
[2026-09-11 16:45:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-11 16:45:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17985485', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) start
[2026-09-11 16:45:04] Production.INFO: Account Balance End.
[2026-09-11 16:45:04] Production.ERROR: CronJobId end 12
[2026-09-11 16:45:04] Production.INFO: ==4596== Releasing lock...
[2026-09-11 16:45:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 16:45:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 16:45:04] Production.INFO: ==4591== Releasing lock...
[2026-09-11 16:45:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 16:45:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 16:45:09] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17985485', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) end
[2026-09-11 16:45:09] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-11 16:45:09] Production.INFO: ProcessCDR(1,17985485,1,1,2)
[2026-09-11 16:45:09] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17985485,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 16:45:09] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17985485,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 16:45:09] Production.ERROR: pbx prc_insertCDR start
[2026-09-11 16:45:09] Production.ERROR: pbx prc_insertCDR end
[2026-09-11 16:45:09] Production.INFO: ==4598== Releasing lock...
[2026-09-11 16:45:09] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-11 16:45:09] Production.INFO: 26 MB #Memory Used#
[2026-09-11 16:45:13] Production.ERROR: CronJobId end10
[2026-09-11 16:45:13] Production.INFO: ==4594== Releasing lock...
[2026-09-11 16:45:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 16:45:13] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 16:45:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 16:45:16] Production.INFO: ============== Balance Warning START===========
[2026-09-11 16:45:16] Production.INFO: ============== Balance Warning END===========
[2026-09-11 16:45:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 16:45:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 16:45:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 16:45:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 16:45:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 16:45:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 16:45:16] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 16:45:16] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 16:45:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 16:45:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 16:45:16] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 16:45:17] Production.INFO: call_cost start
[2026-09-11 16:45:17] Production.INFO: call_cost end
[2026-09-11 16:45:17] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 16:45:17] Production.INFO: ============== Report Schedule START===========
[2026-09-11 16:45:17] Production.INFO: ============== Report Schedule END===========
[2026-09-11 16:45:17] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 16:45:17] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 16:45:17] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 16:45:17] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 16:45:17] Production.INFO: ============== Deal alert START===========
[2026-09-11 16:45:17] Production.INFO: ============== Deal alert END===========
[2026-09-11 16:45:17] Production.INFO: ==4589== Releasing lock...
[2026-09-11 16:45:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 16:45:17] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 21:46:01] Production.INFO: ==4664== Lock acquired, processing the job...
[2026-09-11 21:46:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 21:46:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 21:46:01] Production.INFO: neon service started
[2026-09-11 21:46:01] Production.INFO: neon service started
[2026-09-11 21:46:01] Production.INFO: ==4664== Releasing lock...
[2026-09-11 21:46:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 21:46:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 20:46:02] Production.INFO: ==4668== Lock acquired, processing the job...
[2026-09-11 20:46:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 20:46:02] Production.INFO: ==4668== Releasing lock...
[2026-09-11 20:46:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 20:46:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 16:46:02] Production.INFO: ==4666== Lock acquired, processing the job...
[2026-09-11 16:46:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 16:46:02] Production.INFO: ==4666== Releasing lock...
[2026-09-11 16:46:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 16:46:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 16:46:03] Production.INFO: ==4670== Lock acquired, processing the job...
[2026-09-11 16:46:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 16:46:03] Production.INFO: ==4672== Lock acquired, processing the job...
[2026-09-11 16:46:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 16:46:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 16:46:03] Production.INFO: ==4677== Lock acquired, processing the job...
[2026-09-11 16:46:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 16:46:03] Production.INFO: ==4674== Lock acquired, processing the job...
[2026-09-11 16:46:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 16:46:03] Production.INFO: ==4679== Lock acquired, processing the job...
[2026-09-11 16:46:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 16:46:03] Production.INFO: Account Balance Start.
[2026-09-11 16:46:03] Production.INFO: CreateAllLog Start
[2026-09-11 16:46:03] Production.INFO: 117
[2026-09-11 16:46:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 16:46:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 16:46:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 16:46:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 16:46:03] Production.INFO: Date 2026-09-08
[2026-09-11 16:46:03] Production.INFO: Reseller ==> 0
[2026-09-11 16:46:03] Production.INFO: Date 2026-09-09
[2026-09-11 16:46:03] Production.INFO: Reseller ==> 0
[2026-09-11 16: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-09-11 16: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-09-11 16:46:03] Production.INFO: Date 2026-09-10
[2026-09-11 16:46:03] Production.INFO: Reseller ==> 0
[2026-09-11 16: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-09-11 16:46:03] Production.INFO: ==4679== Releasing lock...
[2026-09-11 16:46:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 16:46:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 16:46:03] Production.INFO: Date 2026-09-11
[2026-09-11 16:46:03] Production.INFO: Reseller ==> 0
[2026-09-11 16:46:03] Production.INFO: Total Charge 0
[2026-09-11 16:46:03] Production.INFO: CreateAllLog End
[2026-09-11 16:46:04] Production.INFO: Account Balance End.
[2026-09-11 16:46:04] Production.ERROR: CronJobId end 12
[2026-09-11 16:46:04] Production.INFO: ==4677== Releasing lock...
[2026-09-11 16:46:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 16:46:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 16:46:04] Production.INFO: ==4672== Releasing lock...
[2026-09-11 16:46:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 16:46:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 16:46: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,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-09-11 16:46:10] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 16:46:10] Production.INFO: ============== Balance Warning START===========
[2026-09-11 16:46:10] Production.INFO: ============== Balance Warning END===========
[2026-09-11 16:46:10] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 16:46:10] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 16:46:10] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 16:46:10] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 16:46:10] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 16:46:10] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 16:46:10] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 16:46:10] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 16:46:10] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 16:46:10] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 16:46:10] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 16:46:11] Production.INFO: call_cost start
[2026-09-11 16:46:11] Production.INFO: call_cost end
[2026-09-11 16:46:11] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 16:46:11] Production.INFO: ============== Report Schedule START===========
[2026-09-11 16:46:11] Production.INFO: ============== Report Schedule END===========
[2026-09-11 16:46:11] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 16:46:11] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 16:46:11] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 16:46:11] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 16:46:11] Production.INFO: ============== Deal alert START===========
[2026-09-11 16:46:11] Production.INFO: ============== Deal alert END===========
[2026-09-11 16:46:11] Production.INFO: ==4670== Releasing lock...
[2026-09-11 16:46:11] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 16:46:11] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 16:46:11] Production.ERROR: CronJobId end10
[2026-09-11 16:46:11] Production.INFO: ==4674== Releasing lock...
[2026-09-11 16:46:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 16:46:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 21:47:01] Production.INFO: ==4733== Lock acquired, processing the job...
[2026-09-11 21:47:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 21:47:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 21:47:01] Production.INFO: neon service started
[2026-09-11 21:47:01] Production.INFO: neon service started
[2026-09-11 21:47:01] Production.INFO: ==4733== Releasing lock...
[2026-09-11 21:47:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 21:47:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 20:47:01] Production.INFO: ==4737== Lock acquired, processing the job...
[2026-09-11 20:47:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 20:47:01] Production.INFO: ==4737== Releasing lock...
[2026-09-11 20:47:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 20:47:01] Production.INFO: 25 MB #Memory Used#
[2026-09-11 16:47:01] Production.INFO: ==4735== Lock acquired, processing the job...
[2026-09-11 16:47:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 16:47:02] Production.INFO: ==4735== Releasing lock...
[2026-09-11 16:47:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 16:47:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 16:47:02] Production.INFO: ==4741== Lock acquired, processing the job...
[2026-09-11 16:47:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 16:47:02] Production.INFO: ==4743== Lock acquired, processing the job...
[2026-09-11 16:47:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 16:47:02] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 16:47:02] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 16:47:02] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 16:47:02] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 16:47:02] Production.INFO: ==4739== Lock acquired, processing the job...
[2026-09-11 16:47:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 16:47:02] Production.INFO: ==4745== Lock acquired, processing the job...
[2026-09-11 16:47:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 16:47:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 16:47:03] Production.INFO: ==4747== Lock acquired, processing the job...
[2026-09-11 16:47:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 16:47:03] Production.INFO: Account Balance Start.
[2026-09-11 16:47:03] Production.INFO: CreateAllLog Start
[2026-09-11 16:47:03] Production.INFO: 117
[2026-09-11 16:47:03] Production.INFO: Date 2026-09-08
[2026-09-11 16:47:03] Production.INFO: Reseller ==> 0
[2026-09-11 16: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-09-11 16:47:03] Production.INFO: Date 2026-09-09
[2026-09-11 16: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-09-11 16:47:03] Production.INFO: Reseller ==> 0
[2026-09-11 16: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-09-11 16:47:03] Production.INFO: ==4747== Releasing lock...
[2026-09-11 16:47:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 16:47:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 16:47:03] Production.INFO: Date 2026-09-10
[2026-09-11 16:47:03] Production.INFO: Reseller ==> 0
[2026-09-11 16:47:03] Production.INFO: Date 2026-09-11
[2026-09-11 16:47:03] Production.INFO: Reseller ==> 0
[2026-09-11 16:47:03] Production.INFO: Total Charge 0
[2026-09-11 16:47:03] Production.INFO: CreateAllLog End
[2026-09-11 16:47:03] Production.INFO: ==4741== Releasing lock...
[2026-09-11 16:47:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 16:47:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 16:47:03] Production.INFO: Account Balance End.
[2026-09-11 16:47:03] Production.ERROR: CronJobId end 12
[2026-09-11 16:47:03] Production.INFO: ==4745== Releasing lock...
[2026-09-11 16:47:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 16:47:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 16:47:12] Production.ERROR: CronJobId end10
[2026-09-11 16:47:12] Production.INFO: ==4743== Releasing lock...
[2026-09-11 16:47:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 16:47:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 16:47:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 16:47:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 16:47:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 16:47:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 16:47:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 16:47:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 16:47:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 16:47:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 16:47:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 16:47:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 16:47:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 16:47:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 16:47:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 16:47:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 16:47:14] Production.INFO: call_cost start
[2026-09-11 16:47:14] Production.INFO: call_cost end
[2026-09-11 16:47:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 16:47:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 16:47:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 16:47:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 16:47:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 16:47:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 16:47:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 16:47:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 16:47:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 16:47:14] Production.INFO: ==4739== Releasing lock...
[2026-09-11 16:47:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 16:47:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 21:48:01] Production.INFO: ==4803== Lock acquired, processing the job...
[2026-09-11 21:48:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 21:48:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 21:48:01] Production.INFO: neon service started
[2026-09-11 21:48:01] Production.INFO: neon service started
[2026-09-11 21:48:01] Production.INFO: ==4803== Releasing lock...
[2026-09-11 21:48:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 21:48:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 16:48:02] Production.INFO: ==4805== Lock acquired, processing the job...
[2026-09-11 16:48:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 16:48:02] Production.INFO: ==4805== Releasing lock...
[2026-09-11 16:48:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 16:48:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 16:48:02] Production.INFO: ==4810== Lock acquired, processing the job...
[2026-09-11 16:48:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 20:48:02] Production.INFO: ==4807== Lock acquired, processing the job...
[2026-09-11 20:48:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 20:48:02] Production.INFO: ==4807== Releasing lock...
[2026-09-11 20:48:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 20:48:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 16:48:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 16:48:02] Production.INFO: ==4816== Lock acquired, processing the job...
[2026-09-11 16:48:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 16:48:03] Production.INFO: Account Balance Start.
[2026-09-11 16:48:03] Production.INFO: CreateAllLog Start
[2026-09-11 16:48:03] Production.INFO: 117
[2026-09-11 16:48:03] Production.INFO: Date 2026-09-08
[2026-09-11 16:48:03] Production.INFO: Reseller ==> 0
[2026-09-11 16:48:03] Production.INFO: Date 2026-09-09
[2026-09-11 16:48:03] Production.INFO: Reseller ==> 0
[2026-09-11 16:48:03] Production.INFO: Date 2026-09-10
[2026-09-11 16:48:03] Production.INFO: Reseller ==> 0
[2026-09-11 16:48:03] Production.INFO: Date 2026-09-11
[2026-09-11 16:48:03] Production.INFO: Reseller ==> 0
[2026-09-11 16:48:03] Production.INFO: Total Charge 0
[2026-09-11 16:48:03] Production.INFO: CreateAllLog End
[2026-09-11 16:48:03] Production.INFO: ==4812== Lock acquired, processing the job...
[2026-09-11 16:48:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 16:48:03] Production.INFO: ==4818== Lock acquired, processing the job...
[2026-09-11 16:48:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 16:48:03] Production.INFO: ==4814== Lock acquired, processing the job...
[2026-09-11 16:48:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 16:48:03] Production.INFO: Account Balance End.
[2026-09-11 16:48:03] Production.ERROR: CronJobId end 12
[2026-09-11 16:48:03] Production.INFO: ==4816== Releasing lock...
[2026-09-11 16:48:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 16:48:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 16:48:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 16:48:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 16:48:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 16:48:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 16: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-09-11 16: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-09-11 16: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-09-11 16:48:03] Production.INFO: ==4818== Releasing lock...
[2026-09-11 16:48:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 16:48:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 16:48:04] Production.INFO: ==4812== Releasing lock...
[2026-09-11 16:48:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 16:48:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 16:48:11] Production.ERROR: CronJobId end10
[2026-09-11 16:48:11] Production.INFO: ==4814== Releasing lock...
[2026-09-11 16:48:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 16:48:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 16:48:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 16:48:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 16:48:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 16:48:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 16:48:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 16:48:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 16:48:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 16:48:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 16:48:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 16:48:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 16:48:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 16:48:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 16:48:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 16:48:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 16:48:14] Production.INFO: call_cost start
[2026-09-11 16:48:14] Production.INFO: call_cost end
[2026-09-11 16:48:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 16:48:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 16:48:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 16:48:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 16:48:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 16:48:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 16:48:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 16:48:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 16:48:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 16:48:14] Production.INFO: ==4810== Releasing lock...
[2026-09-11 16:48:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 16:48:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 21:49:02] Production.INFO: ==4875== Lock acquired, processing the job...
[2026-09-11 21:49:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 21:49:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 21:49:02] Production.INFO: neon service started
[2026-09-11 21:49:02] Production.INFO: neon service started
[2026-09-11 21:49:02] Production.INFO: ==4875== Releasing lock...
[2026-09-11 21:49:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 21:49:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 16:49:02] Production.INFO: ==4877== Lock acquired, processing the job...
[2026-09-11 16:49:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 20:49:02] Production.INFO: ==4879== Lock acquired, processing the job...
[2026-09-11 20:49:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 20:49:02] Production.INFO: ==4879== Releasing lock...
[2026-09-11 20:49:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 20:49:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 16:49:03] Production.INFO: ==4877== Releasing lock...
[2026-09-11 16:49:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 16:49:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 16:49:03] Production.INFO: ==4882== Lock acquired, processing the job...
[2026-09-11 16:49:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 16:49:03] Production.INFO: ==4884== Lock acquired, processing the job...
[2026-09-11 16:49:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 16:49:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 16:49:03] Production.INFO: ==4888== Lock acquired, processing the job...
[2026-09-11 16:49:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 16:49:03] Production.INFO: ==4886== Lock acquired, processing the job...
[2026-09-11 16:49:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 16:49:04] Production.INFO: ==4890== Lock acquired, processing the job...
[2026-09-11 16:49:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 16:49:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 16:49:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 16:49:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 16:49:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 16: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-09-11 16: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-09-11 16:49:04] Production.INFO: Account Balance Start.
[2026-09-11 16:49:04] Production.INFO: CreateAllLog Start
[2026-09-11 16: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-09-11 16:49:04] Production.INFO: ==4890== Releasing lock...
[2026-09-11 16:49:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 16:49:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 16:49:04] Production.INFO: 117
[2026-09-11 16:49:04] Production.INFO: Date 2026-09-08
[2026-09-11 16:49:04] Production.INFO: Reseller ==> 0
[2026-09-11 16:49:04] Production.INFO: Date 2026-09-09
[2026-09-11 16:49:04] Production.INFO: Reseller ==> 0
[2026-09-11 16:49:04] Production.INFO: Date 2026-09-10
[2026-09-11 16:49:04] Production.INFO: Reseller ==> 0
[2026-09-11 16:49:04] Production.INFO: Date 2026-09-11
[2026-09-11 16:49:04] Production.INFO: Reseller ==> 0
[2026-09-11 16:49:04] Production.INFO: Total Charge 0
[2026-09-11 16:49:04] Production.INFO: CreateAllLog End
[2026-09-11 16:49:04] Production.INFO: ==4884== Releasing lock...
[2026-09-11 16:49:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 16:49:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 16:49:04] Production.INFO: Account Balance End.
[2026-09-11 16:49:04] Production.ERROR: CronJobId end 12
[2026-09-11 16:49:04] Production.INFO: ==4888== Releasing lock...
[2026-09-11 16:49:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 16:49:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 16:49:12] Production.ERROR: CronJobId end10
[2026-09-11 16:49:12] Production.INFO: ==4886== Releasing lock...
[2026-09-11 16:49:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 16:49:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 16:49:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 16:49:15] Production.INFO: ============== Balance Warning START===========
[2026-09-11 16:49:15] Production.INFO: ============== Balance Warning END===========
[2026-09-11 16:49:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 16:49:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 16:49:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 16:49:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 16:49:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 16:49:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 16:49:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 16:49:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 16:49:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 16:49:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 16:49:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 16:49:15] Production.INFO: call_cost start
[2026-09-11 16:49:15] Production.INFO: call_cost end
[2026-09-11 16:49:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 16:49:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 16:49:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 16:49:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 16:49:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 16:49:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 16:49:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 16:49:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 16:49:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 16:49:15] Production.INFO: ==4882== Releasing lock...
[2026-09-11 16:49:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 16:49:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 21:50:01] Production.INFO: ==4946== Lock acquired, processing the job...
[2026-09-11 21:50:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 21:50:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 21:50:01] Production.INFO: neon service started
[2026-09-11 21:50:01] Production.INFO: neon service started
[2026-09-11 21:50:01] Production.INFO: ==4946== Releasing lock...
[2026-09-11 21:50:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 21:50:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 20:50:02] Production.INFO: ==4951== Lock acquired, processing the job...
[2026-09-11 20:50:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 20:50:02] Production.INFO: ==4951== Releasing lock...
[2026-09-11 20:50:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 20:50:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 16:50:02] Production.INFO: ==4949== Lock acquired, processing the job...
[2026-09-11 16:50:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 16:50:02] Production.INFO: ==4949== Releasing lock...
[2026-09-11 16:50:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 16:50:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 16:50:03] Production.INFO: ==4959== Lock acquired, processing the job...
[2026-09-11 16:50:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 16:50:03] Production.INFO: Account Balance Start.
[2026-09-11 16:50:03] Production.INFO: CreateAllLog Start
[2026-09-11 16:50:03] Production.INFO: 117
[2026-09-11 16:50:03] Production.INFO: Date 2026-09-08
[2026-09-11 16:50:03] Production.INFO: Reseller ==> 0
[2026-09-11 16:50:03] Production.INFO: Date 2026-09-09
[2026-09-11 16:50:03] Production.INFO: Reseller ==> 0
[2026-09-11 16:50:03] Production.INFO: Date 2026-09-10
[2026-09-11 16:50:03] Production.INFO: Reseller ==> 0
[2026-09-11 16:50:03] Production.INFO: Date 2026-09-11
[2026-09-11 16:50:03] Production.INFO: Reseller ==> 0
[2026-09-11 16:50:03] Production.INFO: Total Charge 0
[2026-09-11 16:50:03] Production.INFO: CreateAllLog End
[2026-09-11 16:50:03] Production.INFO: ==4953== Lock acquired, processing the job...
[2026-09-11 16:50:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 16:50:03] Production.INFO: ==4955== Lock acquired, processing the job...
[2026-09-11 16:50:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 16:50:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 16:50:03] Production.INFO: ==4957== Lock acquired, processing the job...
[2026-09-11 16:50:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 16:50:03] Production.INFO: Account Balance End.
[2026-09-11 16:50:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 16:50:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 16:50:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 16:50:03] Production.ERROR: CronJobId end 12
[2026-09-11 16:50:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 16:50:03] Production.INFO: ==4959== Releasing lock...
[2026-09-11 16:50:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 16:50:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 16:50:03] Production.INFO: ==4961== Lock acquired, processing the job...
[2026-09-11 16:50:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 16: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-09-11 16: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-09-11 16: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-09-11 16:50:03] Production.INFO: ==4961== Releasing lock...
[2026-09-11 16:50:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 16:50:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 16:50:04] Production.INFO: ==4955== Releasing lock...
[2026-09-11 16:50:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 16:50:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 16:50:11] Production.ERROR: CronJobId end10
[2026-09-11 16:50:11] Production.INFO: ==4957== Releasing lock...
[2026-09-11 16:50:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 16:50:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 16:50:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 16:50:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 16:50:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 16:50:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 16:50:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 16:50:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 16:50:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 16:50:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 16:50:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 16:50:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 16:50:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 16:50:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 16:50:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 16:50:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 16:50:13] Production.INFO: call_cost start
[2026-09-11 16:50:13] Production.INFO: call_cost end
[2026-09-11 16:50:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 16:50:13] Production.INFO: ============== Report Schedule START===========
[2026-09-11 16:50:13] Production.INFO: ============== Report Schedule END===========
[2026-09-11 16:50:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 16:50:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 16:50:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 16:50:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 16:50:13] Production.INFO: ============== Deal alert START===========
[2026-09-11 16:50:13] Production.INFO: ============== Deal alert END===========
[2026-09-11 16:50:13] Production.INFO: ==4953== Releasing lock...
[2026-09-11 16:50:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 16:50:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 21:51:01] Production.INFO: ==5015== Lock acquired, processing the job...
[2026-09-11 21:51:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 21:51:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 21:51:02] Production.INFO: neon service started
[2026-09-11 21:51:02] Production.INFO: neon service started
[2026-09-11 21:51:02] Production.INFO: ==5015== Releasing lock...
[2026-09-11 21:51:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 21:51:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 20:51:02] Production.INFO: ==5019== Lock acquired, processing the job...
[2026-09-11 20:51:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 20:51:02] Production.INFO: ==5019== Releasing lock...
[2026-09-11 20:51:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 20:51:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 16:51:02] Production.INFO: ==5017== Lock acquired, processing the job...
[2026-09-11 16:51:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 16:51:02] Production.INFO: ==5017== Releasing lock...
[2026-09-11 16:51:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 16:51:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 16:51:03] Production.INFO: ==5022== Lock acquired, processing the job...
[2026-09-11 16:51:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 16:51:03] Production.INFO: ==5024== Lock acquired, processing the job...
[2026-09-11 16:51:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 16:51:03] Production.INFO: ==5026== Lock acquired, processing the job...
[2026-09-11 16:51:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 16:51:03] Production.INFO: ==5030== Lock acquired, processing the job...
[2026-09-11 16:51:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 16:51:03] Production.INFO: ==5028== Lock acquired, processing the job...
[2026-09-11 16:51:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 16:51:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 16:51:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 16:51:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 16:51:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 16:51:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 16:51:03] Production.INFO: Account Balance Start.
[2026-09-11 16:51:03] Production.INFO: CreateAllLog Start
[2026-09-11 16:51:03] Production.INFO: 117
[2026-09-11 16:51:03] Production.INFO: Date 2026-09-08
[2026-09-11 16: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-09-11 16:51:03] Production.INFO: Reseller ==> 0
[2026-09-11 16: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-09-11 16: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-09-11 16:51:03] Production.INFO: Date 2026-09-09
[2026-09-11 16:51:03] Production.INFO: Reseller ==> 0
[2026-09-11 16:51:03] Production.INFO: ==5030== Releasing lock...
[2026-09-11 16:51:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 16:51:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 16:51:03] Production.INFO: Date 2026-09-10
[2026-09-11 16:51:03] Production.INFO: Reseller ==> 0
[2026-09-11 16:51:03] Production.INFO: Date 2026-09-11
[2026-09-11 16:51:03] Production.INFO: Reseller ==> 0
[2026-09-11 16:51:03] Production.INFO: Total Charge 0
[2026-09-11 16:51:03] Production.INFO: CreateAllLog End
[2026-09-11 16:51:04] Production.INFO: Account Balance End.
[2026-09-11 16:51:04] Production.ERROR: CronJobId end 12
[2026-09-11 16:51:04] Production.INFO: ==5028== Releasing lock...
[2026-09-11 16:51:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 16:51:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 16:51:04] Production.INFO: ==5024== Releasing lock...
[2026-09-11 16:51:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 16:51:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 16:51:11] Production.ERROR: CronJobId end10
[2026-09-11 16:51:11] Production.INFO: ==5026== Releasing lock...
[2026-09-11 16:51:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 16:51:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 16:51:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 16:51:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 16:51:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 16:51:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 16:51:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 16:51:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 16:51:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 16:51:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 16:51:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 16:51:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 16:51:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 16:51:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 16:51:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 16:51:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 16:51:15] Production.INFO: call_cost start
[2026-09-11 16:51:15] Production.INFO: call_cost end
[2026-09-11 16:51:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 16:51:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 16:51:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 16:51:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 16:51:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 16:51:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 16:51:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 16:51:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 16:51:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 16:51:15] Production.INFO: ==5022== Releasing lock...
[2026-09-11 16:51:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 16:51:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 21:52:01] Production.INFO: ==5093== Lock acquired, processing the job...
[2026-09-11 21:52:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 21:52:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 21:52:01] Production.INFO: neon service started
[2026-09-11 21:52:01] Production.INFO: neon service started
[2026-09-11 21:52:01] Production.INFO: ==5093== Releasing lock...
[2026-09-11 21:52:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 21:52:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 16:52:01] Production.INFO: ==5095== Lock acquired, processing the job...
[2026-09-11 16:52:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 16:52:02] Production.INFO: ==5095== Releasing lock...
[2026-09-11 16:52:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 16:52:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 20:52:02] Production.INFO: ==5097== Lock acquired, processing the job...
[2026-09-11 20:52:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 20:52:02] Production.INFO: ==5097== Releasing lock...
[2026-09-11 20:52:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 20:52:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 16:52:02] Production.INFO: ==5101== Lock acquired, processing the job...
[2026-09-11 16:52:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 16:52:02] Production.INFO: ==5099== Lock acquired, processing the job...
[2026-09-11 16:52:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 16:52:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 16:52:03] Production.INFO: ==5103== Lock acquired, processing the job...
[2026-09-11 16:52:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 16:52:03] Production.INFO: ==5105== Lock acquired, processing the job...
[2026-09-11 16:52:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 16:52:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 16:52:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 16:52:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 16:52:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 16:52:03] Production.INFO: ==5108== Lock acquired, processing the job...
[2026-09-11 16:52:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 16:52:03] Production.INFO: Account Balance Start.
[2026-09-11 16:52:03] Production.INFO: CreateAllLog Start
[2026-09-11 16:52:03] Production.INFO: 117
[2026-09-11 16:52:03] Production.INFO: Date 2026-09-08
[2026-09-11 16:52:03] Production.INFO: Reseller ==> 0
[2026-09-11 16:52:03] Production.INFO: ==5101== Releasing lock...
[2026-09-11 16:52:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 16:52:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 16:52:03] Production.INFO: Date 2026-09-09
[2026-09-11 16:52:03] Production.INFO: Reseller ==> 0
[2026-09-11 16: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-09-11 16: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-09-11 16:52:03] Production.INFO: Date 2026-09-10
[2026-09-11 16:52:03] Production.INFO: Reseller ==> 0
[2026-09-11 16: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-09-11 16:52:03] Production.INFO: Date 2026-09-11
[2026-09-11 16:52:03] Production.INFO: Reseller ==> 0
[2026-09-11 16:52:03] Production.INFO: ==5108== Releasing lock...
[2026-09-11 16:52:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 16:52:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 16:52:03] Production.INFO: Total Charge 0
[2026-09-11 16:52:03] Production.INFO: CreateAllLog End
[2026-09-11 16:52:03] Production.INFO: Account Balance End.
[2026-09-11 16:52:03] Production.ERROR: CronJobId end 12
[2026-09-11 16:52:03] Production.INFO: ==5105== Releasing lock...
[2026-09-11 16:52:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 16:52:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 16:52:12] Production.ERROR: CronJobId end10
[2026-09-11 16:52:12] Production.INFO: ==5103== Releasing lock...
[2026-09-11 16:52:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 16:52:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 16:52:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 16:52:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 16:52:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 16:52:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 16:52:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 16:52:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 16:52:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 16:52:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 16:52:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 16:52:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 16:52:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 16:52:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 16:52:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 16:52:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 16:52:13] Production.INFO: call_cost start
[2026-09-11 16:52:13] Production.INFO: call_cost end
[2026-09-11 16:52:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 16:52:13] Production.INFO: ============== Report Schedule START===========
[2026-09-11 16:52:13] Production.INFO: ============== Report Schedule END===========
[2026-09-11 16:52:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 16:52:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 16:52:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 16:52:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 16:52:13] Production.INFO: ============== Deal alert START===========
[2026-09-11 16:52:13] Production.INFO: ============== Deal alert END===========
[2026-09-11 16:52:13] Production.INFO: ==5099== Releasing lock...
[2026-09-11 16:52:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 16:52:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 21:53:01] Production.INFO: ==5166== Lock acquired, processing the job...
[2026-09-11 21:53:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 21:53:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 21:53:01] Production.INFO: neon service started
[2026-09-11 21:53:01] Production.INFO: neon service started
[2026-09-11 21:53:01] Production.INFO: ==5166== Releasing lock...
[2026-09-11 21:53:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 21:53:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 20:53:02] Production.INFO: ==5170== Lock acquired, processing the job...
[2026-09-11 20:53:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 20:53:02] Production.INFO: ==5170== Releasing lock...
[2026-09-11 20:53:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 20:53:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 16:53:02] Production.INFO: ==5168== Lock acquired, processing the job...
[2026-09-11 16:53:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 16:53:02] Production.INFO: ==5168== Releasing lock...
[2026-09-11 16:53:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 16:53:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 16:53:03] Production.INFO: ==5174== Lock acquired, processing the job...
[2026-09-11 16:53:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 16:53:03] Production.INFO: ==5172== Lock acquired, processing the job...
[2026-09-11 16:53:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 16:53:03] Production.INFO: ==5176== Lock acquired, processing the job...
[2026-09-11 16:53:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 16:53:03] Production.INFO: ==5180== Lock acquired, processing the job...
[2026-09-11 16:53:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 16:53:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 16:53:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 16:53:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 16:53:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 16:53:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 16:53:03] Production.INFO: ==5178== Lock acquired, processing the job...
[2026-09-11 16:53:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 16: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-09-11 16: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-09-11 16: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-09-11 16:53:03] Production.INFO: ==5180== Releasing lock...
[2026-09-11 16:53:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 16:53:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 16:53:03] Production.INFO: Account Balance Start.
[2026-09-11 16:53:03] Production.INFO: CreateAllLog Start
[2026-09-11 16:53:03] Production.INFO: 117
[2026-09-11 16:53:03] Production.INFO: Date 2026-09-08
[2026-09-11 16:53:03] Production.INFO: Reseller ==> 0
[2026-09-11 16:53:03] Production.INFO: Date 2026-09-09
[2026-09-11 16:53:03] Production.INFO: Reseller ==> 0
[2026-09-11 16:53:03] Production.INFO: Date 2026-09-10
[2026-09-11 16:53:03] Production.INFO: Reseller ==> 0
[2026-09-11 16:53:03] Production.INFO: Date 2026-09-11
[2026-09-11 16:53:03] Production.INFO: Reseller ==> 0
[2026-09-11 16:53:03] Production.INFO: Total Charge 0
[2026-09-11 16:53:03] Production.INFO: CreateAllLog End
[2026-09-11 16:53:04] Production.INFO: Account Balance End.
[2026-09-11 16:53:04] Production.ERROR: CronJobId end 12
[2026-09-11 16:53:04] Production.INFO: ==5178== Releasing lock...
[2026-09-11 16:53:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 16:53:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 16:53:04] Production.INFO: ==5174== Releasing lock...
[2026-09-11 16:53:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 16:53:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 16:53:12] Production.ERROR: CronJobId end10
[2026-09-11 16:53:12] Production.INFO: ==5176== Releasing lock...
[2026-09-11 16:53:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 16:53:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 16:53:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 16:53:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 16:53:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 16:53:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 16:53:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 16:53:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 16:53:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 16:53:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 16:53:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 16:53:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 16:53:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 16:53:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 16:53:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 16:53:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 16:53:14] Production.INFO: call_cost start
[2026-09-11 16:53:14] Production.INFO: call_cost end
[2026-09-11 16:53:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 16:53:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 16:53:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 16:53:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 16:53:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 16:53:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 16:53:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 16:53:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 16:53:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 16:53:14] Production.INFO: ==5172== Releasing lock...
[2026-09-11 16:53:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 16:53:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 21:54:02] Production.INFO: ==5237== Lock acquired, processing the job...
[2026-09-11 21:54:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 21:54:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 21:54:02] Production.INFO: neon service started
[2026-09-11 21:54:02] Production.INFO: neon service started
[2026-09-11 21:54:02] Production.INFO: ==5237== Releasing lock...
[2026-09-11 21:54:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 21:54:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 16:54:02] Production.INFO: ==5239== Lock acquired, processing the job...
[2026-09-11 16:54:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 16:54:02] Production.INFO: ==5239== Releasing lock...
[2026-09-11 16:54:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 16:54:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 20:54:03] Production.INFO: ==5241== Lock acquired, processing the job...
[2026-09-11 20:54:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 20:54:03] Production.INFO: ==5241== Releasing lock...
[2026-09-11 20:54:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 20:54:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 16:54:03] Production.INFO: ==5243== Lock acquired, processing the job...
[2026-09-11 16:54:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 16:54:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 16:54:03] Production.INFO: ==5245== Lock acquired, processing the job...
[2026-09-11 16:54:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 16:54:03] Production.INFO: ==5247== Lock acquired, processing the job...
[2026-09-11 16:54:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 16:54:03] Production.INFO: ==5249== Lock acquired, processing the job...
[2026-09-11 16:54:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 16:54:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 16:54:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 16:54:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 16:54:03] Production.INFO: Account Balance Start.
[2026-09-11 16:54:03] Production.INFO: CreateAllLog Start
[2026-09-11 16:54:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 16:54:03] Production.INFO: 117
[2026-09-11 16:54:03] Production.INFO: Date 2026-09-08
[2026-09-11 16:54:04] Production.INFO: ==5251== Lock acquired, processing the job...
[2026-09-11 16:54:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 16:54:04] Production.INFO: Reseller ==> 0
[2026-09-11 16:54:04] Production.INFO: Date 2026-09-09
[2026-09-11 16:54:04] Production.INFO: Reseller ==> 0
[2026-09-11 16:54:04] Production.INFO: Date 2026-09-10
[2026-09-11 16:54:04] Production.INFO: Reseller ==> 0
[2026-09-11 16:54:04] Production.INFO: Date 2026-09-11
[2026-09-11 16:54:04] Production.INFO: Reseller ==> 0
[2026-09-11 16: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-09-11 16:54:04] Production.INFO: Total Charge 0
[2026-09-11 16: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-09-11 16:54:04] Production.INFO: CreateAllLog End
[2026-09-11 16: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-09-11 16:54:04] Production.INFO: ==5251== Releasing lock...
[2026-09-11 16:54:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 16:54:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 16:54:04] Production.INFO: Account Balance End.
[2026-09-11 16:54:04] Production.ERROR: CronJobId end 12
[2026-09-11 16:54:04] Production.INFO: ==5249== Releasing lock...
[2026-09-11 16:54:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 16:54:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 16:54:04] Production.INFO: ==5245== Releasing lock...
[2026-09-11 16:54:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 16:54:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 16:54:11] Production.ERROR: CronJobId end10
[2026-09-11 16:54:11] Production.INFO: ==5247== Releasing lock...
[2026-09-11 16:54:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 16:54:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 16:54:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 16:54:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 16:54:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 16:54:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 16:54:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 16:54:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 16:54:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 16:54:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 16:54:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 16:54:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 16:54:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 16:54:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 16:54:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 16:54:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 16:54:14] Production.INFO: call_cost start
[2026-09-11 16:54:14] Production.INFO: call_cost end
[2026-09-11 16:54:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 16:54:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 16:54:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 16:54:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 16:54:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 16:54:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 16:54:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 16:54:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 16:54:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 16:54:14] Production.INFO: ==5243== Releasing lock...
[2026-09-11 16:54:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 16:54:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 21:55:01] Production.INFO: ==5306== Lock acquired, processing the job...
[2026-09-11 21:55:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 21:55:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 21:55:01] Production.INFO: neon service started
[2026-09-11 21:55:01] Production.INFO: neon service started
[2026-09-11 21:55:01] Production.INFO: ==5306== Releasing lock...
[2026-09-11 21:55:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 21:55:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 16:55:02] Production.INFO: ==5308== Lock acquired, processing the job...
[2026-09-11 16:55:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 20:55:02] Production.INFO: ==5310== Lock acquired, processing the job...
[2026-09-11 20:55:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 20:55:02] Production.INFO: ==5310== Releasing lock...
[2026-09-11 20:55:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 20:55:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 16:55:02] Production.INFO: ==5308== Releasing lock...
[2026-09-11 16:55:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 16:55:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 16:55:03] Production.INFO: ==5313== Lock acquired, processing the job...
[2026-09-11 16:55:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-11 16:55:03] Production.ERROR: ========================== active cronjob start =============================
[2026-09-11 16:55:03] Production.INFO: ==5315== Lock acquired, processing the job...
[2026-09-11 16:55:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 16:55:03] Production.ERROR: ========================== active cronjob end =============================
[2026-09-11 16:55:03] Production.INFO: ==5313== Releasing lock...
[2026-09-11 16:55:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-11 16:55:03] Production.INFO: 25.5 MB #Memory Used#
[2026-09-11 16:55:03] Production.INFO: ==5321== Lock acquired, processing the job...
[2026-09-11 16:55:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 16:55:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 16:55:03] Production.INFO: Account Balance Start.
[2026-09-11 16:55:03] Production.INFO: CreateAllLog Start
[2026-09-11 16:55:03] Production.INFO: 117
[2026-09-11 16:55:03] Production.INFO: Date 2026-09-08
[2026-09-11 16:55:03] Production.INFO: Reseller ==> 0
[2026-09-11 16:55:03] Production.INFO: Date 2026-09-09
[2026-09-11 16:55:03] Production.INFO: Reseller ==> 0
[2026-09-11 16:55:03] Production.INFO: Date 2026-09-10
[2026-09-11 16:55:03] Production.INFO: Reseller ==> 0
[2026-09-11 16:55:03] Production.INFO: Date 2026-09-11
[2026-09-11 16:55:03] Production.INFO: Reseller ==> 0
[2026-09-11 16:55:03] Production.INFO: ==5317== Lock acquired, processing the job...
[2026-09-11 16:55:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 16:55:03] Production.INFO: ==5319== Lock acquired, processing the job...
[2026-09-11 16:55:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 16:55:04] Production.INFO: Total Charge 0
[2026-09-11 16:55:04] Production.INFO: ==5323== Lock acquired, processing the job...
[2026-09-11 16:55:04] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-11 16:55:04] Production.INFO: CreateAllLog End
[2026-09-11 16:55:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 16:55:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 16:55:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 16:55:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 16:55:04] Production.INFO: ==5325== Lock acquired, processing the job...
[2026-09-11 16:55:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 16:55:04] Production.ERROR: tblTempUsageDetail_20
[2026-09-11 16: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-09-11 16: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-09-11 16: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-09-11 16:55:04] Production.INFO: ==5325== Releasing lock...
[2026-09-11 16:55:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 16:55:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 16:55:04] Production.ERROR: done
[2026-09-11 16:55:04] Production.INFO: Account Balance End.
[2026-09-11 16:55:04] Production.ERROR: CronJobId end 12
[2026-09-11 16:55:04] Production.INFO: ==5321== Releasing lock...
[2026-09-11 16:55:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 16:55:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 16:55:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-11 16:55:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17985526', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) start
[2026-09-11 16:55:04] Production.INFO: ==5317== Releasing lock...
[2026-09-11 16:55:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 16:55:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 16:55:09] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17985526', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) end
[2026-09-11 16:55:09] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-11 16:55:09] Production.INFO: ProcessCDR(1,17985526,1,1,2)
[2026-09-11 16:55:09] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17985526,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 16:55:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17985526,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 16:55:10] Production.ERROR: pbx prc_insertCDR start
[2026-09-11 16:55:10] Production.ERROR: pbx prc_insertCDR end
[2026-09-11 16:55:10] Production.INFO: ==5323== Releasing lock...
[2026-09-11 16:55:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-11 16:55:10] Production.INFO: 26 MB #Memory Used#
[2026-09-11 16:55:13] Production.ERROR: CronJobId end10
[2026-09-11 16:55:13] Production.INFO: ==5319== Releasing lock...
[2026-09-11 16:55:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 16:55:13] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 16:55:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 16:55:16] Production.INFO: ============== Balance Warning START===========
[2026-09-11 16:55:16] Production.INFO: ============== Balance Warning END===========
[2026-09-11 16:55:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 16:55:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 16:55:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 16:55:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 16:55:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 16:55:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 16:55:16] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 16:55:16] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 16:55:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 16:55:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 16:55:16] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 16:55:17] Production.INFO: call_cost start
[2026-09-11 16:55:17] Production.INFO: call_cost end
[2026-09-11 16:55:17] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 16:55:17] Production.INFO: ============== Report Schedule START===========
[2026-09-11 16:55:17] Production.INFO: ============== Report Schedule END===========
[2026-09-11 16:55:17] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 16:55:17] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 16:55:17] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 16:55:17] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 16:55:17] Production.INFO: ============== Deal alert START===========
[2026-09-11 16:55:17] Production.INFO: ============== Deal alert END===========
[2026-09-11 16:55:17] Production.INFO: ==5315== Releasing lock...
[2026-09-11 16:55:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 16:55:17] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 21:56:02] Production.INFO: ==5381== Lock acquired, processing the job...
[2026-09-11 21:56:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 21:56:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 21:56:02] Production.INFO: neon service started
[2026-09-11 21:56:02] Production.INFO: neon service started
[2026-09-11 21:56:02] Production.INFO: ==5381== Releasing lock...
[2026-09-11 21:56:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 21:56:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 16:56:02] Production.INFO: ==5383== Lock acquired, processing the job...
[2026-09-11 16:56:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 20:56:03] Production.INFO: ==5385== Lock acquired, processing the job...
[2026-09-11 20:56:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 20:56:03] Production.INFO: ==5385== Releasing lock...
[2026-09-11 20:56:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 20:56:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 16:56:03] Production.INFO: ==5383== Releasing lock...
[2026-09-11 16:56:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 16:56:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 16:56:03] Production.INFO: ==5389== Lock acquired, processing the job...
[2026-09-11 16:56:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 16:56:03] Production.INFO: ==5391== Lock acquired, processing the job...
[2026-09-11 16:56:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 16:56:03] Production.INFO: ==5396== Lock acquired, processing the job...
[2026-09-11 16:56:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 16:56:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 16:56:04] Production.INFO: ==5394== Lock acquired, processing the job...
[2026-09-11 16:56:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 16:56:04] Production.INFO: ==5398== Lock acquired, processing the job...
[2026-09-11 16:56:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 16:56:04] Production.INFO: Account Balance Start.
[2026-09-11 16:56:04] Production.INFO: CreateAllLog Start
[2026-09-11 16:56:04] Production.INFO: 117
[2026-09-11 16:56:04] Production.INFO: Date 2026-09-08
[2026-09-11 16:56:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 16:56:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 16:56:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 16:56:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 16:56:04] Production.INFO: Reseller ==> 0
[2026-09-11 16:56:04] Production.INFO: Date 2026-09-09
[2026-09-11 16:56:04] Production.INFO: Reseller ==> 0
[2026-09-11 16: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-09-11 16:56:04] Production.INFO: Date 2026-09-10
[2026-09-11 16: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-09-11 16:56:04] Production.INFO: Reseller ==> 0
[2026-09-11 16: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-09-11 16:56:04] Production.INFO: Date 2026-09-11
[2026-09-11 16:56:04] Production.INFO: Reseller ==> 0
[2026-09-11 16:56:04] Production.INFO: ==5398== Releasing lock...
[2026-09-11 16:56:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 16:56:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 16:56:04] Production.INFO: Total Charge 0
[2026-09-11 16:56:04] Production.INFO: CreateAllLog End
[2026-09-11 16:56:04] Production.INFO: Account Balance End.
[2026-09-11 16:56:04] Production.ERROR: CronJobId end 12
[2026-09-11 16:56:04] Production.INFO: ==5396== Releasing lock...
[2026-09-11 16:56:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 16:56:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 16:56:04] Production.INFO: ==5391== Releasing lock...
[2026-09-11 16:56:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 16:56:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 16:56:12] Production.ERROR: CronJobId end10
[2026-09-11 16:56:12] Production.INFO: ==5394== Releasing lock...
[2026-09-11 16:56:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 16:56:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 16:56:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 16:56:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 16:56:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 16:56:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 16:56:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 16:56:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 16:56:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 16:56:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 16:56:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 16:56:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 16:56:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 16:56:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 16:56:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 16:56:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 16:56:15] Production.INFO: call_cost start
[2026-09-11 16:56:15] Production.INFO: call_cost end
[2026-09-11 16:56:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 16:56:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 16:56:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 16:56:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 16:56:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 16:56:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 16:56:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 16:56:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 16:56:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 16:56:15] Production.INFO: ==5389== Releasing lock...
[2026-09-11 16:56:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 16:56:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 21:57:01] Production.INFO: ==5455== Lock acquired, processing the job...
[2026-09-11 21:57:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 21:57:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 21:57:01] Production.INFO: neon service started
[2026-09-11 21:57:01] Production.INFO: neon service started
[2026-09-11 21:57:01] Production.INFO: ==5455== Releasing lock...
[2026-09-11 21:57:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 21:57:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 20:57:02] Production.INFO: ==5459== Lock acquired, processing the job...
[2026-09-11 20:57:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 20:57:02] Production.INFO: ==5459== Releasing lock...
[2026-09-11 20:57:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 20:57:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 16:57:02] Production.INFO: ==5457== Lock acquired, processing the job...
[2026-09-11 16:57:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 16:57:02] Production.INFO: ==5457== Releasing lock...
[2026-09-11 16:57:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 16:57:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 16:57:03] Production.INFO: ==5461== Lock acquired, processing the job...
[2026-09-11 16:57:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 16:57:03] Production.INFO: ==5463== Lock acquired, processing the job...
[2026-09-11 16:57:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 16:57:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 16:57:03] Production.INFO: ==5465== Lock acquired, processing the job...
[2026-09-11 16:57:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 16:57:03] Production.INFO: ==5467== Lock acquired, processing the job...
[2026-09-11 16:57:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 16:57:03] Production.INFO: ==5470== Lock acquired, processing the job...
[2026-09-11 16:57:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 16:57:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 16:57:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 16:57:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 16:57:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 16:57:03] Production.INFO: Account Balance Start.
[2026-09-11 16:57:03] Production.INFO: CreateAllLog Start
[2026-09-11 16:57:03] Production.INFO: 117
[2026-09-11 16:57:03] Production.INFO: Date 2026-09-08
[2026-09-11 16: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-09-11 16: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-09-11 16:57:03] Production.INFO: Reseller ==> 0
[2026-09-11 16: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-09-11 16:57:03] Production.INFO: ==5470== Releasing lock...
[2026-09-11 16:57:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 16:57:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 16:57:03] Production.INFO: Date 2026-09-09
[2026-09-11 16:57:03] Production.INFO: Reseller ==> 0
[2026-09-11 16:57:03] Production.INFO: Date 2026-09-10
[2026-09-11 16:57:03] Production.INFO: Reseller ==> 0
[2026-09-11 16:57:04] Production.INFO: Date 2026-09-11
[2026-09-11 16:57:04] Production.INFO: Reseller ==> 0
[2026-09-11 16:57:04] Production.INFO: Total Charge 0
[2026-09-11 16:57:04] Production.INFO: CreateAllLog End
[2026-09-11 16:57:04] Production.INFO: ==5463== Releasing lock...
[2026-09-11 16:57:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 16:57:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 16:57:04] Production.INFO: Account Balance End.
[2026-09-11 16:57:04] Production.ERROR: CronJobId end 12
[2026-09-11 16:57:04] Production.INFO: ==5467== Releasing lock...
[2026-09-11 16:57:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 16:57:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 16:57:11] Production.ERROR: CronJobId end10
[2026-09-11 16:57:11] Production.INFO: ==5465== Releasing lock...
[2026-09-11 16:57:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 16:57:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 16:57:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 16:57:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 16:57:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 16:57:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 16:57:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 16:57:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 16:57:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 16:57:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 16:57:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 16:57:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 16:57:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 16:57:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 16:57:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 16:57:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 16:57:14] Production.INFO: call_cost start
[2026-09-11 16:57:14] Production.INFO: call_cost end
[2026-09-11 16:57:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 16:57:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 16:57:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 16:57:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 16:57:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 16:57:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 16:57:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 16:57:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 16:57:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 16:57:14] Production.INFO: ==5461== Releasing lock...
[2026-09-11 16:57:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 16:57:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 21:58:02] Production.INFO: ==5524== Lock acquired, processing the job...
[2026-09-11 21:58:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 21:58:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 21:58:02] Production.INFO: neon service started
[2026-09-11 21:58:02] Production.INFO: neon service started
[2026-09-11 21:58:02] Production.INFO: ==5524== Releasing lock...
[2026-09-11 21:58:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 21:58:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 20:58:02] Production.INFO: ==5529== Lock acquired, processing the job...
[2026-09-11 20:58:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 20:58:02] Production.INFO: ==5529== Releasing lock...
[2026-09-11 20:58:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 20:58:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 16:58:02] Production.INFO: ==5527== Lock acquired, processing the job...
[2026-09-11 16:58:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 16:58:03] Production.INFO: ==5527== Releasing lock...
[2026-09-11 16:58:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 16:58:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 16:58:03] Production.INFO: ==5531== Lock acquired, processing the job...
[2026-09-11 16:58:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 16:58:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 16:58:03] Production.INFO: ==5533== Lock acquired, processing the job...
[2026-09-11 16:58:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 16:58:04] Production.INFO: ==5535== Lock acquired, processing the job...
[2026-09-11 16:58:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 16:58:04] Production.INFO: ==5537== Lock acquired, processing the job...
[2026-09-11 16:58:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 16:58:04] Production.INFO: ==5539== Lock acquired, processing the job...
[2026-09-11 16:58:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 16:58:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 16:58:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 16:58:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 16:58:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 16:58:04] Production.INFO: Account Balance Start.
[2026-09-11 16:58:04] Production.INFO: CreateAllLog Start
[2026-09-11 16:58:04] Production.INFO: 117
[2026-09-11 16:58:04] Production.INFO: Date 2026-09-08
[2026-09-11 16: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-09-11 16:58:04] Production.INFO: Reseller ==> 0
[2026-09-11 16: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-09-11 16: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-09-11 16:58:04] Production.INFO: ==5539== Releasing lock...
[2026-09-11 16:58:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 16:58:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 16:58:04] Production.INFO: Date 2026-09-09
[2026-09-11 16:58:04] Production.INFO: Reseller ==> 0
[2026-09-11 16:58:04] Production.INFO: Date 2026-09-10
[2026-09-11 16:58:04] Production.INFO: Reseller ==> 0
[2026-09-11 16:58:04] Production.INFO: Date 2026-09-11
[2026-09-11 16:58:04] Production.INFO: Reseller ==> 0
[2026-09-11 16:58:04] Production.INFO: Total Charge 0
[2026-09-11 16:58:04] Production.INFO: CreateAllLog End
[2026-09-11 16:58:04] Production.INFO: Account Balance End.
[2026-09-11 16:58:04] Production.ERROR: CronJobId end 12
[2026-09-11 16:58:04] Production.INFO: ==5537== Releasing lock...
[2026-09-11 16:58:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 16:58:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 16:58:04] Production.INFO: ==5533== Releasing lock...
[2026-09-11 16:58:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 16:58:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 16:58: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-09-11 16:58:11] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 16:58:11] Production.INFO: ============== Balance Warning START===========
[2026-09-11 16:58:11] Production.INFO: ============== Balance Warning END===========
[2026-09-11 16:58:11] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 16:58:11] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 16:58:11] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 16:58:11] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 16:58:11] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 16:58:11] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 16:58:11] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 16:58:11] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 16:58:11] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 16:58:11] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 16:58:11] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 16:58:11] Production.INFO: call_cost start
[2026-09-11 16:58:12] Production.INFO: call_cost end
[2026-09-11 16:58:12] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 16:58:12] Production.INFO: ============== Report Schedule START===========
[2026-09-11 16:58:12] Production.INFO: ============== Report Schedule END===========
[2026-09-11 16:58:12] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 16:58:12] Production.ERROR: CronJobId end10
[2026-09-11 16:58:12] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 16:58:12] Production.INFO: ==5535== Releasing lock...
[2026-09-11 16:58:12] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 16:58:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 16:58:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 16:58:12] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 16:58:12] Production.INFO: ============== Deal alert START===========
[2026-09-11 16:58:12] Production.INFO: ============== Deal alert END===========
[2026-09-11 16:58:12] Production.INFO: ==5531== Releasing lock...
[2026-09-11 16:58:12] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 16:58:12] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 21:59:01] Production.INFO: ==5596== Lock acquired, processing the job...
[2026-09-11 21:59:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 21:59:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 21:59:01] Production.INFO: neon service started
[2026-09-11 21:59:01] Production.INFO: neon service started
[2026-09-11 21:59:01] Production.INFO: ==5596== Releasing lock...
[2026-09-11 21:59:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 21:59:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 16:59:02] Production.INFO: ==5598== Lock acquired, processing the job...
[2026-09-11 16:59:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 20:59:02] Production.INFO: ==5600== Lock acquired, processing the job...
[2026-09-11 20:59:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 20:59:02] Production.INFO: ==5600== Releasing lock...
[2026-09-11 20:59:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 20:59:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 16:59:02] Production.INFO: ==5598== Releasing lock...
[2026-09-11 16:59:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 16:59:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 16:59:03] Production.INFO: ==5609== Lock acquired, processing the job...
[2026-09-11 16:59:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 16:59:03] Production.INFO: Account Balance Start.
[2026-09-11 16:59:03] Production.INFO: CreateAllLog Start
[2026-09-11 16:59:03] Production.INFO: 117
[2026-09-11 16:59:03] Production.INFO: Date 2026-09-08
[2026-09-11 16:59:03] Production.INFO: Reseller ==> 0
[2026-09-11 16:59:03] Production.INFO: Date 2026-09-09
[2026-09-11 16:59:03] Production.INFO: Reseller ==> 0
[2026-09-11 16:59:03] Production.INFO: Date 2026-09-10
[2026-09-11 16:59:03] Production.INFO: Reseller ==> 0
[2026-09-11 16:59:03] Production.INFO: Date 2026-09-11
[2026-09-11 16:59:03] Production.INFO: Reseller ==> 0
[2026-09-11 16:59:03] Production.INFO: ==5603== Lock acquired, processing the job...
[2026-09-11 16:59:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 16:59:03] Production.INFO: ==5605== Lock acquired, processing the job...
[2026-09-11 16:59:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 16:59:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 16:59:03] Production.INFO: Total Charge 0
[2026-09-11 16:59:03] Production.INFO: CreateAllLog End
[2026-09-11 16:59:03] Production.INFO: ==5607== Lock acquired, processing the job...
[2026-09-11 16:59:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 16:59:03] Production.INFO: ==5611== Lock acquired, processing the job...
[2026-09-11 16:59:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 16:59:03] Production.INFO: Account Balance End.
[2026-09-11 16:59:03] Production.ERROR: CronJobId end 12
[2026-09-11 16:59:03] Production.INFO: ==5609== Releasing lock...
[2026-09-11 16:59:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 16:59:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 16:59:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 16:59:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 16:59:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 16:59:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 16: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-09-11 16: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-09-11 16: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-09-11 16:59:04] Production.INFO: ==5611== Releasing lock...
[2026-09-11 16:59:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 16:59:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 16:59:04] Production.INFO: ==5605== Releasing lock...
[2026-09-11 16:59:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 16:59:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 16:59:10] Production.ERROR: CronJobId end10
[2026-09-11 16:59:10] Production.INFO: ==5607== Releasing lock...
[2026-09-11 16:59:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 16:59:10] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 16:59:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 16:59:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 16:59:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 16:59:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 16:59:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 16:59:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 16:59:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 16:59:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 16:59:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 16:59:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 16:59:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 16:59:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 16:59:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 16:59:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 16:59:14] Production.INFO: call_cost start
[2026-09-11 16:59:14] Production.INFO: call_cost end
[2026-09-11 16:59:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 16:59:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 16:59:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 16:59:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 16:59:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 16:59:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 16:59:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 16:59:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 16:59:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 16:59:14] Production.INFO: ==5603== Releasing lock...
[2026-09-11 16:59:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 16:59:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 22:00:02] Production.INFO: ==5668== Lock acquired, processing the job...
[2026-09-11 22:00:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 22:00:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 22:00:02] Production.INFO: neon service started
[2026-09-11 22:00:02] Production.INFO: neon service started
[2026-09-11 22:00:02] Production.INFO: ==5668== Releasing lock...
[2026-09-11 22:00:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 22:00:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 17:00:02] Production.INFO: ==5670== Lock acquired, processing the job...
[2026-09-11 17:00:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 17:00:02] Production.INFO: ==5670== Releasing lock...
[2026-09-11 17:00:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 17:00:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 21:00:02] Production.INFO: ==5672== Lock acquired, processing the job...
[2026-09-11 21:00:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 21:00:02] Production.INFO: ==5672== Releasing lock...
[2026-09-11 21:00:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 21:00:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 17:00:03] Production.INFO: ==5674== Lock acquired, processing the job...
[2026-09-11 17:00:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 17:00:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 17:00:03] Production.INFO: ==5683== Lock acquired, processing the job...
[2026-09-11 17:00:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 17:00:03] Production.INFO: ==5678== Lock acquired, processing the job...
[2026-09-11 17:00:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 17:00:03] Production.INFO: ==5676== Lock acquired, processing the job...
[2026-09-11 17:00:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 17:00:03] Production.INFO: ==5680== Lock acquired, processing the job...
[2026-09-11 17:00:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 17:00:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 17:00:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 17:00:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 17:00:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 17:00:03] Production.INFO: Account Balance Start.
[2026-09-11 17:00:03] Production.INFO: CreateAllLog Start
[2026-09-11 17:00:03] Production.INFO: 117
[2026-09-11 17: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-09-11 17: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-09-11 17:00:03] Production.INFO: Date 2026-09-08
[2026-09-11 17:00:03] Production.INFO: Reseller ==> 0
[2026-09-11 17: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-09-11 17:00:03] Production.INFO: ==5683== Releasing lock...
[2026-09-11 17:00:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 17:00:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 17:00:03] Production.INFO: Date 2026-09-09
[2026-09-11 17:00:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:00:03] Production.INFO: Date 2026-09-10
[2026-09-11 17:00:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:00:04] Production.INFO: Date 2026-09-11
[2026-09-11 17:00:04] Production.INFO: Reseller ==> 0
[2026-09-11 17:00:04] Production.INFO: Total Charge 0
[2026-09-11 17:00:04] Production.INFO: CreateAllLog End
[2026-09-11 17:00:04] Production.INFO: Account Balance End.
[2026-09-11 17:00:04] Production.ERROR: CronJobId end 12
[2026-09-11 17:00:04] Production.INFO: ==5680== Releasing lock...
[2026-09-11 17:00:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 17:00:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 17:00:04] Production.INFO: ==5676== Releasing lock...
[2026-09-11 17:00:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 17:00:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 17:00:11] Production.ERROR: CronJobId end10
[2026-09-11 17:00:11] Production.INFO: ==5678== Releasing lock...
[2026-09-11 17:00:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 17:00:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 17:00:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 17:00:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 17:00:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 17:00:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 17:00:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 17:00:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 17:00:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 17:00:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 17:00:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 17:00:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 17:00:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 17:00:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 17:00:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 17:00:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 17:00:14] Production.INFO: call_cost start
[2026-09-11 17:00:14] Production.INFO: call_cost end
[2026-09-11 17:00:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 17:00:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 17:00:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 17:00:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 17:00:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 17:00:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 17:00:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 17:00:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 17:00:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 17:00:14] Production.INFO: ==5674== Releasing lock...
[2026-09-11 17:00:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 17:00:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 22:01:01] Production.INFO: ==5746== Lock acquired, processing the job...
[2026-09-11 22:01:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 22:01:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 22:01:01] Production.INFO: neon service started
[2026-09-11 22:01:01] Production.INFO: neon service started
[2026-09-11 22:01:01] Production.INFO: ==5746== Releasing lock...
[2026-09-11 22:01:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 22:01:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 17:01:02] Production.INFO: ==5752== Lock acquired, processing the job...
[2026-09-11 17:01:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 21:01:02] Production.INFO: ==5754== Lock acquired, processing the job...
[2026-09-11 21:01:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 21:01:02] Production.INFO: ==5754== Releasing lock...
[2026-09-11 21:01:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 21:01:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 17:01:02] Production.INFO: ==5752== Releasing lock...
[2026-09-11 17:01:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 17:01:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 17:01:03] Production.INFO: ==5763== Lock acquired, processing the job...
[2026-09-11 17:01:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 17:01:03] Production.INFO: Account Balance Start.
[2026-09-11 17:01:03] Production.INFO: CreateAllLog Start
[2026-09-11 17:01:03] Production.INFO: 117
[2026-09-11 17:01:03] Production.INFO: Date 2026-09-08
[2026-09-11 17:01:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:01:03] Production.INFO: Date 2026-09-09
[2026-09-11 17:01:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:01:03] Production.INFO: Date 2026-09-10
[2026-09-11 17:01:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:01:03] Production.INFO: Date 2026-09-11
[2026-09-11 17:01:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:01:03] Production.INFO: Total Charge 0
[2026-09-11 17:01:03] Production.INFO: CreateAllLog End
[2026-09-11 17:01:03] Production.INFO: Account Balance End.
[2026-09-11 17:01:03] Production.ERROR: CronJobId end 12
[2026-09-11 17:01:03] Production.INFO: ==5763== Releasing lock...
[2026-09-11 17:01:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 17:01:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 17:01:03] Production.INFO: ==5757== Lock acquired, processing the job...
[2026-09-11 17:01:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 17:01:03] Production.INFO: ==5761== Lock acquired, processing the job...
[2026-09-11 17:01:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 17:01:03] Production.INFO: ==5759== Lock acquired, processing the job...
[2026-09-11 17:01:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 17:01:03] Production.INFO: ==5765== Lock acquired, processing the job...
[2026-09-11 17:01:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 17:01:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 17:01:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 17:01:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 17:01:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 17:01:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 17: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-09-11 17: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-09-11 17: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-09-11 17:01:03] Production.INFO: ==5765== Releasing lock...
[2026-09-11 17:01:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 17:01:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 17:01:04] Production.INFO: ==5759== Releasing lock...
[2026-09-11 17:01:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 17:01:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 17:01:12] Production.ERROR: CronJobId end10
[2026-09-11 17:01:12] Production.INFO: ==5761== Releasing lock...
[2026-09-11 17:01:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 17:01:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 17:01:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 17:01:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 17:01:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 17:01:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 17:01:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 17:01:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 17:01:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 17:01:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 17:01:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 17:01:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 17:01:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 17:01:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 17:01:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 17:01:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 17:01:14] Production.INFO: call_cost start
[2026-09-11 17:01:14] Production.INFO: call_cost end
[2026-09-11 17:01:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 17:01:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 17:01:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 17:01:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 17:01:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 17:01:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 17:01:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 17:01:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 17:01:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 17:01:14] Production.INFO: ==5757== Releasing lock...
[2026-09-11 17:01:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 17:01:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 22:02:02] Production.INFO: ==5821== Lock acquired, processing the job...
[2026-09-11 22:02:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 22:02:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 22:02:02] Production.INFO: neon service started
[2026-09-11 22:02:02] Production.INFO: neon service started
[2026-09-11 22:02:02] Production.INFO: ==5821== Releasing lock...
[2026-09-11 22:02:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 22:02:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 17:02:02] Production.INFO: ==5823== Lock acquired, processing the job...
[2026-09-11 17:02:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 17:02:02] Production.INFO: ==5823== Releasing lock...
[2026-09-11 17:02:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 17:02:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 21:02:03] Production.INFO: ==5825== Lock acquired, processing the job...
[2026-09-11 21:02:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 21:02:03] Production.INFO: ==5825== Releasing lock...
[2026-09-11 21:02:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 21:02:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 17:02:03] Production.INFO: ==5827== Lock acquired, processing the job...
[2026-09-11 17:02:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 17:02:03] Production.INFO: ==5829== Lock acquired, processing the job...
[2026-09-11 17:02:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 17:02:03] Production.INFO: ==5833== Lock acquired, processing the job...
[2026-09-11 17:02:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 17:02:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 17:02:03] Production.INFO: ==5831== Lock acquired, processing the job...
[2026-09-11 17:02:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 17:02:03] Production.INFO: ==5837== Lock acquired, processing the job...
[2026-09-11 17:02:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 17:02:03] Production.INFO: ==5835== Lock acquired, processing the job...
[2026-09-11 17:02:03] Production.INFO: pbxaccountusage-command-pbxaccountusage-companyid-1-cronjobid-16 #Starts#
[2026-09-11 17:02:03] Production.INFO: Account Balance Start.
[2026-09-11 17:02:03] Production.INFO: CreateAllLog Start
[2026-09-11 17:02:03] Production.INFO: 117
[2026-09-11 17:02:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 17:02:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 17:02:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 17:02:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 17:02:03] Production.INFO: Date 2026-09-08
[2026-09-11 17:02:03] Production.INFO: Reseller ==> 0
[2026-09-11 17: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-09-11 17: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-09-11 17:02:03] Production.ERROR: tblTempUsageDetail_20
[2026-09-11 17: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-09-11 17:02:03] Production.INFO: Date 2026-09-09
[2026-09-11 17:02:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:02:03] Production.INFO: ==5837== Releasing lock...
[2026-09-11 17:02:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 17:02:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 17:02:04] Production.INFO: Date 2026-09-10
[2026-09-11 17:02:04] Production.INFO: Reseller ==> 0
[2026-09-11 17:02:04] Production.INFO: Date 2026-09-11
[2026-09-11 17:02:04] Production.INFO: Reseller ==> 0
[2026-09-11 17:02:04] Production.INFO: Total Charge 0
[2026-09-11 17:02:04] Production.INFO: CreateAllLog End
[2026-09-11 17:02:04] Production.ERROR: done
[2026-09-11 17:02:04] Production.ERROR: tblTempVendorCDR_20
[2026-09-11 17:02:04] Production.ERROR: done
[2026-09-11 17: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-09-11 17: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-09-11 17: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-09-11 17:02:04] Production.INFO: Account Balance End.
[2026-09-11 17: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-09-11 17:02:04] Production.ERROR: CronJobId end 12
[2026-09-11 17:02:04] Production.INFO: ==5833== Releasing lock...
[2026-09-11 17:02:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 17:02:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 17:02:04] Production.INFO: ==5835== Releasing lock...
[2026-09-11 17:02:04] Production.INFO: pbxaccountusage-command-pbxaccountusage-companyid-1-cronjobid-16 #Stops#
[2026-09-11 17:02:04] Production.INFO: 27.25 MB #Memory Used#
[2026-09-11 17:02:04] Production.INFO: ==5829== Releasing lock...
[2026-09-11 17:02:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 17:02:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 17:02:12] Production.ERROR: CronJobId end10
[2026-09-11 17:02:12] Production.INFO: ==5831== Releasing lock...
[2026-09-11 17:02:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 17:02:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 17:02:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 17:02:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 17:02:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 17:02:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 17:02:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 17:02:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 17:02:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 17:02:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 17:02:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 17:02:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 17:02:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 17:02:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 17:02:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 17:02:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 17:02:15] Production.INFO: call_cost start
[2026-09-11 17:02:15] Production.INFO: call_cost end
[2026-09-11 17:02:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 17:02:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 17:02:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 17:02:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 17:02:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 17:02:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 17:02:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 17:02:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 17:02:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 17:02:15] Production.INFO: ==5827== Releasing lock...
[2026-09-11 17:02:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 17:02:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 22:03:01] Production.INFO: ==5899== Lock acquired, processing the job...
[2026-09-11 22:03:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 22:03:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 22:03:01] Production.INFO: neon service started
[2026-09-11 22:03:01] Production.INFO: neon service started
[2026-09-11 22:03:01] Production.INFO: ==5899== Releasing lock...
[2026-09-11 22:03:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 22:03:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 21:03:02] Production.INFO: ==5903== Lock acquired, processing the job...
[2026-09-11 21:03:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 21:03:02] Production.INFO: ==5903== Releasing lock...
[2026-09-11 21:03:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 21:03:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 17:03:02] Production.INFO: ==5901== Lock acquired, processing the job...
[2026-09-11 17:03:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 17:03:02] Production.INFO: ==5901== Releasing lock...
[2026-09-11 17:03:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 17:03:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 17:03:02] Production.INFO: ==5909== Lock acquired, processing the job...
[2026-09-11 17:03:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 17:03:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 17:03:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 17:03:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 17:03:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 17:03:03] Production.INFO: ==5905== Lock acquired, processing the job...
[2026-09-11 17:03:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 17:03:03] Production.INFO: ==5907== Lock acquired, processing the job...
[2026-09-11 17:03:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 17:03:03] Production.INFO: ==5912== Lock acquired, processing the job...
[2026-09-11 17:03:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 17:03:03] Production.INFO: ==5914== Lock acquired, processing the job...
[2026-09-11 17:03:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 17:03:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 17:03:03] Production.INFO: Account Balance Start.
[2026-09-11 17:03:03] Production.INFO: CreateAllLog Start
[2026-09-11 17:03:03] Production.INFO: 117
[2026-09-11 17:03:03] Production.INFO: Date 2026-09-08
[2026-09-11 17:03:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:03:03] Production.INFO: Date 2026-09-09
[2026-09-11 17:03:03] Production.INFO: Reseller ==> 0
[2026-09-11 17: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-09-11 17: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-09-11 17:03:03] Production.INFO: Date 2026-09-10
[2026-09-11 17:03:03] Production.INFO: Reseller ==> 0
[2026-09-11 17: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-09-11 17:03:03] Production.INFO: Date 2026-09-11
[2026-09-11 17:03:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:03:03] Production.INFO: ==5914== Releasing lock...
[2026-09-11 17:03:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 17:03:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 17:03:03] Production.INFO: Total Charge 0
[2026-09-11 17:03:03] Production.INFO: CreateAllLog End
[2026-09-11 17:03:04] Production.INFO: Account Balance End.
[2026-09-11 17:03:04] Production.ERROR: CronJobId end 12
[2026-09-11 17:03:04] Production.INFO: ==5912== Releasing lock...
[2026-09-11 17:03:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 17:03:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 17:03:04] Production.INFO: ==5907== Releasing lock...
[2026-09-11 17:03:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 17:03:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 17:03:10] Production.ERROR: CronJobId end10
[2026-09-11 17:03:10] Production.INFO: ==5909== Releasing lock...
[2026-09-11 17:03:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 17:03:10] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 17:03:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 17:03:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 17:03:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 17:03:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 17:03:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 17:03:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 17:03:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 17:03:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 17:03:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 17:03:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 17:03:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 17:03:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 17:03:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 17:03:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 17:03:14] Production.INFO: call_cost start
[2026-09-11 17:03:14] Production.INFO: call_cost end
[2026-09-11 17:03:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 17:03:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 17:03:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 17:03:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 17:03:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 17:03:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 17:03:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 17:03:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 17:03:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 17:03:14] Production.INFO: ==5905== Releasing lock...
[2026-09-11 17:03:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 17:03:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 22:04:02] Production.INFO: ==5971== Lock acquired, processing the job...
[2026-09-11 22:04:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 22:04:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 22:04:02] Production.INFO: neon service started
[2026-09-11 22:04:02] Production.INFO: neon service started
[2026-09-11 22:04:02] Production.INFO: ==5971== Releasing lock...
[2026-09-11 22:04:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 22:04:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 17:04:02] Production.INFO: ==5973== Lock acquired, processing the job...
[2026-09-11 17:04:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 21:04:02] Production.INFO: ==5975== Lock acquired, processing the job...
[2026-09-11 21:04:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 21:04:02] Production.INFO: ==5975== Releasing lock...
[2026-09-11 21:04:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 21:04:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 17:04:02] Production.INFO: ==5973== Releasing lock...
[2026-09-11 17:04:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 17:04:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 17:04:03] Production.INFO: ==5984== Lock acquired, processing the job...
[2026-09-11 17:04:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 17:04:03] Production.INFO: Account Balance Start.
[2026-09-11 17:04:03] Production.INFO: CreateAllLog Start
[2026-09-11 17:04:03] Production.INFO: 117
[2026-09-11 17:04:03] Production.INFO: Date 2026-09-08
[2026-09-11 17:04:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:04:03] Production.INFO: Date 2026-09-09
[2026-09-11 17:04:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:04:03] Production.INFO: Date 2026-09-10
[2026-09-11 17:04:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:04:03] Production.INFO: Date 2026-09-11
[2026-09-11 17:04:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:04:03] Production.INFO: ==5978== Lock acquired, processing the job...
[2026-09-11 17:04:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 17:04:03] Production.INFO: ==5980== Lock acquired, processing the job...
[2026-09-11 17:04:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 17:04:03] Production.INFO: ==5982== Lock acquired, processing the job...
[2026-09-11 17:04:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 17:04:03] Production.INFO: Total Charge 0
[2026-09-11 17:04:03] Production.INFO: CreateAllLog End
[2026-09-11 17:04:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 17:04:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 17:04:04] Production.INFO: ==5986== Lock acquired, processing the job...
[2026-09-11 17:04:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 17:04:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 17:04:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 17:04:04] Production.INFO: Account Balance End.
[2026-09-11 17:04:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 17:04:04] Production.ERROR: CronJobId end 12
[2026-09-11 17:04:04] Production.INFO: ==5984== Releasing lock...
[2026-09-11 17:04:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 17:04:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 17: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-09-11 17: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-09-11 17: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-09-11 17:04:04] Production.INFO: ==5986== Releasing lock...
[2026-09-11 17:04:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 17:04:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 17:04:04] Production.INFO: ==5980== Releasing lock...
[2026-09-11 17:04:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 17:04:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 17:04:11] Production.ERROR: CronJobId end10
[2026-09-11 17:04:11] Production.INFO: ==5982== Releasing lock...
[2026-09-11 17:04:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 17:04:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 17:04:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 17:04:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 17:04:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 17:04:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 17:04:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 17:04:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 17:04:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 17:04:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 17:04:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 17:04:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 17:04:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 17:04:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 17:04:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 17:04:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 17:04:14] Production.INFO: call_cost start
[2026-09-11 17:04:14] Production.INFO: call_cost end
[2026-09-11 17:04:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 17:04:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 17:04:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 17:04:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 17:04:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 17:04:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 17:04:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 17:04:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 17:04:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 17:04:14] Production.INFO: ==5978== Releasing lock...
[2026-09-11 17:04:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 17:04:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 22:05:01] Production.INFO: ==6038== Lock acquired, processing the job...
[2026-09-11 22:05:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 22:05:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 22:05:01] Production.INFO: neon service started
[2026-09-11 22:05:01] Production.INFO: neon service started
[2026-09-11 22:05:01] Production.INFO: ==6038== Releasing lock...
[2026-09-11 22:05:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 22:05:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 21:05:01] Production.INFO: ==6043== Lock acquired, processing the job...
[2026-09-11 21:05:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 21:05:01] Production.INFO: ==6043== Releasing lock...
[2026-09-11 21:05:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 21:05:01] Production.INFO: 25 MB #Memory Used#
[2026-09-11 17:05:02] Production.INFO: ==6040== Lock acquired, processing the job...
[2026-09-11 17:05:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 17:05:02] Production.INFO: ==6040== Releasing lock...
[2026-09-11 17:05:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 17:05:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 17:05:03] Production.INFO: ==6045== Lock acquired, processing the job...
[2026-09-11 17:05:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-11 17:05:03] Production.ERROR: ========================== active cronjob start =============================
[2026-09-11 17:05:03] Production.ERROR: ========================== active cronjob end =============================
[2026-09-11 17:05:03] Production.INFO: ==6045== Releasing lock...
[2026-09-11 17:05:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-11 17:05:03] Production.INFO: 25.5 MB #Memory Used#
[2026-09-11 17:05:03] Production.INFO: ==6047== Lock acquired, processing the job...
[2026-09-11 17:05:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 17:05:03] Production.INFO: ==6055== Lock acquired, processing the job...
[2026-09-11 17:05:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-11 17:05:03] Production.ERROR: tblTempUsageDetail_20
[2026-09-11 17:05:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 17:05:03] Production.INFO: ==6051== Lock acquired, processing the job...
[2026-09-11 17:05:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 17:05:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 17:05:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 17:05:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 17:05:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 17:05:03] Production.INFO: ==6049== Lock acquired, processing the job...
[2026-09-11 17:05:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 17:05:03] Production.INFO: ==6057== Lock acquired, processing the job...
[2026-09-11 17:05:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 17:05:03] Production.INFO: ==6053== Lock acquired, processing the job...
[2026-09-11 17:05:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 17:05:03] Production.ERROR: done
[2026-09-11 17:05:03] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-11 17:05:03] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17985566', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) start
[2026-09-11 17: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-09-11 17: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-09-11 17:05:03] Production.INFO: Account Balance Start.
[2026-09-11 17:05:03] Production.INFO: CreateAllLog Start
[2026-09-11 17:05:03] Production.INFO: 117
[2026-09-11 17: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-09-11 17:05:03] Production.INFO: ==6057== Releasing lock...
[2026-09-11 17:05:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 17:05:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 17:05:03] Production.INFO: Date 2026-09-08
[2026-09-11 17:05:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:05:03] Production.INFO: Date 2026-09-09
[2026-09-11 17:05:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:05:03] Production.INFO: Date 2026-09-10
[2026-09-11 17:05:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:05:03] Production.INFO: Date 2026-09-11
[2026-09-11 17:05:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:05:04] Production.INFO: Total Charge 0
[2026-09-11 17:05:04] Production.INFO: CreateAllLog End
[2026-09-11 17:05:04] Production.INFO: Account Balance End.
[2026-09-11 17:05:04] Production.ERROR: CronJobId end 12
[2026-09-11 17:05:04] Production.INFO: ==6053== Releasing lock...
[2026-09-11 17:05:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 17:05:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 17:05:04] Production.INFO: ==6049== Releasing lock...
[2026-09-11 17:05:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 17:05:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 17:05:09] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17985566', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) end
[2026-09-11 17:05:09] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-11 17:05:09] Production.INFO: ProcessCDR(1,17985566,1,1,2)
[2026-09-11 17:05:09] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17985566,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 17:05:09] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17985566,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 17:05:09] Production.ERROR: pbx prc_insertCDR start
[2026-09-11 17:05:09] Production.ERROR: pbx prc_insertCDR end
[2026-09-11 17:05:09] Production.INFO: ==6055== Releasing lock...
[2026-09-11 17:05:09] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-11 17:05:09] Production.INFO: 26 MB #Memory Used#
[2026-09-11 17:05:13] Production.ERROR: CronJobId end10
[2026-09-11 17:05:13] Production.INFO: ==6051== Releasing lock...
[2026-09-11 17:05:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 17:05:13] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 17:05:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 17:05:16] Production.INFO: ============== Balance Warning START===========
[2026-09-11 17:05:16] Production.INFO: ============== Balance Warning END===========
[2026-09-11 17:05:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 17:05:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 17:05:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 17:05:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 17:05:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 17:05:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 17:05:16] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 17:05:16] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 17:05:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 17:05:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 17:05:16] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 17:05:17] Production.INFO: call_cost start
[2026-09-11 17:05:17] Production.INFO: call_cost end
[2026-09-11 17:05:17] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 17:05:17] Production.INFO: ============== Report Schedule START===========
[2026-09-11 17:05:17] Production.INFO: ============== Report Schedule END===========
[2026-09-11 17:05:17] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 17:05:17] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 17:05:17] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 17:05:17] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 17:05:17] Production.INFO: ============== Deal alert START===========
[2026-09-11 17:05:17] Production.INFO: ============== Deal alert END===========
[2026-09-11 17:05:17] Production.INFO: ==6047== Releasing lock...
[2026-09-11 17:05:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 17:05:17] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 22:06:01] Production.INFO: ==6121== Lock acquired, processing the job...
[2026-09-11 22:06:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 22:06:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 22:06:01] Production.INFO: neon service started
[2026-09-11 22:06:01] Production.INFO: neon service started
[2026-09-11 22:06:01] Production.INFO: ==6121== Releasing lock...
[2026-09-11 22:06:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 22:06:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 17:06:02] Production.INFO: ==6123== Lock acquired, processing the job...
[2026-09-11 17:06:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 17:06:02] Production.INFO: ==6123== Releasing lock...
[2026-09-11 17:06:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 17:06:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 21:06:02] Production.INFO: ==6125== Lock acquired, processing the job...
[2026-09-11 21:06:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 21:06:02] Production.INFO: ==6125== Releasing lock...
[2026-09-11 21:06:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 21:06:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 17:06:03] Production.INFO: ==6131== Lock acquired, processing the job...
[2026-09-11 17:06:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 17:06:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 17:06:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 17:06:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 17:06:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 17:06:03] Production.INFO: ==6127== Lock acquired, processing the job...
[2026-09-11 17:06:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 17:06:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 17:06:03] Production.INFO: ==6129== Lock acquired, processing the job...
[2026-09-11 17:06:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 17:06:03] Production.INFO: ==6133== Lock acquired, processing the job...
[2026-09-11 17:06:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 17:06:03] Production.INFO: ==6135== Lock acquired, processing the job...
[2026-09-11 17:06:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 17:06:03] Production.INFO: Account Balance Start.
[2026-09-11 17:06:03] Production.INFO: CreateAllLog Start
[2026-09-11 17:06:03] Production.INFO: 117
[2026-09-11 17:06:03] Production.INFO: Date 2026-09-08
[2026-09-11 17:06:03] Production.INFO: Reseller ==> 0
[2026-09-11 17: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-09-11 17: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-09-11 17: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-09-11 17:06:03] Production.INFO: ==6135== Releasing lock...
[2026-09-11 17:06:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 17:06:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 17:06:03] Production.INFO: Date 2026-09-09
[2026-09-11 17:06:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:06:03] Production.INFO: Date 2026-09-10
[2026-09-11 17:06:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:06:03] Production.INFO: Date 2026-09-11
[2026-09-11 17:06:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:06:03] Production.INFO: Total Charge 0
[2026-09-11 17:06:03] Production.INFO: CreateAllLog End
[2026-09-11 17:06:04] Production.INFO: Account Balance End.
[2026-09-11 17:06:04] Production.ERROR: CronJobId end 12
[2026-09-11 17:06:04] Production.INFO: ==6133== Releasing lock...
[2026-09-11 17:06:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 17:06:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 17:06:04] Production.INFO: ==6129== Releasing lock...
[2026-09-11 17:06:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 17:06:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 17:06:11] Production.ERROR: CronJobId end10
[2026-09-11 17:06:11] Production.INFO: ==6131== Releasing lock...
[2026-09-11 17:06:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 17:06:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 17:06:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 17:06:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 17:06:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 17:06:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 17:06:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 17:06:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 17:06:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 17:06:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 17:06:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 17:06:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 17:06:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 17:06:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 17:06:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 17:06:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 17:06:14] Production.INFO: call_cost start
[2026-09-11 17:06:14] Production.INFO: call_cost end
[2026-09-11 17:06:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 17:06:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 17:06:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 17:06:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 17:06:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 17:06:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 17:06:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 17:06:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 17:06:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 17:06:14] Production.INFO: ==6127== Releasing lock...
[2026-09-11 17:06:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 17:06:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 22:07:02] Production.INFO: ==6196== Lock acquired, processing the job...
[2026-09-11 22:07:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 22:07:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 22:07:02] Production.INFO: neon service started
[2026-09-11 22:07:02] Production.INFO: neon service started
[2026-09-11 22:07:02] Production.INFO: ==6196== Releasing lock...
[2026-09-11 22:07:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 22:07:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 17:07:02] Production.INFO: ==6198== Lock acquired, processing the job...
[2026-09-11 17:07:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 21:07:02] Production.INFO: ==6200== Lock acquired, processing the job...
[2026-09-11 21:07:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 21:07:02] Production.INFO: ==6200== Releasing lock...
[2026-09-11 21:07:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 21:07:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 17:07:03] Production.INFO: ==6198== Releasing lock...
[2026-09-11 17:07:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 17:07:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 17:07:03] Production.INFO: ==6203== Lock acquired, processing the job...
[2026-09-11 17:07:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 17:07:04] Production.INFO: ==6207== Lock acquired, processing the job...
[2026-09-11 17:07:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 17:07:04] Production.INFO: ==6205== Lock acquired, processing the job...
[2026-09-11 17:07:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 17:07:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 17:07:04] Production.INFO: ==6211== Lock acquired, processing the job...
[2026-09-11 17:07:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 17:07:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 17:07:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 17:07:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 17:07:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 17:07:04] Production.INFO: ==6209== Lock acquired, processing the job...
[2026-09-11 17:07:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 17: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-09-11 17: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-09-11 17: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-09-11 17:07:04] Production.INFO: ==6211== Releasing lock...
[2026-09-11 17:07:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 17:07:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 17:07:04] Production.INFO: Account Balance Start.
[2026-09-11 17:07:04] Production.INFO: CreateAllLog Start
[2026-09-11 17:07:04] Production.INFO: 117
[2026-09-11 17:07:04] Production.INFO: Date 2026-09-08
[2026-09-11 17:07:04] Production.INFO: Reseller ==> 0
[2026-09-11 17:07:04] Production.INFO: Date 2026-09-09
[2026-09-11 17:07:04] Production.INFO: Reseller ==> 0
[2026-09-11 17:07:04] Production.INFO: Date 2026-09-10
[2026-09-11 17:07:04] Production.INFO: Reseller ==> 0
[2026-09-11 17:07:04] Production.INFO: Date 2026-09-11
[2026-09-11 17:07:04] Production.INFO: Reseller ==> 0
[2026-09-11 17:07:04] Production.INFO: Total Charge 0
[2026-09-11 17:07:04] Production.INFO: CreateAllLog End
[2026-09-11 17:07:04] Production.INFO: ==6205== Releasing lock...
[2026-09-11 17:07:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 17:07:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 17:07:04] Production.INFO: Account Balance End.
[2026-09-11 17:07:04] Production.ERROR: CronJobId end 12
[2026-09-11 17:07:04] Production.INFO: ==6209== Releasing lock...
[2026-09-11 17:07:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 17:07:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 17:07:11] Production.ERROR: CronJobId end10
[2026-09-11 17:07:11] Production.INFO: ==6207== Releasing lock...
[2026-09-11 17:07:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 17:07:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 17:07:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 17:07:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 17:07:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 17:07:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 17:07:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 17:07:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 17:07:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 17:07:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 17:07:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 17:07:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 17:07:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 17:07:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 17:07:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 17:07:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 17:07:15] Production.INFO: call_cost start
[2026-09-11 17:07:15] Production.INFO: call_cost end
[2026-09-11 17:07:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 17:07:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 17:07:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 17:07:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 17:07:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 17:07:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 17:07:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 17:07:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 17:07:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 17:07:15] Production.INFO: ==6203== Releasing lock...
[2026-09-11 17:07:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 17:07:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 22:08:01] Production.INFO: ==6266== Lock acquired, processing the job...
[2026-09-11 22:08:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 22:08:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 22:08:01] Production.INFO: neon service started
[2026-09-11 22:08:01] Production.INFO: neon service started
[2026-09-11 22:08:01] Production.INFO: ==6266== Releasing lock...
[2026-09-11 22:08:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 22:08:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 17:08:02] Production.INFO: ==6268== Lock acquired, processing the job...
[2026-09-11 17:08:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 17:08:02] Production.INFO: ==6268== Releasing lock...
[2026-09-11 17:08:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 17:08:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 21:08:02] Production.INFO: ==6270== Lock acquired, processing the job...
[2026-09-11 21:08:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 21:08:02] Production.INFO: ==6270== Releasing lock...
[2026-09-11 21:08:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 21:08:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 17:08:03] Production.INFO: ==6272== Lock acquired, processing the job...
[2026-09-11 17:08:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 17:08:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 17:08:03] Production.INFO: ==6274== Lock acquired, processing the job...
[2026-09-11 17:08:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 17:08:03] Production.INFO: ==6279== Lock acquired, processing the job...
[2026-09-11 17:08:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 17:08:03] Production.INFO: ==6281== Lock acquired, processing the job...
[2026-09-11 17:08:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 17:08:03] Production.INFO: ==6276== Lock acquired, processing the job...
[2026-09-11 17:08:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 17:08:03] Production.INFO: Account Balance Start.
[2026-09-11 17:08:03] Production.INFO: CreateAllLog Start
[2026-09-11 17:08:03] Production.INFO: 117
[2026-09-11 17: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-09-11 17: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-09-11 17:08:03] Production.INFO: Date 2026-09-08
[2026-09-11 17:08:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 17:08:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 17:08:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 17:08:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 17: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-09-11 17:08:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:08:03] Production.INFO: ==6281== Releasing lock...
[2026-09-11 17:08:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 17:08:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 17:08:03] Production.INFO: Date 2026-09-09
[2026-09-11 17:08:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:08:03] Production.INFO: Date 2026-09-10
[2026-09-11 17:08:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:08:03] Production.INFO: Date 2026-09-11
[2026-09-11 17:08:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:08:03] Production.INFO: Total Charge 0
[2026-09-11 17:08:03] Production.INFO: CreateAllLog End
[2026-09-11 17:08:03] Production.INFO: Account Balance End.
[2026-09-11 17:08:03] Production.INFO: ==6274== Releasing lock...
[2026-09-11 17:08:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 17:08:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 17:08:03] Production.ERROR: CronJobId end 12
[2026-09-11 17:08:03] Production.INFO: ==6279== Releasing lock...
[2026-09-11 17:08:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 17:08:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 17:08:11] Production.ERROR: CronJobId end10
[2026-09-11 17:08:11] Production.INFO: ==6276== Releasing lock...
[2026-09-11 17:08:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 17:08:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 17:08:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 17:08:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 17:08:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 17:08:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 17:08:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 17:08:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 17:08:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 17:08:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 17:08:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 17:08:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 17:08:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 17:08:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 17:08:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 17:08:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 17:08:14] Production.INFO: call_cost start
[2026-09-11 17:08:14] Production.INFO: call_cost end
[2026-09-11 17:08:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 17:08:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 17:08:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 17:08:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 17:08:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 17:08:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 17:08:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 17:08:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 17:08:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 17:08:14] Production.INFO: ==6272== Releasing lock...
[2026-09-11 17:08:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 17:08:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 22:09:02] Production.INFO: ==6338== Lock acquired, processing the job...
[2026-09-11 22:09:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 22:09:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 22:09:02] Production.INFO: neon service started
[2026-09-11 22:09:02] Production.INFO: neon service started
[2026-09-11 22:09:02] Production.INFO: ==6338== Releasing lock...
[2026-09-11 22:09:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 22:09:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 17:09:02] Production.INFO: ==6340== Lock acquired, processing the job...
[2026-09-11 17:09:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 17:09:02] Production.INFO: ==6340== Releasing lock...
[2026-09-11 17:09:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 17:09:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 21:09:03] Production.INFO: ==6342== Lock acquired, processing the job...
[2026-09-11 21:09:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 21:09:03] Production.INFO: ==6342== Releasing lock...
[2026-09-11 21:09:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 21:09:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 17:09:03] Production.INFO: ==6347== Lock acquired, processing the job...
[2026-09-11 17:09:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 17:09:03] Production.INFO: ==6345== Lock acquired, processing the job...
[2026-09-11 17:09:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 17:09:03] Production.INFO: ==6349== Lock acquired, processing the job...
[2026-09-11 17:09:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 17:09:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 17:09:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 17:09:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 17:09:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 17:09:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 17:09:03] Production.INFO: ==6351== Lock acquired, processing the job...
[2026-09-11 17:09:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 17:09:03] Production.INFO: ==6353== Lock acquired, processing the job...
[2026-09-11 17:09:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 17:09:03] Production.INFO: Account Balance Start.
[2026-09-11 17:09:03] Production.INFO: CreateAllLog Start
[2026-09-11 17:09:03] Production.INFO: 117
[2026-09-11 17:09:03] Production.INFO: Date 2026-09-08
[2026-09-11 17:09:03] Production.INFO: Reseller ==> 0
[2026-09-11 17: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-09-11 17:09:03] Production.INFO: Date 2026-09-09
[2026-09-11 17:09:03] Production.INFO: Reseller ==> 0
[2026-09-11 17: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-09-11 17: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-09-11 17:09:04] Production.INFO: Date 2026-09-10
[2026-09-11 17:09:04] Production.INFO: Reseller ==> 0
[2026-09-11 17:09:04] Production.INFO: ==6353== Releasing lock...
[2026-09-11 17:09:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 17:09:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 17:09:04] Production.INFO: Date 2026-09-11
[2026-09-11 17:09:04] Production.INFO: Reseller ==> 0
[2026-09-11 17:09:04] Production.INFO: Total Charge 0
[2026-09-11 17:09:04] Production.INFO: CreateAllLog End
[2026-09-11 17:09:04] Production.INFO: Account Balance End.
[2026-09-11 17:09:04] Production.ERROR: CronJobId end 12
[2026-09-11 17:09:04] Production.INFO: ==6351== Releasing lock...
[2026-09-11 17:09:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 17:09:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 17:09:04] Production.INFO: ==6347== Releasing lock...
[2026-09-11 17:09:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 17:09:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 17:09:11] Production.ERROR: CronJobId end10
[2026-09-11 17:09:11] Production.INFO: ==6349== Releasing lock...
[2026-09-11 17:09:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 17:09:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 17:09:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 17:09:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 17:09:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 17:09:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 17:09:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 17:09:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 17:09:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 17:09:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 17:09:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 17:09:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 17:09:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 17:09:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 17:09:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 17:09:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 17:09:14] Production.INFO: call_cost start
[2026-09-11 17:09:14] Production.INFO: call_cost end
[2026-09-11 17:09:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 17:09:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 17:09:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 17:09:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 17:09:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 17:09:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 17:09:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 17:09:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 17:09:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 17:09:14] Production.INFO: ==6345== Releasing lock...
[2026-09-11 17:09:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 17:09:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 22:10:01] Production.INFO: ==6411== Lock acquired, processing the job...
[2026-09-11 22:10:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 22:10:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 22:10:01] Production.INFO: neon service started
[2026-09-11 22:10:01] Production.INFO: neon service started
[2026-09-11 22:10:01] Production.INFO: ==6411== Releasing lock...
[2026-09-11 22:10:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 22:10:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 21:10:01] Production.INFO: ==6416== Lock acquired, processing the job...
[2026-09-11 21:10:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 21:10:01] Production.INFO: ==6416== Releasing lock...
[2026-09-11 21:10:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 21:10:01] Production.INFO: 25 MB #Memory Used#
[2026-09-11 17:10:02] Production.INFO: ==6414== Lock acquired, processing the job...
[2026-09-11 17:10:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 17:10:02] Production.INFO: ==6414== Releasing lock...
[2026-09-11 17:10:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 17:10:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 17:10:03] Production.INFO: ==6424== Lock acquired, processing the job...
[2026-09-11 17:10:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 17:10:03] Production.INFO: ==6418== Lock acquired, processing the job...
[2026-09-11 17:10:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 17:10:03] Production.INFO: Account Balance Start.
[2026-09-11 17:10:03] Production.INFO: CreateAllLog Start
[2026-09-11 17:10:03] Production.INFO: 117
[2026-09-11 17:10:03] Production.INFO: Date 2026-09-08
[2026-09-11 17:10:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:10:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 17:10:03] Production.INFO: ==6426== Lock acquired, processing the job...
[2026-09-11 17:10:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 17:10:03] Production.INFO: Date 2026-09-09
[2026-09-11 17:10:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:10:03] Production.INFO: ==6422== Lock acquired, processing the job...
[2026-09-11 17:10:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 17:10:03] Production.INFO: Date 2026-09-10
[2026-09-11 17:10:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:10:03] Production.INFO: ==6420== Lock acquired, processing the job...
[2026-09-11 17:10:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 17:10:03] Production.INFO: Date 2026-09-11
[2026-09-11 17:10:03] Production.INFO: Reseller ==> 0
[2026-09-11 17: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-09-11 17: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-09-11 17:10:03] Production.INFO: Total Charge 0
[2026-09-11 17:10:03] Production.INFO: CreateAllLog End
[2026-09-11 17: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-09-11 17:10:03] Production.INFO: ==6426== Releasing lock...
[2026-09-11 17:10:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 17:10:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 17:10:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 17:10:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 17:10:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 17:10:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 17:10:03] Production.INFO: Account Balance End.
[2026-09-11 17:10:03] Production.ERROR: CronJobId end 12
[2026-09-11 17:10:03] Production.INFO: ==6424== Releasing lock...
[2026-09-11 17:10:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 17:10:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 17:10:04] Production.INFO: ==6420== Releasing lock...
[2026-09-11 17:10:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 17:10:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 17:10:11] Production.ERROR: CronJobId end10
[2026-09-11 17:10:11] Production.INFO: ==6422== Releasing lock...
[2026-09-11 17:10:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 17:10:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 17:10:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 17:10:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 17:10:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 17:10:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 17:10:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 17:10:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 17:10:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 17:10:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 17:10:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 17:10:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 17:10:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 17:10:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 17:10:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 17:10:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 17:10:14] Production.INFO: call_cost start
[2026-09-11 17:10:14] Production.INFO: call_cost end
[2026-09-11 17:10:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 17:10:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 17:10:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 17:10:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 17:10:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 17:10:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 17:10:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 17:10:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 17:10:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 17:10:14] Production.INFO: ==6418== Releasing lock...
[2026-09-11 17:10:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 17:10:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 22:11:02] Production.INFO: ==6479== Lock acquired, processing the job...
[2026-09-11 22:11:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 22:11:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 22:11:02] Production.INFO: neon service started
[2026-09-11 22:11:02] Production.INFO: neon service started
[2026-09-11 22:11:02] Production.INFO: ==6479== Releasing lock...
[2026-09-11 22:11:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 22:11:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 17:11:02] Production.INFO: ==6481== Lock acquired, processing the job...
[2026-09-11 17:11:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 17:11:02] Production.INFO: ==6481== Releasing lock...
[2026-09-11 17:11:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 17:11:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 21:11:03] Production.INFO: ==6483== Lock acquired, processing the job...
[2026-09-11 21:11:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 21:11:03] Production.INFO: ==6483== Releasing lock...
[2026-09-11 21:11:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 21:11:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 17:11:03] Production.INFO: ==6486== Lock acquired, processing the job...
[2026-09-11 17:11:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 17:11:03] Production.INFO: ==6488== Lock acquired, processing the job...
[2026-09-11 17:11:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 17:11:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 17:11:03] Production.INFO: ==6494== Lock acquired, processing the job...
[2026-09-11 17:11:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 17: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-09-11 17: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-09-11 17: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-09-11 17:11:03] Production.INFO: ==6494== Releasing lock...
[2026-09-11 17:11:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 17:11:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 17:11:03] Production.INFO: ==6490== Lock acquired, processing the job...
[2026-09-11 17:11:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 17:11:03] Production.INFO: ==6492== Lock acquired, processing the job...
[2026-09-11 17:11:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 17:11:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 17:11:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 17:11:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 17:11:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 17:11:03] Production.INFO: Account Balance Start.
[2026-09-11 17:11:03] Production.INFO: CreateAllLog Start
[2026-09-11 17:11:03] Production.INFO: 117
[2026-09-11 17:11:03] Production.INFO: Date 2026-09-08
[2026-09-11 17:11:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:11:03] Production.INFO: Date 2026-09-09
[2026-09-11 17:11:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:11:03] Production.INFO: Date 2026-09-10
[2026-09-11 17:11:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:11:03] Production.INFO: Date 2026-09-11
[2026-09-11 17:11:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:11:04] Production.INFO: Total Charge 0
[2026-09-11 17:11:04] Production.INFO: CreateAllLog End
[2026-09-11 17:11:04] Production.INFO: Account Balance End.
[2026-09-11 17:11:04] Production.INFO: ==6488== Releasing lock...
[2026-09-11 17:11:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 17:11:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 17:11:04] Production.ERROR: CronJobId end 12
[2026-09-11 17:11:04] Production.INFO: ==6492== Releasing lock...
[2026-09-11 17:11:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 17:11:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 17:11:11] Production.ERROR: CronJobId end10
[2026-09-11 17:11:11] Production.INFO: ==6490== Releasing lock...
[2026-09-11 17:11:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 17:11:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 17:11:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 17:11:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 17:11:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 17:11:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 17:11:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 17:11:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 17:11:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 17:11:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 17:11:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 17:11:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 17:11:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 17:11:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 17:11:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 17:11:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 17:11:14] Production.INFO: call_cost start
[2026-09-11 17:11:14] Production.INFO: call_cost end
[2026-09-11 17:11:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 17:11:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 17:11:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 17:11:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 17:11:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 17:11:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 17:11:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 17:11:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 17:11:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 17:11:14] Production.INFO: ==6486== Releasing lock...
[2026-09-11 17:11:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 17:11:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 22:12:01] Production.INFO: ==6549== Lock acquired, processing the job...
[2026-09-11 22:12:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 22:12:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 22:12:01] Production.INFO: neon service started
[2026-09-11 22:12:01] Production.INFO: neon service started
[2026-09-11 22:12:01] Production.INFO: ==6549== Releasing lock...
[2026-09-11 22:12:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 22:12:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 17:12:01] Production.INFO: ==6551== Lock acquired, processing the job...
[2026-09-11 17:12:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 17:12:02] Production.INFO: ==6551== Releasing lock...
[2026-09-11 17:12:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 17:12:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 21:12:02] Production.INFO: ==6553== Lock acquired, processing the job...
[2026-09-11 21:12:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 21:12:02] Production.INFO: ==6553== Releasing lock...
[2026-09-11 21:12:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 21:12:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 17:12:02] Production.INFO: ==6556== Lock acquired, processing the job...
[2026-09-11 17:12:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 17:12:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 17:12:02] Production.INFO: ==6560== Lock acquired, processing the job...
[2026-09-11 17:12:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 17:12:02] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 17:12:02] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 17:12:02] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 17:12:02] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 17:12:03] Production.INFO: ==6558== Lock acquired, processing the job...
[2026-09-11 17:12:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 17:12:03] Production.INFO: ==6562== Lock acquired, processing the job...
[2026-09-11 17:12:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 17:12:03] Production.INFO: ==6564== Lock acquired, processing the job...
[2026-09-11 17:12:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 17: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-09-11 17: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-09-11 17:12:03] Production.INFO: Account Balance Start.
[2026-09-11 17:12:03] Production.INFO: CreateAllLog Start
[2026-09-11 17:12:03] Production.INFO: 117
[2026-09-11 17: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-09-11 17:12:03] Production.INFO: Date 2026-09-08
[2026-09-11 17:12:03] Production.INFO: ==6564== Releasing lock...
[2026-09-11 17:12:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 17:12:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 17:12:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:12:03] Production.INFO: Date 2026-09-09
[2026-09-11 17:12:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:12:03] Production.INFO: Date 2026-09-10
[2026-09-11 17:12:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:12:03] Production.INFO: Date 2026-09-11
[2026-09-11 17:12:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:12:03] Production.INFO: Total Charge 0
[2026-09-11 17:12:03] Production.INFO: CreateAllLog End
[2026-09-11 17:12:04] Production.INFO: Account Balance End.
[2026-09-11 17:12:04] Production.ERROR: CronJobId end 12
[2026-09-11 17:12:04] Production.INFO: ==6562== Releasing lock...
[2026-09-11 17:12:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 17:12:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 17:12:04] Production.INFO: ==6558== Releasing lock...
[2026-09-11 17:12:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 17:12:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 17:12:10] Production.ERROR: CronJobId end10
[2026-09-11 17:12:10] Production.INFO: ==6560== Releasing lock...
[2026-09-11 17:12:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 17:12:10] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 17:12:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 17:12:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 17:12:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 17:12:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 17:12:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 17:12:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 17:12:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 17:12:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 17:12:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 17:12:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 17:12:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 17:12:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 17:12:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 17:12:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 17:12:14] Production.INFO: call_cost start
[2026-09-11 17:12:14] Production.INFO: call_cost end
[2026-09-11 17:12:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 17:12:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 17:12:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 17:12:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 17:12:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 17:12:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 17:12:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 17:12:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 17:12:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 17:12:14] Production.INFO: ==6556== Releasing lock...
[2026-09-11 17:12:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 17:12:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 22:13:01] Production.INFO: ==6619== Lock acquired, processing the job...
[2026-09-11 22:13:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 22:13:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 22:13:01] Production.INFO: neon service started
[2026-09-11 22:13:01] Production.INFO: neon service started
[2026-09-11 22:13:01] Production.INFO: ==6619== Releasing lock...
[2026-09-11 22:13:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 22:13:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 17:13:02] Production.INFO: ==6621== Lock acquired, processing the job...
[2026-09-11 17:13:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 21:13:02] Production.INFO: ==6623== Lock acquired, processing the job...
[2026-09-11 21:13:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 21:13:02] Production.INFO: ==6623== Releasing lock...
[2026-09-11 21:13:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 21:13:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 17:13:02] Production.INFO: ==6621== Releasing lock...
[2026-09-11 17:13:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 17:13:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 17:13:03] Production.INFO: ==6626== Lock acquired, processing the job...
[2026-09-11 17:13:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 17:13:03] Production.INFO: ==6628== Lock acquired, processing the job...
[2026-09-11 17:13:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 17:13:03] Production.INFO: ==6630== Lock acquired, processing the job...
[2026-09-11 17:13:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 17:13:03] Production.INFO: ==6632== Lock acquired, processing the job...
[2026-09-11 17:13:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 17:13:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 17:13:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 17:13:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 17:13:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 17:13:03] Production.INFO: ==6634== Lock acquired, processing the job...
[2026-09-11 17:13:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 17:13:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 17:13:03] Production.INFO: Account Balance Start.
[2026-09-11 17:13:03] Production.INFO: CreateAllLog Start
[2026-09-11 17:13:03] Production.INFO: 117
[2026-09-11 17:13:03] Production.INFO: Date 2026-09-08
[2026-09-11 17:13:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:13:03] Production.INFO: Date 2026-09-09
[2026-09-11 17:13:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:13:03] Production.INFO: Date 2026-09-10
[2026-09-11 17:13:03] Production.INFO: Reseller ==> 0
[2026-09-11 17: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-09-11 17: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-09-11 17: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-09-11 17:13:03] Production.INFO: Date 2026-09-11
[2026-09-11 17:13:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:13:03] Production.INFO: ==6634== Releasing lock...
[2026-09-11 17:13:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 17:13:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 17:13:03] Production.INFO: Total Charge 0
[2026-09-11 17:13:03] Production.INFO: CreateAllLog End
[2026-09-11 17:13:04] Production.INFO: Account Balance End.
[2026-09-11 17:13:04] Production.ERROR: CronJobId end 12
[2026-09-11 17:13:04] Production.INFO: ==6632== Releasing lock...
[2026-09-11 17:13:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 17:13:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 17:13:04] Production.INFO: ==6628== Releasing lock...
[2026-09-11 17:13:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 17:13:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 17:13:11] Production.ERROR: CronJobId end10
[2026-09-11 17:13:11] Production.INFO: ==6630== Releasing lock...
[2026-09-11 17:13:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 17:13:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 17:13:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 17:13:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 17:13:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 17:13:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 17:13:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 17:13:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 17:13:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 17:13:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 17:13:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 17:13:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 17:13:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 17:13:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 17:13:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 17:13:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 17:13:14] Production.INFO: call_cost start
[2026-09-11 17:13:14] Production.INFO: call_cost end
[2026-09-11 17:13:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 17:13:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 17:13:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 17:13:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 17:13:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 17:13:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 17:13:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 17:13:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 17:13:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 17:13:14] Production.INFO: ==6626== Releasing lock...
[2026-09-11 17:13:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 17:13:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 22:14:02] Production.INFO: ==6691== Lock acquired, processing the job...
[2026-09-11 22:14:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 22:14:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 22:14:02] Production.INFO: neon service started
[2026-09-11 22:14:02] Production.INFO: neon service started
[2026-09-11 22:14:02] Production.INFO: ==6691== Releasing lock...
[2026-09-11 22:14:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 22:14:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 17:14:02] Production.INFO: ==6693== Lock acquired, processing the job...
[2026-09-11 17:14:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 17:14:02] Production.INFO: ==6693== Releasing lock...
[2026-09-11 17:14:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 17:14:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 21:14:03] Production.INFO: ==6695== Lock acquired, processing the job...
[2026-09-11 21:14:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 21:14:03] Production.INFO: ==6695== Releasing lock...
[2026-09-11 21:14:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 21:14:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 17:14:03] Production.INFO: ==6698== Lock acquired, processing the job...
[2026-09-11 17:14:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 17:14:03] Production.INFO: ==6702== Lock acquired, processing the job...
[2026-09-11 17:14:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 17:14:03] Production.INFO: ==6704== Lock acquired, processing the job...
[2026-09-11 17:14:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 17:14:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 17:14:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 17:14:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 17:14:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 17:14:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 17:14:03] Production.INFO: ==6700== Lock acquired, processing the job...
[2026-09-11 17:14:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 17:14:03] Production.INFO: ==6706== Lock acquired, processing the job...
[2026-09-11 17:14:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 17:14:03] Production.INFO: Account Balance Start.
[2026-09-11 17:14:03] Production.INFO: CreateAllLog Start
[2026-09-11 17:14:03] Production.INFO: 117
[2026-09-11 17: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-09-11 17: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-09-11 17: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-09-11 17:14:04] Production.INFO: ==6706== Releasing lock...
[2026-09-11 17:14:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 17:14:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 17:14:04] Production.INFO: Date 2026-09-08
[2026-09-11 17:14:04] Production.INFO: Reseller ==> 0
[2026-09-11 17:14:04] Production.INFO: Date 2026-09-09
[2026-09-11 17:14:04] Production.INFO: Reseller ==> 0
[2026-09-11 17:14:04] Production.INFO: Date 2026-09-10
[2026-09-11 17:14:04] Production.INFO: Reseller ==> 0
[2026-09-11 17:14:04] Production.INFO: Date 2026-09-11
[2026-09-11 17:14:04] Production.INFO: Reseller ==> 0
[2026-09-11 17:14:04] Production.INFO: Total Charge 0
[2026-09-11 17:14:04] Production.INFO: CreateAllLog End
[2026-09-11 17:14:04] Production.INFO: Account Balance End.
[2026-09-11 17:14:04] Production.ERROR: CronJobId end 12
[2026-09-11 17:14:04] Production.INFO: ==6704== Releasing lock...
[2026-09-11 17:14:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 17:14:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 17:14:04] Production.INFO: ==6700== Releasing lock...
[2026-09-11 17:14:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 17:14:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 17:14:11] Production.ERROR: CronJobId end10
[2026-09-11 17:14:11] Production.INFO: ==6702== Releasing lock...
[2026-09-11 17:14:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 17:14:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 17:14:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 17:14:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 17:14:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 17:14:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 17:14:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 17:14:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 17:14:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 17:14:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 17:14:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 17:14:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 17:14:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 17:14:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 17:14:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 17:14:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 17:14:14] Production.INFO: call_cost start
[2026-09-11 17:14:14] Production.INFO: call_cost end
[2026-09-11 17:14:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 17:14:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 17:14:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 17:14:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 17:14:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 17:14:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 17:14:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 17:14:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 17:14:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 17:14:14] Production.INFO: ==6698== Releasing lock...
[2026-09-11 17:14:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 17:14:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 22:15:01] Production.INFO: ==6761== Lock acquired, processing the job...
[2026-09-11 22:15:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 22:15:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 22:15:01] Production.INFO: neon service started
[2026-09-11 22:15:01] Production.INFO: neon service started
[2026-09-11 22:15:01] Production.INFO: ==6761== Releasing lock...
[2026-09-11 22:15:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 22:15:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 21:15:02] Production.INFO: ==6765== Lock acquired, processing the job...
[2026-09-11 21:15:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 21:15:02] Production.INFO: ==6765== Releasing lock...
[2026-09-11 21:15:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 21:15:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 17:15:02] Production.INFO: ==6763== Lock acquired, processing the job...
[2026-09-11 17:15:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 17:15:02] Production.INFO: ==6763== Releasing lock...
[2026-09-11 17:15:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 17:15:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 17:15:03] Production.INFO: ==6768== Lock acquired, processing the job...
[2026-09-11 17:15:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-11 17:15:03] Production.ERROR: ========================== active cronjob start =============================
[2026-09-11 17:15:03] Production.ERROR: ========================== active cronjob end =============================
[2026-09-11 17:15:03] Production.INFO: ==6768== Releasing lock...
[2026-09-11 17:15:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-11 17:15:03] Production.INFO: 25.5 MB #Memory Used#
[2026-09-11 17:15:03] Production.INFO: ==6770== Lock acquired, processing the job...
[2026-09-11 17:15:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 17:15:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 17:15:03] Production.INFO: ==6774== Lock acquired, processing the job...
[2026-09-11 17:15:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 17:15:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 17:15:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 17:15:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 17:15:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 17:15:03] Production.INFO: ==6772== Lock acquired, processing the job...
[2026-09-11 17:15:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 17:15:03] Production.INFO: ==6776== Lock acquired, processing the job...
[2026-09-11 17:15:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 17:15:03] Production.INFO: ==6780== Lock acquired, processing the job...
[2026-09-11 17:15:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 17:15:03] Production.INFO: ==6778== Lock acquired, processing the job...
[2026-09-11 17:15:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-11 17:15:03] Production.ERROR: tblTempUsageDetail_20
[2026-09-11 17: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-09-11 17: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-09-11 17: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-09-11 17:15:03] Production.INFO: ==6780== Releasing lock...
[2026-09-11 17:15:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 17:15:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 17:15:03] Production.INFO: Account Balance Start.
[2026-09-11 17:15:03] Production.INFO: CreateAllLog Start
[2026-09-11 17:15:03] Production.INFO: 117
[2026-09-11 17:15:03] Production.INFO: Date 2026-09-08
[2026-09-11 17:15:04] Production.INFO: Reseller ==> 0
[2026-09-11 17:15:04] Production.INFO: Date 2026-09-09
[2026-09-11 17:15:04] Production.ERROR: done
[2026-09-11 17:15:04] Production.INFO: Reseller ==> 0
[2026-09-11 17:15:04] Production.INFO: Date 2026-09-10
[2026-09-11 17:15:04] Production.INFO: Reseller ==> 0
[2026-09-11 17:15:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-11 17:15:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17985609', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) start
[2026-09-11 17:15:04] Production.INFO: Date 2026-09-11
[2026-09-11 17:15:04] Production.INFO: Reseller ==> 0
[2026-09-11 17:15:04] Production.INFO: Total Charge 0
[2026-09-11 17:15:04] Production.INFO: CreateAllLog End
[2026-09-11 17:15:04] Production.INFO: ==6772== Releasing lock...
[2026-09-11 17:15:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 17:15:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 17:15:04] Production.INFO: Account Balance End.
[2026-09-11 17:15:04] Production.ERROR: CronJobId end 12
[2026-09-11 17:15:04] Production.INFO: ==6776== Releasing lock...
[2026-09-11 17:15:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 17:15:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 17:15:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17985609', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) end
[2026-09-11 17:15:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-11 17:15:10] Production.INFO: ProcessCDR(1,17985609,1,1,2)
[2026-09-11 17:15:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17985609,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 17:15:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17985609,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 17:15:10] Production.ERROR: pbx prc_insertCDR start
[2026-09-11 17:15:10] Production.ERROR: pbx prc_insertCDR end
[2026-09-11 17:15:10] Production.INFO: ==6778== Releasing lock...
[2026-09-11 17:15:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-11 17:15:10] Production.INFO: 26 MB #Memory Used#
[2026-09-11 17:15:13] Production.ERROR: CronJobId end10
[2026-09-11 17:15:13] Production.INFO: ==6774== Releasing lock...
[2026-09-11 17:15:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 17:15:13] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 17:15:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 17:15:16] Production.INFO: ============== Balance Warning START===========
[2026-09-11 17:15:16] Production.INFO: ============== Balance Warning END===========
[2026-09-11 17:15:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 17:15:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 17:15:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 17:15:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 17:15:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 17:15:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 17:15:16] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 17:15:16] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 17:15:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 17:15:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 17:15:16] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 17:15:17] Production.INFO: call_cost start
[2026-09-11 17:15:17] Production.INFO: call_cost end
[2026-09-11 17:15:17] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 17:15:17] Production.INFO: ============== Report Schedule START===========
[2026-09-11 17:15:17] Production.INFO: ============== Report Schedule END===========
[2026-09-11 17:15:17] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 17:15:17] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 17:15:17] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 17:15:17] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 17:15:17] Production.INFO: ============== Deal alert START===========
[2026-09-11 17:15:17] Production.INFO: ============== Deal alert END===========
[2026-09-11 17:15:17] Production.INFO: ==6770== Releasing lock...
[2026-09-11 17:15:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 17:15:17] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 22:16:02] Production.INFO: ==6836== Lock acquired, processing the job...
[2026-09-11 22:16:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 22:16:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 22:16:02] Production.INFO: neon service started
[2026-09-11 22:16:02] Production.INFO: neon service started
[2026-09-11 22:16:02] Production.INFO: ==6836== Releasing lock...
[2026-09-11 22:16:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 22:16:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 17:16:02] Production.INFO: ==6838== Lock acquired, processing the job...
[2026-09-11 17:16:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 17:16:02] Production.INFO: ==6838== Releasing lock...
[2026-09-11 17:16:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 17:16:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 21:16:02] Production.INFO: ==6840== Lock acquired, processing the job...
[2026-09-11 21:16:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 21:16:02] Production.INFO: ==6840== Releasing lock...
[2026-09-11 21:16:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 21:16:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 17:16:03] Production.INFO: ==6845== Lock acquired, processing the job...
[2026-09-11 17:16:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 17:16:03] Production.INFO: ==6842== Lock acquired, processing the job...
[2026-09-11 17:16:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 17:16:03] Production.INFO: ==6849== Lock acquired, processing the job...
[2026-09-11 17:16:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 17:16:03] Production.INFO: ==6847== Lock acquired, processing the job...
[2026-09-11 17:16:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 17:16:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 17:16:03] Production.INFO: Account Balance Start.
[2026-09-11 17:16:03] Production.INFO: CreateAllLog Start
[2026-09-11 17:16:03] Production.INFO: 117
[2026-09-11 17:16:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 17:16:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 17:16:03] Production.INFO: ==6851== Lock acquired, processing the job...
[2026-09-11 17:16:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 17:16:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 17:16:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 17:16:03] Production.INFO: Date 2026-09-08
[2026-09-11 17:16:03] Production.INFO: Reseller ==> 0
[2026-09-11 17: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-09-11 17: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-09-11 17:16:03] Production.INFO: Date 2026-09-09
[2026-09-11 17:16:03] Production.INFO: Reseller ==> 0
[2026-09-11 17: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-09-11 17:16:03] Production.INFO: ==6851== Releasing lock...
[2026-09-11 17:16:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 17:16:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 17:16:03] Production.INFO: Date 2026-09-10
[2026-09-11 17:16:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:16:03] Production.INFO: Date 2026-09-11
[2026-09-11 17:16:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:16:04] Production.INFO: Total Charge 0
[2026-09-11 17:16:04] Production.INFO: CreateAllLog End
[2026-09-11 17:16:04] Production.INFO: Account Balance End.
[2026-09-11 17:16:04] Production.ERROR: CronJobId end 12
[2026-09-11 17:16:04] Production.INFO: ==6849== Releasing lock...
[2026-09-11 17:16:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 17:16:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 17:16:04] Production.INFO: ==6845== Releasing lock...
[2026-09-11 17:16:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 17:16:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 17:16:11] Production.ERROR: CronJobId end10
[2026-09-11 17:16:11] Production.INFO: ==6847== Releasing lock...
[2026-09-11 17:16:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 17:16:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 17:16:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 17:16:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 17:16:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 17:16:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 17:16:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 17:16:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 17:16:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 17:16:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 17:16:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 17:16:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 17:16:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 17:16:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 17:16:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 17:16:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 17:16:14] Production.INFO: call_cost start
[2026-09-11 17:16:14] Production.INFO: call_cost end
[2026-09-11 17:16:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 17:16:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 17:16:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 17:16:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 17:16:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 17:16:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 17:16:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 17:16:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 17:16:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 17:16:14] Production.INFO: ==6842== Releasing lock...
[2026-09-11 17:16:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 17:16:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 22:17:01] Production.INFO: ==6908== Lock acquired, processing the job...
[2026-09-11 22:17:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 22:17:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 22:17:01] Production.INFO: neon service started
[2026-09-11 22:17:01] Production.INFO: neon service started
[2026-09-11 22:17:01] Production.INFO: ==6908== Releasing lock...
[2026-09-11 22:17:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 22:17:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 17:17:01] Production.INFO: ==6910== Lock acquired, processing the job...
[2026-09-11 17:17:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 21:17:02] Production.INFO: ==6912== Lock acquired, processing the job...
[2026-09-11 21:17:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 21:17:02] Production.INFO: ==6912== Releasing lock...
[2026-09-11 21:17:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 21:17:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 17:17:02] Production.INFO: ==6910== Releasing lock...
[2026-09-11 17:17:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 17:17:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 17:17:02] Production.INFO: ==6914== Lock acquired, processing the job...
[2026-09-11 17:17:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 17:17:02] Production.INFO: ==6916== Lock acquired, processing the job...
[2026-09-11 17:17:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 17:17:02] Production.INFO: ==6918== Lock acquired, processing the job...
[2026-09-11 17:17:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 17:17:02] Production.INFO: ==6920== Lock acquired, processing the job...
[2026-09-11 17:17:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 17:17:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 17:17:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 17:17:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 17:17:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 17:17:03] Production.INFO: Account Balance Start.
[2026-09-11 17:17:03] Production.INFO: CreateAllLog Start
[2026-09-11 17:17:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 17:17:03] Production.INFO: ==6922== Lock acquired, processing the job...
[2026-09-11 17:17:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 17:17:03] Production.INFO: 117
[2026-09-11 17:17:03] Production.INFO: Date 2026-09-08
[2026-09-11 17:17:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:17:03] Production.INFO: Date 2026-09-09
[2026-09-11 17:17:03] Production.INFO: Reseller ==> 0
[2026-09-11 17: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-09-11 17: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-09-11 17:17:03] Production.INFO: Date 2026-09-10
[2026-09-11 17:17:03] Production.INFO: Reseller ==> 0
[2026-09-11 17: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-09-11 17:17:03] Production.INFO: Date 2026-09-11
[2026-09-11 17:17:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:17:03] Production.INFO: ==6922== Releasing lock...
[2026-09-11 17:17:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 17:17:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 17:17:03] Production.INFO: Total Charge 0
[2026-09-11 17:17:03] Production.INFO: CreateAllLog End
[2026-09-11 17:17:03] Production.INFO: Account Balance End.
[2026-09-11 17:17:03] Production.ERROR: CronJobId end 12
[2026-09-11 17:17:03] Production.INFO: ==6920== Releasing lock...
[2026-09-11 17:17:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 17:17:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 17:17:03] Production.INFO: ==6916== Releasing lock...
[2026-09-11 17:17:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 17:17:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 17:17:12] Production.ERROR: CronJobId end10
[2026-09-11 17:17:12] Production.INFO: ==6918== Releasing lock...
[2026-09-11 17:17:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 17:17:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 17:17:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 17:17:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 17:17:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 17:17:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 17:17:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 17:17:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 17:17:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 17:17:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 17:17:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 17:17:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 17:17:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 17:17:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 17:17:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 17:17:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 17:17:14] Production.INFO: call_cost start
[2026-09-11 17:17:14] Production.INFO: call_cost end
[2026-09-11 17:17:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 17:17:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 17:17:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 17:17:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 17:17:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 17:17:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 17:17:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 17:17:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 17:17:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 17:17:14] Production.INFO: ==6914== Releasing lock...
[2026-09-11 17:17:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 17:17:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 22:18:01] Production.INFO: ==6976== Lock acquired, processing the job...
[2026-09-11 22:18:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 22:18:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 22:18:01] Production.INFO: neon service started
[2026-09-11 22:18:01] Production.INFO: neon service started
[2026-09-11 22:18:01] Production.INFO: ==6976== Releasing lock...
[2026-09-11 22:18:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 22:18:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 17:18:02] Production.INFO: ==6978== Lock acquired, processing the job...
[2026-09-11 17:18:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 17:18:02] Production.INFO: ==6978== Releasing lock...
[2026-09-11 17:18:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 17:18:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 21:18:02] Production.INFO: ==6980== Lock acquired, processing the job...
[2026-09-11 21:18:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 21:18:02] Production.INFO: ==6980== Releasing lock...
[2026-09-11 21:18:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 21:18:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 17:18:03] Production.INFO: ==6983== Lock acquired, processing the job...
[2026-09-11 17:18:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 17:18:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 17:18:03] Production.INFO: ==6987== Lock acquired, processing the job...
[2026-09-11 17:18:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 17:18:03] Production.INFO: ==6985== Lock acquired, processing the job...
[2026-09-11 17:18:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 17:18:03] Production.INFO: ==6991== Lock acquired, processing the job...
[2026-09-11 17:18:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 17:18:03] Production.INFO: ==6989== Lock acquired, processing the job...
[2026-09-11 17:18:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 17:18:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 17:18:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 17:18:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 17:18:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 17: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-09-11 17: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-09-11 17: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-09-11 17:18:03] Production.INFO: ==6991== Releasing lock...
[2026-09-11 17:18:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 17:18:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 17:18:03] Production.INFO: Account Balance Start.
[2026-09-11 17:18:03] Production.INFO: CreateAllLog Start
[2026-09-11 17:18:03] Production.INFO: 117
[2026-09-11 17:18:03] Production.INFO: Date 2026-09-08
[2026-09-11 17:18:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:18:03] Production.INFO: Date 2026-09-09
[2026-09-11 17:18:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:18:03] Production.INFO: Date 2026-09-10
[2026-09-11 17:18:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:18:03] Production.INFO: Date 2026-09-11
[2026-09-11 17:18:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:18:03] Production.INFO: Total Charge 0
[2026-09-11 17:18:03] Production.INFO: CreateAllLog End
[2026-09-11 17:18:04] Production.INFO: Account Balance End.
[2026-09-11 17:18:04] Production.ERROR: CronJobId end 12
[2026-09-11 17:18:04] Production.INFO: ==6989== Releasing lock...
[2026-09-11 17:18:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 17:18:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 17:18:04] Production.INFO: ==6985== Releasing lock...
[2026-09-11 17:18:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 17:18:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 17:18:12] Production.ERROR: CronJobId end10
[2026-09-11 17:18:12] Production.INFO: ==6987== Releasing lock...
[2026-09-11 17:18:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 17:18:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 17:18:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 17:18:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 17:18:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 17:18:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 17:18:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 17:18:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 17:18:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 17:18:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 17:18:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 17:18:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 17:18:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 17:18:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 17:18:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 17:18:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 17:18:14] Production.INFO: call_cost start
[2026-09-11 17:18:14] Production.INFO: call_cost end
[2026-09-11 17:18:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 17:18:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 17:18:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 17:18:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 17:18:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 17:18:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 17:18:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 17:18:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 17:18:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 17:18:14] Production.INFO: ==6983== Releasing lock...
[2026-09-11 17:18:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 17:18:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 22:19:02] Production.INFO: ==7052== Lock acquired, processing the job...
[2026-09-11 22:19:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 22:19:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 22:19:02] Production.INFO: neon service started
[2026-09-11 22:19:02] Production.INFO: neon service started
[2026-09-11 22:19:02] Production.INFO: ==7052== Releasing lock...
[2026-09-11 22:19:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 22:19:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 17:19:02] Production.INFO: ==7055== Lock acquired, processing the job...
[2026-09-11 17:19:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 17:19:02] Production.INFO: ==7055== Releasing lock...
[2026-09-11 17:19:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 17:19:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 21:19:03] Production.INFO: ==7057== Lock acquired, processing the job...
[2026-09-11 21:19:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 21:19:03] Production.INFO: ==7057== Releasing lock...
[2026-09-11 21:19:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 21:19:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 17:19:03] Production.INFO: ==7061== Lock acquired, processing the job...
[2026-09-11 17:19:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 17:19:03] Production.INFO: ==7059== Lock acquired, processing the job...
[2026-09-11 17:19:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 17:19:03] Production.INFO: ==7067== Lock acquired, processing the job...
[2026-09-11 17:19:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 17:19:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 17:19:03] Production.INFO: ==7063== Lock acquired, processing the job...
[2026-09-11 17:19:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 17:19:03] Production.INFO: ==7065== Lock acquired, processing the job...
[2026-09-11 17:19:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 17: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-09-11 17: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-09-11 17:19:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 17:19:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 17:19:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 17:19:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 17: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-09-11 17:19:04] Production.INFO: ==7067== Releasing lock...
[2026-09-11 17:19:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 17:19:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 17:19:04] Production.INFO: Account Balance Start.
[2026-09-11 17:19:04] Production.INFO: CreateAllLog Start
[2026-09-11 17:19:04] Production.INFO: 117
[2026-09-11 17:19:04] Production.INFO: Date 2026-09-08
[2026-09-11 17:19:04] Production.INFO: Reseller ==> 0
[2026-09-11 17:19:04] Production.INFO: Date 2026-09-09
[2026-09-11 17:19:04] Production.INFO: Reseller ==> 0
[2026-09-11 17:19:04] Production.INFO: Date 2026-09-10
[2026-09-11 17:19:04] Production.INFO: Reseller ==> 0
[2026-09-11 17:19:04] Production.INFO: Date 2026-09-11
[2026-09-11 17:19:04] Production.INFO: Reseller ==> 0
[2026-09-11 17:19:04] Production.INFO: Total Charge 0
[2026-09-11 17:19:04] Production.INFO: CreateAllLog End
[2026-09-11 17:19:04] Production.INFO: Account Balance End.
[2026-09-11 17:19:04] Production.ERROR: CronJobId end 12
[2026-09-11 17:19:04] Production.INFO: ==7065== Releasing lock...
[2026-09-11 17:19:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 17:19:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 17:19:04] Production.INFO: ==7061== Releasing lock...
[2026-09-11 17:19:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 17:19:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 17:19:12] Production.ERROR: CronJobId end10
[2026-09-11 17:19:12] Production.INFO: ==7063== Releasing lock...
[2026-09-11 17:19:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 17:19:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 17:19:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 17:19:15] Production.INFO: ============== Balance Warning START===========
[2026-09-11 17:19:15] Production.INFO: ============== Balance Warning END===========
[2026-09-11 17:19:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 17:19:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 17:19:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 17:19:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 17:19:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 17:19:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 17:19:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 17:19:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 17:19:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 17:19:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 17:19:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 17:19:15] Production.INFO: call_cost start
[2026-09-11 17:19:15] Production.INFO: call_cost end
[2026-09-11 17:19:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 17:19:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 17:19:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 17:19:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 17:19:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 17:19:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 17:19:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 17:19:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 17:19:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 17:19:15] Production.INFO: ==7059== Releasing lock...
[2026-09-11 17:19:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 17:19:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 22:20:01] Production.INFO: ==7127== Lock acquired, processing the job...
[2026-09-11 22:20:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 22:20:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 22:20:01] Production.INFO: neon service started
[2026-09-11 22:20:01] Production.INFO: neon service started
[2026-09-11 22:20:01] Production.INFO: ==7127== Releasing lock...
[2026-09-11 22:20:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 22:20:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 17:20:02] Production.INFO: ==7129== Lock acquired, processing the job...
[2026-09-11 17:20:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 17:20:02] Production.INFO: ==7129== Releasing lock...
[2026-09-11 17:20:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 17:20:02] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 21:20:02] Production.INFO: ==7131== Lock acquired, processing the job...
[2026-09-11 21:20:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 21:20:02] Production.INFO: ==7131== Releasing lock...
[2026-09-11 21:20:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 21:20:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 17:20:03] Production.INFO: ==7133== Lock acquired, processing the job...
[2026-09-11 17:20:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 17:20:03] Production.INFO: ==7135== Lock acquired, processing the job...
[2026-09-11 17:20:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 17:20:03] Production.INFO: ==7139== Lock acquired, processing the job...
[2026-09-11 17:20:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 17:20:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 17:20:03] Production.INFO: Account Balance Start.
[2026-09-11 17:20:03] Production.INFO: CreateAllLog Start
[2026-09-11 17:20:03] Production.INFO: 117
[2026-09-11 17:20:03] Production.INFO: ==7137== Lock acquired, processing the job...
[2026-09-11 17:20:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 17:20:03] Production.INFO: Date 2026-09-08
[2026-09-11 17:20:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:20:03] Production.INFO: ==7141== Lock acquired, processing the job...
[2026-09-11 17:20:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 17:20:03] Production.INFO: Date 2026-09-09
[2026-09-11 17:20:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:20:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 17:20:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 17:20:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 17:20:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 17:20:03] Production.INFO: Date 2026-09-10
[2026-09-11 17:20:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:20:03] Production.INFO: Date 2026-09-11
[2026-09-11 17:20:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:20:03] Production.INFO: Total Charge 0
[2026-09-11 17:20:03] Production.INFO: CreateAllLog End
[2026-09-11 17: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-09-11 17: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-09-11 17:20:03] Production.INFO: Account Balance End.
[2026-09-11 17: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-09-11 17:20:03] Production.INFO: ==7141== Releasing lock...
[2026-09-11 17:20:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 17:20:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 17:20:03] Production.ERROR: CronJobId end 12
[2026-09-11 17:20:03] Production.INFO: ==7139== Releasing lock...
[2026-09-11 17:20:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 17:20:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 17:20:03] Production.INFO: ==7135== Releasing lock...
[2026-09-11 17:20:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 17:20:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 17:20:11] Production.ERROR: CronJobId end10
[2026-09-11 17:20:11] Production.INFO: ==7137== Releasing lock...
[2026-09-11 17:20:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 17:20:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 17:20:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 17:20:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 17:20:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 17:20:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 17:20:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 17:20:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 17:20:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 17:20:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 17:20:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 17:20:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 17:20:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 17:20:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 17:20:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 17:20:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 17:20:14] Production.INFO: call_cost start
[2026-09-11 17:20:14] Production.INFO: call_cost end
[2026-09-11 17:20:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 17:20:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 17:20:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 17:20:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 17:20:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 17:20:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 17:20:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 17:20:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 17:20:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 17:20:14] Production.INFO: ==7133== Releasing lock...
[2026-09-11 17:20:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 17:20:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 22:21:02] Production.INFO: ==7202== Lock acquired, processing the job...
[2026-09-11 22:21:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 22:21:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 22:21:02] Production.INFO: neon service started
[2026-09-11 22:21:02] Production.INFO: neon service started
[2026-09-11 22:21:02] Production.INFO: ==7202== Releasing lock...
[2026-09-11 22:21:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 22:21:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 21:21:02] Production.INFO: ==7206== Lock acquired, processing the job...
[2026-09-11 21:21:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 21:21:02] Production.INFO: ==7206== Releasing lock...
[2026-09-11 21:21:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 21:21:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 17:21:02] Production.INFO: ==7204== Lock acquired, processing the job...
[2026-09-11 17:21:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 17:21:02] Production.INFO: ==7204== Releasing lock...
[2026-09-11 17:21:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 17:21:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 17:21:03] Production.INFO: ==7209== Lock acquired, processing the job...
[2026-09-11 17:21:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 17:21:03] Production.INFO: ==7213== Lock acquired, processing the job...
[2026-09-11 17:21:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 17:21:03] Production.INFO: ==7211== Lock acquired, processing the job...
[2026-09-11 17:21:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 17:21:03] Production.INFO: ==7217== Lock acquired, processing the job...
[2026-09-11 17:21:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 17:21:03] Production.INFO: ==7215== Lock acquired, processing the job...
[2026-09-11 17:21:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 17:21:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 17:21:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 17:21:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 17:21:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 17:21:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 17: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-09-11 17: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-09-11 17: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-09-11 17:21:03] Production.INFO: ==7217== Releasing lock...
[2026-09-11 17:21:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 17:21:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 17:21:03] Production.INFO: Account Balance Start.
[2026-09-11 17:21:03] Production.INFO: CreateAllLog Start
[2026-09-11 17:21:03] Production.INFO: 117
[2026-09-11 17:21:04] Production.INFO: Date 2026-09-08
[2026-09-11 17:21:04] Production.INFO: Reseller ==> 0
[2026-09-11 17:21:04] Production.INFO: Date 2026-09-09
[2026-09-11 17:21:04] Production.INFO: Reseller ==> 0
[2026-09-11 17:21:04] Production.INFO: Date 2026-09-10
[2026-09-11 17:21:04] Production.INFO: Reseller ==> 0
[2026-09-11 17:21:04] Production.INFO: Date 2026-09-11
[2026-09-11 17:21:04] Production.INFO: Reseller ==> 0
[2026-09-11 17:21:04] Production.INFO: Total Charge 0
[2026-09-11 17:21:04] Production.INFO: CreateAllLog End
[2026-09-11 17:21:04] Production.INFO: Account Balance End.
[2026-09-11 17:21:04] Production.ERROR: CronJobId end 12
[2026-09-11 17:21:04] Production.INFO: ==7215== Releasing lock...
[2026-09-11 17:21:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 17:21:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 17:21:04] Production.INFO: ==7211== Releasing lock...
[2026-09-11 17:21:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 17:21:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 17:21:12] Production.ERROR: CronJobId end10
[2026-09-11 17:21:12] Production.INFO: ==7213== Releasing lock...
[2026-09-11 17:21:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 17:21:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 17:21:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 17:21:15] Production.INFO: ============== Balance Warning START===========
[2026-09-11 17:21:15] Production.INFO: ============== Balance Warning END===========
[2026-09-11 17:21:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 17:21:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 17:21:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 17:21:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 17:21:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 17:21:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 17:21:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 17:21:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 17:21:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 17:21:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 17:21:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 17:21:15] Production.INFO: call_cost start
[2026-09-11 17:21:15] Production.INFO: call_cost end
[2026-09-11 17:21:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 17:21:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 17:21:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 17:21:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 17:21:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 17:21:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 17:21:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 17:21:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 17:21:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 17:21:15] Production.INFO: ==7209== Releasing lock...
[2026-09-11 17:21:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 17:21:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 22:22:01] Production.INFO: ==7272== Lock acquired, processing the job...
[2026-09-11 22:22:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 22:22:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 22:22:01] Production.INFO: neon service started
[2026-09-11 22:22:01] Production.INFO: neon service started
[2026-09-11 22:22:01] Production.INFO: ==7272== Releasing lock...
[2026-09-11 22:22:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 22:22:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 17:22:02] Production.INFO: ==7275== Lock acquired, processing the job...
[2026-09-11 17:22:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 21:22:02] Production.INFO: ==7277== Lock acquired, processing the job...
[2026-09-11 21:22:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 21:22:02] Production.INFO: ==7277== Releasing lock...
[2026-09-11 21:22:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 21:22:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 17:22:02] Production.INFO: ==7275== Releasing lock...
[2026-09-11 17:22:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 17:22:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 17:22:03] Production.INFO: ==7279== Lock acquired, processing the job...
[2026-09-11 17:22:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 17:22:03] Production.INFO: ==7285== Lock acquired, processing the job...
[2026-09-11 17:22:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 17:22:03] Production.INFO: ==7281== Lock acquired, processing the job...
[2026-09-11 17:22:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 17:22:03] Production.INFO: ==7283== Lock acquired, processing the job...
[2026-09-11 17:22:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 17:22:03] Production.INFO: Account Balance Start.
[2026-09-11 17:22:03] Production.INFO: CreateAllLog Start
[2026-09-11 17:22:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 17:22:03] Production.INFO: ==7287== Lock acquired, processing the job...
[2026-09-11 17:22:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 17:22:03] Production.INFO: 117
[2026-09-11 17:22:03] Production.INFO: Date 2026-09-08
[2026-09-11 17:22:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:22:03] Production.INFO: Date 2026-09-09
[2026-09-11 17:22:03] Production.INFO: Reseller ==> 0
[2026-09-11 17: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-09-11 17: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-09-11 17:22:03] Production.INFO: Date 2026-09-10
[2026-09-11 17:22:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:22:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 17:22:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 17:22:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 17:22:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 17: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-09-11 17:22:03] Production.INFO: ==7287== Releasing lock...
[2026-09-11 17:22:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 17:22:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 17:22:03] Production.INFO: Date 2026-09-11
[2026-09-11 17:22:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:22:03] Production.INFO: Total Charge 0
[2026-09-11 17:22:03] Production.INFO: CreateAllLog End
[2026-09-11 17:22:03] Production.INFO: Account Balance End.
[2026-09-11 17:22:03] Production.ERROR: CronJobId end 12
[2026-09-11 17:22:03] Production.INFO: ==7285== Releasing lock...
[2026-09-11 17:22:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 17:22:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 17:22:03] Production.INFO: ==7281== Releasing lock...
[2026-09-11 17:22:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 17:22:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 17:22:11] Production.ERROR: CronJobId end10
[2026-09-11 17:22:11] Production.INFO: ==7283== Releasing lock...
[2026-09-11 17:22:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 17:22:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 17:22:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 17:22:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 17:22:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 17:22:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 17:22:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 17:22:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 17:22:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 17:22:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 17:22:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 17:22:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 17:22:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 17:22:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 17:22:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 17:22:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 17:22:15] Production.INFO: call_cost start
[2026-09-11 17:22:15] Production.INFO: call_cost end
[2026-09-11 17:22:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 17:22:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 17:22:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 17:22:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 17:22:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 17:22:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 17:22:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 17:22:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 17:22:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 17:22:15] Production.INFO: ==7279== Releasing lock...
[2026-09-11 17:22:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 17:22:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 22:23:02] Production.INFO: ==7342== Lock acquired, processing the job...
[2026-09-11 22:23:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 22:23:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 22:23:02] Production.INFO: neon service started
[2026-09-11 22:23:02] Production.INFO: neon service started
[2026-09-11 22:23:02] Production.INFO: ==7342== Releasing lock...
[2026-09-11 22:23:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 22:23:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 17:23:02] Production.INFO: ==7344== Lock acquired, processing the job...
[2026-09-11 17:23:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 17:23:02] Production.INFO: ==7344== Releasing lock...
[2026-09-11 17:23:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 17:23:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 21:23:02] Production.INFO: ==7346== Lock acquired, processing the job...
[2026-09-11 21:23:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 21:23:02] Production.INFO: ==7346== Releasing lock...
[2026-09-11 21:23:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 21:23:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 17:23:03] Production.INFO: ==7351== Lock acquired, processing the job...
[2026-09-11 17:23:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 17:23:03] Production.INFO: ==7355== Lock acquired, processing the job...
[2026-09-11 17:23:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 17:23:03] Production.INFO: ==7353== Lock acquired, processing the job...
[2026-09-11 17:23:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 17:23:03] Production.INFO: Account Balance Start.
[2026-09-11 17:23:03] Production.INFO: CreateAllLog Start
[2026-09-11 17:23:03] Production.INFO: 117
[2026-09-11 17:23:03] Production.INFO: Date 2026-09-08
[2026-09-11 17:23:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 17:23:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 17:23:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 17:23:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 17:23:03] Production.INFO: ==7349== Lock acquired, processing the job...
[2026-09-11 17:23:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 17:23:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:23:03] Production.INFO: Date 2026-09-09
[2026-09-11 17:23:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:23:03] Production.INFO: ==7357== Lock acquired, processing the job...
[2026-09-11 17:23:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 17:23:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 17:23:03] Production.INFO: Date 2026-09-10
[2026-09-11 17:23:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:23:03] Production.INFO: Date 2026-09-11
[2026-09-11 17:23:03] Production.INFO: Reseller ==> 0
[2026-09-11 17: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-09-11 17: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-09-11 17:23:03] Production.INFO: Total Charge 0
[2026-09-11 17:23:03] Production.INFO: CreateAllLog End
[2026-09-11 17: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-09-11 17:23:03] Production.INFO: ==7357== Releasing lock...
[2026-09-11 17:23:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 17:23:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 17:23:03] Production.INFO: Account Balance End.
[2026-09-11 17:23:03] Production.ERROR: CronJobId end 12
[2026-09-11 17:23:03] Production.INFO: ==7355== Releasing lock...
[2026-09-11 17:23:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 17:23:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 17:23:04] Production.INFO: ==7351== Releasing lock...
[2026-09-11 17:23:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 17:23:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 17:23:12] Production.ERROR: CronJobId end10
[2026-09-11 17:23:12] Production.INFO: ==7353== Releasing lock...
[2026-09-11 17:23:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 17:23:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 17:23:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 17:23:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 17:23:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 17:23:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 17:23:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 17:23:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 17:23:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 17:23:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 17:23:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 17:23:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 17:23:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 17:23:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 17:23:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 17:23:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 17:23:14] Production.INFO: call_cost start
[2026-09-11 17:23:14] Production.INFO: call_cost end
[2026-09-11 17:23:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 17:23:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 17:23:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 17:23:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 17:23:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 17:23:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 17:23:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 17:23:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 17:23:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 17:23:14] Production.INFO: ==7349== Releasing lock...
[2026-09-11 17:23:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 17:23:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 22:24:01] Production.INFO: ==7412== Lock acquired, processing the job...
[2026-09-11 22:24:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 22:24:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 22:24:01] Production.INFO: neon service started
[2026-09-11 22:24:01] Production.INFO: neon service started
[2026-09-11 22:24:01] Production.INFO: ==7412== Releasing lock...
[2026-09-11 22:24:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 22:24:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 21:24:01] Production.INFO: ==7416== Lock acquired, processing the job...
[2026-09-11 21:24:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 21:24:01] Production.INFO: ==7416== Releasing lock...
[2026-09-11 21:24:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 21:24:01] Production.INFO: 25 MB #Memory Used#
[2026-09-11 17:24:01] Production.INFO: ==7414== Lock acquired, processing the job...
[2026-09-11 17:24:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 17:24:02] Production.INFO: ==7414== Releasing lock...
[2026-09-11 17:24:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 17:24:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 17:24:02] Production.INFO: ==7421== Lock acquired, processing the job...
[2026-09-11 17:24:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 17:24:03] Production.INFO: ==7419== Lock acquired, processing the job...
[2026-09-11 17:24:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 17:24:03] Production.INFO: ==7423== Lock acquired, processing the job...
[2026-09-11 17:24:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 17:24:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 17:24:03] Production.INFO: ==7427== Lock acquired, processing the job...
[2026-09-11 17:24:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 17:24:03] Production.INFO: ==7425== Lock acquired, processing the job...
[2026-09-11 17:24:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 17:24:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 17:24:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 17:24:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 17:24:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 17:24:03] Production.INFO: Account Balance Start.
[2026-09-11 17:24:03] Production.INFO: CreateAllLog Start
[2026-09-11 17:24:03] Production.INFO: 117
[2026-09-11 17:24:03] Production.INFO: Date 2026-09-08
[2026-09-11 17:24:03] Production.INFO: Reseller ==> 0
[2026-09-11 17: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-09-11 17: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-09-11 17: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-09-11 17:24:03] Production.INFO: Date 2026-09-09
[2026-09-11 17:24:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:24:03] Production.INFO: ==7427== Releasing lock...
[2026-09-11 17:24:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 17:24:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 17:24:03] Production.INFO: Date 2026-09-10
[2026-09-11 17:24:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:24:03] Production.INFO: Date 2026-09-11
[2026-09-11 17:24:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:24:03] Production.INFO: Total Charge 0
[2026-09-11 17:24:03] Production.INFO: CreateAllLog End
[2026-09-11 17:24:03] Production.INFO: ==7421== Releasing lock...
[2026-09-11 17:24:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 17:24:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 17:24:03] Production.INFO: Account Balance End.
[2026-09-11 17:24:03] Production.ERROR: CronJobId end 12
[2026-09-11 17:24:03] Production.INFO: ==7425== Releasing lock...
[2026-09-11 17:24:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 17:24:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 17:24:11] Production.ERROR: CronJobId end10
[2026-09-11 17:24:11] Production.INFO: ==7423== Releasing lock...
[2026-09-11 17:24:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 17:24:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 17:24:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 17:24:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 17:24:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 17:24:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 17:24:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 17:24:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 17:24:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 17:24:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 17:24:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 17:24:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 17:24:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 17:24:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 17:24:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 17:24:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 17:24:13] Production.INFO: call_cost start
[2026-09-11 17:24:13] Production.INFO: call_cost end
[2026-09-11 17:24:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 17:24:13] Production.INFO: ============== Report Schedule START===========
[2026-09-11 17:24:13] Production.INFO: ============== Report Schedule END===========
[2026-09-11 17:24:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 17:24:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 17:24:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 17:24:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 17:24:13] Production.INFO: ============== Deal alert START===========
[2026-09-11 17:24:13] Production.INFO: ============== Deal alert END===========
[2026-09-11 17:24:13] Production.INFO: ==7419== Releasing lock...
[2026-09-11 17:24:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 17:24:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 22:25:01] Production.INFO: ==7482== Lock acquired, processing the job...
[2026-09-11 22:25:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 22:25:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 22:25:01] Production.INFO: neon service started
[2026-09-11 22:25:01] Production.INFO: neon service started
[2026-09-11 22:25:01] Production.INFO: ==7482== Releasing lock...
[2026-09-11 22:25:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 22:25:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 17:25:02] Production.INFO: ==7484== Lock acquired, processing the job...
[2026-09-11 17:25:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 17:25:02] Production.INFO: ==7484== Releasing lock...
[2026-09-11 17:25:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 17:25:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 21:25:02] Production.INFO: ==7486== Lock acquired, processing the job...
[2026-09-11 21:25:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 21:25:02] Production.INFO: ==7486== Releasing lock...
[2026-09-11 21:25:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 21:25:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 17:25:03] Production.INFO: ==7488== Lock acquired, processing the job...
[2026-09-11 17:25:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-11 17:25:03] Production.INFO: ==7495== Lock acquired, processing the job...
[2026-09-11 17:25:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 17:25:03] Production.INFO: ==7490== Lock acquired, processing the job...
[2026-09-11 17:25:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 17:25:03] Production.INFO: ==7493== Lock acquired, processing the job...
[2026-09-11 17:25:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 17:25:03] Production.ERROR: ========================== active cronjob start =============================
[2026-09-11 17:25:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-11 17:25:03] Production.ERROR: CronJob PID - 7495
[2026-09-11 17:25:03] Production.ERROR: CronJob Title - Create Customer Summary Live
[2026-09-11 17:25:03] Production.ERROR: CronJob ID - 10
[2026-09-11 17:25:03] Production.ERROR: CronJob Last Run Time 2026-09-11 17:25:00
[2026-09-11 17:25:03] Production.ERROR: CronJob Active Minutes 0
[2026-09-11 17:25:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-11 17:25:03] Production.ERROR: ========================== active cronjob end =============================
[2026-09-11 17:25:03] Production.INFO: ==7488== Releasing lock...
[2026-09-11 17:25:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-11 17:25:03] Production.INFO: 25.5 MB #Memory Used#
[2026-09-11 17:25:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 17:25:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 17:25:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 17:25:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 17:25:03] Production.INFO: ==7499== Lock acquired, processing the job...
[2026-09-11 17:25:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-11 17:25:03] Production.INFO: ==7497== Lock acquired, processing the job...
[2026-09-11 17:25:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 17:25:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 17:25:03] Production.ERROR: tblTempUsageDetail_20
[2026-09-11 17:25:03] Production.INFO: ==7501== Lock acquired, processing the job...
[2026-09-11 17:25:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 17:25:03] Production.INFO: Account Balance Start.
[2026-09-11 17:25:03] Production.INFO: CreateAllLog Start
[2026-09-11 17:25:03] Production.INFO: 117
[2026-09-11 17:25:03] Production.INFO: Date 2026-09-08
[2026-09-11 17:25:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:25:03] Production.INFO: Date 2026-09-09
[2026-09-11 17:25:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:25:04] Production.ERROR: done
[2026-09-11 17:25:04] Production.INFO: Date 2026-09-10
[2026-09-11 17:25:04] Production.INFO: Reseller ==> 0
[2026-09-11 17: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-09-11 17: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-09-11 17: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-09-11 17:25:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-11 17:25:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17985650', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) start
[2026-09-11 17:25:04] Production.INFO: ==7501== Releasing lock...
[2026-09-11 17:25:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 17:25:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 17:25:04] Production.INFO: Date 2026-09-11
[2026-09-11 17:25:04] Production.INFO: Reseller ==> 0
[2026-09-11 17:25:04] Production.INFO: Total Charge 0
[2026-09-11 17:25:04] Production.INFO: CreateAllLog End
[2026-09-11 17:25:04] Production.INFO: Account Balance End.
[2026-09-11 17:25:04] Production.ERROR: CronJobId end 12
[2026-09-11 17:25:04] Production.INFO: ==7497== Releasing lock...
[2026-09-11 17:25:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 17:25:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 17:25:04] Production.INFO: ==7493== Releasing lock...
[2026-09-11 17:25:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 17:25:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 17:25:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17985650', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) end
[2026-09-11 17:25:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-11 17:25:10] Production.INFO: ProcessCDR(1,17985650,1,1,2)
[2026-09-11 17:25:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17985650,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 17:25:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17985650,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 17:25:10] Production.ERROR: pbx prc_insertCDR start
[2026-09-11 17:25:10] Production.ERROR: pbx prc_insertCDR end
[2026-09-11 17:25:10] Production.INFO: ==7499== Releasing lock...
[2026-09-11 17:25:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-11 17:25:10] Production.INFO: 26 MB #Memory Used#
[2026-09-11 17:25:14] Production.ERROR: CronJobId end10
[2026-09-11 17:25:14] Production.INFO: ==7495== Releasing lock...
[2026-09-11 17:25:14] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 17:25:14] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 17:25:17] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 17:25:17] Production.INFO: ============== Balance Warning START===========
[2026-09-11 17:25:17] Production.INFO: ============== Balance Warning END===========
[2026-09-11 17:25:17] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 17:25:17] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 17:25:17] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 17:25:17] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 17:25:17] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 17:25:17] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 17:25:17] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 17:25:17] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 17:25:17] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 17:25:17] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 17:25:17] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 17:25:17] Production.INFO: call_cost start
[2026-09-11 17:25:17] Production.INFO: call_cost end
[2026-09-11 17:25:17] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 17:25:17] Production.INFO: ============== Report Schedule START===========
[2026-09-11 17:25:17] Production.INFO: ============== Report Schedule END===========
[2026-09-11 17:25:17] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 17:25:17] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 17:25:17] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 17:25:17] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 17:25:17] Production.INFO: ============== Deal alert START===========
[2026-09-11 17:25:17] Production.INFO: ============== Deal alert END===========
[2026-09-11 17:25:17] Production.INFO: ==7490== Releasing lock...
[2026-09-11 17:25:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 17:25:17] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 22:26:02] Production.INFO: ==7556== Lock acquired, processing the job...
[2026-09-11 22:26:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 22:26:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 22:26:02] Production.INFO: neon service started
[2026-09-11 22:26:02] Production.INFO: neon service started
[2026-09-11 22:26:02] Production.INFO: ==7556== Releasing lock...
[2026-09-11 22:26:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 22:26:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 17:26:02] Production.INFO: ==7558== Lock acquired, processing the job...
[2026-09-11 17:26:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 17:26:02] Production.INFO: ==7558== Releasing lock...
[2026-09-11 17:26:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 17:26:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 21:26:03] Production.INFO: ==7560== Lock acquired, processing the job...
[2026-09-11 21:26:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 21:26:03] Production.INFO: ==7560== Releasing lock...
[2026-09-11 21:26:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 21:26:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 17:26:03] Production.INFO: ==7562== Lock acquired, processing the job...
[2026-09-11 17:26:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 17:26:03] Production.INFO: ==7568== Lock acquired, processing the job...
[2026-09-11 17:26:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 17:26:03] Production.INFO: ==7566== Lock acquired, processing the job...
[2026-09-11 17:26:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 17:26:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 17:26:03] Production.INFO: Account Balance Start.
[2026-09-11 17:26:03] Production.INFO: CreateAllLog Start
[2026-09-11 17:26:03] Production.INFO: 117
[2026-09-11 17:26:03] Production.INFO: Date 2026-09-08
[2026-09-11 17:26:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:26:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 17:26:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 17:26:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 17:26:03] Production.INFO: ==7564== Lock acquired, processing the job...
[2026-09-11 17:26:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 17:26:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 17:26:03] Production.INFO: Date 2026-09-09
[2026-09-11 17:26:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:26:03] Production.INFO: Date 2026-09-10
[2026-09-11 17:26:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:26:03] Production.INFO: ==7571== Lock acquired, processing the job...
[2026-09-11 17:26:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 17:26:03] Production.INFO: Date 2026-09-11
[2026-09-11 17:26:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:26:03] Production.INFO: Total Charge 0
[2026-09-11 17:26:03] Production.INFO: CreateAllLog End
[2026-09-11 17: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-09-11 17: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-09-11 17: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-09-11 17:26:04] Production.INFO: ==7571== Releasing lock...
[2026-09-11 17:26:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 17:26:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 17:26:04] Production.INFO: Account Balance End.
[2026-09-11 17:26:04] Production.ERROR: CronJobId end 12
[2026-09-11 17:26:04] Production.INFO: ==7568== Releasing lock...
[2026-09-11 17:26:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 17:26:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 17:26:04] Production.INFO: ==7564== Releasing lock...
[2026-09-11 17:26:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 17:26:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 17:26:11] Production.ERROR: CronJobId end10
[2026-09-11 17:26:11] Production.INFO: ==7566== Releasing lock...
[2026-09-11 17:26:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 17:26:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 17:26:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 17:26:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 17:26:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 17:26:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 17:26:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 17:26:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 17:26:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 17:26:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 17:26:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 17:26:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 17:26:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 17:26:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 17:26:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 17:26:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 17:26:14] Production.INFO: call_cost start
[2026-09-11 17:26:14] Production.INFO: call_cost end
[2026-09-11 17:26:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 17:26:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 17:26:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 17:26:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 17:26:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 17:26:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 17:26:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 17:26:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 17:26:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 17:26:14] Production.INFO: ==7562== Releasing lock...
[2026-09-11 17:26:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 17:26:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 22:27:01] Production.INFO: ==7626== Lock acquired, processing the job...
[2026-09-11 22:27:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 22:27:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 22:27:01] Production.INFO: neon service started
[2026-09-11 22:27:01] Production.INFO: neon service started
[2026-09-11 22:27:01] Production.INFO: ==7626== Releasing lock...
[2026-09-11 22:27:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 22:27:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 21:27:02] Production.INFO: ==7630== Lock acquired, processing the job...
[2026-09-11 21:27:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 21:27:02] Production.INFO: ==7630== Releasing lock...
[2026-09-11 21:27:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 21:27:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 17:27:02] Production.INFO: ==7628== Lock acquired, processing the job...
[2026-09-11 17:27:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 17:27:02] Production.INFO: ==7628== Releasing lock...
[2026-09-11 17:27:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 17:27:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 17:27:03] Production.INFO: ==7632== Lock acquired, processing the job...
[2026-09-11 17:27:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 17:27:03] Production.INFO: ==7634== Lock acquired, processing the job...
[2026-09-11 17:27:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 17:27:03] Production.INFO: ==7638== Lock acquired, processing the job...
[2026-09-11 17:27:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 17:27:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 17:27:03] Production.INFO: Account Balance Start.
[2026-09-11 17:27:03] Production.INFO: CreateAllLog Start
[2026-09-11 17:27:03] Production.INFO: 117
[2026-09-11 17:27:03] Production.INFO: Date 2026-09-08
[2026-09-11 17:27:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:27:03] Production.INFO: Date 2026-09-09
[2026-09-11 17:27:03] Production.INFO: ==7636== Lock acquired, processing the job...
[2026-09-11 17:27:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 17:27:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:27:03] Production.INFO: Date 2026-09-10
[2026-09-11 17:27:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:27:03] Production.INFO: ==7640== Lock acquired, processing the job...
[2026-09-11 17:27:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 17:27:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 17:27:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 17:27:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 17:27:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 17:27:03] Production.INFO: Date 2026-09-11
[2026-09-11 17:27:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:27:03] Production.INFO: Total Charge 0
[2026-09-11 17:27:03] Production.INFO: CreateAllLog End
[2026-09-11 17: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-09-11 17: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-09-11 17: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-09-11 17:27:03] Production.INFO: ==7640== Releasing lock...
[2026-09-11 17:27:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 17:27:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 17:27:03] Production.INFO: Account Balance End.
[2026-09-11 17:27:03] Production.ERROR: CronJobId end 12
[2026-09-11 17:27:03] Production.INFO: ==7638== Releasing lock...
[2026-09-11 17:27:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 17:27:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 17:27:04] Production.INFO: ==7634== Releasing lock...
[2026-09-11 17:27:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 17:27:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 17:27:12] Production.ERROR: CronJobId end10
[2026-09-11 17:27:12] Production.INFO: ==7636== Releasing lock...
[2026-09-11 17:27:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 17:27:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 17:27:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 17:27:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 17:27:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 17:27:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 17:27:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 17:27:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 17:27:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 17:27:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 17:27:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 17:27:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 17:27:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 17:27:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 17:27:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 17:27:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 17:27:14] Production.INFO: call_cost start
[2026-09-11 17:27:14] Production.INFO: call_cost end
[2026-09-11 17:27:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 17:27:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 17:27:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 17:27:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 17:27:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 17:27:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 17:27:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 17:27:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 17:27:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 17:27:14] Production.INFO: ==7632== Releasing lock...
[2026-09-11 17:27:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 17:27:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 22:28:02] Production.INFO: ==7697== Lock acquired, processing the job...
[2026-09-11 22:28:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 22:28:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 22:28:02] Production.INFO: neon service started
[2026-09-11 22:28:02] Production.INFO: neon service started
[2026-09-11 22:28:02] Production.INFO: ==7697== Releasing lock...
[2026-09-11 22:28:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 22:28:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 17:28:02] Production.INFO: ==7699== Lock acquired, processing the job...
[2026-09-11 17:28:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 17:28:02] Production.INFO: ==7699== Releasing lock...
[2026-09-11 17:28:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 17:28:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 21:28:03] Production.INFO: ==7701== Lock acquired, processing the job...
[2026-09-11 21:28:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 21:28:03] Production.INFO: ==7701== Releasing lock...
[2026-09-11 21:28:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 21:28:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 17:28:03] Production.INFO: ==7711== Lock acquired, processing the job...
[2026-09-11 17:28:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 17: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-09-11 17: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-09-11 17: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-09-11 17:28:03] Production.INFO: ==7711== Releasing lock...
[2026-09-11 17:28:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 17:28:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 17:28:03] Production.INFO: ==7703== Lock acquired, processing the job...
[2026-09-11 17:28:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 17:28:03] Production.INFO: ==7705== Lock acquired, processing the job...
[2026-09-11 17:28:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 17:28:03] Production.INFO: ==7707== Lock acquired, processing the job...
[2026-09-11 17:28:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 17:28:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 17:28:03] Production.INFO: ==7709== Lock acquired, processing the job...
[2026-09-11 17:28:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 17:28:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 17:28:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 17:28:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 17:28:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 17:28:03] Production.INFO: Account Balance Start.
[2026-09-11 17:28:03] Production.INFO: CreateAllLog Start
[2026-09-11 17:28:03] Production.INFO: 117
[2026-09-11 17:28:03] Production.INFO: Date 2026-09-08
[2026-09-11 17:28:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:28:03] Production.INFO: Date 2026-09-09
[2026-09-11 17:28:04] Production.INFO: Reseller ==> 0
[2026-09-11 17:28:04] Production.INFO: Date 2026-09-10
[2026-09-11 17:28:04] Production.INFO: Reseller ==> 0
[2026-09-11 17:28:04] Production.INFO: Date 2026-09-11
[2026-09-11 17:28:04] Production.INFO: Reseller ==> 0
[2026-09-11 17:28:04] Production.INFO: Total Charge 0
[2026-09-11 17:28:04] Production.INFO: CreateAllLog End
[2026-09-11 17:28:04] Production.INFO: Account Balance End.
[2026-09-11 17:28:04] Production.ERROR: CronJobId end 12
[2026-09-11 17:28:04] Production.INFO: ==7709== Releasing lock...
[2026-09-11 17:28:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 17:28:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 17:28:04] Production.INFO: ==7705== Releasing lock...
[2026-09-11 17:28:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 17:28:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 17:28:11] Production.ERROR: CronJobId end10
[2026-09-11 17:28:11] Production.INFO: ==7707== Releasing lock...
[2026-09-11 17:28:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 17:28:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 17:28:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 17:28:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 17:28:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 17:28:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 17:28:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 17:28:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 17:28:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 17:28:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 17:28:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 17:28:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 17:28:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 17:28:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 17:28:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 17:28:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 17:28:14] Production.INFO: call_cost start
[2026-09-11 17:28:14] Production.INFO: call_cost end
[2026-09-11 17:28:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 17:28:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 17:28:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 17:28:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 17:28:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 17:28:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 17:28:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 17:28:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 17:28:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 17:28:14] Production.INFO: ==7703== Releasing lock...
[2026-09-11 17:28:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 17:28:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 22:29:01] Production.INFO: ==7767== Lock acquired, processing the job...
[2026-09-11 22:29:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 22:29:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 22:29:01] Production.INFO: neon service started
[2026-09-11 22:29:01] Production.INFO: neon service started
[2026-09-11 22:29:01] Production.INFO: ==7767== Releasing lock...
[2026-09-11 22:29:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 22:29:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 21:29:02] Production.INFO: ==7771== Lock acquired, processing the job...
[2026-09-11 21:29:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 21:29:02] Production.INFO: ==7771== Releasing lock...
[2026-09-11 21:29:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 21:29:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 17:29:02] Production.INFO: ==7769== Lock acquired, processing the job...
[2026-09-11 17:29:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 17:29:02] Production.INFO: ==7769== Releasing lock...
[2026-09-11 17:29:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 17:29:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 17:29:03] Production.INFO: ==7776== Lock acquired, processing the job...
[2026-09-11 17:29:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 17:29:03] Production.INFO: ==7774== Lock acquired, processing the job...
[2026-09-11 17:29:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 17:29:03] Production.INFO: ==7778== Lock acquired, processing the job...
[2026-09-11 17:29:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 17:29:03] Production.INFO: ==7780== Lock acquired, processing the job...
[2026-09-11 17:29:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 17:29:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 17:29:03] Production.INFO: ==7782== Lock acquired, processing the job...
[2026-09-11 17:29:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 17:29:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 17:29:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 17:29:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 17:29:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 17:29:03] Production.INFO: Account Balance Start.
[2026-09-11 17:29:03] Production.INFO: CreateAllLog Start
[2026-09-11 17:29:03] Production.INFO: 117
[2026-09-11 17:29:03] Production.INFO: Date 2026-09-08
[2026-09-11 17:29:03] Production.INFO: Reseller ==> 0
[2026-09-11 17: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-09-11 17: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-09-11 17: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-09-11 17:29:03] Production.INFO: Date 2026-09-09
[2026-09-11 17:29:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:29:03] Production.INFO: ==7782== Releasing lock...
[2026-09-11 17:29:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 17:29:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 17:29:03] Production.INFO: Date 2026-09-10
[2026-09-11 17:29:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:29:03] Production.INFO: Date 2026-09-11
[2026-09-11 17:29:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:29:03] Production.INFO: Total Charge 0
[2026-09-11 17:29:03] Production.INFO: CreateAllLog End
[2026-09-11 17:29:03] Production.INFO: Account Balance End.
[2026-09-11 17:29:03] Production.ERROR: CronJobId end 12
[2026-09-11 17:29:03] Production.INFO: ==7780== Releasing lock...
[2026-09-11 17:29:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 17:29:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 17:29:04] Production.INFO: ==7776== Releasing lock...
[2026-09-11 17:29:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 17:29:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 17:29: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-09-11 17:29:12] Production.ERROR: CronJobId end10
[2026-09-11 17:29:12] Production.INFO: ==7778== Releasing lock...
[2026-09-11 17:29:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 17:29:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 17:29:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 17:29:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 17:29:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 17:29:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 17:29:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 17:29:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 17:29:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 17:29:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 17:29:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 17:29:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 17:29:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 17:29:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 17:29:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 17:29:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 17:29:15] Production.INFO: call_cost start
[2026-09-11 17:29:15] Production.INFO: call_cost end
[2026-09-11 17:29:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 17:29:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 17:29:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 17:29:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 17:29:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 17:29:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 17:29:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 17:29:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 17:29:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 17:29:15] Production.INFO: ==7774== Releasing lock...
[2026-09-11 17:29:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 17:29:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 22:30:02] Production.INFO: ==7875== Lock acquired, processing the job...
[2026-09-11 22:30:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 22:30:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 22:30:02] Production.INFO: neon service started
[2026-09-11 22:30:02] Production.INFO: neon service started
[2026-09-11 22:30:02] Production.INFO: ==7875== Releasing lock...
[2026-09-11 22:30:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 22:30:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 21:30:02] Production.INFO: ==7880== Lock acquired, processing the job...
[2026-09-11 21:30:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 21:30:02] Production.INFO: ==7880== Releasing lock...
[2026-09-11 21:30:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 21:30:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 17:30:02] Production.INFO: ==7878== Lock acquired, processing the job...
[2026-09-11 17:30:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 17:30:02] Production.INFO: ==7878== Releasing lock...
[2026-09-11 17:30:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 17:30:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 17:30:03] Production.INFO: ==7882== Lock acquired, processing the job...
[2026-09-11 17:30:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 17:30:03] Production.INFO: ==7888== Lock acquired, processing the job...
[2026-09-11 17:30:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 17:30:03] Production.INFO: ==7890== Lock acquired, processing the job...
[2026-09-11 17:30:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 17:30:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 17:30:03] Production.INFO: ==7884== Lock acquired, processing the job...
[2026-09-11 17:30:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 17:30:03] Production.INFO: ==7886== Lock acquired, processing the job...
[2026-09-11 17:30:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 17:30:03] Production.INFO: Account Balance Start.
[2026-09-11 17:30:03] Production.INFO: CreateAllLog Start
[2026-09-11 17:30:03] Production.INFO: 117
[2026-09-11 17:30:03] Production.INFO: Date 2026-09-08
[2026-09-11 17:30:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:30:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 17:30:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 17:30:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 17:30:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 17:30:03] Production.INFO: Date 2026-09-09
[2026-09-11 17: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-09-11 17: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-09-11 17:30:03] Production.INFO: Reseller ==> 0
[2026-09-11 17: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-09-11 17:30:03] Production.INFO: ==7890== Releasing lock...
[2026-09-11 17:30:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 17:30:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 17:30:03] Production.INFO: Date 2026-09-10
[2026-09-11 17:30:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:30:03] Production.INFO: Date 2026-09-11
[2026-09-11 17:30:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:30:03] Production.INFO: Total Charge 0
[2026-09-11 17:30:04] Production.INFO: CreateAllLog End
[2026-09-11 17:30:04] Production.INFO: Account Balance End.
[2026-09-11 17:30:04] Production.ERROR: CronJobId end 12
[2026-09-11 17:30:04] Production.INFO: ==7888== Releasing lock...
[2026-09-11 17:30:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 17:30:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 17:30:04] Production.INFO: ==7884== Releasing lock...
[2026-09-11 17:30:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 17:30:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 17:30:12] Production.ERROR: CronJobId end10
[2026-09-11 17:30:12] Production.INFO: ==7886== Releasing lock...
[2026-09-11 17:30:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 17:30:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 17:30:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 17:30:15] Production.INFO: ============== Balance Warning START===========
[2026-09-11 17:30:15] Production.INFO: ============== Balance Warning END===========
[2026-09-11 17:30:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 17:30:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 17:30:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 17:30:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 17:30:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 17:30:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 17:30:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 17:30:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 17:30:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 17:30:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 17:30:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 17:30:15] Production.INFO: call_cost start
[2026-09-11 17:30:15] Production.INFO: call_cost end
[2026-09-11 17:30:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 17:30:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 17:30:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 17:30:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 17:30:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 17:30:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 17:30:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 17:30:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 17:30:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 17:30:15] Production.INFO: ==7882== Releasing lock...
[2026-09-11 17:30:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 17:30:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 22:31:01] Production.INFO: ==8608== Lock acquired, processing the job...
[2026-09-11 22:31:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 22:31:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 22:31:01] Production.INFO: neon service started
[2026-09-11 22:31:01] Production.INFO: neon service started
[2026-09-11 22:31:01] Production.INFO: ==8608== Releasing lock...
[2026-09-11 22:31:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 22:31:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 17:31:01] Production.INFO: ==8610== Lock acquired, processing the job...
[2026-09-11 17:31:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 17:31:02] Production.INFO: ==8610== Releasing lock...
[2026-09-11 17:31:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 17:31:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 21:31:02] Production.INFO: ==8612== Lock acquired, processing the job...
[2026-09-11 21:31:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 21:31:02] Production.INFO: ==8612== Releasing lock...
[2026-09-11 21:31:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 21:31:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 17:31:02] Production.INFO: ==8651== Lock acquired, processing the job...
[2026-09-11 17:31:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 17:31:02] Production.INFO: ==8658== Lock acquired, processing the job...
[2026-09-11 17:31:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 17:31:02] Production.INFO: ==8656== Lock acquired, processing the job...
[2026-09-11 17:31:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 17:31:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 17:31:03] Production.INFO: ==8660== Lock acquired, processing the job...
[2026-09-11 17:31:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 17:31:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 17:31:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 17:31:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 17:31:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 17:31:03] Production.INFO: ==8662== Lock acquired, processing the job...
[2026-09-11 17:31:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 17:31:03] Production.INFO: Account Balance Start.
[2026-09-11 17:31:03] Production.INFO: CreateAllLog Start
[2026-09-11 17:31:03] Production.INFO: 117
[2026-09-11 17:31:03] Production.INFO: Date 2026-09-08
[2026-09-11 17:31:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:31:03] Production.INFO: Date 2026-09-09
[2026-09-11 17:31:03] Production.INFO: Reseller ==> 0
[2026-09-11 17: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-09-11 17:31:03] Production.INFO: Date 2026-09-10
[2026-09-11 17:31:03] Production.INFO: Reseller ==> 0
[2026-09-11 17: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-09-11 17: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-09-11 17:31:03] Production.INFO: ==8662== Releasing lock...
[2026-09-11 17:31:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 17:31:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 17:31:03] Production.INFO: Date 2026-09-11
[2026-09-11 17:31:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:31:03] Production.INFO: Total Charge 0
[2026-09-11 17:31:03] Production.INFO: CreateAllLog End
[2026-09-11 17:31:03] Production.INFO: Account Balance End.
[2026-09-11 17:31:03] Production.ERROR: CronJobId end 12
[2026-09-11 17:31:03] Production.INFO: ==8660== Releasing lock...
[2026-09-11 17:31:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 17:31:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 17:31:03] Production.INFO: ==8656== Releasing lock...
[2026-09-11 17:31:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 17:31:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 17:31:12] Production.ERROR: CronJobId end10
[2026-09-11 17:31:12] Production.INFO: ==8658== Releasing lock...
[2026-09-11 17:31:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 17:31:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 17:31:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 17:31:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 17:31:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 17:31:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 17:31:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 17:31:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 17:31:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 17:31:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 17:31:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 17:31:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 17:31:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 17:31:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 17:31:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 17:31:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 17:31:14] Production.INFO: call_cost start
[2026-09-11 17:31:14] Production.INFO: call_cost end
[2026-09-11 17:31:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 17:31:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 17:31:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 17:31:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 17:31:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 17:31:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 17:31:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 17:31:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 17:31:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 17:31:14] Production.INFO: ==8651== Releasing lock...
[2026-09-11 17:31:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 17:31:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 22:32:01] Production.INFO: ==8797== Lock acquired, processing the job...
[2026-09-11 22:32:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 22:32:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 22:32:01] Production.INFO: neon service started
[2026-09-11 22:32:01] Production.INFO: neon service started
[2026-09-11 22:32:01] Production.INFO: ==8797== Releasing lock...
[2026-09-11 22:32:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 22:32:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 21:32:02] Production.INFO: ==8801== Lock acquired, processing the job...
[2026-09-11 21:32:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 21:32:02] Production.INFO: ==8801== Releasing lock...
[2026-09-11 21:32:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 21:32:02] Production.INFO: 26 MB #Memory Used#
[2026-09-11 17:32:02] Production.INFO: ==8799== Lock acquired, processing the job...
[2026-09-11 17:32:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 17:32:02] Production.INFO: ==8799== Releasing lock...
[2026-09-11 17:32:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 17:32:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 17:32:03] Production.INFO: ==8804== Lock acquired, processing the job...
[2026-09-11 17:32:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 17:32:03] Production.INFO: ==8806== Lock acquired, processing the job...
[2026-09-11 17:32:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 17:32:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 17:32:03] Production.INFO: ==8808== Lock acquired, processing the job...
[2026-09-11 17:32:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 17:32:03] Production.INFO: ==8810== Lock acquired, processing the job...
[2026-09-11 17:32:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 17:32:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 17:32:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 17:32:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 17:32:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 17:32:03] Production.INFO: ==8812== Lock acquired, processing the job...
[2026-09-11 17:32:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 17:32:03] Production.INFO: Account Balance Start.
[2026-09-11 17:32:03] Production.INFO: CreateAllLog Start
[2026-09-11 17:32:03] Production.INFO: 117
[2026-09-11 17:32:03] Production.INFO: Date 2026-09-08
[2026-09-11 17:32:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:32:03] Production.INFO: Date 2026-09-09
[2026-09-11 17:32:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:32:03] Production.INFO: Date 2026-09-10
[2026-09-11 17:32:03] Production.INFO: Reseller ==> 0
[2026-09-11 17: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-09-11 17: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-09-11 17: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-09-11 17:32:04] Production.INFO: ==8812== Releasing lock...
[2026-09-11 17:32:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 17:32:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 17:32:04] Production.INFO: Date 2026-09-11
[2026-09-11 17:32:04] Production.INFO: Reseller ==> 0
[2026-09-11 17:32:04] Production.INFO: Total Charge 0
[2026-09-11 17:32:04] Production.INFO: CreateAllLog End
[2026-09-11 17:32:04] Production.INFO: Account Balance End.
[2026-09-11 17:32:04] Production.ERROR: CronJobId end 12
[2026-09-11 17:32:04] Production.INFO: ==8810== Releasing lock...
[2026-09-11 17:32:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 17:32:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 17:32:04] Production.INFO: ==8806== Releasing lock...
[2026-09-11 17:32:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 17:32:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 17:32:11] Production.ERROR: CronJobId end10
[2026-09-11 17:32:11] Production.INFO: ==8808== Releasing lock...
[2026-09-11 17:32:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 17:32:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 17:32:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 17:32:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 17:32:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 17:32:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 17:32:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 17:32:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 17:32:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 17:32:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 17:32:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 17:32:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 17:32:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 17:32:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 17:32:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 17:32:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 17:32:14] Production.INFO: call_cost start
[2026-09-11 17:32:14] Production.INFO: call_cost end
[2026-09-11 17:32:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 17:32:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 17:32:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 17:32:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 17:32:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 17:32:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 17:32:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 17:32:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 17:32:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 17:32:14] Production.INFO: ==8804== Releasing lock...
[2026-09-11 17:32:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 17:32:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 22:33:02] Production.INFO: ==8872== Lock acquired, processing the job...
[2026-09-11 22:33:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 22:33:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 22:33:02] Production.INFO: neon service started
[2026-09-11 22:33:02] Production.INFO: neon service started
[2026-09-11 22:33:02] Production.INFO: ==8872== Releasing lock...
[2026-09-11 22:33:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 22:33:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 17:33:02] Production.INFO: ==8875== Lock acquired, processing the job...
[2026-09-11 17:33:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 17:33:02] Production.INFO: ==8875== Releasing lock...
[2026-09-11 17:33:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 17:33:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 21:33:03] Production.INFO: ==8877== Lock acquired, processing the job...
[2026-09-11 21:33:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 21:33:03] Production.INFO: ==8877== Releasing lock...
[2026-09-11 21:33:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 21:33:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 17:33:03] Production.INFO: ==8883== Lock acquired, processing the job...
[2026-09-11 17:33:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 17:33:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 17:33:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 17:33:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 17:33:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 17:33:03] Production.INFO: ==8887== Lock acquired, processing the job...
[2026-09-11 17:33:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 17:33:03] Production.INFO: ==8881== Lock acquired, processing the job...
[2026-09-11 17:33:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 17:33:03] Production.INFO: ==8879== Lock acquired, processing the job...
[2026-09-11 17:33:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 17:33:03] Production.INFO: ==8885== Lock acquired, processing the job...
[2026-09-11 17:33:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 17: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-09-11 17: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-09-11 17: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-09-11 17:33:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 17:33:04] Production.INFO: ==8887== Releasing lock...
[2026-09-11 17:33:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 17:33:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 17:33:04] Production.INFO: Account Balance Start.
[2026-09-11 17:33:04] Production.INFO: CreateAllLog Start
[2026-09-11 17:33:04] Production.INFO: 117
[2026-09-11 17:33:04] Production.INFO: Date 2026-09-08
[2026-09-11 17:33:04] Production.INFO: Reseller ==> 0
[2026-09-11 17:33:04] Production.INFO: Date 2026-09-09
[2026-09-11 17:33:04] Production.INFO: Reseller ==> 0
[2026-09-11 17:33:04] Production.INFO: Date 2026-09-10
[2026-09-11 17:33:04] Production.INFO: Reseller ==> 0
[2026-09-11 17:33:04] Production.INFO: ==8881== Releasing lock...
[2026-09-11 17:33:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 17:33:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 17:33:04] Production.INFO: Date 2026-09-11
[2026-09-11 17:33:04] Production.INFO: Reseller ==> 0
[2026-09-11 17:33:04] Production.INFO: Total Charge 0
[2026-09-11 17:33:04] Production.INFO: CreateAllLog End
[2026-09-11 17:33:04] Production.INFO: Account Balance End.
[2026-09-11 17:33:04] Production.ERROR: CronJobId end 12
[2026-09-11 17:33:04] Production.INFO: ==8885== Releasing lock...
[2026-09-11 17:33:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 17:33:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 17:33:11] Production.ERROR: CronJobId end10
[2026-09-11 17:33:11] Production.INFO: ==8883== Releasing lock...
[2026-09-11 17:33:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 17:33:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 17:33:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 17:33:15] Production.INFO: ============== Balance Warning START===========
[2026-09-11 17:33:15] Production.INFO: ============== Balance Warning END===========
[2026-09-11 17:33:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 17:33:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 17:33:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 17:33:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 17:33:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 17:33:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 17:33:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 17:33:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 17:33:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 17:33:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 17:33:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 17:33:15] Production.INFO: call_cost start
[2026-09-11 17:33:15] Production.INFO: call_cost end
[2026-09-11 17:33:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 17:33:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 17:33:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 17:33:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 17:33:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 17:33:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 17:33:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 17:33:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 17:33:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 17:33:15] Production.INFO: ==8879== Releasing lock...
[2026-09-11 17:33:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 17:33:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 22:34:01] Production.INFO: ==8952== Lock acquired, processing the job...
[2026-09-11 22:34:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 22:34:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 22:34:01] Production.INFO: neon service started
[2026-09-11 22:34:01] Production.INFO: neon service started
[2026-09-11 22:34:01] Production.INFO: ==8952== Releasing lock...
[2026-09-11 22:34:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 22:34:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 21:34:02] Production.INFO: ==8956== Lock acquired, processing the job...
[2026-09-11 21:34:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 21:34:02] Production.INFO: ==8956== Releasing lock...
[2026-09-11 21:34:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 21:34:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 17:34:02] Production.INFO: ==8954== Lock acquired, processing the job...
[2026-09-11 17:34:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 17:34:02] Production.INFO: ==8954== Releasing lock...
[2026-09-11 17:34:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 17:34:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 17:34:03] Production.INFO: ==8964== Lock acquired, processing the job...
[2026-09-11 17:34:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 17:34:03] Production.INFO: ==8960== Lock acquired, processing the job...
[2026-09-11 17:34:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 17:34:03] Production.INFO: ==8962== Lock acquired, processing the job...
[2026-09-11 17:34:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 17:34:03] Production.INFO: ==8958== Lock acquired, processing the job...
[2026-09-11 17:34:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 17:34:03] Production.INFO: Account Balance Start.
[2026-09-11 17:34:03] Production.INFO: CreateAllLog Start
[2026-09-11 17:34:03] Production.INFO: 117
[2026-09-11 17:34:03] Production.INFO: Date 2026-09-08
[2026-09-11 17:34:03] Production.INFO: ==8966== Lock acquired, processing the job...
[2026-09-11 17:34:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 17:34:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 17:34:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 17:34:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 17:34:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 17:34:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 17:34:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:34:03] Production.INFO: Date 2026-09-09
[2026-09-11 17:34:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:34:03] Production.INFO: Date 2026-09-10
[2026-09-11 17:34:03] Production.INFO: Reseller ==> 0
[2026-09-11 17: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-09-11 17: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-09-11 17:34:03] Production.INFO: Date 2026-09-11
[2026-09-11 17:34:03] Production.INFO: Reseller ==> 0
[2026-09-11 17: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-09-11 17:34:03] Production.INFO: ==8966== Releasing lock...
[2026-09-11 17:34:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 17:34:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 17:34:03] Production.INFO: Total Charge 0
[2026-09-11 17:34:03] Production.INFO: CreateAllLog End
[2026-09-11 17:34:03] Production.INFO: Account Balance End.
[2026-09-11 17:34:03] Production.ERROR: CronJobId end 12
[2026-09-11 17:34:03] Production.INFO: ==8964== Releasing lock...
[2026-09-11 17:34:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 17:34:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 17:34:03] Production.INFO: ==8960== Releasing lock...
[2026-09-11 17:34:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 17:34:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 17:34:12] Production.ERROR: CronJobId end10
[2026-09-11 17:34:12] Production.INFO: ==8962== Releasing lock...
[2026-09-11 17:34:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 17:34:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 17:34:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 17:34:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 17:34:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 17:34:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 17:34:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 17:34:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 17:34:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 17:34:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 17:34:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 17:34:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 17:34:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 17:34:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 17:34:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 17:34:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 17:34:15] Production.INFO: call_cost start
[2026-09-11 17:34:15] Production.INFO: call_cost end
[2026-09-11 17:34:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 17:34:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 17:34:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 17:34:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 17:34:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 17:34:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 17:34:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 17:34:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 17:34:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 17:34:15] Production.INFO: ==8958== Releasing lock...
[2026-09-11 17:34:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 17:34:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 22:35:02] Production.INFO: ==9028== Lock acquired, processing the job...
[2026-09-11 22:35:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 22:35:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 22:35:02] Production.INFO: neon service started
[2026-09-11 22:35:02] Production.INFO: neon service started
[2026-09-11 22:35:02] Production.INFO: ==9028== Releasing lock...
[2026-09-11 22:35:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 22:35:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 17:35:02] Production.INFO: ==9030== Lock acquired, processing the job...
[2026-09-11 17:35:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 17:35:02] Production.INFO: ==9030== Releasing lock...
[2026-09-11 17:35:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 17:35:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 21:35:03] Production.INFO: ==9032== Lock acquired, processing the job...
[2026-09-11 21:35:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 21:35:03] Production.INFO: ==9032== Releasing lock...
[2026-09-11 21:35:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 21:35:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 17:35:03] Production.INFO: ==9034== Lock acquired, processing the job...
[2026-09-11 17:35:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-11 17:35:03] Production.ERROR: ========================== active cronjob start =============================
[2026-09-11 17:35:03] Production.ERROR: ========================== active cronjob end =============================
[2026-09-11 17:35:03] Production.INFO: ==9034== Releasing lock...
[2026-09-11 17:35:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-11 17:35:03] Production.INFO: 25.5 MB #Memory Used#
[2026-09-11 17:35:03] Production.INFO: ==9044== Lock acquired, processing the job...
[2026-09-11 17:35:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-11 17:35:03] Production.ERROR: tblTempUsageDetail_20
[2026-09-11 17:35:04] Production.INFO: ==9036== Lock acquired, processing the job...
[2026-09-11 17:35:04] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 17:35:04] Production.INFO: ==9038== Lock acquired, processing the job...
[2026-09-11 17:35:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 17:35:04] Production.INFO: ==9046== Lock acquired, processing the job...
[2026-09-11 17:35:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 17:35:04] Production.INFO: ==9040== Lock acquired, processing the job...
[2026-09-11 17:35:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 17:35:04] Production.INFO: ==9042== Lock acquired, processing the job...
[2026-09-11 17:35:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 17:35:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 17:35:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 17:35:04] Production.INFO: Account Balance Start.
[2026-09-11 17:35:04] Production.INFO: CreateAllLog Start
[2026-09-11 17: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-09-11 17:35:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 17:35:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 17: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-09-11 17:35:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 17:35:04] Production.INFO: 117
[2026-09-11 17:35:04] Production.INFO: Date 2026-09-08
[2026-09-11 17: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-09-11 17:35:04] Production.INFO: Reseller ==> 0
[2026-09-11 17:35:04] Production.INFO: ==9046== Releasing lock...
[2026-09-11 17:35:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 17:35:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 17:35:04] Production.ERROR: done
[2026-09-11 17:35:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-11 17:35:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17985691', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) start
[2026-09-11 17:35:04] Production.INFO: Date 2026-09-09
[2026-09-11 17:35:04] Production.INFO: Reseller ==> 0
[2026-09-11 17:35:04] Production.INFO: Date 2026-09-10
[2026-09-11 17:35:04] Production.INFO: Reseller ==> 0
[2026-09-11 17:35:04] Production.INFO: Date 2026-09-11
[2026-09-11 17:35:04] Production.INFO: Reseller ==> 0
[2026-09-11 17:35:04] Production.INFO: Total Charge 0
[2026-09-11 17:35:04] Production.INFO: CreateAllLog End
[2026-09-11 17:35:04] Production.INFO: Account Balance End.
[2026-09-11 17:35:04] Production.ERROR: CronJobId end 12
[2026-09-11 17:35:04] Production.INFO: ==9042== Releasing lock...
[2026-09-11 17:35:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 17:35:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 17:35:05] Production.INFO: ==9038== Releasing lock...
[2026-09-11 17:35:05] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 17:35:05] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 17:35:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17985691', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) end
[2026-09-11 17:35:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-11 17:35:10] Production.INFO: ProcessCDR(1,17985691,1,1,2)
[2026-09-11 17:35:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17985691,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 17:35:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17985691,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 17:35:10] Production.ERROR: pbx prc_insertCDR start
[2026-09-11 17:35:10] Production.ERROR: pbx prc_insertCDR end
[2026-09-11 17:35:10] Production.INFO: ==9044== Releasing lock...
[2026-09-11 17:35:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-11 17:35:10] Production.INFO: 26 MB #Memory Used#
[2026-09-11 17:35:14] Production.ERROR: CronJobId end10
[2026-09-11 17:35:14] Production.INFO: ==9040== Releasing lock...
[2026-09-11 17:35:14] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 17:35:14] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 17:35:16] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 17:35:16] Production.INFO: ============== Balance Warning START===========
[2026-09-11 17:35:16] Production.INFO: ============== Balance Warning END===========
[2026-09-11 17:35:16] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 17:35:16] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 17:35:16] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 17:35:16] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 17:35:16] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 17:35:16] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 17:35:16] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 17:35:16] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 17:35:16] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 17:35:16] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 17:35:16] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 17:35:17] Production.INFO: call_cost start
[2026-09-11 17:35:17] Production.INFO: call_cost end
[2026-09-11 17:35:17] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 17:35:17] Production.INFO: ============== Report Schedule START===========
[2026-09-11 17:35:17] Production.INFO: ============== Report Schedule END===========
[2026-09-11 17:35:17] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 17:35:17] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 17:35:17] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 17:35:17] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 17:35:17] Production.INFO: ============== Deal alert START===========
[2026-09-11 17:35:17] Production.INFO: ============== Deal alert END===========
[2026-09-11 17:35:17] Production.INFO: ==9036== Releasing lock...
[2026-09-11 17:35:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 17:35:17] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 22:36:01] Production.INFO: ==9104== Lock acquired, processing the job...
[2026-09-11 22:36:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 22:36:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 22:36:01] Production.INFO: neon service started
[2026-09-11 22:36:01] Production.INFO: neon service started
[2026-09-11 22:36:01] Production.INFO: ==9104== Releasing lock...
[2026-09-11 22:36:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 22:36:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 17:36:02] Production.INFO: ==9106== Lock acquired, processing the job...
[2026-09-11 17:36:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 21:36:02] Production.INFO: ==9108== Lock acquired, processing the job...
[2026-09-11 21:36:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 21:36:02] Production.INFO: ==9108== Releasing lock...
[2026-09-11 21:36:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 21:36:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 17:36:02] Production.INFO: ==9106== Releasing lock...
[2026-09-11 17:36:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 17:36:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 17:36:03] Production.INFO: ==9111== Lock acquired, processing the job...
[2026-09-11 17:36:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 17:36:03] Production.INFO: ==9113== Lock acquired, processing the job...
[2026-09-11 17:36:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 17:36:03] Production.INFO: ==9119== Lock acquired, processing the job...
[2026-09-11 17:36:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 17:36:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 17:36:03] Production.INFO: ==9115== Lock acquired, processing the job...
[2026-09-11 17:36:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 17: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-09-11 17: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-09-11 17:36:03] Production.INFO: ==9117== Lock acquired, processing the job...
[2026-09-11 17:36:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 17: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-09-11 17:36:03] Production.INFO: ==9119== Releasing lock...
[2026-09-11 17:36:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 17:36:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 17:36:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 17:36:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 17:36:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 17:36:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 17:36:03] Production.INFO: Account Balance Start.
[2026-09-11 17:36:03] Production.INFO: CreateAllLog Start
[2026-09-11 17:36:03] Production.INFO: 117
[2026-09-11 17:36:03] Production.INFO: Date 2026-09-08
[2026-09-11 17:36:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:36:03] Production.INFO: Date 2026-09-09
[2026-09-11 17:36:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:36:03] Production.INFO: Date 2026-09-10
[2026-09-11 17:36:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:36:03] Production.INFO: Date 2026-09-11
[2026-09-11 17:36:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:36:04] Production.INFO: Total Charge 0
[2026-09-11 17:36:04] Production.INFO: CreateAllLog End
[2026-09-11 17:36:04] Production.INFO: ==9113== Releasing lock...
[2026-09-11 17:36:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 17:36:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 17:36:04] Production.INFO: Account Balance End.
[2026-09-11 17:36:04] Production.ERROR: CronJobId end 12
[2026-09-11 17:36:04] Production.INFO: ==9117== Releasing lock...
[2026-09-11 17:36:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 17:36:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 17:36:12] Production.ERROR: CronJobId end10
[2026-09-11 17:36:12] Production.INFO: ==9115== Releasing lock...
[2026-09-11 17:36:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 17:36:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 17:36:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 17:36:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 17:36:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 17:36:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 17:36:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 17:36:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 17:36:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 17:36:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 17:36:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 17:36:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 17:36:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 17:36:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 17:36:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 17:36:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 17:36:14] Production.INFO: call_cost start
[2026-09-11 17:36:14] Production.INFO: call_cost end
[2026-09-11 17:36:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 17:36:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 17:36:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 17:36:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 17:36:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 17:36:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 17:36:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 17:36:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 17:36:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 17:36:14] Production.INFO: ==9111== Releasing lock...
[2026-09-11 17:36:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 17:36:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 22:37:02] Production.INFO: ==9179== Lock acquired, processing the job...
[2026-09-11 22:37:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 22:37:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 22:37:02] Production.INFO: neon service started
[2026-09-11 22:37:02] Production.INFO: neon service started
[2026-09-11 22:37:02] Production.INFO: ==9179== Releasing lock...
[2026-09-11 22:37:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 22:37:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 17:37:02] Production.INFO: ==9181== Lock acquired, processing the job...
[2026-09-11 17:37:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 17:37:02] Production.INFO: ==9181== Releasing lock...
[2026-09-11 17:37:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 17:37:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 21:37:02] Production.INFO: ==9183== Lock acquired, processing the job...
[2026-09-11 21:37:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 21:37:02] Production.INFO: ==9183== Releasing lock...
[2026-09-11 21:37:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 21:37:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 17:37:03] Production.INFO: ==9189== Lock acquired, processing the job...
[2026-09-11 17:37:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 17:37:03] Production.INFO: ==9185== Lock acquired, processing the job...
[2026-09-11 17:37:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 17:37:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 17:37:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 17:37:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 17:37:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 17:37:03] Production.INFO: ==9187== Lock acquired, processing the job...
[2026-09-11 17:37:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 17:37:03] Production.INFO: ==9193== Lock acquired, processing the job...
[2026-09-11 17:37:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 17:37:03] Production.INFO: ==9191== Lock acquired, processing the job...
[2026-09-11 17:37:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 17:37:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 17: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-09-11 17: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-09-11 17:37:03] Production.INFO: Account Balance Start.
[2026-09-11 17:37:03] Production.INFO: CreateAllLog Start
[2026-09-11 17:37:03] Production.INFO: 117
[2026-09-11 17: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-09-11 17:37:03] Production.INFO: ==9193== Releasing lock...
[2026-09-11 17:37:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 17:37:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 17:37:03] Production.INFO: Date 2026-09-08
[2026-09-11 17:37:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:37:03] Production.INFO: Date 2026-09-09
[2026-09-11 17:37:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:37:03] Production.INFO: Date 2026-09-10
[2026-09-11 17:37:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:37:03] Production.INFO: Date 2026-09-11
[2026-09-11 17:37:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:37:03] Production.INFO: Total Charge 0
[2026-09-11 17:37:03] Production.INFO: CreateAllLog End
[2026-09-11 17:37:04] Production.INFO: Account Balance End.
[2026-09-11 17:37:04] Production.ERROR: CronJobId end 12
[2026-09-11 17:37:04] Production.INFO: ==9191== Releasing lock...
[2026-09-11 17:37:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 17:37:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 17:37:04] Production.INFO: ==9187== Releasing lock...
[2026-09-11 17:37:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 17:37:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 17:37:11] Production.ERROR: CronJobId end10
[2026-09-11 17:37:11] Production.INFO: ==9189== Releasing lock...
[2026-09-11 17:37:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 17:37:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 17:37:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 17:37:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 17:37:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 17:37:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 17:37:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 17:37:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 17:37:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 17:37:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 17:37:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 17:37:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 17:37:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 17:37:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 17:37:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 17:37:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 17:37:14] Production.INFO: call_cost start
[2026-09-11 17:37:14] Production.INFO: call_cost end
[2026-09-11 17:37:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 17:37:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 17:37:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 17:37:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 17:37:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 17:37:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 17:37:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 17:37:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 17:37:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 17:37:14] Production.INFO: ==9185== Releasing lock...
[2026-09-11 17:37:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 17:37:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 22:38:01] Production.INFO: ==9254== Lock acquired, processing the job...
[2026-09-11 22:38:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 22:38:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 22:38:01] Production.INFO: neon service started
[2026-09-11 22:38:01] Production.INFO: neon service started
[2026-09-11 22:38:01] Production.INFO: ==9254== Releasing lock...
[2026-09-11 22:38:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 22:38:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 17:38:01] Production.INFO: ==9256== Lock acquired, processing the job...
[2026-09-11 17:38:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 17:38:02] Production.INFO: ==9256== Releasing lock...
[2026-09-11 17:38:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 17:38:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 21:38:02] Production.INFO: ==9258== Lock acquired, processing the job...
[2026-09-11 21:38:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 21:38:02] Production.INFO: ==9258== Releasing lock...
[2026-09-11 21:38:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 21:38:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 17:38:02] Production.INFO: ==9267== Lock acquired, processing the job...
[2026-09-11 17:38:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 17:38:03] Production.INFO: Account Balance Start.
[2026-09-11 17:38:03] Production.INFO: CreateAllLog Start
[2026-09-11 17:38:03] Production.INFO: 117
[2026-09-11 17:38:03] Production.INFO: Date 2026-09-08
[2026-09-11 17:38:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:38:03] Production.INFO: ==9261== Lock acquired, processing the job...
[2026-09-11 17:38:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 17:38:03] Production.INFO: Date 2026-09-09
[2026-09-11 17:38:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:38:03] Production.INFO: ==9263== Lock acquired, processing the job...
[2026-09-11 17:38:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 17:38:03] Production.INFO: Date 2026-09-10
[2026-09-11 17:38:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:38:03] Production.INFO: ==9265== Lock acquired, processing the job...
[2026-09-11 17:38:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 17:38:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 17:38:03] Production.INFO: Date 2026-09-11
[2026-09-11 17:38:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:38:03] Production.INFO: Total Charge 0
[2026-09-11 17:38:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 17:38:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 17:38:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 17:38:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 17:38:03] Production.INFO: CreateAllLog End
[2026-09-11 17:38:03] Production.INFO: ==9269== Lock acquired, processing the job...
[2026-09-11 17:38:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 17:38:03] Production.INFO: Account Balance End.
[2026-09-11 17: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-09-11 17: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-09-11 17:38:03] Production.ERROR: CronJobId end 12
[2026-09-11 17:38:03] Production.INFO: ==9267== Releasing lock...
[2026-09-11 17:38:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 17:38:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 17: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-09-11 17:38:03] Production.INFO: ==9269== Releasing lock...
[2026-09-11 17:38:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 17:38:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 17:38:03] Production.INFO: ==9263== Releasing lock...
[2026-09-11 17:38:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 17:38:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 17:38:11] Production.ERROR: CronJobId end10
[2026-09-11 17:38:11] Production.INFO: ==9265== Releasing lock...
[2026-09-11 17:38:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 17:38:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 17:38:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 17:38:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 17:38:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 17:38:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 17:38:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 17:38:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 17:38:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 17:38:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 17:38:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 17:38:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 17:38:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 17:38:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 17:38:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 17:38:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 17:38:13] Production.INFO: call_cost start
[2026-09-11 17:38:13] Production.INFO: call_cost end
[2026-09-11 17:38:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 17:38:13] Production.INFO: ============== Report Schedule START===========
[2026-09-11 17:38:13] Production.INFO: ============== Report Schedule END===========
[2026-09-11 17:38:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 17:38:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 17:38:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 17:38:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 17:38:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 17:38:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 17:38:14] Production.INFO: ==9261== Releasing lock...
[2026-09-11 17:38:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 17:38:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 22:39:02] Production.INFO: ==9326== Lock acquired, processing the job...
[2026-09-11 22:39:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 22:39:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 22:39:02] Production.INFO: neon service started
[2026-09-11 22:39:02] Production.INFO: neon service started
[2026-09-11 22:39:02] Production.INFO: ==9326== Releasing lock...
[2026-09-11 22:39:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 22:39:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 17:39:02] Production.INFO: ==9328== Lock acquired, processing the job...
[2026-09-11 17:39:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 17:39:02] Production.INFO: ==9328== Releasing lock...
[2026-09-11 17:39:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 17:39:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 21:39:02] Production.INFO: ==9330== Lock acquired, processing the job...
[2026-09-11 21:39:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 21:39:02] Production.INFO: ==9330== Releasing lock...
[2026-09-11 21:39:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 21:39:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 17:39:03] Production.INFO: ==9340== Lock acquired, processing the job...
[2026-09-11 17:39:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 17:39:03] Production.INFO: ==9332== Lock acquired, processing the job...
[2026-09-11 17:39:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 17: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-09-11 17: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-09-11 17:39:03] Production.INFO: ==9334== Lock acquired, processing the job...
[2026-09-11 17:39:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 17: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-09-11 17:39:03] Production.INFO: ==9338== Lock acquired, processing the job...
[2026-09-11 17:39:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 17:39:03] Production.INFO: ==9340== Releasing lock...
[2026-09-11 17:39:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 17:39:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 17:39:03] Production.INFO: ==9336== Lock acquired, processing the job...
[2026-09-11 17:39:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 17:39:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 17:39:03] Production.INFO: Account Balance Start.
[2026-09-11 17:39:03] Production.INFO: CreateAllLog Start
[2026-09-11 17:39:03] Production.INFO: 117
[2026-09-11 17:39:03] Production.INFO: Date 2026-09-08
[2026-09-11 17:39:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 17:39:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 17:39:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 17:39:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 17:39:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:39:03] Production.INFO: Date 2026-09-09
[2026-09-11 17:39:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:39:03] Production.INFO: Date 2026-09-10
[2026-09-11 17:39:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:39:04] Production.INFO: Date 2026-09-11
[2026-09-11 17:39:04] Production.INFO: Reseller ==> 0
[2026-09-11 17:39:04] Production.INFO: Total Charge 0
[2026-09-11 17:39:04] Production.INFO: CreateAllLog End
[2026-09-11 17:39:04] Production.INFO: Account Balance End.
[2026-09-11 17:39:04] Production.ERROR: CronJobId end 12
[2026-09-11 17:39:04] Production.INFO: ==9338== Releasing lock...
[2026-09-11 17:39:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 17:39:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 17:39:04] Production.INFO: ==9334== Releasing lock...
[2026-09-11 17:39:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 17:39:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 17:39:11] Production.ERROR: CronJobId end10
[2026-09-11 17:39:11] Production.INFO: ==9336== Releasing lock...
[2026-09-11 17:39:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 17:39:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 17:39:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 17:39:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 17:39:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 17:39:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 17:39:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 17:39:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 17:39:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 17:39:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 17:39:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 17:39:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 17:39:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 17:39:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 17:39:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 17:39:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 17:39:14] Production.INFO: call_cost start
[2026-09-11 17:39:14] Production.INFO: call_cost end
[2026-09-11 17:39:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 17:39:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 17:39:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 17:39:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 17:39:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 17:39:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 17:39:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 17:39:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 17:39:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 17:39:14] Production.INFO: ==9332== Releasing lock...
[2026-09-11 17:39:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 17:39:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 22:40:01] Production.INFO: ==9398== Lock acquired, processing the job...
[2026-09-11 22:40:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 22:40:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 22:40:01] Production.INFO: neon service started
[2026-09-11 22:40:01] Production.INFO: neon service started
[2026-09-11 22:40:01] Production.INFO: ==9398== Releasing lock...
[2026-09-11 22:40:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 22:40:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 17:40:01] Production.INFO: ==9400== Lock acquired, processing the job...
[2026-09-11 17:40:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 17:40:02] Production.INFO: ==9400== Releasing lock...
[2026-09-11 17:40:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 17:40:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 21:40:02] Production.INFO: ==9402== Lock acquired, processing the job...
[2026-09-11 21:40:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 21:40:02] Production.INFO: ==9402== Releasing lock...
[2026-09-11 21:40:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 21:40:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 17:40:02] Production.INFO: ==9405== Lock acquired, processing the job...
[2026-09-11 17:40:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 17:40:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 17:40:03] Production.INFO: ==9409== Lock acquired, processing the job...
[2026-09-11 17:40:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 17:40:03] Production.INFO: ==9407== Lock acquired, processing the job...
[2026-09-11 17:40:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 17:40:03] Production.INFO: ==9413== Lock acquired, processing the job...
[2026-09-11 17:40:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 17:40:03] Production.INFO: ==9411== Lock acquired, processing the job...
[2026-09-11 17:40:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 17:40:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 17:40:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 17:40:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 17:40:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 17:40:03] Production.INFO: Account Balance Start.
[2026-09-11 17:40:03] Production.INFO: CreateAllLog Start
[2026-09-11 17:40:03] Production.INFO: 117
[2026-09-11 17: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-09-11 17:40:03] Production.INFO: Date 2026-09-08
[2026-09-11 17: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-09-11 17:40:03] Production.INFO: Reseller ==> 0
[2026-09-11 17: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-09-11 17:40:03] Production.INFO: ==9413== Releasing lock...
[2026-09-11 17:40:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 17:40:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 17:40:03] Production.INFO: Date 2026-09-09
[2026-09-11 17:40:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:40:03] Production.INFO: Date 2026-09-10
[2026-09-11 17:40:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:40:03] Production.INFO: Date 2026-09-11
[2026-09-11 17:40:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:40:03] Production.INFO: Total Charge 0
[2026-09-11 17:40:03] Production.INFO: CreateAllLog End
[2026-09-11 17:40:03] Production.INFO: Account Balance End.
[2026-09-11 17:40:03] Production.ERROR: CronJobId end 12
[2026-09-11 17:40:03] Production.INFO: ==9411== Releasing lock...
[2026-09-11 17:40:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 17:40:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 17:40:03] Production.INFO: ==9407== Releasing lock...
[2026-09-11 17:40:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 17:40:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 17:40:11] Production.ERROR: CronJobId end10
[2026-09-11 17:40:11] Production.INFO: ==9409== Releasing lock...
[2026-09-11 17:40:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 17:40:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 17:40:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 17:40:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 17:40:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 17:40:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 17:40:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 17:40:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 17:40:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 17:40:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 17:40:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 17:40:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 17:40:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 17:40:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 17:40:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 17:40:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 17:40:14] Production.INFO: call_cost start
[2026-09-11 17:40:14] Production.INFO: call_cost end
[2026-09-11 17:40:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 17:40:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 17:40:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 17:40:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 17:40:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 17:40:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 17:40:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 17:40:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 17:40:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 17:40:14] Production.INFO: ==9405== Releasing lock...
[2026-09-11 17:40:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 17:40:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 22:41:01] Production.INFO: ==9472== Lock acquired, processing the job...
[2026-09-11 22:41:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 22:41:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 22:41:01] Production.INFO: neon service started
[2026-09-11 22:41:01] Production.INFO: neon service started
[2026-09-11 22:41:01] Production.INFO: ==9472== Releasing lock...
[2026-09-11 22:41:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 22:41:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 21:41:02] Production.INFO: ==9476== Lock acquired, processing the job...
[2026-09-11 21:41:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 21:41:02] Production.INFO: ==9476== Releasing lock...
[2026-09-11 21:41:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 21:41:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 17:41:02] Production.INFO: ==9474== Lock acquired, processing the job...
[2026-09-11 17:41:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 17:41:02] Production.INFO: ==9474== Releasing lock...
[2026-09-11 17:41:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 17:41:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 17:41:03] Production.INFO: ==9479== Lock acquired, processing the job...
[2026-09-11 17:41:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 17:41:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 17:41:03] Production.INFO: ==9483== Lock acquired, processing the job...
[2026-09-11 17:41:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 17:41:03] Production.INFO: ==9481== Lock acquired, processing the job...
[2026-09-11 17:41:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 17:41:03] Production.INFO: ==9487== Lock acquired, processing the job...
[2026-09-11 17:41:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 17:41:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 17:41:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 17:41:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 17:41:03] Production.INFO: ==9485== Lock acquired, processing the job...
[2026-09-11 17:41:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 17:41:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 17:41:03] Production.INFO: Account Balance Start.
[2026-09-11 17:41:03] Production.INFO: CreateAllLog Start
[2026-09-11 17:41:03] Production.INFO: 117
[2026-09-11 17:41:03] Production.INFO: Date 2026-09-08
[2026-09-11 17: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-09-11 17:41:03] Production.INFO: Reseller ==> 0
[2026-09-11 17: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-09-11 17: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-09-11 17:41:03] Production.INFO: ==9487== Releasing lock...
[2026-09-11 17:41:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 17:41:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 17:41:03] Production.INFO: Date 2026-09-09
[2026-09-11 17:41:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:41:03] Production.INFO: Date 2026-09-10
[2026-09-11 17:41:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:41:04] Production.INFO: Date 2026-09-11
[2026-09-11 17:41:04] Production.INFO: Reseller ==> 0
[2026-09-11 17:41:04] Production.INFO: Total Charge 0
[2026-09-11 17:41:04] Production.INFO: CreateAllLog End
[2026-09-11 17:41:04] Production.INFO: Account Balance End.
[2026-09-11 17:41:04] Production.ERROR: CronJobId end 12
[2026-09-11 17:41:04] Production.INFO: ==9485== Releasing lock...
[2026-09-11 17:41:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 17:41:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 17:41:04] Production.INFO: ==9481== Releasing lock...
[2026-09-11 17:41:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 17:41:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 17:41:12] Production.ERROR: CronJobId end10
[2026-09-11 17:41:12] Production.INFO: ==9483== Releasing lock...
[2026-09-11 17:41:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 17:41:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 17:41:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 17:41:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 17:41:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 17:41:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 17:41:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 17:41:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 17:41:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 17:41:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 17:41:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 17:41:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 17:41:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 17:41:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 17:41:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 17:41:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 17:41:14] Production.INFO: call_cost start
[2026-09-11 17:41:14] Production.INFO: call_cost end
[2026-09-11 17:41:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 17:41:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 17:41:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 17:41:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 17:41:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 17:41:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 17:41:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 17:41:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 17:41:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 17:41:14] Production.INFO: ==9479== Releasing lock...
[2026-09-11 17:41:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 17:41:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 22:42:02] Production.INFO: ==9548== Lock acquired, processing the job...
[2026-09-11 22:42:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 22:42:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 22:42:02] Production.INFO: neon service started
[2026-09-11 22:42:02] Production.INFO: neon service started
[2026-09-11 22:42:02] Production.INFO: ==9548== Releasing lock...
[2026-09-11 22:42:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 22:42:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 17:42:02] Production.INFO: ==9550== Lock acquired, processing the job...
[2026-09-11 17:42:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 17:42:02] Production.INFO: ==9550== Releasing lock...
[2026-09-11 17:42:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 17:42:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 21:42:03] Production.INFO: ==9552== Lock acquired, processing the job...
[2026-09-11 21:42:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 21:42:03] Production.INFO: ==9552== Releasing lock...
[2026-09-11 21:42:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 21:42:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 17:42:03] Production.INFO: ==9560== Lock acquired, processing the job...
[2026-09-11 17:42:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 17:42:03] Production.INFO: Account Balance Start.
[2026-09-11 17:42:03] Production.INFO: CreateAllLog Start
[2026-09-11 17:42:03] Production.INFO: 117
[2026-09-11 17:42:03] Production.INFO: ==9554== Lock acquired, processing the job...
[2026-09-11 17:42:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 17:42:03] Production.INFO: Date 2026-09-08
[2026-09-11 17:42:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:42:03] Production.INFO: ==9556== Lock acquired, processing the job...
[2026-09-11 17:42:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 17:42:03] Production.INFO: ==9562== Lock acquired, processing the job...
[2026-09-11 17:42:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 17:42:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 17:42:03] Production.INFO: ==9558== Lock acquired, processing the job...
[2026-09-11 17:42:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 17: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-09-11 17: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-09-11 17: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-09-11 17:42:04] Production.INFO: ==9562== Releasing lock...
[2026-09-11 17:42:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 17:42:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 17:42:04] Production.INFO: Date 2026-09-09
[2026-09-11 17:42:04] Production.INFO: Reseller ==> 0
[2026-09-11 17:42:04] Production.INFO: Date 2026-09-10
[2026-09-11 17:42:04] Production.INFO: Reseller ==> 0
[2026-09-11 17:42:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 17:42:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 17:42:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 17:42:04] Production.INFO: Date 2026-09-11
[2026-09-11 17:42:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 17:42:04] Production.INFO: Reseller ==> 0
[2026-09-11 17:42:04] Production.INFO: Total Charge 0
[2026-09-11 17:42:04] Production.INFO: CreateAllLog End
[2026-09-11 17:42:04] Production.INFO: Account Balance End.
[2026-09-11 17:42:04] Production.ERROR: CronJobId end 12
[2026-09-11 17:42:04] Production.INFO: ==9560== Releasing lock...
[2026-09-11 17:42:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 17:42:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 17:42:04] Production.INFO: ==9556== Releasing lock...
[2026-09-11 17:42:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 17:42:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 17:42:12] Production.ERROR: CronJobId end10
[2026-09-11 17:42:12] Production.INFO: ==9558== Releasing lock...
[2026-09-11 17:42:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 17:42:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 17:42:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 17:42:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 17:42:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 17:42:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 17:42:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 17:42:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 17:42:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 17:42:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 17:42:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 17:42:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 17:42:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 17:42:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 17:42:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 17:42:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 17:42:15] Production.INFO: call_cost start
[2026-09-11 17:42:15] Production.INFO: call_cost end
[2026-09-11 17:42:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 17:42:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 17:42:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 17:42:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 17:42:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 17:42:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 17:42:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 17:42:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 17:42:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 17:42:15] Production.INFO: ==9554== Releasing lock...
[2026-09-11 17:42:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 17:42:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 22:43:01] Production.INFO: ==9620== Lock acquired, processing the job...
[2026-09-11 22:43:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 22:43:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 22:43:01] Production.INFO: neon service started
[2026-09-11 22:43:01] Production.INFO: neon service started
[2026-09-11 22:43:01] Production.INFO: ==9620== Releasing lock...
[2026-09-11 22:43:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 22:43:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 17:43:02] Production.INFO: ==9622== Lock acquired, processing the job...
[2026-09-11 17:43:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 17:43:02] Production.INFO: ==9622== Releasing lock...
[2026-09-11 17:43:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 17:43:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 21:43:02] Production.INFO: ==9624== Lock acquired, processing the job...
[2026-09-11 21:43:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 21:43:02] Production.INFO: ==9624== Releasing lock...
[2026-09-11 21:43:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 21:43:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 17:43:03] Production.INFO: ==9630== Lock acquired, processing the job...
[2026-09-11 17:43:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 17:43:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 17:43:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 17:43:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 17:43:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 17:43:03] Production.INFO: ==9628== Lock acquired, processing the job...
[2026-09-11 17:43:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 17:43:03] Production.INFO: ==9626== Lock acquired, processing the job...
[2026-09-11 17:43:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 17:43:03] Production.INFO: ==9632== Lock acquired, processing the job...
[2026-09-11 17:43:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 17:43:03] Production.INFO: ==9634== Lock acquired, processing the job...
[2026-09-11 17:43:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 17:43:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 17:43:03] Production.INFO: Account Balance Start.
[2026-09-11 17:43:03] Production.INFO: CreateAllLog Start
[2026-09-11 17:43:03] Production.INFO: 117
[2026-09-11 17:43:03] Production.INFO: Date 2026-09-08
[2026-09-11 17:43:03] Production.INFO: Reseller ==> 0
[2026-09-11 17: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-09-11 17: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-09-11 17:43:03] Production.INFO: Date 2026-09-09
[2026-09-11 17:43:03] Production.INFO: Reseller ==> 0
[2026-09-11 17: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-09-11 17:43:03] Production.INFO: ==9634== Releasing lock...
[2026-09-11 17:43:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 17:43:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 17:43:03] Production.INFO: Date 2026-09-10
[2026-09-11 17:43:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:43:03] Production.INFO: Date 2026-09-11
[2026-09-11 17:43:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:43:03] Production.INFO: Total Charge 0
[2026-09-11 17:43:03] Production.INFO: CreateAllLog End
[2026-09-11 17:43:04] Production.INFO: Account Balance End.
[2026-09-11 17:43:04] Production.ERROR: CronJobId end 12
[2026-09-11 17:43:04] Production.INFO: ==9632== Releasing lock...
[2026-09-11 17:43:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 17:43:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 17:43:04] Production.INFO: ==9628== Releasing lock...
[2026-09-11 17:43:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 17:43:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 17:43: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-09-11 17:43:11] Production.ERROR: CronJobId end10
[2026-09-11 17:43:11] Production.INFO: ==9630== Releasing lock...
[2026-09-11 17:43:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 17:43:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 17:43:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 17:43:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 17:43:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 17:43:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 17:43:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 17:43:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 17:43:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 17:43:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 17:43:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 17:43:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 17:43:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 17:43:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 17:43:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 17:43:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 17:43:14] Production.INFO: call_cost start
[2026-09-11 17:43:14] Production.INFO: call_cost end
[2026-09-11 17:43:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 17:43:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 17:43:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 17:43:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 17:43:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 17:43:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 17:43:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 17:43:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 17:43:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 17:43:14] Production.INFO: ==9626== Releasing lock...
[2026-09-11 17:43:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 17:43:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 22:44:02] Production.INFO: ==9693== Lock acquired, processing the job...
[2026-09-11 22:44:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 22:44:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 22:44:02] Production.INFO: neon service started
[2026-09-11 22:44:02] Production.INFO: neon service started
[2026-09-11 22:44:02] Production.INFO: ==9693== Releasing lock...
[2026-09-11 22:44:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 22:44:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 17:44:02] Production.INFO: ==9695== Lock acquired, processing the job...
[2026-09-11 17:44:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 21:44:02] Production.INFO: ==9697== Lock acquired, processing the job...
[2026-09-11 21:44:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 21:44:02] Production.INFO: ==9697== Releasing lock...
[2026-09-11 21:44:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 21:44:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 17:44:03] Production.INFO: ==9695== Releasing lock...
[2026-09-11 17:44:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 17:44:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 17:44:03] Production.INFO: ==9702== Lock acquired, processing the job...
[2026-09-11 17:44:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 17:44:03] Production.INFO: ==9700== Lock acquired, processing the job...
[2026-09-11 17:44:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 17:44:03] Production.INFO: ==9704== Lock acquired, processing the job...
[2026-09-11 17:44:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 17:44:04] Production.INFO: ==9706== Lock acquired, processing the job...
[2026-09-11 17:44:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 17:44:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 17:44:04] Production.INFO: ==9708== Lock acquired, processing the job...
[2026-09-11 17:44:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 17:44:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 17:44:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 17:44:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 17:44:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 17:44:04] Production.INFO: Account Balance Start.
[2026-09-11 17:44:04] Production.INFO: CreateAllLog Start
[2026-09-11 17:44:04] Production.INFO: 117
[2026-09-11 17: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-09-11 17:44:04] Production.INFO: Date 2026-09-08
[2026-09-11 17: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-09-11 17:44:04] Production.INFO: Reseller ==> 0
[2026-09-11 17: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-09-11 17:44:04] Production.INFO: ==9708== Releasing lock...
[2026-09-11 17:44:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 17:44:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 17:44:04] Production.INFO: Date 2026-09-09
[2026-09-11 17:44:04] Production.INFO: Reseller ==> 0
[2026-09-11 17:44:04] Production.INFO: Date 2026-09-10
[2026-09-11 17:44:04] Production.INFO: Reseller ==> 0
[2026-09-11 17:44:04] Production.INFO: Date 2026-09-11
[2026-09-11 17:44:04] Production.INFO: Reseller ==> 0
[2026-09-11 17:44:04] Production.INFO: Total Charge 0
[2026-09-11 17:44:04] Production.INFO: CreateAllLog End
[2026-09-11 17:44:04] Production.INFO: Account Balance End.
[2026-09-11 17:44:04] Production.ERROR: CronJobId end 12
[2026-09-11 17:44:04] Production.INFO: ==9706== Releasing lock...
[2026-09-11 17:44:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 17:44:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 17:44:04] Production.INFO: ==9702== Releasing lock...
[2026-09-11 17:44:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 17:44:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 17:44:11] Production.ERROR: CronJobId end10
[2026-09-11 17:44:11] Production.INFO: ==9704== Releasing lock...
[2026-09-11 17:44:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 17:44:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 17:44:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 17:44:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 17:44:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 17:44:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 17:44:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 17:44:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 17:44:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 17:44:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 17:44:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 17:44:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 17:44:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 17:44:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 17:44:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 17:44:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 17:44:15] Production.INFO: call_cost start
[2026-09-11 17:44:15] Production.INFO: call_cost end
[2026-09-11 17:44:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 17:44:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 17:44:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 17:44:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 17:44:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 17:44:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 17:44:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 17:44:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 17:44:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 17:44:15] Production.INFO: ==9700== Releasing lock...
[2026-09-11 17:44:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 17:44:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 22:45:01] Production.INFO: ==9767== Lock acquired, processing the job...
[2026-09-11 22:45:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 22:45:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 22:45:01] Production.INFO: neon service started
[2026-09-11 22:45:01] Production.INFO: neon service started
[2026-09-11 22:45:01] Production.INFO: ==9767== Releasing lock...
[2026-09-11 22:45:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 22:45:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 17:45:02] Production.INFO: ==9769== Lock acquired, processing the job...
[2026-09-11 17:45:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 21:45:02] Production.INFO: ==9771== Lock acquired, processing the job...
[2026-09-11 21:45:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 21:45:02] Production.INFO: ==9771== Releasing lock...
[2026-09-11 21:45:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 21:45:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 17:45:02] Production.INFO: ==9769== Releasing lock...
[2026-09-11 17:45:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 17:45:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 17:45:03] Production.INFO: ==9774== Lock acquired, processing the job...
[2026-09-11 17:45:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-11 17:45:03] Production.ERROR: ========================== active cronjob start =============================
[2026-09-11 17:45:03] Production.ERROR: ========================== active cronjob end =============================
[2026-09-11 17:45:03] Production.INFO: ==9774== Releasing lock...
[2026-09-11 17:45:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-11 17:45:03] Production.INFO: 25.5 MB #Memory Used#
[2026-09-11 17:45:03] Production.INFO: ==9778== Lock acquired, processing the job...
[2026-09-11 17:45:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 17:45:03] Production.INFO: ==9776== Lock acquired, processing the job...
[2026-09-11 17:45:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 17:45:03] Production.INFO: ==9780== Lock acquired, processing the job...
[2026-09-11 17:45:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 17:45:03] Production.INFO: ==9782== Lock acquired, processing the job...
[2026-09-11 17:45:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 17:45:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 17:45:03] Production.INFO: ==9784== Lock acquired, processing the job...
[2026-09-11 17:45:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-11 17:45:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 17:45:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 17:45:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 17:45:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 17:45:03] Production.INFO: Account Balance Start.
[2026-09-11 17:45:03] Production.INFO: CreateAllLog Start
[2026-09-11 17:45:03] Production.INFO: 117
[2026-09-11 17:45:03] Production.INFO: ==9786== Lock acquired, processing the job...
[2026-09-11 17:45:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 17:45:03] Production.ERROR: tblTempUsageDetail_20
[2026-09-11 17:45:03] Production.INFO: Date 2026-09-08
[2026-09-11 17:45:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:45:03] Production.INFO: Date 2026-09-09
[2026-09-11 17:45:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:45:03] Production.INFO: Date 2026-09-10
[2026-09-11 17:45:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:45:04] Production.INFO: Date 2026-09-11
[2026-09-11 17:45:04] Production.INFO: Reseller ==> 0
[2026-09-11 17: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-09-11 17: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-09-11 17: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-09-11 17:45:04] Production.INFO: ==9786== Releasing lock...
[2026-09-11 17:45:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 17:45:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 17:45:04] Production.INFO: Total Charge 0
[2026-09-11 17:45:04] Production.ERROR: done
[2026-09-11 17:45:04] Production.INFO: CreateAllLog End
[2026-09-11 17:45:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-11 17:45:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17985732', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) start
[2026-09-11 17:45:04] Production.INFO: Account Balance End.
[2026-09-11 17:45:04] Production.ERROR: CronJobId end 12
[2026-09-11 17:45:04] Production.INFO: ==9782== Releasing lock...
[2026-09-11 17:45:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 17:45:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 17:45:04] Production.INFO: ==9778== Releasing lock...
[2026-09-11 17:45:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 17:45:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 17:45:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17985732', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) end
[2026-09-11 17:45:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-11 17:45:10] Production.INFO: ProcessCDR(1,17985732,1,1,2)
[2026-09-11 17:45:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17985732,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 17:45:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17985732,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 17:45:10] Production.ERROR: pbx prc_insertCDR start
[2026-09-11 17:45:10] Production.ERROR: pbx prc_insertCDR end
[2026-09-11 17:45:10] Production.INFO: ==9784== Releasing lock...
[2026-09-11 17:45:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-11 17:45:10] Production.INFO: 26 MB #Memory Used#
[2026-09-11 17:45:13] Production.ERROR: CronJobId end10
[2026-09-11 17:45:13] Production.INFO: ==9780== Releasing lock...
[2026-09-11 17:45:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 17:45:13] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 17:45:17] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 17:45:17] Production.INFO: ============== Balance Warning START===========
[2026-09-11 17:45:17] Production.INFO: ============== Balance Warning END===========
[2026-09-11 17:45:17] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 17:45:17] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 17:45:17] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 17:45:17] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 17:45:17] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 17:45:17] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 17:45:17] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 17:45:17] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 17:45:17] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 17:45:17] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 17:45:17] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 17:45:18] Production.INFO: call_cost start
[2026-09-11 17:45:18] Production.INFO: call_cost end
[2026-09-11 17:45:18] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 17:45:18] Production.INFO: ============== Report Schedule START===========
[2026-09-11 17:45:18] Production.INFO: ============== Report Schedule END===========
[2026-09-11 17:45:18] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 17:45:18] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 17:45:18] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 17:45:18] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 17:45:18] Production.INFO: ============== Deal alert START===========
[2026-09-11 17:45:18] Production.INFO: ============== Deal alert END===========
[2026-09-11 17:45:18] Production.INFO: ==9776== Releasing lock...
[2026-09-11 17:45:18] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 17:45:18] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 22:46:02] Production.INFO: ==9845== Lock acquired, processing the job...
[2026-09-11 22:46:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 22:46:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 22:46:02] Production.INFO: neon service started
[2026-09-11 22:46:02] Production.INFO: neon service started
[2026-09-11 22:46:02] Production.INFO: ==9845== Releasing lock...
[2026-09-11 22:46:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 22:46:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 21:46:02] Production.INFO: ==9849== Lock acquired, processing the job...
[2026-09-11 21:46:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 21:46:02] Production.INFO: ==9849== Releasing lock...
[2026-09-11 21:46:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 21:46:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 17:46:02] Production.INFO: ==9847== Lock acquired, processing the job...
[2026-09-11 17:46:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 17:46:02] Production.INFO: ==9847== Releasing lock...
[2026-09-11 17:46:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 17:46:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 17:46:03] Production.INFO: ==9858== Lock acquired, processing the job...
[2026-09-11 17:46:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 17:46:03] Production.INFO: Account Balance Start.
[2026-09-11 17:46:03] Production.INFO: CreateAllLog Start
[2026-09-11 17:46:03] Production.INFO: 117
[2026-09-11 17:46:03] Production.INFO: Date 2026-09-08
[2026-09-11 17:46:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:46:03] Production.INFO: Date 2026-09-09
[2026-09-11 17:46:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:46:03] Production.INFO: Date 2026-09-10
[2026-09-11 17:46:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:46:03] Production.INFO: Date 2026-09-11
[2026-09-11 17:46:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:46:03] Production.INFO: Total Charge 0
[2026-09-11 17:46:03] Production.INFO: CreateAllLog End
[2026-09-11 17:46:03] Production.INFO: ==9852== Lock acquired, processing the job...
[2026-09-11 17:46:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 17:46:03] Production.INFO: ==9854== Lock acquired, processing the job...
[2026-09-11 17:46:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 17:46:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 17:46:03] Production.INFO: Account Balance End.
[2026-09-11 17:46:03] Production.INFO: ==9856== Lock acquired, processing the job...
[2026-09-11 17:46:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 17:46:03] Production.ERROR: CronJobId end 12
[2026-09-11 17:46:03] Production.INFO: ==9858== Releasing lock...
[2026-09-11 17:46:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 17:46:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 17:46:03] Production.INFO: ==9860== Lock acquired, processing the job...
[2026-09-11 17:46:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 17:46:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 17:46:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 17:46:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 17:46:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 17:46: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-09-11 17:46: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-09-11 17:46:04] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-09-11 17:46:04] Production.INFO: ==9860== Releasing lock...
[2026-09-11 17:46:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 17:46:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 17:46:04] Production.INFO: ==9854== Releasing lock...
[2026-09-11 17:46:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 17:46:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 17:46:11] Production.ERROR: CronJobId end10
[2026-09-11 17:46:11] Production.INFO: ==9856== Releasing lock...
[2026-09-11 17:46:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 17:46:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 17:46:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 17:46:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 17:46:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 17:46:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 17:46:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 17:46:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 17:46:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 17:46:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 17:46:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 17:46:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 17:46:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 17:46:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 17:46:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 17:46:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 17:46:14] Production.INFO: call_cost start
[2026-09-11 17:46:14] Production.INFO: call_cost end
[2026-09-11 17:46:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 17:46:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 17:46:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 17:46:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 17:46:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 17:46:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 17:46:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 17:46:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 17:46:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 17:46:14] Production.INFO: ==9852== Releasing lock...
[2026-09-11 17:46:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 17:46:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 22:47:01] Production.INFO: ==9917== Lock acquired, processing the job...
[2026-09-11 22:47:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 22:47:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 22:47:01] Production.INFO: neon service started
[2026-09-11 22:47:01] Production.INFO: neon service started
[2026-09-11 22:47:01] Production.INFO: ==9917== Releasing lock...
[2026-09-11 22:47:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 22:47:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 17:47:01] Production.INFO: ==9919== Lock acquired, processing the job...
[2026-09-11 17:47:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 17:47:02] Production.INFO: ==9919== Releasing lock...
[2026-09-11 17:47:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 17:47:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 21:47:02] Production.INFO: ==9921== Lock acquired, processing the job...
[2026-09-11 21:47:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 21:47:02] Production.INFO: ==9921== Releasing lock...
[2026-09-11 21:47:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 21:47:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 17:47:02] Production.INFO: ==9930== Lock acquired, processing the job...
[2026-09-11 17:47:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 17:47:02] Production.INFO: ==9924== Lock acquired, processing the job...
[2026-09-11 17:47:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 17:47:02] Production.INFO: Account Balance Start.
[2026-09-11 17:47:02] Production.INFO: CreateAllLog Start
[2026-09-11 17:47:02] Production.INFO: 117
[2026-09-11 17:47:02] Production.INFO: Date 2026-09-08
[2026-09-11 17:47:02] Production.INFO: Reseller ==> 0
[2026-09-11 17:47:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 17:47:02] Production.INFO: Date 2026-09-09
[2026-09-11 17:47:02] Production.INFO: Reseller ==> 0
[2026-09-11 17:47:03] Production.INFO: Date 2026-09-10
[2026-09-11 17:47:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:47:03] Production.INFO: ==9926== Lock acquired, processing the job...
[2026-09-11 17:47:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 17:47:03] Production.INFO: ==9928== Lock acquired, processing the job...
[2026-09-11 17:47:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 17:47:03] Production.INFO: Date 2026-09-11
[2026-09-11 17:47:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:47:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 17:47:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 17:47:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 17:47:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 17:47:03] Production.INFO: Total Charge 0
[2026-09-11 17:47:03] Production.INFO: CreateAllLog End
[2026-09-11 17:47:03] Production.INFO: ==9932== Lock acquired, processing the job...
[2026-09-11 17:47:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 17: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-09-11 17: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-09-11 17: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-09-11 17:47:03] Production.INFO: ==9932== Releasing lock...
[2026-09-11 17:47:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 17:47:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 17:47:03] Production.INFO: Account Balance End.
[2026-09-11 17:47:03] Production.ERROR: CronJobId end 12
[2026-09-11 17:47:03] Production.INFO: ==9930== Releasing lock...
[2026-09-11 17:47:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 17:47:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 17:47:03] Production.INFO: ==9926== Releasing lock...
[2026-09-11 17:47:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 17:47:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 17:47:13] Production.ERROR: CronJobId end10
[2026-09-11 17:47:13] Production.INFO: ==9928== Releasing lock...
[2026-09-11 17:47:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 17:47:13] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 17:47:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 17:47:15] Production.INFO: ============== Balance Warning START===========
[2026-09-11 17:47:15] Production.INFO: ============== Balance Warning END===========
[2026-09-11 17:47:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 17:47:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 17:47:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 17:47:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 17:47:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 17:47:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 17:47:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 17:47:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 17:47:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 17:47:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 17:47:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 17:47:15] Production.INFO: call_cost start
[2026-09-11 17:47:15] Production.INFO: call_cost end
[2026-09-11 17:47:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 17:47:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 17:47:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 17:47:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 17:47:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 17:47:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 17:47:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 17:47:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 17:47:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 17:47:15] Production.INFO: ==9924== Releasing lock...
[2026-09-11 17:47:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 17:47:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 22:48:01] Production.INFO: ==9999== Lock acquired, processing the job...
[2026-09-11 22:48:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 22:48:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 22:48:01] Production.INFO: neon service started
[2026-09-11 22:48:01] Production.INFO: neon service started
[2026-09-11 22:48:01] Production.INFO: ==9999== Releasing lock...
[2026-09-11 22:48:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 22:48:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 17:48:02] Production.INFO: ==10001== Lock acquired, processing the job...
[2026-09-11 17:48:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 17:48:02] Production.INFO: ==10001== Releasing lock...
[2026-09-11 17:48:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 17:48:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 21:48:02] Production.INFO: ==10003== Lock acquired, processing the job...
[2026-09-11 21:48:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 21:48:02] Production.INFO: ==10003== Releasing lock...
[2026-09-11 21:48:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 21:48:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 17:48:03] Production.INFO: ==10005== Lock acquired, processing the job...
[2026-09-11 17:48:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 17:48:03] Production.INFO: ==10007== Lock acquired, processing the job...
[2026-09-11 17:48:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 17:48:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 17:48:03] Production.INFO: ==10011== Lock acquired, processing the job...
[2026-09-11 17:48:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 17:48:03] Production.INFO: ==10009== Lock acquired, processing the job...
[2026-09-11 17:48:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 17:48:03] Production.INFO: Account Balance Start.
[2026-09-11 17:48:03] Production.INFO: CreateAllLog Start
[2026-09-11 17:48:03] Production.INFO: 117
[2026-09-11 17:48:03] Production.INFO: Date 2026-09-08
[2026-09-11 17:48:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:48:03] Production.INFO: Date 2026-09-09
[2026-09-11 17:48:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:48:03] Production.INFO: ==10013== Lock acquired, processing the job...
[2026-09-11 17:48:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 17:48:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 17:48:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 17:48:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 17:48:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 17:48:03] Production.INFO: Date 2026-09-10
[2026-09-11 17:48:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:48:03] Production.INFO: Date 2026-09-11
[2026-09-11 17:48:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:48:03] Production.INFO: Total Charge 0
[2026-09-11 17:48:03] Production.INFO: CreateAllLog End
[2026-09-11 17: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-09-11 17: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-09-11 17: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-09-11 17:48:03] Production.INFO: ==10013== Releasing lock...
[2026-09-11 17:48:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 17:48:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 17:48:03] Production.INFO: Account Balance End.
[2026-09-11 17:48:03] Production.ERROR: CronJobId end 12
[2026-09-11 17:48:03] Production.INFO: ==10011== Releasing lock...
[2026-09-11 17:48:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 17:48:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 17:48:04] Production.INFO: ==10007== Releasing lock...
[2026-09-11 17:48:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 17:48:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 17:48:11] Production.ERROR: CronJobId end10
[2026-09-11 17:48:11] Production.INFO: ==10009== Releasing lock...
[2026-09-11 17:48:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 17:48:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 17:48:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 17:48:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 17:48:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 17:48:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 17:48:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 17:48:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 17:48:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 17:48:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 17:48:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 17:48:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 17:48:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 17:48:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 17:48:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 17:48:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 17:48:14] Production.INFO: call_cost start
[2026-09-11 17:48:14] Production.INFO: call_cost end
[2026-09-11 17:48:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 17:48:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 17:48:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 17:48:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 17:48:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 17:48:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 17:48:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 17:48:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 17:48:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 17:48:14] Production.INFO: ==10005== Releasing lock...
[2026-09-11 17:48:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 17:48:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 22:49:02] Production.INFO: ==10075== Lock acquired, processing the job...
[2026-09-11 22:49:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 22:49:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 22:49:02] Production.INFO: neon service started
[2026-09-11 22:49:02] Production.INFO: neon service started
[2026-09-11 22:49:02] Production.INFO: ==10075== Releasing lock...
[2026-09-11 22:49:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 22:49:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 17:49:02] Production.INFO: ==10077== Lock acquired, processing the job...
[2026-09-11 17:49:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 21:49:02] Production.INFO: ==10079== Lock acquired, processing the job...
[2026-09-11 21:49:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 21:49:03] Production.INFO: ==10079== Releasing lock...
[2026-09-11 21:49:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 21:49:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 17:49:03] Production.INFO: ==10077== Releasing lock...
[2026-09-11 17:49:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 17:49:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 17:49:03] Production.INFO: ==10082== Lock acquired, processing the job...
[2026-09-11 17:49:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 17:49:04] Production.INFO: ==10086== Lock acquired, processing the job...
[2026-09-11 17:49:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 17:49:04] Production.INFO: ==10084== Lock acquired, processing the job...
[2026-09-11 17:49:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 17:49:04] Production.INFO: ==10090== Lock acquired, processing the job...
[2026-09-11 17:49:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 17:49:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 17:49:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 17:49:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 17:49:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 17:49:04] Production.INFO: ==10088== Lock acquired, processing the job...
[2026-09-11 17:49:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 17: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-09-11 17: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-09-11 17:49:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 17: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-09-11 17:49:04] Production.INFO: ==10090== Releasing lock...
[2026-09-11 17:49:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 17:49:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 17:49:04] Production.INFO: Account Balance Start.
[2026-09-11 17:49:04] Production.INFO: CreateAllLog Start
[2026-09-11 17:49:04] Production.INFO: 117
[2026-09-11 17:49:04] Production.INFO: Date 2026-09-08
[2026-09-11 17:49:04] Production.INFO: Reseller ==> 0
[2026-09-11 17:49:04] Production.INFO: Date 2026-09-09
[2026-09-11 17:49:04] Production.INFO: Reseller ==> 0
[2026-09-11 17:49:04] Production.INFO: Date 2026-09-10
[2026-09-11 17:49:04] Production.INFO: Reseller ==> 0
[2026-09-11 17:49:04] Production.INFO: Date 2026-09-11
[2026-09-11 17:49:04] Production.INFO: Reseller ==> 0
[2026-09-11 17:49:04] Production.INFO: Total Charge 0
[2026-09-11 17:49:04] Production.INFO: CreateAllLog End
[2026-09-11 17:49:04] Production.INFO: ==10084== Releasing lock...
[2026-09-11 17:49:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 17:49:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 17:49:04] Production.INFO: Account Balance End.
[2026-09-11 17:49:04] Production.ERROR: CronJobId end 12
[2026-09-11 17:49:04] Production.INFO: ==10088== Releasing lock...
[2026-09-11 17:49:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 17:49:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 17:49:12] Production.ERROR: CronJobId end10
[2026-09-11 17:49:12] Production.INFO: ==10086== Releasing lock...
[2026-09-11 17:49:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 17:49:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 17:49:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 17:49:15] Production.INFO: ============== Balance Warning START===========
[2026-09-11 17:49:15] Production.INFO: ============== Balance Warning END===========
[2026-09-11 17:49:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 17:49:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 17:49:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 17:49:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 17:49:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 17:49:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 17:49:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 17:49:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 17:49:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 17:49:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 17:49:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 17:49:15] Production.INFO: call_cost start
[2026-09-11 17:49:15] Production.INFO: call_cost end
[2026-09-11 17:49:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 17:49:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 17:49:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 17:49:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 17:49:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 17:49:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 17:49:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 17:49:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 17:49:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 17:49:15] Production.INFO: ==10082== Releasing lock...
[2026-09-11 17:49:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 17:49:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 22:50:01] Production.INFO: ==10148== Lock acquired, processing the job...
[2026-09-11 22:50:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 22:50:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 22:50:01] Production.INFO: neon service started
[2026-09-11 22:50:01] Production.INFO: neon service started
[2026-09-11 22:50:01] Production.INFO: ==10148== Releasing lock...
[2026-09-11 22:50:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 22:50:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 17:50:02] Production.INFO: ==10150== Lock acquired, processing the job...
[2026-09-11 17:50:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 21:50:02] Production.INFO: ==10152== Lock acquired, processing the job...
[2026-09-11 21:50:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 21:50:02] Production.INFO: ==10152== Releasing lock...
[2026-09-11 21:50:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 21:50:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 17:50:02] Production.INFO: ==10150== Releasing lock...
[2026-09-11 17:50:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 17:50:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 17:50:03] Production.INFO: ==10154== Lock acquired, processing the job...
[2026-09-11 17:50:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 17:50:03] Production.INFO: ==10156== Lock acquired, processing the job...
[2026-09-11 17:50:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 17:50:03] Production.INFO: ==10159== Lock acquired, processing the job...
[2026-09-11 17:50:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 17:50:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 17:50:03] Production.INFO: ==10161== Lock acquired, processing the job...
[2026-09-11 17:50:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 17:50:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 17:50:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 17:50:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 17:50:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 17:50:03] Production.INFO: ==10163== Lock acquired, processing the job...
[2026-09-11 17:50:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 17:50:03] Production.INFO: Account Balance Start.
[2026-09-11 17:50:03] Production.INFO: CreateAllLog Start
[2026-09-11 17:50:03] Production.INFO: 117
[2026-09-11 17:50:03] Production.INFO: Date 2026-09-08
[2026-09-11 17:50:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:50:03] Production.INFO: Date 2026-09-09
[2026-09-11 17:50:03] Production.INFO: Reseller ==> 0
[2026-09-11 17: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-09-11 17: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-09-11 17: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-09-11 17:50:03] Production.INFO: ==10163== Releasing lock...
[2026-09-11 17:50:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 17:50:03] Production.INFO: Date 2026-09-10
[2026-09-11 17:50:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 17:50:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:50:03] Production.INFO: Date 2026-09-11
[2026-09-11 17:50:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:50:03] Production.INFO: Total Charge 0
[2026-09-11 17:50:03] Production.INFO: CreateAllLog End
[2026-09-11 17:50:04] Production.INFO: Account Balance End.
[2026-09-11 17:50:04] Production.ERROR: CronJobId end 12
[2026-09-11 17:50:04] Production.INFO: ==10161== Releasing lock...
[2026-09-11 17:50:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 17:50:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 17:50:04] Production.INFO: ==10156== Releasing lock...
[2026-09-11 17:50:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 17:50:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 17:50:11] Production.ERROR: CronJobId end10
[2026-09-11 17:50:11] Production.INFO: ==10159== Releasing lock...
[2026-09-11 17:50:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 17:50:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 17:50:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 17:50:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 17:50:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 17:50:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 17:50:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 17:50:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 17:50:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 17:50:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 17:50:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 17:50:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 17:50:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 17:50:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 17:50:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 17:50:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 17:50:14] Production.INFO: call_cost start
[2026-09-11 17:50:14] Production.INFO: call_cost end
[2026-09-11 17:50:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 17:50:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 17:50:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 17:50:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 17:50:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 17:50:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 17:50:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 17:50:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 17:50:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 17:50:14] Production.INFO: ==10154== Releasing lock...
[2026-09-11 17:50:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 17:50:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 22:51:02] Production.INFO: ==10219== Lock acquired, processing the job...
[2026-09-11 22:51:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 22:51:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 22:51:02] Production.INFO: neon service started
[2026-09-11 22:51:02] Production.INFO: neon service started
[2026-09-11 22:51:02] Production.INFO: ==10219== Releasing lock...
[2026-09-11 22:51:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 22:51:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 17:51:02] Production.INFO: ==10221== Lock acquired, processing the job...
[2026-09-11 17:51:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 17:51:02] Production.INFO: ==10221== Releasing lock...
[2026-09-11 17:51:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 17:51:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 21:51:02] Production.INFO: ==10223== Lock acquired, processing the job...
[2026-09-11 21:51:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 21:51:02] Production.INFO: ==10223== Releasing lock...
[2026-09-11 21:51:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 21:51:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 17:51:03] Production.INFO: ==10225== Lock acquired, processing the job...
[2026-09-11 17:51:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 17:51:03] Production.INFO: ==10227== Lock acquired, processing the job...
[2026-09-11 17:51:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 17:51:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 17:51:03] Production.INFO: ==10231== Lock acquired, processing the job...
[2026-09-11 17:51:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 17:51:03] Production.INFO: ==10233== Lock acquired, processing the job...
[2026-09-11 17:51:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 17:51:03] Production.INFO: ==10229== Lock acquired, processing the job...
[2026-09-11 17:51:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 17:51:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 17:51:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 17:51:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 17:51:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 17:51:03] Production.INFO: Account Balance Start.
[2026-09-11 17:51:03] Production.INFO: CreateAllLog Start
[2026-09-11 17:51:03] Production.INFO: 117
[2026-09-11 17: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-09-11 17:51:03] Production.INFO: Date 2026-09-08
[2026-09-11 17: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-09-11 17:51:03] Production.INFO: Reseller ==> 0
[2026-09-11 17: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-09-11 17:51:03] Production.INFO: ==10233== Releasing lock...
[2026-09-11 17:51:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 17:51:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 17:51:03] Production.INFO: Date 2026-09-09
[2026-09-11 17:51:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:51:03] Production.INFO: Date 2026-09-10
[2026-09-11 17:51:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:51:03] Production.INFO: Date 2026-09-11
[2026-09-11 17:51:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:51:04] Production.INFO: Total Charge 0
[2026-09-11 17:51:04] Production.INFO: CreateAllLog End
[2026-09-11 17:51:04] Production.INFO: Account Balance End.
[2026-09-11 17:51:04] Production.ERROR: CronJobId end 12
[2026-09-11 17:51:04] Production.INFO: ==10231== Releasing lock...
[2026-09-11 17:51:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 17:51:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 17:51:04] Production.INFO: ==10227== Releasing lock...
[2026-09-11 17:51:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 17:51:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 17:51:11] Production.ERROR: CronJobId end10
[2026-09-11 17:51:11] Production.INFO: ==10229== Releasing lock...
[2026-09-11 17:51:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 17:51:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 17:51:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 17:51:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 17:51:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 17:51:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 17:51:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 17:51:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 17:51:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 17:51:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 17:51:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 17:51:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 17:51:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 17:51:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 17:51:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 17:51:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 17:51:14] Production.INFO: call_cost start
[2026-09-11 17:51:14] Production.INFO: call_cost end
[2026-09-11 17:51:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 17:51:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 17:51:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 17:51:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 17:51:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 17:51:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 17:51:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 17:51:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 17:51:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 17:51:14] Production.INFO: ==10225== Releasing lock...
[2026-09-11 17:51:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 17:51:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 22:52:01] Production.INFO: ==10293== Lock acquired, processing the job...
[2026-09-11 22:52:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 22:52:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 22:52:01] Production.INFO: neon service started
[2026-09-11 22:52:01] Production.INFO: neon service started
[2026-09-11 22:52:01] Production.INFO: ==10293== Releasing lock...
[2026-09-11 22:52:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 22:52:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 17:52:02] Production.INFO: ==10295== Lock acquired, processing the job...
[2026-09-11 17:52:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 21:52:02] Production.INFO: ==10297== Lock acquired, processing the job...
[2026-09-11 21:52:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 21:52:02] Production.INFO: ==10297== Releasing lock...
[2026-09-11 21:52:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 21:52:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 17:52:02] Production.INFO: ==10295== Releasing lock...
[2026-09-11 17:52:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 17:52:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 17:52:03] Production.INFO: ==10300== Lock acquired, processing the job...
[2026-09-11 17:52:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 17:52:03] Production.INFO: ==10304== Lock acquired, processing the job...
[2026-09-11 17:52:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 17:52:03] Production.INFO: ==10302== Lock acquired, processing the job...
[2026-09-11 17:52:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 17:52:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 17:52:03] Production.INFO: ==10306== Lock acquired, processing the job...
[2026-09-11 17:52:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 17:52:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 17:52:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 17:52:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 17:52:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 17:52:03] Production.INFO: ==10308== Lock acquired, processing the job...
[2026-09-11 17:52:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 17:52:03] Production.INFO: Account Balance Start.
[2026-09-11 17:52:03] Production.INFO: CreateAllLog Start
[2026-09-11 17:52:03] Production.INFO: 117
[2026-09-11 17:52:03] Production.INFO: Date 2026-09-08
[2026-09-11 17:52:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:52:03] Production.INFO: Date 2026-09-09
[2026-09-11 17:52:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:52:03] Production.INFO: Date 2026-09-10
[2026-09-11 17:52:03] Production.INFO: Reseller ==> 0
[2026-09-11 17: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-09-11 17: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-09-11 17:52:03] Production.INFO: Date 2026-09-11
[2026-09-11 17:52:03] Production.INFO: Reseller ==> 0
[2026-09-11 17: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-09-11 17:52:03] Production.INFO: Total Charge 0
[2026-09-11 17:52:03] Production.INFO: ==10308== Releasing lock...
[2026-09-11 17:52:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 17:52:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 17:52:03] Production.INFO: CreateAllLog End
[2026-09-11 17:52:03] Production.INFO: Account Balance End.
[2026-09-11 17:52:03] Production.ERROR: CronJobId end 12
[2026-09-11 17:52:03] Production.INFO: ==10306== Releasing lock...
[2026-09-11 17:52:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 17:52:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 17:52:04] Production.INFO: ==10302== Releasing lock...
[2026-09-11 17:52:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 17:52:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 17:52:11] Production.ERROR: CronJobId end10
[2026-09-11 17:52:11] Production.INFO: ==10304== Releasing lock...
[2026-09-11 17:52:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 17:52:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 17:52:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 17:52:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 17:52:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 17:52:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 17:52:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 17:52:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 17:52:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 17:52:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 17:52:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 17:52:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 17:52:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 17:52:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 17:52:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 17:52:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 17:52:15] Production.INFO: call_cost start
[2026-09-11 17:52:15] Production.INFO: call_cost end
[2026-09-11 17:52:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 17:52:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 17:52:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 17:52:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 17:52:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 17:52:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 17:52:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 17:52:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 17:52:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 17:52:15] Production.INFO: ==10300== Releasing lock...
[2026-09-11 17:52:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 17:52:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 22:53:02] Production.INFO: ==10369== Lock acquired, processing the job...
[2026-09-11 22:53:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 22:53:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 22:53:02] Production.INFO: neon service started
[2026-09-11 22:53:02] Production.INFO: neon service started
[2026-09-11 22:53:02] Production.INFO: ==10369== Releasing lock...
[2026-09-11 22:53:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 22:53:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 21:53:02] Production.INFO: ==10374== Lock acquired, processing the job...
[2026-09-11 21:53:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 21:53:02] Production.INFO: ==10374== Releasing lock...
[2026-09-11 21:53:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 21:53:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 17:53:02] Production.INFO: ==10372== Lock acquired, processing the job...
[2026-09-11 17:53:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 17:53:02] Production.INFO: ==10372== Releasing lock...
[2026-09-11 17:53:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 17:53:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 17:53:03] Production.INFO: ==10376== Lock acquired, processing the job...
[2026-09-11 17:53:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 17:53:03] Production.INFO: ==10378== Lock acquired, processing the job...
[2026-09-11 17:53:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 17:53:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 17:53:03] Production.INFO: ==10380== Lock acquired, processing the job...
[2026-09-11 17:53:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 17:53:03] Production.INFO: ==10382== Lock acquired, processing the job...
[2026-09-11 17:53:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 17:53:03] Production.INFO: ==10384== Lock acquired, processing the job...
[2026-09-11 17:53:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 17:53:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 17:53:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 17:53:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 17:53:03] Production.INFO: Account Balance Start.
[2026-09-11 17:53:03] Production.INFO: CreateAllLog Start
[2026-09-11 17:53:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 17:53:03] Production.INFO: 117
[2026-09-11 17:53:03] Production.INFO: Date 2026-09-08
[2026-09-11 17:53:03] Production.INFO: Reseller ==> 0
[2026-09-11 17: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-09-11 17: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-09-11 17: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-09-11 17:53:03] Production.INFO: Date 2026-09-09
[2026-09-11 17:53:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:53:03] Production.INFO: ==10384== Releasing lock...
[2026-09-11 17:53:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 17:53:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 17:53:03] Production.INFO: Date 2026-09-10
[2026-09-11 17:53:04] Production.INFO: Reseller ==> 0
[2026-09-11 17:53:04] Production.INFO: Date 2026-09-11
[2026-09-11 17:53:04] Production.INFO: Reseller ==> 0
[2026-09-11 17:53:04] Production.INFO: Total Charge 0
[2026-09-11 17:53:04] Production.INFO: CreateAllLog End
[2026-09-11 17:53:04] Production.INFO: Account Balance End.
[2026-09-11 17:53:04] Production.ERROR: CronJobId end 12
[2026-09-11 17:53:04] Production.INFO: ==10382== Releasing lock...
[2026-09-11 17:53:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 17:53:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 17:53:04] Production.INFO: ==10378== Releasing lock...
[2026-09-11 17:53:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 17:53:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 17:53:13] Production.ERROR: CronJobId end10
[2026-09-11 17:53:13] Production.INFO: ==10380== Releasing lock...
[2026-09-11 17:53:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 17:53:13] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 17:53:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 17:53:15] Production.INFO: ============== Balance Warning START===========
[2026-09-11 17:53:15] Production.INFO: ============== Balance Warning END===========
[2026-09-11 17:53:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 17:53:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 17:53:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 17:53:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 17:53:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 17:53:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 17:53:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 17:53:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 17:53:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 17:53:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 17:53:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 17:53:16] Production.INFO: call_cost start
[2026-09-11 17:53:16] Production.INFO: call_cost end
[2026-09-11 17:53:16] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 17:53:16] Production.INFO: ============== Report Schedule START===========
[2026-09-11 17:53:16] Production.INFO: ============== Report Schedule END===========
[2026-09-11 17:53:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 17:53:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 17:53:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 17:53:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 17:53:16] Production.INFO: ============== Deal alert START===========
[2026-09-11 17:53:16] Production.INFO: ============== Deal alert END===========
[2026-09-11 17:53:16] Production.INFO: ==10376== Releasing lock...
[2026-09-11 17:53:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 17:53:16] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 22:54:01] Production.INFO: ==10442== Lock acquired, processing the job...
[2026-09-11 22:54:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 22:54:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 22:54:01] Production.INFO: neon service started
[2026-09-11 22:54:01] Production.INFO: neon service started
[2026-09-11 22:54:01] Production.INFO: ==10442== Releasing lock...
[2026-09-11 22:54:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 22:54:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 17:54:01] Production.INFO: ==10444== Lock acquired, processing the job...
[2026-09-11 17:54:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 17:54:02] Production.INFO: ==10444== Releasing lock...
[2026-09-11 17:54:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 17:54:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 21:54:02] Production.INFO: ==10446== Lock acquired, processing the job...
[2026-09-11 21:54:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 21:54:02] Production.INFO: ==10446== Releasing lock...
[2026-09-11 21:54:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 21:54:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 17:54:02] Production.INFO: ==10449== Lock acquired, processing the job...
[2026-09-11 17:54:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 17:54:02] Production.INFO: ==10451== Lock acquired, processing the job...
[2026-09-11 17:54:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 17:54:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 17:54:03] Production.INFO: ==10457== Lock acquired, processing the job...
[2026-09-11 17:54:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 17:54:03] Production.INFO: ==10455== Lock acquired, processing the job...
[2026-09-11 17:54:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 17:54:03] Production.INFO: ==10453== Lock acquired, processing the job...
[2026-09-11 17:54:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 17:54:03] Production.INFO: Account Balance Start.
[2026-09-11 17:54:03] Production.INFO: CreateAllLog Start
[2026-09-11 17:54:03] Production.INFO: 117
[2026-09-11 17:54:03] Production.INFO: Date 2026-09-08
[2026-09-11 17: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-09-11 17: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-09-11 17: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-09-11 17:54:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:54:03] Production.INFO: ==10457== Releasing lock...
[2026-09-11 17:54:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 17:54:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 17:54:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 17:54:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 17:54:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 17:54:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 17:54:03] Production.INFO: Date 2026-09-09
[2026-09-11 17:54:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:54:03] Production.INFO: Date 2026-09-10
[2026-09-11 17:54:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:54:03] Production.INFO: Date 2026-09-11
[2026-09-11 17:54:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:54:03] Production.INFO: Total Charge 0
[2026-09-11 17:54:03] Production.INFO: CreateAllLog End
[2026-09-11 17:54:03] Production.INFO: Account Balance End.
[2026-09-11 17:54:03] Production.ERROR: CronJobId end 12
[2026-09-11 17:54:03] Production.INFO: ==10455== Releasing lock...
[2026-09-11 17:54:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 17:54:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 17:54:04] Production.INFO: ==10451== Releasing lock...
[2026-09-11 17:54:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 17:54:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 17:54:12] Production.ERROR: CronJobId end10
[2026-09-11 17:54:12] Production.INFO: ==10453== Releasing lock...
[2026-09-11 17:54:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 17:54:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 17:54:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 17:54:15] Production.INFO: ============== Balance Warning START===========
[2026-09-11 17:54:15] Production.INFO: ============== Balance Warning END===========
[2026-09-11 17:54:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 17:54:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 17:54:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 17:54:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 17:54:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 17:54:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 17:54:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 17:54:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 17:54:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 17:54:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 17:54:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 17:54:15] Production.INFO: call_cost start
[2026-09-11 17:54:15] Production.INFO: call_cost end
[2026-09-11 17:54:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 17:54:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 17:54:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 17:54:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 17:54:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 17:54:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 17:54:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 17:54:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 17:54:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 17:54:15] Production.INFO: ==10449== Releasing lock...
[2026-09-11 17:54:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 17:54:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 22:55:01] Production.INFO: ==10515== Lock acquired, processing the job...
[2026-09-11 22:55:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 22:55:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 22:55:01] Production.INFO: neon service started
[2026-09-11 22:55:01] Production.INFO: neon service started
[2026-09-11 22:55:01] Production.INFO: ==10515== Releasing lock...
[2026-09-11 22:55:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 22:55:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 17:55:02] Production.INFO: ==10517== Lock acquired, processing the job...
[2026-09-11 17:55:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 17:55:02] Production.INFO: ==10517== Releasing lock...
[2026-09-11 17:55:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 17:55:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 21:55:02] Production.INFO: ==10519== Lock acquired, processing the job...
[2026-09-11 21:55:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 21:55:02] Production.INFO: ==10519== Releasing lock...
[2026-09-11 21:55:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 21:55:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 17:55:03] Production.INFO: ==10522== Lock acquired, processing the job...
[2026-09-11 17:55:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-11 17:55:03] Production.INFO: ==10524== Lock acquired, processing the job...
[2026-09-11 17:55:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 17:55:03] Production.INFO: ==10526== Lock acquired, processing the job...
[2026-09-11 17:55:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 17:55:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 17:55:03] Production.INFO: ==10532== Lock acquired, processing the job...
[2026-09-11 17:55:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-11 17:55:03] Production.ERROR: ========================== active cronjob start =============================
[2026-09-11 17:55:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-11 17:55:03] Production.ERROR: CronJob PID - 10524
[2026-09-11 17:55:03] Production.ERROR: CronJob Title - System Alerts
[2026-09-11 17:55:03] Production.ERROR: CronJob ID - 5
[2026-09-11 17:55:03] Production.ERROR: CronJob Last Run Time 2026-09-11 17:55:00
[2026-09-11 17:55:03] Production.ERROR: CronJob Active Minutes 0
[2026-09-11 17:55:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-11 17:55:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-11 17:55:03] Production.ERROR: CronJob PID - 10526
[2026-09-11 17:55:03] Production.ERROR: CronJob Title - Account Block
[2026-09-11 17:55:03] Production.ERROR: CronJob ID - 7
[2026-09-11 17:55:03] Production.ERROR: CronJob Last Run Time 2026-09-11 17:55:00
[2026-09-11 17:55:03] Production.ERROR: CronJob Active Minutes 0
[2026-09-11 17:55:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-11 17:55:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-11 17:55:03] Production.ERROR: CronJob PID - 10532
[2026-09-11 17:55:03] Production.ERROR: CronJob Title - PBX - DanielGraystone - 54.39.17.106 Reseller CDR Process
[2026-09-11 17:55:03] Production.ERROR: CronJob ID - 17
[2026-09-11 17:55:03] Production.ERROR: CronJob Last Run Time 2026-09-11 17:55:00
[2026-09-11 17:55:03] Production.ERROR: CronJob Active Minutes 0
[2026-09-11 17:55:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-11 17:55:03] Production.ERROR: tblTempUsageDetail_20
[2026-09-11 17:55:03] Production.ERROR: ========================== active cronjob end =============================
[2026-09-11 17:55:03] Production.INFO: ==10522== Releasing lock...
[2026-09-11 17:55:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-11 17:55:03] Production.INFO: 25.5 MB #Memory Used#
[2026-09-11 17:55:03] Production.INFO: ==10528== Lock acquired, processing the job...
[2026-09-11 17:55:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 17:55:03] Production.INFO: ==10530== Lock acquired, processing the job...
[2026-09-11 17:55:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 17:55:04] Production.INFO: ==10534== Lock acquired, processing the job...
[2026-09-11 17:55:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 17:55:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 17:55:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 17:55:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 17:55:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 17:55:04] Production.INFO: Account Balance Start.
[2026-09-11 17:55:04] Production.INFO: CreateAllLog Start
[2026-09-11 17:55:04] Production.INFO: 117
[2026-09-11 17:55:04] Production.ERROR: done
[2026-09-11 17:55:04] Production.INFO: Date 2026-09-08
[2026-09-11 17: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-09-11 17:55:04] Production.INFO: Reseller ==> 0
[2026-09-11 17: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-09-11 17: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-09-11 17:55:04] Production.INFO: ==10534== Releasing lock...
[2026-09-11 17:55:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 17:55:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 17:55:04] Production.INFO: Date 2026-09-09
[2026-09-11 17:55:04] Production.INFO: Reseller ==> 0
[2026-09-11 17:55:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-11 17:55:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17985773', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) start
[2026-09-11 17:55:04] Production.INFO: Date 2026-09-10
[2026-09-11 17:55:04] Production.INFO: Reseller ==> 0
[2026-09-11 17:55:04] Production.INFO: Date 2026-09-11
[2026-09-11 17:55:04] Production.INFO: Reseller ==> 0
[2026-09-11 17:55:04] Production.INFO: Total Charge 0
[2026-09-11 17:55:04] Production.INFO: CreateAllLog End
[2026-09-11 17:55:04] Production.INFO: Account Balance End.
[2026-09-11 17:55:04] Production.ERROR: CronJobId end 12
[2026-09-11 17:55:04] Production.INFO: ==10530== Releasing lock...
[2026-09-11 17:55:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 17:55:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 17:55:04] Production.INFO: ==10526== Releasing lock...
[2026-09-11 17:55:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 17:55:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 17:55:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17985773', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) end
[2026-09-11 17:55:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-11 17:55:10] Production.INFO: ProcessCDR(1,17985773,1,1,2)
[2026-09-11 17:55:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17985773,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 17:55:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17985773,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 17:55:10] Production.ERROR: pbx prc_insertCDR start
[2026-09-11 17:55:10] Production.ERROR: pbx prc_insertCDR end
[2026-09-11 17:55:10] Production.INFO: ==10532== Releasing lock...
[2026-09-11 17:55:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-11 17:55:10] Production.INFO: 26 MB #Memory Used#
[2026-09-11 17:55:15] Production.ERROR: CronJobId end10
[2026-09-11 17:55:15] Production.INFO: ==10528== Releasing lock...
[2026-09-11 17:55:15] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 17:55:15] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 17:55:17] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 17:55:17] Production.INFO: ============== Balance Warning START===========
[2026-09-11 17:55:17] Production.INFO: ============== Balance Warning END===========
[2026-09-11 17:55:17] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 17:55:17] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 17:55:17] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 17:55:17] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 17:55:17] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 17:55:17] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 17:55:17] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 17:55:17] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 17:55:17] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 17:55:17] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 17:55:17] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 17:55:18] Production.INFO: call_cost start
[2026-09-11 17:55:18] Production.INFO: call_cost end
[2026-09-11 17:55:18] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 17:55:18] Production.INFO: ============== Report Schedule START===========
[2026-09-11 17:55:18] Production.INFO: ============== Report Schedule END===========
[2026-09-11 17:55:18] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 17:55:18] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 17:55:18] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 17:55:18] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 17:55:18] Production.INFO: ============== Deal alert START===========
[2026-09-11 17:55:18] Production.INFO: ============== Deal alert END===========
[2026-09-11 17:55:18] Production.INFO: ==10524== Releasing lock...
[2026-09-11 17:55:18] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 17:55:18] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 22:56:02] Production.INFO: ==10597== Lock acquired, processing the job...
[2026-09-11 22:56:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 22:56:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 22:56:02] Production.INFO: neon service started
[2026-09-11 22:56:02] Production.INFO: neon service started
[2026-09-11 22:56:02] Production.INFO: ==10597== Releasing lock...
[2026-09-11 22:56:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 22:56:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 21:56:03] Production.INFO: ==10601== Lock acquired, processing the job...
[2026-09-11 21:56:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 17:56:03] Production.INFO: ==10599== Lock acquired, processing the job...
[2026-09-11 17:56:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 21:56:03] Production.INFO: ==10601== Releasing lock...
[2026-09-11 21:56:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 21:56:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 17:56:03] Production.INFO: ==10599== Releasing lock...
[2026-09-11 17:56:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 17:56:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 17:56:04] Production.INFO: ==10604== Lock acquired, processing the job...
[2026-09-11 17:56:04] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 17:56:04] Production.INFO: ==10606== Lock acquired, processing the job...
[2026-09-11 17:56:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 17:56:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 17:56:04] Production.INFO: ==10612== Lock acquired, processing the job...
[2026-09-11 17:56:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 17:56:04] Production.INFO: ==10608== Lock acquired, processing the job...
[2026-09-11 17:56:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 17:56:04] Production.INFO: ==10610== Lock acquired, processing the job...
[2026-09-11 17:56:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 17:56:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 17:56:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 17:56:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 17:56:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 17:56:04] Production.INFO: Account Balance Start.
[2026-09-11 17:56:04] Production.INFO: CreateAllLog Start
[2026-09-11 17:56:04] Production.INFO: 117
[2026-09-11 17:56:04] Production.INFO: Date 2026-09-08
[2026-09-11 17:56:04] Production.INFO: Reseller ==> 0
[2026-09-11 17: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-09-11 17: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-09-11 17: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-09-11 17:56:04] Production.INFO: ==10612== Releasing lock...
[2026-09-11 17:56:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 17:56:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 17:56:04] Production.INFO: Date 2026-09-09
[2026-09-11 17:56:04] Production.INFO: Reseller ==> 0
[2026-09-11 17:56:04] Production.INFO: Date 2026-09-10
[2026-09-11 17:56:04] Production.INFO: Reseller ==> 0
[2026-09-11 17:56:04] Production.INFO: Date 2026-09-11
[2026-09-11 17:56:04] Production.INFO: Reseller ==> 0
[2026-09-11 17:56:04] Production.INFO: Total Charge 0
[2026-09-11 17:56:04] Production.INFO: CreateAllLog End
[2026-09-11 17:56:04] Production.INFO: Account Balance End.
[2026-09-11 17:56:04] Production.ERROR: CronJobId end 12
[2026-09-11 17:56:04] Production.INFO: ==10610== Releasing lock...
[2026-09-11 17:56:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 17:56:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 17:56:04] Production.INFO: ==10606== Releasing lock...
[2026-09-11 17:56:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 17:56:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 17:56:13] Production.ERROR: CronJobId end10
[2026-09-11 17:56:13] Production.INFO: ==10608== Releasing lock...
[2026-09-11 17:56:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 17:56:13] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 17:56:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 17:56:15] Production.INFO: ============== Balance Warning START===========
[2026-09-11 17:56:15] Production.INFO: ============== Balance Warning END===========
[2026-09-11 17:56:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 17:56:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 17:56:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 17:56:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 17:56:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 17:56:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 17:56:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 17:56:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 17:56:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 17:56:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 17:56:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 17:56:15] Production.INFO: call_cost start
[2026-09-11 17:56:15] Production.INFO: call_cost end
[2026-09-11 17:56:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 17:56:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 17:56:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 17:56:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 17:56:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 17:56:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 17:56:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 17:56:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 17:56:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 17:56:15] Production.INFO: ==10604== Releasing lock...
[2026-09-11 17:56:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 17:56:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 22:57:01] Production.INFO: ==10674== Lock acquired, processing the job...
[2026-09-11 22:57:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 22:57:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 22:57:01] Production.INFO: neon service started
[2026-09-11 22:57:01] Production.INFO: neon service started
[2026-09-11 22:57:01] Production.INFO: ==10674== Releasing lock...
[2026-09-11 22:57:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 22:57:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 17:57:02] Production.INFO: ==10676== Lock acquired, processing the job...
[2026-09-11 17:57:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 17:57:02] Production.INFO: ==10676== Releasing lock...
[2026-09-11 17:57:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 17:57:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 21:57:02] Production.INFO: ==10678== Lock acquired, processing the job...
[2026-09-11 21:57:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 21:57:02] Production.INFO: ==10678== Releasing lock...
[2026-09-11 21:57:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 21:57:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 17:57:03] Production.INFO: ==10688== Lock acquired, processing the job...
[2026-09-11 17:57:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 17: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-09-11 17: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-09-11 17: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-09-11 17:57:03] Production.INFO: ==10688== Releasing lock...
[2026-09-11 17:57:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 17:57:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 17:57:03] Production.INFO: ==10686== Lock acquired, processing the job...
[2026-09-11 17:57:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 17:57:03] Production.INFO: ==10682== Lock acquired, processing the job...
[2026-09-11 17:57:03] Production.INFO: ==10680== Lock acquired, processing the job...
[2026-09-11 17:57:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 17:57:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 17:57:03] Production.INFO: ==10684== Lock acquired, processing the job...
[2026-09-11 17:57:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 17:57:03] Production.INFO: Account Balance Start.
[2026-09-11 17:57:03] Production.INFO: CreateAllLog Start
[2026-09-11 17:57:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 17:57:03] Production.INFO: 117
[2026-09-11 17:57:03] Production.INFO: Date 2026-09-08
[2026-09-11 17:57:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:57:03] Production.INFO: Date 2026-09-09
[2026-09-11 17:57:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:57:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 17:57:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 17:57:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 17:57:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 17:57:03] Production.INFO: Date 2026-09-10
[2026-09-11 17:57:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:57:03] Production.INFO: Date 2026-09-11
[2026-09-11 17:57:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:57:03] Production.INFO: Total Charge 0
[2026-09-11 17:57:03] Production.INFO: CreateAllLog End
[2026-09-11 17:57:03] Production.INFO: Account Balance End.
[2026-09-11 17:57:04] Production.ERROR: CronJobId end 12
[2026-09-11 17:57:04] Production.INFO: ==10686== Releasing lock...
[2026-09-11 17:57:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 17:57:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 17:57:04] Production.INFO: ==10682== Releasing lock...
[2026-09-11 17:57:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 17:57:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 17:57:12] Production.ERROR: CronJobId end10
[2026-09-11 17:57:12] Production.INFO: ==10684== Releasing lock...
[2026-09-11 17:57:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 17:57:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 17:57:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 17:57:15] Production.INFO: ============== Balance Warning START===========
[2026-09-11 17:57:15] Production.INFO: ============== Balance Warning END===========
[2026-09-11 17:57:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 17:57:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 17:57:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 17:57:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 17:57:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 17:57:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 17:57:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 17:57:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 17:57:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 17:57:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 17:57:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 17:57:15] Production.INFO: call_cost start
[2026-09-11 17:57:15] Production.INFO: call_cost end
[2026-09-11 17:57:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 17:57:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 17:57:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 17:57:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 17:57:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 17:57:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 17:57:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 17:57:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 17:57:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 17:57:15] Production.INFO: ==10680== Releasing lock...
[2026-09-11 17:57:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 17:57:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 22:58:02] Production.INFO: ==10748== Lock acquired, processing the job...
[2026-09-11 22:58:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 22:58:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 22:58:02] Production.INFO: neon service started
[2026-09-11 22:58:02] Production.INFO: neon service started
[2026-09-11 22:58:02] Production.INFO: ==10748== Releasing lock...
[2026-09-11 22:58:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 22:58:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 17:58:02] Production.INFO: ==10750== Lock acquired, processing the job...
[2026-09-11 17:58:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 17:58:02] Production.INFO: ==10750== Releasing lock...
[2026-09-11 17:58:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 17:58:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 21:58:03] Production.INFO: ==10752== Lock acquired, processing the job...
[2026-09-11 21:58:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 21:58:03] Production.INFO: ==10752== Releasing lock...
[2026-09-11 21:58:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 21:58:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 17:58:03] Production.INFO: ==10756== Lock acquired, processing the job...
[2026-09-11 17:58:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 17:58:03] Production.INFO: ==10758== Lock acquired, processing the job...
[2026-09-11 17:58:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 17:58:03] Production.INFO: ==10754== Lock acquired, processing the job...
[2026-09-11 17:58:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 17:58:03] Production.INFO: ==10760== Lock acquired, processing the job...
[2026-09-11 17:58:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 17:58:03] Production.INFO: ==10762== Lock acquired, processing the job...
[2026-09-11 17:58:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 17:58:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 17:58:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 17:58:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 17:58:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 17:58:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 17:58:03] Production.INFO: Account Balance Start.
[2026-09-11 17:58:03] Production.INFO: CreateAllLog Start
[2026-09-11 17:58:03] Production.INFO: 117
[2026-09-11 17:58:03] Production.INFO: Date 2026-09-08
[2026-09-11 17: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-09-11 17:58:03] Production.INFO: Reseller ==> 0
[2026-09-11 17: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-09-11 17: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-09-11 17:58:03] Production.INFO: ==10762== Releasing lock...
[2026-09-11 17:58:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 17:58:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 17:58:03] Production.INFO: Date 2026-09-09
[2026-09-11 17:58:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:58:04] Production.INFO: Date 2026-09-10
[2026-09-11 17:58:04] Production.INFO: Reseller ==> 0
[2026-09-11 17:58:04] Production.INFO: Date 2026-09-11
[2026-09-11 17:58:04] Production.INFO: Reseller ==> 0
[2026-09-11 17:58:04] Production.INFO: Total Charge 0
[2026-09-11 17:58:04] Production.INFO: CreateAllLog End
[2026-09-11 17:58:04] Production.INFO: ==10756== Releasing lock...
[2026-09-11 17:58:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 17:58:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 17:58:04] Production.INFO: Account Balance End.
[2026-09-11 17:58:04] Production.ERROR: CronJobId end 12
[2026-09-11 17:58:04] Production.INFO: ==10760== Releasing lock...
[2026-09-11 17:58:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 17:58:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 17:58:12] Production.ERROR: CronJobId end10
[2026-09-11 17:58:12] Production.INFO: ==10758== Releasing lock...
[2026-09-11 17:58:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 17:58:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 17:58:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 17:58:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 17:58:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 17:58:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 17:58:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 17:58:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 17:58:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 17:58:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 17:58:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 17:58:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 17:58:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 17:58:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 17:58:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 17:58:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 17:58:15] Production.INFO: call_cost start
[2026-09-11 17:58:15] Production.INFO: call_cost end
[2026-09-11 17:58:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 17:58:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 17:58:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 17:58:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 17:58:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 17:58:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 17:58:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 17:58:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 17:58:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 17:58:15] Production.INFO: ==10754== Releasing lock...
[2026-09-11 17:58:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 17:58:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 22:59:01] Production.INFO: ==10823== Lock acquired, processing the job...
[2026-09-11 22:59:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 22:59:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 22:59:01] Production.INFO: neon service started
[2026-09-11 22:59:01] Production.INFO: neon service started
[2026-09-11 22:59:01] Production.INFO: ==10823== Releasing lock...
[2026-09-11 22:59:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 22:59:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 21:59:02] Production.INFO: ==10827== Lock acquired, processing the job...
[2026-09-11 21:59:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 21:59:02] Production.INFO: ==10827== Releasing lock...
[2026-09-11 21:59:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 21:59:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 17:59:02] Production.INFO: ==10825== Lock acquired, processing the job...
[2026-09-11 17:59:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 17:59:02] Production.INFO: ==10825== Releasing lock...
[2026-09-11 17:59:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 17:59:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 17:59:03] Production.INFO: ==10830== Lock acquired, processing the job...
[2026-09-11 17:59:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 17:59:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 17:59:03] Production.INFO: ==10832== Lock acquired, processing the job...
[2026-09-11 17:59:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 17:59:03] Production.INFO: ==10834== Lock acquired, processing the job...
[2026-09-11 17:59:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 17:59:03] Production.INFO: ==10836== Lock acquired, processing the job...
[2026-09-11 17:59:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 17:59:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 17:59:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 17:59:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 17:59:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 17:59:03] Production.INFO: Account Balance Start.
[2026-09-11 17:59:03] Production.INFO: CreateAllLog Start
[2026-09-11 17:59:03] Production.INFO: 117
[2026-09-11 17:59:03] Production.INFO: Date 2026-09-08
[2026-09-11 17:59:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:59:03] Production.INFO: Date 2026-09-09
[2026-09-11 17:59:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:59:03] Production.INFO: Date 2026-09-10
[2026-09-11 17:59:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:59:03] Production.INFO: ==10838== Lock acquired, processing the job...
[2026-09-11 17:59:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 17:59:03] Production.INFO: Date 2026-09-11
[2026-09-11 17:59:03] Production.INFO: Reseller ==> 0
[2026-09-11 17:59:03] Production.INFO: Total Charge 0
[2026-09-11 17: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-09-11 17: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-09-11 17: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-09-11 17:59:03] Production.INFO: ==10838== Releasing lock...
[2026-09-11 17:59:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 17:59:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 17:59:03] Production.INFO: CreateAllLog End
[2026-09-11 17:59:04] Production.INFO: Account Balance End.
[2026-09-11 17:59:04] Production.ERROR: CronJobId end 12
[2026-09-11 17:59:04] Production.INFO: ==10836== Releasing lock...
[2026-09-11 17:59:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 17:59:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 17:59:04] Production.INFO: ==10832== Releasing lock...
[2026-09-11 17:59:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 17:59:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 17:59:12] Production.ERROR: CronJobId end10
[2026-09-11 17:59:12] Production.INFO: ==10834== Releasing lock...
[2026-09-11 17:59:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 17:59:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 17:59:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 17:59:15] Production.INFO: ============== Balance Warning START===========
[2026-09-11 17:59:15] Production.INFO: ============== Balance Warning END===========
[2026-09-11 17:59:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 17:59:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 17:59:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 17:59:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 17:59:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 17:59:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 17:59:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 17:59:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 17:59:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 17:59:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 17:59:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 17:59:16] Production.INFO: call_cost start
[2026-09-11 17:59:16] Production.INFO: call_cost end
[2026-09-11 17:59:16] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 17:59:16] Production.INFO: ============== Report Schedule START===========
[2026-09-11 17:59:16] Production.INFO: ============== Report Schedule END===========
[2026-09-11 17:59:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 17:59:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 17:59:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 17:59:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 17:59:16] Production.INFO: ============== Deal alert START===========
[2026-09-11 17:59:16] Production.INFO: ============== Deal alert END===========
[2026-09-11 17:59:16] Production.INFO: ==10830== Releasing lock...
[2026-09-11 17:59:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 17:59:16] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 23:00:02] Production.INFO: ==10902== Lock acquired, processing the job...
[2026-09-11 23:00:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 23:00:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 23:00:02] Production.INFO: neon service started
[2026-09-11 23:00:02] Production.INFO: neon service started
[2026-09-11 23:00:02] Production.INFO: ==10902== Releasing lock...
[2026-09-11 23:00:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 23:00:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 18:00:02] Production.INFO: ==10904== Lock acquired, processing the job...
[2026-09-11 18:00:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 22:00:02] Production.INFO: ==10906== Lock acquired, processing the job...
[2026-09-11 22:00:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 22:00:02] Production.INFO: ==10906== Releasing lock...
[2026-09-11 22:00:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 22:00:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 18:00:03] Production.INFO: ==10904== Releasing lock...
[2026-09-11 18:00:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 18:00:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 18:00:03] Production.INFO: ==10915== Lock acquired, processing the job...
[2026-09-11 18:00:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 18:00:03] Production.INFO: ==10909== Lock acquired, processing the job...
[2026-09-11 18:00:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 18:00:03] Production.INFO: ==10917== Lock acquired, processing the job...
[2026-09-11 18:00:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 18:00:03] Production.INFO: ==10911== Lock acquired, processing the job...
[2026-09-11 18:00:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 18:00:03] Production.INFO: ==10913== Lock acquired, processing the job...
[2026-09-11 18:00:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 18:00:04] Production.INFO: Account Balance Start.
[2026-09-11 18:00:04] Production.INFO: CreateAllLog Start
[2026-09-11 18:00:04] Production.INFO: 117
[2026-09-11 18:00:04] Production.INFO: Date 2026-09-08
[2026-09-11 18:00:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 18:00:04] Production.INFO: Reseller ==> 0
[2026-09-11 18:00:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 18:00:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 18:00:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 18:00:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 18: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-09-11 18: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-09-11 18: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-09-11 18:00:04] Production.INFO: ==10917== Releasing lock...
[2026-09-11 18:00:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 18:00:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 18:00:04] Production.INFO: Date 2026-09-09
[2026-09-11 18:00:04] Production.INFO: Reseller ==> 0
[2026-09-11 18:00:04] Production.INFO: Date 2026-09-10
[2026-09-11 18:00:04] Production.INFO: Reseller ==> 0
[2026-09-11 18:00:04] Production.INFO: Date 2026-09-11
[2026-09-11 18:00:04] Production.INFO: Reseller ==> 0
[2026-09-11 18:00:04] Production.INFO: Total Charge 0
[2026-09-11 18:00:04] Production.INFO: CreateAllLog End
[2026-09-11 18:00:04] Production.INFO: Account Balance End.
[2026-09-11 18:00:04] Production.ERROR: CronJobId end 12
[2026-09-11 18:00:04] Production.INFO: ==10915== Releasing lock...
[2026-09-11 18:00:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 18:00:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 18:00:04] Production.INFO: ==10911== Releasing lock...
[2026-09-11 18:00:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 18:00:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 18:00:12] Production.ERROR: CronJobId end10
[2026-09-11 18:00:12] Production.INFO: ==10913== Releasing lock...
[2026-09-11 18:00:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 18:00:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 18:00:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 18:00:15] Production.INFO: ============== Balance Warning START===========
[2026-09-11 18:00:15] Production.INFO: ============== Balance Warning END===========
[2026-09-11 18:00:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 18:00:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 18:00:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 18:00:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 18:00:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 18:00:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 18:00:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 18:00:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 18:00:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 18:00:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 18:00:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 18:00:15] Production.INFO: call_cost start
[2026-09-11 18:00:15] Production.INFO: call_cost end
[2026-09-11 18:00:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 18:00:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 18:00:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 18:00:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 18:00:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 18:00:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 18:00:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 18:00:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 18:00:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 18:00:15] Production.INFO: ==10909== Releasing lock...
[2026-09-11 18:00:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 18:00:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 23:01:01] Production.INFO: ==10977== Lock acquired, processing the job...
[2026-09-11 23:01:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 23:01:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 23:01:01] Production.INFO: neon service started
[2026-09-11 23:01:01] Production.INFO: neon service started
[2026-09-11 23:01:01] Production.INFO: ==10977== Releasing lock...
[2026-09-11 23:01:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 23:01:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 22:01:01] Production.INFO: ==10992== Lock acquired, processing the job...
[2026-09-11 22:01:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 22:01:01] Production.INFO: ==10992== Releasing lock...
[2026-09-11 22:01:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 22:01:01] Production.INFO: 25 MB #Memory Used#
[2026-09-11 18:01:02] Production.INFO: ==10990== Lock acquired, processing the job...
[2026-09-11 18:01:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 18:01:02] Production.INFO: ==10990== Releasing lock...
[2026-09-11 18:01:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 18:01:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 18:01:02] Production.INFO: ==10995== Lock acquired, processing the job...
[2026-09-11 18:01:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 18:01:03] Production.INFO: ==10997== Lock acquired, processing the job...
[2026-09-11 18:01:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 18:01:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 18:01:03] Production.INFO: ==10999== Lock acquired, processing the job...
[2026-09-11 18:01:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 18:01:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 18:01:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 18:01:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 18:01:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 18:01:03] Production.INFO: ==11001== Lock acquired, processing the job...
[2026-09-11 18:01:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 18:01:03] Production.INFO: ==11003== Lock acquired, processing the job...
[2026-09-11 18:01:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 18:01:03] Production.INFO: Account Balance Start.
[2026-09-11 18:01:03] Production.INFO: CreateAllLog Start
[2026-09-11 18:01:03] Production.INFO: 117
[2026-09-11 18:01:03] Production.INFO: Date 2026-09-08
[2026-09-11 18:01:03] Production.INFO: Reseller ==> 0
[2026-09-11 18:01:03] Production.INFO: Date 2026-09-09
[2026-09-11 18:01:03] Production.INFO: Reseller ==> 0
[2026-09-11 18:01:03] Production.INFO: Date 2026-09-10
[2026-09-11 18:01:03] Production.INFO: Reseller ==> 0
[2026-09-11 18:01:03] Production.INFO: Date 2026-09-11
[2026-09-11 18:01:03] Production.INFO: Reseller ==> 0
[2026-09-11 18: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-09-11 18:01:03] Production.INFO: Total Charge 0
[2026-09-11 18: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-09-11 18:01:03] Production.INFO: CreateAllLog End
[2026-09-11 18: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-09-11 18:01:03] Production.INFO: ==11003== Releasing lock...
[2026-09-11 18:01:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 18:01:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 18:01:03] Production.INFO: ==10997== Releasing lock...
[2026-09-11 18:01:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 18:01:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 18:01:03] Production.INFO: Account Balance End.
[2026-09-11 18:01:03] Production.ERROR: CronJobId end 12
[2026-09-11 18:01:03] Production.INFO: ==11001== Releasing lock...
[2026-09-11 18:01:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 18:01:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 18:01:12] Production.ERROR: CronJobId end10
[2026-09-11 18:01:12] Production.INFO: ==10999== Releasing lock...
[2026-09-11 18:01:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 18:01:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 18:01:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 18:01:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 18:01:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 18:01:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 18:01:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 18:01:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 18:01:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 18:01:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 18:01:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 18:01:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 18:01:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 18:01:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 18:01:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 18:01:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 18:01:15] Production.INFO: call_cost start
[2026-09-11 18:01:15] Production.INFO: call_cost end
[2026-09-11 18:01:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 18:01:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 18:01:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 18:01:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 18:01:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 18:01:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 18:01:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 18:01:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 18:01:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 18:01:15] Production.INFO: ==10995== Releasing lock...
[2026-09-11 18:01:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 18:01:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 23:02:01] Production.INFO: ==11063== Lock acquired, processing the job...
[2026-09-11 23:02:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 23:02:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 23:02:01] Production.INFO: neon service started
[2026-09-11 23:02:01] Production.INFO: neon service started
[2026-09-11 23:02:01] Production.INFO: ==11063== Releasing lock...
[2026-09-11 23:02:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 23:02:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 18:02:02] Production.INFO: ==11065== Lock acquired, processing the job...
[2026-09-11 18:02:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 18:02:02] Production.INFO: ==11065== Releasing lock...
[2026-09-11 18:02:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 18:02:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 22:02:02] Production.INFO: ==11067== Lock acquired, processing the job...
[2026-09-11 22:02:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 22:02:02] Production.INFO: ==11067== Releasing lock...
[2026-09-11 22:02:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 22:02:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 18:02:03] Production.INFO: ==11073== Lock acquired, processing the job...
[2026-09-11 18:02:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 18:02:03] Production.INFO: ==11077== Lock acquired, processing the job...
[2026-09-11 18:02:03] Production.INFO: pbxaccountusage-command-pbxaccountusage-companyid-1-cronjobid-16 #Starts#
[2026-09-11 18:02:03] Production.INFO: ==11071== Lock acquired, processing the job...
[2026-09-11 18:02:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 18:02:03] Production.INFO: ==11069== Lock acquired, processing the job...
[2026-09-11 18:02:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 18:02:03] Production.ERROR: tblTempUsageDetail_20
[2026-09-11 18:02:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 18:02:03] Production.INFO: ==11075== Lock acquired, processing the job...
[2026-09-11 18:02:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 18:02:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 18:02:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 18:02:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 18:02:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 18:02:03] Production.INFO: ==11079== Lock acquired, processing the job...
[2026-09-11 18:02:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 18:02:03] Production.INFO: Account Balance Start.
[2026-09-11 18:02:03] Production.INFO: CreateAllLog Start
[2026-09-11 18:02:03] Production.INFO: 117
[2026-09-11 18:02:03] Production.INFO: Date 2026-09-08
[2026-09-11 18:02:04] Production.INFO: Reseller ==> 0
[2026-09-11 18: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-09-11 18: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-09-11 18: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-09-11 18:02:04] Production.INFO: ==11079== Releasing lock...
[2026-09-11 18:02:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 18:02:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 18:02:04] Production.INFO: Date 2026-09-09
[2026-09-11 18:02:04] Production.INFO: Reseller ==> 0
[2026-09-11 18:02:04] Production.ERROR: done
[2026-09-11 18:02:04] Production.ERROR: tblTempVendorCDR_20
[2026-09-11 18:02:04] Production.INFO: Date 2026-09-10
[2026-09-11 18:02:04] Production.INFO: Reseller ==> 0
[2026-09-11 18:02:04] Production.INFO: Date 2026-09-11
[2026-09-11 18:02:04] Production.INFO: Reseller ==> 0
[2026-09-11 18:02:04] Production.ERROR: done
[2026-09-11 18:02:04] Production.INFO: Total Charge 0
[2026-09-11 18:02:04] Production.INFO: CreateAllLog End
[2026-09-11 18: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-09-11 18: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-09-11 18: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-09-11 18: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-09-11 18:02:04] Production.INFO: ==11077== Releasing lock...
[2026-09-11 18:02:04] Production.INFO: pbxaccountusage-command-pbxaccountusage-companyid-1-cronjobid-16 #Stops#
[2026-09-11 18:02:04] Production.INFO: 27.25 MB #Memory Used#
[2026-09-11 18:02:04] Production.INFO: ==11071== Releasing lock...
[2026-09-11 18:02:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 18:02:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 18:02:04] Production.INFO: Account Balance End.
[2026-09-11 18:02:04] Production.ERROR: CronJobId end 12
[2026-09-11 18:02:04] Production.INFO: ==11075== Releasing lock...
[2026-09-11 18:02:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 18:02:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 18:02:11] Production.ERROR: CronJobId end10
[2026-09-11 18:02:11] Production.INFO: ==11073== Releasing lock...
[2026-09-11 18:02:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 18:02:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 18:02:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 18:02:15] Production.INFO: ============== Balance Warning START===========
[2026-09-11 18:02:15] Production.INFO: ============== Balance Warning END===========
[2026-09-11 18:02:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 18:02:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 18:02:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 18:02:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 18:02:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 18:02:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 18:02:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 18:02:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 18:02:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 18:02:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 18:02:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 18:02:15] Production.INFO: call_cost start
[2026-09-11 18:02:15] Production.INFO: call_cost end
[2026-09-11 18:02:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 18:02:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 18:02:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 18:02:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 18:02:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 18:02:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 18:02:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 18:02:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 18:02:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 18:02:15] Production.INFO: ==11069== Releasing lock...
[2026-09-11 18:02:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 18:02:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 23:03:01] Production.INFO: ==11139== Lock acquired, processing the job...
[2026-09-11 23:03:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 23:03:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 23:03:01] Production.INFO: neon service started
[2026-09-11 23:03:01] Production.INFO: neon service started
[2026-09-11 23:03:01] Production.INFO: ==11139== Releasing lock...
[2026-09-11 23:03:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 23:03:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 18:03:01] Production.INFO: ==11141== Lock acquired, processing the job...
[2026-09-11 18:03:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 22:03:02] Production.INFO: ==11143== Lock acquired, processing the job...
[2026-09-11 22:03:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 22:03:02] Production.INFO: ==11143== Releasing lock...
[2026-09-11 22:03:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 22:03:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 18:03:02] Production.INFO: ==11141== Releasing lock...
[2026-09-11 18:03:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 18:03:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 18:03:03] Production.INFO: ==11146== Lock acquired, processing the job...
[2026-09-11 18:03:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 18:03:03] Production.INFO: ==11152== Lock acquired, processing the job...
[2026-09-11 18:03:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 18:03:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 18:03:03] Production.INFO: ==11148== Lock acquired, processing the job...
[2026-09-11 18:03:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 18:03:03] Production.INFO: ==11150== Lock acquired, processing the job...
[2026-09-11 18:03:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 18:03:03] Production.INFO: Account Balance Start.
[2026-09-11 18:03:03] Production.INFO: CreateAllLog Start
[2026-09-11 18:03:03] Production.INFO: 117
[2026-09-11 18:03:03] Production.INFO: Date 2026-09-08
[2026-09-11 18:03:03] Production.INFO: Reseller ==> 0
[2026-09-11 18:03:03] Production.INFO: Date 2026-09-09
[2026-09-11 18:03:03] Production.INFO: Reseller ==> 0
[2026-09-11 18:03:03] Production.INFO: ==11154== Lock acquired, processing the job...
[2026-09-11 18:03:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 18:03:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 18:03:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 18:03:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 18:03:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 18:03:03] Production.INFO: Date 2026-09-10
[2026-09-11 18:03:03] Production.INFO: Reseller ==> 0
[2026-09-11 18:03:03] Production.INFO: Date 2026-09-11
[2026-09-11 18:03:03] Production.INFO: Reseller ==> 0
[2026-09-11 18: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-09-11 18: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-09-11 18: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-09-11 18:03:03] Production.INFO: Total Charge 0
[2026-09-11 18:03:03] Production.INFO: CreateAllLog End
[2026-09-11 18:03:03] Production.INFO: ==11154== Releasing lock...
[2026-09-11 18:03:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 18:03:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 18:03:03] Production.INFO: Account Balance End.
[2026-09-11 18:03:03] Production.ERROR: CronJobId end 12
[2026-09-11 18:03:03] Production.INFO: ==11152== Releasing lock...
[2026-09-11 18:03:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 18:03:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 18:03:03] Production.INFO: ==11148== Releasing lock...
[2026-09-11 18:03:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 18:03:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 18:03:11] Production.ERROR: CronJobId end10
[2026-09-11 18:03:11] Production.INFO: ==11150== Releasing lock...
[2026-09-11 18:03:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 18:03:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 18:03:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 18:03:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 18:03:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 18:03:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 18:03:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 18:03:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 18:03:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 18:03:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 18:03:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 18:03:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 18:03:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 18:03:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 18:03:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 18:03:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 18:03:14] Production.INFO: call_cost start
[2026-09-11 18:03:14] Production.INFO: call_cost end
[2026-09-11 18:03:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 18:03:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 18:03:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 18:03:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 18:03:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 18:03:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 18:03:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 18:03:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 18:03:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 18:03:14] Production.INFO: ==11146== Releasing lock...
[2026-09-11 18:03:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 18:03:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 23:04:01] Production.INFO: ==11212== Lock acquired, processing the job...
[2026-09-11 23:04:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 23:04:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 23:04:01] Production.INFO: neon service started
[2026-09-11 23:04:01] Production.INFO: neon service started
[2026-09-11 23:04:01] Production.INFO: ==11212== Releasing lock...
[2026-09-11 23:04:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 23:04:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 18:04:02] Production.INFO: ==11215== Lock acquired, processing the job...
[2026-09-11 18:04:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 22:04:02] Production.INFO: ==11217== Lock acquired, processing the job...
[2026-09-11 22:04:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 22:04:02] Production.INFO: ==11217== Releasing lock...
[2026-09-11 22:04:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 22:04:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 18:04:02] Production.INFO: ==11215== Releasing lock...
[2026-09-11 18:04:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 18:04:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 18:04:03] Production.INFO: ==11221== Lock acquired, processing the job...
[2026-09-11 18:04:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 18:04:03] Production.INFO: ==11225== Lock acquired, processing the job...
[2026-09-11 18:04:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 18:04:03] Production.INFO: ==11223== Lock acquired, processing the job...
[2026-09-11 18:04:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 18:04:03] Production.INFO: ==11219== Lock acquired, processing the job...
[2026-09-11 18:04:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 18:04:03] Production.INFO: Account Balance Start.
[2026-09-11 18:04:03] Production.INFO: CreateAllLog Start
[2026-09-11 18:04:03] Production.INFO: 117
[2026-09-11 18:04:03] Production.INFO: Date 2026-09-08
[2026-09-11 18:04:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 18:04:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 18:04:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 18:04:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 18:04:03] Production.INFO: Reseller ==> 0
[2026-09-11 18:04:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 18:04:03] Production.INFO: ==11227== Lock acquired, processing the job...
[2026-09-11 18:04:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 18:04:03] Production.INFO: Date 2026-09-09
[2026-09-11 18:04:03] Production.INFO: Reseller ==> 0
[2026-09-11 18:04:03] Production.INFO: Date 2026-09-10
[2026-09-11 18:04:03] Production.INFO: Reseller ==> 0
[2026-09-11 18:04:03] Production.INFO: Date 2026-09-11
[2026-09-11 18:04:03] Production.INFO: Reseller ==> 0
[2026-09-11 18:04:03] Production.INFO: Total Charge 0
[2026-09-11 18: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-09-11 18: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-09-11 18:04:03] Production.INFO: CreateAllLog End
[2026-09-11 18: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-09-11 18:04:03] Production.INFO: ==11227== Releasing lock...
[2026-09-11 18:04:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 18:04:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 18:04:04] Production.INFO: Account Balance End.
[2026-09-11 18:04:04] Production.ERROR: CronJobId end 12
[2026-09-11 18:04:04] Production.INFO: ==11225== Releasing lock...
[2026-09-11 18:04:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 18:04:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 18:04:04] Production.INFO: ==11221== Releasing lock...
[2026-09-11 18:04:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 18:04:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 18:04:11] Production.ERROR: CronJobId end10
[2026-09-11 18:04:11] Production.INFO: ==11223== Releasing lock...
[2026-09-11 18:04:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 18:04:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 18:04:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 18:04:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 18:04:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 18:04:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 18:04:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 18:04:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 18:04:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 18:04:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 18:04:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 18:04:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 18:04:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 18:04:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 18:04:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 18:04:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 18:04:14] Production.INFO: call_cost start
[2026-09-11 18:04:14] Production.INFO: call_cost end
[2026-09-11 18:04:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 18:04:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 18:04:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 18:04:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 18:04:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 18:04:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 18:04:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 18:04:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 18:04:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 18:04:14] Production.INFO: ==11219== Releasing lock...
[2026-09-11 18:04:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 18:04:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 23:05:02] Production.INFO: ==11287== Lock acquired, processing the job...
[2026-09-11 23:05:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 23:05:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 23:05:02] Production.INFO: neon service started
[2026-09-11 23:05:02] Production.INFO: neon service started
[2026-09-11 23:05:02] Production.INFO: ==11287== Releasing lock...
[2026-09-11 23:05:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 23:05:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 18:05:02] Production.INFO: ==11289== Lock acquired, processing the job...
[2026-09-11 18:05:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 22:05:02] Production.INFO: ==11291== Lock acquired, processing the job...
[2026-09-11 22:05:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 22:05:02] Production.INFO: ==11291== Releasing lock...
[2026-09-11 22:05:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 22:05:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 18:05:03] Production.INFO: ==11289== Releasing lock...
[2026-09-11 18:05:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 18:05:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 18:05:04] Production.INFO: ==11294== Lock acquired, processing the job...
[2026-09-11 18:05:04] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-11 18:05:04] Production.INFO: ==11298== Lock acquired, processing the job...
[2026-09-11 18:05:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 18:05:04] Production.INFO: ==11296== Lock acquired, processing the job...
[2026-09-11 18:05:04] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 18:05:04] Production.ERROR: ========================== active cronjob start =============================
[2026-09-11 18:05:04] Production.ERROR: ========================== active cronjob end =============================
[2026-09-11 18:05:04] Production.INFO: ==11294== Releasing lock...
[2026-09-11 18:05:04] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-11 18:05:04] Production.INFO: 25.5 MB #Memory Used#
[2026-09-11 18:05:04] Production.INFO: ==11304== Lock acquired, processing the job...
[2026-09-11 18:05:04] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-11 18:05:04] Production.INFO: ==11302== Lock acquired, processing the job...
[2026-09-11 18:05:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 18:05:04] Production.INFO: ==11300== Lock acquired, processing the job...
[2026-09-11 18:05:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 18:05:04] Production.ERROR: tblTempUsageDetail_20
[2026-09-11 18:05:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 18:05:04] Production.INFO: Account Balance Start.
[2026-09-11 18:05:04] Production.INFO: CreateAllLog Start
[2026-09-11 18:05:04] Production.INFO: 117
[2026-09-11 18:05:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 18:05:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 18:05:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 18:05:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 18:05:04] Production.INFO: Date 2026-09-08
[2026-09-11 18:05:04] Production.INFO: ==11306== Lock acquired, processing the job...
[2026-09-11 18:05:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 18:05:04] Production.INFO: Reseller ==> 0
[2026-09-11 18:05:04] Production.INFO: Date 2026-09-09
[2026-09-11 18:05:04] Production.INFO: Reseller ==> 0
[2026-09-11 18:05:04] Production.INFO: Date 2026-09-10
[2026-09-11 18:05:04] Production.INFO: Reseller ==> 0
[2026-09-11 18:05:04] Production.ERROR: done
[2026-09-11 18:05:04] Production.INFO: Date 2026-09-11
[2026-09-11 18:05:04] Production.INFO: Reseller ==> 0
[2026-09-11 18:05:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-11 18:05:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17985815', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) start
[2026-09-11 18: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-09-11 18: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-09-11 18: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-09-11 18:05:04] Production.INFO: ==11306== Releasing lock...
[2026-09-11 18:05:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 18:05:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 18:05:04] Production.INFO: Total Charge 0
[2026-09-11 18:05:04] Production.INFO: CreateAllLog End
[2026-09-11 18:05:05] Production.INFO: Account Balance End.
[2026-09-11 18:05:05] Production.ERROR: CronJobId end 12
[2026-09-11 18:05:05] Production.INFO: ==11302== Releasing lock...
[2026-09-11 18:05:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 18:05:05] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 18:05:05] Production.INFO: ==11298== Releasing lock...
[2026-09-11 18:05:05] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 18:05:05] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 18:05:11] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17985815', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) end
[2026-09-11 18:05:11] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-11 18:05:11] Production.INFO: ProcessCDR(1,17985815,1,1,2)
[2026-09-11 18:05:11] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17985815,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 18:05:12] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17985815,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 18:05:12] Production.ERROR: pbx prc_insertCDR start
[2026-09-11 18:05:12] Production.ERROR: pbx prc_insertCDR end
[2026-09-11 18:05:12] Production.INFO: ==11304== Releasing lock...
[2026-09-11 18:05:12] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-11 18:05:12] Production.INFO: 26 MB #Memory Used#
[2026-09-11 18:05:15] Production.ERROR: CronJobId end10
[2026-09-11 18:05:15] Production.INFO: ==11300== Releasing lock...
[2026-09-11 18:05:15] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 18:05:15] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 18:05:18] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 18:05:18] Production.INFO: ============== Balance Warning START===========
[2026-09-11 18:05:18] Production.INFO: ============== Balance Warning END===========
[2026-09-11 18:05:18] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 18:05:18] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 18:05:18] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 18:05:18] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 18:05:18] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 18:05:18] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 18:05:18] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 18:05:18] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 18:05:18] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 18:05:18] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 18:05:18] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 18:05:18] Production.INFO: call_cost start
[2026-09-11 18:05:18] Production.INFO: call_cost end
[2026-09-11 18:05:18] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 18:05:18] Production.INFO: ============== Report Schedule START===========
[2026-09-11 18:05:18] Production.INFO: ============== Report Schedule END===========
[2026-09-11 18:05:18] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 18:05:18] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 18:05:18] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 18:05:18] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 18:05:18] Production.INFO: ============== Deal alert START===========
[2026-09-11 18:05:18] Production.INFO: ============== Deal alert END===========
[2026-09-11 18:05:18] Production.INFO: ==11296== Releasing lock...
[2026-09-11 18:05:18] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 18:05:18] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 23:06:01] Production.INFO: ==11366== Lock acquired, processing the job...
[2026-09-11 23:06:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 23:06:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 23:06:01] Production.INFO: neon service started
[2026-09-11 23:06:01] Production.INFO: neon service started
[2026-09-11 23:06:01] Production.INFO: ==11366== Releasing lock...
[2026-09-11 23:06:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 23:06:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 18:06:02] Production.INFO: ==11368== Lock acquired, processing the job...
[2026-09-11 18:06:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 18:06:02] Production.INFO: ==11368== Releasing lock...
[2026-09-11 18:06:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 18:06:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 22:06:02] Production.INFO: ==11370== Lock acquired, processing the job...
[2026-09-11 22:06:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 22:06:02] Production.INFO: ==11370== Releasing lock...
[2026-09-11 22:06:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 22:06:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 18:06:03] Production.INFO: ==11373== Lock acquired, processing the job...
[2026-09-11 18:06:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 18:06:03] Production.INFO: ==11377== Lock acquired, processing the job...
[2026-09-11 18:06:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 18:06:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 18:06:03] Production.INFO: ==11379== Lock acquired, processing the job...
[2026-09-11 18:06:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 18:06:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 18:06:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 18:06:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 18:06:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 18:06:03] Production.INFO: ==11375== Lock acquired, processing the job...
[2026-09-11 18:06:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 18:06:03] Production.INFO: ==11381== Lock acquired, processing the job...
[2026-09-11 18:06:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 18:06:03] Production.INFO: Account Balance Start.
[2026-09-11 18:06:03] Production.INFO: CreateAllLog Start
[2026-09-11 18:06:03] Production.INFO: 117
[2026-09-11 18:06:03] Production.INFO: Date 2026-09-08
[2026-09-11 18:06:03] Production.INFO: Reseller ==> 0
[2026-09-11 18:06:03] Production.INFO: Date 2026-09-09
[2026-09-11 18:06:03] Production.INFO: Reseller ==> 0
[2026-09-11 18:06:03] Production.INFO: Date 2026-09-10
[2026-09-11 18:06:03] Production.INFO: Reseller ==> 0
[2026-09-11 18: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-09-11 18: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-09-11 18:06:03] Production.INFO: Date 2026-09-11
[2026-09-11 18:06:03] Production.INFO: Reseller ==> 0
[2026-09-11 18: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-09-11 18:06:03] Production.INFO: Total Charge 0
[2026-09-11 18:06:03] Production.INFO: ==11381== Releasing lock...
[2026-09-11 18:06:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 18:06:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 18:06:03] Production.INFO: CreateAllLog End
[2026-09-11 18:06:03] Production.INFO: Account Balance End.
[2026-09-11 18:06:03] Production.ERROR: CronJobId end 12
[2026-09-11 18:06:03] Production.INFO: ==11379== Releasing lock...
[2026-09-11 18:06:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 18:06:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 18:06:04] Production.INFO: ==11375== Releasing lock...
[2026-09-11 18:06:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 18:06:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 18:06:12] Production.ERROR: CronJobId end10
[2026-09-11 18:06:12] Production.INFO: ==11377== Releasing lock...
[2026-09-11 18:06:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 18:06:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 18:06:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 18:06:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 18:06:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 18:06:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 18:06:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 18:06:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 18:06:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 18:06:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 18:06:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 18:06:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 18:06:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 18:06:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 18:06:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 18:06:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 18:06:14] Production.INFO: call_cost start
[2026-09-11 18:06:14] Production.INFO: call_cost end
[2026-09-11 18:06:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 18:06:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 18:06:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 18:06:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 18:06:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 18:06:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 18:06:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 18:06:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 18:06:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 18:06:14] Production.INFO: ==11373== Releasing lock...
[2026-09-11 18:06:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 18:06:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 23:07:02] Production.INFO: ==11440== Lock acquired, processing the job...
[2026-09-11 23:07:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 23:07:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 23:07:02] Production.INFO: neon service started
[2026-09-11 23:07:02] Production.INFO: neon service started
[2026-09-11 23:07:02] Production.INFO: ==11440== Releasing lock...
[2026-09-11 23:07:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 23:07:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 18:07:02] Production.INFO: ==11442== Lock acquired, processing the job...
[2026-09-11 18:07:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 18:07:02] Production.INFO: ==11442== Releasing lock...
[2026-09-11 18:07:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 18:07:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 22:07:02] Production.INFO: ==11444== Lock acquired, processing the job...
[2026-09-11 22:07:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 22:07:02] Production.INFO: ==11444== Releasing lock...
[2026-09-11 22:07:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 22:07:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 18:07:03] Production.INFO: ==11446== Lock acquired, processing the job...
[2026-09-11 18:07:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 18:07:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 18:07:03] Production.INFO: ==11448== Lock acquired, processing the job...
[2026-09-11 18:07:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 18:07:03] Production.INFO: ==11450== Lock acquired, processing the job...
[2026-09-11 18:07:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 18:07:03] Production.INFO: ==11452== Lock acquired, processing the job...
[2026-09-11 18:07:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 18:07:03] Production.INFO: ==11454== Lock acquired, processing the job...
[2026-09-11 18:07:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 18:07:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 18:07:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 18:07:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 18:07:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 18:07:03] Production.INFO: Account Balance Start.
[2026-09-11 18:07:03] Production.INFO: CreateAllLog Start
[2026-09-11 18:07:03] Production.INFO: 117
[2026-09-11 18:07:03] Production.INFO: Date 2026-09-08
[2026-09-11 18:07:03] Production.INFO: Reseller ==> 0
[2026-09-11 18: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-09-11 18: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-09-11 18: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-09-11 18:07:03] Production.INFO: Date 2026-09-09
[2026-09-11 18:07:03] Production.INFO: Reseller ==> 0
[2026-09-11 18:07:03] Production.INFO: ==11454== Releasing lock...
[2026-09-11 18:07:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 18:07:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 18:07:03] Production.INFO: Date 2026-09-10
[2026-09-11 18:07:03] Production.INFO: Reseller ==> 0
[2026-09-11 18:07:03] Production.INFO: Date 2026-09-11
[2026-09-11 18:07:03] Production.INFO: Reseller ==> 0
[2026-09-11 18:07:04] Production.INFO: Total Charge 0
[2026-09-11 18:07:04] Production.INFO: CreateAllLog End
[2026-09-11 18:07:04] Production.INFO: Account Balance End.
[2026-09-11 18:07:04] Production.ERROR: CronJobId end 12
[2026-09-11 18:07:04] Production.INFO: ==11452== Releasing lock...
[2026-09-11 18:07:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 18:07:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 18:07:04] Production.INFO: ==11448== Releasing lock...
[2026-09-11 18:07:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 18:07:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 18:07:11] Production.ERROR: CronJobId end10
[2026-09-11 18:07:11] Production.INFO: ==11450== Releasing lock...
[2026-09-11 18:07:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 18:07:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 18:07:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 18:07:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 18:07:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 18:07:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 18:07:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 18:07:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 18:07:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 18:07:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 18:07:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 18:07:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 18:07:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 18:07:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 18:07:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 18:07:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 18:07:14] Production.INFO: call_cost start
[2026-09-11 18:07:14] Production.INFO: call_cost end
[2026-09-11 18:07:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 18:07:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 18:07:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 18:07:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 18:07:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 18:07:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 18:07:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 18:07:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 18:07:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 18:07:14] Production.INFO: ==11446== Releasing lock...
[2026-09-11 18:07:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 18:07:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 23:08:01] Production.INFO: ==11514== Lock acquired, processing the job...
[2026-09-11 23:08:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 23:08:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 23:08:01] Production.INFO: neon service started
[2026-09-11 23:08:01] Production.INFO: neon service started
[2026-09-11 23:08:01] Production.INFO: ==11514== Releasing lock...
[2026-09-11 23:08:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 23:08:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 22:08:01] Production.INFO: ==11518== Lock acquired, processing the job...
[2026-09-11 22:08:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 22:08:01] Production.INFO: ==11518== Releasing lock...
[2026-09-11 22:08:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 22:08:01] Production.INFO: 25 MB #Memory Used#
[2026-09-11 18:08:02] Production.INFO: ==11516== Lock acquired, processing the job...
[2026-09-11 18:08:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 18:08:02] Production.INFO: ==11516== Releasing lock...
[2026-09-11 18:08:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 18:08:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 18:08:02] Production.INFO: ==11524== Lock acquired, processing the job...
[2026-09-11 18:08:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 18:08:02] Production.INFO: ==11526== Lock acquired, processing the job...
[2026-09-11 18:08:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 18:08:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 18:08:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 18:08:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 18:08:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 18:08:03] Production.INFO: Account Balance Start.
[2026-09-11 18:08:03] Production.INFO: CreateAllLog Start
[2026-09-11 18:08:03] Production.INFO: 117
[2026-09-11 18:08:03] Production.INFO: Date 2026-09-08
[2026-09-11 18:08:03] Production.INFO: Reseller ==> 0
[2026-09-11 18:08:03] Production.INFO: Date 2026-09-09
[2026-09-11 18:08:03] Production.INFO: Reseller ==> 0
[2026-09-11 18:08:03] Production.INFO: Date 2026-09-10
[2026-09-11 18:08:03] Production.INFO: Reseller ==> 0
[2026-09-11 18:08:03] Production.INFO: Date 2026-09-11
[2026-09-11 18:08:03] Production.INFO: Reseller ==> 0
[2026-09-11 18:08:03] Production.INFO: Total Charge 0
[2026-09-11 18:08:03] Production.INFO: CreateAllLog End
[2026-09-11 18:08:03] Production.INFO: ==11520== Lock acquired, processing the job...
[2026-09-11 18:08:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 18:08:03] Production.INFO: ==11522== Lock acquired, processing the job...
[2026-09-11 18:08:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 18:08:03] Production.INFO: ==11528== Lock acquired, processing the job...
[2026-09-11 18:08:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 18:08:03] Production.INFO: Account Balance End.
[2026-09-11 18:08:03] Production.ERROR: CronJobId end 12
[2026-09-11 18:08:03] Production.INFO: ==11526== Releasing lock...
[2026-09-11 18:08:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 18:08:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 18:08:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 18: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-09-11 18: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-09-11 18: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-09-11 18:08:03] Production.INFO: ==11528== Releasing lock...
[2026-09-11 18:08:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 18:08:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 18:08:04] Production.INFO: ==11522== Releasing lock...
[2026-09-11 18:08:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 18:08:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 18:08:12] Production.ERROR: CronJobId end10
[2026-09-11 18:08:12] Production.INFO: ==11524== Releasing lock...
[2026-09-11 18:08:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 18:08:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 18:08:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 18:08:15] Production.INFO: ============== Balance Warning START===========
[2026-09-11 18:08:15] Production.INFO: ============== Balance Warning END===========
[2026-09-11 18:08:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 18:08:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 18:08:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 18:08:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 18:08:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 18:08:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 18:08:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 18:08:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 18:08:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 18:08:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 18:08:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 18:08:15] Production.INFO: call_cost start
[2026-09-11 18:08:15] Production.INFO: call_cost end
[2026-09-11 18:08:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 18:08:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 18:08:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 18:08:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 18:08:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 18:08:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 18:08:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 18:08:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 18:08:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 18:08:15] Production.INFO: ==11520== Releasing lock...
[2026-09-11 18:08:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 18:08:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 23:09:01] Production.INFO: ==11587== Lock acquired, processing the job...
[2026-09-11 23:09:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 23:09:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 23:09:01] Production.INFO: neon service started
[2026-09-11 23:09:02] Production.INFO: neon service started
[2026-09-11 23:09:02] Production.INFO: ==11587== Releasing lock...
[2026-09-11 23:09:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 23:09:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 18:09:02] Production.INFO: ==11589== Lock acquired, processing the job...
[2026-09-11 18:09:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 18:09:02] Production.INFO: ==11589== Releasing lock...
[2026-09-11 18:09:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 18:09:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 22:09:02] Production.INFO: ==11591== Lock acquired, processing the job...
[2026-09-11 22:09:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 22:09:02] Production.INFO: ==11591== Releasing lock...
[2026-09-11 22:09:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 22:09:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 18:09:03] Production.INFO: ==11593== Lock acquired, processing the job...
[2026-09-11 18:09:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 18:09:03] Production.INFO: ==11595== Lock acquired, processing the job...
[2026-09-11 18:09:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 18:09:03] Production.INFO: ==11599== Lock acquired, processing the job...
[2026-09-11 18:09:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 18:09:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 18:09:03] Production.INFO: ==11597== Lock acquired, processing the job...
[2026-09-11 18:09:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 18:09:03] Production.INFO: ==11601== Lock acquired, processing the job...
[2026-09-11 18:09:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 18:09:03] Production.INFO: Account Balance Start.
[2026-09-11 18:09:03] Production.INFO: CreateAllLog Start
[2026-09-11 18:09:03] Production.INFO: 117
[2026-09-11 18:09:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 18:09:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 18:09:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 18:09:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 18: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-09-11 18: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-09-11 18: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-09-11 18:09:03] Production.INFO: Date 2026-09-08
[2026-09-11 18:09:03] Production.INFO: ==11601== Releasing lock...
[2026-09-11 18:09:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 18:09:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 18:09:03] Production.INFO: Reseller ==> 0
[2026-09-11 18:09:03] Production.INFO: Date 2026-09-09
[2026-09-11 18:09:03] Production.INFO: Reseller ==> 0
[2026-09-11 18:09:03] Production.INFO: Date 2026-09-10
[2026-09-11 18:09:03] Production.INFO: Reseller ==> 0
[2026-09-11 18:09:03] Production.INFO: Date 2026-09-11
[2026-09-11 18:09:03] Production.INFO: Reseller ==> 0
[2026-09-11 18:09:03] Production.INFO: Total Charge 0
[2026-09-11 18:09:03] Production.INFO: CreateAllLog End
[2026-09-11 18:09:03] Production.INFO: ==11595== Releasing lock...
[2026-09-11 18:09:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 18:09:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 18:09:04] Production.INFO: Account Balance End.
[2026-09-11 18:09:04] Production.ERROR: CronJobId end 12
[2026-09-11 18:09:04] Production.INFO: ==11599== Releasing lock...
[2026-09-11 18:09:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 18:09:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 18:09:11] Production.ERROR: CronJobId end10
[2026-09-11 18:09:11] Production.INFO: ==11597== Releasing lock...
[2026-09-11 18:09:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 18:09:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 18:09:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 18:09:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 18:09:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 18:09:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 18:09:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 18:09:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 18:09:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 18:09:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 18:09:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 18:09:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 18:09:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 18:09:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 18:09:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 18:09:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 18:09:14] Production.INFO: call_cost start
[2026-09-11 18:09:14] Production.INFO: call_cost end
[2026-09-11 18:09:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 18:09:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 18:09:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 18:09:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 18:09:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 18:09:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 18:09:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 18:09:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 18:09:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 18:09:14] Production.INFO: ==11593== Releasing lock...
[2026-09-11 18:09:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 18:09:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 23:10:01] Production.INFO: ==11662== Lock acquired, processing the job...
[2026-09-11 23:10:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 23:10:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 23:10:01] Production.INFO: neon service started
[2026-09-11 23:10:01] Production.INFO: neon service started
[2026-09-11 23:10:01] Production.INFO: ==11662== Releasing lock...
[2026-09-11 23:10:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 23:10:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 22:10:01] Production.INFO: ==11667== Lock acquired, processing the job...
[2026-09-11 22:10:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 22:10:01] Production.INFO: ==11667== Releasing lock...
[2026-09-11 22:10:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 22:10:01] Production.INFO: 25 MB #Memory Used#
[2026-09-11 18:10:02] Production.INFO: ==11665== Lock acquired, processing the job...
[2026-09-11 18:10:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 18:10:02] Production.INFO: ==11665== Releasing lock...
[2026-09-11 18:10:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 18:10:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 18:10:03] Production.INFO: ==11671== Lock acquired, processing the job...
[2026-09-11 18:10:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 18:10:03] Production.INFO: ==11669== Lock acquired, processing the job...
[2026-09-11 18:10:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 18:10:03] Production.INFO: ==11673== Lock acquired, processing the job...
[2026-09-11 18:10:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 18:10:03] Production.INFO: ==11675== Lock acquired, processing the job...
[2026-09-11 18:10:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 18:10:03] Production.INFO: ==11677== Lock acquired, processing the job...
[2026-09-11 18:10:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 18:10:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 18:10:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 18:10:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 18:10:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 18:10:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 18: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-09-11 18:10:03] Production.INFO: Account Balance Start.
[2026-09-11 18:10:03] Production.INFO: CreateAllLog Start
[2026-09-11 18:10:03] Production.INFO: 117
[2026-09-11 18:10:03] Production.INFO: Date 2026-09-08
[2026-09-11 18: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-09-11 18:10:03] Production.INFO: Reseller ==> 0
[2026-09-11 18:10:03] Production.INFO: Date 2026-09-09
[2026-09-11 18:10:03] Production.INFO: Reseller ==> 0
[2026-09-11 18: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-09-11 18:10:03] Production.INFO: ==11677== Releasing lock...
[2026-09-11 18:10:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 18:10:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 18:10:03] Production.INFO: Date 2026-09-10
[2026-09-11 18:10:03] Production.INFO: Reseller ==> 0
[2026-09-11 18:10:03] Production.INFO: Date 2026-09-11
[2026-09-11 18:10:03] Production.INFO: Reseller ==> 0
[2026-09-11 18:10:03] Production.INFO: Total Charge 0
[2026-09-11 18:10:03] Production.INFO: CreateAllLog End
[2026-09-11 18:10:03] Production.INFO: Account Balance End.
[2026-09-11 18:10:03] Production.ERROR: CronJobId end 12
[2026-09-11 18:10:03] Production.INFO: ==11675== Releasing lock...
[2026-09-11 18:10:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 18:10:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 18:10:04] Production.INFO: ==11671== Releasing lock...
[2026-09-11 18:10:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 18:10:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 18:10:11] Production.ERROR: CronJobId end10
[2026-09-11 18:10:11] Production.INFO: ==11673== Releasing lock...
[2026-09-11 18:10:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 18:10:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 18:10:12] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 18:10:12] Production.INFO: ============== Balance Warning START===========
[2026-09-11 18:10:12] Production.INFO: ============== Balance Warning END===========
[2026-09-11 18:10:12] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 18:10:12] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 18:10:12] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 18:10:12] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 18:10:12] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 18:10:12] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 18:10:12] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 18:10:12] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 18:10:12] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 18:10:12] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 18:10:12] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 18:10:13] Production.INFO: call_cost start
[2026-09-11 18:10:13] Production.INFO: call_cost end
[2026-09-11 18:10:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 18:10:13] Production.INFO: ============== Report Schedule START===========
[2026-09-11 18:10:13] Production.INFO: ============== Report Schedule END===========
[2026-09-11 18:10:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 18:10:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 18:10:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 18:10:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 18:10:13] Production.INFO: ============== Deal alert START===========
[2026-09-11 18:10:13] Production.INFO: ============== Deal alert END===========
[2026-09-11 18:10:13] Production.INFO: ==11669== Releasing lock...
[2026-09-11 18:10:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 18:10:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 23:11:02] Production.INFO: ==11736== Lock acquired, processing the job...
[2026-09-11 23:11:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 23:11:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 23:11:02] Production.INFO: neon service started
[2026-09-11 23:11:02] Production.INFO: neon service started
[2026-09-11 23:11:02] Production.INFO: ==11736== Releasing lock...
[2026-09-11 23:11:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 23:11:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 18:11:02] Production.INFO: ==11739== Lock acquired, processing the job...
[2026-09-11 18:11:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 22:11:02] Production.INFO: ==11741== Lock acquired, processing the job...
[2026-09-11 22:11:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 22:11:02] Production.INFO: ==11741== Releasing lock...
[2026-09-11 22:11:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 22:11:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 18:11:03] Production.INFO: ==11739== Releasing lock...
[2026-09-11 18:11:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 18:11:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 18:11:03] Production.INFO: ==11744== Lock acquired, processing the job...
[2026-09-11 18:11:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 18:11:03] Production.INFO: ==11746== Lock acquired, processing the job...
[2026-09-11 18:11:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 18:11:03] Production.INFO: ==11748== Lock acquired, processing the job...
[2026-09-11 18:11:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 18:11:03] Production.INFO: ==11750== Lock acquired, processing the job...
[2026-09-11 18:11:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 18:11:03] Production.INFO: ==11752== Lock acquired, processing the job...
[2026-09-11 18:11:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 18:11:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 18:11:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 18:11:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 18:11:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 18:11:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 18:11:04] Production.INFO: Account Balance Start.
[2026-09-11 18:11:04] Production.INFO: CreateAllLog Start
[2026-09-11 18:11:04] Production.INFO: 117
[2026-09-11 18:11:04] Production.INFO: Date 2026-09-08
[2026-09-11 18:11:04] Production.INFO: Reseller ==> 0
[2026-09-11 18:11:04] Production.INFO: Date 2026-09-09
[2026-09-11 18:11:04] Production.INFO: Reseller ==> 0
[2026-09-11 18:11:04] Production.INFO: Date 2026-09-10
[2026-09-11 18:11:04] Production.INFO: Reseller ==> 0
[2026-09-11 18:11:04] Production.INFO: Date 2026-09-11
[2026-09-11 18:11:04] Production.INFO: Reseller ==> 0
[2026-09-11 18: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-09-11 18: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-09-11 18: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-09-11 18:11:04] Production.INFO: ==11752== Releasing lock...
[2026-09-11 18:11:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 18:11:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 18:11:04] Production.INFO: Total Charge 0
[2026-09-11 18:11:04] Production.INFO: CreateAllLog End
[2026-09-11 18:11:04] Production.INFO: ==11746== Releasing lock...
[2026-09-11 18:11:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 18:11:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 18:11:04] Production.INFO: Account Balance End.
[2026-09-11 18:11:04] Production.ERROR: CronJobId end 12
[2026-09-11 18:11:04] Production.INFO: ==11750== Releasing lock...
[2026-09-11 18:11:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 18:11:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 18:11:12] Production.ERROR: CronJobId end10
[2026-09-11 18:11:12] Production.INFO: ==11748== Releasing lock...
[2026-09-11 18:11:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 18:11:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 18:11:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 18:11:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 18:11:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 18:11:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 18:11:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 18:11:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 18:11:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 18:11:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 18:11:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 18:11:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 18:11:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 18:11:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 18:11:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 18:11:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 18:11:14] Production.INFO: call_cost start
[2026-09-11 18:11:14] Production.INFO: call_cost end
[2026-09-11 18:11:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 18:11:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 18:11:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 18:11:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 18:11:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 18:11:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 18:11:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 18:11:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 18:11:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 18:11:14] Production.INFO: ==11744== Releasing lock...
[2026-09-11 18:11:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 18:11:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 23:12:01] Production.INFO: ==11809== Lock acquired, processing the job...
[2026-09-11 23:12:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 23:12:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 23:12:01] Production.INFO: neon service started
[2026-09-11 23:12:01] Production.INFO: neon service started
[2026-09-11 23:12:01] Production.INFO: ==11809== Releasing lock...
[2026-09-11 23:12:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 23:12:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 18:12:01] Production.INFO: ==11811== Lock acquired, processing the job...
[2026-09-11 18:12:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 18:12:02] Production.INFO: ==11811== Releasing lock...
[2026-09-11 18:12:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 18:12:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 22:12:02] Production.INFO: ==11813== Lock acquired, processing the job...
[2026-09-11 22:12:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 22:12:02] Production.INFO: ==11813== Releasing lock...
[2026-09-11 22:12:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 22:12:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 18:12:02] Production.INFO: ==11817== Lock acquired, processing the job...
[2026-09-11 18:12:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 18:12:03] Production.INFO: ==11815== Lock acquired, processing the job...
[2026-09-11 18:12:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 18:12:03] Production.INFO: ==11823== Lock acquired, processing the job...
[2026-09-11 18:12:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 18:12:03] Production.INFO: ==11819== Lock acquired, processing the job...
[2026-09-11 18:12:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 18:12:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 18:12:03] Production.INFO: ==11821== Lock acquired, processing the job...
[2026-09-11 18:12:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 18: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-09-11 18: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-09-11 18:12:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 18:12:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 18:12:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 18:12:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 18: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-09-11 18:12:03] Production.INFO: ==11823== Releasing lock...
[2026-09-11 18:12:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 18:12:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 18:12:03] Production.INFO: Account Balance Start.
[2026-09-11 18:12:03] Production.INFO: CreateAllLog Start
[2026-09-11 18:12:03] Production.INFO: 117
[2026-09-11 18:12:03] Production.INFO: Date 2026-09-08
[2026-09-11 18:12:03] Production.INFO: Reseller ==> 0
[2026-09-11 18:12:03] Production.INFO: Date 2026-09-09
[2026-09-11 18:12:03] Production.INFO: Reseller ==> 0
[2026-09-11 18:12:03] Production.INFO: Date 2026-09-10
[2026-09-11 18:12:03] Production.INFO: Reseller ==> 0
[2026-09-11 18:12:03] Production.INFO: Date 2026-09-11
[2026-09-11 18:12:03] Production.INFO: Reseller ==> 0
[2026-09-11 18:12:03] Production.INFO: Total Charge 0
[2026-09-11 18:12:03] Production.INFO: CreateAllLog End
[2026-09-11 18:12:03] Production.INFO: Account Balance End.
[2026-09-11 18:12:03] Production.ERROR: CronJobId end 12
[2026-09-11 18:12:03] Production.INFO: ==11821== Releasing lock...
[2026-09-11 18:12:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 18:12:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 18:12:03] Production.INFO: ==11817== Releasing lock...
[2026-09-11 18:12:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 18:12:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 18:12:11] Production.ERROR: CronJobId end10
[2026-09-11 18:12:11] Production.INFO: ==11819== Releasing lock...
[2026-09-11 18:12:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 18:12:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 18:12:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 18:12:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 18:12:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 18:12:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 18:12:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 18:12:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 18:12:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 18:12:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 18:12:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 18:12:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 18:12:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 18:12:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 18:12:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 18:12:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 18:12:14] Production.INFO: call_cost start
[2026-09-11 18:12:14] Production.INFO: call_cost end
[2026-09-11 18:12:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 18:12:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 18:12:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 18:12:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 18:12:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 18:12:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 18:12:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 18:12:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 18:12:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 18:12:14] Production.INFO: ==11815== Releasing lock...
[2026-09-11 18:12:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 18:12:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 23:13:01] Production.INFO: ==11885== Lock acquired, processing the job...
[2026-09-11 23:13:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 23:13:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 23:13:02] Production.INFO: neon service started
[2026-09-11 23:13:02] Production.INFO: neon service started
[2026-09-11 23:13:02] Production.INFO: ==11885== Releasing lock...
[2026-09-11 23:13:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 23:13:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 18:13:02] Production.INFO: ==11887== Lock acquired, processing the job...
[2026-09-11 18:13:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 18:13:02] Production.INFO: ==11887== Releasing lock...
[2026-09-11 18:13:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 18:13:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 22:13:02] Production.INFO: ==11889== Lock acquired, processing the job...
[2026-09-11 22:13:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 22:13:02] Production.INFO: ==11889== Releasing lock...
[2026-09-11 22:13:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 22:13:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 18:13:03] Production.INFO: ==11892== Lock acquired, processing the job...
[2026-09-11 18:13:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 18:13:03] Production.INFO: ==11894== Lock acquired, processing the job...
[2026-09-11 18:13:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 18:13:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 18:13:03] Production.INFO: ==11896== Lock acquired, processing the job...
[2026-09-11 18:13:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 18:13:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 18:13:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 18:13:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 18:13:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 18:13:03] Production.INFO: ==11898== Lock acquired, processing the job...
[2026-09-11 18:13:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 18:13:03] Production.INFO: ==11900== Lock acquired, processing the job...
[2026-09-11 18:13:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 18: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-09-11 18: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-09-11 18:13:03] Production.INFO: Account Balance Start.
[2026-09-11 18:13:03] Production.INFO: CreateAllLog Start
[2026-09-11 18:13:03] Production.INFO: 117
[2026-09-11 18: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-09-11 18:13:03] Production.INFO: Date 2026-09-08
[2026-09-11 18:13:03] Production.INFO: ==11900== Releasing lock...
[2026-09-11 18:13:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 18:13:03] Production.INFO: Reseller ==> 0
[2026-09-11 18:13:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 18:13:03] Production.INFO: Date 2026-09-09
[2026-09-11 18:13:03] Production.INFO: Reseller ==> 0
[2026-09-11 18:13:03] Production.INFO: Date 2026-09-10
[2026-09-11 18:13:03] Production.INFO: Reseller ==> 0
[2026-09-11 18:13:04] Production.INFO: Date 2026-09-11
[2026-09-11 18:13:04] Production.INFO: Reseller ==> 0
[2026-09-11 18:13:04] Production.INFO: Total Charge 0
[2026-09-11 18:13:04] Production.INFO: CreateAllLog End
[2026-09-11 18:13:04] Production.INFO: ==11894== Releasing lock...
[2026-09-11 18:13:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 18:13:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 18:13:04] Production.INFO: Account Balance End.
[2026-09-11 18:13:04] Production.ERROR: CronJobId end 12
[2026-09-11 18:13:04] Production.INFO: ==11898== Releasing lock...
[2026-09-11 18:13:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 18:13:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 18:13:11] Production.ERROR: CronJobId end10
[2026-09-11 18:13:11] Production.INFO: ==11896== Releasing lock...
[2026-09-11 18:13:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 18:13:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 18:13:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 18:13:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 18:13:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 18:13:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 18:13:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 18:13:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 18:13:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 18:13:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 18:13:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 18:13:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 18:13:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 18:13:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 18:13:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 18:13:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 18:13:15] Production.INFO: call_cost start
[2026-09-11 18:13:15] Production.INFO: call_cost end
[2026-09-11 18:13:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 18:13:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 18:13:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 18:13:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 18:13:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 18:13:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 18:13:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 18:13:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 18:13:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 18:13:15] Production.INFO: ==11892== Releasing lock...
[2026-09-11 18:13:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 18:13:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 23:14:01] Production.INFO: ==11958== Lock acquired, processing the job...
[2026-09-11 23:14:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 23:14:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 23:14:01] Production.INFO: neon service started
[2026-09-11 23:14:01] Production.INFO: neon service started
[2026-09-11 23:14:01] Production.INFO: ==11958== Releasing lock...
[2026-09-11 23:14:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 23:14:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 18:14:01] Production.INFO: ==11960== Lock acquired, processing the job...
[2026-09-11 18:14:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 18:14:02] Production.INFO: ==11960== Releasing lock...
[2026-09-11 18:14:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 18:14:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 22:14:02] Production.INFO: ==11962== Lock acquired, processing the job...
[2026-09-11 22:14:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 22:14:02] Production.INFO: ==11962== Releasing lock...
[2026-09-11 22:14:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 22:14:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 18:14:02] Production.INFO: ==11965== Lock acquired, processing the job...
[2026-09-11 18:14:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 18:14:02] Production.INFO: ==11973== Lock acquired, processing the job...
[2026-09-11 18:14:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 18:14:02] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 18:14:03] Production.INFO: ==11967== Lock acquired, processing the job...
[2026-09-11 18:14:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 18: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-09-11 18: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-09-11 18:14:03] Production.INFO: ==11971== Lock acquired, processing the job...
[2026-09-11 18:14:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 18:14:03] Production.INFO: ==11969== Lock acquired, processing the job...
[2026-09-11 18:14:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 18: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-09-11 18:14:03] Production.INFO: ==11973== Releasing lock...
[2026-09-11 18:14:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 18:14:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 18:14:03] Production.INFO: Account Balance Start.
[2026-09-11 18:14:03] Production.INFO: CreateAllLog Start
[2026-09-11 18:14:03] Production.INFO: 117
[2026-09-11 18:14:03] Production.INFO: Date 2026-09-08
[2026-09-11 18:14:03] Production.INFO: Reseller ==> 0
[2026-09-11 18:14:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 18:14:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 18:14:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 18:14:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 18:14:03] Production.INFO: Date 2026-09-09
[2026-09-11 18:14:03] Production.INFO: Reseller ==> 0
[2026-09-11 18:14:03] Production.INFO: Date 2026-09-10
[2026-09-11 18:14:03] Production.INFO: Reseller ==> 0
[2026-09-11 18:14:03] Production.INFO: Date 2026-09-11
[2026-09-11 18:14:03] Production.INFO: Reseller ==> 0
[2026-09-11 18:14:03] Production.INFO: Total Charge 0
[2026-09-11 18:14:03] Production.INFO: CreateAllLog End
[2026-09-11 18:14:03] Production.INFO: Account Balance End.
[2026-09-11 18:14:03] Production.ERROR: CronJobId end 12
[2026-09-11 18:14:03] Production.INFO: ==11971== Releasing lock...
[2026-09-11 18:14:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 18:14:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 18:14:03] Production.INFO: ==11967== Releasing lock...
[2026-09-11 18:14:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 18:14:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 18:14:10] Production.ERROR: CronJobId end10
[2026-09-11 18:14:10] Production.INFO: ==11969== Releasing lock...
[2026-09-11 18:14:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 18:14:10] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 18:14:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 18:14:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 18:14:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 18:14:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 18:14:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 18:14:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 18:14:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 18:14:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 18:14:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 18:14:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 18:14:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 18:14:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 18:14:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 18:14:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 18:14:14] Production.INFO: call_cost start
[2026-09-11 18:14:14] Production.INFO: call_cost end
[2026-09-11 18:14:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 18:14:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 18:14:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 18:14:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 18:14:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 18:14:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 18:14:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 18:14:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 18:14:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 18:14:14] Production.INFO: ==11965== Releasing lock...
[2026-09-11 18:14:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 18:14:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 23:15:01] Production.INFO: ==12039== Lock acquired, processing the job...
[2026-09-11 23:15:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 23:15:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 23:15:01] Production.INFO: neon service started
[2026-09-11 23:15:01] Production.INFO: neon service started
[2026-09-11 23:15:01] Production.INFO: ==12039== Releasing lock...
[2026-09-11 23:15:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 23:15:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 18:15:02] Production.INFO: ==12041== Lock acquired, processing the job...
[2026-09-11 18:15:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 22:15:02] Production.INFO: ==12043== Lock acquired, processing the job...
[2026-09-11 22:15:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 22:15:02] Production.INFO: ==12043== Releasing lock...
[2026-09-11 22:15:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 22:15:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 18:15:02] Production.INFO: ==12041== Releasing lock...
[2026-09-11 18:15:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 18:15:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 18:15:03] Production.INFO: ==12046== Lock acquired, processing the job...
[2026-09-11 18:15:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-11 18:15:03] Production.ERROR: ========================== active cronjob start =============================
[2026-09-11 18:15:03] Production.INFO: ==12048== Lock acquired, processing the job...
[2026-09-11 18:15:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 18:15:03] Production.ERROR: ========================== active cronjob end =============================
[2026-09-11 18:15:03] Production.INFO: ==12046== Releasing lock...
[2026-09-11 18:15:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-11 18:15:03] Production.INFO: 25.5 MB #Memory Used#
[2026-09-11 18:15:03] Production.INFO: ==12050== Lock acquired, processing the job...
[2026-09-11 18:15:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 18:15:03] Production.INFO: ==12052== Lock acquired, processing the job...
[2026-09-11 18:15:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 18:15:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 18:15:03] Production.INFO: ==12056== Lock acquired, processing the job...
[2026-09-11 18:15:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-11 18:15:04] Production.INFO: ==12054== Lock acquired, processing the job...
[2026-09-11 18:15:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 18:15:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 18:15:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 18:15:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 18:15:04] Production.INFO: ==12058== Lock acquired, processing the job...
[2026-09-11 18:15:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 18:15:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 18:15:04] Production.ERROR: tblTempUsageDetail_20
[2026-09-11 18:15:04] Production.INFO: Account Balance Start.
[2026-09-11 18:15:04] Production.INFO: CreateAllLog Start
[2026-09-11 18:15:04] Production.INFO: 117
[2026-09-11 18: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-09-11 18: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-09-11 18: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-09-11 18:15:04] Production.INFO: Date 2026-09-08
[2026-09-11 18:15:04] Production.INFO: Reseller ==> 0
[2026-09-11 18:15:04] Production.INFO: Date 2026-09-09
[2026-09-11 18:15:04] Production.INFO: Reseller ==> 0
[2026-09-11 18:15:04] Production.INFO: Date 2026-09-10
[2026-09-11 18:15:04] Production.INFO: Reseller ==> 0
[2026-09-11 18:15:04] Production.INFO: ==12058== Releasing lock...
[2026-09-11 18:15:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 18:15:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 18:15:04] Production.ERROR: done
[2026-09-11 18:15:04] Production.INFO: Date 2026-09-11
[2026-09-11 18:15:04] Production.INFO: Reseller ==> 0
[2026-09-11 18:15:04] Production.INFO: Total Charge 0
[2026-09-11 18:15:04] Production.INFO: CreateAllLog End
[2026-09-11 18:15:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-11 18:15:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17985856', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) start
[2026-09-11 18:15:04] Production.INFO: Account Balance End.
[2026-09-11 18:15:04] Production.ERROR: CronJobId end 12
[2026-09-11 18:15:04] Production.INFO: ==12054== Releasing lock...
[2026-09-11 18:15:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 18:15:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 18:15:04] Production.INFO: ==12050== Releasing lock...
[2026-09-11 18:15:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 18:15:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 18:15:10] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17985856', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) end
[2026-09-11 18:15:10] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-11 18:15:10] Production.INFO: ProcessCDR(1,17985856,1,1,2)
[2026-09-11 18:15:10] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17985856,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 18:15:10] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17985856,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 18:15:10] Production.ERROR: pbx prc_insertCDR start
[2026-09-11 18:15:10] Production.ERROR: pbx prc_insertCDR end
[2026-09-11 18:15:10] Production.INFO: ==12056== Releasing lock...
[2026-09-11 18:15:10] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-11 18:15:10] Production.INFO: 26 MB #Memory Used#
[2026-09-11 18:15:15] Production.ERROR: CronJobId end10
[2026-09-11 18:15:15] Production.INFO: ==12052== Releasing lock...
[2026-09-11 18:15:15] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 18:15:15] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 18:15:17] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 18:15:17] Production.INFO: ============== Balance Warning START===========
[2026-09-11 18:15:17] Production.INFO: ============== Balance Warning END===========
[2026-09-11 18:15:17] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 18:15:17] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 18:15:17] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 18:15:17] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 18:15:17] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 18:15:17] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 18:15:17] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 18:15:17] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 18:15:17] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 18:15:17] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 18:15:17] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 18:15:17] Production.INFO: call_cost start
[2026-09-11 18:15:17] Production.INFO: call_cost end
[2026-09-11 18:15:17] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 18:15:17] Production.INFO: ============== Report Schedule START===========
[2026-09-11 18:15:17] Production.INFO: ============== Report Schedule END===========
[2026-09-11 18:15:17] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 18:15:17] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 18:15:17] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 18:15:17] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 18:15:17] Production.INFO: ============== Deal alert START===========
[2026-09-11 18:15:17] Production.INFO: ============== Deal alert END===========
[2026-09-11 18:15:17] Production.INFO: ==12048== Releasing lock...
[2026-09-11 18:15:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 18:15:17] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 23:16:02] Production.INFO: ==12151== Lock acquired, processing the job...
[2026-09-11 23:16:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 23:16:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 23:16:02] Production.INFO: neon service started
[2026-09-11 23:16:02] Production.INFO: neon service started
[2026-09-11 23:16:02] Production.INFO: ==12151== Releasing lock...
[2026-09-11 23:16:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 23:16:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 18:16:02] Production.INFO: ==12153== Lock acquired, processing the job...
[2026-09-11 18:16:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 18:16:02] Production.INFO: ==12153== Releasing lock...
[2026-09-11 18:16:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 18:16:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 22:16:03] Production.INFO: ==12155== Lock acquired, processing the job...
[2026-09-11 22:16:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 22:16:03] Production.INFO: ==12155== Releasing lock...
[2026-09-11 22:16:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 22:16:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 18:16:03] Production.INFO: ==12158== Lock acquired, processing the job...
[2026-09-11 18:16:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 18:16:03] Production.INFO: ==12160== Lock acquired, processing the job...
[2026-09-11 18:16:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 18:16:03] Production.INFO: ==12162== Lock acquired, processing the job...
[2026-09-11 18:16:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 18:16:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 18:16:03] Production.INFO: ==12164== Lock acquired, processing the job...
[2026-09-11 18:16:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 18:16:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 18:16:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 18:16:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 18:16:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 18:16:04] Production.INFO: ==12166== Lock acquired, processing the job...
[2026-09-11 18:16:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 18:16:04] Production.INFO: Account Balance Start.
[2026-09-11 18:16:04] Production.INFO: CreateAllLog Start
[2026-09-11 18:16:04] Production.INFO: 117
[2026-09-11 18:16:04] Production.INFO: Date 2026-09-08
[2026-09-11 18:16:04] Production.INFO: Reseller ==> 0
[2026-09-11 18:16:04] Production.INFO: Date 2026-09-09
[2026-09-11 18:16:04] Production.INFO: Reseller ==> 0
[2026-09-11 18:16:04] Production.INFO: Date 2026-09-10
[2026-09-11 18:16:04] Production.INFO: Reseller ==> 0
[2026-09-11 18: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-09-11 18: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-09-11 18:16:04] Production.INFO: Date 2026-09-11
[2026-09-11 18:16:04] Production.INFO: Reseller ==> 0
[2026-09-11 18: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-09-11 18:16:04] Production.INFO: ==12166== Releasing lock...
[2026-09-11 18:16:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 18:16:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 18:16:04] Production.INFO: Total Charge 0
[2026-09-11 18:16:04] Production.INFO: CreateAllLog End
[2026-09-11 18:16:04] Production.INFO: Account Balance End.
[2026-09-11 18:16:04] Production.ERROR: CronJobId end 12
[2026-09-11 18:16:04] Production.INFO: ==12164== Releasing lock...
[2026-09-11 18:16:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 18:16:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 18:16:04] Production.INFO: ==12160== Releasing lock...
[2026-09-11 18:16:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 18:16:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 18:16:12] Production.ERROR: CronJobId end10
[2026-09-11 18:16:12] Production.INFO: ==12162== Releasing lock...
[2026-09-11 18:16:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 18:16:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 18:16:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 18:16:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 18:16:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 18:16:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 18:16:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 18:16:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 18:16:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 18:16:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 18:16:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 18:16:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 18:16:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 18:16:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 18:16:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 18:16:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 18:16:14] Production.INFO: call_cost start
[2026-09-11 18:16:14] Production.INFO: call_cost end
[2026-09-11 18:16:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 18:16:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 18:16:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 18:16:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 18:16:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 18:16:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 18:16:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 18:16:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 18:16:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 18:16:14] Production.INFO: ==12158== Releasing lock...
[2026-09-11 18:16:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 18:16:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 23:17:01] Production.INFO: ==12249== Lock acquired, processing the job...
[2026-09-11 23:17:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 23:17:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 23:17:01] Production.INFO: neon service started
[2026-09-11 23:17:01] Production.INFO: neon service started
[2026-09-11 23:17:01] Production.INFO: ==12249== Releasing lock...
[2026-09-11 23:17:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 23:17:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 18:17:02] Production.INFO: ==12251== Lock acquired, processing the job...
[2026-09-11 18:17:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 22:17:02] Production.INFO: ==12253== Lock acquired, processing the job...
[2026-09-11 22:17:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 22:17:02] Production.INFO: ==12253== Releasing lock...
[2026-09-11 22:17:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 22:17:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 18:17:02] Production.INFO: ==12251== Releasing lock...
[2026-09-11 18:17:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 18:17:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 18:17:03] Production.INFO: ==12260== Lock acquired, processing the job...
[2026-09-11 18:17:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 18:17:03] Production.INFO: ==12258== Lock acquired, processing the job...
[2026-09-11 18:17:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 18:17:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 18:17:03] Production.INFO: ==12262== Lock acquired, processing the job...
[2026-09-11 18:17:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 18:17:03] Production.INFO: ==12266== Lock acquired, processing the job...
[2026-09-11 18:17:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 18:17:03] Production.INFO: ==12264== Lock acquired, processing the job...
[2026-09-11 18:17:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 18: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-09-11 18: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-09-11 18:17:03] Production.INFO: Account Balance Start.
[2026-09-11 18:17:03] Production.INFO: CreateAllLog Start
[2026-09-11 18:17:03] Production.INFO: 117
[2026-09-11 18: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-09-11 18:17:03] Production.INFO: ==12266== Releasing lock...
[2026-09-11 18:17:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 18:17:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 18:17:03] Production.INFO: Date 2026-09-08
[2026-09-11 18:17:03] Production.INFO: Reseller ==> 0
[2026-09-11 18:17:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 18:17:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 18:17:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 18:17:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 18:17:03] Production.INFO: Date 2026-09-09
[2026-09-11 18:17:03] Production.INFO: Reseller ==> 0
[2026-09-11 18:17:03] Production.INFO: Date 2026-09-10
[2026-09-11 18:17:03] Production.INFO: Reseller ==> 0
[2026-09-11 18:17:03] Production.INFO: Date 2026-09-11
[2026-09-11 18:17:03] Production.INFO: Reseller ==> 0
[2026-09-11 18:17:03] Production.INFO: Total Charge 0
[2026-09-11 18:17:03] Production.INFO: CreateAllLog End
[2026-09-11 18:17:04] Production.INFO: Account Balance End.
[2026-09-11 18:17:04] Production.ERROR: CronJobId end 12
[2026-09-11 18:17:04] Production.INFO: ==12264== Releasing lock...
[2026-09-11 18:17:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 18:17:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 18:17:04] Production.INFO: ==12260== Releasing lock...
[2026-09-11 18:17:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 18:17:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 18:17:11] Production.ERROR: CronJobId end10
[2026-09-11 18:17:11] Production.INFO: ==12262== Releasing lock...
[2026-09-11 18:17:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 18:17:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 18:17:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 18:17:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 18:17:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 18:17:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 18:17:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 18:17:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 18:17:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 18:17:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 18:17:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 18:17:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 18:17:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 18:17:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 18:17:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 18:17:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 18:17:14] Production.INFO: call_cost start
[2026-09-11 18:17:14] Production.INFO: call_cost end
[2026-09-11 18:17:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 18:17:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 18:17:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 18:17:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 18:17:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 18:17:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 18:17:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 18:17:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 18:17:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 18:17:14] Production.INFO: ==12258== Releasing lock...
[2026-09-11 18:17:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 18:17:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 23:18:02] Production.INFO: ==12345== Lock acquired, processing the job...
[2026-09-11 23:18:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 23:18:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 23:18:02] Production.INFO: neon service started
[2026-09-11 23:18:02] Production.INFO: neon service started
[2026-09-11 23:18:02] Production.INFO: ==12345== Releasing lock...
[2026-09-11 23:18:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 23:18:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 22:18:02] Production.INFO: ==12349== Lock acquired, processing the job...
[2026-09-11 22:18:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 22:18:02] Production.INFO: ==12349== Releasing lock...
[2026-09-11 22:18:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 22:18:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 18:18:02] Production.INFO: ==12347== Lock acquired, processing the job...
[2026-09-11 18:18:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 18:18:02] Production.INFO: ==12347== Releasing lock...
[2026-09-11 18:18:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 18:18:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 18:18:03] Production.INFO: ==12353== Lock acquired, processing the job...
[2026-09-11 18:18:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 18:18:03] Production.INFO: ==12351== Lock acquired, processing the job...
[2026-09-11 18:18:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 18:18:03] Production.INFO: ==12357== Lock acquired, processing the job...
[2026-09-11 18:18:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 18:18:03] Production.INFO: ==12355== Lock acquired, processing the job...
[2026-09-11 18:18:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 18:18:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 18:18:03] Production.INFO: Account Balance Start.
[2026-09-11 18:18:03] Production.INFO: CreateAllLog Start
[2026-09-11 18:18:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 18:18:03] Production.INFO: 117
[2026-09-11 18:18:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 18:18:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 18:18:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 18:18:03] Production.INFO: Date 2026-09-08
[2026-09-11 18:18:03] Production.INFO: Reseller ==> 0
[2026-09-11 18:18:03] Production.INFO: Date 2026-09-09
[2026-09-11 18:18:03] Production.INFO: Reseller ==> 0
[2026-09-11 18:18:03] Production.INFO: ==12359== Lock acquired, processing the job...
[2026-09-11 18:18:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 18:18:03] Production.INFO: Date 2026-09-10
[2026-09-11 18:18:03] Production.INFO: Reseller ==> 0
[2026-09-11 18:18:04] Production.INFO: Date 2026-09-11
[2026-09-11 18:18:04] Production.INFO: Reseller ==> 0
[2026-09-11 18:18:04] Production.INFO: Total Charge 0
[2026-09-11 18:18:04] Production.INFO: CreateAllLog End
[2026-09-11 18: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-09-11 18: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-09-11 18: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-09-11 18:18:04] Production.INFO: ==12359== Releasing lock...
[2026-09-11 18:18:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 18:18:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 18:18:04] Production.INFO: Account Balance End.
[2026-09-11 18:18:04] Production.INFO: ==12353== Releasing lock...
[2026-09-11 18:18:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 18:18:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 18:18:04] Production.ERROR: CronJobId end 12
[2026-09-11 18:18:04] Production.INFO: ==12357== Releasing lock...
[2026-09-11 18:18:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 18:18:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 18:18:12] Production.ERROR: CronJobId end10
[2026-09-11 18:18:12] Production.INFO: ==12355== Releasing lock...
[2026-09-11 18:18:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 18:18:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 18:18:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 18:18:15] Production.INFO: ============== Balance Warning START===========
[2026-09-11 18:18:15] Production.INFO: ============== Balance Warning END===========
[2026-09-11 18:18:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 18:18:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 18:18:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 18:18:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 18:18:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 18:18:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 18:18:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 18:18:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 18:18:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 18:18:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 18:18:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 18:18:15] Production.INFO: call_cost start
[2026-09-11 18:18:15] Production.INFO: call_cost end
[2026-09-11 18:18:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 18:18:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 18:18:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 18:18:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 18:18:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 18:18:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 18:18:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 18:18:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 18:18:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 18:18:15] Production.INFO: ==12351== Releasing lock...
[2026-09-11 18:18:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 18:18:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 23:19:01] Production.INFO: ==12440== Lock acquired, processing the job...
[2026-09-11 23:19:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 23:19:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 23:19:01] Production.INFO: neon service started
[2026-09-11 23:19:01] Production.INFO: neon service started
[2026-09-11 23:19:01] Production.INFO: ==12440== Releasing lock...
[2026-09-11 23:19:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 23:19:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 22:19:02] Production.INFO: ==12444== Lock acquired, processing the job...
[2026-09-11 22:19:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 22:19:02] Production.INFO: ==12444== Releasing lock...
[2026-09-11 22:19:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 22:19:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 18:19:02] Production.INFO: ==12442== Lock acquired, processing the job...
[2026-09-11 18:19:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 18:19:02] Production.INFO: ==12442== Releasing lock...
[2026-09-11 18:19:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 18:19:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 18:19:03] Production.INFO: ==12447== Lock acquired, processing the job...
[2026-09-11 18:19:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 18:19:03] Production.INFO: ==12449== Lock acquired, processing the job...
[2026-09-11 18:19:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 18:19:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 18:19:03] Production.INFO: ==12451== Lock acquired, processing the job...
[2026-09-11 18:19:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 18:19:03] Production.INFO: ==12453== Lock acquired, processing the job...
[2026-09-11 18:19:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 18:19:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 18:19:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 18:19:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 18:19:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 18:19:03] Production.INFO: ==12455== Lock acquired, processing the job...
[2026-09-11 18:19:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 18:19:03] Production.INFO: Account Balance Start.
[2026-09-11 18:19:03] Production.INFO: CreateAllLog Start
[2026-09-11 18:19:03] Production.INFO: 117
[2026-09-11 18:19:03] Production.INFO: Date 2026-09-08
[2026-09-11 18:19:03] Production.INFO: Reseller ==> 0
[2026-09-11 18: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-09-11 18: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-09-11 18: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-09-11 18:19:03] Production.INFO: ==12455== Releasing lock...
[2026-09-11 18:19:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 18:19:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 18:19:03] Production.INFO: Date 2026-09-09
[2026-09-11 18:19:03] Production.INFO: Reseller ==> 0
[2026-09-11 18:19:03] Production.INFO: Date 2026-09-10
[2026-09-11 18:19:03] Production.INFO: Reseller ==> 0
[2026-09-11 18:19:03] Production.INFO: Date 2026-09-11
[2026-09-11 18:19:03] Production.INFO: Reseller ==> 0
[2026-09-11 18:19:03] Production.INFO: Total Charge 0
[2026-09-11 18:19:03] Production.INFO: CreateAllLog End
[2026-09-11 18:19:04] Production.INFO: Account Balance End.
[2026-09-11 18:19:04] Production.ERROR: CronJobId end 12
[2026-09-11 18:19:04] Production.INFO: ==12453== Releasing lock...
[2026-09-11 18:19:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 18:19:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 18:19:04] Production.INFO: ==12449== Releasing lock...
[2026-09-11 18:19:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 18:19:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 18:19:12] Production.ERROR: CronJobId end10
[2026-09-11 18:19:12] Production.INFO: ==12451== Releasing lock...
[2026-09-11 18:19:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 18:19:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 18:19:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 18:19:15] Production.INFO: ============== Balance Warning START===========
[2026-09-11 18:19:15] Production.INFO: ============== Balance Warning END===========
[2026-09-11 18:19:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 18:19:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 18:19:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 18:19:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 18:19:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 18:19:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 18:19:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 18:19:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 18:19:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 18:19:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 18:19:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 18:19:15] Production.INFO: call_cost start
[2026-09-11 18:19:15] Production.INFO: call_cost end
[2026-09-11 18:19:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 18:19:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 18:19:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 18:19:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 18:19:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 18:19:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 18:19:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 18:19:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 18:19:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 18:19:15] Production.INFO: ==12447== Releasing lock...
[2026-09-11 18:19:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 18:19:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 23:20:02] Production.INFO: ==12544== Lock acquired, processing the job...
[2026-09-11 23:20:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 23:20:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 23:20:02] Production.INFO: neon service started
[2026-09-11 23:20:02] Production.INFO: neon service started
[2026-09-11 23:20:02] Production.INFO: ==12544== Releasing lock...
[2026-09-11 23:20:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 23:20:02] Production.INFO: 25.5 MB #Memory Used#
[2026-09-11 22:20:02] Production.INFO: ==12548== Lock acquired, processing the job...
[2026-09-11 22:20:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 22:20:02] Production.INFO: ==12548== Releasing lock...
[2026-09-11 22:20:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 22:20:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 18:20:02] Production.INFO: ==12546== Lock acquired, processing the job...
[2026-09-11 18:20:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 18:20:02] Production.INFO: ==12546== Releasing lock...
[2026-09-11 18:20:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 18:20:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 18:20:03] Production.INFO: ==12551== Lock acquired, processing the job...
[2026-09-11 18:20:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 18:20:03] Production.INFO: ==12553== Lock acquired, processing the job...
[2026-09-11 18:20:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 18:20:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 18:20:03] Production.INFO: ==12559== Lock acquired, processing the job...
[2026-09-11 18:20:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 18:20:03] Production.INFO: ==12555== Lock acquired, processing the job...
[2026-09-11 18:20:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 18:20:03] Production.INFO: ==12557== Lock acquired, processing the job...
[2026-09-11 18:20:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 18:20:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 18:20:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 18:20:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 18:20:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 18: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-09-11 18: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-09-11 18: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-09-11 18:20:04] Production.INFO: ==12559== Releasing lock...
[2026-09-11 18:20:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 18:20:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 18:20:04] Production.INFO: Account Balance Start.
[2026-09-11 18:20:04] Production.INFO: CreateAllLog Start
[2026-09-11 18:20:04] Production.INFO: 117
[2026-09-11 18:20:04] Production.INFO: Date 2026-09-08
[2026-09-11 18:20:04] Production.INFO: Reseller ==> 0
[2026-09-11 18:20:04] Production.INFO: Date 2026-09-09
[2026-09-11 18:20:04] Production.INFO: Reseller ==> 0
[2026-09-11 18:20:04] Production.INFO: Date 2026-09-10
[2026-09-11 18:20:04] Production.INFO: Reseller ==> 0
[2026-09-11 18:20:04] Production.INFO: Date 2026-09-11
[2026-09-11 18:20:04] Production.INFO: Reseller ==> 0
[2026-09-11 18:20:04] Production.INFO: Total Charge 0
[2026-09-11 18:20:04] Production.INFO: CreateAllLog End
[2026-09-11 18:20:04] Production.INFO: Account Balance End.
[2026-09-11 18:20:04] Production.ERROR: CronJobId end 12
[2026-09-11 18:20:04] Production.INFO: ==12557== Releasing lock...
[2026-09-11 18:20:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 18:20:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 18:20:04] Production.INFO: ==12553== Releasing lock...
[2026-09-11 18:20:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 18:20:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 18:20:11] Production.ERROR: CronJobId end10
[2026-09-11 18:20:11] Production.INFO: ==12555== Releasing lock...
[2026-09-11 18:20:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 18:20:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 18:20:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 18:20:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 18:20:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 18:20:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 18:20:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 18:20:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 18:20:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 18:20:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 18:20:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 18:20:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 18:20:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 18:20:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 18:20:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 18:20:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 18:20:15] Production.INFO: call_cost start
[2026-09-11 18:20:15] Production.INFO: call_cost end
[2026-09-11 18:20:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 18:20:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 18:20:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 18:20:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 18:20:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 18:20:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 18:20:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 18:20:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 18:20:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 18:20:15] Production.INFO: ==12551== Releasing lock...
[2026-09-11 18:20:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 18:20:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 23:21:01] Production.INFO: ==12633== Lock acquired, processing the job...
[2026-09-11 23:21:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 23:21:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 23:21:01] Production.INFO: neon service started
[2026-09-11 23:21:01] Production.INFO: neon service started
[2026-09-11 23:21:01] Production.INFO: ==12633== Releasing lock...
[2026-09-11 23:21:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 23:21:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 18:21:01] Production.INFO: ==12635== Lock acquired, processing the job...
[2026-09-11 18:21:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 18:21:02] Production.INFO: ==12635== Releasing lock...
[2026-09-11 18:21:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 18:21:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 22:21:02] Production.INFO: ==12637== Lock acquired, processing the job...
[2026-09-11 22:21:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 22:21:02] Production.INFO: ==12637== Releasing lock...
[2026-09-11 22:21:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 22:21:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 18:21:02] Production.INFO: ==12643== Lock acquired, processing the job...
[2026-09-11 18:21:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 18:21:02] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 18:21:02] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 18:21:02] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 18:21:02] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 18:21:03] Production.INFO: ==12639== Lock acquired, processing the job...
[2026-09-11 18:21:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 18:21:03] Production.INFO: ==12641== Lock acquired, processing the job...
[2026-09-11 18:21:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 18:21:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 18:21:03] Production.INFO: ==12645== Lock acquired, processing the job...
[2026-09-11 18:21:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 18:21:03] Production.INFO: Account Balance Start.
[2026-09-11 18:21:03] Production.INFO: CreateAllLog Start
[2026-09-11 18:21:03] Production.INFO: ==12647== Lock acquired, processing the job...
[2026-09-11 18:21:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 18:21:03] Production.INFO: 117
[2026-09-11 18:21:03] Production.INFO: Date 2026-09-08
[2026-09-11 18:21:03] Production.INFO: Reseller ==> 0
[2026-09-11 18:21:03] Production.INFO: Date 2026-09-09
[2026-09-11 18:21:03] Production.INFO: Reseller ==> 0
[2026-09-11 18:21:03] Production.INFO: Date 2026-09-10
[2026-09-11 18:21:03] Production.INFO: Reseller ==> 0
[2026-09-11 18: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-09-11 18: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-09-11 18:21:03] Production.INFO: Date 2026-09-11
[2026-09-11 18:21:03] Production.INFO: Reseller ==> 0
[2026-09-11 18: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-09-11 18:21:03] Production.INFO: ==12647== Releasing lock...
[2026-09-11 18:21:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 18:21:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 18:21:03] Production.INFO: Total Charge 0
[2026-09-11 18:21:03] Production.INFO: CreateAllLog End
[2026-09-11 18:21:03] Production.INFO: Account Balance End.
[2026-09-11 18:21:03] Production.ERROR: CronJobId end 12
[2026-09-11 18:21:03] Production.INFO: ==12645== Releasing lock...
[2026-09-11 18:21:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 18:21:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 18:21:04] Production.INFO: ==12641== Releasing lock...
[2026-09-11 18:21:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 18:21:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 18:21:11] Production.ERROR: CronJobId end10
[2026-09-11 18:21:11] Production.INFO: ==12643== Releasing lock...
[2026-09-11 18:21:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 18:21:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 18:21:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 18:21:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 18:21:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 18:21:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 18:21:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 18:21:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 18:21:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 18:21:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 18:21:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 18:21:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 18:21:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 18:21:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 18:21:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 18:21:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 18:21:14] Production.INFO: call_cost start
[2026-09-11 18:21:14] Production.INFO: call_cost end
[2026-09-11 18:21:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 18:21:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 18:21:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 18:21:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 18:21:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 18:21:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 18:21:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 18:21:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 18:21:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 18:21:14] Production.INFO: ==12639== Releasing lock...
[2026-09-11 18:21:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 18:21:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 23:22:01] Production.INFO: ==12724== Lock acquired, processing the job...
[2026-09-11 23:22:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 23:22:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 23:22:02] Production.INFO: neon service started
[2026-09-11 23:22:02] Production.INFO: neon service started
[2026-09-11 23:22:02] Production.INFO: ==12724== Releasing lock...
[2026-09-11 23:22:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 23:22:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 18:22:02] Production.INFO: ==12726== Lock acquired, processing the job...
[2026-09-11 18:22:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 18:22:02] Production.INFO: ==12726== Releasing lock...
[2026-09-11 18:22:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 18:22:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 22:22:02] Production.INFO: ==12728== Lock acquired, processing the job...
[2026-09-11 22:22:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 22:22:02] Production.INFO: ==12728== Releasing lock...
[2026-09-11 22:22:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 22:22:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 18:22:03] Production.INFO: ==12730== Lock acquired, processing the job...
[2026-09-11 18:22:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 18:22:03] Production.INFO: ==12732== Lock acquired, processing the job...
[2026-09-11 18:22:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 18:22:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 18:22:03] Production.INFO: ==12736== Lock acquired, processing the job...
[2026-09-11 18:22:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 18:22:03] Production.INFO: ==12734== Lock acquired, processing the job...
[2026-09-11 18:22:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 18:22:03] Production.INFO: Account Balance Start.
[2026-09-11 18:22:03] Production.INFO: CreateAllLog Start
[2026-09-11 18:22:03] Production.INFO: 117
[2026-09-11 18:22:03] Production.INFO: Date 2026-09-08
[2026-09-11 18:22:03] Production.INFO: Reseller ==> 0
[2026-09-11 18:22:03] Production.INFO: Date 2026-09-09
[2026-09-11 18:22:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 18:22:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 18:22:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 18:22:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 18:22:03] Production.INFO: Reseller ==> 0
[2026-09-11 18:22:03] Production.INFO: ==12738== Lock acquired, processing the job...
[2026-09-11 18:22:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 18:22:03] Production.INFO: Date 2026-09-10
[2026-09-11 18:22:03] Production.INFO: Reseller ==> 0
[2026-09-11 18:22:03] Production.INFO: Date 2026-09-11
[2026-09-11 18:22:03] Production.INFO: Reseller ==> 0
[2026-09-11 18: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-09-11 18: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-09-11 18: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-09-11 18:22:03] Production.INFO: ==12738== Releasing lock...
[2026-09-11 18:22:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 18:22:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 18:22:03] Production.INFO: Total Charge 0
[2026-09-11 18:22:03] Production.INFO: CreateAllLog End
[2026-09-11 18:22:04] Production.INFO: Account Balance End.
[2026-09-11 18:22:04] Production.ERROR: CronJobId end 12
[2026-09-11 18:22:04] Production.INFO: ==12736== Releasing lock...
[2026-09-11 18:22:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 18:22:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 18:22:04] Production.INFO: ==12732== Releasing lock...
[2026-09-11 18:22:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 18:22:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 18:22:11] Production.ERROR: CronJobId end10
[2026-09-11 18:22:11] Production.INFO: ==12734== Releasing lock...
[2026-09-11 18:22:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 18:22:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 18:22:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 18:22:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 18:22:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 18:22:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 18:22:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 18:22:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 18:22:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 18:22:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 18:22:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 18:22:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 18:22:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 18:22:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 18:22:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 18:22:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 18:22:15] Production.INFO: call_cost start
[2026-09-11 18:22:15] Production.INFO: call_cost end
[2026-09-11 18:22:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 18:22:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 18:22:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 18:22:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 18:22:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 18:22:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 18:22:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 18:22:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 18:22:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 18:22:15] Production.INFO: ==12730== Releasing lock...
[2026-09-11 18:22:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 18:22:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 23:23:01] Production.INFO: ==12807== Lock acquired, processing the job...
[2026-09-11 23:23:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 23:23:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 23:23:01] Production.INFO: neon service started
[2026-09-11 23:23:01] Production.INFO: neon service started
[2026-09-11 23:23:01] Production.INFO: ==12807== Releasing lock...
[2026-09-11 23:23:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 23:23:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 18:23:01] Production.INFO: ==12809== Lock acquired, processing the job...
[2026-09-11 18:23:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 18:23:01] Production.INFO: ==12809== Releasing lock...
[2026-09-11 18:23:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 18:23:01] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 22:23:02] Production.INFO: ==12811== Lock acquired, processing the job...
[2026-09-11 22:23:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 22:23:02] Production.INFO: ==12811== Releasing lock...
[2026-09-11 22:23:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 22:23:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 18:23:02] Production.INFO: ==12817== Lock acquired, processing the job...
[2026-09-11 18:23:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 18:23:02] Production.INFO: ==12815== Lock acquired, processing the job...
[2026-09-11 18:23:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 18:23:02] Production.INFO: ==12819== Lock acquired, processing the job...
[2026-09-11 18:23:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 18:23:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 18:23:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 18:23:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 18:23:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 18:23:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 18:23:03] Production.INFO: ==12821== Lock acquired, processing the job...
[2026-09-11 18:23:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 18:23:03] Production.INFO: ==12823== Lock acquired, processing the job...
[2026-09-11 18:23:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 18:23:03] Production.INFO: Account Balance Start.
[2026-09-11 18:23:03] Production.INFO: CreateAllLog Start
[2026-09-11 18:23:03] Production.INFO: 117
[2026-09-11 18:23:03] Production.INFO: Date 2026-09-08
[2026-09-11 18: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-09-11 18:23:03] Production.INFO: Reseller ==> 0
[2026-09-11 18: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-09-11 18: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-09-11 18:23:03] Production.INFO: ==12823== Releasing lock...
[2026-09-11 18:23:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 18:23:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 18:23:03] Production.INFO: Date 2026-09-09
[2026-09-11 18:23:03] Production.INFO: Reseller ==> 0
[2026-09-11 18:23:03] Production.INFO: Date 2026-09-10
[2026-09-11 18:23:03] Production.INFO: Reseller ==> 0
[2026-09-11 18:23:03] Production.INFO: Date 2026-09-11
[2026-09-11 18:23:03] Production.INFO: Reseller ==> 0
[2026-09-11 18:23:03] Production.INFO: Total Charge 0
[2026-09-11 18:23:03] Production.INFO: CreateAllLog End
[2026-09-11 18:23:03] Production.INFO: Account Balance End.
[2026-09-11 18:23:03] Production.ERROR: CronJobId end 12
[2026-09-11 18:23:03] Production.INFO: ==12821== Releasing lock...
[2026-09-11 18:23:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 18:23:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 18:23:03] Production.INFO: ==12817== Releasing lock...
[2026-09-11 18:23:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 18:23:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 18:23:11] Production.ERROR: CronJobId end10
[2026-09-11 18:23:11] Production.INFO: ==12819== Releasing lock...
[2026-09-11 18:23:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 18:23:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 18:23:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 18:23:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 18:23:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 18:23:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 18:23:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 18:23:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 18:23:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 18:23:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 18:23:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 18:23:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 18:23:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 18:23:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 18:23:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 18:23:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 18:23:14] Production.INFO: call_cost start
[2026-09-11 18:23:14] Production.INFO: call_cost end
[2026-09-11 18:23:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 18:23:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 18:23:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 18:23:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 18:23:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 18:23:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 18:23:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 18:23:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 18:23:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 18:23:14] Production.INFO: ==12815== Releasing lock...
[2026-09-11 18:23:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 18:23:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 23:24:01] Production.INFO: ==12900== Lock acquired, processing the job...
[2026-09-11 23:24:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 23:24:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 23:24:01] Production.INFO: neon service started
[2026-09-11 23:24:01] Production.INFO: neon service started
[2026-09-11 23:24:01] Production.INFO: ==12900== Releasing lock...
[2026-09-11 23:24:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 23:24:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 18:24:02] Production.INFO: ==12902== Lock acquired, processing the job...
[2026-09-11 18:24:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 22:24:02] Production.INFO: ==12904== Lock acquired, processing the job...
[2026-09-11 22:24:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 22:24:02] Production.INFO: ==12904== Releasing lock...
[2026-09-11 22:24:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 22:24:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 18:24:02] Production.INFO: ==12902== Releasing lock...
[2026-09-11 18:24:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 18:24:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 18:24:03] Production.INFO: ==12908== Lock acquired, processing the job...
[2026-09-11 18:24:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 18:24:03] Production.INFO: ==12906== Lock acquired, processing the job...
[2026-09-11 18:24:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 18:24:03] Production.INFO: ==12911== Lock acquired, processing the job...
[2026-09-11 18:24:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 18:24:03] Production.INFO: ==12915== Lock acquired, processing the job...
[2026-09-11 18:24:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 18:24:03] Production.INFO: ==12913== Lock acquired, processing the job...
[2026-09-11 18:24:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 18:24:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 18:24:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 18:24:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 18:24:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 18:24:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 18: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-09-11 18:24:03] Production.INFO: Account Balance Start.
[2026-09-11 18:24:03] Production.INFO: CreateAllLog Start
[2026-09-11 18:24:03] Production.INFO: 117
[2026-09-11 18: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-09-11 18:24:03] Production.INFO: Date 2026-09-08
[2026-09-11 18:24:03] Production.INFO: Reseller ==> 0
[2026-09-11 18: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-09-11 18:24:03] Production.INFO: ==12915== Releasing lock...
[2026-09-11 18:24:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 18:24:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 18:24:03] Production.INFO: Date 2026-09-09
[2026-09-11 18:24:03] Production.INFO: Reseller ==> 0
[2026-09-11 18:24:03] Production.INFO: Date 2026-09-10
[2026-09-11 18:24:03] Production.INFO: Reseller ==> 0
[2026-09-11 18:24:03] Production.INFO: Date 2026-09-11
[2026-09-11 18:24:03] Production.INFO: Reseller ==> 0
[2026-09-11 18:24:03] Production.INFO: Total Charge 0
[2026-09-11 18:24:03] Production.INFO: CreateAllLog End
[2026-09-11 18:24:04] Production.INFO: Account Balance End.
[2026-09-11 18:24:04] Production.ERROR: CronJobId end 12
[2026-09-11 18:24:04] Production.INFO: ==12913== Releasing lock...
[2026-09-11 18:24:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 18:24:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 18:24:04] Production.INFO: ==12908== Releasing lock...
[2026-09-11 18:24:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 18:24:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 18:24:11] Production.ERROR: CronJobId end10
[2026-09-11 18:24:11] Production.INFO: ==12911== Releasing lock...
[2026-09-11 18:24:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 18:24:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 18:24:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 18:24:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 18:24:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 18:24:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 18:24:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 18:24:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 18:24:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 18:24:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 18:24:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 18:24:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 18:24:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 18:24:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 18:24:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 18:24:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 18:24:14] Production.INFO: call_cost start
[2026-09-11 18:24:14] Production.INFO: call_cost end
[2026-09-11 18:24:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 18:24:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 18:24:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 18:24:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 18:24:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 18:24:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 18:24:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 18:24:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 18:24:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 18:24:14] Production.INFO: ==12906== Releasing lock...
[2026-09-11 18:24:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 18:24:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 23:25:02] Production.INFO: ==12990== Lock acquired, processing the job...
[2026-09-11 23:25:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 23:25:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 23:25:02] Production.INFO: neon service started
[2026-09-11 23:25:02] Production.INFO: neon service started
[2026-09-11 23:25:02] Production.INFO: ==12990== Releasing lock...
[2026-09-11 23:25:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 23:25:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 18:25:02] Production.INFO: ==12993== Lock acquired, processing the job...
[2026-09-11 18:25:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 22:25:03] Production.INFO: ==12995== Lock acquired, processing the job...
[2026-09-11 22:25:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 22:25:03] Production.INFO: ==12995== Releasing lock...
[2026-09-11 22:25:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 22:25:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 18:25:03] Production.INFO: ==12993== Releasing lock...
[2026-09-11 18:25:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 18:25:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 18:25:04] Production.INFO: ==12999== Lock acquired, processing the job...
[2026-09-11 18:25:04] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 18:25:04] Production.INFO: ==13007== Lock acquired, processing the job...
[2026-09-11 18:25:04] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-11 18:25:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 18:25:04] Production.ERROR: tblTempUsageDetail_20
[2026-09-11 18:25:04] Production.INFO: ==12997== Lock acquired, processing the job...
[2026-09-11 18:25:04] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-11 18:25:04] Production.ERROR: done
[2026-09-11 18:25:04] Production.INFO: ==13003== Lock acquired, processing the job...
[2026-09-11 18:25:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 18:25:04] Production.ERROR: ========================== active cronjob start =============================
[2026-09-11 18:25:04] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-11 18:25:04] Production.ERROR: CronJob PID - 12999
[2026-09-11 18:25:04] Production.ERROR: CronJob Title - System Alerts
[2026-09-11 18:25:04] Production.ERROR: CronJob ID - 5
[2026-09-11 18:25:04] Production.ERROR: CronJob Last Run Time 2026-09-11 18:25:00
[2026-09-11 18:25:04] Production.ERROR: CronJob Active Minutes 0
[2026-09-11 18:25:04] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-11 18:25:04] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-11 18:25:04] Production.ERROR: CronJob PID - 13007
[2026-09-11 18:25:04] Production.ERROR: CronJob Title - PBX - DanielGraystone - 54.39.17.106 Reseller CDR Process
[2026-09-11 18:25:04] Production.ERROR: CronJob ID - 17
[2026-09-11 18:25:04] Production.ERROR: CronJob Last Run Time 2026-09-11 18:25:00
[2026-09-11 18:25:04] Production.ERROR: CronJob Active Minutes 0
[2026-09-11 18:25:04] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-11 18:25:04] Production.INFO: ==13005== Lock acquired, processing the job...
[2026-09-11 18:25:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 18:25:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-11 18:25:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17985894', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) start
[2026-09-11 18:25:04] Production.ERROR: ========================== active cronjob end =============================
[2026-09-11 18:25:04] Production.INFO: ==12997== Releasing lock...
[2026-09-11 18:25:04] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-11 18:25:04] Production.INFO: 25.5 MB #Memory Used#
[2026-09-11 18:25:04] Production.INFO: ==13001== Lock acquired, processing the job...
[2026-09-11 18:25:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 18:25:04] Production.INFO: ==13010== Lock acquired, processing the job...
[2026-09-11 18:25:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 18:25:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 18:25:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 18:25:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 18:25:04] Production.INFO: Account Balance Start.
[2026-09-11 18:25:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 18:25:04] Production.INFO: CreateAllLog Start
[2026-09-11 18:25:04] Production.INFO: 117
[2026-09-11 18:25:04] Production.INFO: Date 2026-09-08
[2026-09-11 18:25:04] Production.INFO: Reseller ==> 0
[2026-09-11 18: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-09-11 18: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-09-11 18: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-09-11 18:25:04] Production.INFO: Date 2026-09-09
[2026-09-11 18:25:04] Production.INFO: ==13010== Releasing lock...
[2026-09-11 18:25:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 18:25:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 18:25:04] Production.INFO: Reseller ==> 0
[2026-09-11 18:25:04] Production.INFO: Date 2026-09-10
[2026-09-11 18:25:04] Production.INFO: Reseller ==> 0
[2026-09-11 18:25:04] Production.INFO: Date 2026-09-11
[2026-09-11 18:25:04] Production.INFO: Reseller ==> 0
[2026-09-11 18:25:05] Production.INFO: Total Charge 0
[2026-09-11 18:25:05] Production.INFO: CreateAllLog End
[2026-09-11 18:25:05] Production.INFO: Account Balance End.
[2026-09-11 18:25:05] Production.ERROR: CronJobId end 12
[2026-09-11 18:25:05] Production.INFO: ==13005== Releasing lock...
[2026-09-11 18:25:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 18:25:05] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 18:25:05] Production.INFO: ==13001== Releasing lock...
[2026-09-11 18:25:05] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 18:25:05] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 18:25:11] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17985894', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) end
[2026-09-11 18:25:11] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-11 18:25:11] Production.INFO: ProcessCDR(1,17985894,1,1,2)
[2026-09-11 18:25:11] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17985894,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 18:25:11] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17985894,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 18:25:11] Production.ERROR: pbx prc_insertCDR start
[2026-09-11 18:25:11] Production.ERROR: pbx prc_insertCDR end
[2026-09-11 18:25:11] Production.INFO: ==13007== Releasing lock...
[2026-09-11 18:25:11] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-11 18:25:11] Production.INFO: 26 MB #Memory Used#
[2026-09-11 18:25:15] Production.ERROR: CronJobId end10
[2026-09-11 18:25:15] Production.INFO: ==13003== Releasing lock...
[2026-09-11 18:25:15] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 18:25:15] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 18:25:17] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 18:25:17] Production.INFO: ============== Balance Warning START===========
[2026-09-11 18:25:17] Production.INFO: ============== Balance Warning END===========
[2026-09-11 18:25:17] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 18:25:17] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 18:25:17] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 18:25:17] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 18:25:17] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 18:25:17] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 18:25:17] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 18:25:17] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 18:25:17] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 18:25:17] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 18:25:17] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 18:25:17] Production.INFO: call_cost start
[2026-09-11 18:25:17] Production.INFO: call_cost end
[2026-09-11 18:25:17] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 18:25:17] Production.INFO: ============== Report Schedule START===========
[2026-09-11 18:25:17] Production.INFO: ============== Report Schedule END===========
[2026-09-11 18:25:17] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 18:25:17] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 18:25:17] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 18:25:17] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 18:25:17] Production.INFO: ============== Deal alert START===========
[2026-09-11 18:25:17] Production.INFO: ============== Deal alert END===========
[2026-09-11 18:25:17] Production.INFO: ==12999== Releasing lock...
[2026-09-11 18:25:17] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 18:25:17] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 23:26:01] Production.INFO: ==13084== Lock acquired, processing the job...
[2026-09-11 23:26:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 23:26:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 23:26:01] Production.INFO: neon service started
[2026-09-11 23:26:01] Production.INFO: neon service started
[2026-09-11 23:26:01] Production.INFO: ==13084== Releasing lock...
[2026-09-11 23:26:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 23:26:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 18:26:02] Production.INFO: ==13088== Lock acquired, processing the job...
[2026-09-11 18:26:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 18:26:02] Production.INFO: ==13088== Releasing lock...
[2026-09-11 18:26:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 18:26:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 22:26:02] Production.INFO: ==13090== Lock acquired, processing the job...
[2026-09-11 22:26:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 22:26:02] Production.INFO: ==13090== Releasing lock...
[2026-09-11 22:26:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 22:26:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 18:26:03] Production.INFO: ==13093== Lock acquired, processing the job...
[2026-09-11 18:26:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 18:26:03] Production.INFO: ==13095== Lock acquired, processing the job...
[2026-09-11 18:26:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 18:26:03] Production.INFO: ==13097== Lock acquired, processing the job...
[2026-09-11 18:26:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 18:26:03] Production.INFO: ==13099== Lock acquired, processing the job...
[2026-09-11 18:26:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 18:26:03] Production.INFO: ==13101== Lock acquired, processing the job...
[2026-09-11 18:26:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 18:26:05] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 18:26:05] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 18:26:05] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 18:26:05] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 18:26:05] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 18:26:05] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-09-11 18:26:05] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-09-11 18:26:05] Production.INFO: Account Balance Start.
[2026-09-11 18:26:05] Production.INFO: CreateAllLog Start
[2026-09-11 18:26:05] Production.INFO: 117
[2026-09-11 18:26:05] Production.INFO: Date 2026-09-08
[2026-09-11 18:26:05] Production.INFO: Reseller ==> 0
[2026-09-11 18:26:06] Production.INFO: Date 2026-09-09
[2026-09-11 18:26:06] Production.INFO: Reseller ==> 0
[2026-09-11 18:26:06] Production.INFO: Date 2026-09-10
[2026-09-11 18:26:06] Production.INFO: Reseller ==> 0
[2026-09-11 18:26:06] Production.INFO: Date 2026-09-11
[2026-09-11 18:26:06] Production.INFO: Reseller ==> 0
[2026-09-11 18:26:06] Production.INFO: Total Charge 0
[2026-09-11 18:26:06] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-09-11 18:26:07] Production.INFO: ==13101== Releasing lock...
[2026-09-11 18:26:07] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 18:26:07] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 18:26:07] Production.INFO: CreateAllLog End
[2026-09-11 18:26:13] Production.INFO: Account Balance End.
[2026-09-11 18:26:14] Production.ERROR: CronJobId end 12
[2026-09-11 18:26:14] Production.INFO: ==13099== Releasing lock...
[2026-09-11 18:26:14] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 18:26:14] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 18:26:15] Production.INFO: ==13095== Releasing lock...
[2026-09-11 18:26:15] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 18:26:15] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 23:27:02] Production.INFO: ==13173== Lock acquired, processing the job...
[2026-09-11 23:27:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 23:27:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 23:27:02] Production.INFO: neon service started
[2026-09-11 23:27:02] Production.INFO: neon service started
[2026-09-11 23:27:02] Production.INFO: ==13173== Releasing lock...
[2026-09-11 23:27:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 23:27:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 18:27:05] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 18:27:05] Production.INFO: ============== Balance Warning START===========
[2026-09-11 18:27:05] Production.INFO: ============== Balance Warning END===========
[2026-09-11 18:27:05] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 18:27:05] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 18:27:05] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 18:27:05] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 18:27:05] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 18:27:05] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 18:27:05] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 18:27:05] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 18:27:05] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 18:27:05] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 18:27:05] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 22:27:05] Production.INFO: ==13178== Lock acquired, processing the job...
[2026-09-11 22:27:05] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 18:27:05] Production.INFO: ==13176== Lock acquired, processing the job...
[2026-09-11 18:27:05] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 22:27:05] Production.INFO: ==13178== Releasing lock...
[2026-09-11 22:27:05] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 22:27:05] Production.INFO: 25 MB #Memory Used#
[2026-09-11 18:27:05] Production.INFO: ==13176== Releasing lock...
[2026-09-11 18:27:05] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 18:27:05] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 18:27:06] Production.INFO: ==13185== Lock acquired, processing the job...
[2026-09-11 18:27:06] Production.INFO: ==13187== Lock acquired, processing the job...
[2026-09-11 18:27:06] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 18:27:06] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 18:27:06] Production.INFO: ==13189== Lock acquired, processing the job...
[2026-09-11 18:27:06] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 18:27:06] Production.INFO: call_cost start
[2026-09-11 18:27:06] Production.INFO: call_cost end
[2026-09-11 18:27:06] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 18:27:06] Production.INFO: ============== Report Schedule START===========
[2026-09-11 18:27:06] Production.INFO: ============== Report Schedule END===========
[2026-09-11 18:27:06] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 18:27:06] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 18:27:06] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 18:27:06] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 18:27:06] Production.INFO: ============== Deal alert START===========
[2026-09-11 18:27:06] Production.INFO: ============== Deal alert END===========
[2026-09-11 18:27:07] Production.INFO: Account Balance Start.
[2026-09-11 18:27:07] Production.INFO: CreateAllLog Start
[2026-09-11 18:27:07] Production.INFO: ==13093== Releasing lock...
[2026-09-11 18:27:07] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 18:27:07] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 18:27:07] Production.INFO: 117
[2026-09-11 18:27:07] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-09-11 18:27:07] Production.INFO: Date 2026-09-08
[2026-09-11 18:27:07] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-09-11 18:27:07] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-09-11 18:27:07] Production.INFO: Reseller ==> 0
[2026-09-11 18:27:07] Production.INFO: ==13189== Releasing lock...
[2026-09-11 18:27:07] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 18:27:07] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 18:27:07] Production.INFO: Date 2026-09-09
[2026-09-11 18:27:07] Production.INFO: Reseller ==> 0
[2026-09-11 18:27:07] Production.INFO: Date 2026-09-10
[2026-09-11 18:27:07] Production.INFO: Reseller ==> 0
[2026-09-11 18:27:07] Production.INFO: Date 2026-09-11
[2026-09-11 18:27:07] Production.INFO: Reseller ==> 0
[2026-09-11 18:27:07] Production.INFO: Total Charge 0
[2026-09-11 18:27:07] Production.INFO: CreateAllLog End
[2026-09-11 18:27:08] Production.INFO: Account Balance End.
[2026-09-11 18:27:08] Production.INFO: ==13185== Releasing lock...
[2026-09-11 18:27:08] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 18:27:08] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 18:27:09] Production.ERROR: CronJobId end 12
[2026-09-11 18:27:09] Production.INFO: ==13187== Releasing lock...
[2026-09-11 18:27:09] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 18:27:09] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 18:27:23] Production.ERROR: CronJobId end10
[2026-09-11 18:27:23] Production.INFO: ==13097== Releasing lock...
[2026-09-11 18:27:23] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 18:27:23] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 23:28:01] Production.INFO: ==13264== Lock acquired, processing the job...
[2026-09-11 23:28:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 23:28:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 23:28:01] Production.INFO: neon service started
[2026-09-11 23:28:01] Production.INFO: neon service started
[2026-09-11 23:28:01] Production.INFO: ==13264== Releasing lock...
[2026-09-11 23:28:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 23:28:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 18:28:02] Production.INFO: ==13266== Lock acquired, processing the job...
[2026-09-11 18:28:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 18:28:02] Production.INFO: ==13266== Releasing lock...
[2026-09-11 18:28:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 18:28:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 22:28:02] Production.INFO: ==13268== Lock acquired, processing the job...
[2026-09-11 22:28:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 22:28:02] Production.INFO: ==13268== Releasing lock...
[2026-09-11 22:28:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 22:28:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 18:28:03] Production.INFO: ==13278== Lock acquired, processing the job...
[2026-09-11 18:28:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 18:28:03] Production.INFO: ==13270== Lock acquired, processing the job...
[2026-09-11 18:28:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 18:28:03] Production.INFO: ==13272== Lock acquired, processing the job...
[2026-09-11 18:28:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 18:28:03] Production.INFO: ==13274== Lock acquired, processing the job...
[2026-09-11 18:28:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 18:28:03] Production.INFO: ==13276== Lock acquired, processing the job...
[2026-09-11 18:28:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 18:28:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 18:28:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 18:28:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 18:28:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 18:28:05] Production.INFO: Account Balance Start.
[2026-09-11 18:28:05] Production.INFO: CreateAllLog Start
[2026-09-11 18:28:05] Production.INFO: 117
[2026-09-11 18:28:05] Production.INFO: Date 2026-09-08
[2026-09-11 18:28:05] Production.INFO: Reseller ==> 0
[2026-09-11 18:28:05] Production.INFO: Date 2026-09-09
[2026-09-11 18:28:05] Production.INFO: Reseller ==> 0
[2026-09-11 18:28:05] Production.INFO: Date 2026-09-10
[2026-09-11 18:28:05] Production.INFO: Reseller ==> 0
[2026-09-11 18:28:05] Production.INFO: Date 2026-09-11
[2026-09-11 18:28:05] Production.INFO: Reseller ==> 0
[2026-09-11 18:28:05] Production.INFO: Total Charge 0
[2026-09-11 18:28:05] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-09-11 18:28:05] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 18:28:05] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-09-11 18:28:05] Production.INFO: CreateAllLog End
[2026-09-11 18:28:06] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-09-11 18:28:07] Production.INFO: ==13278== Releasing lock...
[2026-09-11 18:28:07] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 18:28:07] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 18:28:07] Production.INFO: Account Balance End.
[2026-09-11 18:28:09] Production.ERROR: CronJobId end 12
[2026-09-11 18:28:09] Production.INFO: ==13276== Releasing lock...
[2026-09-11 18:28:09] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 18:28:09] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 18:28:11] Production.INFO: ==13272== Releasing lock...
[2026-09-11 18:28:11] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 18:28:11] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 18:28:48] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 18:28:48] Production.INFO: ============== Balance Warning START===========
[2026-09-11 18:28:48] Production.INFO: ============== Balance Warning END===========
[2026-09-11 18:28:48] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 18:28:48] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 18:28:48] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 18:28:48] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 18:28:48] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 18:28:48] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 18:28:48] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 18:28:48] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 18:28:48] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 18:28:48] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 18:28:48] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 18:28:49] Production.INFO: call_cost start
[2026-09-11 18:28:49] Production.INFO: call_cost end
[2026-09-11 18:28:49] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 18:28:49] Production.INFO: ============== Report Schedule START===========
[2026-09-11 18:28:49] Production.INFO: ============== Report Schedule END===========
[2026-09-11 18:28:49] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 18:28:49] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 18:28:49] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 18:28:49] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 18:28:49] Production.INFO: ============== Deal alert START===========
[2026-09-11 18:28:49] Production.INFO: ============== Deal alert END===========
[2026-09-11 18:28:50] Production.INFO: ==13270== Releasing lock...
[2026-09-11 18:28:50] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 18:28:50] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 18:29:00] Production.ERROR: CronJobId end10
[2026-09-11 18:29:00] Production.INFO: ==13274== Releasing lock...
[2026-09-11 18:29:00] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 18:29:00] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 23:29:02] Production.INFO: ==13355== Lock acquired, processing the job...
[2026-09-11 23:29:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 23:29:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 23:29:02] Production.INFO: neon service started
[2026-09-11 23:29:02] Production.INFO: neon service started
[2026-09-11 23:29:02] Production.INFO: ==13355== Releasing lock...
[2026-09-11 23:29:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 23:29:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 18:29:02] Production.INFO: ==13357== Lock acquired, processing the job...
[2026-09-11 18:29:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 18:29:02] Production.INFO: ==13357== Releasing lock...
[2026-09-11 18:29:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 18:29:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 22:29:03] Production.INFO: ==13359== Lock acquired, processing the job...
[2026-09-11 22:29:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 22:29:03] Production.INFO: ==13359== Releasing lock...
[2026-09-11 22:29:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 22:29:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 18:29:03] Production.INFO: ==13362== Lock acquired, processing the job...
[2026-09-11 18:29:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 18:29:03] Production.INFO: ==13364== Lock acquired, processing the job...
[2026-09-11 18:29:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 18:29:03] Production.INFO: ==13366== Lock acquired, processing the job...
[2026-09-11 18:29:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 18:29:03] Production.INFO: ==13368== Lock acquired, processing the job...
[2026-09-11 18:29:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 18:29:03] Production.INFO: ==13370== Lock acquired, processing the job...
[2026-09-11 18:29:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 18:29:06] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 18:29:06] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 18:29:06] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 18:29:06] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 18:29:06] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 18:29:07] Production.INFO: Account Balance Start.
[2026-09-11 18:29:07] Production.INFO: CreateAllLog Start
[2026-09-11 18:29:07] Production.INFO: 117
[2026-09-11 18:29:07] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-09-11 18:29:07] Production.INFO: Date 2026-09-08
[2026-09-11 18:29:07] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-09-11 18:29:07] Production.INFO: Reseller ==> 0
[2026-09-11 18:29:07] Production.INFO: Date 2026-09-09
[2026-09-11 18:29:07] Production.INFO: Reseller ==> 0
[2026-09-11 18:29:07] Production.INFO: Date 2026-09-10
[2026-09-11 18:29:07] Production.INFO: Reseller ==> 0
[2026-09-11 18:29:07] Production.INFO: Date 2026-09-11
[2026-09-11 18:29:07] Production.INFO: Reseller ==> 0
[2026-09-11 18:29:07] Production.INFO: Total Charge 0
[2026-09-11 18:29:07] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-09-11 18:29:08] Production.INFO: CreateAllLog End
[2026-09-11 18:29:08] Production.INFO: ==13370== Releasing lock...
[2026-09-11 18:29:08] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 18:29:08] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 18:29:10] Production.INFO: Account Balance End.
[2026-09-11 18:29:10] Production.ERROR: CronJobId end 12
[2026-09-11 18:29:10] Production.INFO: ==13368== Releasing lock...
[2026-09-11 18:29:10] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 18:29:10] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 18:29:10] Production.INFO: ==13364== Releasing lock...
[2026-09-11 18:29:10] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 18:29:10] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 18:29:53] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 18:29:53] Production.INFO: ============== Balance Warning START===========
[2026-09-11 18:29:53] Production.INFO: ============== Balance Warning END===========
[2026-09-11 18:29:53] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 18:29:53] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 18:29:53] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 18:29:53] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 18:29:53] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 18:29:53] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 18:29:53] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 18:29:53] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 18:29:53] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 18:29:53] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 18:29:53] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 18:29:54] Production.INFO: call_cost start
[2026-09-11 18:29:54] Production.INFO: call_cost end
[2026-09-11 18:29:54] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 18:29:54] Production.INFO: ============== Report Schedule START===========
[2026-09-11 18:29:54] Production.INFO: ============== Report Schedule END===========
[2026-09-11 18:29:54] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 18:29:54] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 18:29:54] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 18:29:54] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 18:29:54] Production.INFO: ============== Deal alert START===========
[2026-09-11 18:29:54] Production.INFO: ============== Deal alert END===========
[2026-09-11 18:29:56] Production.INFO: ==13362== Releasing lock...
[2026-09-11 18:29:56] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 18:29:56] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 23:30:01] Production.INFO: ==13447== Lock acquired, processing the job...
[2026-09-11 23:30:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 23:30:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 23:30:01] Production.INFO: neon service started
[2026-09-11 23:30:01] Production.INFO: neon service started
[2026-09-11 23:30:01] Production.INFO: ==13447== Releasing lock...
[2026-09-11 23:30:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 23:30:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 18:30:01] Production.INFO: ==13449== Lock acquired, processing the job...
[2026-09-11 18:30:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 18:30:02] Production.INFO: ==13449== Releasing lock...
[2026-09-11 18:30:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 18:30:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 22:30:02] Production.INFO: ==13451== Lock acquired, processing the job...
[2026-09-11 22:30:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 22:30:02] Production.INFO: ==13451== Releasing lock...
[2026-09-11 22:30:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 22:30:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 18:30:02] Production.INFO: ==13460== Lock acquired, processing the job...
[2026-09-11 18:30:02] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 18:30:02] Production.INFO: ==13456== Lock acquired, processing the job...
[2026-09-11 18:30:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 18:30:02] Production.INFO: ==13454== Lock acquired, processing the job...
[2026-09-11 18:30:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 18:30:03] Production.INFO: ==13458== Lock acquired, processing the job...
[2026-09-11 18:30:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 18:30:05] Production.INFO: Account Balance Start.
[2026-09-11 18:30:05] Production.INFO: CreateAllLog Start
[2026-09-11 18:30:05] Production.INFO: 117
[2026-09-11 18:30:05] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 18:30:05] Production.INFO: Date 2026-09-08
[2026-09-11 18:30:05] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-09-11 18:30:05] Production.INFO: Reseller ==> 0
[2026-09-11 18:30:05] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-09-11 18:30:05] Production.INFO: Date 2026-09-09
[2026-09-11 18:30:05] Production.INFO: Reseller ==> 0
[2026-09-11 18:30:05] Production.INFO: Date 2026-09-10
[2026-09-11 18:30:05] Production.INFO: Reseller ==> 0
[2026-09-11 18:30:05] Production.INFO: Date 2026-09-11
[2026-09-11 18:30:05] Production.INFO: Reseller ==> 0
[2026-09-11 18:30:05] Production.INFO: Total Charge 0
[2026-09-11 18:30: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:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-09-11 18:30:05] Production.INFO: CreateAllLog End
[2026-09-11 18:30:05] Production.INFO: ==13460== Releasing lock...
[2026-09-11 18:30:05] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 18:30:05] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 18:30:06] Production.INFO: Account Balance End.
[2026-09-11 18:30:06] Production.ERROR: CronJobId end 12
[2026-09-11 18:30:07] Production.INFO: ==13458== Releasing lock...
[2026-09-11 18:30:07] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 18:30:07] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 18:30:08] Production.INFO: ==13456== Releasing lock...
[2026-09-11 18:30:08] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 18:30:08] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 18:30:22] Production.ERROR: CronJobId end10
[2026-09-11 18:30:22] Production.INFO: ==13366== Releasing lock...
[2026-09-11 18:30:22] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 18:30:22] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 18:30:37] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 18:30:37] Production.INFO: ============== Balance Warning START===========
[2026-09-11 18:30:37] Production.INFO: ============== Balance Warning END===========
[2026-09-11 18:30:37] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 18:30:37] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 18:30:37] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 18:30:37] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 18:30:37] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 18:30:37] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 18:30:37] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 18:30:37] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 18:30:37] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 18:30:37] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 18:30:37] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 18:30:38] Production.INFO: call_cost start
[2026-09-11 18:30:38] Production.INFO: call_cost end
[2026-09-11 18:30:38] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 18:30:38] Production.INFO: ============== Report Schedule START===========
[2026-09-11 18:30:38] Production.INFO: ============== Report Schedule END===========
[2026-09-11 18:30:38] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 18:30:38] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 18:30:38] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 18:30:38] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 18:30:38] Production.INFO: ============== Deal alert START===========
[2026-09-11 18:30:38] Production.INFO: ============== Deal alert END===========
[2026-09-11 18:30:38] Production.INFO: ==13454== Releasing lock...
[2026-09-11 18:30:38] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 18:30:38] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 23:31:02] Production.INFO: ==13542== Lock acquired, processing the job...
[2026-09-11 23:31:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 23:31:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 23:31:02] Production.INFO: neon service started
[2026-09-11 23:31:02] Production.INFO: neon service started
[2026-09-11 23:31:02] Production.INFO: ==13542== Releasing lock...
[2026-09-11 23:31:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 23:31:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 22:31:02] Production.INFO: ==13546== Lock acquired, processing the job...
[2026-09-11 22:31:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 22:31:02] Production.INFO: ==13546== Releasing lock...
[2026-09-11 22:31:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 22:31:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 18:31:02] Production.INFO: ==13544== Lock acquired, processing the job...
[2026-09-11 18:31:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 18:31:02] Production.INFO: ==13544== Releasing lock...
[2026-09-11 18:31:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 18:31:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 18:31:03] Production.INFO: ==13549== Lock acquired, processing the job...
[2026-09-11 18:31:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 18:31:03] Production.INFO: ==13551== Lock acquired, processing the job...
[2026-09-11 18:31:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 18:31:03] Production.INFO: ==13555== Lock acquired, processing the job...
[2026-09-11 18:31:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 18:31:03] Production.INFO: ==13553== Lock acquired, processing the job...
[2026-09-11 18:31:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 18:31:03] Production.INFO: ==13557== Lock acquired, processing the job...
[2026-09-11 18:31:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 18:31:05] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 18:31:05] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 18:31:05] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 18:31:05] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 18:31:06] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 18:31:06] Production.INFO: Account Balance Start.
[2026-09-11 18:31:06] Production.INFO: CreateAllLog Start
[2026-09-11 18:31:06] Production.INFO: select e.ex_id,e.ex_name,e.ex_number,ex_datecreation,t.te_code
from
ex_extensions as e inner join te_tenants as t on t.te_id = e.ex_te_id
where t.te_code='OnSwitchIt'
[2026-09-11 18:31:06] Production.INFO: 117
[2026-09-11 18:31:06] Production.INFO: Date 2026-09-08
[2026-09-11 18:31:06] Production.ERROR: Class Name:App\PBX,Method: App\PBX::getAccountExtensions, Fault. Code: 2054, Reason: SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
[2026-09-11 18:31:06] Production.INFO: Reseller ==> 0
[2026-09-11 18:31:07] Production.INFO: Date 2026-09-09
[2026-09-11 18:31:07] Production.INFO: Reseller ==> 0
[2026-09-11 18:31:07] Production.INFO: Date 2026-09-10
[2026-09-11 18:31:07] Production.INFO: Reseller ==> 0
[2026-09-11 18:31:07] Production.INFO: Date 2026-09-11
[2026-09-11 18:31:07] Production.INFO: Reseller ==> 0
[2026-09-11 18:31:07] Production.INFO: Total Charge 0
[2026-09-11 18:31:07] Production.ERROR: exception 'Exception' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers' in /var/www/html/onswitch.neon.service/app/PBX.php:631
Stack trace:
#0 /var/www/html/onswitch.neon.service/app/Console/Commands/importPBXExtensions.php(0): App\PBX::getAccountExtensions()
#1 [internal function]: App\Console\Commands\importPBXExtensions->fire()
#2 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Container/Container.php(526): call_user_func_array(Array, Array)
#3 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(115): Illuminate\Container\Container->call(Array)
#4 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Command/Command.php(257): Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Console/Command.php(101): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(874): Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(195): Symfony\Component\Console\Application->doRunCommand(Object(App\Console\Commands\importPBXExtensions), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/onswitch.neon.service/vendor/symfony/console/Symfony/Component/Console/Application.php(126): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/onswitch.neon.service/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(94): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/onswitch.neon.service/artisan(36): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 {main}
[2026-09-11 18:31:07] Production.INFO: CreateAllLog End
[2026-09-11 18:31:08] Production.INFO: ==13557== Releasing lock...
[2026-09-11 18:31:08] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 18:31:08] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 18:31:09] Production.INFO: Account Balance End.
[2026-09-11 18:31:11] Production.INFO: ==13551== Releasing lock...
[2026-09-11 18:31:11] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 18:31:11] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 18:31:11] Production.ERROR: CronJobId end 12
[2026-09-11 18:31:11] Production.INFO: ==13555== Releasing lock...
[2026-09-11 18:31:11] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 18:31:11] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 18:31:16] Production.ERROR: CronJobId end10
[2026-09-11 18:31:16] Production.INFO: ==13553== Releasing lock...
[2026-09-11 18:31:16] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 18:31:16] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 18:31:22] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 18:31:22] Production.INFO: ============== Balance Warning START===========
[2026-09-11 18:31:22] Production.INFO: ============== Balance Warning END===========
[2026-09-11 18:31:22] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 18:31:22] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 18:31:22] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 18:31:22] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 18:31:22] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 18:31:22] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 18:31:22] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 18:31:22] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 18:31:22] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 18:31:22] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 18:31:22] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 18:31:22] Production.INFO: call_cost start
[2026-09-11 18:31:22] Production.INFO: call_cost end
[2026-09-11 18:31:22] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 18:31:22] Production.INFO: ============== Report Schedule START===========
[2026-09-11 18:31:22] Production.INFO: ============== Report Schedule END===========
[2026-09-11 18:31:22] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 18:31:22] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 18:31:22] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 18:31:22] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 18:31:22] Production.INFO: ============== Deal alert START===========
[2026-09-11 18:31:22] Production.INFO: ============== Deal alert END===========
[2026-09-11 18:31:22] Production.INFO: ==13549== Releasing lock...
[2026-09-11 18:31:22] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 18:31:22] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 23:32:01] Production.INFO: ==13638== Lock acquired, processing the job...
[2026-09-11 23:32:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 23:32:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 23:32:01] Production.INFO: neon service started
[2026-09-11 23:32:01] Production.INFO: neon service started
[2026-09-11 23:32:01] Production.INFO: ==13638== Releasing lock...
[2026-09-11 23:32:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 23:32:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 22:32:01] Production.INFO: ==13642== Lock acquired, processing the job...
[2026-09-11 22:32:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 22:32:01] Production.INFO: ==13642== Releasing lock...
[2026-09-11 22:32:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 22:32:01] Production.INFO: 25 MB #Memory Used#
[2026-09-11 18:32:01] Production.INFO: ==13640== Lock acquired, processing the job...
[2026-09-11 18:32:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 18:32:02] Production.INFO: ==13640== Releasing lock...
[2026-09-11 18:32:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 18:32:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 18:32:02] Production.INFO: ==13646== Lock acquired, processing the job...
[2026-09-11 18:32:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 18:32:02] Production.INFO: ==13644== Lock acquired, processing the job...
[2026-09-11 18:32:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 18:32:02] Production.INFO: ==13648== Lock acquired, processing the job...
[2026-09-11 18:32:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 18:32:02] Production.INFO: ==13650== Lock acquired, processing the job...
[2026-09-11 18:32:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 18:32:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 18:32:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 18:32:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 18:32:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 18:32:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 18:32:03] Production.INFO: ==13652== Lock acquired, processing the job...
[2026-09-11 18:32:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 18:32:03] Production.INFO: Account Balance Start.
[2026-09-11 18:32:03] Production.INFO: CreateAllLog Start
[2026-09-11 18:32:03] Production.INFO: 117
[2026-09-11 18: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-09-11 18:32:03] Production.INFO: Date 2026-09-08
[2026-09-11 18: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-09-11 18:32:03] Production.INFO: Reseller ==> 0
[2026-09-11 18: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-09-11 18:32:03] Production.INFO: ==13652== Releasing lock...
[2026-09-11 18:32:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 18:32:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 18:32:03] Production.INFO: Date 2026-09-09
[2026-09-11 18:32:03] Production.INFO: Reseller ==> 0
[2026-09-11 18:32:03] Production.INFO: Date 2026-09-10
[2026-09-11 18:32:03] Production.INFO: Reseller ==> 0
[2026-09-11 18:32:03] Production.INFO: ==13646== Releasing lock...
[2026-09-11 18:32:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 18:32:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 18:32:03] Production.INFO: Date 2026-09-11
[2026-09-11 18:32:03] Production.INFO: Reseller ==> 0
[2026-09-11 18:32:03] Production.INFO: Total Charge 0
[2026-09-11 18:32:03] Production.INFO: CreateAllLog End
[2026-09-11 18:32:03] Production.INFO: Account Balance End.
[2026-09-11 18:32:03] Production.ERROR: CronJobId end 12
[2026-09-11 18:32:03] Production.INFO: ==13650== Releasing lock...
[2026-09-11 18:32:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 18:32:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 18:32:10] Production.ERROR: CronJobId end10
[2026-09-11 18:32:10] Production.INFO: ==13648== Releasing lock...
[2026-09-11 18:32:10] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 18:32:10] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 18:32:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 18:32:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 18:32:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 18:32:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 18:32:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 18:32:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 18:32:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 18:32:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 18:32:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 18:32:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 18:32:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 18:32:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 18:32:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 18:32:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 18:32:14] Production.INFO: call_cost start
[2026-09-11 18:32:14] Production.INFO: call_cost end
[2026-09-11 18:32:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 18:32:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 18:32:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 18:32:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 18:32:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 18:32:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 18:32:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 18:32:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 18:32:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 18:32:14] Production.INFO: ==13644== Releasing lock...
[2026-09-11 18:32:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 18:32:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 23:33:01] Production.INFO: ==13731== Lock acquired, processing the job...
[2026-09-11 23:33:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 23:33:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 23:33:01] Production.INFO: neon service started
[2026-09-11 23:33:02] Production.INFO: neon service started
[2026-09-11 23:33:02] Production.INFO: ==13731== Releasing lock...
[2026-09-11 23:33:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 23:33:02] Production.INFO: 25.5 MB #Memory Used#
[2026-09-11 18:33:02] Production.INFO: ==13733== Lock acquired, processing the job...
[2026-09-11 18:33:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 18:33:02] Production.INFO: ==13733== Releasing lock...
[2026-09-11 18:33:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 18:33:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 22:33:02] Production.INFO: ==13735== Lock acquired, processing the job...
[2026-09-11 22:33:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 22:33:02] Production.INFO: ==13735== Releasing lock...
[2026-09-11 22:33:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 22:33:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 18:33:03] Production.INFO: ==13740== Lock acquired, processing the job...
[2026-09-11 18:33:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 18:33:03] Production.INFO: ==13738== Lock acquired, processing the job...
[2026-09-11 18:33:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 18:33:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 18:33:03] Production.INFO: ==13742== Lock acquired, processing the job...
[2026-09-11 18:33:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 18:33:03] Production.INFO: ==13744== Lock acquired, processing the job...
[2026-09-11 18:33:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 18:33:03] Production.INFO: ==13746== Lock acquired, processing the job...
[2026-09-11 18:33:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 18:33:03] Production.INFO: Account Balance Start.
[2026-09-11 18:33:03] Production.INFO: CreateAllLog Start
[2026-09-11 18:33:03] Production.INFO: 117
[2026-09-11 18:33:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 18:33:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 18:33:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 18:33:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 18:33:03] Production.INFO: Date 2026-09-08
[2026-09-11 18: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-09-11 18:33:03] Production.INFO: Reseller ==> 0
[2026-09-11 18: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-09-11 18: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-09-11 18:33:03] Production.INFO: ==13746== Releasing lock...
[2026-09-11 18:33:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 18:33:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 18:33:03] Production.INFO: Date 2026-09-09
[2026-09-11 18:33:03] Production.INFO: Reseller ==> 0
[2026-09-11 18:33:03] Production.INFO: Date 2026-09-10
[2026-09-11 18:33:03] Production.INFO: Reseller ==> 0
[2026-09-11 18:33:03] Production.INFO: Date 2026-09-11
[2026-09-11 18:33:03] Production.INFO: Reseller ==> 0
[2026-09-11 18:33:03] Production.INFO: Total Charge 0
[2026-09-11 18:33:03] Production.INFO: CreateAllLog End
[2026-09-11 18:33:03] Production.INFO: ==13740== Releasing lock...
[2026-09-11 18:33:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 18:33:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 18:33:04] Production.INFO: Account Balance End.
[2026-09-11 18:33:04] Production.ERROR: CronJobId end 12
[2026-09-11 18:33:04] Production.INFO: ==13744== Releasing lock...
[2026-09-11 18:33:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 18:33:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 18:33:12] Production.ERROR: CronJobId end10
[2026-09-11 18:33:12] Production.INFO: ==13742== Releasing lock...
[2026-09-11 18:33:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 18:33:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 18:33:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 18:33:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 18:33:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 18:33:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 18:33:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 18:33:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 18:33:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 18:33:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 18:33:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 18:33:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 18:33:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 18:33:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 18:33:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 18:33:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 18:33:14] Production.INFO: call_cost start
[2026-09-11 18:33:14] Production.INFO: call_cost end
[2026-09-11 18:33:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 18:33:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 18:33:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 18:33:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 18:33:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 18:33:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 18:33:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 18:33:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 18:33:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 18:33:14] Production.INFO: ==13738== Releasing lock...
[2026-09-11 18:33:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 18:33:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 23:34:01] Production.INFO: ==13825== Lock acquired, processing the job...
[2026-09-11 23:34:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 23:34:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 23:34:01] Production.INFO: neon service started
[2026-09-11 23:34:01] Production.INFO: neon service started
[2026-09-11 23:34:01] Production.INFO: ==13825== Releasing lock...
[2026-09-11 23:34:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 23:34:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 18:34:01] Production.INFO: ==13827== Lock acquired, processing the job...
[2026-09-11 18:34:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 18:34:02] Production.INFO: ==13827== Releasing lock...
[2026-09-11 18:34:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 18:34:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 22:34:02] Production.INFO: ==13829== Lock acquired, processing the job...
[2026-09-11 22:34:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 22:34:02] Production.INFO: ==13829== Releasing lock...
[2026-09-11 22:34:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 22:34:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 18:34:02] Production.INFO: ==13833== Lock acquired, processing the job...
[2026-09-11 18:34:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 18:34:02] Production.INFO: ==13831== Lock acquired, processing the job...
[2026-09-11 18:34:02] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 18:34:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 18:34:03] Production.INFO: ==13835== Lock acquired, processing the job...
[2026-09-11 18:34:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 18:34:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 18:34:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 18:34:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 18:34:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 18:34:03] Production.INFO: ==13837== Lock acquired, processing the job...
[2026-09-11 18:34:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 18:34:03] Production.INFO: Account Balance Start.
[2026-09-11 18:34:03] Production.INFO: CreateAllLog Start
[2026-09-11 18:34:03] Production.INFO: 117
[2026-09-11 18:34:03] Production.INFO: Date 2026-09-08
[2026-09-11 18:34:03] Production.INFO: Reseller ==> 0
[2026-09-11 18:34:03] Production.INFO: ==13839== Lock acquired, processing the job...
[2026-09-11 18:34:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 18:34:03] Production.INFO: Date 2026-09-09
[2026-09-11 18:34:03] Production.INFO: Reseller ==> 0
[2026-09-11 18:34:03] Production.INFO: Date 2026-09-10
[2026-09-11 18:34:03] Production.INFO: Reseller ==> 0
[2026-09-11 18: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-09-11 18: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-09-11 18: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-09-11 18:34:03] Production.INFO: ==13839== Releasing lock...
[2026-09-11 18:34:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 18:34:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 18:34:03] Production.INFO: Date 2026-09-11
[2026-09-11 18:34:03] Production.INFO: Reseller ==> 0
[2026-09-11 18:34:03] Production.INFO: Total Charge 0
[2026-09-11 18:34:03] Production.INFO: CreateAllLog End
[2026-09-11 18:34:03] Production.INFO: ==13833== Releasing lock...
[2026-09-11 18:34:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 18:34:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 18:34:03] Production.INFO: Account Balance End.
[2026-09-11 18:34:03] Production.ERROR: CronJobId end 12
[2026-09-11 18:34:03] Production.INFO: ==13837== Releasing lock...
[2026-09-11 18:34:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 18:34:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 18:34:12] Production.ERROR: CronJobId end10
[2026-09-11 18:34:12] Production.INFO: ==13835== Releasing lock...
[2026-09-11 18:34:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 18:34:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 18:34:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 18:34:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 18:34:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 18:34:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 18:34:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 18:34:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 18:34:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 18:34:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 18:34:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 18:34:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 18:34:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 18:34:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 18:34:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 18:34:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 18:34:14] Production.INFO: call_cost start
[2026-09-11 18:34:14] Production.INFO: call_cost end
[2026-09-11 18:34:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 18:34:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 18:34:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 18:34:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 18:34:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 18:34:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 18:34:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 18:34:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 18:34:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 18:34:14] Production.INFO: ==13831== Releasing lock...
[2026-09-11 18:34:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 18:34:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 23:35:01] Production.INFO: ==13915== Lock acquired, processing the job...
[2026-09-11 23:35:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 23:35:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 23:35:01] Production.INFO: neon service started
[2026-09-11 23:35:01] Production.INFO: neon service started
[2026-09-11 23:35:01] Production.INFO: ==13915== Releasing lock...
[2026-09-11 23:35:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 23:35:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 22:35:02] Production.INFO: ==13919== Lock acquired, processing the job...
[2026-09-11 22:35:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 22:35:02] Production.INFO: ==13919== Releasing lock...
[2026-09-11 22:35:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 22:35:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 18:35:02] Production.INFO: ==13917== Lock acquired, processing the job...
[2026-09-11 18:35:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 18:35:02] Production.INFO: ==13917== Releasing lock...
[2026-09-11 18:35:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 18:35:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 18:35:03] Production.INFO: ==13921== Lock acquired, processing the job...
[2026-09-11 18:35:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-11 18:35:03] Production.INFO: ==13923== Lock acquired, processing the job...
[2026-09-11 18:35:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 18:35:03] Production.ERROR: ========================== active cronjob start =============================
[2026-09-11 18:35:03] Production.ERROR: ========================== active cronjob email start =============================
[2026-09-11 18:35:03] Production.ERROR: CronJob PID - 13923
[2026-09-11 18:35:03] Production.ERROR: CronJob Title - System Alerts
[2026-09-11 18:35:03] Production.ERROR: CronJob ID - 5
[2026-09-11 18:35:03] Production.ERROR: CronJob Last Run Time 2026-09-11 18:35:00
[2026-09-11 18:35:03] Production.ERROR: CronJob Active Minutes 0
[2026-09-11 18:35:03] Production.ERROR: ========================== active cronjob email end =============================
[2026-09-11 18:35:03] Production.ERROR: ========================== active cronjob end =============================
[2026-09-11 18:35:03] Production.INFO: ==13921== Releasing lock...
[2026-09-11 18:35:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-11 18:35:03] Production.INFO: 25.5 MB #Memory Used#
[2026-09-11 18:35:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 18:35:03] Production.INFO: ==13930== Lock acquired, processing the job...
[2026-09-11 18:35:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 18:35:03] Production.INFO: ==13934== Lock acquired, processing the job...
[2026-09-11 18:35:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 18:35:03] Production.INFO: ==13925== Lock acquired, processing the job...
[2026-09-11 18:35:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 18:35:03] Production.INFO: ==13927== Lock acquired, processing the job...
[2026-09-11 18:35:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 18:35:03] Production.INFO: Account Balance Start.
[2026-09-11 18:35:03] Production.INFO: CreateAllLog Start
[2026-09-11 18:35:03] Production.INFO: 117
[2026-09-11 18:35:03] Production.INFO: ==13932== Lock acquired, processing the job...
[2026-09-11 18:35:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-11 18:35:03] Production.INFO: Date 2026-09-08
[2026-09-11 18:35:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 18:35:03] Production.ERROR: tblTempUsageDetail_20
[2026-09-11 18:35:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 18:35:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 18:35:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 18:35:04] Production.INFO: Reseller ==> 0
[2026-09-11 18: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-09-11 18: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-09-11 18:35:04] Production.INFO: Date 2026-09-09
[2026-09-11 18:35:04] Production.INFO: Reseller ==> 0
[2026-09-11 18: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-09-11 18:35:04] Production.INFO: ==13934== Releasing lock...
[2026-09-11 18:35:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 18:35:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 18:35:04] Production.INFO: Date 2026-09-10
[2026-09-11 18:35:04] Production.INFO: Reseller ==> 0
[2026-09-11 18:35:04] Production.INFO: Date 2026-09-11
[2026-09-11 18:35:04] Production.INFO: Reseller ==> 0
[2026-09-11 18:35:04] Production.INFO: Total Charge 0
[2026-09-11 18:35:04] Production.INFO: CreateAllLog End
[2026-09-11 18:35:04] Production.ERROR: done
[2026-09-11 18:35:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-11 18:35:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17985937', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) start
[2026-09-11 18:35:04] Production.INFO: Account Balance End.
[2026-09-11 18:35:04] Production.ERROR: CronJobId end 12
[2026-09-11 18:35:04] Production.INFO: ==13930== Releasing lock...
[2026-09-11 18:35:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 18:35:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 18:35:05] Production.INFO: ==13925== Releasing lock...
[2026-09-11 18:35:05] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 18:35:05] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 18:35:11] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17985937', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) end
[2026-09-11 18:35:11] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-11 18:35:11] Production.INFO: ProcessCDR(1,17985937,1,1,2)
[2026-09-11 18:35:11] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17985937,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 18:35:11] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17985937,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 18:35:11] Production.ERROR: pbx prc_insertCDR start
[2026-09-11 18:35:11] Production.ERROR: pbx prc_insertCDR end
[2026-09-11 18:35:11] Production.INFO: ==13932== Releasing lock...
[2026-09-11 18:35:11] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-11 18:35:11] Production.INFO: 26 MB #Memory Used#
[2026-09-11 18:35:15] Production.ERROR: CronJobId end10
[2026-09-11 18:35:15] Production.INFO: ==13927== Releasing lock...
[2026-09-11 18:35:15] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 18:35:15] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 18:35:18] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 18:35:18] Production.INFO: ============== Balance Warning START===========
[2026-09-11 18:35:18] Production.INFO: ============== Balance Warning END===========
[2026-09-11 18:35:18] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 18:35:18] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 18:35:18] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 18:35:18] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 18:35:18] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 18:35:18] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 18:35:18] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 18:35:18] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 18:35:18] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 18:35:18] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 18:35:18] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 18:35:18] Production.INFO: call_cost start
[2026-09-11 18:35:18] Production.INFO: call_cost end
[2026-09-11 18:35:18] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 18:35:18] Production.INFO: ============== Report Schedule START===========
[2026-09-11 18:35:18] Production.INFO: ============== Report Schedule END===========
[2026-09-11 18:35:18] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 18:35:18] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 18:35:18] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 18:35:18] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 18:35:18] Production.INFO: ============== Deal alert START===========
[2026-09-11 18:35:18] Production.INFO: ============== Deal alert END===========
[2026-09-11 18:35:18] Production.INFO: ==13923== Releasing lock...
[2026-09-11 18:35:18] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 18:35:18] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 23:36:02] Production.INFO: ==14012== Lock acquired, processing the job...
[2026-09-11 23:36:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 23:36:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 23:36:02] Production.INFO: neon service started
[2026-09-11 23:36:02] Production.INFO: neon service started
[2026-09-11 23:36:02] Production.INFO: ==14012== Releasing lock...
[2026-09-11 23:36:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 23:36:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 22:36:02] Production.INFO: ==14016== Lock acquired, processing the job...
[2026-09-11 22:36:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 22:36:02] Production.INFO: ==14016== Releasing lock...
[2026-09-11 22:36:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 22:36:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 18:36:02] Production.INFO: ==14014== Lock acquired, processing the job...
[2026-09-11 18:36:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 18:36:02] Production.INFO: ==14014== Releasing lock...
[2026-09-11 18:36:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 18:36:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 18:36:03] Production.INFO: ==14019== Lock acquired, processing the job...
[2026-09-11 18:36:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 18:36:03] Production.INFO: ==14023== Lock acquired, processing the job...
[2026-09-11 18:36:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 18:36:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 18:36:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 18:36:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 18:36:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 18:36:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 18:36:03] Production.INFO: ==14021== Lock acquired, processing the job...
[2026-09-11 18:36:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 18:36:03] Production.INFO: ==14025== Lock acquired, processing the job...
[2026-09-11 18:36:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 18:36:04] Production.INFO: ==14027== Lock acquired, processing the job...
[2026-09-11 18:36:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 18:36:04] Production.INFO: Account Balance Start.
[2026-09-11 18:36:04] Production.INFO: CreateAllLog Start
[2026-09-11 18:36:04] Production.INFO: 117
[2026-09-11 18:36:04] Production.INFO: Date 2026-09-08
[2026-09-11 18:36:04] Production.INFO: Reseller ==> 0
[2026-09-11 18:36:04] Production.INFO: Date 2026-09-09
[2026-09-11 18:36:04] Production.INFO: Reseller ==> 0
[2026-09-11 18: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-09-11 18:36:04] Production.INFO: Date 2026-09-10
[2026-09-11 18: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-09-11 18:36:04] Production.INFO: Reseller ==> 0
[2026-09-11 18: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-09-11 18:36:04] Production.INFO: ==14027== Releasing lock...
[2026-09-11 18:36:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 18:36:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 18:36:04] Production.INFO: Date 2026-09-11
[2026-09-11 18:36:04] Production.INFO: Reseller ==> 0
[2026-09-11 18:36:04] Production.INFO: Total Charge 0
[2026-09-11 18:36:04] Production.INFO: CreateAllLog End
[2026-09-11 18:36:04] Production.INFO: Account Balance End.
[2026-09-11 18:36:04] Production.ERROR: CronJobId end 12
[2026-09-11 18:36:04] Production.INFO: ==14025== Releasing lock...
[2026-09-11 18:36:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 18:36:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 18:36:04] Production.INFO: ==14021== Releasing lock...
[2026-09-11 18:36:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 18:36:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 18:36:12] Production.ERROR: CronJobId end10
[2026-09-11 18:36:12] Production.INFO: ==14023== Releasing lock...
[2026-09-11 18:36:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 18:36:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 18:36:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 18:36:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 18:36:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 18:36:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 18:36:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 18:36:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 18:36:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 18:36:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 18:36:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 18:36:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 18:36:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 18:36:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 18:36:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 18:36:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 18:36:15] Production.INFO: call_cost start
[2026-09-11 18:36:15] Production.INFO: call_cost end
[2026-09-11 18:36:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 18:36:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 18:36:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 18:36:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 18:36:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 18:36:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 18:36:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 18:36:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 18:36:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 18:36:15] Production.INFO: ==14019== Releasing lock...
[2026-09-11 18:36:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 18:36:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 23:37:01] Production.INFO: ==14102== Lock acquired, processing the job...
[2026-09-11 23:37:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 23:37:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 23:37:01] Production.INFO: neon service started
[2026-09-11 23:37:01] Production.INFO: neon service started
[2026-09-11 23:37:01] Production.INFO: ==14102== Releasing lock...
[2026-09-11 23:37:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 23:37:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 22:37:02] Production.INFO: ==14106== Lock acquired, processing the job...
[2026-09-11 22:37:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 22:37:02] Production.INFO: ==14106== Releasing lock...
[2026-09-11 22:37:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 22:37:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 18:37:02] Production.INFO: ==14104== Lock acquired, processing the job...
[2026-09-11 18:37:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 18:37:02] Production.INFO: ==14104== Releasing lock...
[2026-09-11 18:37:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 18:37:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 18:37:03] Production.INFO: ==14109== Lock acquired, processing the job...
[2026-09-11 18:37:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 18:37:03] Production.INFO: ==14111== Lock acquired, processing the job...
[2026-09-11 18:37:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 18:37:03] Production.INFO: ==14113== Lock acquired, processing the job...
[2026-09-11 18:37:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 18:37:03] Production.INFO: ==14115== Lock acquired, processing the job...
[2026-09-11 18:37:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 18:37:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 18:37:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 18:37:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 18:37:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 18:37:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 18:37:03] Production.INFO: Account Balance Start.
[2026-09-11 18:37:03] Production.INFO: CreateAllLog Start
[2026-09-11 18:37:03] Production.INFO: 117
[2026-09-11 18:37:03] Production.INFO: ==14117== Lock acquired, processing the job...
[2026-09-11 18:37:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 18:37:03] Production.INFO: Date 2026-09-08
[2026-09-11 18:37:03] Production.INFO: Reseller ==> 0
[2026-09-11 18:37:03] Production.INFO: Date 2026-09-09
[2026-09-11 18:37:03] Production.INFO: Reseller ==> 0
[2026-09-11 18: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-09-11 18: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-09-11 18:37:03] Production.INFO: Date 2026-09-10
[2026-09-11 18:37:03] Production.INFO: Reseller ==> 0
[2026-09-11 18: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-09-11 18:37:03] Production.INFO: ==14117== Releasing lock...
[2026-09-11 18:37:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 18:37:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 18:37:03] Production.INFO: Date 2026-09-11
[2026-09-11 18:37:03] Production.INFO: Reseller ==> 0
[2026-09-11 18:37:03] Production.INFO: Total Charge 0
[2026-09-11 18:37:03] Production.INFO: CreateAllLog End
[2026-09-11 18:37:03] Production.INFO: Account Balance End.
[2026-09-11 18:37:03] Production.ERROR: CronJobId end 12
[2026-09-11 18:37:03] Production.INFO: ==14115== Releasing lock...
[2026-09-11 18:37:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 18:37:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 18:37:04] Production.INFO: ==14111== Releasing lock...
[2026-09-11 18:37:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 18:37:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 18:37:12] Production.ERROR: CronJobId end10
[2026-09-11 18:37:12] Production.INFO: ==14113== Releasing lock...
[2026-09-11 18:37:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 18:37:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 18:37:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 18:37:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 18:37:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 18:37:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 18:37:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 18:37:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 18:37:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 18:37:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 18:37:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 18:37:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 18:37:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 18:37:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 18:37:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 18:37:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 18:37:15] Production.INFO: call_cost start
[2026-09-11 18:37:15] Production.INFO: call_cost end
[2026-09-11 18:37:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 18:37:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 18:37:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 18:37:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 18:37:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 18:37:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 18:37:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 18:37:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 18:37:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 18:37:15] Production.INFO: ==14109== Releasing lock...
[2026-09-11 18:37:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 18:37:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 23:38:02] Production.INFO: ==14211== Lock acquired, processing the job...
[2026-09-11 23:38:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 23:38:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 23:38:02] Production.INFO: neon service started
[2026-09-11 23:38:02] Production.INFO: neon service started
[2026-09-11 23:38:02] Production.INFO: ==14211== Releasing lock...
[2026-09-11 23:38:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 23:38:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 22:38:02] Production.INFO: ==14215== Lock acquired, processing the job...
[2026-09-11 22:38:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 22:38:02] Production.INFO: ==14215== Releasing lock...
[2026-09-11 22:38:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 22:38:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 18:38:02] Production.INFO: ==14213== Lock acquired, processing the job...
[2026-09-11 18:38:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 18:38:02] Production.INFO: ==14213== Releasing lock...
[2026-09-11 18:38:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 18:38:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 18:38:03] Production.INFO: ==14220== Lock acquired, processing the job...
[2026-09-11 18:38:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 18:38:03] Production.INFO: ==14224== Lock acquired, processing the job...
[2026-09-11 18:38:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 18:38:03] Production.INFO: ==14218== Lock acquired, processing the job...
[2026-09-11 18:38:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 18:38:03] Production.INFO: ==14222== Lock acquired, processing the job...
[2026-09-11 18:38:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 18:38:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 18:38:03] Production.INFO: Account Balance Start.
[2026-09-11 18:38:03] Production.INFO: CreateAllLog Start
[2026-09-11 18:38:03] Production.INFO: 117
[2026-09-11 18:38:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 18:38:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 18:38:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 18:38:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 18:38:03] Production.INFO: Date 2026-09-08
[2026-09-11 18:38:03] Production.INFO: ==14226== Lock acquired, processing the job...
[2026-09-11 18:38:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 18:38:03] Production.INFO: Reseller ==> 0
[2026-09-11 18:38:03] Production.INFO: Date 2026-09-09
[2026-09-11 18:38:03] Production.INFO: Reseller ==> 0
[2026-09-11 18:38:04] Production.INFO: Date 2026-09-10
[2026-09-11 18:38:04] Production.INFO: Reseller ==> 0
[2026-09-11 18: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-09-11 18: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-09-11 18: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-09-11 18:38:04] Production.INFO: ==14226== Releasing lock...
[2026-09-11 18:38:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 18:38:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 18:38:04] Production.INFO: Date 2026-09-11
[2026-09-11 18:38:04] Production.INFO: Reseller ==> 0
[2026-09-11 18:38:04] Production.INFO: Total Charge 0
[2026-09-11 18:38:04] Production.INFO: CreateAllLog End
[2026-09-11 18:38:04] Production.INFO: Account Balance End.
[2026-09-11 18:38:04] Production.ERROR: CronJobId end 12
[2026-09-11 18:38:04] Production.INFO: ==14224== Releasing lock...
[2026-09-11 18:38:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 18:38:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 18:38:04] Production.INFO: ==14220== Releasing lock...
[2026-09-11 18:38:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 18:38:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 18:38:13] Production.ERROR: CronJobId end10
[2026-09-11 18:38:13] Production.INFO: ==14222== Releasing lock...
[2026-09-11 18:38:13] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 18:38:13] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 18:38:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 18:38:15] Production.INFO: ============== Balance Warning START===========
[2026-09-11 18:38:15] Production.INFO: ============== Balance Warning END===========
[2026-09-11 18:38:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 18:38:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 18:38:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 18:38:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 18:38:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 18:38:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 18:38:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 18:38:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 18:38:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 18:38:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 18:38:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 18:38:16] Production.INFO: call_cost start
[2026-09-11 18:38:16] Production.INFO: call_cost end
[2026-09-11 18:38:16] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 18:38:16] Production.INFO: ============== Report Schedule START===========
[2026-09-11 18:38:16] Production.INFO: ============== Report Schedule END===========
[2026-09-11 18:38:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 18:38:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 18:38:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 18:38:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 18:38:16] Production.INFO: ============== Deal alert START===========
[2026-09-11 18:38:16] Production.INFO: ============== Deal alert END===========
[2026-09-11 18:38:16] Production.INFO: ==14218== Releasing lock...
[2026-09-11 18:38:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 18:38:16] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 23:39:01] Production.INFO: ==14303== Lock acquired, processing the job...
[2026-09-11 23:39:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 23:39:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 23:39:01] Production.INFO: neon service started
[2026-09-11 23:39:01] Production.INFO: neon service started
[2026-09-11 23:39:01] Production.INFO: ==14303== Releasing lock...
[2026-09-11 23:39:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 23:39:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 18:39:01] Production.INFO: ==14306== Lock acquired, processing the job...
[2026-09-11 18:39:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 18:39:02] Production.INFO: ==14306== Releasing lock...
[2026-09-11 18:39:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 18:39:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 22:39:02] Production.INFO: ==14308== Lock acquired, processing the job...
[2026-09-11 22:39:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 22:39:02] Production.INFO: ==14308== Releasing lock...
[2026-09-11 22:39:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 22:39:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 18:39:03] Production.INFO: ==14310== Lock acquired, processing the job...
[2026-09-11 18:39:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 18:39:03] Production.INFO: ==14314== Lock acquired, processing the job...
[2026-09-11 18:39:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 18:39:03] Production.INFO: ==14312== Lock acquired, processing the job...
[2026-09-11 18:39:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 18:39:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 18:39:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 18:39:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 18:39:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 18:39:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 18:39:03] Production.INFO: ==14318== Lock acquired, processing the job...
[2026-09-11 18:39:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 18:39:03] Production.INFO: ==14316== Lock acquired, processing the job...
[2026-09-11 18:39:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 18: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-09-11 18: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-09-11 18: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-09-11 18:39:03] Production.INFO: ==14318== Releasing lock...
[2026-09-11 18:39:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 18:39:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 18:39:03] Production.INFO: Account Balance Start.
[2026-09-11 18:39:03] Production.INFO: CreateAllLog Start
[2026-09-11 18:39:03] Production.INFO: 117
[2026-09-11 18:39:03] Production.INFO: Date 2026-09-08
[2026-09-11 18:39:03] Production.INFO: Reseller ==> 0
[2026-09-11 18:39:03] Production.INFO: Date 2026-09-09
[2026-09-11 18:39:03] Production.INFO: Reseller ==> 0
[2026-09-11 18:39:03] Production.INFO: Date 2026-09-10
[2026-09-11 18:39:03] Production.INFO: Reseller ==> 0
[2026-09-11 18:39:03] Production.INFO: Date 2026-09-11
[2026-09-11 18:39:03] Production.INFO: Reseller ==> 0
[2026-09-11 18:39:03] Production.INFO: Total Charge 0
[2026-09-11 18:39:03] Production.INFO: CreateAllLog End
[2026-09-11 18:39:03] Production.INFO: Account Balance End.
[2026-09-11 18:39:03] Production.ERROR: CronJobId end 12
[2026-09-11 18:39:03] Production.INFO: ==14316== Releasing lock...
[2026-09-11 18:39:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 18:39:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 18:39:03] Production.INFO: ==14312== Releasing lock...
[2026-09-11 18:39:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 18:39:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 18:39:11] Production.ERROR: CronJobId end10
[2026-09-11 18:39:11] Production.INFO: ==14314== Releasing lock...
[2026-09-11 18:39:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 18:39:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 18:39:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 18:39:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 18:39:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 18:39:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 18:39:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 18:39:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 18:39:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 18:39:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 18:39:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 18:39:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 18:39:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 18:39:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 18:39:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 18:39:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 18:39:14] Production.INFO: call_cost start
[2026-09-11 18:39:14] Production.INFO: call_cost end
[2026-09-11 18:39:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 18:39:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 18:39:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 18:39:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 18:39:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 18:39:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 18:39:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 18:39:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 18:39:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 18:39:15] Production.INFO: ==14310== Releasing lock...
[2026-09-11 18:39:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 18:39:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 23:40:02] Production.INFO: ==14395== Lock acquired, processing the job...
[2026-09-11 23:40:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 23:40:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 23:40:02] Production.INFO: neon service started
[2026-09-11 23:40:02] Production.INFO: neon service started
[2026-09-11 23:40:02] Production.INFO: ==14395== Releasing lock...
[2026-09-11 23:40:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 23:40:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 22:40:02] Production.INFO: ==14399== Lock acquired, processing the job...
[2026-09-11 22:40:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 22:40:02] Production.INFO: ==14399== Releasing lock...
[2026-09-11 22:40:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 22:40:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 18:40:02] Production.INFO: ==14397== Lock acquired, processing the job...
[2026-09-11 18:40:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 18:40:02] Production.INFO: ==14397== Releasing lock...
[2026-09-11 18:40:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 18:40:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 18:40:03] Production.INFO: ==14408== Lock acquired, processing the job...
[2026-09-11 18:40:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 18:40:03] Production.INFO: ==14402== Lock acquired, processing the job...
[2026-09-11 18:40:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 18:40:03] Production.INFO: ==14404== Lock acquired, processing the job...
[2026-09-11 18:40:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 18:40:03] Production.INFO: ==14410== Lock acquired, processing the job...
[2026-09-11 18:40:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 18:40:03] Production.INFO: Account Balance Start.
[2026-09-11 18:40:03] Production.INFO: ==14406== Lock acquired, processing the job...
[2026-09-11 18:40:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 18:40:03] Production.INFO: CreateAllLog Start
[2026-09-11 18:40:03] Production.INFO: 117
[2026-09-11 18:40:03] Production.INFO: Date 2026-09-08
[2026-09-11 18:40:03] Production.INFO: Reseller ==> 0
[2026-09-11 18:40:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 18:40:03] Production.INFO: Date 2026-09-09
[2026-09-11 18:40:03] Production.INFO: Reseller ==> 0
[2026-09-11 18:40:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 18:40:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 18:40:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 18:40:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 18: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-09-11 18: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-09-11 18:40:03] Production.INFO: Date 2026-09-10
[2026-09-11 18:40:03] Production.INFO: Reseller ==> 0
[2026-09-11 18: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-09-11 18:40:03] Production.INFO: ==14410== Releasing lock...
[2026-09-11 18:40:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 18:40:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 18:40:03] Production.INFO: Date 2026-09-11
[2026-09-11 18:40:03] Production.INFO: Reseller ==> 0
[2026-09-11 18:40:03] Production.INFO: Total Charge 0
[2026-09-11 18:40:04] Production.INFO: CreateAllLog End
[2026-09-11 18:40:04] Production.INFO: Account Balance End.
[2026-09-11 18:40:04] Production.ERROR: CronJobId end 12
[2026-09-11 18:40:04] Production.INFO: ==14408== Releasing lock...
[2026-09-11 18:40:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 18:40:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 18:40:04] Production.INFO: ==14404== Releasing lock...
[2026-09-11 18:40:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 18:40:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 18:40:12] Production.ERROR: CronJobId end10
[2026-09-11 18:40:12] Production.INFO: ==14406== Releasing lock...
[2026-09-11 18:40:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 18:40:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 18:40:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 18:40:15] Production.INFO: ============== Balance Warning START===========
[2026-09-11 18:40:15] Production.INFO: ============== Balance Warning END===========
[2026-09-11 18:40:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 18:40:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 18:40:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 18:40:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 18:40:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 18:40:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 18:40:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 18:40:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 18:40:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 18:40:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 18:40:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 18:40:15] Production.INFO: call_cost start
[2026-09-11 18:40:15] Production.INFO: call_cost end
[2026-09-11 18:40:16] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 18:40:16] Production.INFO: ============== Report Schedule START===========
[2026-09-11 18:40:16] Production.INFO: ============== Report Schedule END===========
[2026-09-11 18:40:16] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 18:40:16] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 18:40:16] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 18:40:16] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 18:40:16] Production.INFO: ============== Deal alert START===========
[2026-09-11 18:40:16] Production.INFO: ============== Deal alert END===========
[2026-09-11 18:40:16] Production.INFO: ==14402== Releasing lock...
[2026-09-11 18:40:16] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 18:40:16] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 23:41:01] Production.INFO: ==14489== Lock acquired, processing the job...
[2026-09-11 23:41:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 23:41:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 23:41:01] Production.INFO: neon service started
[2026-09-11 23:41:01] Production.INFO: neon service started
[2026-09-11 23:41:01] Production.INFO: ==14489== Releasing lock...
[2026-09-11 23:41:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 23:41:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 18:41:02] Production.INFO: ==14491== Lock acquired, processing the job...
[2026-09-11 18:41:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 22:41:02] Production.INFO: ==14493== Lock acquired, processing the job...
[2026-09-11 22:41:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 22:41:02] Production.INFO: ==14493== Releasing lock...
[2026-09-11 22:41:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 22:41:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 18:41:02] Production.INFO: ==14491== Releasing lock...
[2026-09-11 18:41:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 18:41:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 18:41:03] Production.INFO: ==14496== Lock acquired, processing the job...
[2026-09-11 18:41:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 18:41:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 18:41:03] Production.INFO: ==14498== Lock acquired, processing the job...
[2026-09-11 18:41:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 18:41:03] Production.INFO: ==14500== Lock acquired, processing the job...
[2026-09-11 18:41:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 18:41:03] Production.INFO: ==14502== Lock acquired, processing the job...
[2026-09-11 18:41:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 18:41:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 18:41:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 18:41:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 18:41:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 18:41:03] Production.INFO: Account Balance Start.
[2026-09-11 18:41:03] Production.INFO: CreateAllLog Start
[2026-09-11 18:41:03] Production.INFO: 117
[2026-09-11 18:41:03] Production.INFO: Date 2026-09-08
[2026-09-11 18:41:03] Production.INFO: Reseller ==> 0
[2026-09-11 18:41:03] Production.INFO: Date 2026-09-09
[2026-09-11 18:41:03] Production.INFO: Reseller ==> 0
[2026-09-11 18:41:03] Production.INFO: ==14504== Lock acquired, processing the job...
[2026-09-11 18:41:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 18:41:03] Production.INFO: Date 2026-09-10
[2026-09-11 18:41:03] Production.INFO: Reseller ==> 0
[2026-09-11 18:41:03] Production.INFO: Date 2026-09-11
[2026-09-11 18:41:03] Production.INFO: Reseller ==> 0
[2026-09-11 18:41:03] Production.INFO: Total Charge 0
[2026-09-11 18: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-09-11 18: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-09-11 18:41:03] Production.INFO: CreateAllLog End
[2026-09-11 18: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-09-11 18:41:03] Production.INFO: ==14504== Releasing lock...
[2026-09-11 18:41:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 18:41:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 18:41:03] Production.INFO: Account Balance End.
[2026-09-11 18:41:03] Production.ERROR: CronJobId end 12
[2026-09-11 18:41:03] Production.INFO: ==14502== Releasing lock...
[2026-09-11 18:41:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 18:41:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 18:41:04] Production.INFO: ==14498== Releasing lock...
[2026-09-11 18:41:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 18:41:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 18:41:11] Production.ERROR: CronJobId end10
[2026-09-11 18:41:11] Production.INFO: ==14500== Releasing lock...
[2026-09-11 18:41:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 18:41:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 18:41:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 18:41:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 18:41:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 18:41:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 18:41:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 18:41:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 18:41:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 18:41:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 18:41:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 18:41:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 18:41:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 18:41:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 18:41:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 18:41:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 18:41:14] Production.INFO: call_cost start
[2026-09-11 18:41:14] Production.INFO: call_cost end
[2026-09-11 18:41:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 18:41:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 18:41:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 18:41:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 18:41:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 18:41:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 18:41:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 18:41:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 18:41:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 18:41:14] Production.INFO: ==14496== Releasing lock...
[2026-09-11 18:41:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 18:41:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 23:42:01] Production.INFO: ==14581== Lock acquired, processing the job...
[2026-09-11 23:42:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 23:42:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 23:42:01] Production.INFO: neon service started
[2026-09-11 23:42:01] Production.INFO: neon service started
[2026-09-11 23:42:01] Production.INFO: ==14581== Releasing lock...
[2026-09-11 23:42:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 23:42:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 18:42:02] Production.INFO: ==14583== Lock acquired, processing the job...
[2026-09-11 18:42:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 18:42:02] Production.INFO: ==14583== Releasing lock...
[2026-09-11 18:42:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 18:42:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 22:42:02] Production.INFO: ==14585== Lock acquired, processing the job...
[2026-09-11 22:42:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 22:42:02] Production.INFO: ==14585== Releasing lock...
[2026-09-11 22:42:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 22:42:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 18:42:03] Production.INFO: ==14587== Lock acquired, processing the job...
[2026-09-11 18:42:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 18:42:03] Production.INFO: ==14589== Lock acquired, processing the job...
[2026-09-11 18:42:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 18:42:03] Production.INFO: ==14591== Lock acquired, processing the job...
[2026-09-11 18:42:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 18:42:03] Production.INFO: ==14593== Lock acquired, processing the job...
[2026-09-11 18:42:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 18:42:03] Production.INFO: ==14595== Lock acquired, processing the job...
[2026-09-11 18:42:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 18:42:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 18:42:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 18:42:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 18:42:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 18:42:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 18:42:03] Production.INFO: Account Balance Start.
[2026-09-11 18:42:03] Production.INFO: CreateAllLog Start
[2026-09-11 18:42:03] Production.INFO: 117
[2026-09-11 18:42:03] Production.INFO: Date 2026-09-08
[2026-09-11 18: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-09-11 18: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-09-11 18:42:03] Production.INFO: Reseller ==> 0
[2026-09-11 18: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-09-11 18:42:03] Production.INFO: ==14595== Releasing lock...
[2026-09-11 18:42:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 18:42:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 18:42:03] Production.INFO: Date 2026-09-09
[2026-09-11 18:42:03] Production.INFO: Reseller ==> 0
[2026-09-11 18:42:03] Production.INFO: Date 2026-09-10
[2026-09-11 18:42:03] Production.INFO: Reseller ==> 0
[2026-09-11 18:42:03] Production.INFO: Date 2026-09-11
[2026-09-11 18:42:03] Production.INFO: Reseller ==> 0
[2026-09-11 18:42:03] Production.INFO: Total Charge 0
[2026-09-11 18:42:03] Production.INFO: CreateAllLog End
[2026-09-11 18:42:03] Production.INFO: Account Balance End.
[2026-09-11 18:42:03] Production.ERROR: CronJobId end 12
[2026-09-11 18:42:03] Production.INFO: ==14593== Releasing lock...
[2026-09-11 18:42:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 18:42:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 18:42:04] Production.INFO: ==14589== Releasing lock...
[2026-09-11 18:42:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 18:42:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 18:42:12] Production.ERROR: CronJobId end10
[2026-09-11 18:42:12] Production.INFO: ==14591== Releasing lock...
[2026-09-11 18:42:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 18:42:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 18:42:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 18:42:15] Production.INFO: ============== Balance Warning START===========
[2026-09-11 18:42:15] Production.INFO: ============== Balance Warning END===========
[2026-09-11 18:42:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 18:42:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 18:42:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 18:42:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 18:42:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 18:42:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 18:42:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 18:42:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 18:42:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 18:42:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 18:42:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 18:42:15] Production.INFO: call_cost start
[2026-09-11 18:42:15] Production.INFO: call_cost end
[2026-09-11 18:42:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 18:42:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 18:42:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 18:42:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 18:42:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 18:42:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 18:42:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 18:42:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 18:42:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 18:42:15] Production.INFO: ==14587== Releasing lock...
[2026-09-11 18:42:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 18:42:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 23:43:02] Production.INFO: ==14678== Lock acquired, processing the job...
[2026-09-11 23:43:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 23:43:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 23:43:02] Production.INFO: neon service started
[2026-09-11 23:43:02] Production.INFO: neon service started
[2026-09-11 23:43:02] Production.INFO: ==14678== Releasing lock...
[2026-09-11 23:43:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 23:43:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 18:43:02] Production.INFO: ==14680== Lock acquired, processing the job...
[2026-09-11 18:43:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 18:43:02] Production.INFO: ==14680== Releasing lock...
[2026-09-11 18:43:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 18:43:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 22:43:03] Production.INFO: ==14682== Lock acquired, processing the job...
[2026-09-11 22:43:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 22:43:03] Production.INFO: ==14682== Releasing lock...
[2026-09-11 22:43:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 22:43:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 18:43:03] Production.INFO: ==14684== Lock acquired, processing the job...
[2026-09-11 18:43:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 18:43:03] Production.INFO: ==14686== Lock acquired, processing the job...
[2026-09-11 18:43:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 18:43:03] Production.INFO: ==14692== Lock acquired, processing the job...
[2026-09-11 18:43:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 18:43:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 18:43:03] Production.INFO: ==14688== Lock acquired, processing the job...
[2026-09-11 18:43:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 18:43:03] Production.INFO: ==14690== Lock acquired, processing the job...
[2026-09-11 18:43:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 18: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-09-11 18: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-09-11 18:43:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 18:43:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 18:43:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 18:43:03] Production.INFO: Account Balance Start.
[2026-09-11 18:43:03] Production.INFO: CreateAllLog Start
[2026-09-11 18:43:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 18: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-09-11 18:43:03] Production.INFO: 117
[2026-09-11 18:43:03] Production.INFO: Date 2026-09-08
[2026-09-11 18:43:03] Production.INFO: ==14692== Releasing lock...
[2026-09-11 18:43:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 18:43:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 18:43:03] Production.INFO: Reseller ==> 0
[2026-09-11 18:43:04] Production.INFO: Date 2026-09-09
[2026-09-11 18:43:04] Production.INFO: Reseller ==> 0
[2026-09-11 18:43:04] Production.INFO: Date 2026-09-10
[2026-09-11 18:43:04] Production.INFO: Reseller ==> 0
[2026-09-11 18:43:04] Production.INFO: Date 2026-09-11
[2026-09-11 18:43:04] Production.INFO: Reseller ==> 0
[2026-09-11 18:43:04] Production.INFO: Total Charge 0
[2026-09-11 18:43:04] Production.INFO: CreateAllLog End
[2026-09-11 18:43:04] Production.INFO: Account Balance End.
[2026-09-11 18:43:04] Production.ERROR: CronJobId end 12
[2026-09-11 18:43:04] Production.INFO: ==14690== Releasing lock...
[2026-09-11 18:43:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 18:43:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 18:43:04] Production.INFO: ==14686== Releasing lock...
[2026-09-11 18:43:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 18:43:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 18:43:12] Production.ERROR: CronJobId end10
[2026-09-11 18:43:12] Production.INFO: ==14688== Releasing lock...
[2026-09-11 18:43:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 18:43:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 18:43:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 18:43:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 18:43:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 18:43:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 18:43:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 18:43:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 18:43:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 18:43:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 18:43:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 18:43:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 18:43:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 18:43:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 18:43:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 18:43:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 18:43:15] Production.INFO: call_cost start
[2026-09-11 18:43:15] Production.INFO: call_cost end
[2026-09-11 18:43:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 18:43:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 18:43:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 18:43:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 18:43:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 18:43:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 18:43:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 18:43:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 18:43:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 18:43:15] Production.INFO: ==14684== Releasing lock...
[2026-09-11 18:43:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 18:43:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 23:44:01] Production.INFO: ==14770== Lock acquired, processing the job...
[2026-09-11 23:44:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 23:44:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 23:44:01] Production.INFO: neon service started
[2026-09-11 23:44:01] Production.INFO: neon service started
[2026-09-11 23:44:01] Production.INFO: ==14770== Releasing lock...
[2026-09-11 23:44:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 23:44:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 18:44:02] Production.INFO: ==14773== Lock acquired, processing the job...
[2026-09-11 18:44:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 18:44:02] Production.INFO: ==14773== Releasing lock...
[2026-09-11 18:44:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 18:44:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 22:44:02] Production.INFO: ==14776== Lock acquired, processing the job...
[2026-09-11 22:44:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 22:44:02] Production.INFO: ==14776== Releasing lock...
[2026-09-11 22:44:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 22:44:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 18:44:03] Production.INFO: ==14779== Lock acquired, processing the job...
[2026-09-11 18:44:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 18:44:03] Production.INFO: ==14781== Lock acquired, processing the job...
[2026-09-11 18:44:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 18:44:03] Production.INFO: ==14785== Lock acquired, processing the job...
[2026-09-11 18:44:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 18:44:03] Production.INFO: ==14783== Lock acquired, processing the job...
[2026-09-11 18:44:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 18:44:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 18:44:03] Production.INFO: Account Balance Start.
[2026-09-11 18:44:03] Production.INFO: CreateAllLog Start
[2026-09-11 18:44:03] Production.INFO: 117
[2026-09-11 18:44:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 18:44:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 18:44:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 18:44:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 18:44:03] Production.INFO: ==14787== Lock acquired, processing the job...
[2026-09-11 18:44:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 18:44:03] Production.INFO: Date 2026-09-08
[2026-09-11 18:44:03] Production.INFO: Reseller ==> 0
[2026-09-11 18:44:03] Production.INFO: Date 2026-09-09
[2026-09-11 18:44:03] Production.INFO: Reseller ==> 0
[2026-09-11 18: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-09-11 18: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-09-11 18:44:03] Production.INFO: Date 2026-09-10
[2026-09-11 18:44:03] Production.INFO: Reseller ==> 0
[2026-09-11 18: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-09-11 18:44:03] Production.INFO: ==14787== Releasing lock...
[2026-09-11 18:44:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 18:44:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 18:44:03] Production.INFO: Date 2026-09-11
[2026-09-11 18:44:03] Production.INFO: Reseller ==> 0
[2026-09-11 18:44:03] Production.INFO: Total Charge 0
[2026-09-11 18:44:03] Production.INFO: CreateAllLog End
[2026-09-11 18:44:03] Production.INFO: Account Balance End.
[2026-09-11 18:44:03] Production.ERROR: CronJobId end 12
[2026-09-11 18:44:03] Production.INFO: ==14785== Releasing lock...
[2026-09-11 18:44:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 18:44:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 18:44:03] Production.INFO: ==14781== Releasing lock...
[2026-09-11 18:44:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 18:44:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 18:44:11] Production.ERROR: CronJobId end10
[2026-09-11 18:44:11] Production.INFO: ==14783== Releasing lock...
[2026-09-11 18:44:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 18:44:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 18:44:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 18:44:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 18:44:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 18:44:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 18:44:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 18:44:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 18:44:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 18:44:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 18:44:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 18:44:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 18:44:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 18:44:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 18:44:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 18:44:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 18:44:14] Production.INFO: call_cost start
[2026-09-11 18:44:14] Production.INFO: call_cost end
[2026-09-11 18:44:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 18:44:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 18:44:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 18:44:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 18:44:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 18:44:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 18:44:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 18:44:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 18:44:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 18:44:14] Production.INFO: ==14779== Releasing lock...
[2026-09-11 18:44:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 18:44:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 23:45:02] Production.INFO: ==14863== Lock acquired, processing the job...
[2026-09-11 23:45:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 23:45:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 23:45:02] Production.INFO: neon service started
[2026-09-11 23:45:02] Production.INFO: neon service started
[2026-09-11 23:45:02] Production.INFO: ==14863== Releasing lock...
[2026-09-11 23:45:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 23:45:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 18:45:02] Production.INFO: ==14865== Lock acquired, processing the job...
[2026-09-11 18:45:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 18:45:02] Production.INFO: ==14865== Releasing lock...
[2026-09-11 18:45:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 18:45:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 22:45:03] Production.INFO: ==14868== Lock acquired, processing the job...
[2026-09-11 22:45:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 22:45:03] Production.INFO: ==14868== Releasing lock...
[2026-09-11 22:45:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 22:45:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 18:45:03] Production.INFO: ==14870== Lock acquired, processing the job...
[2026-09-11 18:45:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-11 18:45:03] Production.ERROR: ========================== active cronjob start =============================
[2026-09-11 18:45:03] Production.ERROR: ========================== active cronjob end =============================
[2026-09-11 18:45:03] Production.INFO: ==14870== Releasing lock...
[2026-09-11 18:45:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-11 18:45:03] Production.INFO: 25.5 MB #Memory Used#
[2026-09-11 18:45:03] Production.INFO: ==14876== Lock acquired, processing the job...
[2026-09-11 18:45:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 18:45:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 18:45:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 18:45:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 18:45:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 18:45:03] Production.INFO: ==14880== Lock acquired, processing the job...
[2026-09-11 18:45:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-11 18:45:04] Production.ERROR: tblTempUsageDetail_20
[2026-09-11 18:45:04] Production.INFO: ==14872== Lock acquired, processing the job...
[2026-09-11 18:45:04] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 18:45:04] Production.INFO: ==14874== Lock acquired, processing the job...
[2026-09-11 18:45:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 18:45:04] Production.INFO: ==14882== Lock acquired, processing the job...
[2026-09-11 18:45:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 18:45:04] Production.INFO: ==14878== Lock acquired, processing the job...
[2026-09-11 18:45:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 18:45:04] Production.ERROR: done
[2026-09-11 18:45:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 18:45:04] Production.INFO: Account Balance Start.
[2026-09-11 18:45:04] Production.INFO: CreateAllLog Start
[2026-09-11 18:45:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-11 18:45:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17985975', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) start
[2026-09-11 18:45:04] Production.INFO: 117
[2026-09-11 18:45:04] Production.INFO: Date 2026-09-08
[2026-09-11 18: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-09-11 18: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-09-11 18:45:04] Production.INFO: Reseller ==> 0
[2026-09-11 18: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-09-11 18:45:04] Production.INFO: ==14882== Releasing lock...
[2026-09-11 18:45:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 18:45:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 18:45:04] Production.INFO: Date 2026-09-09
[2026-09-11 18:45:04] Production.INFO: Reseller ==> 0
[2026-09-11 18:45:04] Production.INFO: Date 2026-09-10
[2026-09-11 18:45:04] Production.INFO: Reseller ==> 0
[2026-09-11 18:45:04] Production.INFO: Date 2026-09-11
[2026-09-11 18:45:04] Production.INFO: Reseller ==> 0
[2026-09-11 18:45:04] Production.INFO: Total Charge 0
[2026-09-11 18:45:04] Production.INFO: CreateAllLog End
[2026-09-11 18:45:04] Production.INFO: Account Balance End.
[2026-09-11 18:45:05] Production.ERROR: CronJobId end 12
[2026-09-11 18:45:05] Production.INFO: ==14878== Releasing lock...
[2026-09-11 18:45:05] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 18:45:05] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 18:45:05] Production.INFO: ==14874== Releasing lock...
[2026-09-11 18:45:05] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 18:45:05] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 18:45:11] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17985975', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) end
[2026-09-11 18:45:11] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-11 18:45:11] Production.INFO: ProcessCDR(1,17985975,1,1,2)
[2026-09-11 18:45:11] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17985975,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 18:45:11] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17985975,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 18:45:11] Production.ERROR: pbx prc_insertCDR start
[2026-09-11 18:45:11] Production.ERROR: pbx prc_insertCDR end
[2026-09-11 18:45:11] Production.INFO: ==14880== Releasing lock...
[2026-09-11 18:45:11] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-11 18:45:11] Production.INFO: 26 MB #Memory Used#
[2026-09-11 18:45:15] Production.ERROR: CronJobId end10
[2026-09-11 18:45:15] Production.INFO: ==14876== Releasing lock...
[2026-09-11 18:45:15] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 18:45:15] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 18:45:17] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 18:45:17] Production.INFO: ============== Balance Warning START===========
[2026-09-11 18:45:17] Production.INFO: ============== Balance Warning END===========
[2026-09-11 18:45:17] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 18:45:17] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 18:45:17] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 18:45:17] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 18:45:17] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 18:45:17] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 18:45:17] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 18:45:17] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 18:45:17] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 18:45:17] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 18:45:17] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 18:45:18] Production.INFO: call_cost start
[2026-09-11 18:45:18] Production.INFO: call_cost end
[2026-09-11 18:45:18] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 18:45:18] Production.INFO: ============== Report Schedule START===========
[2026-09-11 18:45:18] Production.INFO: ============== Report Schedule END===========
[2026-09-11 18:45:18] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 18:45:18] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 18:45:18] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 18:45:18] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 18:45:18] Production.INFO: ============== Deal alert START===========
[2026-09-11 18:45:18] Production.INFO: ============== Deal alert END===========
[2026-09-11 18:45:18] Production.INFO: ==14872== Releasing lock...
[2026-09-11 18:45:18] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 18:45:18] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 23:46:01] Production.INFO: ==14954== Lock acquired, processing the job...
[2026-09-11 23:46:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 23:46:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 23:46:01] Production.INFO: neon service started
[2026-09-11 23:46:01] Production.INFO: neon service started
[2026-09-11 23:46:01] Production.INFO: ==14954== Releasing lock...
[2026-09-11 23:46:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 23:46:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 18:46:02] Production.INFO: ==14956== Lock acquired, processing the job...
[2026-09-11 18:46:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 18:46:02] Production.INFO: ==14956== Releasing lock...
[2026-09-11 18:46:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 18:46:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 22:46:02] Production.INFO: ==14958== Lock acquired, processing the job...
[2026-09-11 22:46:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 22:46:02] Production.INFO: ==14958== Releasing lock...
[2026-09-11 22:46:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 22:46:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 18:46:03] Production.INFO: ==14967== Lock acquired, processing the job...
[2026-09-11 18:46:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 18:46:03] Production.INFO: Account Balance Start.
[2026-09-11 18:46:03] Production.INFO: CreateAllLog Start
[2026-09-11 18:46:03] Production.INFO: 117
[2026-09-11 18:46:03] Production.INFO: Date 2026-09-08
[2026-09-11 18:46:03] Production.INFO: Reseller ==> 0
[2026-09-11 18:46:03] Production.INFO: Date 2026-09-09
[2026-09-11 18:46:03] Production.INFO: Reseller ==> 0
[2026-09-11 18:46:03] Production.INFO: Date 2026-09-10
[2026-09-11 18:46:03] Production.INFO: Reseller ==> 0
[2026-09-11 18:46:03] Production.INFO: Date 2026-09-11
[2026-09-11 18:46:03] Production.INFO: Reseller ==> 0
[2026-09-11 18:46:03] Production.INFO: ==14961== Lock acquired, processing the job...
[2026-09-11 18:46:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 18:46:03] Production.INFO: Total Charge 0
[2026-09-11 18:46:03] Production.INFO: CreateAllLog End
[2026-09-11 18:46:03] Production.INFO: ==14963== Lock acquired, processing the job...
[2026-09-11 18:46:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 18:46:03] Production.INFO: ==14969== Lock acquired, processing the job...
[2026-09-11 18:46:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 18:46:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 18:46:03] Production.INFO: ==14965== Lock acquired, processing the job...
[2026-09-11 18:46:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 18:46:03] Production.INFO: Account Balance End.
[2026-09-11 18:46:03] Production.ERROR: CronJobId end 12
[2026-09-11 18:46:03] Production.INFO: ==14967== Releasing lock...
[2026-09-11 18:46:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 18:46:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 18:46:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 18:46:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 18:46:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 18:46:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 18: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-09-11 18: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-09-11 18: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-09-11 18:46:03] Production.INFO: ==14969== Releasing lock...
[2026-09-11 18:46:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 18:46:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 18:46:04] Production.INFO: ==14963== Releasing lock...
[2026-09-11 18:46:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 18:46:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 18:46:12] Production.ERROR: CronJobId end10
[2026-09-11 18:46:12] Production.INFO: ==14965== Releasing lock...
[2026-09-11 18:46:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 18:46:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 18:46:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 18:46:15] Production.INFO: ============== Balance Warning START===========
[2026-09-11 18:46:15] Production.INFO: ============== Balance Warning END===========
[2026-09-11 18:46:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 18:46:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 18:46:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 18:46:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 18:46:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 18:46:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 18:46:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 18:46:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 18:46:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 18:46:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 18:46:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 18:46:15] Production.INFO: call_cost start
[2026-09-11 18:46:15] Production.INFO: call_cost end
[2026-09-11 18:46:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 18:46:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 18:46:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 18:46:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 18:46:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 18:46:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 18:46:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 18:46:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 18:46:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 18:46:15] Production.INFO: ==14961== Releasing lock...
[2026-09-11 18:46:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 18:46:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 23:47:02] Production.INFO: ==15046== Lock acquired, processing the job...
[2026-09-11 23:47:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 23:47:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 23:47:02] Production.INFO: neon service started
[2026-09-11 23:47:02] Production.INFO: neon service started
[2026-09-11 23:47:02] Production.INFO: ==15046== Releasing lock...
[2026-09-11 23:47:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 23:47:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 18:47:02] Production.INFO: ==15048== Lock acquired, processing the job...
[2026-09-11 18:47:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 18:47:02] Production.INFO: ==15048== Releasing lock...
[2026-09-11 18:47:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 18:47:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 22:47:03] Production.INFO: ==15050== Lock acquired, processing the job...
[2026-09-11 22:47:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 22:47:03] Production.INFO: ==15050== Releasing lock...
[2026-09-11 22:47:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 22:47:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 18:47:03] Production.INFO: ==15055== Lock acquired, processing the job...
[2026-09-11 18:47:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 18:47:03] Production.INFO: ==15057== Lock acquired, processing the job...
[2026-09-11 18:47:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 18:47:03] Production.INFO: ==15061== Lock acquired, processing the job...
[2026-09-11 18:47:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 18:47:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 18:47:03] Production.INFO: Account Balance Start.
[2026-09-11 18:47:03] Production.INFO: CreateAllLog Start
[2026-09-11 18:47:03] Production.INFO: 117
[2026-09-11 18:47:03] Production.INFO: ==15059== Lock acquired, processing the job...
[2026-09-11 18:47:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 18:47:03] Production.INFO: Date 2026-09-08
[2026-09-11 18:47:03] Production.INFO: Reseller ==> 0
[2026-09-11 18:47:03] Production.INFO: ==15063== Lock acquired, processing the job...
[2026-09-11 18:47:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 18:47:03] Production.INFO: Date 2026-09-09
[2026-09-11 18:47:03] Production.INFO: Reseller ==> 0
[2026-09-11 18:47:03] Production.INFO: Date 2026-09-10
[2026-09-11 18:47:03] Production.INFO: Reseller ==> 0
[2026-09-11 18:47:03] Production.INFO: Date 2026-09-11
[2026-09-11 18:47:03] Production.INFO: Reseller ==> 0
[2026-09-11 18:47:03] Production.INFO: Total Charge 0
[2026-09-11 18:47:03] Production.INFO: CreateAllLog End
[2026-09-11 18:47:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 18:47:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 18:47:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 18:47:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 18: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-09-11 18: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-09-11 18: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-09-11 18:47:04] Production.INFO: ==15063== Releasing lock...
[2026-09-11 18:47:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 18:47:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 18:47:04] Production.INFO: Account Balance End.
[2026-09-11 18:47:04] Production.ERROR: CronJobId end 12
[2026-09-11 18:47:04] Production.INFO: ==15061== Releasing lock...
[2026-09-11 18:47:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 18:47:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 18:47:04] Production.INFO: ==15057== Releasing lock...
[2026-09-11 18:47:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 18:47:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 18:47:12] Production.ERROR: CronJobId end10
[2026-09-11 18:47:12] Production.INFO: ==15059== Releasing lock...
[2026-09-11 18:47:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 18:47:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 18:47:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 18:47:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 18:47:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 18:47:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 18:47:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 18:47:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 18:47:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 18:47:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 18:47:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 18:47:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 18:47:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 18:47:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 18:47:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 18:47:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 18:47:15] Production.INFO: call_cost start
[2026-09-11 18:47:15] Production.INFO: call_cost end
[2026-09-11 18:47:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 18:47:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 18:47:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 18:47:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 18:47:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 18:47:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 18:47:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 18:47:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 18:47:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 18:47:15] Production.INFO: ==15055== Releasing lock...
[2026-09-11 18:47:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 18:47:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 23:48:01] Production.INFO: ==15141== Lock acquired, processing the job...
[2026-09-11 23:48:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 23:48:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 23:48:01] Production.INFO: neon service started
[2026-09-11 23:48:01] Production.INFO: neon service started
[2026-09-11 23:48:01] Production.INFO: ==15141== Releasing lock...
[2026-09-11 23:48:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 23:48:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 18:48:01] Production.INFO: ==15143== Lock acquired, processing the job...
[2026-09-11 18:48:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 18:48:02] Production.INFO: ==15143== Releasing lock...
[2026-09-11 18:48:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 18:48:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 22:48:02] Production.INFO: ==15145== Lock acquired, processing the job...
[2026-09-11 22:48:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 22:48:02] Production.INFO: ==15145== Releasing lock...
[2026-09-11 22:48:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 22:48:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 18:48:03] Production.INFO: ==15148== Lock acquired, processing the job...
[2026-09-11 18:48:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 18:48:03] Production.INFO: ==15150== Lock acquired, processing the job...
[2026-09-11 18:48:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 18:48:03] Production.INFO: ==15152== Lock acquired, processing the job...
[2026-09-11 18:48:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 18:48:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 18:48:03] Production.INFO: ==15154== Lock acquired, processing the job...
[2026-09-11 18:48:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 18:48:03] Production.INFO: ==15157== Lock acquired, processing the job...
[2026-09-11 18:48:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 18:48:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 18:48:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 18:48:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 18:48:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 18:48:03] Production.INFO: Account Balance Start.
[2026-09-11 18:48:03] Production.INFO: CreateAllLog Start
[2026-09-11 18:48:03] Production.INFO: 117
[2026-09-11 18:48:03] Production.INFO: Date 2026-09-08
[2026-09-11 18: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-09-11 18:48:03] Production.INFO: Reseller ==> 0
[2026-09-11 18: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-09-11 18: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-09-11 18:48:03] Production.INFO: ==15157== Releasing lock...
[2026-09-11 18:48:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 18:48:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 18:48:03] Production.INFO: Date 2026-09-09
[2026-09-11 18:48:03] Production.INFO: Reseller ==> 0
[2026-09-11 18:48:03] Production.INFO: Date 2026-09-10
[2026-09-11 18:48:03] Production.INFO: Reseller ==> 0
[2026-09-11 18:48:03] Production.INFO: Date 2026-09-11
[2026-09-11 18:48:03] Production.INFO: Reseller ==> 0
[2026-09-11 18:48:03] Production.INFO: Total Charge 0
[2026-09-11 18:48:03] Production.INFO: CreateAllLog End
[2026-09-11 18:48:03] Production.INFO: ==15150== Releasing lock...
[2026-09-11 18:48:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 18:48:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 18:48:03] Production.INFO: Account Balance End.
[2026-09-11 18:48:03] Production.ERROR: CronJobId end 12
[2026-09-11 18:48:03] Production.INFO: ==15154== Releasing lock...
[2026-09-11 18:48:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 18:48:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 18:48:11] Production.ERROR: CronJobId end10
[2026-09-11 18:48:11] Production.INFO: ==15152== Releasing lock...
[2026-09-11 18:48:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 18:48:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 18:48:13] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 18:48:13] Production.INFO: ============== Balance Warning START===========
[2026-09-11 18:48:13] Production.INFO: ============== Balance Warning END===========
[2026-09-11 18:48:13] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 18:48:13] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 18:48:13] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 18:48:13] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 18:48:13] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 18:48:13] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 18:48:13] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 18:48:13] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 18:48:13] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 18:48:13] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 18:48:13] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 18:48:13] Production.INFO: call_cost start
[2026-09-11 18:48:13] Production.INFO: call_cost end
[2026-09-11 18:48:13] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 18:48:13] Production.INFO: ============== Report Schedule START===========
[2026-09-11 18:48:13] Production.INFO: ============== Report Schedule END===========
[2026-09-11 18:48:13] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 18:48:13] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 18:48:13] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 18:48:13] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 18:48:13] Production.INFO: ============== Deal alert START===========
[2026-09-11 18:48:13] Production.INFO: ============== Deal alert END===========
[2026-09-11 18:48:13] Production.INFO: ==15148== Releasing lock...
[2026-09-11 18:48:13] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 18:48:13] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 23:49:01] Production.INFO: ==15236== Lock acquired, processing the job...
[2026-09-11 23:49:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 23:49:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 23:49:01] Production.INFO: neon service started
[2026-09-11 23:49:02] Production.INFO: neon service started
[2026-09-11 23:49:02] Production.INFO: ==15236== Releasing lock...
[2026-09-11 23:49:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 23:49:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 18:49:02] Production.INFO: ==15238== Lock acquired, processing the job...
[2026-09-11 18:49:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 18:49:02] Production.INFO: ==15238== Releasing lock...
[2026-09-11 18:49:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 18:49:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 22:49:02] Production.INFO: ==15240== Lock acquired, processing the job...
[2026-09-11 22:49:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 22:49:02] Production.INFO: ==15240== Releasing lock...
[2026-09-11 22:49:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 22:49:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 18:49:03] Production.INFO: ==15246== Lock acquired, processing the job...
[2026-09-11 18:49:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 18:49:03] Production.INFO: ==15244== Lock acquired, processing the job...
[2026-09-11 18:49:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 18:49:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 18:49:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 18:49:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 18:49:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 18:49:03] Production.INFO: ==15242== Lock acquired, processing the job...
[2026-09-11 18:49:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 18:49:03] Production.INFO: ==15248== Lock acquired, processing the job...
[2026-09-11 18:49:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 18:49:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 18:49:03] Production.INFO: ==15250== Lock acquired, processing the job...
[2026-09-11 18:49:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 18:49:03] Production.INFO: Account Balance Start.
[2026-09-11 18:49:03] Production.INFO: CreateAllLog Start
[2026-09-11 18:49:03] Production.INFO: 117
[2026-09-11 18:49:03] Production.INFO: Date 2026-09-08
[2026-09-11 18: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-09-11 18:49:03] Production.INFO: Reseller ==> 0
[2026-09-11 18: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-09-11 18: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-09-11 18:49:03] Production.INFO: ==15250== Releasing lock...
[2026-09-11 18:49:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 18:49:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 18:49:03] Production.INFO: Date 2026-09-09
[2026-09-11 18:49:03] Production.INFO: Reseller ==> 0
[2026-09-11 18:49:03] Production.INFO: Date 2026-09-10
[2026-09-11 18:49:03] Production.INFO: Reseller ==> 0
[2026-09-11 18:49:03] Production.INFO: Date 2026-09-11
[2026-09-11 18:49:03] Production.INFO: Reseller ==> 0
[2026-09-11 18:49:04] Production.INFO: Total Charge 0
[2026-09-11 18:49:04] Production.INFO: CreateAllLog End
[2026-09-11 18:49:04] Production.INFO: Account Balance End.
[2026-09-11 18:49:04] Production.ERROR: CronJobId end 12
[2026-09-11 18:49:04] Production.INFO: ==15248== Releasing lock...
[2026-09-11 18:49:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 18:49:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 18:49:04] Production.INFO: ==15244== Releasing lock...
[2026-09-11 18:49:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 18:49:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 18:49:12] Production.ERROR: CronJobId end10
[2026-09-11 18:49:12] Production.INFO: ==15246== Releasing lock...
[2026-09-11 18:49:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 18:49:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 18:49:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 18:49:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 18:49:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 18:49:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 18:49:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 18:49:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 18:49:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 18:49:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 18:49:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 18:49:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 18:49:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 18:49:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 18:49:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 18:49:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 18:49:14] Production.INFO: call_cost start
[2026-09-11 18:49:14] Production.INFO: call_cost end
[2026-09-11 18:49:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 18:49:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 18:49:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 18:49:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 18:49:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 18:49:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 18:49:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 18:49:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 18:49:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 18:49:14] Production.INFO: ==15242== Releasing lock...
[2026-09-11 18:49:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 18:49:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 23:50:01] Production.INFO: ==15352== Lock acquired, processing the job...
[2026-09-11 23:50:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 23:50:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 23:50:01] Production.INFO: neon service started
[2026-09-11 23:50:01] Production.INFO: neon service started
[2026-09-11 23:50:01] Production.INFO: ==15352== Releasing lock...
[2026-09-11 23:50:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 23:50:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 22:50:01] Production.INFO: ==15356== Lock acquired, processing the job...
[2026-09-11 22:50:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 22:50:01] Production.INFO: ==15356== Releasing lock...
[2026-09-11 22:50:01] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 22:50:01] Production.INFO: 25 MB #Memory Used#
[2026-09-11 18:50:02] Production.INFO: ==15354== Lock acquired, processing the job...
[2026-09-11 18:50:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 18:50:02] Production.INFO: ==15354== Releasing lock...
[2026-09-11 18:50:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 18:50:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 18:50:02] Production.INFO: ==15363== Lock acquired, processing the job...
[2026-09-11 18:50:02] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 18:50:02] Production.INFO: ==15365== Lock acquired, processing the job...
[2026-09-11 18:50:02] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 18:50:02] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 18:50:02] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 18:50:02] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 18:50:02] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 18:50:03] Production.INFO: ==15361== Lock acquired, processing the job...
[2026-09-11 18:50:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 18:50:03] Production.INFO: ==15367== Lock acquired, processing the job...
[2026-09-11 18:50:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 18:50:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 18:50:03] Production.INFO: ==15369== Lock acquired, processing the job...
[2026-09-11 18:50:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 18:50:03] Production.INFO: Account Balance Start.
[2026-09-11 18:50:03] Production.INFO: CreateAllLog Start
[2026-09-11 18:50:03] Production.INFO: 117
[2026-09-11 18:50:03] Production.INFO: Date 2026-09-08
[2026-09-11 18:50:03] Production.INFO: Reseller ==> 0
[2026-09-11 18:50:03] Production.INFO: Date 2026-09-09
[2026-09-11 18:50:03] Production.INFO: Reseller ==> 0
[2026-09-11 18: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-09-11 18: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-09-11 18: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-09-11 18:50:03] Production.INFO: Date 2026-09-10
[2026-09-11 18:50:03] Production.INFO: Reseller ==> 0
[2026-09-11 18:50:03] Production.INFO: ==15369== Releasing lock...
[2026-09-11 18:50:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 18:50:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 18:50:03] Production.INFO: ==15363== Releasing lock...
[2026-09-11 18:50:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 18:50:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 18:50:03] Production.INFO: Date 2026-09-11
[2026-09-11 18:50:03] Production.INFO: Reseller ==> 0
[2026-09-11 18:50:03] Production.INFO: Total Charge 0
[2026-09-11 18:50:03] Production.INFO: CreateAllLog End
[2026-09-11 18:50:03] Production.INFO: Account Balance End.
[2026-09-11 18:50:03] Production.ERROR: CronJobId end 12
[2026-09-11 18:50:03] Production.INFO: ==15367== Releasing lock...
[2026-09-11 18:50:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 18:50:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 18:50:11] Production.ERROR: CronJobId end10
[2026-09-11 18:50:11] Production.INFO: ==15365== Releasing lock...
[2026-09-11 18:50:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 18:50:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 18:50:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 18:50:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 18:50:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 18:50:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 18:50:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 18:50:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 18:50:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 18:50:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 18:50:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 18:50:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 18:50:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 18:50:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 18:50:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 18:50:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 18:50:14] Production.INFO: call_cost start
[2026-09-11 18:50:14] Production.INFO: call_cost end
[2026-09-11 18:50:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 18:50:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 18:50:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 18:50:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 18:50:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 18:50:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 18:50:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 18:50:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 18:50:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 18:50:14] Production.INFO: ==15361== Releasing lock...
[2026-09-11 18:50:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 18:50:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 23:51:01] Production.INFO: ==15449== Lock acquired, processing the job...
[2026-09-11 23:51:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 23:51:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 23:51:01] Production.INFO: neon service started
[2026-09-11 23:51:01] Production.INFO: neon service started
[2026-09-11 23:51:01] Production.INFO: ==15449== Releasing lock...
[2026-09-11 23:51:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 23:51:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 18:51:02] Production.INFO: ==15451== Lock acquired, processing the job...
[2026-09-11 18:51:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 22:51:02] Production.INFO: ==15453== Lock acquired, processing the job...
[2026-09-11 22:51:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 22:51:02] Production.INFO: ==15453== Releasing lock...
[2026-09-11 22:51:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 22:51:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 18:51:02] Production.INFO: ==15451== Releasing lock...
[2026-09-11 18:51:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 18:51:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 18:51:03] Production.INFO: ==15456== Lock acquired, processing the job...
[2026-09-11 18:51:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 18:51:03] Production.INFO: ==15460== Lock acquired, processing the job...
[2026-09-11 18:51:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 18:51:03] Production.INFO: ==15458== Lock acquired, processing the job...
[2026-09-11 18:51:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 18:51:03] Production.INFO: ==15462== Lock acquired, processing the job...
[2026-09-11 18:51:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 18:51:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 18:51:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 18:51:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 18:51:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 18:51:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 18:51:03] Production.INFO: ==15464== Lock acquired, processing the job...
[2026-09-11 18:51:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 18:51:03] Production.INFO: Account Balance Start.
[2026-09-11 18:51:03] Production.INFO: CreateAllLog Start
[2026-09-11 18:51:03] Production.INFO: 117
[2026-09-11 18:51:03] Production.INFO: Date 2026-09-08
[2026-09-11 18:51:03] Production.INFO: Reseller ==> 0
[2026-09-11 18: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-09-11 18: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-09-11 18:51:03] Production.INFO: Date 2026-09-09
[2026-09-11 18:51:03] Production.INFO: Reseller ==> 0
[2026-09-11 18: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-09-11 18:51:03] Production.INFO: ==15464== Releasing lock...
[2026-09-11 18:51:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 18:51:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 18:51:03] Production.INFO: Date 2026-09-10
[2026-09-11 18:51:03] Production.INFO: Reseller ==> 0
[2026-09-11 18:51:04] Production.INFO: Date 2026-09-11
[2026-09-11 18:51:04] Production.INFO: Reseller ==> 0
[2026-09-11 18:51:04] Production.INFO: Total Charge 0
[2026-09-11 18:51:04] Production.INFO: CreateAllLog End
[2026-09-11 18:51:04] Production.INFO: Account Balance End.
[2026-09-11 18:51:04] Production.INFO: ==15458== Releasing lock...
[2026-09-11 18:51:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 18:51:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 18:51:04] Production.ERROR: CronJobId end 12
[2026-09-11 18:51:04] Production.INFO: ==15462== Releasing lock...
[2026-09-11 18:51:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 18:51:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 18:51:12] Production.ERROR: CronJobId end10
[2026-09-11 18:51:12] Production.INFO: ==15460== Releasing lock...
[2026-09-11 18:51:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 18:51:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 18:51:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 18:51:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 18:51:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 18:51:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 18:51:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 18:51:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 18:51:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 18:51:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 18:51:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 18:51:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 18:51:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 18:51:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 18:51:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 18:51:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 18:51:14] Production.INFO: call_cost start
[2026-09-11 18:51:14] Production.INFO: call_cost end
[2026-09-11 18:51:14] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 18:51:14] Production.INFO: ============== Report Schedule START===========
[2026-09-11 18:51:14] Production.INFO: ============== Report Schedule END===========
[2026-09-11 18:51:14] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 18:51:14] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 18:51:14] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 18:51:14] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 18:51:14] Production.INFO: ============== Deal alert START===========
[2026-09-11 18:51:14] Production.INFO: ============== Deal alert END===========
[2026-09-11 18:51:14] Production.INFO: ==15456== Releasing lock...
[2026-09-11 18:51:14] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 18:51:14] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 23:52:02] Production.INFO: ==15541== Lock acquired, processing the job...
[2026-09-11 23:52:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 23:52:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 23:52:02] Production.INFO: neon service started
[2026-09-11 23:52:02] Production.INFO: neon service started
[2026-09-11 23:52:02] Production.INFO: ==15541== Releasing lock...
[2026-09-11 23:52:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 23:52:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 18:52:02] Production.INFO: ==15543== Lock acquired, processing the job...
[2026-09-11 18:52:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 18:52:02] Production.INFO: ==15543== Releasing lock...
[2026-09-11 18:52:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 18:52:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 22:52:03] Production.INFO: ==15545== Lock acquired, processing the job...
[2026-09-11 22:52:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 22:52:03] Production.INFO: ==15545== Releasing lock...
[2026-09-11 22:52:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 22:52:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 18:52:03] Production.INFO: ==15549== Lock acquired, processing the job...
[2026-09-11 18:52:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 18:52:03] Production.INFO: ==15551== Lock acquired, processing the job...
[2026-09-11 18:52:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 18:52:03] Production.INFO: ==15553== Lock acquired, processing the job...
[2026-09-11 18:52:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 18:52:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 18:52:03] Production.INFO: ==15547== Lock acquired, processing the job...
[2026-09-11 18:52:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 18:52:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 18:52:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 18:52:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 18:52:03] Production.INFO: Account Balance Start.
[2026-09-11 18:52:03] Production.INFO: CreateAllLog Start
[2026-09-11 18:52:03] Production.INFO: 117
[2026-09-11 18:52:03] Production.INFO: Date 2026-09-08
[2026-09-11 18:52:03] Production.INFO: ==15555== Lock acquired, processing the job...
[2026-09-11 18:52:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 18:52:03] Production.INFO: Reseller ==> 0
[2026-09-11 18:52:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 18:52:03] Production.INFO: Date 2026-09-09
[2026-09-11 18:52:03] Production.INFO: Reseller ==> 0
[2026-09-11 18:52:03] Production.INFO: Date 2026-09-10
[2026-09-11 18:52:03] Production.INFO: Reseller ==> 0
[2026-09-11 18: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-09-11 18: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-09-11 18: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-09-11 18:52:04] Production.INFO: Date 2026-09-11
[2026-09-11 18:52:04] Production.INFO: Reseller ==> 0
[2026-09-11 18:52:04] Production.INFO: ==15555== Releasing lock...
[2026-09-11 18:52:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 18:52:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 18:52:04] Production.INFO: Total Charge 0
[2026-09-11 18:52:04] Production.INFO: CreateAllLog End
[2026-09-11 18:52:04] Production.INFO: Account Balance End.
[2026-09-11 18:52:04] Production.ERROR: CronJobId end 12
[2026-09-11 18:52:04] Production.INFO: ==15553== Releasing lock...
[2026-09-11 18:52:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 18:52:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 18:52:04] Production.INFO: ==15549== Releasing lock...
[2026-09-11 18:52:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 18:52:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 18:52:12] Production.ERROR: CronJobId end10
[2026-09-11 18:52:12] Production.INFO: ==15551== Releasing lock...
[2026-09-11 18:52:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 18:52:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 18:52:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 18:52:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 18:52:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 18:52:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 18:52:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 18:52:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 18:52:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 18:52:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 18:52:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 18:52:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 18:52:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 18:52:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 18:52:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 18:52:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 18:52:15] Production.INFO: call_cost start
[2026-09-11 18:52:15] Production.INFO: call_cost end
[2026-09-11 18:52:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 18:52:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 18:52:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 18:52:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 18:52:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 18:52:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 18:52:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 18:52:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 18:52:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 18:52:15] Production.INFO: ==15547== Releasing lock...
[2026-09-11 18:52:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 18:52:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 23:53:01] Production.INFO: ==15630== Lock acquired, processing the job...
[2026-09-11 23:53:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 23:53:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 23:53:01] Production.INFO: neon service started
[2026-09-11 23:53:01] Production.INFO: neon service started
[2026-09-11 23:53:01] Production.INFO: ==15630== Releasing lock...
[2026-09-11 23:53:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 23:53:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 18:53:02] Production.INFO: ==15632== Lock acquired, processing the job...
[2026-09-11 18:53:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 18:53:02] Production.INFO: ==15632== Releasing lock...
[2026-09-11 18:53:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 18:53:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 22:53:02] Production.INFO: ==15634== Lock acquired, processing the job...
[2026-09-11 22:53:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 22:53:02] Production.INFO: ==15634== Releasing lock...
[2026-09-11 22:53:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 22:53:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 18:53:02] Production.INFO: ==15642== Lock acquired, processing the job...
[2026-09-11 18:53:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 18:53:03] Production.INFO: Account Balance Start.
[2026-09-11 18:53:03] Production.INFO: CreateAllLog Start
[2026-09-11 18:53:03] Production.INFO: 117
[2026-09-11 18:53:03] Production.INFO: Date 2026-09-08
[2026-09-11 18:53:03] Production.INFO: ==15636== Lock acquired, processing the job...
[2026-09-11 18:53:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 18:53:03] Production.INFO: Reseller ==> 0
[2026-09-11 18:53:03] Production.INFO: Date 2026-09-09
[2026-09-11 18:53:03] Production.INFO: Reseller ==> 0
[2026-09-11 18:53:03] Production.INFO: Date 2026-09-10
[2026-09-11 18:53:03] Production.INFO: Reseller ==> 0
[2026-09-11 18:53:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 18:53:03] Production.INFO: ==15638== Lock acquired, processing the job...
[2026-09-11 18:53:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 18:53:03] Production.INFO: Date 2026-09-11
[2026-09-11 18:53:03] Production.INFO: Reseller ==> 0
[2026-09-11 18:53:03] Production.INFO: Total Charge 0
[2026-09-11 18:53:03] Production.INFO: ==15640== Lock acquired, processing the job...
[2026-09-11 18:53:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 18:53:03] Production.INFO: CreateAllLog End
[2026-09-11 18:53:03] Production.INFO: ==15644== Lock acquired, processing the job...
[2026-09-11 18:53:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 18:53:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 18:53:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 18:53:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 18:53:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 18:53:03] Production.INFO: Account Balance End.
[2026-09-11 18:53:03] Production.ERROR: CronJobId end 12
[2026-09-11 18:53:03] Production.INFO: ==15642== Releasing lock...
[2026-09-11 18:53:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 18:53:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 18: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-09-11 18: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-09-11 18: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-09-11 18:53:03] Production.INFO: ==15644== Releasing lock...
[2026-09-11 18:53:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 18:53:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 18:53:04] Production.INFO: ==15638== Releasing lock...
[2026-09-11 18:53:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 18:53:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 18:53:11] Production.ERROR: CronJobId end10
[2026-09-11 18:53:11] Production.INFO: ==15640== Releasing lock...
[2026-09-11 18:53:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 18:53:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 18:53:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 18:53:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 18:53:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 18:53:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 18:53:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 18:53:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 18:53:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 18:53:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 18:53:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 18:53:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 18:53:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 18:53:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 18:53:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 18:53:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 18:53:15] Production.INFO: call_cost start
[2026-09-11 18:53:15] Production.INFO: call_cost end
[2026-09-11 18:53:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 18:53:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 18:53:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 18:53:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 18:53:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 18:53:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 18:53:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 18:53:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 18:53:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 18:53:15] Production.INFO: ==15636== Releasing lock...
[2026-09-11 18:53:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 18:53:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 23:54:02] Production.INFO: ==15725== Lock acquired, processing the job...
[2026-09-11 23:54:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 23:54:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 23:54:02] Production.INFO: neon service started
[2026-09-11 23:54:02] Production.INFO: neon service started
[2026-09-11 23:54:02] Production.INFO: ==15725== Releasing lock...
[2026-09-11 23:54:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 23:54:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 18:54:02] Production.INFO: ==15727== Lock acquired, processing the job...
[2026-09-11 18:54:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 18:54:02] Production.INFO: ==15727== Releasing lock...
[2026-09-11 18:54:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 18:54:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 22:54:02] Production.INFO: ==15729== Lock acquired, processing the job...
[2026-09-11 22:54:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 22:54:03] Production.INFO: ==15729== Releasing lock...
[2026-09-11 22:54:03] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 22:54:03] Production.INFO: 25 MB #Memory Used#
[2026-09-11 18:54:03] Production.INFO: ==15733== Lock acquired, processing the job...
[2026-09-11 18:54:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 18:54:03] Production.INFO: ==15731== Lock acquired, processing the job...
[2026-09-11 18:54:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 18:54:03] Production.INFO: ==15737== Lock acquired, processing the job...
[2026-09-11 18:54:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 18:54:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 18:54:03] Production.INFO: Account Balance Start.
[2026-09-11 18:54:03] Production.INFO: CreateAllLog Start
[2026-09-11 18:54:03] Production.INFO: 117
[2026-09-11 18:54:03] Production.INFO: Date 2026-09-08
[2026-09-11 18:54:03] Production.INFO: Reseller ==> 0
[2026-09-11 18:54:03] Production.INFO: ==15735== Lock acquired, processing the job...
[2026-09-11 18:54:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 18:54:03] Production.INFO: Date 2026-09-09
[2026-09-11 18:54:03] Production.INFO: Reseller ==> 0
[2026-09-11 18:54:03] Production.INFO: Date 2026-09-10
[2026-09-11 18:54:03] Production.INFO: Reseller ==> 0
[2026-09-11 18:54:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 18:54:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 18:54:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 18:54:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 18:54:03] Production.INFO: Date 2026-09-11
[2026-09-11 18:54:03] Production.INFO: Reseller ==> 0
[2026-09-11 18:54:03] Production.INFO: Total Charge 0
[2026-09-11 18:54:03] Production.INFO: CreateAllLog End
[2026-09-11 18:54:04] Production.INFO: ==15739== Lock acquired, processing the job...
[2026-09-11 18:54:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 18:54:04] Production.INFO: Account Balance End.
[2026-09-11 18:54:04] Production.ERROR: CronJobId end 12
[2026-09-11 18:54:04] Production.INFO: ==15737== Releasing lock...
[2026-09-11 18:54:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 18:54:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 18: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-09-11 18: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-09-11 18: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-09-11 18:54:04] Production.INFO: ==15739== Releasing lock...
[2026-09-11 18:54:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 18:54:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 18:54:04] Production.INFO: ==15733== Releasing lock...
[2026-09-11 18:54:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 18:54:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 18:54:12] Production.ERROR: CronJobId end10
[2026-09-11 18:54:12] Production.INFO: ==15735== Releasing lock...
[2026-09-11 18:54:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 18:54:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 18:54:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 18:54:15] Production.INFO: ============== Balance Warning START===========
[2026-09-11 18:54:15] Production.INFO: ============== Balance Warning END===========
[2026-09-11 18:54:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 18:54:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 18:54:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 18:54:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 18:54:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 18:54:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 18:54:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 18:54:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 18:54:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 18:54:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 18:54:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 18:54:15] Production.INFO: call_cost start
[2026-09-11 18:54:15] Production.INFO: call_cost end
[2026-09-11 18:54:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 18:54:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 18:54:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 18:54:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 18:54:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 18:54:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 18:54:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 18:54:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 18:54:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 18:54:15] Production.INFO: ==15731== Releasing lock...
[2026-09-11 18:54:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 18:54:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 23:55:01] Production.INFO: ==15824== Lock acquired, processing the job...
[2026-09-11 23:55:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 23:55:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 23:55:01] Production.INFO: neon service started
[2026-09-11 23:55:01] Production.INFO: neon service started
[2026-09-11 23:55:01] Production.INFO: ==15824== Releasing lock...
[2026-09-11 23:55:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 23:55:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 18:55:02] Production.INFO: ==15826== Lock acquired, processing the job...
[2026-09-11 18:55:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 18:55:02] Production.INFO: ==15826== Releasing lock...
[2026-09-11 18:55:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 18:55:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 22:55:02] Production.INFO: ==15828== Lock acquired, processing the job...
[2026-09-11 22:55:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 22:55:02] Production.INFO: ==15828== Releasing lock...
[2026-09-11 22:55:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 22:55:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 18:55:03] Production.INFO: ==15830== Lock acquired, processing the job...
[2026-09-11 18:55:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Starts#
[2026-09-11 18:55:03] Production.ERROR: ========================== active cronjob start =============================
[2026-09-11 18:55:03] Production.ERROR: ========================== active cronjob end =============================
[2026-09-11 18:55:03] Production.INFO: ==15830== Releasing lock...
[2026-09-11 18:55:03] Production.INFO: activecronjobemail-command-activecronjobemail-companyid-1-cronjobid-1 #Stops#
[2026-09-11 18:55:03] Production.INFO: 25.5 MB #Memory Used#
[2026-09-11 18:55:03] Production.INFO: ==15842== Lock acquired, processing the job...
[2026-09-11 18:55:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 18:55:03] Production.INFO: ==15832== Lock acquired, processing the job...
[2026-09-11 18:55:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 18:55:03] Production.INFO: ==15834== Lock acquired, processing the job...
[2026-09-11 18:55:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 18: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-09-11 18: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-09-11 18:55:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 18:55:03] Production.INFO: ==15836== Lock acquired, processing the job...
[2026-09-11 18:55:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 18: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-09-11 18:55:03] Production.INFO: ==15842== Releasing lock...
[2026-09-11 18:55:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 18:55:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 18:55:03] Production.INFO: ==15840== Lock acquired, processing the job...
[2026-09-11 18:55:03] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Starts#
[2026-09-11 18:55:03] Production.INFO: ==15838== Lock acquired, processing the job...
[2026-09-11 18:55:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 18:55:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 18:55:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 18:55:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 18:55:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 18:55:03] Production.ERROR: tblTempUsageDetail_20
[2026-09-11 18:55:03] Production.INFO: Account Balance Start.
[2026-09-11 18:55:03] Production.INFO: CreateAllLog Start
[2026-09-11 18:55:03] Production.INFO: 117
[2026-09-11 18:55:03] Production.INFO: Date 2026-09-08
[2026-09-11 18:55:03] Production.INFO: Reseller ==> 0
[2026-09-11 18:55:04] Production.INFO: Date 2026-09-09
[2026-09-11 18:55:04] Production.INFO: Reseller ==> 0
[2026-09-11 18:55:04] Production.INFO: Date 2026-09-10
[2026-09-11 18:55:04] Production.INFO: Reseller ==> 0
[2026-09-11 18:55:04] Production.INFO: Date 2026-09-11
[2026-09-11 18:55:04] Production.INFO: Reseller ==> 0
[2026-09-11 18:55:04] Production.INFO: Total Charge 0
[2026-09-11 18:55:04] Production.ERROR: done
[2026-09-11 18:55:04] Production.INFO: CreateAllLog End
[2026-09-11 18:55:04] Production.ERROR: ========================== Temp table Data Insert and delete live cdr of reseller(today) start =============================
[2026-09-11 18:55:04] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17986019', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) start
[2026-09-11 18:55:04] Production.INFO: Account Balance End.
[2026-09-11 18:55:04] Production.ERROR: CronJobId end 12
[2026-09-11 18:55:04] Production.INFO: ==15838== Releasing lock...
[2026-09-11 18:55:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 18:55:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 18:55:04] Production.INFO: ==15834== Releasing lock...
[2026-09-11 18:55:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 18:55:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 18:55:11] Production.INFO: CALL prc_InsertTemptResellerCDR ('1','1' , '17986019', 'tblTempUsageDetail_20reseller','2026-09-11','2026-09-11','1' ) end
[2026-09-11 18:55:11] Production.ERROR: ========================== Temp table Data Insert end =============================
[2026-09-11 18:55:11] Production.INFO: ProcessCDR(1,17986019,1,1,2)
[2026-09-11 18:55:11] Production.ERROR: start CALL prc_reseller_ProcesssCDR( 1,1,17986019,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 18:55:11] Production.ERROR: end CALL prc_reseller_ProcesssCDR( 1,1,17986019,'tblTempUsageDetail_20reseller',1,2,'','CurrentRate','0','0','0','0')
[2026-09-11 18:55:11] Production.ERROR: pbx prc_insertCDR start
[2026-09-11 18:55:11] Production.ERROR: pbx prc_insertCDR end
[2026-09-11 18:55:11] Production.INFO: ==15840== Releasing lock...
[2026-09-11 18:55:11] Production.INFO: resellerpbxaccountusage-command-resellerpbxaccountusage-companyid-1-cronjobid-17 #Stops#
[2026-09-11 18:55:11] Production.INFO: 26 MB #Memory Used#
[2026-09-11 18:55:14] Production.ERROR: CronJobId end10
[2026-09-11 18:55:14] Production.INFO: ==15836== Releasing lock...
[2026-09-11 18:55:14] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 18:55:14] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 18:55:17] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 18:55:17] Production.INFO: ============== Balance Warning START===========
[2026-09-11 18:55:17] Production.INFO: ============== Balance Warning END===========
[2026-09-11 18:55:17] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 18:55:17] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 18:55:17] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 18:55:17] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 18:55:17] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 18:55:17] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 18:55:17] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 18:55:17] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 18:55:17] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 18:55:17] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 18:55:17] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 18:55:18] Production.INFO: call_cost start
[2026-09-11 18:55:18] Production.INFO: call_cost end
[2026-09-11 18:55:18] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 18:55:18] Production.INFO: ============== Report Schedule START===========
[2026-09-11 18:55:18] Production.INFO: ============== Report Schedule END===========
[2026-09-11 18:55:18] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 18:55:18] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 18:55:18] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 18:55:18] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 18:55:18] Production.INFO: ============== Deal alert START===========
[2026-09-11 18:55:18] Production.INFO: ============== Deal alert END===========
[2026-09-11 18:55:18] Production.INFO: ==15832== Releasing lock...
[2026-09-11 18:55:18] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 18:55:18] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 23:56:02] Production.INFO: ==15922== Lock acquired, processing the job...
[2026-09-11 23:56:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 23:56:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 23:56:02] Production.INFO: neon service started
[2026-09-11 23:56:02] Production.INFO: neon service started
[2026-09-11 23:56:02] Production.INFO: ==15922== Releasing lock...
[2026-09-11 23:56:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 23:56:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 18:56:02] Production.INFO: ==15924== Lock acquired, processing the job...
[2026-09-11 18:56:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 22:56:02] Production.INFO: ==15926== Lock acquired, processing the job...
[2026-09-11 22:56:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 22:56:02] Production.INFO: ==15926== Releasing lock...
[2026-09-11 22:56:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 22:56:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 18:56:03] Production.INFO: ==15924== Releasing lock...
[2026-09-11 18:56:03] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 18:56:03] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 18:56:03] Production.INFO: ==15929== Lock acquired, processing the job...
[2026-09-11 18:56:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 18:56:03] Production.INFO: ==15931== Lock acquired, processing the job...
[2026-09-11 18:56:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 18:56:04] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 18:56:04] Production.INFO: ==15933== Lock acquired, processing the job...
[2026-09-11 18:56:04] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 18:56:04] Production.INFO: ==15935== Lock acquired, processing the job...
[2026-09-11 18:56:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 18:56:04] Production.INFO: ==15937== Lock acquired, processing the job...
[2026-09-11 18:56:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 18:56:04] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 18:56:04] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 18:56:04] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 18:56:04] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 18:56:04] Production.INFO: Account Balance Start.
[2026-09-11 18:56:04] Production.INFO: CreateAllLog Start
[2026-09-11 18:56:04] Production.INFO: 117
[2026-09-11 18:56:04] Production.INFO: Date 2026-09-08
[2026-09-11 18:56:04] Production.INFO: Reseller ==> 0
[2026-09-11 18:56:04] Production.INFO: Date 2026-09-09
[2026-09-11 18: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-09-11 18:56:04] Production.INFO: Reseller ==> 0
[2026-09-11 18: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-09-11 18: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-09-11 18:56:04] Production.INFO: ==15937== Releasing lock...
[2026-09-11 18:56:04] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 18:56:04] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 18:56:04] Production.INFO: Date 2026-09-10
[2026-09-11 18:56:04] Production.INFO: Reseller ==> 0
[2026-09-11 18:56:04] Production.INFO: Date 2026-09-11
[2026-09-11 18:56:04] Production.INFO: Reseller ==> 0
[2026-09-11 18:56:04] Production.INFO: Total Charge 0
[2026-09-11 18:56:04] Production.INFO: CreateAllLog End
[2026-09-11 18:56:04] Production.INFO: Account Balance End.
[2026-09-11 18:56:04] Production.ERROR: CronJobId end 12
[2026-09-11 18:56:04] Production.INFO: ==15935== Releasing lock...
[2026-09-11 18:56:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 18:56:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 18:56:04] Production.INFO: ==15931== Releasing lock...
[2026-09-11 18:56:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 18:56:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 18:56:12] Production.ERROR: CronJobId end10
[2026-09-11 18:56:12] Production.INFO: ==15933== Releasing lock...
[2026-09-11 18:56:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 18:56:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 18:56:15] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 18:56:15] Production.INFO: ============== Balance Warning START===========
[2026-09-11 18:56:15] Production.INFO: ============== Balance Warning END===========
[2026-09-11 18:56:15] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 18:56:15] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 18:56:15] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 18:56:15] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 18:56:15] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 18:56:15] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 18:56:15] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 18:56:15] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 18:56:15] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 18:56:15] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 18:56:15] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 18:56:15] Production.INFO: call_cost start
[2026-09-11 18:56:15] Production.INFO: call_cost end
[2026-09-11 18:56:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 18:56:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 18:56:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 18:56:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 18:56:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 18:56:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 18:56:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 18:56:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 18:56:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 18:56:15] Production.INFO: ==15929== Releasing lock...
[2026-09-11 18:56:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 18:56:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 23:57:01] Production.INFO: ==16018== Lock acquired, processing the job...
[2026-09-11 23:57:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 23:57:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 23:57:01] Production.INFO: neon service started
[2026-09-11 23:57:01] Production.INFO: neon service started
[2026-09-11 23:57:01] Production.INFO: ==16018== Releasing lock...
[2026-09-11 23:57:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 23:57:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 18:57:02] Production.INFO: ==16020== Lock acquired, processing the job...
[2026-09-11 18:57:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 18:57:02] Production.INFO: ==16020== Releasing lock...
[2026-09-11 18:57:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 18:57:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 22:57:02] Production.INFO: ==16022== Lock acquired, processing the job...
[2026-09-11 22:57:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 22:57:02] Production.INFO: ==16022== Releasing lock...
[2026-09-11 22:57:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 22:57:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 18:57:02] Production.INFO: ==16032== Lock acquired, processing the job...
[2026-09-11 18:57:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 18:57:03] Production.INFO: Account Balance Start.
[2026-09-11 18:57:03] Production.INFO: CreateAllLog Start
[2026-09-11 18:57:03] Production.INFO: 117
[2026-09-11 18:57:03] Production.INFO: Date 2026-09-08
[2026-09-11 18:57:03] Production.INFO: ==16034== Lock acquired, processing the job...
[2026-09-11 18:57:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 18:57:03] Production.INFO: Reseller ==> 0
[2026-09-11 18:57:03] Production.INFO: ==16026== Lock acquired, processing the job...
[2026-09-11 18:57:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 18:57:03] Production.INFO: ==16028== Lock acquired, processing the job...
[2026-09-11 18:57:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 18:57:03] Production.INFO: Date 2026-09-09
[2026-09-11 18:57:03] Production.INFO: Reseller ==> 0
[2026-09-11 18: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-09-11 18:57:03] Production.INFO: ==16030== Lock acquired, processing the job...
[2026-09-11 18:57:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 18: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-09-11 18:57:03] Production.INFO: Date 2026-09-10
[2026-09-11 18:57:03] Production.INFO: Reseller ==> 0
[2026-09-11 18:57:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 18: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-09-11 18:57:03] Production.INFO: ==16034== Releasing lock...
[2026-09-11 18:57:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 18:57:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 18:57:03] Production.INFO: Date 2026-09-11
[2026-09-11 18:57:03] Production.INFO: Reseller ==> 0
[2026-09-11 18:57:03] Production.INFO: Total Charge 0
[2026-09-11 18:57:03] Production.INFO: CreateAllLog End
[2026-09-11 18:57:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 18:57:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 18:57:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 18:57:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 18:57:03] Production.INFO: Account Balance End.
[2026-09-11 18:57:03] Production.ERROR: CronJobId end 12
[2026-09-11 18:57:03] Production.INFO: ==16032== Releasing lock...
[2026-09-11 18:57:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 18:57:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 18:57:03] Production.INFO: ==16028== Releasing lock...
[2026-09-11 18:57:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 18:57:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 18:57:11] Production.ERROR: CronJobId end10
[2026-09-11 18:57:11] Production.INFO: ==16030== Releasing lock...
[2026-09-11 18:57:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 18:57:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 18:57:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 18:57:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 18:57:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 18:57:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 18:57:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 18:57:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 18:57:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 18:57:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 18:57:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 18:57:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 18:57:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 18:57:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 18:57:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 18:57:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 18:57:15] Production.INFO: call_cost start
[2026-09-11 18:57:15] Production.INFO: call_cost end
[2026-09-11 18:57:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 18:57:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 18:57:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 18:57:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 18:57:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 18:57:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 18:57:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 18:57:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 18:57:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 18:57:15] Production.INFO: ==16026== Releasing lock...
[2026-09-11 18:57:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 18:57:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 23:58:02] Production.INFO: ==16116== Lock acquired, processing the job...
[2026-09-11 23:58:02] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 23:58:02] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 23:58:02] Production.INFO: neon service started
[2026-09-11 23:58:02] Production.INFO: neon service started
[2026-09-11 23:58:02] Production.INFO: ==16116== Releasing lock...
[2026-09-11 23:58:02] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 23:58:02] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 22:58:02] Production.INFO: ==16120== Lock acquired, processing the job...
[2026-09-11 22:58:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 22:58:02] Production.INFO: ==16120== Releasing lock...
[2026-09-11 22:58:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 22:58:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 18:58:02] Production.INFO: ==16118== Lock acquired, processing the job...
[2026-09-11 18:58:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 18:58:02] Production.INFO: ==16118== Releasing lock...
[2026-09-11 18:58:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 18:58:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 18:58:03] Production.INFO: ==16122== Lock acquired, processing the job...
[2026-09-11 18:58:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 18:58:03] Production.INFO: ==16124== Lock acquired, processing the job...
[2026-09-11 18:58:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 18:58:03] Production.INFO: ==16128== Lock acquired, processing the job...
[2026-09-11 18:58:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 18:58:03] Production.INFO: ==16131== Lock acquired, processing the job...
[2026-09-11 18:58:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 18:58:03] Production.INFO: ==16126== Lock acquired, processing the job...
[2026-09-11 18:58:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 18:58:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 18:58:03] Production.INFO: Account Balance Start.
[2026-09-11 18:58:03] Production.INFO: CreateAllLog Start
[2026-09-11 18:58:03] Production.INFO: 117
[2026-09-11 18:58:03] Production.INFO: Date 2026-09-08
[2026-09-11 18: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-09-11 18: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-09-11 18:58:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 18:58:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 18:58:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 18:58:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 18:58:03] Production.INFO: Reseller ==> 0
[2026-09-11 18: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-09-11 18:58:03] Production.INFO: ==16131== Releasing lock...
[2026-09-11 18:58:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 18:58:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 18:58:03] Production.INFO: Date 2026-09-09
[2026-09-11 18:58:03] Production.INFO: Reseller ==> 0
[2026-09-11 18:58:03] Production.INFO: Date 2026-09-10
[2026-09-11 18:58:03] Production.INFO: Reseller ==> 0
[2026-09-11 18:58:03] Production.INFO: Date 2026-09-11
[2026-09-11 18:58:03] Production.INFO: Reseller ==> 0
[2026-09-11 18:58:03] Production.INFO: Total Charge 0
[2026-09-11 18:58:04] Production.INFO: CreateAllLog End
[2026-09-11 18:58:04] Production.INFO: Account Balance End.
[2026-09-11 18:58:04] Production.ERROR: CronJobId end 12
[2026-09-11 18:58:04] Production.INFO: ==16128== Releasing lock...
[2026-09-11 18:58:04] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 18:58:04] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 18:58:04] Production.INFO: ==16124== Releasing lock...
[2026-09-11 18:58:04] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 18:58:04] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 18:58:11] Production.ERROR: CronJobId end10
[2026-09-11 18:58:11] Production.INFO: ==16126== Releasing lock...
[2026-09-11 18:58:11] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 18:58:11] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 18:58:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 18:58:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 18:58:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 18:58:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 18:58:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 18:58:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 18:58:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 18:58:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 18:58:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 18:58:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 18:58:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 18:58:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 18:58:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 18:58:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 18:58:15] Production.INFO: call_cost start
[2026-09-11 18:58:15] Production.INFO: call_cost end
[2026-09-11 18:58:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 18:58:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 18:58:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 18:58:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 18:58:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 18:58:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 18:58:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 18:58:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 18:58:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 18:58:15] Production.INFO: ==16122== Releasing lock...
[2026-09-11 18:58:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 18:58:15] Production.INFO: 28.25 MB #Memory Used#
[2026-09-11 23:59:01] Production.INFO: ==16211== Lock acquired, processing the job...
[2026-09-11 23:59:01] Production.INFO: neonservice-command-neonservice #Starts#
[2026-09-11 23:59:01] Production.INFO: neonservice########### Service Starts ###########
[2026-09-11 23:59:01] Production.INFO: neon service started
[2026-09-11 23:59:01] Production.INFO: neon service started
[2026-09-11 23:59:01] Production.INFO: ==16211== Releasing lock...
[2026-09-11 23:59:01] Production.INFO: neonservice-command-neonservice #Stops#
[2026-09-11 23:59:01] Production.INFO: 24.5 MB #Memory Used#
[2026-09-11 18:59:01] Production.INFO: ==16215== Lock acquired, processing the job...
[2026-09-11 18:59:01] Production.INFO: rmservice-command-rmservice-companyid-1 #Starts#
[2026-09-11 18:59:02] Production.INFO: ==16215== Releasing lock...
[2026-09-11 18:59:02] Production.INFO: rmservice-command-rmservice-companyid-1 #Stops#
[2026-09-11 18:59:02] Production.INFO: 25.25 MB #Memory Used#
[2026-09-11 22:59:02] Production.INFO: ==16217== Lock acquired, processing the job...
[2026-09-11 22:59:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Starts#
[2026-09-11 22:59:02] Production.INFO: ==16217== Releasing lock...
[2026-09-11 22:59:02] Production.INFO: rmservice-command-rmservice-companyid-2 #Stops#
[2026-09-11 22:59:02] Production.INFO: 25 MB #Memory Used#
[2026-09-11 18:59:02] Production.INFO: ==16225== Lock acquired, processing the job...
[2026-09-11 18:59:02] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Starts#
[2026-09-11 18:59:02] Production.INFO: Account Balance Start.
[2026-09-11 18:59:02] Production.INFO: CreateAllLog Start
[2026-09-11 18:59:02] Production.INFO: 117
[2026-09-11 18:59:02] Production.INFO: Date 2026-09-08
[2026-09-11 18:59:02] Production.INFO: Reseller ==> 0
[2026-09-11 18:59:02] Production.INFO: Date 2026-09-09
[2026-09-11 18:59:02] Production.INFO: Reseller ==> 0
[2026-09-11 18:59:02] Production.INFO: Date 2026-09-10
[2026-09-11 18:59:02] Production.INFO: Reseller ==> 0
[2026-09-11 18:59:02] Production.INFO: Date 2026-09-11
[2026-09-11 18:59:02] Production.INFO: Reseller ==> 0
[2026-09-11 18:59:02] Production.INFO: Total Charge 0
[2026-09-11 18:59:03] Production.INFO: CreateAllLog End
[2026-09-11 18:59:03] Production.INFO: Account Balance End.
[2026-09-11 18:59:03] Production.INFO: ==16221== Lock acquired, processing the job...
[2026-09-11 18:59:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Starts#
[2026-09-11 18:59:03] Production.INFO: ==16219== Lock acquired, processing the job...
[2026-09-11 18:59:03] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Starts#
[2026-09-11 18:59:03] Production.ERROR: CronJobId end 12
[2026-09-11 18:59:03] Production.INFO: ==16225== Releasing lock...
[2026-09-11 18:59:03] Production.INFO: accountbalancegenerator-command-accountbalancegenerator-companyid-1-cronjobid-12 #Stops#
[2026-09-11 18:59:03] Production.INFO: 27.75 MB #Memory Used#
[2026-09-11 18:59:03] Production.INFO: ==16223== Lock acquired, processing the job...
[2026-09-11 18:59:03] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Starts#
[2026-09-11 18:59:03] Production.INFO: ==16227== Lock acquired, processing the job...
[2026-09-11 18:59:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Starts#
[2026-09-11 18:59:03] Production.INFO: ============== LowBalanceReminder START===========
[2026-09-11 18:59:03] Production.ERROR: tmp_tblUsageDetailsReport_120260911Live done
[2026-09-11 18:59:03] Production.ERROR: tmp_tblVendorUsageDetailsReport_120260911Live done
[2026-09-11 18:59:03] Production.ERROR: CALL prc_updateLiveTables(1,120260911Live)
[2026-09-11 18:59:03] Production.INFO: call prc_generateSummaryLive(1,'2026-09-11','2026-09-11','120260911Live')
[2026-09-11 18: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-09-11 18: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-09-11 18: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-09-11 18:59:03] Production.INFO: ==16227== Releasing lock...
[2026-09-11 18:59:03] Production.INFO: importpbxextensions-command-importpbxextensions-companyid-1-cronjobid-19 #Stops#
[2026-09-11 18:59:03] Production.INFO: 26.5 MB #Memory Used#
[2026-09-11 18:59:03] Production.INFO: ==16221== Releasing lock...
[2026-09-11 18:59:03] Production.INFO: pbxaccountblock-command-pbxaccountblock-companyid-1-cronjobid-7 #Stops#
[2026-09-11 18:59:03] Production.INFO: 26.75 MB #Memory Used#
[2026-09-11 18:59:12] Production.ERROR: CronJobId end10
[2026-09-11 18:59:12] Production.INFO: ==16223== Releasing lock...
[2026-09-11 18:59:12] Production.INFO: createsummarylive-command-createsummarylive-companyid-1-cronjobid-10 #Stops#
[2026-09-11 18:59:12] Production.INFO: 26.25 MB #Memory Used#
[2026-09-11 18:59:14] Production.INFO: ============== LowBalanceReminder END ===========
[2026-09-11 18:59:14] Production.INFO: ============== Balance Warning START===========
[2026-09-11 18:59:14] Production.INFO: ============== Balance Warning END===========
[2026-09-11 18:59:14] Production.INFO: ============== InvoicePaymentReminder START===========
[2026-09-11 18:59:14] Production.INFO: ============== InvoicePaymentReminder END ===========
[2026-09-11 18:59:14] Production.INFO: ============== AccountPaymentReminder START===========
[2026-09-11 18:59:14] Production.INFO: ============== AccountPaymentReminder END===========
[2026-09-11 18:59:14] Production.INFO: ============== ACD/ASR alert START===========
[2026-09-11 18:59:14] Production.INFO: ============== ACD/ASR alert END===========
[2026-09-11 18:59:14] Production.INFO: ============== Negative Margin alert START===========
[2026-09-11 18:59:14] Production.INFO: ============== Negative Margin alert END===========
[2026-09-11 18:59:14] Production.INFO: ============== Vendor Balance alert START===========
[2026-09-11 18:59:14] Production.INFO: ============== Vendor Balance alert END===========
[2026-09-11 18:59:14] Production.INFO: ============== CDR Post Process START===========
[2026-09-11 18:59:15] Production.INFO: call_cost start
[2026-09-11 18:59:15] Production.INFO: call_cost end
[2026-09-11 18:59:15] Production.INFO: ============== CDR Post Process END===========
[2026-09-11 18:59:15] Production.INFO: ============== Report Schedule START===========
[2026-09-11 18:59:15] Production.INFO: ============== Report Schedule END===========
[2026-09-11 18:59:15] Production.INFO: ============== Account Balance Email Reminder START===========
[2026-09-11 18:59:15] Production.INFO: ============== Account Balance Email Reminder END===========
[2026-09-11 18:59:15] Production.INFO: ============== LowStockReminder alert START===========
[2026-09-11 18:59:15] Production.INFO: ============== LowStockReminder alert END===========
[2026-09-11 18:59:15] Production.INFO: ============== Deal alert START===========
[2026-09-11 18:59:15] Production.INFO: ============== Deal alert END===========
[2026-09-11 18:59:15] Production.INFO: ==16219== Releasing lock...
[2026-09-11 18:59:15] Production.INFO: neonalerts-command-neonalerts-companyid-1-cronjobid-5 #Stops#
[2026-09-11 18:59:15] Production.INFO: 28.25 MB #Memory Used#